
  /* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
  body{
    font-family: 'Poppins', sans-serif!important;
  } */
.video-container {
    height: 130vh;
    position: relative;
    top: 0;
    overflow: hidden;
    background: #fdf6e5;
}
video {
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.main_logo img{
    height: 50px;
    width: 100%;
    object-fit: contain;
}
.get_qote {
    padding: 18px 4px;
    background-color: #ff7513;
    color: #fff;
}
/* .aboutus-sec{
    background-color: antiquewhite;
    padding: 100px 0px;
} */
.exp {
    display: inline-block;
    background-color: #ef9216;
    padding: 42px 37px;
    position: absolute;
    bottom: -76px;
    left: -49px;
}
/* -----about section design------------ */
.abt-left-cnt{
    position: relative;
}
.abt-box{
    height: 33rem;
    width: 100%;
}
.abt-left-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.aboutus-sec h3 {
    color: #333940;
    font-size: 24px;
    /* font-family: 'Objectivity Bold'; */
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.aboutus-sec h3 span {
    color: #707479;
    font-size: 13px;
    /* font-family: 'Manrope'; */
    font-weight: 500;
    text-transform: uppercase;
}
.aboutus-sec {
    padding-top: 56px;
    padding-bottom: 56px;
}
.aboutus-sec {
    position: relative;
    background: #fdf6e5;
    width: 100%;
    /* top: 60px; */
}
.aboutus-sec p {
    color: #707479;
    font-size: 16px;
    /* font-family: 'Manrope'; */
    font-weight: 500;
    line-height: 26px;
}
.readmore {
    width: 200px;
    border: solid 2px #ff7513;
    text-align: center;
    color: #ff7513;
    font-family: 'Manrope';
    font-weight: 800;
    border-radius: 10px;
    padding: 15px 20px 15px 20px;
    margin-top: 27px;
    font-size: 17px;
}
.readmore:hover {
    border: solid 2px #fb0808;
    color: #fb0808;
    /* background-color: #ef9216; */
    transition: 0.6s;

}
/* -----end-about section design------------ */

/* ------counter design------------ */
.count-icon{
    background-color: #ff7513;
}
/* -----end-counter design------------ */

/* -----project list slider design------------ */
.overlay-box{
height: 267px;
width: 100%;
position: relative
}
.proj-tit{
    position: absolute;
    top: 0;
    left: 0;
}
.overlay-box a img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.projectshortdetails {
    padding: 40px 29px 10px 36px;
    border: solid 1px #e8e8e8;
    background-color: #fff;
}
.projectshortdetails ul{
    list-style:none;
    padding: 0;
}
.projectshortdetails li{
    padding-left: 40px;
    width: 50%;
    margin-bottom: 17px;
    float: left;
    color: #404040;
    font-weight: bold;
    font-size: 14px;
}
.projectshortdetails li span{
    color: #7e7e7e;
    font-size: 11px;
}
/* .project-slide{
    border: solid 1px #e8e8e8;
} */
.ribbon_home {
    position: absolute;
    right: -4px; top: -4px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
  }
  .ribbon_home span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background:#ef9214;
    background: linear-gradient(#ef9214 0%, #ef9214 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; right: -21px;
  }
  .ribbon_home span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #ef9214;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #ef9214;
  }
  .ribbon_home span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #ef9214;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #ef9214;
  }
  .projectshortdetails .project-left-cnt{
    display: flex;
    justify-content:left;
    align-items: center;
  }
  .projectshortdetails .project-right-cnt{
    display: flex;
    justify-content:right;
    align-items: center;
    margin-left: 21px;
  }
  .projectshortdetails .apart-cnt{
    text-align: left;
  }
  /* .projectshortdetails .project-right-cnt{
    margin-left: 34px;
  } */
  .projectshortdetails .aprt-icon{
    padding: 10px;
    font-size: 22px;
  }
  .projectshortdetails .price-icon{
    padding: 10px;
    font-size: 22px;
  }
  .projectshortdetails .apart-cnt p{
    margin-bottom: 0px;
    font-size: 13px;
  }
  .projectshortdetails .apart-cnt h5 {
    font-size: 13px;
    font-weight: 100;
    margin-bottom: 0;
    color: #a79f9f;
}
.view-all-proj{
    display: flex;
    justify-content: center;
    align-items: center;
}
/* #proj-carousel .owl-nav {
    font-size: 54px!important;
    position: absolute;
    top: 42%;
    width: 100%;
    transform: translateY(-50%);
}
#proj-carousel button.owl-prev {
    float: left;
}
#proj-carousels button.owl-prev span {
    margin-left: -49px;
}
#proj-carousels button.owl-next {
    float: right;
} */
#proj-carousel .owl-nav {
position: absolute;
width: 104%;
top: 174px;
left: 50%;
transform: translateX(-50%);
display: flex;
justify-content: space-between;
/* opacity: 0; */
transition: .5s;
z-index: 1;
}
#proj-carousel .owl-nav .owl-prev, #proj-carousel .owl-nav .owl-next {
    position: relative;
    color: #ff7513;
    font-size: 45px;
    transition: .5s;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    background-color: #ffffff;  
}
.overlay-box:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #78716b3d;
}
/* -----project list slider design------------ */
.lat_news{
    height: 297px!important;
    width: 100%;
}
.lat_news .news__img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.ltst_news .card-body h3{
        color: #ff7513;
}
.nav-to-top{
    background-color: #ff7513;
    color: #fff;
}
.testi-bg{
    background-color: #ff7513;
}
.news__card a{
color:#ff7513;
}
#iframe iframe {
    width: 100%;
    min-height: 521px
}
.map-frame{
    position:relative;
}
.map-form{
    position:absolute;
    right: 0;
    top: 0;
}
.map-form .form {
    width: 500px;
    padding: 16px;
    margin-top: 20px;
    position: absolute;
    right: 8px;
    background: #ffffff;
    border: 2px solid #cdcdcd;
    border-radius: 8px;
}
/* .map-form form {
    transition: all 0.4s ease;
    border-bottom: 3px solid transparent;
} */
.hover-effect:hover {
    transition: all 0.4s ease;
    border-bottom: 3px solid transparent;
}
.map-form .form .form-control {
    background-color: rgb(240, 240, 240);
    border: 1px solid transparent;
    font-family: "Poppins";
    padding: 16px;
    font-size: 14px;
}
.map-form .form .form-group {
    margin-bottom: 16px;
}
.our-val-sec{
   background-color: #ef9214;
}
.lat_news::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff751345;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.lat_news:hover::after{
    background-color: transparent;
    transition: 0.6s;
}

.lat_news {
    position: relative;
}
.why-chs {
    color: #ff7513;
}
/* ------watsapp animation button------------------- */
.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 155px;
    right: 43px;
    font-size: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 27px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 999;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}
/* ------watsapp animation button------------------- */

button.btn.map-frm-btn {
    padding: 7px 14px;
    background-color: #ef9214;
    border-radius: 0px;
    color: #fff;
    border-radius: 9px;
}
.foot-galery{
    height: 50px;
    width: 100%;
}
.foot-galery img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.foot-sign-btn{
    background-color: #ff7513;
    color: #fff;
}
.card.soc-card{
    height: 400px;
    width: 100%;
    border-radius: 10px;
}
.card.soc-card img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(31, 31, 31, 0.85);
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.3s ease;
    position:absolute;
    top: 0;
    border-radius: 10px;
}

.social_cont .content *{
    transform: translateY(-70%);
    transition: all 0.3s ease;
    opacity: 0;
}

.social_cont .content h2{
    font-size: 35px;
    margin: 15px;
    font-weight: 700;
    color: #fff;
}

.social_cont .content p{
    font-size: 23px;
    color: #fff;
    padding: 0px 42px;
}

.social_cont .card:hover .content{
    opacity: 1;
}

.social_cont .card:hover .content *{
    opacity: 1;
    transform: translateY(0);
}
#social-resp{
    background: #fdf6e5;
}
.card.soc-card {
    position: relative;
}
.card.soc-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #00000038;
    border-radius: 10px;
}
.container-fluid.page-header::after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #52341f36;
}
.container-fluid.page-header{
 position: relative;
}

#project-lists{
    padding: 52px 0px;
}

#project-lists .project-slide{
    position: relative;
    margin-top: 26px;
}
/* .smart-tab-1 .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
#project-lists .smart-tab-1 .nav-link{
    padding: 0px;
    border-radius: unset!important;
    color: #e40c0c;
    font-weight: 900;
}
#project-lists .smart-tab-1 .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    font-weight: 900;
    background: #e40c0c;
    border: 1px solid #ff7513!important;
    border-radius: 2px!important;
}
#project-lists .smart-tab-1 .nav-tabs .nav-link{
    margin-right: 27px;
    padding: 9px 37px;
}

#project-lists .smart-tab-1 .nav-tabs .nav-link:focus {
     outline: none; 
    }
#project-lists .smart-tab-1 .nav-tabs .nav-link:hover {
    isolation: isolate;
    color: #fff;
    font-weight: 900;
    background: #e40c0c;
    border: 1px solid #ff7513!important;
    border-radius: 2px!important;
    transition: 0.6s;
} */


nav.smart-tab-1 a.nav-link {
    border: none;
    background-color: transparent;
    padding: 7px 27px;
    /* margin-right: 20px; */
    font-weight: 600;
    /* color: #6c6762; */
    color: #000;
    letter-spacing: 0.5px;
    font-size: 18px;
}
/* nav.smart-tab-1 a.nav-link:hover {
    border: none;
    background-color: transparent;
    padding: 7px 11px;
    margin-right: 60px;
    font-weight: 600;
    color: #222;
    letter-spacing: 0.5px;
    font-size: 18px;
} */

nav.smart-tab-1 a.nav-link.active {
    background-color: unset!important;
    /* border-bottom: 3px solid #ff7513; */
    color: #ff7513;font-weight: 600;
    border-bottom: 4px solid #ff7513!important;
}
nav.smart-tab-1 a.nav-link:hover {
    /* background-color: transparent;
    border-bottom: 3px solid #ff7513;
    color: #ff7513;font-weight: 600; */
    
    background-color: unset!important;
    color: #ff7513;
    border-bottom: 4px solid #ff7513;
    font-weight: 600;
    border-radius: unset;
    margin-right: 8px;
    /* border-left: 1px solid #dd0e0e; */
    /* border-right:1px solid #dd0e0e; */
}
nav.smart-tab-1 a.nav-link{
    border-radius: unset;  
    /* border-left: 1px solid #dd0e0e;
    border-right:1px solid #dd0e0e; */
    margin-right: 8px;
}

nav.smart-tab-1 #nav-tab {
    border: none;
    margin-left: 60px;
}
nav.smart-tab-1{
    margin-bottom: 20px;
   /* background-color: #e1e1e1; */
   /* background-color: #d16363; */
   /* border: 1px solid #ff7513; */
}
.prj-img-box{
    position: relative;
}
.prj-img-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0000006c;
}
.loc_detail_content{
    display: flex;
    position: absolute;
    z-index: 999;
    bottom: -6px;
    align-items: center;
}
.loc_detail_content .detail-btn{
    margin-left: 3rem;
}
.loc_detail_content .loc_detail h4{
color: #fff;
margin-bottom: 0px;
margin-left: 24px;
}
.loc_detail_content .loc_detail p{
    color: #fff;
    margin-left: 24px;
}
a.prj_view_btn{
    background-color: #ff7513;
    color: #fff;
    font-size: 15px;
    border-radius: 4px;
    border: unset;
    padding: 2px 7px;
}
a.prj_view_btn:hover{
color: #fff;
}
.loc_detail_content .loc_detail{
    height: 100%;
    width: 200px;
}


#proj_det_carousel .carousel-inner .carousel-item {
    height: 500px;
  }
  
  #proj_det_carousel .carousel-inner .carousel-item img {
      position: absolute;
      top: 0;
      left: 0;
      min-height: 300px;
  }

  #prj_detail_header .project-menus {
      background: #f4f4f4;
  }

  #prj_detail_header .project-menus ul {
      list-style: none;
      margin: 0px;
      padding: 0px;
  }

  #prj_detail_header .project-menus li {
      list-style: none;
      text-decoration: none;
      color: #797979;
      float: left;
      /* font-family: 'Manrope'; */
      font-weight: 500;
      margin-right: 30px;
  }

  #prj_detail_header .project-menus a {
      list-style: none;
      text-decoration: none;
      color: #797979;
      float: left;
      font-weight: 500;
      padding-top: 20px;
      padding-bottom: 20px;
  }
  
  .broucher-bt a{
    padding: 8px 0px 8px 0px;
    border: solid 0.5px #ff7513;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    color: #333940;
}
.enquirenow-bt {
    background: #ff7513;
    color: #FFF;
    border-radius: 3px;
    color: #333940;
    padding: 8px 0px 8px 0px;
    height: 43px;
}
.enquirenow-bt a {
    color: #FFF;
    text-decoration: none;
    font-size: 16px;
    font-weight: 900;
}
.project-overview p {
    color: #707479;
    font-size: 16px;
}
#project_overview{
    padding: 56px 0px;
}
#project_overview .over_detail{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
#project_overview .over_detail .over_icon{
    font-size: 30px;
    color: #ff7513;;
}
#project_overview .over_detail .over_app{
    margin-left: 25px;
}
#project_overview .over_detail .over_app h4 {
    font-size: 16px;
    color: #c3bdbd;
    font-weight: 300;
    letter-spacing: 1px;
}
#project_overview .over_detail .over_app h5 {
    font-size: 22px;
    color: #504747;
}
#project_overview .over_detail_row{
    margin-top: 50px;
    /* margin-bottom: 50px; */
}
#project_specification h3 {
    color: #63696e;
    font-weight: bold;
    font-size: 20px;
}
#project_specification strong {
    color: #000;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
}
#project_specification p {
    color: #707479;
}
.fixed-header {
    position: fixed;
    top: 59px;
    left: 0;
    width: 100%;
    z-index: 20;
}
.project-menus1 {
}

.features .card{
    padding: 25px 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    /* white-space: nowrap; */
    border-radius: unset;
}
#features .icon-card img{
    height: 80px;
    width: auto;
}
.features .card span i{
    font-size: 50px;
}
.features .card p{
   color: #998a8a;
}

.flex-viewport{
    max-height: 437px;
}
.flexslider {
    margin: 0 0 12px;
}
#carousel.flexslider .flex-viewport{
    max-height: 116px;
}
.flex-direction-nav a:before {
    font-size: 30px;
}
#features.features{
    background-color: #e9e6e6;
    padding: 31px 8px;
    margin-top: 45px;
    margin-bottom: 45px;
}
#modal-flat .flat-img-card{
    height: 300px;
    width: 100%;
}
#modal-flat .flat-img-card img{
   height: 100%;
    width: 100%;
    object-fit: cover;
}
#modal-flat{
    background-color: #fff0e6;
    padding-top: 10px;
    padding-bottom: 60px;
}
.dtl-loc iframe {
    width: 100%;
    height: 24rem;
}

.faq-section .accordion-item{
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.accordion-button:not(.collapsed) {
    color: #ff7513;
}
.accordion-button:focus {
    border-color: unset;
    outline: unset;
    box-shadow: unset;
}

.card.srvc-crd .card-header, .card-body, .card-footer {
    border: unset!important;
    background: unset;
}
.card.srvc-crd .card-header, .card-body, .card-footer {
    border: unset!important;
    background: unset;
}
/* .card.srvc-crd.clr-1 {
    background-image: linear-gradient(#0ef1bf, #016bf3);
    color: #fff;
} */
.card.srvc-crd.clr-1 {
background-color: #efefef;
}
.srvc-hed-cnt.text-center i {
    font-size: 30px;
}
.card-body .srvc-bdy-cnt h3 {
    color: #ff7513;
}
.srvc-hed-cnt i {
    /* padding: 18px; */
    background-color: #ff7513;
    border-radius: 50%;
    color: #fff;
    height: 61px;
    width: 61px;
    display: flex;
    justify-content: center;
    align-items: center;

}
#core-values{
    margin: 42px 20px;
}
.srvc-hed-cnt{
    display: flex;
    justify-content: center;
}
.send-msg-btn{
    border: 2px solid #ff7513;
    color: #ff7513;
}
a.abt-rmv-a span {
    color: #000;
}

#contact-detail-sec .card {
    border-radius: unset;
    padding: 17px 28px;
    color:#fff;
    /* color: #000; */
    background-color: #ef7e2ecc;
    /* background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12); */
    /* background: linear-gradient(to top right, #FAD961 0%, #F76B1C 100%); */
    /* background: linear-gradient(to top right, #ffc800 0%, #F76B1C 100%); */
    /* background: linear-gradient(to top right, #FCDF8A 0%, #F38381 100%); */
    height: 130px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#contact-detail-sec{
    padding-bottom: 38px;
}
#contact-detail-sec .card p{
    margin-bottom: 0px;
}
#contact-detail-sec .card h4{
    color: #fff;
}

.pt-130{
    padding-top: 130px!important;
}
/* 
.footer-sec{
background-image: url('../img/about.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
position: relative;
}

.footer-sec .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .7;
    background: #fff;
} */


#feauture-sec .our-val-sec i{
    color: #fff!important;
}
#main-feauture-sec .our-val-sec i{
    color: #fff!important;
}

.card-body.news__card a:hover {
    color: #c51919;
}
.card-body.news__card a:hover i{
    margin-left: 15px;
    transition: 0.6s;
}



.blog_item_date {
    display: inline-block;
    background-color: #ff7513;
    padding: 5px 29px;
    text-align: center;
    left: 33px;
    bottom: 168px;
    position: absolute;
    color: #fff;
    border-radius: 8px;
}
.blog_item_date h3{
    color: #fff;
}
.blog_item_date p{
    color: #fff;
}
.blog_detail_cntnt{
    position: relative;
    margin-top: 31px;
    margin-bottom: 31px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.blog_dtl_btm{
    margin-top: 17px;
}
.blog_dtl_btm h4{
    font-size: 20px;
}
.blog_dtl_btm{
    font-size: 17px;
    padding: 21px 25px;
}
/* .blog_decription{
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.blog_decription span{
    display: flex;
    align-items: center;
}
.blog_decription span p{
    margin-bottom: 0px;
}
.blog_decription span.blog_user{
    padding: 0px 10px;
    border-right: 2px solid #cbcbcb;
} */
.blog_search{
    margin-top: 30px;
}
.blog_right_sidebar .single_sidebar_widget {
    background: #fbf9ff;
    padding: 30px;
    margin-bottom: 30px;
}
.blog_right_sidebar .search_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999999;
    padding-left: 20px;
    border-radius: 0;
    border-right: 0;
}
.blog_right_sidebar .search_widget .input-group button {
    background: #ff7513;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 12px 15px;
    border-left: 0;
    cursor: pointer;
}
.blog_right_sidebar .search_widget .input-group button i {
    color: #fff;
}
.boxed-btn {
    background: #fff;
    color: #ff7513 !important;
    display: inline-block;
    padding: 18px 44px;
    font-family: "Josefin Sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    border: 1px solid #ff7513;
    letter-spacing: 3px;
    text-align: center;
    color: #04dbec;
    text-transform: uppercase;
    cursor: pointer;
}
.blog_rcent_post_img {
    height: 86px;
    width: 36%;
}
.blog_rcent_post_img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.media.post_item{
display: flex;
align-items: center;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
    transition: all 0.3s linear;
}
.blog_right_sidebar .widget_title {
    font-size: 20px;
    margin-bottom: 40px;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body {
    justify-content: center;
    align-self: center;
    padding-left: 20px;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px;
}
.blog_right_sidebar .widget_title::after {
    content: "";
    display: block;
    padding-top: 15px;
    border-bottom: 1px solid #f0e9ff;
}
.blog_right_sidebar .popular_post_widget .post_item+.post_item {
    margin-top: 20px;
}

.blog_cat_img {
    height: 30rem;
    width: 100%;
}
.blog_cat_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_cat_img:after {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #00000036;
}
.blog_cat_img{
    position: relative;
}
.blog_right_sidebar .post_category_widget .cat-list li {
    border-bottom: 1px solid #f0e9ff;
    transition: all 0.3s ease 0s;
    padding-bottom: 12px;
}
.blog_right_sidebar .post_category_widget .cat-list li a {
    font-size: 14px;
    line-height: 20px;
    color: #888888;
}
.blog_right_sidebar .post_category_widget .cat-list li a p {
    margin-bottom: 0px;
    /* font-family: "Muli",sans-serif; */
    color: #506172;
    font-size: 16px;
    line-height: 30px;
    margin-top: 11px;
    font-weight: normal;
    /* padding: 0px!important; */
}
.blog_right_sidebar .post_category_widget .cat-list  li {
    list-style: none;
}
.list.cat-list.category{
    padding-left: 0px!important;
}
.ltst-news .single-blog-card.card:hover{
    transform: scale(1.05);
    transition: transform 0.25s ease 0s;
}
.social_icons a:hover i{
    color: #ff7513;
}
.footer .btn.btn-social:hover{
    color: #ff7513;
}
.contact .p-lg-5.ps-lg-0 h6{
color: #ff7513;
}
/* @media screen and (min-width: 768px) {
    #prj_detail_header .project-menus li{
        margin-right: 12px;
    }
} */

@media screen and (max-width: 767px) {
    #prj_detail_header .project-menus li{
        margin-right: 12px;
    } 
    .main-nav .main_logo{
        padding-right: 6px!important;
        padding-left: 13px!important;
    }
    #prj_detail_header .project-menus a {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 14px;
        min-width: 121px;
    }
    #prj_detail_header .project-menus ul {
        overflow-x: scroll;
        display: flex;
    }
    #current-status .flex-viewport {
        max-height: 202px;
    }
    #floor-plan-sec .flex-viewport {
        max-height: 181px;
    }
    #proj_det_carousel .carousel-inner .carousel-item {
        height: 300px;
    }
    #project_overview .enquirenow-bt {
        margin-top: 15px;
    }
    .navbar-brand {
        margin-right: 0px;
    }
    #modal-flat .flat-img-card {
        margin-top: 15px;
    }
    #project_overview .over_detail .over_app {
        margin-left: 0px;
    }
    nav.smart-tab-1 a.nav-link{
        padding: 8px 15px;
        font-size: 13px;
    }
    nav.smart-tab-1 #nav-tab {
        margin-left: 0px;
    }
    .loc_detail_content .detail-btn {
        margin-left: 0rem;
    }
    #project_overview .over_detail .over_app {
        margin-left: 15px;
    }
    #main-feauture-sec .feature .our-val-sec{
        height: 34px;
        width: 34px;
        padding: 4px;
    }
    #main-feauture-sec .q-s{
        margin-left: 5px!important;
    }
    .fetr-srvc-cards .srvc-crd{
        margin-bottom: 15px;
    } 
    .fetr-srvc-cards .srvc-crd.clr-1{
        margin-bottom: 15px;
    }
    #contact-detail-sec .card{
        margin-bottom:15px;
    }
    .send-msg-btn {
        margin-bottom: 13px;
    }
    .cntct-txt{
        margin-top: 25px;
    }
    #proj-carousel .owl-nav {
        width: 87%;
    }
    #proj-carousel .owl-nav .owl-prev, #proj-carousel .owl-nav .owl-next {
        height: 54px;
        width: 54px;
        font-size: 34px;
    }
    #feauture-sec .feature .our-val-sec {
        height: 34px;
        width: 34px;
        padding: 4px;
    }
    #feauture-sec .q-s{
        margin-left: 5px!important;
    }
    .map-form{
        position: unset;
        padding: 0px 15px;
    }
    .map-form .form{
        position: unset;
    }
    .map-form .form {
        width: auto;
        margin-bottom: 15px;
    }
    .btn-whatsapp-pulse {
        z-index: 999;
    }
    .projectshortdetails {
        /* padding: 40px 29px 10px 36px; */
        padding: 15px;
    }
    .abt-box {
        height: auto;
        /* width: 100%; */
        margin-bottom: 17px;
    }
    nav.smart-tab-1 {
        /* margin-bottom: 20px; */
        /* background-color: #e1e1e1; */
        background-color: #d16363;
        border: 1px solid #ff7513;
    }
    nav.smart-tab-1 a.nav-link.active {
        background-color: #fff!important;
        /* border-bottom: 3px solid #ff7513; */
        /* color: #ff7513; */
        /* font-weight: 600; */
        border-bottom: 1px solid #ff7513!important;
    }
    nav.smart-tab-1 a.nav-link:hover {
        background-color: white;
        /* color: #ff7513;
        border-bottom: 1px solid #ff7513;
        font-weight: 600;
        border-radius: unset;
        margin-right: 8px; */
    }
    nav.smart-tab-1 a.nav-link {
        color: #fff;
    }
    .main_logo img {
        height: 36px;
    }
   
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .navbar .navbar-nav .nav-link {
        font-size: 13px;
    } 
    .abt-box {
        height: 39rem;
        width: 100%;
    }
    .loc_detail_content .detail-btn {
        margin-left: 0rem;
    }
    /* #prj_detail_header .project-menus ul {
        overflow-x: scroll;
        display: flex;
    } */
    .projectshortdetails {
       padding: 15px;
    }
    #prj_detail_header .project-menus ul {
    overflow-x: scroll;
    display: flex;
    width: 647px;
    white-space: nowrap;
    }
    #modal-flat .flat-img-card {
        height: 193px;
        /* width: 100%; */
    }
    #features .icon-card img {
        height: 40px;
    }
    .features .card p {
        color: #998a8a;
        font-size: 11px;
    }
    .blog_right_sidebar .single_sidebar_widget {
        padding: 8px;
    }
    .send-msg-btn {
       margin-bottom: 15px;
    }
    .enquirenow-bt{
        margin-top:15px;
    }
}

/* ---------jp design start---------- */

  .learn-btn{
    padding: 15px 36px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
  }
  .section-heading {
      font-family: 'Poppins', sans-serif;
      font-size: 42px;
      font-weight: 500;
      color: #000;
    }
    .underline-bars {
      width: 100px;
      height: 5px;
      margin: 10px 0 20px;
      display: flex;
      justify-content: center;
      gap: 4px;
    }
    .underline-bars div:nth-child(1) { background-color: #009245; width: 30%; }
    .underline-bars div:nth-child(2) { background-color: #8CC63F; width: 40%; }
    .underline-bars div:nth-child(3) { background-color: #009245; width: 30%; }

    .sustainability-section {
      padding: 60px 15px;
    }

    .sustainability-text p {
      font-size: 18px;
      /* line-height: 1.8; */
       color: #000;
    }

    .sustainability-btn {
      background-color: #009245;
      color: white;
      border: none;
      padding: 10px 20px;
      font-weight: 500;
      border-radius: 4px;
      transition: background-color 0.3s;
    }

    .sustainability-btn:hover {
      background-color: #007d39;
    }

    .bg-scroll-section {
        position: relative;
        background-image: url('http://localhost/jivanplastic-website/assets/home/img/products_bg.avif');
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center;
        padding: 60px 0;
        z-index: 1;
        overflow: hidden;
    }

    .bg-scroll-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(243 243 243 / 93%);
        z-index: -1;
    }
    .community-banner-scrollable {
    height: 400px;
    background-image: url('http://localhost/jivanplastic-website/assets/home/img/community.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed; /* 🔁 scroll effect */
    position: relative;
    z-index: 1;
    overflow: hidden;
    }

    .community-banner-scrollable::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5); /* dark overlay */
    z-index: 0;
    }
.biodegradable-banner-scrollable {
    height: 400px;
    background-image: url('http://localhost/jivanplastic-website/assets/home/img/biodegradable.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed; /* 🔁 scroll effect */
    position: relative;
    z-index: 1;
    overflow: hidden;
    }

    .biodegradable-banner-scrollable::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5); /* dark overlay */
    z-index: 0;
    }
    .biodegradable-banner-scrollable  > div {
        position: relative;
        z-index: 2;
    }
.community-banner-scrollable > div {
  position: relative;
  z-index: 2;
}

 .substain-scroll-section {
        position: relative;
        background-size: cover;
        background-color: #ffffff;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center;
        padding: 60px 0;
        z-index: 1;
        overflow: hidden;
    }

    .substain-scroll-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background-color: rgb(243 243 243 / 93%); */
        z-index: -1;
    }
    .scroll-wrapper {
        overflow: hidden;
        position: relative;
    }

    .scroll-track {
        display: flex;
        width: max-content;
    }

    .scroll-inner {
    display: flex;
    transform: translateX(0);
    transition: transform 0.5s ease-in-out;
    animation: marquee 30s linear infinite; /* <-- speed increased */
    animation-play-state: running;
}

.scroll-wrapper:hover .scroll-inner {
    animation-play-state: paused !important;
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}


    .scroll-card {
        flex: 0 0 15%;
        padding: 10px;
    }
   .image-wrapper {
  width: 100%;
  height: 210px;
  max-width: 400px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  border-radius: 5px;
}

    .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
    }

    .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0); /* transparent initially */
    }

    .image-wrapper:hover .image-overlay {
    background: rgba(0, 0, 0, 0.3); /* dark tint on hover */
    }


    .product-image-card {
        border: 4px solid white;
        border-radius: 10px;
        overflow: hidden;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .product-image-card img {
        height: 300px;
        object-fit: cover;
        width: 100%;
        display: block;
    }

     .scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    padding: 15px;
    font-size: 24px;
    border: none;
    cursor: pointer;
    border-radius: 50%;
  }

  .scroll-btn.left {
    left: 18px; /* moves button outside left */
  }

  .scroll-btn.right {
    right: 18px; /* moves button outside right */
  }

  @media (max-width: 768px) {
    .scroll-btn.left {
      left: 0;
    }

    .scroll-btn.right {
      right: 0;
    }

    .scroll-track {
      padding: 0 20px;
    }
  }

    /* .section-title {
        font-family: 'Poppins', sans-serif;
        font-size: 36px;
        font-weight: 600;
    } */


    @keyframes marquee {
        0% { transform: translateX(0); }
        100% { transform: translateX(-50%); }
    }
    /* Wrapper for entire header */
.full-header {
    width: 100%;
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
}

/* ✅ Green Gradient Background for Logo Box */
.logo-box {
    /* background: linear-gradient(to bottom, #0f8f13, #0f8f13); */
    padding: 10px 20px;
    min-width: 150px;
    max-width: 200px;
}

.logo-box .logo-img {
    max-height: 86px;
}

/* ✅ Contact Info Row */
.top-contact {
font-family: 'Kanit', sans-serif;
  font-size: 20x;
  font-weight: 400; /* 👈 Regular, not bold */
  color: #000;
  margin: 8px 105px 6px 0px;
}


.top-contact i {
    color: #6cc144;
    margin-right: 6px;
}

/* ✅ Menu Styling */
.navbar-nav .nav-link {
    font-weight: 600;
    font-size: 14px;
    color: #000 !important;
    text-transform: uppercase;
    margin: 0 10px;
    position: relative;
    padding: 16px 0 10px;
}

/* ✅ Top green border for active menu */
/* .navbar-nav .nav-link.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background-color: #8de665;
} */

/* Responsive toggle */
.navbar-toggler {
    border: none;
}
.align-items-stretch {
    height:6rem;
}
.navbar .navbar-nav .nav-link {
    /* margin-left: 12px!important; */
    color: #000000 !important;
    font-weight:bold;
    font-size:16px;
    padding: 10px 0;
}
    .contact-info i {
        font-size: 1.3rem;
        color: #28a745; /* Green outline style */
        margin-right: 8px;
        transition: color 0.3s ease;
    }

    .contact-info span:hover i {
        color: #155724; /* Darker on hover */
    }

    .contact-info span {
        margin-right: 20px;
        display: inline-flex;
        align-items: center;
        font-weight: 500;
        font-size: 15px;
    }
  .green-split-bar {
  height: 10px;
  width: 100%;
  display: flex;
}

.green-split-bar::before,
.green-split-bar::after {
  content: '';
  height: 100%;
  display: block;
}

.green-split-bar::before {
  width: 30.5%;
  background: linear-gradient(90deg, #fe0000 2.89%, #ff0b0b 98.4%);
}

.green-split-bar::after {
  width: 75%;
  background: linear-gradient(90deg, #fe0000 0%, #000000 100%);
}

.split-bar-custom {
  height: 10px;
  width: 100%;
  display: flex;
}

.split-bar-custom::before,
.split-bar-custom::after {
  content: '';
  height: 100%;
  display: block;
}

.split-bar-custom::before {
  width: 70%;
   background: linear-gradient(90deg, #000000 0%, #fe0000 100%);
}

.split-bar-custom::after {
  width: 30.5%;
background: linear-gradient(90deg, #fe0000 2.89%, #ff0b0b 98.4%);

}


.hero-content h1 {
  font-family: 'Kodchasan', serif;
  font-size: 61px;
  font-weight: 400; /* Not bold */
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.community_title{
     font-family: 'Kodchasan', serif;
  font-size: 42px;
  font-weight: 400; /* Not bold */
  font-style: normal;
  text-transform: uppercase;
  letter-spacing:0px;
}
  .hero-content a span{
    font: normal normal normal 19px /  'Kanit', sans-serif;
    text-decoration: none; /* Optional: remove underline */
    display: inline-block; /* Optional: for spacing or padding */
        letter-spacing: 0.05em;
  }

  .hero-content a:hover {
    color: white; /* Optional: hover color */
  }
 .home-title {
  font-size: 42px;
  font-family: 'Kodchasan', serif;
  font-weight: 400; /* Not bold */
  font-style: normal;
}
.p-font {
  font: normal normal normal 17px / 1.4em 'Inter', sans-serif;
}
.custbtn a{
     background: linear-gradient(135deg, #ff1a1a, #990000, #000000);
  color: #fff;
  border: none;
  padding: 12px 28px;
  font-size: 13px!important;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  /* border-radius: 50px; */
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.7),
              inset 0 2px 6px rgba(255, 255, 255, 0.2);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}
.custbtn a:hover {
  background: linear-gradient(135deg, #ff3333, #800000, #1a1a1a);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.7);
}
.custbtn .submit{
        background: linear-gradient(135deg, #ff1a1a, #990000, #000000);
    color: #fff;
    border: none;
    padding: 12px 28px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.7), inset 0 2px 6px rgba(255, 255, 255, 0.2);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}
.product-label {
  font: normal normal  16px /  "Open Sans", sans-serif !important;
  margin-top: 1rem;
  color:#000000;
}
/* .news-card {
    width: 365px;
    height: 205.312px;
} */
.news-label{
    font-size:19px!important;
}
.scroll-card p{
    font-size:15px!important;
}
.two-line-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;         /* Show only 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
   cursor: pointer;  
}
.small{
    font-size:15px!important;
}
.product-image-card img {
  transition: box-shadow 0.3s ease; /* smooth transition */
}

.product-image-card img:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); /* black shadow */
  cursor: pointer;  
}
.footer-contact p {
  font-family: 'Kanit', sans-serif;
  font-size: 18px;
  font-weight: 400;  /* 👈 Ensures it's not bold */
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1rem;
}


.footer-contact svg {
  width: 30px;
  height: 30px;
  fill: #8DE665;
}
.full-header {
   position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999; /* Keep it on top */
  background: white; /* Or your gradient */
  box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Optional shadow */
}
  .green-split-bar-top {
  height: 10px;
  width: 100%;
  display: flex;
}
.dropdown-item.active, .dropdown-item:active{
    color:#fff!important;
    background-color:#c80000!important;
}

.green-split-bar-top::before,
.green-split-bar-top::after {
  content: '';
  height: 100%;
  display: block;
}

.green-split-bar-top::before {
  width: 30.5%;
    background: linear-gradient(90deg, #fe0000 2.89%, #ff0b0b 98.4%);
}

.green-split-bar-top::after {
  width: 75%;
       background: linear-gradient(90deg, #fe0000 0%, #000000 100%);
}
.green-split-bar-top{
    position: fixed;
  top: 96px;
  left: 0;
  width: 100%;
  z-index: 999; /* Keep it on top */
  background: white; /* Or your gradient */
  box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Optional shadow */ 
}
/* MAIN MENU hover - like ABOUT */
.custom-hover-dropdown:hover > .nav-link {
  color: #136A37 !important;
  border-top: 4px solid #8de665;
}

/* DROPDOWN container (submenu wrapper) */
.about-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  padding: 20px 25px; /* ✅ Padding inside the menu (UL) */
  min-width: 260px;    /* Or larger if needed */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  list-style: none;
}

/* Show dropdown on hover */
.custom-hover-dropdown:hover .about-dropdown-menu {
  display: block;
}

/* SUBMENU default */
.custom-submenu-item {

  text-transform: uppercase;
  padding: 16px 25px;             /* ⬅️ Increased vertical space */
  line-height: 1.6;
  border-top: 1px solid transparent;  /* ⬅️ Thin border top */
  background: transparent;
  transition: none;               /* ⬅️ No animation */
}

/* SUBMENU hover */
.custom-submenu-item:hover {
  color: #136A37!important;                 /* ⬅️ Green text */
  border-top: 4px solid #8de665; /* ⬅️ Thinner border */
  background-color:unset!important;
}
.dropdown-menu .dropdown-item i {
  padding-right: 8px !important;
}

.custom-hover-dropdown ul li {
    padding: 4px 12px;
}
.custom-hover-dropdown ul li a {
  font-family: 'Kodchasan', serif;
  font-weight: 700;              /* Normal weight */
  font-size: 16px;
  line-height: 1.4em;
  text-transform: uppercase;     /* Optional: matches nav style */
  color: #000;                   /* Default text color */
  padding: 6px 15px;            /* Optional: spacing */
  display: block;
}

    .navbar .nav-item .dropdown-menu {
        border-radius: 0px;
    }
.about-header-section {
  position: relative;
  background-image: url('http://localhost/jivanplastic-website/assets/home/img/products_bg.avif');
  background-size: cover;
  background-position: center;
  /* height: 34vh; */
  height: 15vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-header-section {
  position: relative;
  background-image: url('http://localhost/jivanplastic-website/assets/home/img/products_bg.avif');
  background-size: cover;
  background-position: center;
  /* height: 34vh; */
  height: 15vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Overlay Gradient using ::before */
.about-header-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(243 243 243 / 93%);
  z-index: 1;
}

/* Title should appear on top of the overlay */
.about-title {
/* font-size: 65px; */
  font-size: 35px;
  font-family: 'Kodchasan', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  color: #000;
  position: relative;
  z-index: 2;
}
 .line2{
    font-size: 32px;
      font-family: 'Kodchasan', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  color: #000;
  position: relative;
  z-index: 2;
}
/* This spacer will naturally push down the content */
.navbar-spacer {
  height: 104px; /* Match your navbar height exactly */
}
video {
    object-fit: cover;
    position: unset;
}
.custom-video {
  max-width: 77%;
  border-left: 50px solid black;
  border-right: 50px solid black;
  border-top: none;
  border-bottom: none;
  border-radius: 0;

}
.product-row-scroll {
  gap: 40px; /* Reduced gap */
  padding-bottom: 5px;
  scrollbar-width: none;
}
.product-row-scroll::-webkit-scrollbar {
  display: none;
}

.product-item {
  flex: 0 0 auto;
  width: 110px; /* Adjust width as per your design */
}

.product-circle {
   width: 130px;
    height: 130px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #de1616;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-circle.green2 {
  background-color: #363a31;
  width: 130px;
    height: 130px;}

.product-circle img {
   max-width: 60%;
  max-height: 60%;
  object-fit: cover;
}

.product-label {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
 margin-left: 10px;
}

/* Original styles preserved */
.main-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.main-timeline:before {
  content: "";
  width: 5px;
  height: 100%;
  background: #d9d9d9;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  border-radius: 10px;
}

.timeline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  position: relative;
}

.timeline:nth-child(even) {
  flex-direction: row-reverse;
}

.date-content {
  flex: 0 0 40%;
  display: flex;
  justify-content: center;
  position: relative;
}

.date-outer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  /* Position the container to overlap with icon */
  margin-left: -15px; /* Pull left to overlap */
}
.timeline:nth-child(even) .date-outer {
  margin-left: 0;
  margin-right: -15px; /* Pull right to overlap for even items */
}


.timeline-image-wrapper {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 6px solid #dcdcdc;
  overflow: hidden;
  background: white;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  position: relative;
  z-index: 3; /* Higher than icon */
  /* Ensure perfect alignment */
  margin-left: -3px; /* Fine-tune positioning */
}
.timeline:nth-child(even) .timeline-image-wrapper {
  margin-left: 0;
  margin-right: -3px; /* Mirror for even items */
}
.icon {
  /* Ensure icon stays behind image */
  z-index: 2;
}

.timeline-connector {
  /* Remove connector completely */
  display: none;
}
.timeline-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.timeline-content {
  flex: 0 0 50%;
  padding: 0 20px;
  text-align: left;
}

.timeline:nth-child(even) .timeline-content {
  text-align: right;
}

.icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 30px;
  height: 30px;
  background: #8CC63F;
  border-radius: 50%;
  border: 5px solid white;
  box-shadow: 0 0 0 2px #8CC63F;
}

/* Added connector styles */
.timeline-connector {
  display: block;
  width: 50px;
  height: 3px;
  background: #8CC63F;
  position: absolute;
  z-index: 1;
}

.timeline:nth-child(odd) .timeline-connector {
  right: -50px;
}

.timeline:nth-child(even) .timeline-connector {
  left: -50px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .timeline {
    flex-direction: column;
    align-items: center;
  }

  .timeline:nth-child(even) {
    flex-direction: column;
  }

  .timeline-content, .date-content {
    flex: 0 0 100%;
    text-align: center !important;
    padding: 0;
  }

  .main-timeline:before {
    left: 10px;
    transform: none;
  }
  
  .timeline-connector {
    display: none;
  }
  
  .date-outer {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 991px) {
    .main-timeline .date-content {
        margin-top: 35px
    }
    .main-timeline .date-content:before {
        width: 22.5%
    }
    .main-timeline .timeline-content {
        padding: 10px 0 10px 30px
    }
    .main-timeline .title {
        font-size: 17px
    }
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding: 10px 30px 10px 0
    }
}

@media only screen and (max-width: 767px) {
    .main-timeline:before {
        margin: 0;
        left: 7px
    }
    .main-timeline .timeline {
        margin-bottom: 20px
    }
    .main-timeline .timeline:last-child {
        margin-bottom: 0
    }
    .main-timeline .icon {
        margin: auto 0
    }
    .main-timeline .date-content {
        width: 95%;
        float: right;
        margin-top: 0
    }
    .main-timeline .date-content:before {
        display: none
    }
    .main-timeline .date-outer {
        width: 110px;
        height: 110px
    }
    .main-timeline .date-outer:before,
    .main-timeline .date-outer:after {
        width: 110px;
        height: 110px
    }
    .main-timeline .date {
        top: 30%
    }
    .main-timeline .year {
        font-size: 24px
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        width: 95%;
        text-align: center;
        padding: 10px 0
    }
    .main-timeline .title {
        margin-bottom: 10px
    }
}
@media (max-width: 768px) {
  .main-timeline .date-content,
  .main-timeline .timeline-content {
    float: none;
    width: 100%;
    text-align: center;
  }

  .main-timeline .date-outer {
    margin: 16px auto;
  }
}


.timeline-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.news-btn {
  background-color: #1c9f53 !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  border-radius: 3px;
  height: 45px;
  min-width: 190px;
  padding: 0 15px;
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: background-color 0.3s ease;
border-radius: 3px!important;
}

.news-btn:hover {
  background-color: #158c47;
  color: #ffffff;
  text-decoration: none;
}

.news-title{
    font-size: 20px!important;
    color:#000000;
    font-family: 'Open Sans', sans-serif;
}
.contact-section {
  padding: 60px 0;
}

.left-contact p {
  font-size: 16px;
  margin-bottom: 15px;
}

.email-link {
  color: #1c9f53!important;
  /* font-weight: bold; */
  text-decoration: none;
}

.green-divider {
  width: 80px;
  height: 7px;
  background: linear-gradient(to right, #007A33 33%, #7ED957 33% 66%, #007A33 66%);
}

.logo {
  max-width: 100px;
}

.right-contact p {
   margin: 12px 0px;
  font-size: 1rem;
}

.map-responsive {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

  #map {
      height: 450px;
      width: 100%;
      border-radius: 10px;
    }
.right-contact svg {
    width: 35px;
    height: 35px;
    fill: #8DE665;
    margin-right: 16px;
}
.right-contact p {
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 18px;
}
.form-line {
  border: none;
  border-bottom: 2px solid #000;
  border-radius: 0;
  width: 100%;
  padding: 5px 0;
  background: transparent;
  box-shadow: none;
}

.form-line:focus {
  outline: none;
  border-bottom: 2px solid #de1616;
  box-shadow: none;
}

.contact-info {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 16px;
}

.icon-svg,
.icon-location {
  width: 20px;
  height: 20px;
  fill: #1c9f53;
  flex-shrink: 0;
  margin-top: 3px;
}

.form-check {
  margin-bottom: 6px;
}

.form-check-input {
  margin-right: 10px;
}
.form-check-input[type=checkbox] {
        border: 1px solid black!important;
        border-radius:0px!important;
}
.contact-submit{
    background-color:#1C9F53;
    color:#ffffff;
    font-size: 16px;
        width: 147px;
    height: 42px;
        margin: 9px 0px 42px 0;
        border-radius:2px!important;
}
.g-recaptcha {
  transform: scale(0.98); /* optional scaling */
  transform-origin: 0 0;
}
.custom-bullets {
  list-style-type: disc;
  padding-left: 20px;
}

.custom-bullets li {
  text-align: left;
  font-size: 17px;
}
.facts_title{
    font-size:28px;
    color:#000000;
    font-family: 'Kodchasan', serif;
}
.facts_p{
    font-size:18px;
    color:#000000;
}
@media screen and (max-width: 767px) {
    .hero-content h1 {
        font-family: 'Kodchasan', serif;
        font-size: 24px!important;
    }
    .hero-content p {
        font-size: 24px!important;
    }
    .home-title {
    font-size: 24px!important;
    }
    .about-title {
    font-size: 24px!important;
    }
    .navbar-spacer {
    height: 70px!important;
    }
    .video-container {
        position: relative;
        width: 100%;
        height: 65vh!important;
    }
    .contact-banner {
        height:unset!important;
    }
}
  /* ---------jp design end---------- */