
.has-dropdownprojects {
    position: relative;
}

.has-dropdownprojects .sub-menuprojects {
    position: static;  
    background: #0f2942;
    min-width: 220px;
    display: none;
    list-style: none;
    padding: 0;
    margin-top: 5px;
}


.has-dropdownprojects .sub-menuprojects li a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
}

.has-dropdownprojects .sub-menuprojects li a:hover {
    background: #1c3d5a;
}


.has-dropdownprojects.active .sub-menuprojects {
    display: block;
}
.modal-box input[type="text"],
.modal-box input[type="email"],
.modal-box select,
.modal-box textarea {
    width: 100%;
    padding: 12px 14px;
    margin: 8px 0;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    background: #fff;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.modal-box input[type="text"]:focus,
.modal-box input[type="email"]:focus,
.modal-box select:focus,
.modal-box textarea:focus {
    border-color: #0f2942;
    box-shadow: 0 0 0 3px rgba(15, 41, 66, 0.12);
}

.modal-box textarea {
    min-height: 100px;
    resize: vertical;
}

.modal-box select {
    cursor: pointer;
    appearance: none;
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 40px;
}


.modal-box .form-grid {
    display: grid;
    gap: 6px;
}


.modal-box input::placeholder,
.modal-box textarea::placeholder {
    color: #999;
    font-size: 13px;
}
            .main-logo{
            width: 200px;
            display: flex;
            justify-content: center;
        }
           .modal-overlay{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    /* background: #0f2942; */
    display:none;
    justify-content:center;
    align-items:center;
    z-index:9999;
}

.modal-box{
    width: 420px;
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 20px 20px rgba(0,0,0,0.3);
    font-family: Arial, sans-serif;
}

.modal-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h2{
  
    color:#0f2942;
    margin:0;
}

.close-button{
    font-size:26px;
    right: auto;
    cursor:pointer;
    color:#0f2942;
}

.sub-text{
    font-size:14px;
    color:#ffffff;
    margin:10px 0 20px;
}

.phone-input{
    display:flex;
    border:1px solid #ddd;
    border-radius:8px;
    overflow:hidden;
    margin-bottom:15px;
}

.country-code{
    background:#eaf2ff;
    padding:10px;
    font-weight:bold;
    color:#0b2a6f;
}

.phone-input input{
    border:none;
    flex:1;
    padding:10px;
    outline:none;
}

.checks{
    font-size:13px;
    color:#444;
    display:flex;
    flex-direction:column;
    gap:8px;
}

.checks a{
    color:#1a73e8;
}

.submit-btn{
    width:100%;
    margin-top:15px;
    padding:12px;
    border:none;
    background: #0f2942;
    color:#fff;
    font-size:16px;
    border-radius:8px;
    cursor:pointer;
}

.submit-btn:hover{
    opacity:0.9;
}



    .globaltitle  {
/* text-shadow: 0 4px 10px rgba(0, 0, 0, 0.8);} */
text-shadow: 2px -6px 12px rgba(0, 0, 0, 0.9);
        }
       .hero-tag {
        font-weight: bolder;
text-shadow: 2px -6px 12px rgba(0, 0, 0, 0.9);
        }
        .hero-box {
    background: rgba(0,0,0,0.15);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(2px);

    padding: 30px;
    border-radius: 20px;
    color: #fff;
}
.site-header,
.cta-wrapper {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}
.cta-wrapper {
    position: fixed;
    bottom: 0px !important;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    display: flex;
    justify-content: center;
    z-index: 9999;
}
.playfair-display {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.cta-bar {
    background: #ffffff;
    padding: 4px;
    border-radius: 16px;
    display: flex;
    gap: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    backdrop-filter: blur(10px);
}


.cta-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    transition: 0.3s ease;
}

.call {
color:black;
border:1px solid black;
    background: linear-gradient(135deg, #ffffff, #ffffff);
}

.enquire {
    background: linear-gradient(135deg, #d4a373, #b08968);
}

.whatsapp {
    background: linear-gradient(135deg, #25D366, #1ebe5d);
}


.cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}


@media (max-width: 768px) {
    .cta-bar {
        width: 100%;
        justify-content: space-between;
    }

    .cta-btn span:not(.icon) {
        display: none;
    }

    .cta-btn {
        flex: 1;
        justify-content: center;
        padding: 14px 0;
        font-size: 18px;
    }
}
/* map */

#customMap {
  height: 500px;
  width: 100%;
  border-radius: 10px;
}
/* map */
/* NAVBAR */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.site-header {
    width: 100%;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 9999;
    border-bottom: 1px solid #eee;
    padding-top: 15px  !important;
      padding-bottom: 15px  !important;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
}

/* .logo img {
    height: 50px;
    width: auto;
} */
.logo img {
  height: 60px;
  width: auto;
}
.menu {
    margin-left: auto;
}

.nav-links {
    display: flex;
    gap: 30px;
    list-style: none;
}

.nav-links li a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    padding: 10px 5px;
}
.dropdown {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background: #fff;
    min-width: 200px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu li {
    position: relative;
}


.dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0;
}

.menu-toggle {
    display: none;
    font-size: 28px;
    cursor: pointer;
}

@media (max-width: 768px) {

    .menu-toggle {
        display: block;
    }

    .menu {
        position: absolute;
        top: 70px;
        right: 0;
        width: 100%;
        background: white;
        display: none;
    }

    .menu.active {
        display: block;
    }

    .nav-links {
        flex-direction: column;
        gap: 0;
    }

    .nav-links li {
        padding: 15px;
        border-bottom: 1px solid #eee;
    }

    .dropdown-menu {
        position: static;
        box-shadow: none;
    }
}
/* NAVBAR */




       .video-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
}

.video-modal iframe {
    margin-top: 20px;
    width: 100%;
    height: 100%;
}

.close-btn {
    position: absolute;
    top: 70px;
    right: 30px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}
        .map-container {
  width: 100%;
  height: 450px; 
}

.map-container iframe {
  width: 100%;
  height: 100%;
  display: block;
}
              .floating-buttons {
    position: fixed;
    right: 20px;
    bottom: 50px;
    display: flex;
  
    gap: 10px;
    z-index: 999;
}
.flip {
    transform: scaleX(-1);
}
/* 
.whatsapp-btn, .enquire-btn {
    background: #25D366;
    color: #fff;
    padding: 10px 15px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
}

.enquire-btn {
    background: #0f2942;
}
               .custom-check {
    color: #0f2942; 
    font-size: 18px;
} */
/* Common styles for buttons */
.floating-buttons {
    font-weight: 100;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9999;
}

.floating-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 50px;

    color: white;
}

.whatsapp-btn {
    background-color:#25D366;;
}

.enquire-btn {
  background:  #0f2942;
}

.desktop-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mobile-buttons {
    display: none; 
}

.mobile-buttons a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 0;
    font-size: 20px;
}


@media (max-width: 768px) {
    .desktop-buttons {
        display: none;
    }
    .mobile-buttons {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}
.custom-check::before {
    color:  #0f2942;
}

/* .dsn-icon {
    display: flex;
    align-items: center;
} */
   @media (max-width: 768px) {
    .floating-buttons {
        flex-direction: column;
    }
   }
   @media (max-width: 991px) {
  #hero_title1 .title {
        font-size: 50px;
    }
   }

   @media (max-width: 768px) {
    #hero_title1 .title { 
        padding-top: 30px;
        font-size: 27px;
    }
}
@media (max-width: 768px) {

.service_title,
.service_description p {
    color: black !important;
}

}
@media (max-width: 991px) {

.service_title,
.service_description p {
    color: black !important;
}

}
@media (max-width: 768px) {

.title1,
.desc1 p {
    color: rgb(255, 255, 255) !important;
}

}
.main-logo img {
  height: 80px;
  width: 100px;
}
.box-inform {
    background-color: #0f2942;
    color: white;
}

.box-inform a, 
.box-inform p, 
.box-inform h4 {
    color: white; 
}
    .points-container {

        margin-top: 10px;

  display: flex;

  flex-direction: column;

  gap: 15px;

}



.point-item {

  display: flex;

  align-items: center; 

  gap: 12px;

}



.check-icon {

  display: flex;

  align-items: center;

  justify-content: center;

  width: 24px;

  height: 24px;

  background-color: #0f2942; 

  color: #ffffff;
  border-radius: 50%;

  font-size: 14px;

}



.point-text {

  font-size: 18px;

  font-weight: 500;

  color: #333;



}

/* #site_menu_header {
    background-color: #ffffff !important;
    position: absolute; 
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
} */
#site_menu_header {
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 999;
}



.cover-bg-img {
    object-position: top;
}
 
#hero_content {
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
}

.intro-project {
    max-width: 900px;
    margin: auto;
}




.title {
    font-size: 58px;
    font-weight: 600;
    line-height: 1.2;
   
}


.subtitle-meta {
    font-size: 17px;
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
    margin-top: 20px;
}

.subtitle {
    font-size: 14px;
    color: #ffffff;
    margin-top: 10px;
    letter-spacing: 1px;
}

.dsn-normal-btn {
    /* justify-content: center !important; */
    margin-top: 30px;
}
.img-box-parallax {
    position: relative;
}

.img-box-parallax img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.glass-content {
    position: absolute;
    top: 50%;
    left: 60px; 
    transform: translateY(-50%);
    max-width: 500px;

    padding: 30px;

    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(16px);

    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);

    color: #fff;
    
}

.glass-content h3,
.glass-content h4,
.glass-content li {
    
    color: #fff;
}
  
.checkwchoose {
     color: #ffffff; 
    font-size: 18px;
  
    margin-right: 15px !important;
}
@media (max-width: 768px){
    .glass-content 
    {padding-bottom: 20px;}
}

