   @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


    @font-face {
    font-family: 'Optima';
    font-style: normal;
    font-weight: normal;
    src: local('Optima'), url('OPTIMA.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Optima Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Optima Italic'), url('Optima_Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Optima Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Optima Medium'), url('Optima Medium.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Optima Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Optima Bold'), url('OPTIMA_B.woff') format('woff');
    }

    h1, h2, h3, h4, h5, h6
    {
   font-family: "Raleway", sans-serif;
    }

body {

        font-family: 'Optima';

      color: #4d4d4f;
    font-weight: 400 ;
      font-size: 16px;
        line-height: 25px;
}
a, a:hover 
{
         color: #f58220;
      
}

p{font-size: 18px;  }

.top-strip{
background: linear-gradient(
  90deg,
  #AE8625 0%,
  #C6932F 15%,
  #F7EF8A 35%,
  #E4C15A 55%,
  #D2AC47 75%,
  #EDC967 100%
);
color:#fff;
font-size:14px;
padding:8px 0 4px;
}

.top-strip a{
color:#fff;
text-decoration:none;
transition:0.3s;
}

.top-strip a:hover{
opacity:0.8;
}
.social-icons-t a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    font-size: 12px;
    height: 24px;
    background: #fff;
    color: #914d23;
    border-radius: 50%;
    margin-left: 8px;
    transition: 0.3s;
    line-height: 11px;

}

.social-icons-t a:hover{
background:#000;
color:#fff;
transform:translateY(-2px);
}

@media (max-width:768px){
.top-strip .row{
text-align:center;
}

.social-icons-t{
margin-top:5px;
}

}



.nav-custom .navbar-nav .dropdown-menu
{
       background: #181616;
    color: #0f0e0e;
    border-radius: 0;
    min-width: 12rem;
    padding: 20px 0px;
    border-bottom: 7px solid #023883;
border-top: 1px solid #000000;
}

.nav-custom .navbar-nav .dropdown-menu::before
{
content: '';
position: absolute;
    left: 39%;
top: -20px;
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: 19px solid #181616;
clear: both;
z-index: 9999;
display: block;
border-top: 0px;
}

.nav-custom .dropdown-item
{
    color: #ffffff;
    /* color: #060606; */
    padding: 7px 20px;
         font-size: 16px;

    white-space: unset;

    /* text-transform: */

}
.nav-custom .navbar-nav .active>.nav-link, .nav-custom .navbar-nav .nav-link.active, .nav-custom .navbar-nav .nav-link.show, .nav-custom .navbar-nav .show>.nav-link
{
      color: rgb(255 130 24);
}

.nav-custom .dropdown-item:focus, .nav-custom .dropdown-item:hover
{
    color: #fcfeff;
    background: #2c2c2c;
          background: linear-gradient(to left, #181616, #303030);
    /* border-bottom: 1px solid #aaa;*/
}


.main-nav {
  background:rgba(0,0,0,0.1);
  /*background: #000;*/
      top: -3px;
}
 .inner-project-header .main-nav {
    background: rgba(0, 0, 0, 0.4) !important;}

.nav-custom .navbar-nav .nav-link {
    font-family: "Raleway", sans-serif;
    color: #fff;
    font-weight: 600;
    padding: 31px 16px;
    font-size: 15.9px;
}

.nav-custom .dropdown-toggle::after {
  display: none;
}

.nav-custom .navbar-brand {
         padding-top: 20px;
        padding-bottom: 10px;
    width: 13%;
  
}


.scrolled {

  background: #fff;
  transition: 0.35s all ease;
}


.scrolled .nav-custom
{
/* background: linear-gradient(to left, #131313eb, #010101);*/
    background: linear-gradient(to right, #17191e, #17273c);
}
.scrolled .nav-custom .navbar-nav .nav-link
{
      color: #fff !important;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover
{
  color: #6ac3fa !important;
}


.megamenu-li {
  position: static;
}

.megamenu {
    position: absolute;
       width: 90%;
    left: 0;
    right: 0;
    padding: 15px;
    font-size: 14px;
    border-bottom: 2px solid #dedede;
    margin: 0 auto;

}
.megamenu h5
{
  font-size: 18px;
}


/* HERO */

.hero-slider{
position:relative;
height:100vh;
margin-top: 31px;
overflow:hidden;
}

/* slides */

.slide{
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
opacity:0;
transition:opacity 1s ease;
}

.slide.active{
opacity:1;
z-index:1;
}

.slide img{
width:100%;
height:100%;
object-fit:cover;
}

/* DARK GRADIENT OVERLAY */

.overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:linear-gradient(90deg,
rgba(0,0,0,0.65) 0%,
rgba(0,0,0,0.45) 40%,
rgba(0,0,0,0.6) 70%,
rgba(0,0,0,0) 100%);
}

/* CONTENT */

.hero-content{
position:absolute;
top:59%;
left:8%;
transform:translateY(-50%);
/*max-width:520px;*/
color:white;
}

.hero-content h1 {
        font-size: 46px;
    letter-spacing: 4px;
    line-height: 42px;
    margin-bottom: 24px;
    font-weight: bold;
    /* text-shadow: 0 3px 10px rgba(0, 0, 0, 0.6); */
}
.hero-content p {
    font-size: 19px;
        font-weight: bold;
    color: #fff;
    margin-top: 10px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.hero-text {
  color: #fff;
  text-align: left;
  line-height: 1.3;
}

.hero-text .line {
  display: block;
  font-weight: 700;
  opacity: 0;
  transform: translateY(60px);
}

/* Desktop */
.hero-text .line1 {
 font-size:46px;
    letter-spacing: 4px;
    line-height: 42px;
  animation: revealUp 1s ease forwards;
}

.hero-text .line2 {
  font-size: 19px;
  margin-top: 10px;
  letter-spacing: 0px;
  animation: revealUp 1s ease forwards;
  animation-delay: 0.5s;

    font-weight: bold;
   
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

/* Animation */
@keyframes revealUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Exit animation (for slider sync) */
.hero-text.exit .line {
  animation: exitDown 0.8s ease forwards;
}

@keyframes exitDown {
  to {
    opacity: 0;
    transform: translateY(40px);
  }
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .hero-text .line1 {
    font-size: 36px;
  }
  .hero-text .line2 {
    font-size: 16px;
  }
}
/* button */

.hero-content .btn {
background: linear-gradient(
  90deg,
  #DFBD69 0%,
  #CFA24F 40%,
  #A67C3A 70%,
  #926F34 100%
);
    border: none;
    padding: 12px 37px;
    margin-top: 19px;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.hero-content .btn:hover{
background:#c43131;
}

/* progress bars */

.progress-wrapper{
position:absolute;
bottom:0;
width:100%;
display:flex;
}

.progress{
flex:1;
height:4px;
background:rgba(255,255,255,0.3);
margin:0 2px;
}

.progress-bar{
width:0%;
background:#c43131;
transition:width 5s linear;
}

/* responsive */

@media(max-width:768px){
  .top-strip{background: #a67c3a;}
.nav-custom .navbar-brand{width: 23%; padding-top: 9px;}
.hero-slider{
        height: 546px;
/* height: 520px; */
margin-top: 0px !important;
overflow: unset !important;
margin-bottom: 90px;
}
.slide{top:125px;}

.hero-content{
left:20px;
right:20px;
top:72%;
}

.hero-content h1{
        font-size: 36px;
        line-height: 46px !important;
}

.hero-content p{
font-size:20px;
}
.book-visit-btn{bottom: 21%;}

}

/*---------------------------------nav ends here-------------------------*/


.button_container {
    /* position: fixed; */
    top: 10%;
    right: 2%;
    height: 27px;
    width: 27px;
    cursor: pointer;
    z-index: 9999;
    transition: opacity .25s ease;
    float: right;
    position: relative;
      margin-top: -55px;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
   transform: translateY(11px) translateX(0) rotate(45deg);
    background: #fff;
}
.button_container.active .middle {
     opacity: 0  !important;
    background: #fff !important;
}
.button_container.active .bottom {
          transform: translateY(-9px) translateX(0) rotate(-42deg);
    background: #fff;
}
.button_container span {
background: #fff;
    border: none;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
top: 10px;
    width: 60%;
}
.button_container span:nth-of-type(3) {
  top: 20px;
}
.overlay-nav {
  position: fixed;
/*  background: #1abc9c;*/
    background: rgb(255 255 255 / 85%);
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}
.overlay-nav.open {
  opacity: 1;
  visibility: visible;
  height: 100vh; 
    z-index: 1040;
}
.overlay-nav.open li {
   animation: fadeInRight .5s ease forwards;
  animation-delay: .35s;
}
.overlay-nav.open li:nth-of-type(2) {
  animation-delay: .4s;
}
.overlay-nav.open li:nth-of-type(3) {
  animation-delay: .45s;
}
.overlay-nav.open li:nth-of-type(4) {
  animation-delay: .50s;
}
.overlay-nav nav {
     background: linear-gradient(to left, #131313eb, #010101);
    /* background: #F3F0E8; */
    background-position: bottom;
    background-size: cover;
     width: 25%;
    height: 100vh;
    float: right;
}
.overlay-nav ul {
  list-style: none;
     padding-top: 5vh;
  padding-left: 0px;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay-nav ul h2
{
  font-size: 21px;
    margin-left: 35px;
    font-weight: 600;
    position: relative;
    padding-bottom: 5px;
    margin-top: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/*.overlay-nav ul h2:after
{
  content: '';
  width: 20%;
  height: 1px;
  display: block;
  left: 0px;
  bottom: 0px;
  background:#fff;
  margin-top: 10px;
}*/
.overlay-nav ul li {
/*  display: block;
  height: 25%;
     height: calc(100% /10);
  min-height: 50px;
  position: relative;
  opacity: 0;
  text-transform: uppercase;*/
      display: block;
    height: 25%;
      height: calc(100% /16);
    min-height: 30px;
    position: relative;
    opacity: 0;
    /* text-transform: uppercase; */
    /* font-weight: 400;*/
}
.overlay-nav ul li a, .toggle-box + label {
display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
    padding: 5px 40px;
    font-size: 16px;
    font-weight: 400;
}


.overlay-nav ul li a:hover
{
  color: #cac4c1;
}
.sub-menu
{
min-height: 40px !important;
 height: calc(100% /14) !important;
}
.sub-menu a
{
padding: 0px 40px 5px 40px !important;

font-size: 16px !important; 
}

.social-icons {
  margin: 0 auto !important;
  padding: 0;
}
.social-icons li {
  list-style: none;
  display: inline-block !important;
}
.social-icons li a {
  text-align: center;
  background: 0 0 !important;
  border-radius: 50% !important;
  color: #fff;
  padding: 7px 10px !important;
  border-bottom: none !important;
  margin-right: 5px;
      border: 2px solid #2c739d !important;
  width: 40px;
  height: 40px;
}
.social-icons li a:hover {
  color: #fff !important;
  background: #004268 !important;
}


.toggle-box {
  display: none;
}

.toggle-box + label {
    cursor: pointer;
    display: block;
 
    text-transform: uppercase;
    opacity: 0;
}
.toggle-box + label:hover, .toggle-box:checked + label
{
        color: #ef4d06;
}
.toggle-box + label + div {
  display: none;
  margin-bottom: 10px;
}

.toggle-box:checked + label + div {
  display: block;
}



.overlay-nav ul li a:hover:after, .overlay-nav ul li a:focus:after, .overlay-nav ul li a:active:after {
  width: 100%;
}



@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}



.section-p
{
  padding: 4em 0em;

}
.section-p h1
{
    font-weight: bold;
      font-size: 42px;
      color: #222;
          letter-spacing: 2px;
}

.section-p h6
{
  font-size: 16px;
  font-weight: 600;
  font-weight: bold;
}


.ftco-no-pb {
    padding-bottom: 0;
}
.ftco-no-pt {
    padding-top: 0;
}
.ftco-section {
    padding: 0em 0;
    position: relative;
    margin-top: -120px;
    z-index: 1;
}


.search-property-1 .form-group {
    position: relative;
        margin-bottom: 0;
}

.search-property-1 .form-group label {
    font-weight: 400;
    font-size: 12px;

    letter-spacing: 2px;
}

.search-property-1 .form-group .form-field {
    position: relative;
    display: block;
}

.search-property-1 .form-group .icon {
    position: absolute;
    top: 51%;
    /* left: 0; */
    font-size: 17px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgb(0 0 0 / 75%);
    right: 5px;
}
.search-wrap-1 .border-right
{
  border-color: #222 !important;
}
.search-property-1 .form-group .form-control {
padding: 0;
    padding-left: 20px;
    display: block;
    width: 100%;
    height: inherit !important;
    font-size: 17px;
    border: none !important;
    color: #232323;
    background: transparent !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.search-property-1 ::-webkit-input-placeholder {
    color:#232323;
   
}
.search-property-1 .form-group .select-wrap {
    position: relative;
}

.search-property-1 .form-group .select-wrap select {
   
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search-property-1 .form-group .form-control.btn {
    padding: 20px 40px !important;
    font-size: 14px;
    background: #232323 !important;
    border: none !important;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 10px;
}

.search-property-1 .form-group .form-control.btn:hover
{
 background: #086ba8 !important;
}

.search-wrap-1 {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0px 75px 94px -66px rgba(0, 0, 0, 0.66);
    -moz-box-shadow: 0px 75px 94px -66px rgba(0, 0, 0, 0.66);
    box-shadow: 0px 75px 94px -66px rgba(0, 0, 0, 0.66);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
      padding: 15px;
}


.home-par
{
    background: url(../images/web-about-us-banner-desk.jpg);
    background-size: cover;
    color: #fff;
    padding: 5em 0em;
    margin-top: 0px;
    background-attachment: fixed;
}

.home-par h1
{
  font-size: 60px;
  color: #fff;
}
.home-par h1 small
{
  font-size: 65%;
}
.btn-white
{
      background: #fff;
    padding: 10px 30px;
    color: #996d13;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
        border: 1px solid #fff;
}

.btn-white:hover
{
text-decoration: none;
    background: #1a1918;
color: #fff;
 border: 1px solid #282827;
}

.sec-legacy
{
background: url(../images/watermark.png);
background-position: bottom;
background-size: cover;
background-repeat: no-repeat;
margin-top: 30px;
}


.sec-legacy h2
{
  color: #000;
  font-size: 35px;
  letter-spacing: 3px;
}
.sec-legacy h4
{
  font-size:29px;
  color: #000;
  font-weight: 500;
}
.text-blue
{
color: #0576bb !important;
}

.stats-box
{
  position: relative;
}
.stats-box .count-block
{
    position: absolute;
    bottom: -65px;
    width: 100%;
    text-align: center;
    display: block;

}
.stats-box .count-block h2
{
 text-align: center;
    color: #fff;
    font-size: 12em;
}
.stats-box .count-block h2 small
{
  font-size: 45%;
}



.mast > header {
  z-index: 2;
  position: relative;
}

.mast__header {
    margin-bottom: 40px;
}
.mast__title {
    font-weight: 600;
       letter-spacing: 0.06em;
    text-transform: uppercase;
          margin-bottom: 20px;
  
}
.mast__title span {
  -webkit-animation: letter-glow 0.7s 0s ease both;
          animation: letter-glow 0.7s 0s ease both;
}
.mast__title span:nth-child(1) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}
.mast__title span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.mast__title span:nth-child(3) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.mast__title span:nth-child(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.mast__title span:nth-child(5) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.mast__title span:nth-child(6) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.mast__title span:nth-child(7) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.mast__title span:nth-child(8) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.mast__title span:nth-child(9) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.mast__title span:nth-child(10) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.mast__title span:nth-child(11) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
.mast__title span:nth-child(12) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.mast__title span:nth-child(13) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
.mast__title span:nth-child(14) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.mast__title span:nth-child(15) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.mast__title span:nth-child(16) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.mast__title span:nth-child(17) {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
}
.mast__title span:nth-child(18) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.mast__title span:nth-child(19) {
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
}
.mast__title span:nth-child(20) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.mast__title span:nth-child(21) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}
.mast__title span:nth-child(22) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.mast__title span:nth-child(23) {
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}
.mast__title span:nth-child(24) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.mast__title span:nth-child(25) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}


@-webkit-keyframes letter-glow {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.1);
  }
  66% {
    opacity: 1;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.9);
  }
  77% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0);
  }
}

@keyframes letter-glow {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.1);
  }
  66% {
    opacity: 1;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.9);
  }
  77% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0);
  }
}



.colab-logos  {
}
.colab-logos .owl-nav .owl-prev  {
    top: calc(-17% - 18px) !important;
    font-size: 20px !important;
    color: #000 !important;
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;

   
    left: 91%;
    background: transparent !important;
}

.colab-logos .owl-nav .owl-prev
{
          left: 80% !important;
     position: absolute;
}
.colab-logos .item  {
    overflow: hidden;
}
.colab-logos p  {
     padding:  0px 0px;
         font-size: 14px;
  
}
.colab-logos .owl-nav .owl-prev a  {
    color: #000;
}
.colab-logos .owl-nav .owl-next  {
    top: calc(-17% - 18px) !important;
    font-size: 20px !important;
    color: #000 !important;
    display: block;
    background: transparent;
    width: 45px;
    height: 45px;
    text-align: center;


    right: -1px;
    background: transparent !important;
}

.colab-logos .owl-nav .owl-next
{
right: 7% !important;
position: absolute;
}
.colab-logos .owl-nav .owl-next a  {
    color:  #000;
}
button:focus
{
  outline: none !important;
}



.owl-dots{
    margin: 0 auto;
    width: auto;
    text-align: center
} 
.owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 0;
    border: 1px solid #ccc;
    background: #fff !important;
    margin-right: 5px;
    display: inline-block;
}
.owl-carousel button.owl-dot.active {
      background: #bb8f32 !important;
    width: 13px;
    height: 13px;
}




.accordion .card-header:after {

    font-family: 'FontAwesome';  

    content: "\f068";

    float: right; 
        color: #fff;
    font-weight: lighter;

}

.accordion .card-header.collapsed:after {

    /* symbol for "collapsed" panels */

    content: "\f067"; 

}

.specifications-section{ text-align: left; }

.specifications-section .card-header{background-color: transparent; cursor: pointer;
   border-bottom: 1px solid rgb(255 255 255 / 13%);
}

.specifications-section .card{border: none; background: transparent !important;}

.specifications-section .card-title{        color: #fff !important;
 
    font-weight: 500;

}

.specifications-section .fa, .fas{margin-right: 12px;}

.specifications-section p {  margin-bottom: 10px; color: #fff;}

.specifications-section .card-title
{
      text-align: left;
    width: 90%;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 600;

}
.specifications-section .card-body
{
  text-align: left;
}


.specifications-section .card
{
   
    padding: 0px 30px 15px 0px;
   
}
.specifications-section ul
{
  margin: 0px;
  padding: 0px;
}
.specifications-section ul li
{
  color: #fff;
  margin-bottom: 10px;
}

.pro-tabs
{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
      background-color: #f0f0f0;
}
.pro-tabs .nav-tabs {
    border-bottom: 0px;
    display: flex;
    text-align: center;
    margin: 0 auto;
}

.pro-tabs .nav-tabs li {
    margin-bottom: 0px;
}
.pro-tabs .nav-tabs li a
{
    font-size: 17px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    background: transparent;
    padding: 10px 50px;
    border-right: 0px;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 5px solid transparent;
}
.pro-tabs .nav-tabs li a:hover, .pro-tabs .nav-tabs li a:active
{
 background-color: transparent;
     border-bottom: 5px solid transparent;
      border-top: 0px;
  border-right: 0px;
    border-left: 0px;

}
.pro-tabs .nav-tabs .nav-item.show .nav-link, .pro-tabs .nav-tabs .nav-link.active {
background-color: transparent;
    border-bottom: 5px solid transparent;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
        color: #d79b45;
}
.pro-tabs .tab-content
{
  margin-top: 30px;
      width: 100%;
}

.gallery-p figure {
  cursor: pointer;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  height: auto !important;
     max-height: 260px;
border: 1px solid #efefef;
}

.gallery-p figure figcaption,
.gallery-p figure figcaption > a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.gallery-p figure figcaption {
  backface-visibility: hidden;
  color: #fff;
  font-size: 1.25em;
  text-transform: uppercase;
}

.gallery-p figure h4,
.gallery-p figure p {
  margin: 0;
}

.gallery-p figure h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  word-spacing: -0.15em;
}

.gallery-p figure p {
  font-size: 18px;
  font-weight: 100;
  color: #fff;
  letter-spacing: 1px;
}

.gallery-p figure h2,
.gallery-p figure p {
  margin: 0;
}



.gallery-p figure.softeffect img {
  transition: opacity .35s ease 0s, transform .35s ease 0s;
}

figure.softeffect:hover img {
  opacity: 0.35;
  transform: scale(1);
}

.gallery-p figure.softeffect figcaption:before,
.gallery-p figure.softeffect p {
  opacity: 0;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

.gallery-p figure.softeffect h4 {
  opacity: 0;
 padding: 28% 0 20px;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  font-size: 28px;

}

.gallery-p figure.softeffect h4 img {
 filter:unset;
 opacity: 1;
 vertical-align: middle;
 display: block;
 margin: 0 auto;
 width: 30px;
 height: 30px;
min-height: auto;
}
.gallery-p figure.softeffect h4 i
{
  font-weight: lighter;
}



.gallery-p figure.softeffect:hover figcaption:before,
.gallery-p figure.softeffect:hover p {
  opacity: 1;
  transform: scale(1);
}

.gallery-p figure.softeffect:hover h4 {
  opacity: 0.7;
  transform: scale(1);
}

.gallery-p figure img {
  display: block;
  max-width: 100%;
  min-height: 100%;
  opacity: 1;
  position: relative;
}

.gallery-p figure.softeffect {
  background: none repeat scroll 0 0 transparent;
        background: #f1f1f1;
}

.gallery-p figure.softeffect:hover {
  background: none repeat scroll 0 0 #000000;
  /* Cyan: #00aeef */
}

.gallery-p figure.softeffect img {
  transform: scale(1);
  transition: opacity .35s ease 0s, transform .35s ease 0s;
      min-height: 260px;
         
}

 figure.softeffect:hover img {
  opacity: 0.40;
  transform: scale(1.15);
  filter: blur(2px);
}
 
/* SECTION */

.news-media-section{
padding:80px 0;
background:#f6f6f6;
}

/* TITLE */

.section-title-news{
text-align:center;
margin-bottom:60px;
}

.section-title-news h2{
font-weight:700;
color:#222;
}

.section-title p{
color:#666;
max-width:650px;
margin:auto;
}

/* CARD */

.news-card{
background:#fff;
border-radius:10px;
overflow:hidden;
box-shadow:0 5px 25px rgba(0,0,0,0.08);
transition:0.4s;
height:100%;
}

.news-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

/* IMAGE */

.news-image{
overflow:hidden;
position:relative;
}

.news-image img{
width:100%;
height:320px;
object-fit:cover;
transition:0.6s;
}

.news-card:hover img{
transform:scale(1.08);
}

/* CONTENT */

.news-content{
padding:30px;
}

.news-tag{
font-size:14px;
font-weight:600;
color:#914d23;
margin-bottom:10px;
}

.news-content h4{
font-weight:600;
margin-bottom:15px;
color:#222;
}

.news-content p{
font-size:18px;
color:#555;
line-height:1.7;
}

/* BUTTON */

.read-more-btn{
display:inline-block;
margin-top:15px;
padding:10px 28px;
background: linear-gradient(
  90deg,
  #DFBD69 0%,
  #CFA24F 40%,
  #A67C3A 70%,
  #926F34 100%
);
color:#fff;
text-decoration:none;
border-radius:4px;
font-size:14px;
transition:0.3s;
}

.read-more-btn:hover{
background:#c43131;
color: #fff;
}

/* RESPONSIVE */

@media (max-width:768px){

.news-image img{
height:240px;
}

.news-content{
padding:20px;
}

}

#goTopBtn{
position:fixed;
bottom:30px;
right:30px;
z-index:99;
border:none;
outline:none;
background: linear-gradient(
  90deg,
  #DFBD69 0%,
  #CFA24F 40%,
  #A67C3A 70%,
  #926F34 100%
);
color:#fff;
cursor:pointer;
padding:10px 18px;
border-radius:50%;
font-size:18px;
box-shadow:0 5px 15px rgba(0,0,0,0.2);
display:none;
transition:all .3s ease;
}

#goTopBtn:hover{
background:#a52a2a;
transform:translateY(-3px);
}


.footer {
  background:linear-gradient(rgba(20,25,40,0.92),rgba(20,25,40,0.92)),
url('../images/footer-bg.jpg');
background-size:cover;
background-position:center;
color:#fff;
    padding: 60px 0 20px;
    border-top:9px solid #b58a28;
}

.footer h5{
color:#fff;
margin-bottom:20px;
font-weight:600;
}

.footer a{
color:#fff;
text-decoration:none;
display:block;
margin-bottom:10px;
transition:0.3s;
}

.footer a:hover{
color:#fffdfd;
padding-left:6px;
}

.footer-contact p{
margin-bottom:8px;
}

.footer-contact i{
color:#b58a28;
margin-right:8px;
}

.social-icons a{
display:inline-block;
width:40px;
height:40px;
line-height:40px;
text-align:center;
background:#b58a28;
border-radius:50%;
margin-right:8px;
color:#fff;
transition:0.3s;
}

.social-icons a:hover{
background:#c43131;
transform:translateY(-3px);
}

.footer-bottom{
border-top:1px solid #333;
margin-top:30px;
padding-top:15px;
font-size:14px;
}
.footer-bottom p{font-size: 15px;}
.footer-bottom a{
display:inline;
margin-left:10px;
color:#bbb;
}

.footer-bottom a:hover{
color:#c43131;
}


/* Fixed Button */
.fixed-enquiry-btn{
    position:fixed;
    right:0;
    top:39%;
    transform:translateY(-50%);
/*background: linear-gradient(
  90deg,
  #DFBD69 0%,
  #CFA24F 40%,
  #A67C3A 70%,
  #926F34 100%
);*/
background:#4e4b4b;
    color:#fff;
    padding:14px 9px;
    font-weight:500;
    font-size: 15px;
    font-family: "Raleway", sans-serif;
    border-radius:8px 0 0 8px;
    cursor:pointer;
    z-index:9999;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transition:0.3s;
}

/* Hover Effect */
.fixed-enquiry-btn:hover{
    background:#c43131;
}

.modal-header{
    background:#c43131;
    color:#fff;
}

.submit-btn {
    background: #c43131;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.5px;
}
.submit-btn:hover{
    background:#8b1f1f;
    color: #fff;
}
.modal-title{font-weight: 600;}

/* Responsive Styles */

@media only screen and (max-width: 1440px) {

}


@media only screen and (max-width: 1366px) {
}

@media(max-width:991px) {}

@media(max-width:767px) {
  .tabs-projects .nav-tabs .nav-link{font-size: 15px !important;  padding: 12px 23px !important;}
  .home-par{ background: url(../images/mob-banner-ground.jpg) !important;}
  .projects-section .d-flex{display: block !important;}
  .projects-section .section-title{font-size: 27px !important;}
    .view-btn {
        padding: 10px 13px !important;
        font-size: 16px !important;
        width: 47% !important;
        display: block;
        text-align: center;
        margin-left: 16px !important;
        margin: 43px 0px auto 95px !important;
    }
 .footer{text-align: center !important;}
  .track-title{font-size: 29px !important;}
  .carousel-item
  {
        height: 200px;
  }
  .ftco-section
  {
    margin-top: 15px;
  }
 .search-property-1 .form-group
 {
      margin-bottom: 20px;
 }
 .home-par h1 {
    font-size: 35px;

}
.section-p
{
  padding: 2em 0em;
}
.section-p h1
{
  font-size: 32px;
}
.nav-custom
{
  background: linear-gradient(to right, #17191e, #17273c);
      background-color: #00000000;
}
.nav-custom .navbar-nav .nav-link
{
      padding: 7px 22px;
          border-bottom: 1px solid #262626;
}
    
}



/* SECTION */
/* Section */

.achievements-section{
background:#f5f5f5;
padding:80px 0;
}

/* Left Content */

.achievements-left{
background:linear-gradient(90deg, #cdaa55 0%, #977b47 40%, #A67C3A 70%, #926F34 100%);
color:#fff;
padding:60px;
height:100%;
display:flex;
flex-direction:column;
justify-content:center;
}

.achievements-left h5{
letter-spacing:2px;
font-weight:600;
margin-bottom:10px;
font-size: 22px;
}

.achievements-left h2{
font-size:36px;
font-weight:700;
margin-bottom:20px;
}

.achievements-left p{
font-size: 19px;
line-height:1.6;
}

/* Achievement Cards */

.achievement-box {
    background: #fff;
    padding: 68px 25px 0px;
    text-align: center;
    border: 1px solid #eee;
    min-height: 242px;
    transition: all .4s ease;
    position: relative;
    overflow: hidden;
}

/* Building Infographic Background */

/* Building Infographic Background */

.achievement-box::before{
content:"";
position:absolute;
bottom:-10px;
right:-10px;
width:120px;
height:120px;
opacity:0.07;
background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='%23000000' d='M8 60V28h12V12h24v16h12v32H8zm6-6h4v-6h-4v6zm0-10h4v-6h-4v6zm0-10h4v-6h-4v6zm10 20h4v-6h-4v6zm0-10h4v-6h-4v6zm0-10h4v-6h-4v6zm10 20h4v-6h-4v6zm0-10h4v-6h-4v6zm0-10h4v-6h-4v6z'/%3E%3C/svg%3E");
background-size:contain;
background-repeat:no-repeat;
pointer-events:none;
}

/* Hover Effect */

.achievement-box:hover{
transform:translateY(-8px);
box-shadow:0 15px 35px rgba(0,0,0,0.1);
border-color:#914d23;
}

.achievement-number{
font-size:27px;
font-weight:700;
color:#b48927;
margin-bottom:10px;
position:relative;
z-index:2;
}
.achievement-icon {
    font-size: 38px;
    color: #c43131;
    margin-bottom: 15px;
}
.achievement-text{
font-weight:500;
font-size:18px;
position:relative;
z-index:2;
}

/* Responsive */

@media (max-width:991px){

.achievements-left{
margin-bottom:30px;
padding:40px;
}

.achievements-left h2{
font-size:32px;
}

}





/* Section */
.established-section{
padding:80px 0;
background:#f6f7fb;
}

/* Image */
.established-img{
border-radius:14px;
overflow:hidden;
position:relative;
}

.established-img img{
width:100%;
height:100%;
object-fit:cover;
}
.image-overlay{
    position: absolute;
    bottom: 0;
    width: 100%;
    background:rgb(106 103 99 / 90%);
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

/* Quote text on image */
.image-quote{
position:absolute;
bottom:30px;
left:30px;
color:#fff;
font-style:italic;
font-size:14px;
max-width:80%;
line-height:1.6;
}

/* Small tag */
.section-tag {
    display: inline-block;
background: linear-gradient(
  90deg,
  #DFBD69 0%,
  #CFA24F 40%,
  #A67C3A 70%,
  #926F34 100%
);
    font-weight: 600;
    color:#fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 17px;
    margin-bottom: 15px;
}

/* Heading */
.established-title{
font-size:33px;
font-weight:700;
color:#0f2c44;
line-height:1.3;
margin-bottom:20px;
}

/* Paragraph */
.established-text{
color:#555;
font-size:18px;
line-height:1.8;
margin-bottom:15px;
}

/* Highlight words */
.established-title span{
color:#b48927;
}

/* Responsive */
@media (max-width:991px){

.established-title{
font-size:30px;
}

.established-section{
padding:60px 0;
}

.image-quote{
font-size:13px;
}

}


.build-section{

background-image:url('../images/gpl-setup.png'); /* your image */
min-height:420px;
background-position:center;
background-size:cover;
background-repeat:no-repeat;
background-attachment:fixed;
display:flex;
align-items:center;
position:relative;
color:#fff;
}

.build-section::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.45);
}

.build-content{
position:relative;
z-index:2;
}

.build-content h2{
font-size:48px;
font-weight:700;
margin-bottom:10px;
}

.build-content p{
font-size:18px;
max-width:600px;
}

/* ENQUIRE BUTTON */

.enquire-btn{
background: linear-gradient(
  90deg,
  #DFBD69 0%,
  #CFA24F 40%,
  #A67C3A 70%,
  #926F34 100%
);
color:#fff;
padding:14px 28px;
border-radius:30px;
font-weight:600;
text-transform:uppercase;
letter-spacing:1px;
transition:0.3s;
cursor: pointer;
text-decoration:none;
}

.enquire-btn:hover{
background:#c43131;
color:#fff;
}

/* FEATURE BOXES */

.feature-wrapper{
margin-top:-120px;
position:relative;
z-index:5;
}

.feature-box{
background:#fff;
padding:35px 26px;
  max-height: 400px;
  overflow-y: auto;

border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,0.1);
transition:.4s;
height:100%;
border-top:4px solid transparent;
}

.feature-box:hover{
transform:translateY(-10px);
border-top:4px solid #c43131;
box-shadow:0 20px 45px rgba(0,0,0,0.15);
}

/* For Chrome, Edge, Safari */
.feature-box::-webkit-scrollbar {
    display: none;
}

/* For IE, Edge */
.feature-box {
    -ms-overflow-style: none;
}

/* For Firefox */
.feature-box {
    scrollbar-width: none;
}
.feature-icon{
font-size:40px;
color:#b68a28;
margin-bottom:15px;
}

.feature-box h4{
font-size:20px;
font-weight:700;
color:#000;
margin-bottom:10px;
}

.feature-box p{
color: #555;
    font-size: 18px;
}

/* Hover effect (optional) */


/* CUSTOM SCROLLBAR */
.feature-box::-webkit-scrollbar {
  width: 6px;
}

.feature-box::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.feature-box::-webkit-scrollbar-thumb {
  background: #c43131;
  border-radius: 10px;
}

.feature-box::-webkit-scrollbar-thumb:hover {
  background: #a82828;
}

/* MOBILE */

@media(max-width:768px){

.build-section{
background-attachment:scroll;
padding:80px 0;
}

.build-content h2{
font-size:34px;
}

.feature-wrapper{
margin-top:-80px;
}

}


.projects-section{
padding:50px 0;
background:#f7f7f7;
}

.section-subtitle{
letter-spacing:2px;
font-size:14px;
text-transform:uppercase;
color:#888;
}

.section-title{
font-size:40px;
font-weight:700;
margin-bottom:50px;
}

.project-card{
position:relative;
overflow:hidden;
border-radius:14px;
cursor:pointer;
}

.project-card img{
width:100%;
height:420px;
object-fit:cover;
transition:transform .6s ease;
}

.project-overlay{
position:absolute;
bottom:0;
left:0;
width:100%;
padding:30px;
color:#fff;
background:linear-gradient(to top, rgba(0,0,0,.85), rgba(0,0,0,0));
transition:all .4s ease;
}
.project-overlay a{color:#fff;text-decoration: none;}

.project-title{
font-size:24px;
font-weight:600;
}

.project-location{
font-size:15px;
opacity:.9;
}

.project-card:hover img{
transform:scale(1.12);
}

.project-card:hover .project-overlay{
padding-bottom:40px;
}

.location-icon{
color:#ff6a00;
margin-right:6px;
}

.project-btn{
background: linear-gradient(
  90deg,
  #DFBD69 0%,
  #CFA24F 40%,
  #A67C3A 70%,
  #926F34 100%
);
    color:#fff;
    padding:14px 30px;
    font-size:16px;
    font-weight:600;
    border-radius:50px;
    text-decoration:none;
    display:inline-block;
    transition:all 0.35s ease;
    box-shadow:0 6px 18px rgba(196,49,49,0.35);
}

.project-btn:hover{
    background:#c43131;
    color:#fff;
    transform:translateY(-4px);
    box-shadow:0 12px 25px rgba(196,49,49,0.45);
}


.projects-section{
padding:80px 0;
background:#f7f7f7;
}

.projects-section .section-title{
font-size:40px;
font-weight:700;
}

.projects-section .section-title span{
color:#b48927;
}

.project-card{
position:relative;
overflow:hidden;
border-radius:12px;
cursor:pointer;
}

.project-card img{
width:100%;
height:260px;
object-fit:cover;
transition:0.5s;
}

.project-card:hover img{
transform:scale(1.08);
}

.project-overlay{
position:absolute;
bottom:0;
left:0;
width:100%;
height:100%;
background:linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0));
display:flex;
align-items:flex-end;
padding:20px;
color:#fff;
}

.project-title{
font-size:20px;
font-weight:600;
margin-bottom:2px;
}

.project-location{
font-size:14px;
opacity:0.9;
}

.project-badge{
position:absolute;
top:12px;
right:12px;
background:#fff;
color:#333;
font-size:13px;
font-weight:600;
z-index: 999;
padding:5px 10px;
border-radius:6px;
}

.project-card:hover .project-title{
color:#ccc;
transition:0.3s;
}
.project-badge a{text-decoration: none; color: #333;
    font-size: 16px;}

.view-btn{
border:2px solid #b48927;
color:#914d23;
font-weight:600;
padding:10px 28px;
border-radius:6px;
text-decoration:none;
transition:0.4s;
}

.view-btn:hover{
background:#c43131;
color:#fff;
}


    /* Tabs Styling */
    .tabs-projects .nav-tabs {
        border-bottom: none;
        justify-content: center;
    }

    .tabs-projects .nav-tabs .nav-link {
        border: none;
        color: #17263a;
        font-weight: 600;
        padding: 12px 25px;
        margin: 5px;
        font-size: 18px;
        border-radius: 50px;
        background: #e9eef5;
        transition: 0.3s;
    }

    .tabs-projects .nav-tabs .nav-link.active {
        background: #17263a;
        color: #fff;
    }

    .tabs-projects .nav-tabs .nav-link:hover {
        background: #17263a;
        color: #fff;
    }


/* Section Title */
.testimonial-gpl{}

.testimonial-title{
font-weight:700;
font-size:40px;
color: #222;
}
.clor-org{color:#b48927;}

.testimonial-subtitle{
color:#914d23;
margin-bottom:50px;
}

/* Card */

.testimonial-card{
background:#d9e1e6;
/*padding:40px;*/
border-radius:8px;
transition:all .35s ease;
height:100%;
}

.testimonial-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 40px rgba(0,0,0,0.12);
}

/* Quote */

.quote-icon{
font-size:40px;
margin-bottom:15px;
}

/* Text */

.testimonial-text{
color:#333;
line-height:1.7;
margin-bottom:30px;
}

/* User Info */

.user-info{
display:flex;
align-items:center;
gap:15px;
}

.user-info img{
width:55px;
height:55px;
border-radius:50%;
object-fit:cover;
flex-shrink:0;
}

/* Name */

.user-name{
font-weight:600;
margin:0;
}

.user-role{
font-style:italic;
color:#777;
font-size:14px;
}

/* Owl Nav */

.owl-nav button{
position:absolute;
top:50%;
transform:translateY(-50%);
width:45px;
height:45px;
border-radius:50% !important;
border:2px solid #b48927 !important;
background:transparent !important;
color:#b48927 !important;
display:flex !important;
align-items:center;
justify-content:center;
font-size:18px !important;
transition:all .3s ease;
}

/* Left Button */

.testimonial-gpl .owl-nav .owl-prev{
left:-60px;
}

/* Right Button */

.testimonial-gpl .owl-nav .owl-next{
right:-60px;
}

.testimonial-gpl .owl-nav button:hover{
background:#b48927 !important;
color:#fff !important;
}

.testimonial-gpl .owl-dots{
display:none;
}
.testimonial-gpl .owl-carousel .owl-item img{width: auto !important;}

.testimonial-gpl .owl-carousel .owl-dots.disabled,.testimonial-gpl .owl-carousel .owl-nav.disabled{display: block;}

/* Responsive */

@media(max-width:991px){

.owl-nav .owl-prev{
left:-20px;
}

.owl-nav .owl-next{
right:-20px;
}

}

@media(max-width:575px){

.owl-nav{
display:none;
}

}



/* Floating Button */
.book-visit-btn {
    position: fixed;
    transform: translateY(-50%) !important;
    bottom: 13%;
    right: 0px;
    background-color: #131313eb;
    writing-mode: vertical-rl;
    color: #fff;
    font-weight: 500;
    padding: 14px 9px;
    border-radius: 8px 0 0 8px;
    font-size: 15px;
    font-family: "Raleway", sans-serif;
    border: none;
    z-index: 9999;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.book-visit-btn:hover{
    background-color: #c43131;
    transform: translateY(-3px);
}

/* Modal Styling */
#visitModal .modal-header{
    background-color: #131313eb;
    color: #fff;
    border-bottom: none;
}

#visitModal .modal-title{
    font-weight: 600;
}

#visitModal .btn-close-white{
    filter: invert(1);
}

/* Form */
#visitModal .form-control:focus{
    border-color: #131313eb;
    box-shadow: none;
}

#visitModal .submit-btn{
    background-color: #131313eb;
    color: #fff;
    border-radius: 30px;
    padding: 10px;
    border: none;
    font-weight: 500;
}

#visitModal .submit-btn:hover{
    background-color: #000;
}




    /* Ablout us css HERO SECTION */
    .about-banner-section {
      position: relative;
      height: 65vh;
      min-height:419px;
      background: url('../images/web-about-us-banner-desk.webp') center/cover no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    /* DARK OVERLAY */
    .about-banner-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background:linear-gradient(rgba(0, 51, 102, 0.65), rgb(0 0 0 / 65%));
      z-index: 1;
    }

    /* CONTENT */
    .about-hero-content {
      position: relative;
      z-index: 2;
      text-align: center;
      animation: fadeInUp 1.2s ease;
    }

    /* HEADING */
    .about-hero-title {
      color: #fff;
      font-family: 'Playfair Display', serif;
      font-weight: 500;
      letter-spacing: 1px;

      /* RESPONSIVE FONT */
      font-size: clamp(26px, 6vw, 66px);
    }

    /* UNDERLINE */
    .about-hero-title::after {
      content: "";
      display: block;
      width: 120px;
      height: 2px;
      background: rgba(255,255,255,0.7);
      margin: 15px auto 0;
    }

    /* ANIMATION */
    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(40px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* MOBILE IMPROVEMENTS */
    @media (max-width: 576px) {
      .about-banner-section {
        height: 50vh;
        margin-top: 109px;
        background: url(../images/about-mob-banner.jpg) center / cover no-repeat;
      }

      .about-hero-title::after {
        width: 80px;
      }
    }


        .ground-section {
            padding: 80px 0;
            background: #f8f9fa;
        }

        .ground-title {
            font-size: 42px;
            font-weight: 700;
            line-height: 1.2;
        }

        .ground-subtitle {
            color: #c59d5f;
            font-weight: 600;
            letter-spacing: 1px;
            margin-bottom: 10px;
        }

        .ground-text {
            font-size: 18px;
            line-height: 1.6;
            color: #555;
        }

        .ground-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
        }

        @media (max-width: 768px) {
            .ground-title {
                font-size: 30px;
            }
        }
    
    .golden-clr{color:#b48927 !important;}


    .section-box {
      height: 100%;
      padding: 70px 50px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .light-bg {
      background: #f8f8f8;
    }

    .dark-bg {
      background: #0b1f44;
      color: #fff;
    }

    .section-title-small {
      font-size: 40px;
      letter-spacing: 2px;
      color: #b68a28;
      margin-bottom: 12px;
      text-transform: uppercase;
      font-weight: 600;
    }

    .section-box h2 {
      font-weight: 700;
      margin-bottom: 18px;
      font-size: 24px;
      line-height: 1.4;
    }

    .light-bg h2 {
      color: #222;
    }

    .dark-bg h2 {
      color: #fff;
    }

    .section-box p {
      font-size: 18px;
      line-height: 1.8;
      margin-bottom: 0;
      color: #555;
    }

    .dark-bg p {
      color: #ddd;
    }

    /* Gold Accent Line */
    .accent-line {
      width: 50px;
      height: 3px;
      background: #b68a28;
      margin-bottom: 20px;
    }

    .img-box {
      overflow: hidden;
    }

    .img-box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
    }

    .img-box:hover img {
      transform: scale(1.05);
    }

    /* Responsive */
    @media (max-width: 768px) {
      .section-box {
        padding: 40px 20px;
        text-align: center;
      }

      .accent-line {
        margin: 0 auto 20px;
      }

     .section-box  h2 {
        font-size: 22px;
      }
    }

        .core-section {
            padding: 80px 0;
   background-color: #f8f8f8;}
   

        .core-section-title {
            color: #b68a28;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .main-heading {
            font-size: 42px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .core-text {
            color: #555;
            line-height: 1.8;
            font-size: 18px;
        }

        .value-card {
            border: none;
            border-radius: 12px;
            padding: 30px 25px;
            transition: all 0.3s ease;
            background: #fff;
            box-shadow: 0 8px 25px rgba(0,0,0,0.05);
            height: 100%;
        }

        .value-card:hover {
          border-top: 4px solid #c43131;
            transform: translateY(-8px);
            box-shadow: 0 12px 30px rgba(0,0,0,0.08);
        }

        .core-icon-box {
            width: 70px;
            height: 70px;
            background: rgba(182,138,40,0.1);
            color: #b68a28;
            font-size: 28px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin-bottom: 20px;
        }

        .value-title {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 10px;
            text-transform: capitalize;
        }

        .value-desc {
            color: #666;
            font-size: 18px;
            line-height: 1.3;
        }

        .bottom-text {
            margin-top: 40px;
            font-size: 18px;
            color: #555;
            line-height: 1.8;
        }

        @media (max-width: 768px) {
            .main-heading {
                font-size: 30px;
            }
        }


   .info-section-ver{ background: #f9f9f9;}

        .in-section-title {
            text-align: center;
            font-weight: 700;
            font-size: 36px;
            margin-bottom: 50px;
            color: #222;
        }

        .in-highlight {
            color: #b68a28;
        }

        .in-info-card {
            background: #fff;
            border-radius: 15px;
            padding: 30px;
            height: 100%;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            transition: 0.3s;
        }

        .info-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.1);
        }

        .in-info-icon {
            width: 60px;
            height: 60px;
            background: #b68a28;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            font-size: 26px;
            margin-bottom: 20px;
        }

  .in-info-heading {
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .in-info-sub {
            font-size: 16px;
            color: #777;
            margin-bottom: 15px;
        }

        .in-info-text {
            font-size: 18px;
            color: #555;
            line-height: 1.8;
        }

        .tag {
            display: inline-block;
            background: rgba(182,138,40,0.1);
            color: #b68a28;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 18px;
            margin-bottom: 10px;
        }

        @media (max-width: 767px) {
            .in-section-title {
                font-size: 28px;
            }
        }


.award-section {
      padding: 80px 0;
      background-color:#e5e5e5;

    }

.award-heading {
      font-size: 40px;
      font-weight: 700;
      color: #000;
      line-height: 1.3;
    }

    .award-heading span {
      color: #b68a28;
    }

    .award-text {
      font-size: 18px;
      color: #555;
      margin-top: 20px;
      max-width: 600px;
    }

    .award-card {
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      box-shadow: 0 8px 25px rgba(0,0,0,0.08);
      transition: all 0.4s ease;
    }

    .award-card img {
      width: 100%;
      height: 280px;
      object-fit: cover;
      transition: transform 0.5s ease;
    }

    .award-card:hover img {
      transform: scale(1.1);
    }

  .award-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(182, 138, 40, 0.7);
      opacity: 0;
      transition: opacity 0.4s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-weight: 600;
      font-size: 18px;
    }

    .award-card:hover .award-overlay {
      opacity: 1;
    }

    @media (max-width: 768px) {
      .award-heading {
        font-size: 28px;
      }
    }     




    /* Ablout us css HERO SECTION */
    .project-banner-section {
      position: relative;
      height: 65vh;
      min-height: 419px;
      background: url('../images/our-projects-banner.webp') center/cover no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    /* DARK OVERLAY */
    .project-banner-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background:linear-gradient(rgba(0, 51, 102, 0.65), rgb(0 0 0 / 65%));
      z-index: 1;
    }

    /* CONTENT */
    .project-hero-content {
      position: relative;
      z-index: 2;
      text-align: center;
      animation: fadeInUp 1.2s ease;
    }

    /* HEADING */
    .project-hero-title {
      color: #fff;
      font-family: 'Playfair Display', serif;
      font-weight: 500;
      letter-spacing: 1px;

      /* RESPONSIVE FONT */
      font-size: clamp(26px, 6vw, 66px);
    }

    /* UNDERLINE */
    .project-hero-title::after {
      content: "";
      display: block;
      width: 120px;
      height: 2px;
      background: rgba(255,255,255,0.7);
      margin: 15px auto 0;
    }

    /* ANIMATION */
    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(40px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* MOBILE IMPROVEMENTS */
    @media (max-width: 576px) {
      .project-banner-section {
        height: 50vh;
      }

      .project-hero-title::after {
        width: 80px;
      }
    }



    /* Audumbar css HERO SECTION */
    .audumbar-banner-section {
      position: relative;
      height: 65vh;
      min-height: 666px;
      background: url('../images/audumbar-b.jpg') center/cover no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    /* DARK OVERLAY */
    .audumbar-banner-section::before {
      content: "";
      position: absolute;
      inset: 0;
      /*background:linear-gradient(rgba(0, 51, 102, 0.65), rgb(0 0 0 / 56%));*/
      z-index: 1;
    }

    /* CONTENT */
    .audumbar-hero-content {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
    text-align: center;
    animation: fadeInUp 1.2s ease;
    left: auto;
    padding: 19px;
    border-radius: 19px;
    right: 43px;
    top: auto;
    bottom: -1%;
    }

    /* HEADING */
    .audumbar-hero-title {
      color: #fff;
      font-family: 'Playfair Display', serif;
      font-weight: 500;
      letter-spacing: 1px;

      /* RESPONSIVE FONT */
      font-size: clamp(26px, 6vw, 33px);
    }

    /* UNDERLINE */
    .audumbar-hero-title::after {
      content: "";
      display: block;
      width: 120px;
      height: 2px;
      background: rgba(255,255,255,0.7);
      margin: 15px auto 0;
    }



    /* MOBILE IMPROVEMENTS */
    @media (max-width: 576px) {
      .audumbar-banner-section {
        height: 50vh;
        margin-top: 103px;
        background: url(../images/audumbar-mob.jpg) center / cover no-repeat;

      }

.audumbar-hero-content{right: 103px;}
      .audumbar-hero-title::after {
        width: 80px;
      }
    }



/* Section Styling */
.overview-section{
    padding: 80px 0;
    background: #f8f8f8;
}

/* Small heading */
.overview-tag {
    letter-spacing: 2px;
    font-size: 33px;
    color: #a86f00;
    font-weight: 600;
    /* text-transform: uppercase; */
    margin-bottom: 24px;
}

/* Main heading */
.overview-title{
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Location */
.location{
    font-weight: 500;
    color: #555;
    font-size: 18px;
    margin-bottom: 10px;
}

/* Subtitle */
.subtitle{
    font-size: 22px;
    font-weight: 600;
    color: #b68a28;
    margin-bottom: 20px;
}

/* Paragraph */
.overview-text{
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* Info list */
.info-list{
    margin-top: 20px;
    font-size: 18px;
}
.info-item{
    display: flex;
    align-items: start;
    margin-bottom: 10px;
}
.info-item i{
    color:#b68a28;
    margin-right: 10px;
    font-size: 18px;
}

/* Image Styling */
.overview-img{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.overview-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.overview-img:hover img{
    transform: scale(1.05);
}

/* Responsive */
@media(max-width:768px){
    .overview-title{
        font-size: 28px;
    }
}


    .location-section {
        background-color: #f5f5f5;
        padding: 80px 0;
    }

    .location-heading {
        color: #b68a28;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 25px;
    }

    .location-card {
        background: #ffffff;
        border-radius: 12px;
        padding: 40px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        transition: all 0.3s ease;
    }

    .location-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    }

    .location-icon {
        font-size: 40px;
        color: #b68a28;
        margin-bottom: 20px;
    }

    .location-text {
        font-size: 18px;
        line-height: 1.8;
        color: #555;
    }

    @media (max-width: 768px) {
        .location-card {
            padding: 25px;
        }
    }



    /* Shree css HERO SECTION */
    .shree-banner-section {
      position: relative;
      height: 65vh;
      min-height: 666px;
      background: url('../images/shri-krishna-avenue.jpg') center/cover no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    /* DARK OVERLAY */
    .shree-banner-section::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
    }

    /* CONTENT */
    .shree-hero-content {
     position: absolute;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
    text-align: center;
    animation: fadeInUp 1.2s ease;
    left: auto;
    padding: 19px;
    border-radius: 19px;
    right: 43px;
    top: auto;
    bottom: -1%;
    }

    /* HEADING */
    .shree-hero-title {
      color: #fff;
      font-family: 'Playfair Display', serif;
      font-weight: 500;
      letter-spacing: 1px;

      /* RESPONSIVE FONT */
      font-size: clamp(26px, 6vw, 33px);
    }

    /* UNDERLINE */
    .shree-hero-title::after {
      content: "";
      display: block;
      width: 120px;
      height: 2px;
      background: rgba(255,255,255,0.7);
      margin: 15px auto 0;
    }



    /* MOBILE IMPROVEMENTS */
    @media (max-width: 576px) {
      .shree-banner-section {
        height: 50vh;
   background: url(../images/shri-krishna-avenue-mob.jpg) center / cover no-repeat;

      }

   .shree-hero-content{right: 54px;}
   .shree-hero-content h1{font-size: 21px !important;}
      .shree-hero-title::after {
        width: 80px;
      }
    }

    /* Kishorkunj css HERO SECTION */
    .kishorkunj-banner-section {
      position: relative;
      height: 65vh;
      min-height: 666px;
      background: url('../images/kishor-kunj.jpg') center/cover no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    /* DARK OVERLAY */
    .kishorkunj-banner-section::before {
      content: "";
      position: absolute;
      inset: 0;

      z-index: 1;
    }

    /* CONTENT */
    .kishorkunj-hero-content {
      position: absolute;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
    text-align: center;
    animation: fadeInUp 1.2s ease;
    left: auto;
    padding: 19px;
    border-radius: 19px;
    right: 43px;
    top: auto;
    bottom: -1%;
    }

    /* HEADING */
    .kishorkunj-hero-title {
      color: #fff;
      font-family: 'Playfair Display', serif;
      font-weight: 500;
      letter-spacing: 1px;

      /* RESPONSIVE FONT */
      font-size: clamp(26px, 6vw, 33px);
    }

    /* UNDERLINE */
    .kishorkunj-hero-title::after {
      content: "";
      display: block;
      width: 120px;
      height: 2px;
      background: rgba(255,255,255,0.7);
      margin: 15px auto 0;
    }



    /* MOBILE IMPROVEMENTS */
    @media (max-width: 576px) {
      .kishorkunj-banner-section {
        height: 50vh;
        background: url(../images/haritshilp-mob.jpg) center / cover no-repeat;
}

    .kishorkunj-hero-content{right: 113px;}
      .kishorkunj-hero-title::after {
        width: 80px;
      }
    }

    /* West Winds css HERO SECTION */
    .west-winds-banner-section {
      position: relative;
      height: 65vh;
      min-height: 666px;
      background: url('../images/west-wind-b.jpg') center/cover no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    /* DARK OVERLAY */
    .west-winds-banner-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background:linear-gradient(rgba(0, 51, 102, 0.65), rgb(0 0 0 / 65%));
      z-index: 1;
    }

    /* CONTENT */
    .west-winds-hero-content {
      position: relative;
      z-index: 2;
      text-align: center;
      animation: fadeInUp 1.2s ease;
    }

    /* HEADING */
    .west-winds-hero-title {
      color: #fff;
      font-family: 'Playfair Display', serif;
      font-weight: 500;
      letter-spacing: 1px;

      /* RESPONSIVE FONT */
      font-size: clamp(26px, 6vw, 66px);
    }

    /* UNDERLINE */
    .west-winds-hero-title::after {
      content: "";
      display: block;
      width: 120px;
      height: 2px;
      background: rgba(255,255,255,0.7);
      margin: 15px auto 0;
    }



    /* MOBILE IMPROVEMENTS */
    @media (max-width: 576px) {
      .west-winds-banner-section {
        height: 50vh;
      }

      .west-winds-hero-title::after {
        width: 80px;
      }
    }



    /*Aurum css HERO SECTION */
    .aurum-banner-section {
      position: relative;
      height: 65vh;
      min-height:666px;
      background: url('../images/aurum-b.jpg') center/cover no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    /* DARK OVERLAY */
    .aurum-banner-section::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
    }

    /* CONTENT */
    .aurum-hero-content {
       position: absolute;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
    text-align: center;
    animation: fadeInUp 1.2s ease;
    left: auto;
    padding: 19px;
    border-radius: 19px;
    right: 43px;
    top: auto;
    bottom: -1%;
    }

    /* HEADING */
    .aurum-hero-title {
      color: #fff;
      font-family: 'Playfair Display', serif;
      font-weight: 500;
      letter-spacing: 1px;

      /* RESPONSIVE FONT */
      font-size: clamp(26px, 6vw, 33px);
    }

    /* UNDERLINE */
    .aurum-hero-title::after {
      content: "";
      display: block;
      width: 120px;
      height: 2px;
      background: rgba(255,255,255,0.7);
      margin: 15px auto 0;
    }



    /* MOBILE IMPROVEMENTS */
    @media (max-width: 576px) {
      .aurum-banner-section {
        height: 50vh;
        margin-top: 103px;
      background: url(../images/aurum-mob.jpg) center / cover no-repeat;

      }
      
.aurum-hero-content{right: 43px;}
      .aurum-hero-title::after {
        width: 80px;
      }
    }


    /*Vertica css HERO SECTION */
    .vertica-banner-section {
      position: relative;
      height: 65vh;
      min-height: 666px;
      background: url('../images/vertica-b.jpg') center/cover no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    /* DARK OVERLAY */
   .vertica-banner-section::before {
      content: "";
      position: absolute;
      inset: 0;
      /*background:linear-gradient(rgba(0, 51, 102, 0.65), rgb(0 0 0 / 65%));*/
      z-index: 1;
    }

    /* CONTENT */
  .vertica-hero-content {
     position: absolute;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
    text-align: center;
    animation: fadeInUp 1.2s ease;
    left: auto;
    padding: 19px;
    border-radius: 19px;
    right: 43px;
    top: auto;
    bottom: -1%;
    }

    /* HEADING */
 .vertica-hero-title {
      color: #fff;
      font-family: 'Playfair Display', serif;
      font-weight: 500;
      letter-spacing: 1px;

      /* RESPONSIVE FONT */
      font-size: clamp(26px, 6vw, 33px);
    }

    /* UNDERLINE */
  .vertica-hero-title::after {
      content: "";
      display: block;
      width: 120px;
      height: 2px;
      background: rgba(255,255,255,0.7);
      margin: 15px auto 0;
    }



    /* MOBILE IMPROVEMENTS */
    @media (max-width: 576px) {
  .vertica-banner-section {
        height: 50vh;
      }
.vertica-hero-content {
        right: 133px;
        /* border: chartreuse; */
        bottom: -120px;
        top: auto;
    }
      .vertica-hero-title::after {
        width: 80px;
      }
    }


    /*Haritshilp css HERO SECTION */
   .haritshilp-banner-section {
      position: relative;
      height: 65vh;
      min-height: 666px;
      background: url('../images/haritshilp-b.jpg') center/cover no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    /* DARK OVERLAY */
   .haritshilp-banner-section::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
    }

    /* CONTENT */
  .haritshilp-hero-content {
      position: absolute;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
    text-align: center;
    animation: fadeInUp 1.2s ease;
    left: auto;
    padding: 19px;
    border-radius: 19px;
    right: 43px;
    top: auto;
    bottom: -1%; 
    }

    /* HEADING */
 .haritshilp-hero-title {
      color: #fff;
      font-family: 'Playfair Display', serif;
      font-weight: 500;
      letter-spacing: 1px;

      /* RESPONSIVE FONT */
      font-size: clamp(26px, 6vw, 33px);
    }

    /* UNDERLINE */
  .haritshilp-hero-title::after {
      content: "";
      display: block;
      width: 120px;
      height: 2px;
      background: rgba(255,255,255,0.7);
      margin: 15px auto 0;
    }



    /* MOBILE IMPROVEMENTS */
    @media (max-width: 576px) {
  .haritshilp-banner-section {
        height: 50vh;
 background: url(../images/haritshilp-mob.jpg) center / cover no-repeat;
}

.haritshilp-hero-content{right:119px;}


  .haritshilp-hero-title::after {
        width: 80px;
      }
    }



        /*West-Winds-a css HERO SECTION */
   .west-Winds-a-banner-section {
      position: relative;
      height: 65vh;
      min-height: 666px;
      background: url('../images/west-wind-b.jpg') center/cover no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    /* DARK OVERLAY */
   .west-Winds-a-banner-section::before {
      content: "";
      position: absolute;
      inset: 0;
      /*background:linear-gradient(rgba(0, 51, 102, 0.65), rgb(0 0 0 / 65%));*/
      z-index: 1;
    }

    /* CONTENT */
.west-Winds-a-hero-content {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
    text-align: center;
    animation: fadeInUp 1.2s ease;
    left: auto;
    padding: 19px;
    border-radius: 19px;
    right: 43px;
    top: auto;
    bottom: -1%;
}

    /* HEADING */
.west-Winds-a-hero-title {
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: clamp(26px, 6vw, 33px);
}

    /* UNDERLINE */
.west-Winds-a-hero-title::after {
      content: "";
      display: block;
      width: 120px;
      height: 2px;
      background: rgba(255,255,255,0.7);
      margin: 15px auto 0;
    }



    /* MOBILE IMPROVEMENTS */
    @media (max-width: 576px) {
.west-Winds-a-banner-section {
        height: 50vh;
      }
.west-Winds-a-hero-content{right: 101px; bottom: -120px;
        top: auto;}
 .west-Winds-a-hero-title::after {
        width: 80px;
      }
    }


        /*indraprastha css HERO SECTION */
 .indraprastha-banner-section {
      position: relative;
      height: 65vh;
      min-height: 666px;
      background: url('../images/indraprastha-bn.jpg') center/cover no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    /* DARK OVERLAY */
  .indraprastha-banner-section::before {
      content: "";
      position: absolute;
      inset: 0;
      /*background:linear-gradient(rgba(0, 51, 102, 0.65), rgb(0 0 0 / 65%));*/
      z-index: 1;
    }

    /* CONTENT */
 .indraprastha-hero-content {
     position: absolute;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
    text-align: center;
    animation: fadeInUp 1.2s ease;
    left: auto;
    padding: 19px;
    border-radius: 19px;
    right: 43px;
    top: auto;
    bottom: -1%;
    }

    /* HEADING */
 .indraprastha-hero-title {
      color: #fff;
      font-family: 'Playfair Display', serif;
      font-weight: 500;
      letter-spacing: 1px;

      /* RESPONSIVE FONT */
      font-size: clamp(26px, 6vw, 33px);
    }

    /* UNDERLINE */
 .indraprastha-hero-title::after {
      content: "";
      display: block;
      width: 120px;
      height: 2px;
      background: rgba(255,255,255,0.7);
      margin: 15px auto 0;
    }

/***1st option***/
.project-highlight-box-n {
    background: #000;
    color: #fff;
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
    position: relative;
    overflow: hidden;
}

/* subtle gold accent line */
.project-highlight-box-n::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #b68a28;
}

.highlight-item-n {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 15px;
}

.highlight-item-n:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.highlight-item-n i {
    font-size: 22px;
    margin-right: 15px;
    color: #b68a28;
    min-width: 30px;
}

.highlight-item-n span {
    line-height: 1.5;
}

/* Hover effect for premium feel */
.project-highlight-box-n:hover {
    transform: translateY(-5px);
    transition: 0.3s ease;
}

/* Mobile Optimization */
@media (max-width: 991px) {
    .project-highlight-box-n {
        margin-top: 20px;
    }
}


.project-highlight-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding: 40px 30px;
    color: #fff;
    background:  center no-repeat;
    box-shadow: 0 15px 40px rgba(0,0,0,0.4);
}

/* Dark overlay for readability */
.project-highlight-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #AE8625 0%, #C6932F 15%, #F7EF8A 35%, #E4C15A 55%, #D2AC47 75%, #EDC967 100%);
 /*   background: linear-gradient(
        135deg,
        rgba(0,0,0,0.85),
        rgba(0,0,0,0.7)
    );*/
    z-index: 1;
}

/* Content above overlay */
.project-highlight-box * {
    position: relative;
    z-index: 2;
}

/* Section Title (optional if you want) */
.project-highlight-box::after {

    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 12px;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.4);
    z-index: 2;
}

/* Info items */
.highlight-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 16px;
    padding: 13px 18px;
    border-radius: 12px;
    background: #3c331f;
    /*background: rgba(255,255,255,0.06);*/
    backdrop-filter: blur(6px);
    transition: 0.3s ease;
}

/* hover effect */
.highlight-item:hover {
    /*background: rgba(182,138,40,0.15);*/
    transform: translateX(6px);
}

/* icons */
.highlight-item i {
    font-size: 20px;
    color: #b68a28;
    background: rgba(0,0,0,0.5);
    padding: 10px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.1);
}

/* text */
.highlight-item span {
    font-size: 18px;
    font-weight: 500;
}

/* gold bottom line */
.project-highlight-box {
    border-bottom: 3px solid #b68a28;
}

/* mobile */
@media (max-width: 991px) {
    .project-highlight-box {
        margin-top: 25px;
        padding: 30px 20px;
    }
}
    /* MOBILE IMPROVEMENTS */
    @media (max-width: 576px) {
 .indraprastha-banner-section {
        height: 50vh;
        margin-top: 126px;
      }

 .indraprastha-hero-title::after {
        width: 80px;
      }
    }


.timeline-section {
    padding:80px 0;
        background:#e5e5e5;
}

.tm-section-title {
    text-align:center;
    margin-bottom:60px;
}

.tm-section-title h2 {
    color:#b68a28;
    font-size: 42px;
    font-weight:700;
}

/* Timeline */
.timeline {
    position:relative;
    max-width:1000px;
    margin:auto;
}

.timeline::before {
    content:'';
    position:absolute;
    left:200px;
    width:4px;
    height:100%;
    background:#b68a28;
}

/* Timeline Item */
.timeline-item {
    display:flex;
    margin-bottom:50px;
    position:relative;
}

/* Left Year */
.timeline-year {
    width: 130px;
    text-align:right;
    padding-right:30px;
    font-weight:700;
    font-size:20px;
    color:#b68a28;
}

/* Dot */
.timeline-dot {
    position:absolute;
    left:192px;
    width:18px;
    height:18px;
    background:#b68a28;
    border-radius:50%;
    top:5px;
    box-shadow:0 0 0 5px rgba(182,138,40,0.2);
}

/* Content */
.timeline-content {
    background:#fff;
    padding:25px;
    border-radius:12px;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    width:calc(100% - 200px);
    transition:0.3s;
    z-index: 999;
}

.timeline-content:hover {
    transform:translateY(-5px);
}

.timeline-content ul {
    padding-left:0px;
    margin:0;

}

.timeline-content ul li {
    margin-bottom:10px;
    font-size:18px;
    list-style: none;
}

/* Icon */
.timeline-icon {
    margin-bottom:10px;
    color:#b68a28;
    font-size:20px;
}

/* Responsive */
@media(max-width:768px){

    .timeline::before {
        left:20px;
    }

    .timeline-item {
        flex-direction:column;
        padding-left:50px;
    }

    .timeline-year {
        text-align:left;
        padding:0;
        margin-bottom:10px;
        width:auto;
    }

    .timeline-dot {
        left:12px;
    }

    .timeline-content {
        width:100%;
    }
}



/*Contact US css HERO SECTION */
.contactusp-banner-section {
      position: relative;
      height: 65vh;
      min-height: 419px;
      background: url('../images/contact-b.jpg') center/cover no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    /* DARK OVERLAY */
.contactusp-banner-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background:linear-gradient(rgba(0, 51, 102, 0.65), rgb(0 0 0 / 65%));
      z-index: 1;
    }

    /* CONTENT */
 .contactusp-hero-content {
      position: relative;
      z-index: 2;
      text-align: center;
      animation: fadeInUp 1.2s ease;
    }

    /* HEADING */
.contactusp-hero-title {
      color: #fff;
      font-family: 'Playfair Display', serif;
      font-weight: 500;
      letter-spacing: 1px;

      /* RESPONSIVE FONT */
      font-size: clamp(26px, 6vw, 66px);
    }

    /* UNDERLINE */
 .contactusp-hero-title::after {
      content: "";
      display: block;
      width: 120px;
      height: 2px;
      background: rgba(255,255,255,0.7);
      margin: 15px auto 0;
    }



    /* MOBILE IMPROVEMENTS */
    @media (max-width: 576px) {
.contactusp-banner-section {
        height: 50vh;
              margin-top: 109px;
      }

 .contactusp-hero-title::after {
        width: 80px;
      }
    }

/* Section Styling */
.contact-section{
    background:#f8f8f8;
    padding:60px 0;
}

 .con-section-title{
    color:#b68a28;
    font-weight:700;
    font-size: 40px;
    letter-spacing:1px;
}

/* Contact Card */
.contact-section .contact-card{
    background:#fff;
    border-radius:12px;
    padding:30px;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
    height:100%;
}

.contact-section .contact-icon{
    color:#b68a28;
    font-size:20px;
    margin-right:10px;
}

/* Form Styling */
.contact-section .form-control{
    border-radius:8px;
    padding:12px;
    border:1px solid #ddd;
}

.contact-section .form-control:focus{
    border-color:#b68a28;
    box-shadow:none;
}

.contact-section .btn-custom{
    background:#b68a28;
    color:#fff;
    border:none;
    padding:12px 25px;
    border-radius:8px;
    transition:0.3s;
}

.contact-section .btn-custom:hover{
    background:#9c7521;
}

/* Map Section */
.map-section{
    padding:60px 0;
}

.map-container{
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
}




/*News css HERO SECTION */
.news-banner-section {
      position: relative;
      height: 65vh;
      min-height: 419px;
      background: url('../images/news-b.jpg') center/cover no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    /* DARK OVERLAY */
.news-banner-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background:linear-gradient(rgba(0, 51, 102, 0.65), rgb(0 0 0 / 65%));
      z-index: 1;
    }

    /* CONTENT */
.news-hero-content {
      position: relative;
      z-index: 2;
      text-align: center;
      animation: fadeInUp 1.2s ease;
    }

    /* HEADING */
.news-hero-title {
      color: #fff;
      font-family: 'Playfair Display', serif;
      font-weight: 500;
      letter-spacing: 1px;

      /* RESPONSIVE FONT */
      font-size: clamp(26px, 6vw, 66px);
    }

    /* UNDERLINE */
.news-hero-title::after {
      content: "";
      display: block;
      width: 120px;
      height: 2px;
      background: rgba(255,255,255,0.7);
      margin: 15px auto 0;
    }



    /* MOBILE IMPROVEMENTS */
    @media (max-width: 576px) {
.news-banner-section {
        height: 50vh;
        margin-top: 109px;
        background: url(../images/news-&-media.jpg) center / cover no-repeat;
    }

 .indraprastha-hero-content{right: 90px;}
 .news-hero-title::after {
        width: 80px;
      }
    }

.news-section {
    padding: 60px 0;
       background: #f8f8f8;
}

.news-section-title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 50px;
    color: #b68a28;
}

.n-news-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.n-news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.news-img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.news-content {
    padding: 25px;
}

.news-title {
    color: #b68a28;
    font-weight: 600;
    margin-bottom: 15px;
}

.news-desc {
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}

.news-tag {
    font-size: 13px;
    color: #999;
    margin-bottom: 10px;
    display: block;
}

@media(max-width:768px){
    .news-img{
        height: 250px;
    }
}



/*Privacy US css HERO SECTION */
.privacy-banner-section {
      position: relative;
      height: 65vh;
      min-height: 419px;
      background: url('../images/privacy-policy.jpg') center/cover no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    /* DARK OVERLAY */
.privacy-banner-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background:linear-gradient(rgba(0, 51, 102, 0.65), rgb(0 0 0 / 65%));
      z-index: 1;
    }

    /* CONTENT */
.privacy-hero-content {
      position: relative;
      z-index: 2;
      text-align: center;
      animation: fadeInUp 1.2s ease;
    }

    /* HEADING */
.privacy-hero-title {
      color: #fff;
      font-family: 'Playfair Display', serif;
      font-weight: 500;
      letter-spacing: 1px;

      /* RESPONSIVE FONT */
      font-size: clamp(26px, 6vw, 66px);
    }

    /* UNDERLINE */
.privacy-hero-title::after {
      content: "";
      display: block;
      width: 120px;
      height: 2px;
      background: rgba(255,255,255,0.7);
      margin: 15px auto 0;
    }



    /* MOBILE IMPROVEMENTS */
    @media (max-width: 576px) {
.privacy-banner-section {
        height: 50vh;
      }

.privacy-hero-title::after {
        width: 80px;
      }
    }




/*Buyer Guide  css HERO SECTION */
.buyer-banner-section {
      position: relative;
      height: 65vh;
      min-height: 419px;
      background: url('../images/buyer-guide-b.jpg') center/cover no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    /* DARK OVERLAY */
.buyer-banner-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background:linear-gradient(rgba(0, 51, 102, 0.65), rgb(0 0 0 / 65%));
      z-index: 1;
    }

    /* CONTENT */
.buyer-hero-content {
      position: relative;
      z-index: 2;
      text-align: center;
      animation: fadeInUp 1.2s ease;
    }

    /* HEADING */
.buyer-hero-title {
      color: #fff;
      font-family: 'Playfair Display', serif;
      font-weight: 500;
      letter-spacing: 1px;

      /* RESPONSIVE FONT */
      font-size: clamp(26px, 6vw, 66px);
    }

    /* UNDERLINE */
.buyer-hero-title::after {
      content: "";
      display: block;
      width: 120px;
      height: 2px;
      background: rgba(255,255,255,0.7);
      margin: 15px auto 0;
    }



    /* MOBILE IMPROVEMENTS */
    @media (max-width: 576px) {
.buyer-banner-section {
        height: 50vh;
         margin-top: 109px;
      background: url(../images/buyer-guide.jpg) center / cover no-repeat;
    }
.contactusp-banner-section{ height: 50vh;
         margin-top: 109px;
      background: url(../images/contact-mob.jpg) center / cover no-repeat;
    }


.buyer-hero-title::after {
        width: 80px;
      }
    }


    .buy-section-title {
        text-align: center;
        margin-bottom: 50px;
    }

    .buy-section-title h2 {
        color: #b68a28;
        font-weight: 700;
        font-size: 40px;
    }


.buyer-guide{
    padding:60px 0;
        background:#fafafa;
}
.buyer-guide-new{
    padding:0px 0 90px;
        background:#fafafa;
}

.guide-box{
    padding:30px 25px;
    text-align:center;
    border-radius:6px;
    position:relative;
    height:100%;
    transition:0.3s;
}

.guide-box.light{
    background:#eeeeee;
}

.guide-box.dark{
    background:#b68a28;
    color:#fff;
}

.guide-number{
    font-size:28px;
    letter-spacing:3px;
    margin-bottom:10px;
}

.guide-title{
    font-size:18px;
    font-weight:600;
    margin-bottom:10px;
    text-transform:uppercase;
}

.guide-text{
    font-size:18px;
    line-height:1.6;
}

/* Arrow Right (→) */
.arrow-right::after{
    content:"→";
    position:absolute;
    right:-18px;
    top:50%;
    transform:translateY(-50%);
    font-size:28px;
    color:#b68a28;
    font-weight:bold;
}

/* Arrow Left (←) for zigzag */
.arrow-left::after{
    content:"←";
    position:absolute;
    left:-18px;
    top:50%;
    transform:translateY(-50%);
    font-size:28px;
    color:#b68a28;
    font-weight:bold;
}

/* Remove arrows on mobile */
@media(max-width:767px){
    .arrow-right::after,
    .arrow-left::after{
        display:none;
    }
}

/* Hover */
.guide-box:hover{
    transform:translateY(-6px);
    box-shadow:0 10px 25px rgba(0,0,0,0.1);
}
.guide-icon {
    font-size: 28px;
    margin: 16px 0px;
    display: block;
}

.guide-box.dark .guide-icon{
    color:#fff;
}

.guide-box.light .guide-icon{
    color:#b68a28;
}



/*Blog US css HERO SECTION */
.blog-banner-section {
      position: relative;
      height: 65vh;
      min-height: 419px;
      background: url('../images/blogs/blog-b.jpg') center/cover no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    /* DARK OVERLAY */
.blog-banner-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background:linear-gradient(rgba(0, 51, 102, 0.65), rgb(0 0 0 / 65%));
      z-index: 1;
    }

    /* CONTENT */
.blog-hero-content {
      position: relative;
      z-index: 2;
      text-align: center;
      animation: fadeInUp 1.2s ease;
    }

    /* HEADING */
.blog-hero-title {
      color: #fff;
      font-family: 'Playfair Display', serif;
      font-weight: 500;
      letter-spacing: 1px;

      /* RESPONSIVE FONT */
      font-size: clamp(26px, 6vw, 66px);
    }

    /* UNDERLINE */
.blog-hero-title::after {
      content: "";
      display: block;
      width: 120px;
      height: 2px;
      background: rgba(255,255,255,0.7);
      margin: 15px auto 0;
    }



    /* MOBILE IMPROVEMENTS */
    @media (max-width: 576px) {
.blog-banner-section {
        height: 50vh;
      }

.blog-hero-title::after {
        width: 80px;
      }
    }


/*One-Blog css HERO SECTION */
.pune-real-banner-section {
      position: relative;
      height: 65vh;
      min-height:666px;
      background: url('../images/blogs/blog1bnr(1).webp') center/cover no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    /* DARK OVERLAY */
.pune-real-banner-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background:linear-gradient(rgba(0, 51, 102, 0.65), rgb(0 0 0 / 65%));
      z-index: 1;
    }

    /* CONTENT */
.pune-real-hero-content {
      position: relative;
      z-index: 2;
      text-align: center;
      animation: fadeInUp 1.2s ease;
    }

    /* HEADING */
.pune-real-hero-title {
      color: #fff;
      font-family: 'Playfair Display', serif;
      font-weight: 500;
      letter-spacing: 1px;

      /* RESPONSIVE FONT */
      font-size: clamp(26px, 6vw, 66px);
    }

    /* UNDERLINE */
.pune-real-hero-title::after {
      content: "";
      display: block;
      width: 120px;
      height: 2px;
      background: rgba(255,255,255,0.7);
      margin: 15px auto 0;
    }



    /* MOBILE IMPROVEMENTS */
    @media (max-width: 576px) {
.pune-real-banner-section {
        height: 50vh;
      }

.pune-real-hero-title::after {
        width: 80px;
      }
    }


/* Clean Intro Section */
.blog-intro {
    background-color: #f8f9fa;
    padding: 70px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.blog-intro h1 {
    color:#b68a28;
    font-weight: 700;
    font-size: 2.3rem;
    text-align: left;
    margin-bottom: 15px;
}

.blog-intro p {
    max-width: 750px;
    margin: auto;
    font-size: 18px;
    text-align: left;
    line-height: 1.7;
}

/* Section Title */
.bl-section-title {
    color: #b68a28;
    font-weight: 700;
    margin-bottom: 15px;
}

/* Content Card */
.content-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.content-card:hover {
    transform: translateY(-5px);
}
.content-card strong{font-size: 18px;}

/* List Style */
.custom-list {
    padding-left: 20px;
}

.custom-list li {
    margin-bottom: 8px;
    font-size: 18px;
}

.custom-list li::marker {
    color: #b68a28;
}

/* Responsive */
@media(max-width:768px) {
    .blog-intro {
        padding: 50px 20px;
    }
    .blog-intro h1 {
        font-size: 1.7rem;
    }
}


/* Section */
.blog-section {
    padding: 60px 0;
    background: #f9f9f9;
}

/* Heading */
.bb-section-title {
    text-align: center;
    margin-bottom: 40px;
}
.bb-section-title h2 {
    color:#b68a28;
    font-weight: 700;
}

/* Blog Card */
.blog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);

}
.blog-card:hover {
    transform: translateY(-5px);
}

/* Image */
.blog-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* Content */
.blog-content {
    padding: 20px;
}
.blog-content h5 {
    font-weight: 600;
    margin-bottom: 10px;
}
.blog-content p {
    font-size: 18px;
    color: #555;
}

/* Bullet List */
.blog-content ul {
    padding-left: 18px;
    margin-bottom: 10px;
}
.blog-content ul li {
    font-size: 18px;
    color: #555;
    margin-bottom: 5px;
}


/* Small cards */
.small-card .blog-img {
    /*height: 140px;*/
}
.small-card .blog-content {
    padding: 15px;
}

/* Highlight */
.highlight {
    color:#b68a28;
    font-weight: 600;
}

/* Responsive */
@media(max-width: 768px) {
    .blog-img {
        height: 180px;
    }
}



/* Section */
.blog-section-n {
        background: #f8f9fa;
    padding: 60px 0;

}

/* Card */
.blog-card-n {
    background: #fff;
    border: none;
    border-radius: 12px;
    padding: 25px;
    height: 100%;
    transition: 0.3s ease;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.blog-card-n:hover {
    transform: translateY(-5px);
}
.blog-card-n strong{display: block; margin-bottom: 15px;}
/* Title */
.blog-title-n {
    color:  #b68a28;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Bullet List */
.blog-card-n ul {
    padding-left: 20px;
}

.blog-card-n ul li {
    margin-bottom: 8px;
}

/* Section Heading */
.section-heading-n {
    text-align: center;
    margin-bottom: 40px;
}

.section-heading-n h2 {
    font-weight: 700;
    color: #b68a28;
}




/*Channel Partner css HERO SECTION */
.channel-banner-section {
      position: relative;
      height: 65vh;
      min-height:419px;
      background: url('../images/channel-b.jpg') center/cover no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    /* DARK OVERLAY */
.channel-banner-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background:linear-gradient(rgba(0, 51, 102, 0.65), rgb(0 0 0 / 65%));
      z-index: 1;
    }

    /* CONTENT */
.channel-hero-content {
      position: relative;
      z-index: 2;
      text-align: center;
      animation: fadeInUp 1.2s ease;
    }

    /* HEADING */
.channel-hero-title {
      color: #fff;
      font-family: 'Playfair Display', serif;
      font-weight: 500;
      letter-spacing: 1px;

      /* RESPONSIVE FONT */
      font-size: clamp(26px, 6vw, 66px);
    }

    /* UNDERLINE */
.channel-hero-title::after {
      content: "";
      display: block;
      width: 120px;
      height: 2px;
      background: rgba(255,255,255,0.7);
      margin: 15px auto 0;
    }



    /* MOBILE IMPROVEMENTS */
    @media (max-width: 576px) {
.channel-banner-section {
        height: 50vh;
        margin-top: 109px;
      background: url(../images/channel-mob.jpg) center / cover no-repeat;
    }
.channel-hero-title::after {
        width: 80px;
      }
    }

/* Section Padding */
.ch-section-padding {
    padding: 60px 0;
}

/* Heading */
.ch-section-title {
    color:  #fff;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 25px;
}
.golden-clr2 {
    color: #e1bd6b !important;
}
/* Parallax */
.ch-parallax {
    background: url('../images/ch-banner.jpg') center/cover fixed;
    color: #fff;
    position: relative;
}

.ch-parallax::before {
    content: "";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.6);
}

.ch-parallax .container {
    position: relative;
    z-index: 2;
}

/* Cards */
.ch-partner-card {
    border: none;
    padding: 21px;
    border-radius: 12px;
    transition: 0.3s;
    background: #fff;
    height: 100%;
}
.ch-partner-card:hover {
  border-top:4px solid #c43131;
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.ch-partner-card h5{ margin: 16px 0px 16px 0px; color:#222; }
.ch-partner-card p{color: #222;}

.ch-partner-icon {
    font-size: 40px;
    color:  #b68a28;
    margin-bottom: 15px;
}

/* Values Section */
.ch-values-box {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 10px;
    height: 100%;
    transition: 0.3s;
}

.ch-values-box:hover {
    background: #b68a28;
    color: #fff;
}

.ch-values-box h5{margin: 16px 0px 16px 0px;}
.ch-values-box i {
    font-size: 45px;
    margin-bottom: 15px;
    color:  #b68a28;
}

.ch-values-box:hover i {
    color: #fff;
}
/* CTA */
.ch-cta-section {
    background: url('../images/ch-cta.jpg') center/cover fixed;
    color: #fff;
    text-align: center;
    position: relative;
}

.ch-cta-section::before {
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.7);
    top:0;
    left:0;
}

.ch-cta-section .container {
    position: relative;
    z-index:2;
}

.ch-btn-custom {
    background:  #b68a28;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
}

.ch-btn-custom:hover {
    background: #000;
}



/*Media page css HERO SECTION */
.media-banner-section {
      position: relative;
      height: 65vh;
      min-height: 419px;
      background: url('../images/media-b.jpg') center/cover no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    /* DARK OVERLAY */
.media-banner-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background:linear-gradient(rgba(0, 51, 102, 0.65), rgb(0 0 0 / 65%));
      z-index: 1;
    }

    /* CONTENT */
.media-hero-content {
      position: relative;
      z-index: 2;
      text-align: center;
      animation: fadeInUp 1.2s ease;
    }

    /* HEADING */
.media-hero-title {
      color: #fff;
      font-family: 'Playfair Display', serif;
      font-weight: 500;
      letter-spacing: 1px;

      /* RESPONSIVE FONT */
      font-size: clamp(26px, 6vw, 66px);
    }

    /* UNDERLINE */
.media-hero-title::after {
      content: "";
      display: block;
      width: 120px;
      height: 2px;
      background: rgba(255,255,255,0.7);
      margin: 15px auto 0;
    }



    /* MOBILE IMPROVEMENTS */
    @media (max-width: 576px) {
.media-banner-section {
        height: 50vh;
        margin-top: 109px;
        background: url(../images/customer-speak.jpg) center / cover no-repeat;
    }


.media-hero-title::after {
        width: 80px;
      }
    }

 
/* Section Title */
.media-sec{   background:#f8f9fa;}

/* Video Card */
.video-card{
    border-radius:15px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    transition:0.3s ease;
}

.video-card:hover{
    transform:translateY(-8px);
    box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

/* Video iframe */
.video-card iframe{
    width:100%;
    height:220px;
    border:0;
}
.vd-2 iframe{
  height:416px !important;

}
/* Content */
.video-content{
    padding:15px;
}

.video-title{
    font-size:18px;
    font-weight:600;
    margin-bottom:5px;
}

.video-desc{
    font-size:15px;
    color:#666;
}   



    /*Haritshilp css HERO SECTION */
   .life-banner-section {
      position: relative;
      height: 65vh;
      min-height: 666px;
      background: url('../images/haritshilp-b.jpg') center/cover no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    /* DARK OVERLAY */
   .life-banner-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background:linear-gradient(rgba(0, 51, 102, 0.65), rgb(0 0 0 / 65%));
      z-index: 1;
    }

    /* CONTENT */
  .life-hero-content {
      position: relative;
      z-index: 2;
      text-align: center;
      animation: fadeInUp 1.2s ease;
    }

    /* HEADING */
   .life-hero-title {
      color: #fff;
      font-family: 'Playfair Display', serif;
      font-weight: 500;
      letter-spacing: 1px;

      /* RESPONSIVE FONT */
      font-size: clamp(26px, 6vw, 66px);
    }

    /* UNDERLINE */
   .life-hero-title::after {
      content: "";
      display: block;
      width: 120px;
      height: 2px;
      background: rgba(255,255,255,0.7);
      margin: 15px auto 0;
    }



    /* MOBILE IMPROVEMENTS */
    @media (max-width: 576px) {
   .life-banner-section {
        height: 50vh;
        margin-top: 109px;
        background: url(../images/life-mob.jpg) center / cover no-repeat;
    }

      .back-btn-p {text-align: center;}
.back-btn-p .btn-gold{float: none !important; text-align: center; margin: 0 auto;}
    .life-hero-title::after {
        width: 80px;
      }
    }


    .guide-card {
        background: #fff;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        transition: 0.3s;
        height: 100%;
    }

    .guide-card:hover {
        transform: translateY(-8px);
    }

    .guide-img {
        height: 220px;
        object-fit: cover;
        width: 100%;
    }

    .guide-content {
        padding: 25px;
    }

.guide-content h5{font-size: 18px;}


    .thankyou-section {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
            background: #1d2856;
      padding: 20px;
    }

    .thankyou-card {
      background: #ffffff;
      border-radius: 20px;
      padding: 40px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
      max-width: 500px;
      width: 100%;
    }

    .thankyou-section .icon-circle-th {
      width: 80px;
      height: 80px;
      background: #b58a28;
      color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 36px;
      margin: 0 auto 20px;
    }

    .btn-custom-th {
      background: #1d2856;
      color: #fff;
      border-radius: 30px;
      padding: 10px 25px;
      transition: 0.3s ease;
    }

    .btn-custom-th:hover {
      background: #9a731f;
      color: #fff;
    }

        .thankyou-section h1 {
      color: #b58a28;
      font-weight: 600;
    }

        .thankyou-section p {
      color: #555;
    }

  .btn-gold {
            background-color: #b58a28;
            color: #fff;
            border: none;
            font-size: 18px;
            padding: 10px 22px;
            font-weight: 500;
            border-radius: 30px;
            transition: all 0.3s ease;
        }

        .btn-gold:hover {
            background-color: #9c741f;
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }

        .btn-gold i {
            margin-right: 6px;
        }


.timeline-item {
    position: relative;
    padding-left: 100px;
    margin-bottom: 60px;
}

/* Vertical Year Styling */
.timeline-year {
    position: absolute;
    left: 63px;
    top: 0;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    background: #b58a28;
    color: #fff;
    font-weight: 600;
    padding: 10px 5px;
    font-size: 14px;
    letter-spacing: 1px;
}

/* Decorative vertical lines (like image) */
.timeline-year::before,
.timeline-year::after {
    content: "";
    position: absolute;
    width: 1px;
    /*background: #999;*/
    height: 100%;
}

.timeline-year::before {
    left: -8px;
}

.timeline-year::after {
    right: -8px;
}

/* Optional extra thin lines */
.timeline-item::before {
    content: "";
    position: absolute;
    left: 35px;
    top: 0;
    width: 1px;
    height: 100%;
    /*background: #ccc;*/
}  

.project-locations {background-color: #e5e5e5;}

