:root {
    --base-bodyfont: 'Helvetica Now', sans-serif;
    --base-bodyfont-Size: 16px;
    --base-bodyfont-color: #525252;
    --base-skin: #f6b600;
    --base-dark: #191e28;
    --base-dark-02: #191e28;
    --base-grey: #f1f6fa;
    --base-lightgrey: #f9f4f0;
    --base-white: #ffffff;
    --base-headingfont: 'Helvetica Now', sans-serif;
    --base-headingfont-color: #191e28;
}
::selection {
    background: #191e28;
    color: #fff;
    text-shadow: none;
}

/* .site-branding a.home-link img {
    margin-top: -10px;
} */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 100%;
}

.heroslider .swiper-button-prev:after,
.swiper-rtl .heroslider .swiper-button-next:after {
    content: 'prev';
    font-size: 20px;
    color: #fff;
}

.heroslider .swiper-button-next:after,
.swiper-rtl .heroslider .swiper-button-prev:after {
    content: 'next';
    font-size: 20px;
    color: #fff;
}

.heroslider .swiper-button-next,
.swiper-rtl .heroslider .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
    background: black;
    height: 48px;
    width: 48px;
    border-radius: 50%;
}

.heroslider .swiper-button-prev,
.swiper-rtl .heroslider .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
    background: black;
    height: 48px;
    width: 48px;
    border-radius: 50%;
}


.slider-content {
    position: relative;
    z-index: 2;
    height: 100vh;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 40px;
}

.slider-subtitle {
    font-size: 16px;
    color: #fff;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

.slide-text h1 {
    font-size: 60px;
    color: #fff;
    font-weight: 500;
    font-family:'Hevetica' sans-serif;
    line-height: 1.4;
    margin: 20px 0px;
    text-transform: capitalize;


}

.slide-text h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 500;
     font-family:'Hevetica' sans-serif;
    line-height: 1.3;
    margin: 20px 0px;
    text-transform: capitalize;


}

.slide-text p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}

.slide-text {
    text-align: left;
}

.slider-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.pro-title {
    font-size: 70px;
    font-weight: 800;
    color: #f6b600;
    margin-bottom: 15px;
}


/* .slide-image img {
     filter: drop-shadow(2px 3px 0px white); 
    
}*/


#site-header-menu .site-navigation ul.menu>li>a.arrow:after {
    position: absolute;
    content: "\f107" !important;
    font-family: "FontAwesome";
    font-size: 14px;
    margin-left: 4px;
    margin-top: 0px;
    font-weight: normal;
}

#site-header-menu .site-navigation ul.menu>li>a:after {
    position: absolute;
    content: "";
    font-family: "FontAwesome";
    font-size: 14px;
    margin-left: 4px;
    margin-top: 0px;
    font-weight: normal;
}

.section-title h2.title {
    font-weight: 500;
    font-size: 40px;
    line-height: 65px;
    margin-bottom: 20px;
     font-family:'Hevetica' sans-serif;
    text-transform: capitalize;
    color: #383838;
}

.section-title h2.title.style1 {
    font-weight: 400;
    font-size: 52px;
    line-height: 69px;
    margin-bottom: 25px;
}

.fetu {
    text-align: center;
}

.fetu img {
    margin-bottom: 15px;
}

.prt-fid.inside.style1,
.prt-fid-title.style1 {
    padding: 30px;
    height: 100%;
    box-shadow: 0px 5px 0px #f6b600;
}

.col-bg-img-two.prt-col-bgimage-yes>.prt-col-wrapper-bg-layer {
    background-image: url(../images/tarleimg/bgimg.jpg);
    background-repeat: no-repeat;
}



/* Gallery Grid */
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
    /* padding: 20px; */
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.5s linear;
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    transition: all linear 0.5s;
}

/* Hover Effect: Brightness + Overlay */
.gallery-item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    left: 0;
    top: 0;
    opacity: 0;
    transform: translate(0, 0);
    transition: all 0.5s linear;
}

.gallery-item:hover img {
    filter: brightness(130%);
}

.gallery-item:hover::before {
    opacity: 1;
    transform: translate(6px, 6px);
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content {
    position: relative;
    max-width: 500px;
    max-height: 100%;
}

.modal-content img {
    width: 500px;
    height: 500px;
    border-radius: 8px;
    text-align: justify;
}

.close-btn {  position: absolute;
    top: 11px;
    right: 7px;
    background: #FFC107;
    color: #333;
    border: none;
    font-size: 26px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    /* transform: translateY(-50%); */
    padding: 10px;
}

.galleryy {
    background-color: #f5fcfc;
    padding: 120px 0px !important;
}


.comment-form input, .comment-form textarea, .comment-form select, .comment-form label, .comment-form button {border-radius: 10px;
    vertical-align: middle; color: #000; width: 100%;  padding: 12px 15px; font-weight: 400; background-color: var(--base-lightgrey); text-transform: inherit; border: 1px solid transparent; font-size: 14px; line-height: inherit;}
.comment-form select { color: #838383;}
.vision-mission { padding: 80px 0px;}
.vision-mission .vmcontent { padding: 20px; border: 1px solid #d7d7d7; border-radius: 10px; background-color: #f1efef; height: 100%;}
.vision-mission .vision { margin-top: 40px;}
.vision-mission .vmcontent img { width: 60px;}
.vision-mission .vmcontent h3 { font-size: 25px; font-weight: 600; margin-top: 15px; margin-bottom: 10px; color: #f6b600;}
.vision-mission .vmcontent p { font-size: 18px; color: #000; line-height: 1.6; margin-bottom: 0px;}
.tab-img { width: 100%; height: auto;}
.tan-img img { width:80%; height: auto;}
.tab-clickimg { width: 100%; height: auto;}
.tab-clickimg img { width: 60px; height: 60px; border-radius: 50%; border: 2px solid #ffffff; transition: all linear 0.5s;}
.prt-tabs.prt-tab-style-02 { height: 100%!important;}
.tablecontetn table th {  font-weight: 500; text-transform: uppercase; }




@media (max-width: 600px) {
    .gallery {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    }
}

@media screen and (max-width:767px) {

    .pro-title {
        font-size: 45px;
    }

    .modal-content {
        position: relative;
        max-width: 100%;
        max-height: 100%;
    }

    .modal-content img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        text-align: justify;
    }


    .gallery {
        display: grid;
        gap: 15px;
        /* padding: 20px; */
    }

    .slide-text h1,
    .slide-text h2 {
        font-size: 26px;
    }

    .slide-text p {
        font-size: 16px;
    }

    .slider-content {
        width: auto;

    }

    .site-branding a.home-link img {
        /* margin-top: -10px; */
        width: 120px !important;
    }

    .section-title h2.title {
        font-size: 26px;
        line-height: 1.3;
    }

    .section-title h2.title.style1 {
        font-size: 30px;
        line-height: 1.3;
    }
}



/* Dropdown menu (base) */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%; /* below parent */
  left: 0;
  margin-top: 8px;
  min-width: 200px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  padding: 6px 0;
  z-index: 9999;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.25s ease;
   

}

/* Show dropdown only when hovering on .dropdown */
.dropdown:hover > .dropdown-menu {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* Dropdown link styles */
.dropdown-menu li a {
  display: block;
  padding: 10px 14px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.2s ease, color 0.2s ease;
   
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  background: #f6b600;
  color: #fff;
  border-radius: 6px;
  outline: none;
}

/* Arrow after Products text */
.arrow::after {
  content: " ▾";
  font-size: 0.85em;
}

/* Style for nested (right side) dropdown */
.dropdown-menu > li.dropend {
  position: relative;
}

.dropdown-menu .sub-dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 8px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  padding: 6px 0;
  min-width: 200px;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.25s ease;
  pointer-events: none; /* prevents accidental hover */
   
}

/* Show sub dropdown on hover of parent */
.dropdown-menu li.dropend:hover > .sub-dropdown {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

/* Optional hover arrow styling */
.dropend > a::after {
   
  float: right;
  font-size: 0.85em;
  color: #999;
}

/* Mobile-friendly layout */
@media (max-width: 720px) {
  .menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .dropdown-menu {
    position: static;
    margin-top: 6px;
    box-shadow: none;
    opacity: 1 ;
    transform: none;
  }
  .dropdown-menu .sub-dropdown {
    position: static;
    margin-left: 0;
    box-shadow: none;
    opacity: 1 ;
    transform: none;
    pointer-events: auto;
  }
}

/* team section */
  .team-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 35px 25px 30px;
    margin:30px 0px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

/* Image Wrapper */
.team-card__image {
    width: 250px;
    height: 250px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #f6b600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s ease;
}

.team-card:hover .team-card__image {
    transform: scale(1.05);
}

/* Image */
.team-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Content */
.team-card {
    position: relative;
}
.team-card__content {
    position: absolute;
    bottom: -40px;          /* keeps content inside the card */
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 80px);
    text-align: center;
    background: #ffffff;
    padding: 15px 10px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    z-index: 3;
}
 
.team-card__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
}

.team-card__title a {
    color: #191e28;
    text-decoration: none;
    transition: color 0.3s ease;
}

.team-card:hover .team-card__title a {
    color: #f6b600;
}

.team-card__designation {
    font-size: 15px;
    color: #6b7280;
    margin: 0;
}

/* team section  end*/

.SLM-font{
    font-family: 'Trebuchet MS Italic', serif;
       font-weight: 600;
       font-style: italic;
       font-display: swap;
       color:#f6b600;
       
}

.fw-bold {
    font-weight: 550 !important;
}

#towhatsapp {
  position: fixed;
  left: 20px;
  bottom: 25px;
  width: 50px;
  height: 50px;
  background: #08c14d;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  z-index: 999;
  font-size: 30px;
  transition: all 0.3s ease;
}

#towhatsapp:hover {
  transform: scale(1.15);
  box-shadow: 0 10px 25px rgba(8, 193, 77, 0.45);
}
@keyframes whatsapp-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(8, 193, 77, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(8, 193, 77, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(8, 193, 77, 0);
  }
}

#towhatsapp {
  animation: whatsapp-pulse 2s infinite;
}

/** Container and Background */
.luxury-contact {
    padding: 60px 20px;
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.50)), 
                url('../images/bg-image/form-backgorund-imag-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
}

.luxury-container {
    max-width: 1200px;
    margin: 0 auto;
}

.luxury-header h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    line-height: 1.1;
}

.luxury-header .subtitle {
 
        margin-bottom: 50px;
    opacity: 0.8;
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    font-family: "Rockwell", serif;
}

/* Content Grid */
.luxury-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

/* Info Side Styles */
.luxury-info h4 {
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    color: #f6b600; /* Icon/Accent Color used here */
}

.info-row {
    display: flex;
  
    margin-bottom: 40px;
}

.info-col p, .info-col li a {
    font-size: 15px;
    opacity: 0.9;
    line-height: 1.8;
}
.info-col p a{
    color:#fff;
}
.social-links {
    list-style: none;
    padding: 0;
}

.time {
    margin-top: 10px;
    font-size: 0.8rem !important;
    opacity: 0.6 !important;
    color: #f7f7f7;
}

/* Form Card Styles */
.luxury-form-card {
    background: rgba(255, 255, 255, 0.95);
    padding: 40px;
    border-radius: 20px;
    color: #333;
}

.luxury-form-card h3 {
    margin-bottom: 10px;
    font-size: 1.5rem;
}

.luxury-form-card p {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 25px;
}

.form-row {
    display: flex;
    
}

input[type="text"], 
input[type="email"], 
textarea {
    width: 100%;
    padding: 12px 18px;
  
    border: 1px solid #ddd;
    border-radius: 25px; /* Rounded look from image */
    background: white;
    outline: none;
}

/* Inquiry Chips */
.inquiry-type label {
    display: block;
    font-size: 0.8rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.chip {
    padding: 6px 18px;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 0.8rem;
    cursor: pointer;
    transition: 0.3s;
}

.chip:hover, .chip.active {
    border-color: #f6b600;
    color: #f6b600;
}

/* Submit Button */
.luxury-submit {
    width: 100%;
    background: #f6b600;
    color: white;
    padding: 15px;
    border: none;
    border-radius: 30px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
    transition: 0.3s;
}

.luxury-submit:hover {
    background: #d49d00;
    box-shadow: 0 5px 15px rgba(246, 182, 0, 0.3);
}

.checkbox-group {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.75rem;
    margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 992px) {
    .luxury-content-grid {
        grid-template-columns: 1fr;
    }
    .luxury-header h1 {
        font-size: 2.2rem;
    }
}


/* download broucher */

.footer-p-4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #191e28;
    padding: 30px 40px;
    border-radius: 12px;
    height:100%;
}

.footer-p-4-left,
.footer-p-4-right {
   flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
 
}

.footer-p-4-left img,
.footer-p-4-right img {
    width: 50px;
    height: auto;
    padding: 15px 0px;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

/* Hover Effect */
.footer-p-4-left:hover img,
.footer-p-4-right:hover img {
    transform: scale(1.15) translateZ(0);
}

.footer-p-4 h3 {
    font-size: 20px;
    margin: 0;
    color: #ffffff;
    font-weight: 600;
    transition: color 0.3s ease;
}

.footer-p-4 p {
    margin: 4px 0 0;
    font-size: 14px;
    color: #d1d5db;
}

.footer-p-4 a {
    display: flex;
    align-items: center;
     
    text-decoration: none;
}

.footer-p-4 a:hover h3 {
    color: #f6b600;
}

/* Divider Effect */
.footer-p-4::after {
    content: "";
    width: 1px;
    height: 60%;
    /* background-color: rgba(246, 182, 0, 0.3); */
    position: absolute;
    left: 50%;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .footer-p-4 {
        flex-direction: column;
        text-align: center;
    }

    .footer-p-4::after {
        display: none;
    }

    .footer-p-4-left,
    .footer-p-4-right {
        justify-content: center;
    }
}

/* End of download broucher */

.contact-padding {
    padding:150px 0px;
}
@media (max-width: 767px) {
  
.contact-padding{
    padding:50px 0px;
}
 
}

.SLM-black{
        font-family: 'Trebuchet MS Italic', serif;
    font-weight: 600;
    font-style: italic;
    color: #191e28;
}
.company-rockwell{
        font-family: 'Rockwell', serif;
    font-weight: 500;    
    color: #191e28;
}
@media (max-width: 1025px) {
  
.d-none-md {
    display:none !important;
}
 .bg-191e28 {
    background: transparent !important;
}
 
}
 .br-8 {
    border-radius:8px !important;
 }
@media (min-width: 1026px) {
 .bg-191e28 {
    background: #191e28 !important;
 }
}
 .py-90{
    padding:90px 0px;
 }
 .fs-30{
    font-size:30px;
 }
.br-10{
    border-radius: 10px;
}
.br-8{
    border-radius: 8px;
}