 @font-face {

  font-family: 'Montserrat-Regular';

  src: url('../font/Montserrat-Regular.otf') format('opentype');

  src: url('../font/Montserrat-Regular.ttf') format('truetype'),
url('../font/Montserrat-Regular.eot') format('embedded-opentype'),
url('../font/Montserrat-Regular.woff2') format('woff2'),
url('../font/Montserrat-Regular.woff') format('woff');

  
    font-style: normal;
    font-display: swap;




}

@font-face {

  font-family: 'Montserrat-Bold';
    src: url('../font/Montserrat-Bold.otf') format('opentype');

  src: url('../font/Montserrat-Bold.ttf') format('truetype'),

url('../font/Montserrat-Bold.eot') format('embedded-opentype'),

  url('../font/Montserrat-Bold.woff2') format('woff2'),

 url('../font/Montserrat-Bold.woff') format('woff');


font-weight: bold;
font-display: swap;

}




body {

  margin: 0;

  padding: 0;

  overflow-x: hidden;

  font-family: 'Montserrat-Regular';




  /* ---------------------------------------------------------------------------------------------------------------------------- */

  /* <!-- Hero Section with Background Image and Glass Cards -->*/

  /* <!-- Hero Section with Background Image and Glass Cards -->*/

  /* ---------------------------------------------------------------------------------------------------------------------------- */

}



#section1 {

  position: relative;

  min-height: 120vh;

  overflow: hidden;

  z-index: auto;

  padding-bottom: 2rem;



}



/* .dark-overlay {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.5);

  z-index: 1;

   pointer-events: none;

} */





.navbar-wrapper {

  width: 100%;

  background-color: transparent;

  display: flex;

  justify-content: center;

  padding-top: 32px;

  cursor: pointer;

  position: relative;

  z-index: 100;
  /* z-index: 2; */

   position: fixed;

    top: 0;
  left: 0;



}



.navbar {

  width: 100%;

  background-color: #ffffff;

  color: #000000;

  border-radius: 128px;

  height: 80px;

  display: flex;

  align-items: center;

  justify-content: center;

  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);

  font-family: 'Montserrat-Regular';

  font-weight: 700;

  

  

}





.navbar-brand-wrapper {

  display: flex;

  align-items: center;

  gap: 16px;

 

  

  

}



.logo-main {

  height: 40px;
  width: 120px;
  margin-left: 20px;

}



.vr-line {

  display: none;

}



@media (min-width: 992px) {

  .vr-line {

    display: block;

    height: 32px;

    width: 2px;

    background-color: black;

  }

}


.navbar-collapse {

  display: flex;

  justify-content: space-between;

  align-items: center;

  flex-grow: 1;

  flex-wrap: wrap;

  gap: 16px;

}



.navbar-nav {

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  list-style: none;

  margin: 0;

  padding: 0;

  gap: 8px;

  margin-left: 12px;

 

}



.nav-item {

  margin-bottom: 8px;

  

  


}





.navbar .nav-link,

.navbar .nav-link:active,

.navbar .nav-link:focus,

.navbar .nav-link:hover,

.navbar .nav-link.active,

.navbar .nav-item.active .nav-link,

.navbar .nav-link.show,

.navbar .nav-link.dropdown-toggle {

  color: #000000 !important;

  font-family: 'Montserrat-Regular';

  font-weight: bold;

  text-decoration: none;

  transition: color 0.3s ease;

  margin-top: 8px;

  

  

}



.navbar .nav-link:hover {

  color: #0c2b4d !important; 

}










.contact-info {

  display: flex;

  align-items: center;

  gap: 16px;

  padding: 16px;

}



.call-text {

  font-weight: bold;

  white-space: nowrap;

  font-family: 'Montserrat-Regular';

}
.call-text i{
  font-size: 20px;
}



.call-number {

  color: #6c757d;

  color: inherit;
  text-decoration: none;
  font-weight: bold;

}



.contact-btn {

  font-size: 16px;

  padding: 8px 20px;

  background-color: #0c2b4d;

  color: white;

  border: none;

  border-radius: 160px;

  font-weight: bold;

  cursor: pointer;

  transition: background-color 0.3s ease;

  height: 48px;

  font-family: 'Montserrat-Regular';
}



.contact-btn:hover {

  background-color: #000000;

}


/* =========================================Navbar Set With Top============================================== */
/* =========================================Navbar Set With Top============================================== */


.navbar-wrapper.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;         
  width: 100%;
  padding: 0;       
  margin: 0;
  background: #0c2b4d; 
  z-index: 999;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}


.navbar-wrapper.scrolled .navbar {
  width: 100%;
  margin: 0;
  padding: 0;        
  border-radius: 0;
}


.navbar-wrapper.scrolled .container,
.navbar-wrapper.scrolled .container-fluid {
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  max-width: 100%;  
}



/* =====================================Navbar underline at hover time======================== */
/* =====================================Navbar underline at hover time======================== */


.navbar-toggler {
  margin-right: 32px;
  border: none;

}


.navbar .nav-link {
  position: relative;
}

.navbar .nav-link::after {
  content: '';
  position: absolute;
  bottom: 1px; 
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #0c2b4d; 
  transition: width 0.3s ease;
}

.navbar .nav-link:hover::after {
  width: 100%;
}






/* ==================================Bootstrap Modal========================================== */
/* ==================================Bootstrap Modal========================================== */



.modal {
  z-index: 1055; 
  position: relative;
   font-family: 'Montserrat-Regular';
}
.popupone .modal-dialog {
  max-width: 500px;
  margin: 2rem auto;
  position: relative;
  z-index: 99;
   font-family: 'Montserrat-Regular';
  
}

.popupone .modal-content {
  padding: 20px;
  border-radius: 10px;
  position: relative;
  z-index: 1000000000;
   font-family: 'Montserrat-Regular';
  
}


.popupone .modal-title {
  margin-bottom: 1rem;
  padding-top: 10px;
}


.popupone .modal-body label {
  display: block;
  margin-bottom: 5px;
  padding-top: 10px;
   font-family: 'Montserrat-Regular';
}

.error{
  color: red !important;
}
#errorBox{
 text-align: center;
}
label{
  display: flex !important;
}
.popupone .modal-body input {
  width: 100%;
  padding: 8px 12px;
  /* margin-bottom: 5px; */
  border: 1px solid #ccc;
  border-radius: 6px;
  outline: none;
}


.popupone .submit-btn {
  padding: 8px 20px;
  margin-top: 10px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
   font-family: 'Montserrat-Regular';
}











/* ==========================Dropdown-Menu================Projec==================== */
/* ==========================Dropdown-Menu================Projec==================== */
       




.dropdown-wrapper {
  position: relative;
  display: inline-block; 
  z-index: 200;
  font-family: 'Montserrat-Regular';
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  background: #fff;
  padding: 10px 0;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 9999;
  pointer-events: none; 
  color: white;
}

.dropdown-wrapper:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  display: block;
  color: white;
  
}

.dropdown-item {
  padding: 10px 20px;
  display: block;
  color: #ffffff;
  text-decoration: none;
  transition: background 0.3s ease;
  
}

.dropdown-item:hover {
  color: white !important;
  background-color: #0c2b4d !important;
}

  



 @media (max-width: 768px) {

  .navbar {

    flex-direction: row;

    height: auto;

    padding: 2px;

  }



  .navbar-collapse {

    flex-direction: column;

    align-items: flex-start;

    width: 100%;

    

  }



  .navbar-nav {

    flex-direction: column;

    width: 100%;

   

  }



  .contact-info {

    flex-direction: column;

    align-items: flex-start;

    width: 100%;

    margin-top: 16px;

  }

} 



.custom-offcanvas {
  background-color: #ffffff !important;  
  color: rgb(0, 0, 0) !important;            
}

.custom-offcanvas .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start; 
  padding-left: 16px; 
  padding-right: 16px;
  width: 100%;
}

.logo-offcanva {
  display: flex;
  justify-content: flex-start; 
  align-items: center;
  height: 100px;
  padding: 16px 0;
  width: 100%;
}

.logo-offcanva {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;          
  padding: 16px 0;       
  width: 100%;
}

.logo-offcanva img {
  width: 120px;           
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}



.custom-nav-list {
  list-style: none;
  padding-left: 0; 
  margin: 0;
  width: 100%; 
}

.custom-nav-list .nav-item {
  width: 100%;
}

.custom-offcanvas .nav-link {
  color: rgb(0, 0, 0) !important;
  padding: 8px 16px;
  font-weight: 500;
  transition: color 0.3s ease;
  text-align: left;  
  width: 100%;       
  display: block;
}

.custom-offcanvas .nav-link:hover {
  color: #0c84e4 !important;
}

#projectsCollapse .nav-link {
  padding-left: 32px; 
  font-size: 15px;
  
}

.custom-divider {
  border-top: 1px solid #ccc;
  margin: 16px 0;
  width: 100%;
}

.contact-box {
  color: rgb(0, 0, 0) !important;
  font-size: 15px;
  padding-left: 8px;
  width: 100%;
}

.get-in-touch-btn {
  background-color: #0c2b4d;
  color: white;
  width: 100%;
  padding: 8px 16px;
  border: none;
  border-radius: 50px;
  font-weight: bold;
  margin-top: 1rem;
  transition: background-color 0.3s ease;
}

.get-in-touch-btn:hover {
  background-color: #145080;
}


#Mainimage {

  object-fit: cover;

  object-position:45% 0%; 

   transform: scale(1.0); 

  z-index: 0;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

} 




.hero-text-wrapper {
  position: relative;
  text-align: center;
  color: white;
  z-index: 3;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}




/* 
.side-btn {
  position: fixed;
  right: 24px;        
  bottom: 100px;  
  z-index: 9999;
  top: 200px;
  
}
 */


 .side-btn {
    position: fixed;
    right: -37px;
    z-index: 10000;
    top: 200px;
    transform: rotate(-90deg);
}

.side-btn button {
  font-size: 16px;
  padding: 10px 12px;
  background-color: #0c2b4d !important;
  color: #fff !important;
  border: none;
  border-radius: 0;
  font-weight: bold;
  cursor: pointer;
  height: auto;
  font-family: 'Montserrat-Regular';


  background-color: #000000;
  text-decoration: none;
  
 
 
 
              
}


.side-btn  :hover{
  background-color: #000000;
} 









/*Glass card container */

.glass-card {

  background: rgba(255, 255, 255, 0.08);

  border-radius: 18px;

  backdrop-filter: blur(80px);

  -webkit-backdrop-filter: blur(40px);

  color: white;

  padding: 16px;

  min-height: 255px;

  position: relative;

  z-index: 31;

  transition: transform 0.3s ease, box-shadow 0.3s ease;

 

}

.glass-card:hover {

  transform: translateY(-10px);

  box-shadow: 0 8px 30px rgba(255, 255, 255, 0.2);

}

.glass-icon {

  font-size: 40px;

  margin-bottom: 15px;

}

.glass-icon,
img {
  height: 56px;
  width: 56px;

}

.glass-title {

  font-size: 22px;

  font-weight: 700;

  margin-bottom: 10px;

  font-family: 'Montserrat-Regular';

}

.glass-text {

 font-family: 'Montserrat-Regular';

  line-height: 1.9;

  color: #e0e0e0;

  font-size: 16px;

  

}



 .glass-card hr {

  position: relative;

  height: 2px;

  border: none;

  background-color: rgba(255, 255, 255, 0.3);
  

  overflow: hidden;

  margin: 16px 0;

} 



.glass-card hr::before {

  content: "";

  position: absolute;

  top: 0;

  right: 100%;

  width: 100%;

  height: 100%;

  background: linear-gradient(to left, #0c2b4d, #0c2b4d);
  

  transition: right 0.8s ease;

}

.glass-card:hover hr::before {

  right: 0;

}

/* ======================575 screen size ====================== */
/* ======================575 screen size ====================== */



@media (max-width: 768px) {
  

  #Mainimage {
    height: 100vh;
    object-position: center top;
  }

  .hero-text-wrapper {
    padding: 24px;
    height: auto;
    text-align: center;
  }

  .designed-heading {
    font-size: 35px;
    margin-top: 36px;
    line-height: 1.2;
  }

  .subheading {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
  }

  .subheading h1 {
    font-size: 15px;
    margin-left: 0;
    line-height: 22px;
  }
.right-content button {
    width: 100%;
    max-width: 240px;
    font-size: 22px;           
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;                  
    margin: 0 auto;
    padding: 4px 0;           
    min-height: 40px;          
  }

  .right-content button i {
    font-size: 36px;           
    line-height: 1;
  
  }

  .right-content {
    justify-content: center !important; 
  }

  .glass-card {
    margin-top: 32px;
  }
}



/* ----------------------------------------------------------------------------------------------------------------------------------- */

/*   <!--Mission Section--> */

/*   <!--Mission Section--> */

/* ------------------------------------------------------------------------------------------------------------------------------------- */


.mission-section {

  background-color: #fff;

  padding: 100px 0 0px;

  margin-top: -80px;

  position: relative;

  z-index: 2;

  border-radius: 80px;

 

}




.mission-section img{
  position: absolute;
  top: -60px;
  left: -90px;
  width: 650px;
  height: auto;
  z-index: -1;

  
}


.mission-heading {

  text-align: left;

  /* margin-top: 12px; */

  font-family: 'Montserrat-Regular';
}

.mission-heading h2 {

  font-weight: 600;

  line-height: 1.2;

  color: #000000;

  margin-bottom: 50px;

  font-size: 51px;

  font-size: bolder;

  font-family: 'Montserrat-Bold';


}


.mission-heading h2 span{
  color: #0c2b4d;
}

.mission-info {
  margin-top: 0px;
  font-family: 'Montserrat-Regular';
  color: #000000;
  display: flex;          
  gap: 0px;              
  flex-wrap: wrap;        
  justify-content: center;
  align-items: stretch;   
}

.vision,
.mission {
  background: #ffffff; 
  border: 1px solid #e0e0e0; 
  border-radius: 12px; 
  padding: 25px; 
  margin-bottom: 20px; 
  font-family: 'Montserrat-Regular';
  flex: 1 1 45%;          
  min-width: 300px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08); 
  transition: all 0.3s ease;
  text-align: center;
  display: flex;          
  flex-direction: column;
  justify-content: space-between;
}

.vision:hover,
.mission:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

.vision h3,
.mission h3 {
  font-weight: 700;
  color: #000000; 
}

.vision h6,
.mission h6 {
  font-size: 16px;
  font-family: 'Montserrat-Regular';
  line-height: 1.9;
  color: #080808;
  height: 100px;
}

.building{

  height: auto;
}

/* ---------- Mobile View (below 768px) ---------- */

 @media (max-width: 768px) {
  .mission-section {
    padding: 0px 0px 0px;
    margin-top: -60px;
    border-radius: 40px;
  }

  .mission-section img {
    display: block;       
    margin: 0 auto; 
    display: none;      
  }



  .mission-heading {
    text-align: left;
    margin-top: 50px;
  }

  .mission-heading h2 {
    font-size: 22px;
    margin-bottom: 30px;
    text-align: left;
  }

  .mission-info {
    margin-top: 20px;
    text-align: left;
  }

  .vision,
  .mission {
    margin-bottom: 20px;
    text-align: left;
  }

  .vision h3,
  .mission h3 {
    font-size: 20px;
    text-align: left;
  }

  .vision h6,
  .mission h6 {
    font-size: 12px;
    line-height: 24px;
    padding: 0;
    text-align: left;
  }

} 




/* ---------------------------------------------------------------------------------------------------------------------------- */

                                             /* Project Section */
                                             /* Project Section */

/* ---------------------------------------------------------------------------------------------------------------------------- */



 .project-showcase-section {

  background-color: #f9f9f9;

  font-family: 'Montserrat-Regular';
  
  padding-bottom: 30opx;

}


.project-showcase-section h2 {



    font-size: 28px;
    font-weight: 800;
    color: #0c2b4d;
    /* margin-bottom: 30px; */
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 25px;
  

}

.section-heading-desc {

  margin-bottom: 48px;

  color: #000000;

}

.section-heading span {

  display: inline-block;

  opacity: 1;

  transform: translateX(0);

}


 

.project-card {
  position: relative;
  height: 450px;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgb(255, 255, 255);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #000;
}



.project-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: 1 0 auto;
}




.project-card,
.project-card * {
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent; /* for mobile tap highlight */
}

.project-card:focus,
.project-card:focus-visible,
.project-card:active,
.project-card *:focus,
.project-card *:focus-visible,
.project-card *:active {
  outline: none !important;
  box-shadow: none !important;
}

.project-bg {
  user-select: none;
  -webkit-user-drag: none;
}

/* Also for all focused elements globally, if needed */
:focus {
  outline: none !important;
  box-shadow: none !important;
}
 


.project-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 13px 18px 0px;;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.35) 90%);
  color: white;
  z-index: 2;
  box-sizing: border-box;
  transition: background 0.3s ease-in-out;
}


.status-label {  
  position: absolute;
  top: 24px;
  left: 15px;
  background: #ffffff;
  color: #0c2b4d;
  font-size: 11px;
  font-weight: bold;
  padding: 5px 14px;
  border-radius: 12px;
  z-index: 3;
  
  font-family: 'Montserrat-Regular';
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  font-size: 16px;
}


.project-location {
  font-size: 16px;
  margin-bottom: 6px;
   font-family: 'Montserrat-Bold';
  font-weight: 500;
  display: flex;
  align-items: center;
  
}

.project-title {
  font-size: 28px;
  margin: -2px;
  font-family: 'Montserrat-Bold';
  font-weight: 100;
  line-height: 1.3;
  
}

.project-size {
  font-size: 16px;
  margin-top: 6px;
  
  font-family: 'Montserrat-Regular';

  font-weight: 400;
}

.line2 {
  height: 1px;
  background-color: #ffffff;
  border: none;
  margin: 6px 0;
  opacity: 5;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6); 
 
}


.owl-dots {
  text-align: center;
  margin-top: 24px;
}

.owl-dot span {
  width: 12px;
  height: 12px;
  background: #ffffff;
  display: block;
  border-radius: 50%;
  margin: 0 6px;
}

.owl-dot.active span {
  background: #ffffff;
}




/* --------------------------------------------------------------------------------------------------------------------------------- */

                                             /* Image with Content */
                                             /* Image with Content */

/* ---------------------------------------------------------------------------------------------------------------------------------- */




.future-section {
  padding: 60px 0;
  background-color: #fff;
}

.future-row {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.future-left-box,
.future-right-box {
  padding: 16px;
  box-sizing: border-box;
}

.future-left-box {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background-color: transparent;
}

.main-image {
  width: 100%;
  border-radius: 20px;
  position: relative;
  height: auto;
  height: 90vh;
  
}

.rating-card {
  position: absolute;
  width: 100%;
  max-width: 288px;
  background-color: #ffffff;
  color: #3657b1;
  padding: 1rem;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  align-self: center;
  text-align: center;
  margin-top: 530px;
}

.rating-score {
  color: #0c2b4d;
  font-weight: bold;
  margin-bottom: 8px;
}

.rating-images {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 8px;
}

.circle-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.rating-caption {
  color: #0c2b4d;
  font-size: 16px;
   font-family: 'Montserrat-Regular';

  font-weight: bold;
}

.future-right-box {
  flex: 1 1 55%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #fff;
}

.ourcommitment {
  width: 150px;
  height: 37px;
  border: 2px solid #0c2b4d;
  border-radius: 32px;
  color: #000000;
  font-family: 'Montserrat-Bold';
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background-color: #fff;
  overflow: hidden;
  margin-top: 25px;
  letter-spacing: 1px;
}

.heading1 {
  font-size: 70px;
  font-weight: 500;
  margin-bottom: 19px;
  color: #000000;
   font-family: 'Montserrat-Bold';
  margin-top: 20px;
}

.description {
  color: #6c757d;
  margin-bottom: 32px;
  line-height: 1.6;
   font-family: 'Montserrat-Regular';
   font-size: 16px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
  font-family: 'Montserrat-Regular';
  font-weight: 300;
  font-size: 16px;
  
}

.feature-item h5 {
  font-weight: bold;
  color: #0c2b4d;
  font-size: 22px;
}
.feature-item p{
  font-size: 16px;
  
}

.icon-wrapper {
  font-size: 24px;
  color: #0c2b4d;
}

/* Responsive for mobile */
@media (max-width: 768px) {
  .future-row {
    flex-direction: column;
    align-items: center;
    gap: 76px;
    padding: 16px;
  }

  .feature-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    width: 100%;
  }

  .icon-wrapper {
    font-size: 28px;
  }

  .heading1 {
    font-size: 32px;
    margin: 0;
  }

  .description {
    font-size: 13px;
    margin: 0;
  }

  .ourcommitment {
    width: 140px;
    height: 36px;
    font-size: 12px;
    font-weight: bold;
    margin: 27px auto;
  }

  .rating-card {
    padding: 8px;
    max-width: 289px;
    width: 100%;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    position: absolute;
    top: 80%;
  }

  .future-left-box,
  .future-right-box {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
  }

  .main-image {
    width: 100%;
    max-width: 100%;
    margin: 0;
    display: block;
    position: relative;
    height: 50vh;
    
  }
}

/* ---------------------------------------------------------------------------------------------------------------------------- */

                                          /*   <!--Client Review--> */
                                          /*   <!--Client Review--> */

/* ---------------------------------------------------------------------------------------------------------------------------- */

.video-carousel-section {
  padding: 40px 0;
  background-color: #f9f9f9;
  text-align: center;
  font-family: 'Montserrat-Regular';
}

.video-carousel-section h2{

  font-size: 28px;
    font-weight: 800;
    color: #0c2b4d;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
  
}

.owl-carousel .item {
  padding: 10px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background-color: #0c2b4d;
  color: #fff;
  border: none;
  padding: 8px 15px;
  margin: 5px;
  font-size: 18px;
  border-radius: 4px;
  cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #0c2b4d;
}


/* ---------------------------------------------------------------------------------------------------------------------------- */

                                              /* Inquiry Form Section  */
                                              /* Inquiry Form Section  */

/* ---------------------------------------------------------------------------------------------------------------------------- */






.form-section {
  position: relative;
  overflow: hidden;
  padding: 48px 0;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}

.form-box {
  max-width: 950px;
  margin: 0 auto;
  padding: 48px 32px;
  border-radius: 48px;
  background-color: #ffffffee;
  backdrop-filter: blur(4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
}

.offer-button1 {
  max-width: 18%;
  margin: 0 auto 28px auto;
  padding: 8px 8px 2px;
  border: 2px solid #0c2b4d;
  border-radius: 999px; 
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  
  

}

.offer-button1 marquee {
  font: bold 12px 'Montserrat-Regular';  
  color: #0c2b4d;
  white-space: nowrap;
  padding: 4px 0;
  letter-spacing: 1.8;
} 




.form-heading {
 
  font-size: 28px;
    font-weight: 800;
    color: #0c2b4d;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat-Regular' ;

}

.input-field {
  width: 100%;
  padding: 20px;
  font-size: 16px;
  border-radius: 50px;
  border: 1px solid #ccc;
  background-color: #f8f9fa;
  transition: all 0.3s ease;
  font-family: 'Montserrat-Regular';
  margin-bottom: 10px;
  color: #878787;
  margin-top: 10px;
}

.input-field:focus {
  border-color: #0b0a27;
  box-shadow: 0 0 0 4px rgba(14, 9, 61, 0.37);
  outline: none;
}

 

.input-data-wrapper {
  position: relative;
  width: 100%;
}

.input-data {
  width: 100%;
  padding: 21px 20px;
  font-size: 16px;
  border-radius: 50px;
  border: 1px solid #ccc;
  background-color: #f8f9fa;
  font-family: 'Montserrat-Regular';
  margin-bottom: 20px;
  color: #878787;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.input-data::after {
  content: "▼";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #000;
  pointer-events: none;
}

.input-data-options {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.15);
  overflow-y: auto;
  max-height: 200px; 
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10;
}

.input-data-option {
  display: block; 
  padding: 14px 20px;
  cursor: pointer;
  color: #333;
  background: #fff;
  transition: background 0.2s ease, color 0.2s ease;
}

.input-data-option:hover {
  background: #0b0a27;
  color: #fff;
}

.input-data.open .input-data-options {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 765px) {
  .input-data {
    padding: 16px 275px 16px 14px; /* smaller, with space for arrow */
    font-size: 15px; /* slightly smaller but readable */
    border-radius: 40px;
  }

  .input-data::after {
    font-size: 14px; /* slightly bigger for clarity */
    right: 14px; /* arrow closer to edge */
  }

  .input-data-options {
    max-height: 160px; /* better fit for small screens */
    font-size: 15px;
  }

  .input-data-option {
    padding: 14px; /* big enough tap area */
  }

  /* Optional: make full width for better usability */
  .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}





form .col-md-6 {
  margin-bottom: 0px;
}


.note-button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.note-message {
  color: #6c757d;
  font-size: 16px;
  line-height: 1.9;
  text-align: left;
  flex: 1 1 60%;
  min-width: 240px;
}

.submit-btn {
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #0c2b4d;
  color: #ffffff;
   font-family: 'Montserrat-Regular';
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: all 0.4s ease;
  box-shadow: 0 10px 20px rgba(12, 43, 77, 0.2);
}
.submit-btn:hover{
  background: linear-gradient(135deg, #0c2b4d, #19507a)
}



.btn-icon {
  width: 32px;
  height: 32px;
  background-color: #fff;
  color: #0c2b4d;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.submit-btn:hover .btn-icon {
  transform: translateX(5px);
 
}


@media (max-width: 576px) {
  .form-box {
    padding: 32px 20px;
  }

  .form-heading {
    font-size: 17px;
  }

  .input-field {
    padding: 16px;
    font-size: 13px;
  }

  .note-button-group {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .note-message {
    text-align: center;
    margin-bottom: 0;
  }

  .submit-btn {
    max-width: 80%;
    justify-content: center;
  }
  .offer-button1 {
    max-width: 50%;
  }
}







/* ===================================================About Page Start============================================================================ */
/* ===================================================About Page Start============================================================================ */
/* ===================================================About Page Start========================================================================== */
/* ===================================================About Page Start========================================================================== */
/* ===================================================About Page Start=========================================================================== */
/* ===================================================About Page Start=========================================================================== */
/* ===================================================About Page Start=============================================================================== */





.about {
  position: relative;
  overflow: hidden;
  height: 550px;
}

.about-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
  transform: scale(1.1);
}

.about-content {
  position: relative;
  z-index: 3;
font-family: 'Montserrat-Bold';
  
}
.about-content h1{
  font-size: 80px;
  font-weight: 200;
  margin-left: 30px;
  margin-top: 52px;
  color: white;
  
}

@media (max-width: 768px) {
  .about {
    height: 300px; 
  }

  .about-img {
    transform: scale(1); 
  }

  .about-content h1 {
    font-size: 32px; 
    margin-left: 15px;
    margin-top: 25px;
    font-weight: 700;
    line-height: 1.2;
  }
}






/* =====================================================About us Para======================================================== */
/* =====================================================About us Para======================================================== */



.about-company {
  padding: 20px 20px;
  background-color: #f9f9f9;
  font-family: 'Montserrat-Regular';
  text-align: center;
   background-color: #fff;

  padding: 100px 0 40px;

  margin-top: -80px;

  position: relative;

  z-index: 2;

  border-radius: 80px;
}


.about-company img {
  width: 100%;           
  max-width: 300px;      
  height: auto ;         
  object-fit: cover;     
  display: block;
  margin: 0px 0px 0;   
  border-radius: 10px;  
  position: relative;
  top: 50px;
  left: -50px; 
  transform: scale(3);
  opacity: 0.5;
}

.about-heading {
  max-width: 850px;
  margin: 0 auto 50px;
  padding: 0 20px;
  text-align: center;
}

.about-heading h1 {
 font-size: 28px;
    font-weight: 800;
    color: #0c2b4d;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat-Regular';
}

.about-heading h1::after {
  content: '';
  width: 60px;
  height: 4px;
  background: linear-gradient(to right, #0c2b4d, #3b6796);
  display: block;
  margin: 14px auto 0;
  border-radius: 4px;
}

.about-description {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 20px;
  color: #444;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.2px;
  text-align: justify;
}

.about-description p {
  margin-bottom: 24px;
  transition: all 0.3s ease;
}




 @media (max-width: 768px) {
  .about-company {
    padding: 40px 15px 30px;
    border-radius: 32px;
    margin-top: -40px;
  }

  .about-company img {
   /*  max-width: 100%;
    height: auto;
    margin: 20px auto 20px;
    border-radius: 10px; */
    display: none;
  }

  .about-heading {
    margin-bottom: 30px;
    padding: 0 10px;
  }

  .about-heading h1 {
    font-size: 28px;
    line-height: 1.3;
  }

  .about-heading h1::after {
    width: 36px;
    height: 2px;
    margin-top: 8px;
  }

  .about-description {
    font-size: 16px;
    line-height: 1.6;
    padding: 0 10px;
    text-align: justify;
  }

  .about-description p {
    margin-bottom: 18px;
  }

  .about-description p:hover {
    color: #0c2b4d;
  }
}
 

 



/* =======================================About vision - Mission===================================================== */
/* =======================================About vision - Mission===================================================== */




.abt-vision-mission-section {
  padding: 20px 0;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
  font-family: 'Montserrat-Regular';
}

/* Main cards */
.abt-vision,
.abt-mission {
  text-align: center;
  background: #ffffff;
  padding: 40px 0px 40px;
  border-radius: 28px;
  font-family: 'Montserrat-Regular';
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(40px);
  animation: fadeInUp 0.8s ease forwards;
  border: 1px solid #e0e0e0; 
  box-shadow: 0 3px 10px rgba(0,0,0,0.08); 
  display: flex;         
  flex-direction: column;
  justify-content: space-between;
  min-height: 200px;    
}

/* Delay for mission card */
.abt-mission {
  animation-delay: 0.2s;
}

/* Hover effect */
.abt-vision:hover,
.abt-mission:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

/* Card headings */
.abt-vision h3,
.abt-mission h3 {
  font-weight: 700;
  font-size: 26px;
  color: #000000; 
  margin-bottom: 20px;
}

/* Card paragraphs */
.abt-vision p,
.abt-mission p {
  font-size: 16px;
  font-family: 'Montserrat-Regular';
  line-height: 1.9;
  color: #080808;
  flex-grow: 1;        
  margin-bottom: 15px;
  padding: 0 10px;
}

/* Animations (fade in) */
.abt-vision,
.abt-mission {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeInUp 0.8s ease forwards;
}

.abt-mission {
  animation-delay: 0.2s;
}

/* Icon box (reduced size) */
.abt-vision .icon-box,
.abt-mission .icon-box {
  width: 40px;              /* reduced from 58px */
  height: 40px;             /* reduced from 58px */
  margin: 0 auto 20px auto;  
  font-size: 18px;          /* reduced from 26px */
  background: linear-gradient(135deg, #0c2b4d, #1e3c72);
  color: #fff;
  border-radius: 12px;      /* reduced from 16px */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;            
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Icon hover effect */
.abt-vision:hover .icon-box,
.abt-mission:hover .icon-box {
  transform: scale(1.15);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* Animation keyframes */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


@media (max-width: 768px) {
  .abt-vision,
  .abt-mission {
    padding: 40px 25px;
  }

  .icon-box {
    width: 48px;
    height: 48px;
    font-size: 22px;
    border-radius: 12px;
  }

  .abt-vision h3,
  .abt-mission h3 {
    font-size: 22px;
  }

  .abt-vision p,
  .abt-mission p {
    font-size: 16.5px;
  }
}


/* ===============================================MMilestones============================================================== */
/* ===============================================Milestones============================================================== */




.abt-Milestones-section {
  position: relative;
  height: 600px;
  overflow: hidden;
  font-family: 'Montserrat-Regular';
  color: #fff;
}

.milestones-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

 .milestones-overlay-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
} 

.milestones-wrapper {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 30px;
}



.milestones-card {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(100px);
  padding: 30px 40px;
  margin: 15px 0;
  border-radius: 16px;
  text-align: center;
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.milestones-card-icon {
  font-size: 32px;
  margin-bottom: 12px;
}

.milestones-card-value {
  font-size: 28px;
  font-weight: 700;
}

.milestones-card-label {
  font-size: 16px;
  margin-top: 8px;
}

/* Responsive */
@media (max-width: 576px) {
  .abt-Milestones-section {
    height: auto;
    padding: 40px 0;
  }

  .milestones-card {
    margin-bottom: 20px;
    padding: 24px 16px;
    border-radius: 12px;
  }
}















/* =====================================================why choose us============================================================== */
/* =====================================================why choose us============================================================== */




.why-choose-section {
  padding: 60px 0;
  background-color: #f9f9f9;
  text-align: center;
   font-family: 'Montserrat-Regular';
}


.why-title {
 
  font-size: 28px;
    font-weight: 800;
    color: #0c2b4d;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
}

.why-subtitle {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
}


.choose-box {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.choose-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}


.choose-icon {
  font-size: 36px;
  color: #0c2b4d; 
  margin-bottom: 20px;
}


.choose-title {
  font-size: 20px;
  font-weight: 600;
  color: #0c2b4d;
  margin-bottom: 10px;
}


.choose-text {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}


.choose-box hr {
  width: 40px;
  height: 3px;
  background-color: #0c2b4d;
  margin: 10px auto 15px;
  border: none;
}


@media (max-width: 767.98px) {
  .choose-box {
    margin-bottom: 20px;
  }
}





/* =============================================================FQA==================================================== */
/* =============================================================FQA==================================================== */


/* 
.faq-section {
  padding: 60px 0;
  background: #ffffff;
  font-family: 'Montserrat-Regular';
}


.faq-title {
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  color: #000000;
  font-family: 'Montserrat-Bold';
}

.faq-section h2 {
    font-size: 28px;
    font-weight: 800;
    color: #0c2b4d;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
}
.accordion-item {
  border: none;
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  background-color: #fff;
  
}
.accordion-item h2{
   font-size: 28px;
    font-weight: 800;
    color: #0c2b4d;
    margin-bottom: 0px;
    background-color: #0d2061 !important;
   
}


.accordion-button {
  background-color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 20px;
  margin: 0px;
  border: none;
  color: #000000; 
  transition: background-color 0.3s ease, color 0.3s ease;
  
}

.accordion-button:not(.collapsed) {
  background-color: #0c2b4d  !important; 
  color: #ffffff !important; 
}


.accordion-body {
  padding: 20px;
  font-size: 16px;
  color: #000000;
  background-color: #fff;
  line-height: 1.9;
  font-weight: 200;
  
}


.faq-section .accordion-button,
.faq-section .accordion-button:focus,
.faq-section .accordion-button:focus-visible,
.faq-section .accordion-button:active,
.faq-section .accordion-button:not(.collapsed) {
  outline: none !important;           
  outline-offset: 0 !important;      
  box-shadow: none !important;        
  -webkit-box-shadow: none !important;
  border-color: transparent !important; 
}


.faq-section .accordion-button::-moz-focus-inner {
  border: 0 !important;
}

.faq-section *:focus {
  outline: none !important;
  box-shadow: none !important;
}




@media (max-width: 576px) {
  .faq-title {
    font-size: 28px;
    margin-bottom: 24px;
    padding: 0 15px;
  }

  .accordion-button {
    font-size: 16px;
    padding: 16px;
  }

  .accordion-body {
    font-size: 15px;
    padding: 16px;
  }

  .accordion-item {
    margin-bottom: 12px;
    border-radius: 10px;
  }
}

 */



.fqcontent {
  padding: 60px 0;
  background: #ffffff;
  font-family: 'Montserrat-Regular';
}

.fqcontent.frequently{
  font-size: 28px;
    font-weight: 800;
    color: #0c2b4d;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
   font-family: 'Montserrat-Regular';
}

.fqcontent h2 {
  font-size: 28px;
  font-weight: 800;
  color: #0c2b4d;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
   font-family: 'Montserrat-Regular';
   
}

.fqcontent .accordion-item {
  border: none;
  border-radius: 12px;
  margin-bottom: 10px;  
  overflow: hidden;
  box-shadow: 0 3px 8px rgba(0,0,0,0.05);
  background-color: #fff;
  font-size: 16px;
  
}

.fqcontent .accordion-button {
  background-color: #fff;
  font-size: 16px;      
  font-weight: 600;
  padding: 12px 16px;   
  margin: 0;
  border: none;
  color: #000000;
  line-height: 1.3;    
  transition: background-color 0.3s ease, color 0.3s ease;
   display: flex;
  align-items: center;      
  gap: 8px;                  
  padding: 12px 16px;        
  line-height: 1.3;
}


.fqcontent .accordion-button::after {
  margin: 0;                 
  align-self: center;        
}

.fqcontent .accordion-button > * {
  margin: 0;            
  padding: 0;
}

.fqcontent .accordion-button:not(.collapsed) {
  background-color: #0c2b4d !important;
  color: #ffffff !important;
}

.fqcontent .accordion-body {
  padding: 6px 12px;   
  font-size: 16px;     
  color: #000000;
  background-color: #fff;
  line-height: 1.5;
  font-weight: 300;
}


.fqcontent .accordion-button,
.fqcontent .accordion-button:focus,
.fqcontent .accordion-button:focus-visible,
.fqcontent .accordion-button:active,
.fqcontent .accordion-button:not(.collapsed) {
  outline: none !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

.fqcontent .accordion-button::-moz-focus-inner {
  border: 0 !important;
}

.fqcontent *:focus {
  outline: none !important;
  box-shadow: none !important;
}

@media (max-width: 576px) {
  .fqcontent h2 {
    font-size: 28px;
    margin-bottom: 24px;
    padding: 0 15px;
  }

  .fqcontent .accordion-button {
    font-size: 15px;
    padding: 10px 14px;
  }

  .fqcontent .accordion-body {
    padding: 4px 8px;  /* even tighter on mobile */
    font-size: 13px;
  }

  .fqcontent .accordion-item {
    margin-bottom: 8px;
    border-radius: 10px;
  }
}




/* =====================================================Ongoing page start =========================================================== */
/* =====================================================Ongoing page start =========================================================== */
/* =====================================================Ongoing page start =========================================================== */
/* =====================================================Ongoing page start =========================================================== */
/* =====================================================Ongoing page start =========================================================== */
/* =====================================================Ongoing page start =========================================================== */





.ongo-project {
  position: relative;
  overflow: hidden;
  height: 550px;
  font-family: 'Montserrat-Bold';
}

.ongo-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 90%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
  
}

.ongo-content {
  position: relative;
  z-index: 3;
    font-family: 'Montserrat-Bold';
  
}
.ongo-content h1{
  font-size: 80px;
  font-weight: 200;
  margin-left: 30px;
  margin-top: 52px;
  color: white;
  
}





@media (max-width: 768px) {
  .ongo-project {
    height: 350px; /* Reduce height for mobile */
  }

  .ongo-content h1 {
    font-size: 36px; /* Adjust font size */
    margin-left: 15px;
    margin-top: 30px;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .ongo-project {
    height: 300px;
  }

  .ongo-content h1 {
    font-size: 28px;
    margin-left: 10px;
    margin-top: 25px;
  }
}

















/* ========================================================ongo contetn===================================================== */
/* ========================================================ongo contetn===================================================== */












.com-project-ongo {
  background-color: #ffffff;
  padding: 5rem 0;
  font-family: 'Montserrat-Regular';
   background-color: #fff;

  padding: 100px 0 40px;

  margin-top: -80px;

  position: relative;

  z-index: 2;

  border-radius: 80px;
}

.com-project-ongo h2 {
   font-size: 28px;
    font-weight: 800;
    color: #0c2b4d;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat-Regular';
    
}
.com-project-ongo h2::after{
 content: '';
  width: 60px;
  height: 4px;
  background: linear-gradient(to right, #0c2b4d, #3b6796);
  display: block;
  margin: 14px auto 0;
  border-radius: 4px;
}




.com-project-ongo .section-heading span {
  display: inline-block;
  transition: transform 0.3s ease;
}

.com-project-ongo .section-heading span:hover {
  transform: scale(1.2);
  color: #0c2b4d;
}

.com-project-ongo .section-heading-desc {
  text-align: center;
  font-size: 1rem;
  color: #6c757d;
  margin-bottom: 3rem;
}
















/* =============================================Project=========================================================== */





.project-link {
  text-decoration: none;
  display: block;
  color: inherit;
  margin-top: 25px;
}

.project-ongo {
  position: relative;
  height: 450px;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #000;
}

.project-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: 1 0 auto;
}


.project-ongo,
.project-ongo * {
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent;
}



.project-ongo-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 13px 18px 0px;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.35) 90%);
  color: white;
  z-index: 2;
  box-sizing: border-box;
  transition: background 0.3s ease-in-out;
}

.project-ongo-label {
  position: absolute;
  top: 24px;
  left: 15px;
  background: #ffffff;
  color: #0c2b4d;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 14px;
  border-radius: 12px;
  z-index: 3;
  
  font-family: 'Montserrat-Regular';
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.project-ongo-location {
  font-size: 16px;
  margin-bottom: 6px;
  font-family: 'Montserrat-Bold';
  font-weight: 500;
  display: flex;
  align-items: center;
}

.project-ongo-title {
  font-size: 28px;
  margin: -2px;
  font-family: 'Montserrat-Bold';
  font-weight: 100;
  line-height: 1.3;
}

.project-ongo-size {
  font-size: 16px;
  margin-top: 6px;
 font-family: 'Montserrat-Regular';
  font-weight: 400;
}

.project-ongo-line {
  height: 1px;
  background-color: #ffffff;
  border: none;
  margin: 6px 0;
  opacity: 5;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

/* Modern Animated View More Button */
.view-more-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  z-index: 4;
  transition: all 0.4s ease-in-out;
  backdrop-filter: blur(3px);
}

.view-more-btn {
  background-color: rgba(255, 255, 255, 0.85);
  color: #0c2b4d;
  border: none;
  padding: 12px 28px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: bold;
  font-family: 'Montserrat-Regular';
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(3px);
}

.view-more-btn:hover {
  background-color: #0c2b4d;
  color: #fff;
  transform: scale(1.05);
}

/* Show with fade + scale on hover */
.project-ongo:hover .view-more-wrapper {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}








/* =========================================================Upcoming page start======================================================= */
/* =========================================================Upcoming page start======================================================= */
/* =========================================================Upcoming page start======================================================= */
/* =========================================================Upcoming page start======================================================= */
/* =========================================================Upcoming page start======================================================= */







.up-project {
  position: relative;
  overflow: hidden;
  height: 550px;
}

.up-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
  transform: scale(1.1);
}

.up-content {
  position: relative;
  z-index: 3;
  font-family: 'Montserrat-Bold';
  
}
.up-content h1{
  font-size: 80px;
  font-weight: 200;
  margin-left: 30px;
  margin-top: 52px;
  color: white;
  
}


@media (max-width: 768px) {
  .up-project {
    height: 350px; /* Reduced height for tablets and small devices */
  }

  .up-content h1 {
    font-size: 36px;   /* Smaller heading */
    margin-left: 15px; /* Less margin */
    margin-top: 30px;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .up-project {
    height: 280px; /* Further reduce height for very small screens */
  }

  .up-content h1 {
    font-size: 28px;
    margin-left: 10px;
    margin-top: 25px;
  }
}


/* ==========================================upcoming content======================================================= */
/* ==========================================upcoming content======================================================= */




.upcoming {
  background-color: #ffffff;
  padding: 5rem 0;
 font-family: 'Montserrat-Regular';
     background-color: #fff;

  padding: 100px 0 40px;

  margin-top: -80px;

  position: relative;

  z-index: 2;

  border-radius: 80px;
}

.upcoming .section-heading {
   font-size: 28px;
    font-weight: 800;
    color: #0c2b4d;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat-Regular';
}

.upcoming .section-heading::after{

 content: '';
  width: 60px;
  height: 4px;
  background: linear-gradient(to right, #0c2b4d, #3b6796);
  display: block;
  margin: 14px auto 0;
  border-radius: 4px;
}




@media (max-width: 768px) {
  .upcoming {
    padding: 60px 0 30px;
    border-radius: 40px;
    margin-top: -60px;
  }

  .upcoming .section-heading {
    font-size: 32px;
    letter-spacing: 1px;
  }

  

}

@media (max-width: 480px) {
  .upcoming {
    padding: 50px 0 20px;
    border-radius: 30px;
    margin-top: -50px;
  }

  .upcoming .section-heading {
    font-size: 26px;
  }


}


/* ===========================================Completed page start======================================================== */
/* ===========================================Completed page start======================================================== */
/* ===========================================Completed page start======================================================== */
/* ===========================================Completed page start======================================================== */
/* ===========================================Completed page start======================================================== */







.co-project {
  position: relative;
  overflow: hidden;
  height: 550px;
}

/* .co-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
  transform: scale(1.1);
} */


.co-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;             /* fills container height */
  object-fit: cover;        /* keeps image ratio & covers space */
  object-position: center;  /* centers image subject */
  z-index: 1;
  transform: none;          /* no unnecessary zoom */
}

.co-content {
  position: relative;
  z-index: 3;
   font-family: 'Montserrat-Bold';
  
}
.co-content h1{
  font-size: 80px;
  font-weight: 200;
  margin-left: 30px;
  margin-top: 52px;
  color: white;
  
}


@media (max-width: 768px) {
  .co-project {
    height: 350px;
  }

  .co-content h1 {
    font-size: 36px;
    margin-left: 20px;
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .co-project {
    height: 280px;
  }

  .co-content h1 {
    font-size: 28px;
    margin-left: 15px;
    margin-top: 25px;
  }
}






/* ======================================Project content================================================================ */
/* ======================================Project content================================================================ */




.com-project {

  background-color: #ffffff;

  padding: 5rem 0;

  font-family: 'Montserrat-Regular';

  background-color: #fff;

  padding: 100px 0 40px;

  margin-top: -80px;

  position: relative;

  z-index: 2;

  border-radius: 80px;

}


.com-project h2{
    font-size: 28px;

    font-weight: 800;

    color: #0c2b4d;

    margin-bottom: 30px;

    letter-spacing: 0.5px;

    text-align: center;

    text-transform: uppercase;

    font-family: 'Montserrat-Regular';
}

.com-project h2::after{
  
 content: '';
  width: 60px;
  height: 4px;
  background: linear-gradient(to right, #0c2b4d, #3b6796);
  display: block;
  margin: 14px auto 0;
  border-radius: 4px;
}


.com-project .section-heading-desc {
  text-align: center;
  font-size: 1rem;
  color: #6c757d;
  margin-bottom: 3rem;
  line-height: 1.6;
}



.project-link {
  text-decoration: none;
  display: block;
  color: inherit;
}




.project-com {
  position: relative;
  height: 450px;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #000;
  margin-bottom: 30px;
}

.project-com,
.project-com * {
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent;
}

.project-com:focus,
.project-com:focus-visible,
.project-com:active,
.project-com *:focus,
.project-com *:focus-visible,
.project-com *:active {
  outline: none !important;
  box-shadow: none !important;
}






/* .project-com:hover {
  transform: translateY(-5px);
} */

.project-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: 1 0 auto;
}

.project-com-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 13px 18px 0px;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.35) 90%);
  color: white;
  z-index: 2;
  box-sizing: border-box;
  transition: background 0.3s ease-in-out;
}

.project-com-label {
  position: absolute;
  top: 24px;
  left: 15px;
  background: #ffffff;
  color: #0c2b4d;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 14px;
  border-radius: 12px;
  z-index: 3;
  font-family: 'Montserrat-Regular';
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.project-com-location {
  font-size: 16px;
  margin-bottom: 6px;
  font-family: 'Montserrat-Bold';
  font-weight: 500;
  display: flex;
  align-items: center;
}

.project-com-title {
  font-size: 28px;
  margin: -2px;
 font-family: 'Montserrat-Bold';
  font-weight: 100;
  line-height: 1.3;
}

.project-com-size {
  font-size: 16px;
  margin-top: 6px;
   font-family: 'Montserrat-Regular';
  font-weight: 400;
}

.project-com-line {
  height: 1px;
  background-color: #ffffff;
  border: none;
  margin: 6px 0;
  opacity: 5;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}































/* ===================================================Careers Page Start ====================================================== */
/* ===================================================Careers Page Start ====================================================== */
/* ===================================================Careers Page Start ====================================================== */
/* ===================================================Careers Page Start ====================================================== */
/* ===================================================Careers Page Start ====================================================== */
/* ===================================================Careers Page Start ====================================================== */







.careers {
  position: relative;
  overflow: hidden;
  height: 550px;
  
}

/* .careers-img {
  position: absolute;
  top: 10px;
  left: 0;
  height: 140%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
  transform: scale(1.1);
  object-position: 0% 120%;
} */



.careers-img {
  position: absolute;
  top: 0;                  
  left: 0;
  width: 100%;
  height: 100%;            
  object-fit: cover;       
  object-position: center; 
  z-index: 1;
  transform: none;         
}
@media (max-width: 768px) {
  .careers-img {
    height: 100%;           
    top: 0;                
    transform: scale(1);   
    object-position: center center; 
  }
}

.careers-content {
  position: relative;
  z-index: 3;
  font-family: 'Montserrat-Bold';
}

.careers-content h1 {
  font-size: 80px;
  font-weight: 200;
  margin-left: 30px;
  margin-top: 52px;
  color: white;
}

.careers-sub-head {
  position: relative;
  z-index: 3;
  font-family: 'Montserrat-Bold';
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 250px;
  padding: 0 60px;
}

.careers-sub-head h4 {
  font-size: 25px;
  font-weight: 500;
  color: white;
  line-height: 1.3;
  opacity: 50%;
}

@media (max-width: 768px) {
  .careers {
    height: 400px;
  }

  .careers-content h1 {
    font-size: 42px;
    margin-left: 16px;
    margin-top: 30px;
    text-align: left;
  }

  .careers-sub-head {
    height: auto;
    padding: 20px;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
  }

  .careers-sub-head h4 {
    font-size: 16px;
    line-height: 22px;
    opacity: 0.8;
  }
}

@media (max-width: 480px) {
  .careers {
    height: 320px;
  }

  .careers-content h1 {
    font-size: 32px;
    margin-left: 12px;
    margin-top: 24px;
  }

  .careers-sub-head {
    padding: 16px;
  }

  .careers-sub-head h4 {
    font-size: 14px;
    line-height: 20px;
    opacity: 0.8;
  }
}







/* ================================Careeres Content======================================================================= */
/* ================================Careeres Content======================================================================= */





.careers-company {
  background: linear-gradient(to bottom, #ffffff, #f4f6fa);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  padding: 100px 0 60px;
  margin-top: -80px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.careers-heading {
  text-align: center;
  max-width: 960px;
  margin: 0 auto 60px;
  padding: 0px 24px 0;
  position: relative;
}

.careers-heading h1 {
   font-size: 28px;
    font-weight: 800;
    color: #0c2b4d;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat-Regular';
  }

.careers-heading h1::after {
  content: '';
  width: 60px;
  height: 4px;
  background: linear-gradient(to right, #0c2b4d, #3b6796);
  display: block;
  margin: 14px auto 0;
  border-radius: 4px;
}

.careers-heading p {
  font-size: 16px;
  line-height: 1.9;
  color: #555;
  font-family: 'Montserrat-Regular';
  max-width: 740px;
  margin: 0 auto;
  opacity: 0.95;
  text-align: center;
}

.careers-form {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(30px);
  border-radius: 32px;
  padding: 60px 40px;
  max-width: 720px;
  margin: 0 auto 80px;
  text-align: center;
 font-family: 'Montserrat-Regular';
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 8px rgb(0 0 0 / 16%);
  transition: all 0.4s ease;
}

.careers-form h2 {
  font-size: 28px;
  font-weight: 800;
  color: #0c2b4d;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}

.careers-form input,
.careers-form select {
  width: 100%;
  padding: 16px 22px;
  /* margin-bottom: 20px; */
  margin-top: 20px;
  border-radius: 50px;
  border: 1.5px solid #d1d1d1;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  color: #333;
  outline: none;
  transition: all 0.3s ease;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.05);
  font-family: 'Montserrat-Regular';
}

.careers-form input:focus,
.careers-form select:focus {
  border-color: #0c2b4d;
  box-shadow: 0 0 0 5px rgba(12, 43, 77, 0.15);
}

.careers-form input::placeholder {
  color: #888;
}

.file-upload-wrapper {
  position: relative;
  text-align: center;
  margin-bottom: 0px;
}

.file-upload-input {
  display: none;
}

.file-upload-label {
  display: inline-block !important;
  padding: 14px 28px;
  border: 2px dashed #aaa;
  border-radius: 40px;
  background-color: #f0f0f0;
  color: #333;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
 font-family: 'Montserrat-Regular';
 margin-top: 10px;
}

.file-upload-label:hover {
  background-color: #f9f9f9;
  border-color: #666;
}


.cont-frm-submit1 {
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #0c2b4d;
  color: #ffffff;
  font-family: 'Montserrat-Regular';
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: all 0.4s ease;
  box-shadow: 0 10px 20px rgba(12, 43, 77, 0.2);
  margin-top: 10px;
}


.cont-frm-submit1:hover {
  background: linear-gradient(135deg, #0c2b4d, #19507a);
}

.cont-frm-submit1-icon {
  width: 32px;
  height: 32px;
  background-color: #fff;
  color: #0c2b4d;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.cont-frm-submit1:hover .cont-frm-submit1-icon {
  transform: translateX(5px);
}

@media (max-width: 768px) {
  .careers-company {
    padding: 60px 0 40px;
    margin-top: -50px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }

  .careers-heading {
    margin-bottom: 40px;
    padding: 0 16px;
  }

  .careers-heading h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .careers-heading p {
    font-size: 15px;
    line-height: 26px;
  }

  .careers-form {
    padding: 40px 24px;
    margin-bottom: 60px;
  }

  .careers-form h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .careers-form input,
  .careers-form select {
    padding: 14px 18px;
    font-size: 16px;
  }

  .file-upload-label {
    font-size: 15px;
    padding: 12px 24px;
  }

  .cont-frm-submit1 {
    padding: 12px 28px;
    font-size: 15px;
    gap: 10px;
  }

  .cont-frm-submit1-icon {
    padding: 7px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .careers-company {
    padding: 50px 0 30px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .careers-heading h1 {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .careers-heading p {
    font-size: 14px;
    line-height: 24px;
    padding: 0 12px;
  }

  .careers-form {
    padding: 30px 16px;
    margin-bottom: 50px;
  }

  .careers-form h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .careers-form input,
  .careers-form select {
    padding: 12px 16px;
    font-size: 15px;
  }

  .file-upload-label {
    font-size: 14px;
    padding: 10px 20px;
  }

  .cont-frm-submit1 {
    padding: 10px 24px;
    font-size: 14px;
    gap: 20px;
    margin-top: 20px;
  }

  .cont-frm-submit1-icon {
    padding: 6px;
    font-size: 13px;
  }
}


/* =======================================Joint Ventures Page Start ===================================================== */
/* =======================================Joint Ventures Page Start ===================================================== */
/* =======================================Joint Ventures Page Start ===================================================== */
/* =======================================Joint Ventures Page Start ===================================================== */
/* =======================================Joint Ventures Page Start ===================================================== */






.joint {
  position: relative;
  overflow: hidden;
  height: 550px;
}

.joint-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
  transform: scale(1.1);
}

.joint-content {
  position: relative;
  z-index: 3;
  font-family: 'Montserrat-Bold';
}

.joint-content h1 {
  font-size: 80px;
  font-weight: 200;
  margin-left: 30px;
  margin-top: 52px;
  color: white;
  font-family: 'Montserrat-Bold';
}

.joint-sub-head {
  position: relative;
  z-index: 3;
  font-family: 'Montserrat-Bold';
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 250px;
  padding: 0 60px;
}

.joint-sub-head h4 {
  font-size: 25px;
  font-weight: 500;
  color: white;
  line-height: 1.3;
  opacity: 0.5;
}

@media (max-width: 768px) {
  .joint {
    height: 350px;
  }

  .joint-img {
    transform: scale(1);
  }

  .joint-content h1 {
    font-size: 32px;
    margin-left: 16px;
    margin-top: 30px;
    text-align: left;
  }

  .joint-sub-head {
    height: auto;
    padding: 0 20px 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .joint-sub-head h4 {
    font-size: 16px;
    opacity: 0.7;
  }
}











/* =====================================================Section 2: Form======================================================== */
/* =====================================================Section 2: Form======================================================== */
   
.joint-company {
  background: #ffffff;
  border-radius: 80px 80px 0 0;
  padding: 100px 20px 60px;
  margin-top: -80px;
  position: relative;
  z-index: 2;
  font-family: 'Montserrat-Regular';
  box-shadow: 0 -4px 40px rgba(0, 0, 0, 0.05);
}

.joint-heading {
  text-align: center;
  margin-bottom: 50px;
}

.joint-heading h1 {
     font-size: 28px;
    font-weight: 800;
    color: #0c2b4d;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat-Regular';
}
.joint-heading h1::after{
 
 content: '';
  width: 60px;
  height: 4px;
  background: linear-gradient(to right, #0c2b4d, #3b6796);
  display: block;
  margin: 14px auto 0;
  border-radius: 4px;
}

.joint-heading p {
      font-size: 16px;
    line-height: 1.9;
    color: #555;
    font-family: 'Montserrat-Regular';
    max-width: 740px;
    margin: 0 auto;
    opacity: 0.95;
    text-align: center;
}

/* Modern Form Container */
.joint-form {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 32px;
padding: 60px 40px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(200, 200, 200, 0.3);
  box-shadow: 0 4px 8px rgb(0 0 0 / 16%);
  max-width: 1100px;
  margin: 60px auto 0;
}

.joint-form h2 {
font-size: 28px;
    font-weight: 800;
    color: #0c2b4d;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
}

.joint-form-inputs .col-md-4,
.joint-form-inputs .col-12 {
  margin-bottom: 24px;
}

.joint-form input {
  width: 100%;
  padding: 20px 24px;
  border-radius: 50px;
  border: 1.5px solid #d5dce0;
  background-color: #f8f9fb;
  font-size: 17px;
  transition: 0.3s;
  font-family: 'Montserrat-Regular';
}

.joint-form input:focus {
  border-color: #0c2b4d;
  background-color: #fff;
  box-shadow: 0 0 0 5px rgba(12, 43, 77, 0.12);
  outline: none;
}

.joint-form input::placeholder {
  color: #999;
  opacity: 1;
}

/* Modern Submit Button */
.joint-submit-wrap {
  width: 100%;
  text-align: end;
}

.joint-submit-btn {
  background-color: #0c2b4d;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  padding: 18px 35px;
  border: none;
  border-radius: 60px;
  font-family: 'Montserrat-Regular';
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(12, 43, 77, 0.3);
  letter-spacing: 1px;
}

.joint-submit-btn i{
   display: inline-block;
  background: #ffffff;
  padding: 8px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 1;
  transition: 0.3s;
  color: #0d2061;
}



.joint-submit-btn:hover {
  background: linear-gradient(135deg, #0c2b4d, #19507a);
 
}



@media (max-width: 768px) {
  .joint-company {
    padding: 60px 16px 40px;
    border-radius: 40px 40px 0 0;
    margin-top: -40px;
  }

  .joint-heading h1 {
    font-size: 32px;
    line-height: 1.4;
  }

  .joint-heading p {
    font-size: 15px;
    line-height: 1.8;
    padding: 0 10px;
  }

  .joint-form {
    padding: 40px 20px;
    margin-top: 40px;
  }

  .joint-form h2 {
    font-size: 22px;
    margin-bottom: 24px;
  }

  .joint-form input {
    padding: 16px 20px;
    font-size: 16px;
  }

  .joint-submit-btn {
    font-size: 16px;
    padding: 14px 28px;
  }

  .joint-submit-btn i {
    font-size: 14px;
    padding: 6px;
  }
}

@media (max-width: 576px) {
  .joint-heading h1 {
    font-size: 26px;
  }

  .joint-form h2 {
    font-size: 20px;
  }

  .joint-form {
    padding: 30px 16px;
  }

  .joint-form input {
    font-size: 15px;
    padding: 14px 18px;
  }

  .joint-submit-btn {
    font-size: 15px;
    padding: 12px 24px;
  }

  .joint-submit-wrap {
    text-align: center;
  }
}










/* =================================================Contact==================================================================== */
/* =================================================Contact==================================================================== */
/* =================================================Contact==================================================================== */
/* =================================================Contact==================================================================== */
/* =================================================Contact==================================================================== */
/* =================================================Contact==================================================================== */




.get {
  position: relative;
  overflow: hidden;
  height: 550px;
}

.get-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
  transform: scale(1.1);
}

.get-content {
  position: relative;
  z-index: 3;
  font-family: 'Montserrat-Bold';
}

.get-content h1 {
  font-size: 80px;
  font-weight: 200;
  margin-left: 30px;
  margin-top: 52px;
  color: white;
  font-family: 'Montserrat-Bold';
}

.get-sub-head {
  position: relative;
  z-index: 3;
  font-family: 'Montserrat-Bold';
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 250px;
  padding: 0 60px;
}

.get-sub-head h4 {
  font-size: 25px;
  font-weight: 500;
  color: white;
  line-height: 1.3;
  opacity: 0.5;
}


@media (max-width: 768px) {
  .get {
    height: 400px;
  }

  .get-content h1 {
    font-size: 38px;
    margin-left: 20px;
    margin-top: 40px;
    text-align: left;
  }

  .get-sub-head {
    height: auto;
    padding: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .get-sub-head h4 {
    font-size: 16px;
    line-height: 1.4;
    padding: 0 10px;
  }
}





/* ==================================================Get section seond===================================================== */
/* ==================================================Get section seond===================================================== */



.get-company {
  padding: 80px 0;
  background-color: #FFF;
  position: relative;
   font-family: 'Montserrat-Regular';
   padding: 100px 0 40px;

  margin-top: -80px;

  position: relative;

  z-index: 2;

  border-radius: 80px;
}

.get-heading {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 0px 15px;
}

.get-heading h1 {
   font-size: 28px;
    font-weight: 800;
    color: #0c2b4d;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat-Regular';

  
}
.get-heading h1::after{

 content: '';
  width: 60px;
  height: 4px;
  background: linear-gradient(to right, #0c2b4d, #3b6796);
  display: block;
  margin: 14px auto 0;
  border-radius: 4px;
}

.get-heading p {
 font-size: 16px;
    line-height: 1.9;
    color: #555;
    font-family: 'Montserrat-Regular';
    max-width: 740px;
    margin: 0 auto;
    opacity: 0.95;
    text-align: center;
}

@media (max-width: 768px) {
  .get-company {
    padding: 60px 0 30px;
    border-radius: 40px;
    margin-top: -40px;
  }

  .get-heading {
    padding: 0 12px;
  }

  .get-heading h1 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 16px;
  }

  .get-heading p {
    font-size: 15px;
    line-height: 1.7;
    padding: 0 10px;
  }
}

@media (max-width: 576px) {
  .get-heading h1 {
    font-size: 26px;
  }

  .get-heading p {
    font-size: 14px;
    line-height: 1.6;
  }

  .get-company {
    padding: 50px 0 20px;
    border-radius: 30px;
    margin-top: -30px;
  }
}




/* =================================================Get Box================================================== */
/* =================================================Get Box================================================== */




.get-contact {
  padding: 0px 0;
  background-color: #ffffff;
   font-family: 'Montserrat-Regular';
}


.get-contact .row {
  display: flex;
  flex-wrap: wrap;
}

.get-contact .col-md-4 {
  display: flex;
}


.get-box {
  background: #fff;
  border: 1px solid #635e5e;
  border-radius: 24px;
  text-align: center;
  padding: 40px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}


.get-box:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}


.get-icon {
  font-size: 40px;
  color: #000000;
  margin-bottom: 15px;
}

.get-icon i {
  font-size: 40px;
  color: #000000;
}


.get-box h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #000000;
}


.get-box p {
  font-size: 16px;
  color: #000000;
  margin-bottom: 20px;
}


.get-btn {
  display: inline-block;
  padding: 12px 24px;
  background-color: #0c2b4d;
  color: #ffffff;
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}


.get-btn:hover {
  background-color: #0c2b4d;
  text-decoration: none;
}






/* =======================================Contact form================================================================ */
/* =======================================Contact form================================================================ */



.cont-frm {
  padding: 40px 20px;
  background: #ffffff;
   font-family: 'Montserrat-Regular';
}
.cont-frm h2{font-size: 28px;
    font-weight: 800;
    color: #0c2b4d;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;}

.cont-frm-title {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 40px;
  color: #0c2b4d;
  text-align: center;
  font-family: 'Montserrat-Bold';
}
.conts-form{
      background: rgba(255, 255, 255, 0.9);
    border-radius: 32px;
    padding: 60px 40px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(200, 200, 200, 0.3);
    box-shadow: 0 4px 8px rgb(0 0 0 / 16%);
    max-width: 1100px;
    margin: 60px auto 0;
}

.cont-frm-field {
  margin-bottom: 24px;
}


.cont-frm-input,
.cont-frm-textarea {
  width: 100%;
  background: #f4f6f8;
  border: 1px solid #dfe3e8;
  border-radius: 40px;
  padding: 14px 24px;
  font-size: 16px;
  color: #333;
  outline: none;
  transition: border 0.3s ease;
  font-family: 'Montserrat-Regular';
}

.cont-frm-input:focus,
.cont-frm-textarea:focus {
  border-color: #0d2061;
}


.cont-frm-textarea {
  border-radius: 50px;
  resize: none;
  height: 58px;
}


.cont-frm-btn-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}


.cont-frm-submit {
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #0c2b4d;
  color: #ffffff;
  font-family: 'Montserrat-Regular';
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: all 0.4s ease;
  box-shadow: 0 10px 20px rgba(12, 43, 77, 0.2);
  float: right;
}

.cont-frm-submit:hover {
  background: linear-gradient(135deg, #0c2b4d, #19507a);
  
}

.cont-frm-submit-icon {
  width: 32px;
  height: 32px;
  background-color: #fff;
  color: #0c2b4d;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.cont-frm-submit:hover .cont-frm-submit-icon {
  transform: translateX(5px);
}


@media (max-width: 768px) {
  .cont-frm {
    padding: 30px 15px;
  }

  .cont-frm h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .cont-frm-title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .conts-form {
    padding: 40px 20px;
    margin: 40px auto 0;
    border-radius: 24px;
  }

  .cont-frm-input,
  .cont-frm-textarea {
    padding: 12px 18px;
    font-size: 15px;
    border-radius: 30px;
  }

  .cont-frm-textarea {
    height: 50px;
    border-radius: 40px;
  }

  .cont-frm-btn-wrap {
    justify-content: center;
    margin-top: 20px;
  }

  .cont-frm-submit {
    width: 100%;
    justify-content: center;
    padding: 12px 24px;
    font-size: 16px;
  }

  .cont-frm-submit-icon {
    padding: 6px;
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .cont-frm-title {
    font-size: 24px;
  }

  .cont-frm h2 {
    font-size: 20px;
  }

  .conts-form {
    padding: 30px 15px;
  }

  .cont-frm-submit {
    padding: 10px 20px;
    font-size: 15px;
  }
}



.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 2px;
  z-index: 1000;
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-icon {
  width: 50px;
  height: 50px;
}
















/* ====================================================Teakmeadows page Start======================================================== */
/* ====================================================Teakmeadows page Start======================================================== */
/* ====================================================Teakmeadows page Start======================================================== */
/* ====================================================Teakmeadows page Start======================================================== */
/* ====================================================Teakmeadows page Start======================================================== */
/* ====================================================Teakmeadows page Start======================================================== */








.teak {
  position: relative;
  overflow: hidden;
  height: 550px;
}

.teak-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
  transform: scale(1.1);
}

.teak-content {
  position: relative;
  z-index: 3;
  font-family: 'Montserrat-Bold';
}

.teak-content h1 {
  font-size: 80px;
  font-weight: 200;
  margin-left: 30px;
  margin-top: 52px;
  color: white;
}

.teak-sub-head {
  position: relative;
  z-index: 3;
  font-family: 'Montserrat-Bold';
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 250px;
  padding: 0 60px;
}

.teak-sub-head h4 {
  font-size: 25px;
  font-weight: 500;
  color: white;
  line-height: 1.3;
  opacity: 50%;
}

/* Responsive Styles */
@media (max-width: 767px) {
  .teak {
    height: 400px;
  }

  .teak-content h1 {
    font-size: 42px;
    margin-left: 16px;
    margin-top: 30px;
    text-align: left;
  }

  .teak-sub-head {
    height: auto;
    padding: 20px;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
  }

  .teak-sub-head h4 {
    font-size: 16px;
    line-height: 1.5;
    opacity: 0.8;
  }
}




/* =================================================Teak 5 Box Section=============================================================== */
/* =================================================Teak 5 Box Section=============================================================== */




.teak-pro {
   padding: 80px 0;
  background-color: #fdfcfb;
  position: relative;
  font-family: 'Montserrat-Regular'; 
   padding: 100px 0 40px;

  margin-top: -80px;

  position: relative;

  z-index: 2;

  border-radius: 80px;
}




.teak-pro-info-row {
  padding-top: 40px;
  row-gap: 25px;
}


.teak-pro-info-box {
  background: linear-gradient(135deg, #ffffff, #f9fafc);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-family: 'Montserrat-Regular';
}


.teak-pro-info-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}


.teak-pro-info-box .value {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 1.5;
}


.teak-pro-icon {
  width: 56px;
  height: 56px;
  background: #ffffff;
  border: 2px solid #0c2b4d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(12, 43, 77, 0.15);
  transition: background 0.3s ease, transform 0.3s ease;
}


.teak-pro-info-box:hover .teak-pro-icon {
  background: #0c2b4d;
  transform: rotate(8deg);
}

.teak-pro-info-box:hover .teak-pro-icon i {
  color: #fff;
}


.teak-pro-icon i {
  font-size: 20px;
  color: #0c2b4d;
  transition: color 0.3s ease;
}


.teak-pro-title {
  font-size: 28px;
  font-weight: 800;
  color: #0c2b4d;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat-Regular';
}

.teak-pro-title::after {
  content: '';
  width: 70px;
  height: 4px;
  background: linear-gradient(to right, #0c2b4d, #3b6796);
  display: block;
  margin: 14px auto 0;
  border-radius: 6px;
}


.teak-pro-info-box p {
  font-size: 15px;
  color: #555;
  margin-top: 10px;
  line-height: 1.4;
}

/* Mobile responsive */
@media (max-width: 767.98px) {
  .teak-pro-title {
    font-size: 28px;
    text-align: start;
  }

  .teak-pro-location {
    font-size: 14px;
    text-align: start;
  }

  .teak-pro-info-box {
    padding: 14px 16px;
  }

  .teak-pro-info-box .value {
    font-size: 14px;
    gap: 10px;
  }

  .teak-pro-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
  }

  .teak-pro-icon i {
    font-size: 16px;
  }
}














/* ============================================teak project over view===================================================== */
/* ============================================teak project over view===================================================== */




.teak-over-view {
  background-color: #fff;
 font-family: 'Montserrat-Regular';
  color: #333;
  padding: 80px 0; 
}

.teak-over-title {
font-size: 28px;
    font-weight: 800;
    color: #0c2b4d;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    text-align: start;
    text-transform: uppercase;
}

.teak-over-para {
  max-width: 950px;
    margin: 0 auto;
    padding: 0 0px;
    color: #444;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.2px;
    text-align: justify;
}

.teak-over-img-wrap {
  padding: 14px;
  border-radius: 16px;
  background: linear-gradient(145deg, #f0f0f0, #ffffff);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.teak-over-img-wrap:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.teak-over-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.teak-over-img-wrap:hover .teak-over-img {
  transform: scale(1.02);
}




/* ===============================================Amenities Section=============================================================== */
/* ===============================================Amenities Section=============================================================== */

.amenities-title{

font-size: 28px;
    font-weight: 800;
    color: #0c2b4d;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    text-align: start;
    text-transform: uppercase;
     font-family: 'Montserrat-Regular';


}
.teak-amenities .row {
  display: flex;
  flex-wrap: wrap;
  font-family: 'Montserrat-Regular';
}

.teak-amenities .col-md-3 {
  display: flex;
}

.amenity-box {
  background-color: #fafafa;
  border-radius: 20px;
  padding: 30px 20px;
  margin: 15px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; /* centers horizontally */
  text-align: center; /* centers text */
  height: 280px;
  font-family: 'Montserrat-Regular';
}

.amenity-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.icon-circle {
  width: 60px;
  height: 60px;
  background-color: #0c2b4d;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #ffffff;
}

.amenity-box h4 {
  font-size: 16px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

.amenity-box p {
  font-size: 16px;
  color: #555;
  margin: 0;
}









/* =======================================================Teak form======================================================== */
/* =======================================================Teak form======================================================== */



.teak-form {
  padding: 40px 20px;
  background-color: #fff;
    font-family: 'Montserrat-Regular';
}

.teak-form-wrapper {
  max-width: 700px;
  margin: 0 auto;
}

.teak-form-title {
font-size: 28px;
    font-weight: 800;
    color: #0c2b4d;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
}

.teak-form-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.teak-form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.teak-form-input,
.teak-form-textarea {
  flex: 1;
  padding: 14px 20px;
  border: none;
  border-radius: 30px;
  background-color: #f3f3f3;
  font-size: 16px;
  color: #333;
}

.teak-form-input::placeholder,
.teak-form-textarea::placeholder {
  color: #999;
}

.teak-form-full {
  width: 100%;
}

.teak-form-textarea {
  height: 58px;
  resize: none;
}

.teak-form-center {
  justify-content: center;
}

.cont-frm-submit2 {
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #0c2b4d;
  color: #ffffff;
  font-family: 'Montserrat-Regular';
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: all 0.4s ease;
  box-shadow: 0 10px 20px rgba(12, 43, 77, 0.2);
  float: right;
}

.cont-frm-submit2:hover {
  background: linear-gradient(135deg, #0c2b4d, #19507a);
}

.cont-frm-submit2-icon {
  width: 32px;
  height: 32px;
  background-color: #fff;
  color: #0c2b4d;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.cont-frm-submit2:hover .cont-frm-submit2-icon {
  transform: translateX(5px);
}


@media (max-width: 576px) {
  .cont-frm-submit2 {
    width: 100%;
    justify-content: center;
  }

  .cont-frm-btn-wrap2 {
    justify-content: center;
  }
}





/* ======================================================Galllery Section===================================================== */
/* ======================================================Galllery Section===================================================== */


.gallery-section {
  background-color: #fff;
  padding: 60px 0;
   font-family: 'Montserrat-Regular';
}

.gallery-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 10px;
}

.gallery-title {
  font-size: 28px;
    font-weight: 800;
    color: #0c2b4d;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
}

.price-btn {
  background-color: #0c2b4d;
  color: #fff;
  padding: 10px 20px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s ease;
}

.price-btn:hover {
  background-color: #062033;
}

.gallery-box {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.06);
  transition: transform 0.3s ease;
}

.gallery-box:hover {
  transform: scale(1.02);
}

.gallery-box img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.gallery-form-teak {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.6);
}

.form-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
  text-align: center;
  position: relative;
}

.form-content h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #0c2b4d;
}

.form-content form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-content input {
  padding: 10px;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid #ccc;
  width: 100%;
}

.form-content button {
  background-color: #0c2b4d;
  color: #fff;
  padding: 10px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s ease;
}

.form-content button:hover {
  background-color: #062033;
}

.form-close {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #000;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}











/* ===============================================Loaction Section======================================================= */
/* ===============================================Loaction Section======================================================= */










.location-section {
  padding: 60px 0;
  background-color: #fff;
    font-family: 'Montserrat-Regular';
}

.location-title {
 font-size: 28px;
    font-weight: 800;
    color: #0c2b4d;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    text-align: start;
    text-transform: uppercase;
}

.location-box {
  background: #fff;
  border-radius: 16px;
  padding: 30px 25px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.05);
  border: 1px solid #eee;
}

.location-address h5 {
  font-size: 16px;
  font-weight: 600;
  color: #444;
  margin-bottom: 10px;
}

.location-address p {
  font-size: 16px;
  margin-bottom: 15px;
  color: #111;
  font-family: 'Montserrat-Regular';
}


.location-btn {
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #0c2b4d;
  color: #ffffff;
  font-family: 'Montserrat-Regular';
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: all 0.4s ease;
  box-shadow: 0 10px 20px rgba(12, 43, 77, 0.2);
  text-decoration: none;
}

.location-btn:hover {
  background: linear-gradient(135deg, #0c2b4d, #19507a);
}

.location-btn-icon {
  width: 32px;
  height: 32px;
  background-color: #fff;
  color: #0c2b4d;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.location-btn:hover .location-btn-icon {
  transform: translateX(5px);
}


.location-map iframe {
  border-radius: 10px;
  width: 100%;
  height: 450px;
  border: none;
}





/* ----------------------------------------------------------------------------------------------------------------------------- */

                                              /* Thanyou Page */ 
                                              /* Thanyou Page */

/* ----------------------------------------------------------------------------------------------------------------------------- */




.thankyou-section {

  background-color: #fdfcfb;
 
  font-family: 'Montserrat-Regular'; 

  padding: 100px 0;

  margin-top: -80px;

  position: relative;

  z-index: 2;

  border-radius: 80px; 
  
}



.thank{
  border: 1px solid rgb(16, 20, 77);
  border-radius: 20px;
  margin-top: 50px;
  height: auto;
}

.mgs h1{
  font-size: 50px;
   font-family: 'Montserrat-Regular';
  text-align: center;
  color: #0c2b4d;
  margin-top: 20px;
  font-weight: 800;

}
.mgs h1 i {
  font-size: 60px;
  color:  #198754;
  margin-right: 20px ;
  display: inline-block;  
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }

}
.mgs p{
  text-align: center;
   font-family: 'Montserrat-Regular';
}




.back-to{
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'Montserrat-Regular';
}

.back-to a{
  color: #0c2b4d;
  text-decoration: none;
  height: 50px;
  font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}
.back-to a i{
  font-size: 30px;
  margin-left: 20px;
  margin-right: 10px;
  
}






/* ----------------------------------------------------------------------------------------------------------------------------- */

                                              /* Bottom Section */ 
                                              /* Bottom Section */

/* ----------------------------------------------------------------------------------------------------------------------------- */



.bottom-section {
  position: relative;
  min-height: 90vh;
  padding: 32px 0;
  overflow: hidden;
  background-color: #000;
}


.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}


.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0; 
}

.heading-box {
  text-align: center;
  color: #fff;
  z-index: 2;
  position: relative;
  margin-bottom: 48px;
}

.bottom-heading {
  font-size: 64px;
  font-weight: bold;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
  font-family: 'Montserrat-Regular';
}

.bottom-subheading {
  font-size: 16px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
  font-family: 'Montserrat-Regular';
  margin-bottom: 32px;
}


 .info-box {
  background: #fff;
  border-radius: 32px;
  padding: 35px 50px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 3; 
  font-family: 'Montserrat-Regular';
  
} 
 



.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  flex-wrap: nowrap;
}


.footer-col {
  flex: 1;
  min-width: 250px;
}


.hr-vertical {
  width: 1px;
  background-color: #8b8080;
  height: auto;
  align-self: stretch;
}


.logo-imag {
  width: 155px;
  margin-bottom: 16px;
}


.bottom-description {
  font-size: 14px;
  color: #6c757d;
  margin-top: 32px;
}


.link-columns {
  display: flex;
  gap: 32px;
}

/* .bottom-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-weight: bold;
  font-size: 16px;
}

.bottom-list li {
  margin-bottom: 8px;
  font-family: 'Montserrat-Regular';
}

.bottom-list a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

.bottom-list a:hover {
  color: #0c2b4d; 
  text-decoration: none;
}
 */


.contact-text {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.contact-text span{
  font-size: 18px;
   
 font-family: 'Montserrat-Bold';

}

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

.contact-text a:hover {
  text-decoration: none;
}


.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.social-links a {
  text-decoration: none;
  color: #aaaaaa;
  font-size: 14px;
}


.footer-divider {
  margin-top: 32px;
  margin-bottom: 16px;
  border: none;
  border-top: 1px solid #ddd;
}


.footer-note {
  text-align: center;
  font-size: 13px;
  color: #6c757d;
  font-weight: 600;
}

.footer-note a {
  color: inherit;
  text-decoration: none;
}



@media (max-width: 768px) {
  
  .reasons-list{

    margin-top: 0px !important;

  }
  .info-box {
    padding: 1px;
    border-radius: 16px;
    margin: 0 -5px;
    min-height: 550px;
    
  }
  .bottom-heading{
    font-size: 45px;
  }

  
  .bottom-subheading {
    margin-bottom: 30px;
    font-size: 12px;

  
}

  
  .footer-row {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    align-items: flex-start;
   
  }

  
  .footer-col {
    flex: 1 1 45%;
    min-width: unset;
    
  }

  
  .hr-vertical {
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
    margin: 16px 0;
  }

  
 .logo-imag {
  width: 150px;
  margin: 0 auto 8px auto; 
  display: block; 
  margin-top: 32px;
}


  
 .bottom-description {
  font-size: 16px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  font-weight: bold;
}


  .bottom-list li,
  .contact-text,
  .social-links a {
    font-size: 12px;
    padding-left: 21px;
  }

 .contact-text {
  margin-bottom: 12px;
  text-align: left;
  font-size: 12px;
}



  
  .social-links {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 0;         
  margin: 17px;         
  gap: 16px;             
}

.social-links a {
  flex-shrink: 0;     
  white-space: nowrap;
  margin: 0;
  padding: 0;
  font-size: 10px;
  text-decoration: none;
  color: #aaaaaa;
}



  
  .footer-note {
    font-size: 12px;
    padding: 0 16px;
  }
}

.grecaptcha-badge{
  display: none !important;
} 








::selection{
  background-color: #0c2b4d;
  color:white;
}



::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-thumb {
  background: #918e8e;
  border-radius: 10px;
}

/* new section  */

.teak-meadows-section {
  padding: 60px 20px;
  /* background: #f8f9fa; */
  text-align: center;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.feature-item1 {
  /* background: #fff; */
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  display: flex;
  align-items: flex-start;
  gap: 15px;
  /* height: 150px; */
}

.feature-item1 i {
  font-size: 24px;
  color: #0c2b4d;
}

.feature-item1 p {
  font-size: 16px;
  /* text-align: left; */
  color: #555;
}

.reasons-list {
  /* list-style: none; */
  list-style-type: disc !important;
  /* padding: 0; */
  margin-top: 20px;
  padding-left: 25px !important;
  display: block !important;
}

.reasons-list li {
  font-size: 16px;
  margin-bottom: 30px;
  /* display: flex;
  align-items: center; */
}

.reasons-list i {
  color: #0c2b4d; 
  font-size: 26px;
  margin-right: 10px;
}

.teak-meadows-section {
  padding: 0px 0px 60px 0px;
  text-align: left;
}

