
@font-face {
    font-family: "Montreal Bold";
    src: url('./fonts/Gilroy-Light.otf');
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montreal Bold";
    font-weight: 600;
    text-decoration: none;
}

body{
    max-width: 1600px;
    margin: 0px auto;
}

.section_lg{
    padding: 80px 0px;
}

.common-heading{
    font-family: "Montreal Bold";
    text-transform: capitalize;
    font-weight: 800;
    line-height: 3.75rem;
    font-size: 2.75rem;
    color:#034837;
}

ul {
    padding: 0;
    list-style-type: none;
}

a{
    text-decoration: none;
    color: inherit;
}

.preloader{
    background-color: #3d4d12;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    overflow: hidden;
    display: block;
    pointer-events: none;
}

.submit-btn{
    background-color: #ebf7f9;
    color: #00aeb1;
    border-radius: 50px;
    text-align: center;
    font-weight: 700;
}

.submit-btn:hover{
    background-color: #00aeb1;
    color: #1d4951;
}

#fixedbutton_visit {
    position: fixed;
    right: -30px;
    top: 40%;
    transform: rotate(-90deg);
    z-index: 9999;
    background: #cc9933;
    color: #fff;
    padding: 15px 10px;
    font-size: 14px;
    border-radius: 5px !important;
}

 #fixedbutton_visit:hover{
    background-color: #cc9933;
    color: #78251d;
 }

#header{
    position: relative;
}

.home-gradient {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.header-inner{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 12px 0px;
}

.home-banner{
    width: 100%;
    height: 600px;
}

.left-header-inner img{
    width: 100px;
}

.right-header-inner a{
    margin: 0px 20px;
    color: #fbfbfb;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 18px;
}

.home-banner-content{
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-banner-content img{
    width: 180px;
    border-radius: 50%;
    display: flex;
    margin: 0px auto;
}

.home-banner-content h1{
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin-top: 20px;
    transform: translateY(100%);
    opacity: 0; 
}

/* About Section Css Start */

.about-section{
    background-image: url('images/about-bg.png');
    background-position: center;
    background-size: cover;
}

.about-inner{
    display: grid;
    grid-template-columns: 9fr 3fr;
    gap: 40px;
    align-items: center;
}

.left-about{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.left-about p{
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #2e2917;
}

/* plotting option css start */

.plotting-inner{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    margin-top: 40px;
}

.plot-card {
      position: relative;
      overflow: hidden;
      border-top-left-radius: 100px;
      border-top-right-radius: 100px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      cursor: pointer;
    }

    .plot-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
    }

    .plot-card:hover img {
      transform: scale(1.05);
    }

    .overlay {
      position: absolute;
      bottom: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.55);
      color: #fff;
      padding: 20px;
      transition: all 0.4s ease;
      height: 60px;
      overflow: hidden;
    }

    .plot-card:hover .overlay {
      height: 100%;
      padding-top: 80px;
    }

    .overlay h3 {
      font-size: 20px;
      margin-bottom: 10px;
      text-align: center;
    }

    .overlay p {
      opacity: 0;
      transition: opacity 0.4s ease;
      text-align: center;
      padding: 15px;
    }

    .plot-card:hover .overlay p {
      opacity: 1;
    }

/* video section css start */

/* expand video section */

.expand-video {
  position: relative;
  min-height: 300px;
  margin-top: 60px;
}

.video-section {
  height: 90vh; 
}

.video-section video {
  height: 500px;
  width: 100%;
  object-fit: cover;
}

#expand {
  width: 20%;
  position: absolute;
  right: 0;
  transition: width 0.3s ease;
  border-radius: 150px 0 0 150px;
  overflow: hidden;
  will-change: width;
}

/* why choose section css start */

.why-choose-inner{
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
}

.wc-item{
    padding: 20px;
    background-color: #ebf7f9;
    border-bottom: 2px solid #00aeb1;
    border-top-right-radius: 120px;
    color: #2e2917;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.wc-item img{
    width: 50px;
}

.small-heading {
    font-size: 1.3rem;
    letter-spacing: .8px;
    line-height: 1.5;
    font-weight: 600;
}

.wc-item p{
        letter-spacing: .9px;
}

/* tagline section css start */

.tagline-section{
    background-image: url('images/tagline-bg.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 380px;
    position: relative;
    border-top-left-radius: 150px;
}

.tagline-overlay{
    border-top-left-radius: 150px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(68, 45, 11, 0.55);
}

.tagline-inner{
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.tagline-inner h2{
    margin-top: 50px;
}

.tagline-inner p{
    font-size: 20px;
    color: #fff;
}

/* project highlight css start */

.ph-inner{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
    row-gap: 50px;
    justify-items: center;
    margin-top: 40px;
}

.ph-item{
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.ph-item img{
    width: 80px;
    padding: 5px;
    background-color: #ebf7f9;
    border-radius: 50%;
}

.ph-item h5{
    letter-spacing: 0.7px;
    font-weight: 600;
    text-align: center;
    color: #2e2917;
}

/* nearby location css start */

.nearby-location{
    background-image: url('images/nearby-location.avif');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px 0px 260px 0px;
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
}

.nearby-location-inner{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: baseline;
    gap: 20px;
}

.nl-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.nl-item img{
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 0px auto;
}

.nl-item h5{
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #2e2917;
}


/* map section css start */

.map-inner{
    display: grid;
    grid-template-columns: 7.5fr 4.5fr;
    gap: 50px;
}

.left-map{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.left-map h5{
    color: #2e2917;
    letter-spacing: 0.8px;
}

.left-map h3{
    color: #034837;
    font-weight: 600;
}

.left-map ul{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 25px;
    align-items: baseline;
}

.left-map ul li{
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: start;
    text-align: start;
    align-items: start;    
    font-size: 18px;
    color: #2e2917;
}

.right-map iframe{
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}


/* modal css start */

.modal-backdrop{
    display: none;
}
/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
  }
  
  .modal-content {
    background-color: white;
    margin: 5% auto;
    padding: 20px;
    width: 90%;
    max-width: 500px;
    border-radius: 5px;
    position: relative;
  }
  
  .close {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 24px;
    cursor: pointer;
  }


#footer{
    background-color: #007c6c;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.8px;
}

.footer-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}





/********** MOBILE HEADER ************/


.mobile-header{
    display: none;
}

.mobile-menu-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.mobile-menu-container .logo{
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-menu-container .logo p{
    line-height: 1;
    display: none;
}

/* mobile menu css */

.canva_expander {
    cursor: pointer;
    display: block;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.canva_expander span {
    height: 2px;
    width: 35px;
    display: block;
    background: #fbfbfb;
    cursor: pointer;
    list-style: none;
    margin: 8px 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    margin-left: auto;
}

.canva_expander span.dot2 {
    width: 27px;
}

.canva_expander span.dot4 {
    width: 22px;
}


.hamburger {
    position: absolute;
    top: 20px;
    right: 15px;
    /* line-height: 20px; */
    padding: 5px;
    /* border-radius: 5px; */
    color: #1d4951;
    border: 0;
    font-size: 30px;
    font-weight: bold;
    outline: none;
    z-index: 1111;
    background: none;
}

.cross{
  background:none;
  position:absolute;
  top:5px;
  right:15px;
  padding:7px 15px 0px 15px;
  color:#27826f;
  border:0;
  font-size:3em;
  line-height:65px;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:22222;
}
.menu{z-index:1111; font-weight:bold; font-size:16px; width:100%; background-color: #fff;  position:absolute; text-align:center; font-size:12px; top: 0; left: 0;min-height: 100%;}
.menu ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none; padding-top: 80px;}
.menu li {display: block;   padding:20px 0 20px 0;  font-weight: 700;}
.menu li:hover{display: block;    background-color: #fff;}
.menu ul li a { text-decoration:none;  margin: 0px; color:#27826f;font-size: 14px;}
.menu ul li a:hover {  color: #27826f; text-decoration:none;}
.menu a{text-decoration:none; color:#27826f;}

.nav__sub li{
    padding: 10px 0px !important;
}

.fa-chevron-right{
    font-size: 12px;
}

.glyphicon-home{
  color: #132b2c; 
  font-size:1.5em; 
  margin-top:5px; 
  margin:0 auto;
}


.nav__item , .nav__item {
	margin-top: 10px;
}

.menu ul .nav__link {
	font-weight: 600;
	color: #27826f;
    /* font-family: 'myregularfont'; */
	text-decoration: none;
}

.menu ul .nav__sub {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
    height: 100vh;
	background-color: #fff;
  color: #27826f;
	opacity: 0;
	display: none;
	transition: all 0.35s ease-in-out;
	transform: translateX(100%);
}

.menu ul .nav__sub.is-active {
  opacity: 1;
  display: block;
  transform: translateX(0%);
}

.menu ul .nav__sub {
	margin-top: 0;
	margin-bottom: 0;
	padding: 15px;
	list-style-type: none;
}

.contact-btn-mobile{
    border-radius: 5px;
    display: flex;
    margin: 0 auto;
    width: max-content;
    border: 1px solid #27826f;
    padding: 10px 20px !important;
    margin-top: 10px;
}

.hamburger, .cross, .menu{
  display: none;
}

.logo img{
    width: 40px;
    /* height: 50px; */
    /* background-color: #fff; */
}

.mobile-video-section{
    display: none;
}


@media screen and (max-width:450px){
    .header-inner, .video-section, .home-banner-content{
        display: none;
    }

    .home-banner{
        height: 250px;
    }

    .mobile-video-section{
        display: block;
    }

    .mobile-video-section video{
        width: 100%;
        border-radius: 10px;
    }

    .section_lg{
        padding: 50px 20px;
    }

    .common-heading {
        font-size: 1.75rem;
        line-height: normal;
    }

    .mobile-header{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1111;
        right: 0;
        bottom: 0;
    }

    #fixedbutton_visit {
    position: fixed;
    right: -37px;
    padding: 10px 10px;
    }

    .about-inner, .plotting-inner, .why-choose-inner, .ph-inner, .nearby-location-inner, .map-inner{
        grid-template-columns: repeat(1,1fr);
        gap: 20px;
    }

    .left-about p, .tagline-inner p{
        font-size: 14px;
        line-height: normal;
    }

    .footer-inner{
        flex-direction: column;
        align-items: start;
        gap: 15px;
        font-size: 12px;
    }
}