/********** Template CSS **********/
:root {
    --primary: #FF5E14;
    --secondary: #5F656F;
    --light: #F5F5F5;
    --dark: #02245B;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
h6,
.h5,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
    color: #15b5ff !important;
}

.fw-semi-bold-2 {
    font-weight: 500 !important;
    color: #c97a67 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


.topbar-right {
    position: relative;
    background: #885245;
}

.topbar-right::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 100%;
    top: 0;
    left: -15px;
    transform: skewX(-30deg);
    background-color: #aa6656;
    /* border-right: 1px solid #ffffff; */
    /* border-left: 1px solid #ffffff; */
}


/*** Navbar ***/



.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand {
    position: relative;
    padding-right: 50px;
    height: 90px;
    display: flex;
    align-items: center;
    background: #ffe8e7;
    
}

@media (max-width: 768px) { /* Responsive breakpoint */
    .navbar .navbar-brand {
        padding-right: 33px;
        height: 77px !important;
       
    }
}

.navbar .navbar-brand::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 100%;
    top: 0;
    right: -25px;
    transform: skewX(-30deg);
    background-color: #fff4f4;
}

@media (max-width: 768px) { /* Responsive breakpoint */
    .navbar .navbar-brand::after {
         transform: skewX(0deg);
         display: none !important;
        
    }
}

@media (max-width: 768px) { /* Responsive breakpoint */
    .toggle-adjust {
         padding-right: 1.2rem !important;
         background-color: #ffe8e7 !important;
        
    }
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 20px 0;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

@media (max-width: 768px) { /* Responsive breakpoint */
   .navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 20px 0;
    color: #000000 !important;
    font-size: 18px;
    font-weight: 500;
    outline: none;
}
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #cc6763;
}

@media (max-width: 768px) { /* Responsive breakpoint */
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #895142 !important;
}
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
    
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        /* border-top: 1px solid #000000; */
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/

@media (max-width: 768px) {
    .logo-align  {
       padding-left: 0rem !important;
       height: 50px !important;
}

.header-logo-size
{
    height: 66px !important;
}
    }


.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    /* background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(2, 36, 91, 0) 100%); */
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: rgb(14, 14, 14);
    border: 15px solid rgb(14, 14, 14);
    border-radius: 3.5rem;
}

@media (max-width: 768px) {
   .carousel-control-prev-icon,
   .carousel-control-next-icon {
    width: 1.3rem !important;
    height: 1.3rem !important;
    background-color: rgb(0, 0, 0);
    border: 5px solid rgb(0, 0, 0) !important;
    border-radius: 3.5rem;
    margin-top: 50px;
}
}

@media (min-width: 577px) and (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 120px; /* Tablet height */
    }

    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.0) 0%, rgba(2, 36, 91, 0) 100%),
    url(../img/breadcrumb.jpg) center top -140px no-repeat;

    background-size: cover;
}

@media (max-width: 768px) {
    .page-header {
    background: linear-gradient(to right, rgba(2, 36, 91, 0.0) 0%, rgba(2, 36, 91, 0) 100%),
    url(../img/breadcrumb.jpg) center top 0px no-repeat;

    background-size: cover;
}
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #000;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: #000;
}


/*** Facts ***/
.facts {
    position: relative;
    margin: 6rem 0;
    background: var(--dark);
}

.facts .border {
    border-color: rgba(255, 255, 255, .1) !important;
}


/*** Features ***/
.btn-play {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--primary);
}

@media (max-width: 992px) {
    .btn-play {
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
    }
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: var(--primary);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: var(--primary);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid #FFFFFF;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}









/*** Project ***/
.project-carousel {
    position: relative;
    background: var(--dark);
}

.project-item {
    position: relative;
    display: block;
    padding: 2px;
}

.project-item img {
    transition: .5s;
}

.project-item:hover img,
.project-carousel .owl-item.center img {
    margin-top: -60px;

}

.project-item .project-title {
    position: absolute;
    padding: 0 15px;
    width: 100%;
    height: 80px;
    bottom: -110px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--dark);
    transition: .5s;
}

.project-item:hover .project-title,
.project-carousel .owl-item.center .project-title  {
    bottom: -60px;
}

.project-item .project-title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 30px;
    top: -15px;
    left: 0;
    transform: skewY(-5deg);
    background: var(--dark);
    transition: .5s;
}

.project-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 45px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    transition: .5s;
    opacity: 0;
    z-index: 1;
}

.project-carousel:hover .owl-nav {
    opacity: 1;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 30px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}


/*** Team ***/
.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    display: flex;
    align-items: center;
    background: var(--primary);
    transition: .5s;
}

.team-item:hover .team-social {
    left: 0;
}




/*** Footer ***/
.footer {
    color: #B0B9AE;
    
}
.social-color
{
    background-color: #c97a67 !important;
}

.company-footer
{
    color: #ffffff !important;
}


.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}
.footer-icon
{
    color: #ffffff;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    color: #ffffff;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 0.3px;
    box-shadow: none;
}

.copyright {
    color: #B0B9AE;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.hymac-subtitle
{
    font-size: 20px;
    font-weight: 600;
    margin-top: -20px;
}
.intro-para
{
    text-align: justify;
}

@media (max-width: 786px) {
    .intro-para {
        text-align: left;
    }
}
.establishment
{
    font-size: 30px;
    
}
.offer-heading
{
    font-size: 22px;
    margin-top: 100px;
}
.offer-para
{
    margin-top: 80px;
}

/* Commitments Section */
.commitments-section {
    position: relative;
    width: 100%;
    background-image: url('../img/background.webp'); /* Add your background */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'Rubik', sans-serif;
    background-attachment: fixed; 
    margin-bottom: -50px;
}

.commitments-section .overlay {
    background: rgba(0,0,0,0.3);
    width: 100%;
    /* padding: 0px 0; */
}

/* Heading */
.commitments-heading {
    font-size: 3rem;
    font-weight: 700;
    color: #ffcc00;
    margin-bottom: 10px;
}

.heading-line {
    width: 80px;
    height: 4px;
    background-color: #ffcc00;
    margin: 0 auto;
    border-radius: 2px;
}

/* Commitment Items */
.commitment-item {
    background: rgba(255, 255, 255, 0.07);
    padding: 40px 20px;
    border-radius: 15px;
    backdrop-filter: blur(3px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    /* border: 1px solid #ffcc00; */
}

.commitment-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}

.commitment-item .icon {
    font-size: 3rem;
    color: #ffcc00;
    margin-bottom: 20px;
}

.commitment-item p {
    color: #fff;
    font-size: 1.05rem;
    line-height: 1.8;
}

/* Responsive */
@media (max-width: 992px) {
    .commitments-heading {
        font-size: 2.5rem;
    }
    .commitment-item {
        padding: 30px 15px;
    }
}

.bg-dark-2
{
    background-color: #ffffff;
    margin-top: -40px !important;
}
.text-white-2
{
    color: #02245b;
}

.footer-logo-section {
    text-align: left; 
}
.footer-logo {
    /* margin-left: -15px; */
    max-width: 260px;  
    height: auto;      
    margin-bottom: 5px; 
    transition: transform 0.3s ease, opacity 0.3s ease;
    border-radius: 6px;
}
@media (max-width: 768px) {
    .footer-logo-section {
        text-align: left;
    }

    .footer-logo {
        display: block;
        margin-bottom: 10px;
    }
}
.footer-para
{
    text-align: left;
    margin-top: 10px !important;
}
.leading
{
    font-size: 15.5px;
}

/* Mission & Vision Cards */
.mission-vision-card {
    background: #fff; /* White card */
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); /* Soft premium shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 4px solid orangered !important;
}

.mission-vision-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

/* Icon circle */
.mission-vision-card .icon {
    width: 70px;
    height: 70px;
    background: #e9f2ff; /* Light primary circle */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto;
}

/* Card Heading */
.mission-vision-card h5 {
    font-size: 1.5rem;
}

/* Paragraph styling */
.mission-vision-card .intro-para {
    font-size: 1rem;
    line-height: 1.6;
    color: #495057;
}

/* Responsive gap for smaller screens */
@media (max-width: 991px) {
    .mission-vision-card {
        margin: 0 auto;
    }
}


.bg-light-premium {
    background-color: #ffffff;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

/* Center Image */
.image-center {
    max-width: 300px;
    height: 250px;
    border-radius: 12px;
    animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px); /* Move up */
    }
}


.image-center:hover {
    transform: scale(1.05);
}

/* Feature List */
.feature-item {
    gap: 1rem;
}

.feature-icon {
    color: #ff5e14;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.feature-item:hover .feature-icon {
    transform: scale(1.2);
}

.feature-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #495057;
}

.feature-divider {
    border: none;           /* Remove default border */
    height: 2px !important;            /* Line thickness */
    margin: 1rem 0;         /* Top & bottom spacing */
    background: linear-gradient(to right, #fc7100, #ffffff); /* Gray → White gradient */
}

@media (max-width: 991px) {
    .content-split-row {
        flex-direction: column !important;
    }

    .image-center {
        margin: 2rem auto;
        max-width: 200px;
    }

    .features-column {
        margin-bottom: 2rem;
    }
}

.sky-high
{
    color: #383838;
}





/* operational detail section start */
.hymac-metrics-section {
    background-color: #f8f9fa;
    margin-bottom: -50px;
    
}

/* Table wrapper */
.hymac-metrics-table-wrap {
    margin-top: 30px;
}

/* Table styling */
.hymac-metrics-table {
    background-color: #ffffff;
    /* border-radius: 12px; */
    overflow: hidden;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.06);
   
}

.hymac-metrics-table th,
.hymac-metrics-table td {
    padding: 16px 18px;
    vertical-align: middle;
}

/* Left column */
.hymac-metrics-table th {
    width: 35%;
    background: #05214f;
    color: #ffffff;
    font-weight: 600;
    border: none;
}

/* Right column */
.hymac-metrics-table td {
    color: #333333;
    font-weight: 500;
    
    
}

/* Row separation */
.hymac-metrics-table tr:not(:last-child) th,
.hymac-metrics-table tr:not(:last-child) td {
    border-bottom: 1px solid #e6e6e6;
}

/* Mobile optimization */
@media (max-width: 767px) {
    .hymac-metrics-table th {
        width: 45%;
        font-size: 14px;
    }

    .hymac-metrics-table td {
        font-size: 14px;
    }
}

/* Section Background */
.hymac-reliability-section {
    background-color: #f0f4f8;
}

/* Card styling */
.hymac-reliability-card {
    background-color: #ffffff;
    border-radius: 14px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease-in-out;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center; /* center on mobile */
    text-align: center;
}

@media (min-width: 992px) {
    .hymac-reliability-card {
        align-items: flex-start; /* left align on desktop */
        text-align: left;
    }
}

/* Icon Circle */
.hymac-reliability-icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #e7f1ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
}

.hymac-reliability-icon-circle i {
    color: #0b5ed7;
    font-size: 28px;
}

/* Hover Effect */
.hymac-reliability-card:hover .hymac-reliability-icon-circle {
    background-color: #0b5ed7;
}

.hymac-reliability-card:hover .hymac-reliability-icon-circle i {
    color: #ffffff;
    transform: scale(1.2);
}

/* Card Title */
.hymac-reliability-title {
    color: #0b5ed7;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 8px;
}

/* Card Text */
.hymac-reliability-text {
    color: #555555;
    font-size: 15px;
    line-height: 1.6;
}

/* Responsive tweaks */
@media (max-width: 767px) {
    .hymac-reliability-title {
        font-size: 18px;
    }

    .hymac-reliability-text {
        font-size: 14px;
    }
}




.hymac-contact-modern {
    background: #ffffff;
    padding-top: 60px !important;
    padding-bottom: 0px !important;
}

/* Card Styling */
.contact-card-modern {
    background: rgba(255,255,255,0.95);
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 25px 20px;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid #ff5e14;
}
.circle-background {
    background: linear-gradient(135deg, #00ccff, #0066ff) !important;
}

.contact-icon
{
    color: #ffffff !important;
    font-size: 25px !important;
}
.contact-card-modern:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 38px rgba(0,0,0,0.15);
}

/* Icon */
.contact-icon {
    font-size: 38px;
    color: #ff5e14;
    transition: transform 0.3s ease, color 0.3s ease;
}

.contact-card-modern:hover .contact-icon {
    color: #4dabf7;
    transform: scale(1.2);
}

/* Title */
.card-title-modern {
    font-size: 20px;
    font-weight: 700;
    color: #0b5ed7;
    margin-bottom: 6px;
}

/* Text */
.card-text-modern {
    font-size: 15px;
    color: #555;
    line-height: 1.4;
}

/* Buttons */
.contact-card-modern .btn {
    font-size: 13px;
    padding: 4px 12px;
    border-radius: 8px;
}

/* Responsive */
@media(max-width:991px){
    .contact-card-modern { min-height: auto; }
}

@media(max-width:575px){
    .contact-card-modern { text-align: center; }
}

/* Mobile & Tablet */
@media (max-width: 768px) {
    .about-img {
        margin-top: -30px; /* value adjust kar sakte ho */
    }
}

/* Tablet & Mobile */
@media (max-width: 786px) {
    .about-right {
        margin-top: -40px; /* value apne design ke hisaab se adjust karo */
    }
}
.footer {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 100%), url(../img/footer-background.jpg) center center no-repeat;
    background-size: cover;
    margin-top: -20px !important;
}
.copyright {
    background-color: #000000 !important;
}

/* gallery section start */

.gallery-section {
    margin-top: -20px;
}
.gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.5);
  color: #fff;
  text-align: center;
  padding: 5px 0;
  font-size: 0.9rem;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.gallery-card {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
}
.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.gallery-card:hover .gallery-img {
  transform: scale(1.08);
}
/* gallery section end */



.header-top
{
    background-color: #b97a6b !important;
}





/* ===== About Section New Design ===== */

.about-section-new {
    /* Background image */
    background-color: #ffffff;
    position: relative;
    /* margin-bottom: 50px; */
    margin-top: 0px;
}

@media(max-width:768px)
{
    .about-section-new {
    
    background-color: #ffffff;
    position: relative;
    /* margin-bottom: -50px !important; */
    /* margin-top: -50px !important; */
}
}

.about-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    /* height: 600px; */
   
    
}



.image-overlay {
    position: absolute;
    inset: 0;
    /* background: linear-gradient(45deg, rgba(0,0,0,0.2), transparent); */
    border-radius: 15px;
    /* box-shadow: 0 10px 25px rgba(0,0,0,0.3) !important; */
    
    
}

.about-content-new {
    padding-left: 10px;
}

.about-tagline {
    color: #b97263 !important;
    font-weight: 300 !important;
    margin-bottom: 15px;
}

.about-description {
    color: #2b2b2b !important;
    line-height: 1.7 !important;
    margin-bottom: 15px;
    text-align: justify;
    font-weight: 500;
    font-size: 16px;
}

@media (max-width: 768px) {
    .about-description {
        text-align: left;       
    }
}

/* Highlight Box */
.about-highlight-box {
    display: flex;
    flex-wrap: wrap;          /* Wrap on smaller screens */
    gap: 30px;
    align-items: center;
    /* justify-content: space-between; */
    margin-top: 25px;
    background: #ffffff;
    padding: 20px 15px;       /* Proper padding */
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    border: 1px solid rgb(224, 224, 224);
}




.highlight-year {
    text-align: center;
    color: #ffffff;
    padding: 15px 20px;
    /* border-radius: 10px; */
    font-size: 1rem;
    font-weight: 600;
    /* border: 3px solid #ff651f; */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), url(../img/navy-blue.webp) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
}






.highlight-year h2 {
    font-size: 48px; /* Bigger number */
    margin: 0 0 10px 0;
    color: #ffffff !important;
}


.highlight-features p {
    margin-bottom: 8px;
    font-weight: 500;
}
.about-image-wrapper {
    transition: transform 0.4s ease;
}
.about-image-wrapper:hover {
    transform: scale(1.03);
}

@media (max-width: 991px) {
    .about-highlight-box {
        flex-direction: column; /* Stack vertically */
        text-align: left !important;       /* Section text left */
    }

    .about-highlight-box .highlight-year
    {
         flex: unset;
        text-align: center !important;  
    }


    .about-highlight-box .highlight-features {
        flex: unset;
        text-align: left !important;       /* Left align */
    }

    .about-highlight-box .highlight-features p {
        justify-content: flex-start; /* Left align icons and text */
    }
}

.highlight-features i {
    color: #02245b;
    margin-right: 8px;
}

/* Contact */
.about-contact-row {
    display: flex;
    gap: 20px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.contact-box-new {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #ffffff;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    transition: 0.3s;
}

.contact-box-new:hover {
    transform: translateY(-5px);
}

.contact-box-new i {
    font-size: 20px;
    color: #0d6efd;
}
.we-are-ready
{
    font-size: 18px;
}

/* ===== Responsive ===== */



@media (max-width: 991px) {
    .about-highlight-box {
        flex-direction: column;
        text-align: center;
    }

    .about-contact-row {
        flex-direction: column;
    }

    .about-content-new {
        padding-left: 0;
        margin-top: 30px;
    }
}





/* HYMAC Contact Section */
.hymac-contact-section {
    background: #f8f9fa;
    margin-top: 50px;
    /* padding-top: 100px !important; */
    margin-bottom: -50px;
}

/* Cards */
.hymac-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; /* Equal height cards */
}

.hymac-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

/* Icons */
.hymac-icon {
    font-size: 40px;
    color: #ff5e14;
    margin-bottom: 15px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.hymac-card:hover .hymac-icon {
    color: #ff5e57;
    transform: scale(1.2);
}

/* Card Titles */
.hymac-card h5 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #333;
}

/* Card Text */
.hymac-card p {
    color: #555;
    margin-bottom: 5px;
    font-size: 16px;
}

/* CTA Button */
.hymac-btn-primary {
    background: #ff5e14;
    border: none;
    padding: 12px 30px;
    font-size: 18px;
    border-radius: 50px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hymac-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .hymac-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .hymac-card h5 {
        font-size: 18px;
    }

    .hymac-card p {
        font-size: 14px;
    }

    .hymac-icon {
        font-size: 35px;
    }
}


.smart-slide-image
{
    border-radius: 20px !important;
    margin-top: 50px !important;
}

@media (max-width: 768px) {
    .smart-slide-image {
        margin-top: 0px !important;
    }
}



/* ===============================
   commitment Section start
=================================*/

.commitment-bg-section {
    position: relative;
    background: url('../img/background.webp') center center/cover no-repeat;
    z-index: 1;
    padding-top: 100px;   /* Section ko thoda niche kiya */
    padding-bottom: 80px;
    background-attachment: fixed; 
    margin-bottom: -50px;
}

.commitment-bg-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

/* ===============================
   Heading Style
=================================*/

.commitment-heading-light p {
    color: #0d6efd;
}

/* ===============================
   Thread Wrapper
=================================*/

.commitment-thread-wrapper-new {
    position: relative;
    max-width: 900px;
    margin: 0px auto 0;   /* heading ke niche gap */
}

/* ===============================
   Thread Item
=================================*/

.commitment-thread-item-new {
    position: relative;
    padding-left: 120px;
    margin-bottom: 50px;
}

/* ===============================
   Icon (Thread Center Point)
=================================*/

.commitment-thread-icon {
    position: absolute;
    left: 50px;
    transform: translateX(-50%);
    top: 0;
    width: 55px;
    height: 55px;
    background: #ecc412;
    color: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    box-shadow: 0 0 50px #000000;
    z-index: 2;
    margin-top: 50px;
}



/* ===============================
   Thread Line (Connected to Icon)
=================================*/

.commitment-thread-item-new:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50px;
    transform: translateX(-50%);
    top: 110px;   /* exactly icon ke niche se start */
    width: 3px;
    height: calc(100% - 15px);
    background: linear-gradient(to bottom, #fdd10d, #ff9114);
}

@media (max-width: 768px) {
    .commitment-thread-item-new:not(:last-child)::after  {
        top: 120px; 
    }
}

/* ===============================
   Content Card
=================================*/

.commitment-thread-content-new {
    background: rgba(255, 255, 255, 0.144);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.9);
    transition: 0.3s ease;
    border: 1px solid yellow;
  
}

.commitment-thread-content-new h5 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #ffffff;
}

.commitment-thread-content-new p {
    margin: 0;
    color: #ffffff;
}

.commitment-thread-content-new:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.9);
}

/* ===============================
   Responsive
=================================*/

@media (max-width: 768px) {

    .commitment-thread-wrapper-new {
        margin-top: 40px;
    }

    .commitment-thread-item-new {
        padding-left: 80px;
        margin-bottom: 70px;
    }

    .commitment-thread-icon {
        left: 30px;
    }

    .commitment-thread-item-new:not(:last-child)::after {
        left: 30px;
    }
}


/* Mission & Vision Cards */

.mission-vision-section
{
    /* margin-bottom: 30px; */
    background-color: #f0f0f0;
    padding-bottom: 50px !important;
}
.mission-vision-wrapper .card-mv {
    position: relative;
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
    padding: 2rem 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    overflow: hidden;
    height: 100%;
 
    border: 2px solid #ff0000;

}

/* Smooth top-bottom border using pseudo-element */
.card-mv::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0%;
    height: 2px;
    /* background: #ff5e14; */
    transition: all 0.5s ease;
    /* transform: translateX(-50%); */
    
}
.card-mv:hover::after {
    width: 100%;
}

/* Optional bottom border slide from left to right */
.card-mv::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 2px;
    /* background: #ff5e14; */
    transition: all 0.5s ease;
    /* transform: translateX(-50%); */
}
.card-mv:hover::before {
    width: 100%;
}

/* Icon styling */
.icon-mv i {
    transition: transform 0.3s ease, color 0.3s ease;
}
.card-mv:hover .icon-mv i {
    transform: scale(1.2);
    color: #0a58ca;
}

/* Responsive */
@media (max-width: 768px) {
    .mission-vision-wrapper .card-mv {
        margin-bottom: 20px;
    }
}

.feature-icon-lg {
    font-size: 35px !important; /* ya jo size chahiye */
}

/* Custom HR with linear gradient */

.enquery-now
{
    margin-top: -40px;
    margin-bottom: -50px;
}
.form-fill
{
    margin-top: -20px;
}

.highlight-experience
{
    color: orangered;
    font-weight: 700 !important;
}

.gw-all-products-btn {
    display: inline-block;
    padding: 10px 36px !important;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #000000, #111111);
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

/* Soft Pulse Light */
/* ENERGY CORE BUTTON */
.gw-all-products-btn{
    position: relative;
    display: inline-block;
    padding: 8px 36px !important;
    background: #b97a6b;
    color: #fff;
    border-radius: 60px;
    text-decoration: none;
    overflow: hidden;
    transition: 0.45s ease;
    z-index: 1;
}

/* Core Glow */
.gw-all-products-btn::before{
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: blur(10px);
    animation: energyPulse 2s ease-out infinite;
    z-index: -1;
}

@keyframes energyPulse{
    0%{
        width: 20px;
        height: 20px;
        opacity: 1;
    }
    50%{
        width: 180px;
        height: 180px;
        opacity: 0.35;
    }
    100%{
        width: 350px;
        height: 350px;
        opacity: 0;
    }
}

.gw-all-products-btn:hover{
    /* letter-spacing: 1px; */
    /* transform: translateY(-4px); */
    background-color: #001261 !important;
    color: #ffffff;
}


.navbar-nav {
    align-items: center;
}



/* client logo slide section start */

.be-authorized-brands
{
     background: linear-gradient(to right, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.0) 100%), url(../img/4964059.jpg) top center no-repeat;
    background-size: cover;
}

/* Section Heading */
.be-authorized-title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
 
/* Paragraph */
.para-we {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 16px;
  color: #555;
}
 
/* Marquee Container */
.brands-marquee {
  overflow: hidden;
  width: 100%;
  position: relative;
}
 
/* Marquee Track */
.brands-track {
  display: flex;
  width: max-content; /* Track width depends on content */
  gap: 30px;
  animation: scrollBrands 20s linear infinite;
}
 
/* Brand Images */
.brands-track img {
  height: 90px;
  object-fit: contain;
  flex-shrink: 0;
}
 
/* Animation */
@keyframes scrollBrands {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
 
/* Pause animation on hover (desktop) */
.brands-marquee:hover .brands-track {
  animation-play-state: paused;
}
 
/* Responsive */
@media (max-width: 1024px) {
  .brands-track {
    gap: 25px;
    animation-duration: 15s;
  }
  .brands-track img {
    height: 80px;
  }
}
 
@media (max-width: 768px) {
  .brands-track {
    gap: 20px;
    animation-duration: 15s !important;
  }
  .brands-track img {
    height: 60px;
  }
}
 
@media (max-width: 480px) {
  .brands-track {
    gap: 15px;
    animation-duration: 10s;
  }
  .brands-track img {
    height: 50px;
  }
}
.main-heading-style
{
   
    font-family: 'Poppins', sans-serif;
    color: #0786cf !important;
    font-size: 46px !important;
}

@media (max-width: 768px) {
  .main-heading-style
{
   
    font-family: 'Poppins', sans-serif;
    color: #0786cf !important;
    font-size: 30px !important;
}
}
.main-heading-style-2
{
    /* font-family: "Cinzel", serif; */
    font-family: 'Poppins', sans-serif;
    /* font-weight: 900 !important; */
    /* letter-spacing: 0.5px; */
    color: #0786cf !important;
    font-size: 40px;
}

@media (max-width: 768px) {
.main-heading-style-2
{
    /* font-family: "Cinzel", serif; */
    font-family: 'Poppins', sans-serif;
    /* font-weight: 900 !important; */
    /* letter-spacing: 0.5px; */
    color: #0786cf !important;
    font-size: 30px;
}
}
.main-heading-style-3
{
       /* font-family: "Cinzel", serif; */
    font-family: 'Poppins', sans-serif;
    /* font-weight: 900 !important; */
    /* letter-spacing: 0.5px; */
    color: #ffffff !important;
    font-size: 40px;
}
.side-heading-style
{
    /* font-family: "Cinzel", serif; */
    font-family: 'Poppins', sans-serif;
    /* font-weight: 900 !important; */
    color: #144784 !important;
    font-size: 30px;
}
.side-heading-style-2{
      /* font-family: "Cinzel", serif; */
    font-family: 'Poppins', sans-serif;
    /* font-weight: 900 !important; */
    color: #0e3c74 !important;
    font-size: 40px;
}

@media (max-width: 768px) {
.side-heading-style-2{
      /* font-family: "Cinzel", serif; */
    font-family: 'Poppins', sans-serif;
    /* font-weight: 900 !important; */
    color: #0e3c74 !important;
    font-size: 30px;
}
}

.side-heading-style-3{
      /* font-family: "Cinzel", serif; */
    font-family: 'Poppins', sans-serif;
    /* font-weight: 900 !important; */
    color: #e60000 !important;
    font-size: 42px;
}

@media (max-width: 768px) {
.side-heading-style-3{
      /* font-family: "Cinzel", serif; */
    font-family: 'Poppins', sans-serif;
    /* font-weight: 900 !important; */
    color: #e60000 !important;
    font-size: 34px;
}
}
.upper-heading
{
    color: #b97263 !important;
    /* font-family: 'Cormorant Garamond', serif; */
    font-size: 20px !important;
    font-weight: 700 !important;
}
.strong-font
{
    
    color: #00095a;
    font-weight: 700;
}
.white-heading
{
    font-family: "Cinzel", serif !important;
    font-size: 45px !important;
}

@media (max-width: 768px) {
.white-heading
{
    font-size: 35px !important;
}
}
/* ========================================= */
/* new enquiry page start */





/* enquiry page start */

.enquiry-form {
  border: 1px solid #b97a6b;
  padding: 34px;
  border-radius: 10px;
  background-color: rgb(248, 248, 248);
}

.enquiry-image img {
  max-width: 90%;
}

.captcha-img {
  border-radius: 8px;
  border: 1px solid #ddd;
}

/* 📱 Mobile Responsive */
@media (max-width: 991px) {
  .enquiry-image {
    margin-top: 30px;
  }
}




/* image slide start */
.hproductsitem{
    background-color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    margin: 10px;
    transition: transform 0.3s ease;
    height: 400px !important;
}
.hproductsitem:hover{
    transform: translateY(-10px);
}
.hproductsitem img {
    margin-bottom: 12px;
    border-radius: 10px;
}
.hproductsitem h3{
    font-size: 16px;
    color: #001a36;
    font-weight: 600;
    text-align: center;
    height: 25px;
    margin-top: 10px;
}
.hproductsitem p{
    color: #000;
    text-align: center;
    font-size: 14px;
    height: 90px;
}
.hproductsitem .btn-primary i{
    margin-left: 6px;
}
.hproductsitem .btn-primary {
    border-width: 2px;
    background: var(--bs-white);
    justify-content: center;
    display: flex;
    width: 48%;
    margin: 18px auto;
    border-radius: 4px;
    color: #ff7202;
    border: none;
    padding:5px 0;
}
.hproductsitem .btn-primary:hover {
    background: #ff7202;
    color: #fff;
}
.hoffercardmain{
    padding: 30px 0 10px;
    /* background-color: #07305d; */
   background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.8) 100%), url(../img/product-background.webp) center center no-repeat;
    background-size: cover;
    
}



.card-enquiry
{
    background: #5a2e15 !important;
    color: var(--bs-white) !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    transition: 0.5s;
}
.sig
{
    color: #fff;
    font-size: 50px;
}
/* image slide section end */

/* how we work section start */

/* ===========================
   HOW WE WORK SECTION
=========================== */

/* ===========================
   HOW WE WORK SECTION
=========================== */

.we-work-section {
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.we-work-subtitle {
    color: #0d6efd;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.we-work-title {
    font-size: 48px;
    font-weight: 800;
    color: #0b1c39;
    margin-bottom: 20px;
}

.we-work-description {
    font-size: 17px;
    color: #6c757d;
    line-height: 1.8;
}

.we-work-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
    background: #ffffff;
    padding: 20px 30px;
    border-radius: 25px;
    box-shadow: 0 15px 45px rgba(0, 102, 255, 0.12);
    transition: all 0.4s ease;
    overflow: hidden;
    height: 100%;
    border: 1px solid transparent;
    background-image:
        linear-gradient(#ffffff, #ffffff),
        linear-gradient(90deg, rgb(255, 20, 20), #ffffff);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.we-work-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(13, 110, 253, 0.07), transparent);
    transition: 0.7s;
}

.we-work-card:hover::before {
    left: 100%;
}

.we-work-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(0, 102, 255, 0.2);
}

.we-work-number {
    min-width: 110px;
    font-size: 72px;
    font-weight: 900;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 2px rgb(255, 20, 20);
    opacity: 0.8;
    transition: all 0.4s ease;
}

.we-work-card:hover .we-work-number {
    opacity: 1;
    transform: scale(1.05);
}

.we-work-content h4 {
    font-size: 24px;
    font-weight: 700;
    color: #0b1c39;
    margin-bottom: 10px;
}

.we-work-content p {
    margin: 0;
    color: #545a5f;
    font-size: 16px;
    line-height: 1.8;
}

/* Responsive */
@media (max-width: 991px) {
    .we-work-title {
        font-size: 40px;
    }

    .we-work-card {
        padding: 30px 25px;
    }

    .we-work-number {
        min-width: 90px;
        font-size: 60px;
    }

    .we-work-content h4 {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .we-work-card {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 35px 20px;
    }

    .we-work-number {
        min-width: auto;
        font-size: 60px;
    }

    .we-work-title {
        font-size: 34px;
    }

    .we-work-content h4 {
        font-size: 22px;
    }

    .we-work-description {
        font-size: 16px;
    }
}
.ins-head
{
    color: #0784cc  !important;
}

/* new-why-choose section start */

.new-why-choose-section {
    padding: 100px 0;
    background: linear-gradient(to right, rgba(2, 36, 91, 0.0) 0%, rgba(2, 36, 91, 0) 100%), url(../img/why-choose-background.webp) center center no-repeat;
    background-size: cover;
    overflow: hidden;
}

/* Right side heading container spacing fix */
.new-why-choose-left {
    margin-bottom: 25px;
}

.new-why-choose-subtitle {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: rgb(255, 94, 20);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.new-why-choose-title {
    
    font-weight: 800;
    line-height: 1.3;
        /* font-family: "Cinzel", serif; */
    font-family: 'Poppins', sans-serif;
    /* font-weight: 900 !important; */
    color: #144784 !important;
    font-size: 40px;

    margin-bottom: 0;
}

/* Image */
.new-why-choose-image {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border: 1px solid #c3c3c3;
}

.new-why-choose-image img {
    width: 100%;
    display: block;
    transition: 0.5s;
}

.new-why-choose-image:hover img {
    transform: scale(1.05);
}

/* Right Content */
.new-why-choose-content {
    padding-left: 0;
    margin-top: 25px;
}

.new-why-choose-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 22px;
}
.why-right-icon
{
    color: #ffffff;
    font-size: 20px;
}
.new-why-choose-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 5px;
    background: linear-gradient(135deg, #144784, #0786cf);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    padding: 2px;

          /* inner border */
    outline: 1px solid #0786cf;   /* outer border */
    outline-offset: 2px;
}

.new-why-choose-item span {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    line-height: 1.6;
}

/* Tablet */
@media (max-width: 991px) {
    .new-why-choose-section {
        padding: 80px 0;
    }

    .new-why-choose-title {
        font-size: 34px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .new-why-choose-section {
        padding: 60px 0;
    }

    .new-why-choose-title {
        font-size: 28px;
    }

    .new-why-choose-item {
        align-items: flex-start;
    }

    .new-why-choose-icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
        font-size: 16px;
    }

    .new-why-choose-item span {
        font-size: 16px;
    }
}


/* FAQ section start */

.faq-section {
    padding: 90px 0;
    background: #ffffff;
}

/* Heading */
.faq-header h2 {
    font-size: 40px;
    font-weight: 800;
    color: #0b1c39;
    margin-bottom: 25px;
}

/* Accordion */
.faq-accordion {
    max-width: 100%;
}

.faq-item {
    background: #eeeeee;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    position: relative;
}

/* White + Blue Gradient Border */
.faq-item::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 12px;
    background: linear-gradient(90deg, #144784, #ffffff);

    -webkit-mask: 
        linear-gradient(#000 0 0) content-box, 
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    pointer-events: none;
}

/* Question */
.faq-question {
    width: 100%;
    padding: 18px 20px;
    text-align: left;
    border: none;
    background: #fff;
    font-size: 17px;
    font-weight: 700;
    color: #1f2937;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Icon */
.faq-icon {
    font-size: 22px;
    color: #0d6efd;
}

/* Answer */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    transition: 0.3s ease;
}

/* Active */
.faq-item.active .faq-answer {
    padding: 0 20px 18px;
    max-height: 250px;
}

/* Image */
.faq-image {
    /* border-radius: 20px; */
    overflow: hidden;
    /* box-shadow: 0 25px 70px rgba(0,0,0,0.4); */
}

.faq-image img {
    width: 100%;
    display: block;
    transition: 0.5s;
}

.faq-image:hover img {
    transform: scale(1.05);
}

/* Mobile */
@media (max-width: 991px) {
    .faq-header h2 {
        font-size: 32px;
    }

    .faq-section {
        padding: 70px 0;
    }
}

@media (max-width: 768px) {
    .faq-section {
        padding: 60px 0;
        padding-top: 50px;
        /* padding-bottom: 40px; */
        
    }

    .faq-header h2 {
        font-size: 28px;
    }
}

/* faq section end */

/* testimonial section strat */

.testimonial-section {
    padding: 90px 0;
    background: linear-gradient(to right, rgba(2, 36, 91, 0.0) 0%, rgba(2, 36, 91, 0) 100%), url(../img/testi-background.webp) center center no-repeat;
    background-size: cover;
}
@media (max-width: 768px)
{
    .testimonial-section {
    padding: 0px 0;
    background: linear-gradient(to right, rgba(2, 36, 91, 0.0) 0%, rgba(2, 36, 91, 0) 100%), url(../img/testi-background.webp) center center no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}
}

/* Title */
.testimonial-title {
    text-align: center;
    margin-bottom: 40px;
}

.testimonial-title h2 {
    font-size: 42px;
    font-weight: 800;
    color: #0b1c39;
}

/* Card */
.testimonial-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    transition: 0.3s ease;
    border-top: 4px solid #0593ca;
    min-height: 270px;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

/* Text */
.testimonial-text {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 25px;
}

/* Footer */
.testimonial-footer {
    display: flex;
}

/* user layout */
.user-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* icon */
.user-icon {
    width: 90px;
    height: 90px;
    /* border-radius: 50%; */
    object-fit: cover;
    /* border: 2px solid #eaeaea; */
}

/* name */
.user-text h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #111;
}

/* stars */
.stars {
    font-size: 22px;
    color: #0593ca;
    letter-spacing: 2px;
    margin-top: 3px;
}

/* Mobile */
@media (max-width: 768px) {

    .testimonial-title h2 {
        font-size: 28px;
    }

    .testimonial-card {
        padding: 22px;
    }

    .testimonial-text {
        font-size: 15px;
    }

    .user-icon {
        width: 60px;
        height: 60px;
    }

    .user-text h4 {
        font-size: 18px;
    }

    .stars {
        font-size: 16px;
    }
}
/* testimonial section end */



/* ==============================
   Founder Section Start
============================== */

.sky-founder-section {
    padding: 100px 20px;
    /* background: linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%); */
     background: linear-gradient(to right, rgba(2, 36, 91, 0.0) 0%, rgba(2, 36, 91, 0) 100%), url(../img/light-background.webp) center center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.sky-founder-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 80px;
}

/* Left Founder Card */
.sky-founder-card {
    width: 350px;
    min-width: 350px;
    background: #ffffff;
    border-radius: 35px;
    padding: 16px;
    text-align: center;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 119, 255, 0.08);
    transition: all 0.4s ease;
    position: relative;
}

.sky-founder-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 35px 90px rgba(0, 0, 0, 0.18);
}

.sky-founder-image-box {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 28px;
    overflow: hidden;
    margin-bottom: 30px;
    background: #f4f8fc;
}

.sky-founder-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.sky-founder-card:hover .sky-founder-image-box img {
    transform: scale(1.08);
}

.sky-founder-details h3 {
    font-size: 30px;
    color: #0a1b3d;
    margin-bottom: 12px;
    font-weight: 700;
    line-height: 1.3;
}

.sky-founder-details span {
    display: inline-block;
    font-size: 17px;
    color: #0077ff;
    font-weight: 600;
    letter-spacing: 0.5px;
}


/* Right Content */
.sky-founder-content {
    flex: 1;
}

.sky-founder-subtitle {
    display: inline-block;
    padding: 10px 22px;
    background: rgba(0, 119, 255, 0.1);
    color: #0077ff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 50px;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sky-founder-content h2 {
    font-size: 54px;
    line-height: 1.2;
    color: #081c3a;
    margin-bottom: 30px;
    font-weight: 800;
}

.sky-founder-content p {
    font-size: 16px;
    line-height: 1.9;
    color: #49505a;
    margin-bottom: 25px;
}

/* ==============================
   Responsive Design
============================== */

@media (max-width: 1199px) {
    .sky-founder-container {
        gap: 50px;
    }

    .sky-founder-content h2 {
        font-size: 46px;
    }

    .sky-founder-card {
        width: 380px;
        min-width: 380px;
    }
}

@media (max-width: 991px) {
    .sky-founder-container {
        flex-direction: column;
        text-align: center;
        gap: 50px;
    }

    .sky-founder-card {
        width: 100%;
        max-width: 450px;
        min-width: auto;
    }

    .sky-founder-content h2 {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    .sky-founder-section {
        padding: 70px 15px;
    }

    .sky-founder-card {
        padding: 16px;
        border-radius: 25px;
    }

    .sky-founder-details h3 {
        font-size: 26px;
    }

    .sky-founder-content h2 {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .sky-founder-content p {
        font-size: 16px;
        line-height: 1.8;
    }

    .sky-founder-subtitle {
        font-size: 13px;
        padding: 8px 18px;
    }
}

@media (max-width: 480px) {
    .sky-founder-content h2 {
        font-size: 28px;
    }

    .sky-founder-details h3 {
        font-size: 24px;
    }
}

/* founder section end */


.mission-icon {
    width: 70px;
    height: 70px;
    object-fit: contain;
    display: inline-block;
}





/* contact page start */

/*==============================
    New Sky Contact Section
==============================*/
.new-sky-contact {
    background: linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%);
    position: relative;
    overflow: hidden;
    margin-top: -50px;
}

.new-sky-contact-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
    height: 100%;
}

.new-sky-contact-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 24px 30px;
    display: flex;
    align-items: flex-start;
    gap: 25px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    border: 1px solid rgba(13, 110, 253, 0.08);
    position: relative;
    overflow: hidden;
    border-left: 3px solid #b97a6b;
}

/* .new-sky-contact-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #0d6efd, #00c6ff);
} */

.new-sky-contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(13, 110, 253, 0.18);
}

.new-sky-contact-icon {
    min-width: 60px;
    width: 60px;
    height: 60px;
    border-radius: 18px;
    background: linear-gradient(135deg, #ffb6b3, #b97a6b);
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0 12px 30px #ffd5d3; */
}

.new-sky-contact-icon i {
    font-size: 28px;
    color: #fff;
}

.new-sky-contact-content h4 {
    font-size: 22px;
    font-weight: 700;
    color: #0b1f3a;
    margin-bottom: 15px;
}

.new-sky-contact-content a,
.new-sky-contact-content p {
    display: block;
    font-size: 17px;
    color: #252525;
    margin-bottom: 10px;
    text-decoration: none;
    line-height: 1.8;
    transition: all 0.3s ease;
}

.new-sky-contact-content a:hover {
    color: #0d6efd;
    padding-left: 5px;
}

/* Map Design */
/* Map Box Fix */
.new-sky-map-box {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 500px;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    border: 8px solid #fff;
    line-height: 0;
}

.new-sky-map-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* Responsive Design */
@media (max-width: 991px) {
    .new-sky-map-box {
        min-height: 450px;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .new-sky-contact-card {
        padding: 25px 20px;
        gap: 18px;
    }

    .new-sky-contact-icon {
        min-width: 50px;
        width: 50px;
        height: 50px;
    }

    .new-sky-contact-icon i {
        font-size: 24px;
    }

    .new-sky-contact-content h4 {
        font-size: 21px;
    }

    .new-sky-contact-content a,
    .new-sky-contact-content p {
        font-size: 15px;
    }

    .new-sky-map-box,
    .new-sky-map-box iframe {
        min-height: 350px;
    }
}
/* new contact page end */

.form-section
{
    margin-bottom: 100px;
}


/* ===================================== */


/* smart why choose section start */

.smart-why-choose-section{
    background: linear-gradient(to right, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.0) 100%), url(../img/why-choose-background.jpg) top center no-repeat;
    background-size: cover;
    padding:100px 0;
    overflow:hidden;
}



.smart-why-choose-heading{
    max-width:850px;
    margin:0 auto 70px;
    margin-top: -50px;
}

.smart-why-choose-subtitle{
    display:inline-block;
    background:#ffffff;
    color:#ff5e31;
    font-size:17px;
    font-weight:700;
    letter-spacing:2px;
    padding:10px 22px;
    border-radius:50px;
    margin-bottom:14px;
    text-transform:uppercase;
}

.smart-why-choose-heading h2{
    font-size:48px;
    font-weight:800;
    line-height:1.2;
    color:#144784;
    margin-bottom:22px;
}

.smart-why-choose-heading p{
    font-size:18px;
    line-height:1.9;
    color:#666;
    margin:0;
}

/* CARD */

.smart-why-choose-card{
    position:relative;
    /* background:linear-gradient(135deg,#343437,#242426); */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url(../img/blue-background.webp) center center no-repeat;
    background-size: cover;
    border-radius:0 22px 22px 22px;
    padding:60px 34px 35px;
    overflow:visible;
    height:100%;
    transition:0.4s ease;
    /* box-shadow:0 15px 40px rgba(0,0,0,0.45); */
    
}

.smart-why-choose-section .row{
    row-gap:20px;
}

/* RED CORNER */

.smart-why-choose-corner{
    position:absolute;
    top:0;
    left:0;
    width:84px;
    height:84px;
    background-color:#ff0000;
    clip-path:polygon(35% 0,100% 0,80% 20%,20% 20%,20% 38%,20% 80%,0 100%,0 75%,0% 37%,0 0);
}

/* ICON */

.smart-why-choose-icon{
    position:absolute;
    top:-28px;
    left:48px;
    width:70px;
    height:70px;
    background:#ffffff;
    border-radius:50%;
    border:3px solid #000;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:2;
    transition:0.4s ease;
}

.smart-why-choose-icon i{
    color:#000000;
    font-size:30px;
}

/* CONTENT */

.smart-why-choose-content{
    position:relative;
    z-index:2;
}

.smart-why-choose-content h3{
    color:#fff;
    font-size:19px;
    line-height:1.3;
    font-weight:700;
    margin-bottom:20px;
}

.smart-why-choose-content p{
    color:rgba(255,255,255,0.82);
    font-size:15px;
    line-height:1.8;
    margin:0;
}

/* HOVER */

.smart-why-choose-card:hover{
    transform:translateY(-10px);
}

.smart-why-choose-card:hover .smart-why-choose-icon{
    transform:rotate(10deg) scale(1.08);
}

/* RESPONSIVE */

@media(max-width:991px){

    .smart-why-choose-heading h2{
        font-size:38px;
    }

    .smart-why-choose-card{
        padding:55px 28px 30px;
    }

}

@media(max-width:768px){

    .smart-why-choose-section{
        padding:70px 0;
    }

    .smart-why-choose-heading{
        margin-bottom:50px;
    }

    .smart-why-choose-heading h2{
        font-size:30px;
    }

    .smart-why-choose-heading p{
        font-size:16px;
        line-height:1.8;
    }

    .smart-why-choose-card{
        padding:55px 24px 28px;
        border-radius:0 18px 18px 18px;
    }

    .smart-why-choose-corner{
        width:95px;
        height:90px;
    }

    .smart-why-choose-icon{
        width:68px;
        height:68px;
        left:35px;
    }

    .smart-why-choose-icon i{
        font-size:26px;
    }

    .smart-why-choose-content h3{
        font-size:18px;
        /* margin-top: -10px !important; */
        margin-left: 10px;
    }

    .smart-why-choose-content p{
        font-size:15px;
        line-height:1.7;
        margin-top: -10px !important;
        margin-left: 10px;
    }

}

/* testimonial section start */

/* =========================
   ACA TESTIMONIYAL SECTION
========================= */

.aca-testimoniyal{
    width:100%;
    padding:50px 5%;
    background: linear-gradient(90deg, #ffffff 10%, #d01919 100%);
    overflow:hidden;
   
}

@media(max-width:768px){

   .aca-testimoniyal{
    width:100%;
    padding:50px 5%;
    background: linear-gradient(90deg, #ffacac 10%, #d01919 100%);
    overflow:hidden;
   
}
}

.aca-testimoniyal-container{
    display:flex;
    align-items:center;
    gap:50px;
}

/* LEFT IMAGE */
.aca-testimoniyal-image{
    flex:1;
    text-align:center;
}

.aca-testimoniyal-image img{
    width:70%;
    height:400px;
    object-fit:cover;
    border-radius:25px;
    /* box-shadow:0 15px 40px rgba(0,0,0,0.35); */
}

/* RIGHT CONTENT */
.aca-testimoniyal-content{
    flex:1;
    position:relative;
}

.aca-testimoniyal-heading span{
    color:#ffcc00;
    font-size:16px;
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight:600;
}

.aca-testimoniyal-heading h2{
    color:#fff;
    font-size:38px;
    line-height:1.3;
    margin-top:10px;
    margin-bottom:35px;
    font-weight:700;
}

/* SLIDER */
.aca-testimoniyal-slider{
    position:relative;
    width:100%;
    height:280px;
}

/* CARD */
.aca-testimoniyal-card{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:220px;
    background:#0000007c;
    padding:24px;
    border-radius:22px;
    border:1px solid rgb(255, 255, 255);
    opacity:0;
    visibility:hidden;
    transform:translateX(40px);
    transition:all 0.5s ease;
    box-shadow:0 10px 15px rgba(0,0,0,0.6);

    display:flex;
    flex-direction:column;

    /* IMPORTANT */
    justify-content:flex-start;
}

.aca-testimoniyal-card.active{
    opacity:1;
    visibility:visible;
    transform:translateX(0);
}

/* TEXT */
.aca-testimoniyal-card p{
    color:#d1d5db;
    font-size:15px;
    line-height:1.7;
    margin-bottom:12px;   /* GAP KAM */

    display:-webkit-box;
    -webkit-line-clamp:6;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

/* USER */
.aca-testimoniyal-user{
    display:flex;
    align-items:center;
    gap:12px;

    /* GAP REMOVE */
    margin-top:0px;
}



.aca-testimoniyal-user-icon i{
    color:#000;
    font-size:18px;
}

/* USER INFO */
.aca-testimoniyal-user-info{
    display:flex;
    flex-direction:column;
    gap:2px;   /* NAME & STAR GAP KAM */
}

.aca-testimoniyal-user-info h3{
    color:#fff;
    font-size:18px;
    margin:0;
    line-height:1.2;
}

/* STARS */
.aca-testimoniyal-stars{
    color:#ffcc00;
    font-size:14px;
    line-height:1;
    margin-top:0;
}

/* DOTS */
.aca-testimoniyal-dots{
    display:flex;
    gap:10px;
    margin-top:-18px !important;
}
@media(max-width:768px)
{
    .aca-testimoniyal-dots{
    display:flex;
    gap:10px;
    margin-top:-20px !important;
}
}

.aca-testimoniyal-dots span{
    width:11px;
    height:11px;
    border-radius:50%;
    background:#555;
    cursor:pointer;
    transition:0.3s;
}

.aca-testimoniyal-dots span.active{
    background:#ffcc00;
    width:30px;
    border-radius:20px;
}

/* =========================
   TABLET
========================= */

@media(max-width:991px){

    .aca-testimoniyal-container{
        flex-direction:column;
    }

    .aca-testimoniyal-image img{
        height:auto;
    }

    .aca-testimoniyal-heading h2{
        font-size:30px;
    }

    .aca-testimoniyal-slider{
        height:310px;
    }

    .aca-testimoniyal-card{
        height:310px;
    }
}

/* =========================
   MOBILE
========================= */

@media(max-width:576px){

    .aca-testimoniyal{
        padding:60px 20px;
    }

    .aca-testimoniyal-heading h2{
        font-size:24px;
        margin-bottom:25px;
    }

    .aca-testimoniyal-slider{
        height:350px;
    }

    .aca-testimoniyal-card{
        height:250px;
        padding:24px 20px;
    }

    .aca-testimoniyal-card p{
        font-size:14px;
        line-height:1.7;
        -webkit-line-clamp:8;
    }

    .aca-testimoniyal-user-info h3{
        font-size:16px;
    }

    .aca-testimoniyal-stars{
        font-size:14px;
    }
}
.aca-testimoniyal-user-icon{
    width:70px;
    height:70px;
    border-radius:50%;
    /* background:#ffcc00; */
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden; /* important */
    flex-shrink:0;
}

.aca-testimoniyal-user-icon img{
    width:70%;
    height:70%;
    object-fit:contain;
}

/* smart-mision-vision section start */

/* ================================
SMART VALUE SECTION START
================================ */

.smart-value-section{
    width:100%;
    padding:100px 20px;
    background:#f7f8fc;
    position:relative;
    overflow:hidden;
}

.smart-value-container{
    max-width:1200px;
    margin:auto;
}

.smart-value-heading{
    text-align:center;
    margin-bottom:60px;
}

.smart-value-subtitle{
    display:inline-block;
    background:#9e0000;
    color:#fff;
    padding:8px 20px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:15px;
}

.smart-value-heading h2{
    font-size:42px;
    color:#0e3c74;
    margin-bottom:18px;
    font-weight:700;
}

.smart-value-heading p{
    max-width:750px;
    margin:auto;
    color:#666;
    font-size:17px;
    line-height:1.8;
}

/* CARD WRAPPER */

.smart-value-wrapper{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

/* CARD */

.smart-value-card{
    background:#fff;
    padding:45px 35px;
    border-radius:25px;
    text-align:center;
    position:relative;
    transition:0.4s ease;
    box-shadow:0 10px 35px rgba(0,0,0,0.08);
    overflow:hidden;
}

.smart-value-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#9e0000,#ff4d4d);
}

.smart-value-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 50px rgba(0,0,0,0.15);
}

/* ICON */

.smart-value-icon{
    width:90px;
    height:90px;
    /* background:linear-gradient(135deg,#9e0000,#d10000); */
    margin:0 auto 25px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 10px 15px rgba(158,0,0,0.2);
    border: 1px solid rgb(194, 194, 194);
}

.smart-value-icon img{
    width:60px;
    height:60px;
    object-fit:contain;
    /* filter:brightness(0) invert(1); */
}

/* TEXT */

.smart-value-card h3{
    font-size:28px;
    margin-bottom:18px;
    color:#111;
    font-weight:700;
}

.smart-value-card p{
    color:#666;
    font-size:16px;
    line-height:1.9;
}

/* RESPONSIVE */

@media(max-width:991px){

    .smart-value-wrapper{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:768px){

    .smart-value-section{
        padding:70px 15px;
    }

    .smart-value-heading h2{
        font-size:32px;
    }

    .smart-value-wrapper{
        grid-template-columns:1fr;
    }

    .smart-value-card{
        padding:35px 25px;
    }

    .smart-value-card h3{
        font-size:24px;
    }

    .smart-value-heading p{
        font-size:15px;
    }

}

.mission-color
{
    color: rgb(233, 0, 0);
}

/* ================================
SMART VALUE SECTION END
================================ */


/* our product page start */

/* =========================
PRODUCT SECTION
========================= */

.smart-product-section{
    width:100%;
    padding:80px 5%;
    background:#f5f7fb;
    font-family:Arial, sans-serif;
    overflow:hidden;
    margin-top: -50px;
}

.smart-product-container{
    display:flex;
    gap:30px;
    align-items:flex-start;
}

/* =========================
LEFT SIDEBAR
========================= */

.smart-product-sidebar{
    width:280px;
    min-width:280px;
    background:#fff;
    border-radius:20px;
    padding:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    position:sticky;
    top:20px;
}

.smart-product-category{
    width:100%;
    padding:18px 20px;
    border-radius:14px;
    background:#f2f2f2;
    margin-bottom:15px;
    cursor:pointer;
    font-weight:600;
    transition:0.4s;
    font-size:16px;
    position:relative;
    color:#111;
    line-height:1.4;
}

.smart-product-category:hover{
    background:#9e0000;
    color:#fff;
}

.smart-product-category.active{
    background:#d40000;
    color:#fff;
}

/* =========================
RIGHT CONTENT
========================= */

.smart-product-content{
    flex:1;
    width:100%;
}

.smart-product-tab{
    display:none;
    width:100%;
}

.smart-product-tab.active{
    display:block;
}

/* =========================
IMAGE SLIDER
========================= */

.smart-slider{
    width:100%;
    /* border-radius:25px; */
    overflow:hidden;
    position:relative;
    margin-bottom:30px;
    background:#fff;
    height:auto;
     border:none !important;
    outline:none !important;
    box-shadow:none !important;
}

.smart-slide{
    width:100%;
    height:auto;
    display:none;
    position:relative;
}

.smart-slide.active{
    display:block;
}

.smart-slide img{
    width:100%;
    height:auto;
    display:block;
    object-fit:contain;

    border:none !important;
    outline:none !important;
    box-shadow:none !important;
}

/* =========================
TEXT CONTENT
========================= */

.smart-product-detail{
    margin-bottom:20px;
}

.smart-product-detail p,
.smart-product-description p{
    font-size:17px;
    line-height:1.9;
    color:#555;
}

.smart-product-heading{
    margin-bottom:15px;
}

.smart-product-heading h2{
    font-size:40px;
    color:#111;
    line-height:1.3;
    margin:0;
}

.smart-product-description{
    margin-bottom:10px;
}

.smart-product-list-heading{
    margin-top:40px;
    margin-bottom:25px;
}

.smart-product-list-heading h3{
    font-size:30px;
    color:#111;
    margin:0;
}

/* =========================
PRODUCT CARD
========================= */

.smart-product-row{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.smart-product-card{
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,0.2);
    transition:0.4s;
    border: 1px solid rgb(199, 199, 199);
}

.smart-product-card:hover{
    transform:translateY(-6px);
}

.smart-product-image{
    width:100%;
    overflow:hidden;
}

.smart-product-image img{
    width:100%;
    height:auto;
    object-fit:cover;
    display:block;
    transition:0.4s;
    border-bottom: 1px solid #dbdbdb;
}

.smart-product-card:hover .smart-product-image img{
    /* transform:scale(1.05); */
}

.smart-product-info{
    padding:25px;
}

.smart-product-info h4{
    font-size:18px;
    color:#111;
    margin-bottom:20px;
    line-height:1.4;
}

/* =========================
BUTTONS
========================= */

.smart-product-buttons{
    display:flex;
    gap:15px;
}

.smart-product-buttons a{
    flex:1;
    text-align:center;
    text-decoration:none;
    background:linear-gradient(135deg, #c40000, #5c0000);
    color:#fff;
    padding:10px 4px;
    border-radius:6px;
    font-size:13px;
    font-weight:500;
    transition:0.4s ease; 
}
.download-color
{
     background:linear-gradient(135deg, #0053c0, #000877 ) !important;
}

.download-color:hover
{
     background:#111 !important;
}

.smart-product-buttons a:hover{
    background:#111;
}

.download-btn{
    border:none;
    outline:none;
    cursor:pointer;
    flex:1;
    text-align:center;
    text-decoration:none;
    background:linear-gradient(135deg, #104b92, #002d70 ) !important;
    color:#fff;
    padding:10px 4px;
    border-radius:6px;
    font-size:13px;
    font-weight:500;
    transition:0.4s ease; 
}

.download-btn:hover{
    background:linear-gradient(135deg, #111, #000) !important;
    transform:translateY(-2px);
}

/* =========================
TABLET RESPONSIVE
========================= */

@media(max-width:768px){

    .smart-product-section{
        padding:70px 20px;
    }

    .smart-product-container{
        flex-direction:column;
        gap:10px;
    }

    /* SIDEBAR */
    .smart-product-sidebar{
        width:100%;
        min-width:100%;
        background:transparent;
        padding:0;
        box-shadow:none;
        border-radius:0;
        position:static;
    }

    /* CATEGORY */
    .smart-product-category{
        background:#fff;
        margin-bottom:15px;
        padding:18px 20px;
        border-radius:16px;
        box-shadow:0 5px 20px rgba(0,0,0,0.06);
    }

    .smart-product-category::after{
        content:"+";
        position:absolute;
        right:20px;
        top:50%;
        transform:translateY(-50%);
        font-size:24px;
        font-weight:700;
        transition:0.3s;
    }

    .smart-product-category.active::after{
        content:"−";
    }

    .smart-product-category.active{
        background:#9e0000;
        color:#fff;
    }

    /* ACCORDION CONTENT */
    .smart-product-tab{
        display:none;
        width:100%;
        background:#fff;
        padding:20px;
        border-radius:20px;
        margin-top:-5px;
        margin-bottom:12px; /* reduced gap */
        box-shadow:0 10px 30px rgba(0,0,0,0.08);
        animation:accordionFade 0.4s ease;
    }

    .smart-product-tab.active{
        display:block;
        border: 1px solid #d40000;
    }

    @keyframes accordionFade{
        from{
            opacity:0;
            transform:translateY(-10px);
        }
        to{
            opacity:1;
            transform:translateY(0);
        }
    }

    /* SLIDER */
    .smart-slider{
        height:166px !important;
        /* border-radius:20px; */
        margin-bottom:10px; /* 👈 gap reduced */
    }

    /* TEXT */
    .smart-product-heading h2{
        font-size:28px;
    }

    .smart-product-list-heading h3{
        font-size:26px;
    }

    .smart-product-detail{
        margin-bottom:10px; /* 👈 reduced */
    }

    .smart-product-detail p,
    .smart-product-description p{
        font-size:16px;
        line-height:1.8;
    }

    /* CARD */
    .smart-product-row{
        grid-template-columns:1fr;
    }

    .smart-product-image img{
        height:auto;
    }
}

/* =========================
MOBILE RESPONSIVE
========================= */




/* product-detail page start */

.smart-product-detail-section{
    width:100%;
    padding:80px 20px;
    background:#f5f7fb;
    margin-top: -50px;
}

.smart-product-detail-container{
    max-width:1250px;
    margin:auto;
    display:flex;
    align-items:center;
    gap:60px;
    background:#ffffff;
    border-radius:30px;
    overflow:hidden;
    padding:40px;
    box-shadow:0 15px 50px rgba(0,0,0,0.08);
    border:1px solid rgba(0,0,0,0.05);
    border: 1px solid red;
}

/* Left Image */

.smart-product-detail-image{
    flex:1;
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
}

/* Image size (optional keep as per earlier) */
.smart-product-detail-image img{
    width:90%;
    max-width:400px;
    height:auto;
    border-radius:25px;
    display:block;
    object-fit:cover;
}

/* Divider line */
.smart-product-detail-image::after{
    content:"";
    position:absolute;
    right:20px;   
    height:100%;
    width:2px;
    background:rgb(214, 214, 214);
    border-radius:2px;
}

/* Right Content */

.smart-product-detail-content{
    flex:1;
}

.smart-product-detail-badge-wrap{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    margin-bottom:25px;
}

.smart-product-detail-specification-title{
    font-size:24px;
    font-weight:700;
    color:#111;
    margin-bottom:18px;
}

.smart-product-detail-badge{
    background:#0e3c74;
    color:#fff;
    padding:12px 22px;
    border-radius:50px;
    font-size:15px;
    font-weight:600;
}

.smart-product-detail-badge.code{
    background:#c70000;
}

.smart-product-detail-description{
    font-size:17px;
    line-height:1.9;
    color:#555;
    margin-bottom:25px;
}

/* Specifications */

.smart-product-detail-specs p{
    margin:0 0 10px;
    font-size:15px;
    color:#222;
    line-height:1.7;
}

/* Responsive */

@media(max-width:991px){

    .smart-product-detail-container{
        flex-direction:column;
        padding:30px;
        gap:35px;
    }

    .smart-product-detail-content,
    .smart-product-detail-image{
        width:100%;
    }

    .smart-product-detail-description{
        font-size:16px;
    }
}

@media(max-width:576px){

    .smart-product-detail-section{
        padding:60px 15px;
    }

    .smart-product-detail-container{
        padding:22px;
        border-radius:22px;
    }

    .smart-product-detail-badge{
        width:100%;
        text-align:center;
        font-size:14px;
        padding:12px 15px;
    }

    .smart-product-detail-description{
        font-size:15px;
        line-height:1.8;
    }

    .smart-product-detail-specs p{
        font-size:14px;
    }
}
/* =================================== */


/* enquiry page start */
.submit-color
{
    background-color: rgb(185 122 107) !important;
}

.submit-color:hover
{
    background-color: rgb(156, 104, 91) !important;
    color: #ffffff;
    border: none !important;
    outline: none !important;
}

.get-touch
{
    color: #000000 !important;
    font-size: 34px !important;
}
@media(max-width:768px)
{
    .get-touch
{
    color: #000000 !important;
    font-size: 28px !important;
}
}

.back-to-top
{
    background-color: #c97a67 !important;
}

/* ================================================ */


/* beauty counter start */

.beauty-counter-section{
  background:#000;
  padding:26px 20px;
  color:#fff;
}

/* CONTAINER */
.beauty-counter-container{
  display:flex;
  justify-content:space-between;
  align-items:center;
  max-width:1200px;
  margin:auto;
  flex-wrap:wrap;
}

/* BOX */
.beauty-counter-box{
  flex:1;
  text-align:center;
  min-width:200px;
  padding:20px;
}

/* COUNTER NUMBER */
.beauty-counter-box .counter{
  font-size:40px;
  font-weight:100 !important;
  color:#f4b7a6; /* pink */
  margin:0;
}

@media(max-width:768px)
{
  .beauty-counter-box .counter{
  font-size:28px;
  font-weight:100 !important;
  color:#f4b7a6; 
  margin:0;
}
}

/* TEXT */
.beauty-counter-box p{
  color:#fff;
  margin-top:10px;
  font-size:16px;
  letter-spacing:0.5px;
}

/* DIVIDER */
.beauty-divider{
  width:1px;
  height:60px;
  background:#7e7e7e;
}

/* RESPONSIVE */
@media (max-width: 768px){
  .beauty-counter-container{
    flex-direction:column;
  }

  .beauty-divider{
    width:80%;
    height:1px;
    margin:0px auto;
  }

  .beauty-counter-box{
    padding:12px 0;
  }
}

/*  */

.beauty-welcome-head
{
    font-family: "Cinzel", serif;
    font-size: 36px !important;
    color: #000000;
}
/*  */

/* beauty loop product start */

.beauty-loop-product-section {
    width: 100%;
    overflow: hidden;
    /* background: #ffecff; */
    background: linear-gradient(to right, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.0) 100%), url(../img/light-brown.webp) top center no-repeat;
    background-size: cover;
    padding: 70px  40px;
}

/* Heading Style */
.beauty-loop-product-heading {
    text-align: center;
    margin-bottom: 50px;
    margin-top: -20px;
}

.beauty-loop-product-heading h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    color: #222;
}

@media(max-width:768px)
{
    .beauty-loop-product-heading h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    color: #222;
}
}



.beauty-loop-product-track {
    display: flex;
    width: max-content;
    animation: scrollLoop 30s linear infinite;
}

.beauty-loop-product-card {
    position: relative;
    min-width: 180px;
    margin-right: 25px;
    text-align: center;
    flex-shrink: 0;
}

.beauty-loop-product-card img {
    width: 180px;
    height: auto;
    object-fit: cover;
    border-radius: 18px;
    display: block;
}

/* Name floating half outside */
.beauty-loop-product-name {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 5px 18px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    /* border: 1px solid #f4beff; */
}

/* 🔥 Smooth infinite loop */
@keyframes scrollLoop {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {

    .beauty-loop-product-card {
        min-width: 150px;
        margin-right: 15px;
    }

    .beauty-loop-product-card img {
        width: 150px;
        height: 150px;
    }

    .beauty-loop-product-name {
        font-size: 12px;
        padding: 5px 12px;
        top: -12px;
    }

    .beauty-loop-product-track {
        animation-duration: 30s;
    }
}

/*  */

/* beauty elevate section start */

.beauty-elevate-section {
  padding: 60px 0;
  /* background: linear-gradient(to bottom, #bbfaff7a 0%, #ffe6f0 40%, #ffffff 100%); */
}

/* LEFT IMAGE WRAPPER */
.beauty-elevate-left-img {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.beauty-elevate-left-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* TEXT OVER IMAGE */
.beauty-elevate-text {
  position: absolute;
  top: 50%;
  left: 10%;              /* ✅ better left alignment */
  transform: translateY(-50%);  /* only vertical center */
  width: 80%;
  text-align: left;       /* ✅ LEFT ALIGN */
  color: #fff;
  padding: 10px;
}

/* HEADING */
.beauty-elevate-text h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
  text-align: left;
  font-family: 'Dancing Script', cursive !important;
}

/* PARAGRAPH */
.beauty-elevate-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  margin: 0;
  text-align: left;
}

/* RIGHT IMAGE */
.beauty-elevate-right-img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

/* RESPONSIVE */
@media (max-width: 768px) {

  .beauty-elevate-section {
    padding: 40px 0;
  }

  .beauty-elevate-left {
    margin-bottom: 20px;
  }

  .beauty-elevate-text {
    left: 8%;
    width: 85%;
    padding: 8px;
  }

  .beauty-elevate-text h2 {
    font-size: 26px;
  }

  .beauty-elevate-text p {
    font-size: 14px;
    line-height: 1.5;
  }

  .beauty-elevate-right {
    margin-top: 10px;
  }
}

/* beauty collection sction start */

.beauty-collection {
  position: relative;
  padding: 80px 20px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.0) 100%), url(../img/beauty-collection-back.jpg) top center no-repeat;
  overflow: hidden;
}

/* background overlay */
.beauty-collection__overlay-bg {
  position: absolute;
  inset: 0;
  /* background: rgba(0, 0, 0, 0.4); */
}

/* container */
.beauty-collection__container {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  margin: auto;
}

/* heading */
.beauty-collection__title {
  text-align: center;
  font-size: 38px;
  color: #fff;
  margin-bottom: 50px;
}

/* wrapper */
.beauty-collection__cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

/* card */
.beauty-collection__card {
  position: relative;
  width: calc(20% - 16px);
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

/* image */
.beauty-collection__card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

/* bottom name label */
.beauty-collection__card-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-size: 15px;
  background: rgb(255 118 195 / 40%);
  backdrop-filter: blur(5px);
}

/* hover overlay */
.beauty-collection__card-hover {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  color: #fff;
  transition: all 0.4s ease;
}

/* hover effects */
.beauty-collection__card:hover .beauty-collection__card-hover {
  bottom: 0;
}

.beauty-collection__card:hover img {
  transform: scale(1.1);
}

/* =========================
   RESPONSIVE DESIGN
========================= */

/* tablet */
@media (max-width: 992px) {
  .beauty-collection__card {
    width: calc(50% - 10px);
  }
}

/* mobile (768px) */
@media (max-width: 768px) {

  .beauty-collection__title {
    font-size: 28px;
  }

  .beauty-collection__cards-wrapper {
    justify-content: center;
  }

  /* ONE CARD PER ROW */
  .beauty-collection__card {
    width: 100%;
  }

  .beauty-collection__card img {
    height: 430px;
  }
}

/*  */

/* beauty why choose section start */

.beauty-why-choose {
  position: relative;
  padding: 100px 20px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.0) 100%), url(../img/why-choose.jpg) top center no-repeat;
  /* background-size: cover; */
  color: #fff;
}

@media (max-width: 768px) {

 .beauty-why-choose {
  position: relative;
  padding: 100px 20px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.0) 100%), url(../img/light-brown.webp) top center no-repeat;
  color: #fff;
}
}

/* soft dark overlay */
.beauty-why-choose__overlay {
  position: absolute;
  inset: 0;
  /* background: rgba(0,0,0,0.65); */
}

/* container */
.beauty-why-choose__container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: auto;
}

/* row */
.beauty-why-choose__row {
  display: flex;
  align-items: center;
}

/* columns */
.beauty-why-choose__col-left {
  flex: 0 0 55%;
  max-width: 55%;
}

.beauty-why-choose__col-right {
  flex: 0 0 45%;
  max-width: 45%;
}

/* premium glass box (static, no animation) */
.beauty-why-choose__box {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 40px;
  backdrop-filter: blur(12px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.35);
}

/* title */
.beauty-why-choose__title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: 0.3px;
  color: #ba6a64 !important;
  
}

/* items */
.beauty-why-choose__item {
  margin-bottom: 22px;
  padding-left: 14px;
  /* border-left: 2px solid rgb(138 55 0); */
  
}

/* heading */
.beauty-why-choose__item h4 {
  font-size: 16.5px;
  margin-bottom: 6px;
  color: #91423c;
}

/* text */
.beauty-why-choose__item p {
  font-size: 14.5px;
  line-height: 1.7;
  color: rgb(62 62 62 / 85%);
}

/* =========================
   MOBILE (768px)
========================= */
@media (max-width: 768px) {

  .beauty-why-choose {
    padding: 70px 15px;
  }

  .beauty-why-choose__row {
    flex-direction: column;
  }

  .beauty-why-choose__col-left,
  .beauty-why-choose__col-right {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .beauty-why-choose__box {
    padding: 25px;
  }

  .beauty-why-choose__title {
    font-size: 26px;
  }

  .beauty-why-choose__item h4 {
    font-size: 15px;
  }

  .beauty-why-choose__item p {
    font-size: 13.5px;
  }
}

.beauty-lock-color
{
    color: #91423c !important;
   
}

/*  */

/* top brand section start */

.beauty-top-brand-section{
  padding: 50px 20px;
  /* background: #fff9f1; */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.6) 100%), url(../img/beauty-collection-back-1.jpg.) top center no-repeat;
  
}

.beauty-top-brand-container{
  max-width: 1100px;
  margin: auto;
}

.beauty-top-brand-heading{
  text-align: center;
  font-size: 30px;
  margin-bottom: 25px;
  color: #000 !important;
}

@media (max-width: 768px) {

  .beauty-top-brand-heading{
  text-align: center;
  font-size: 22px;
  margin-bottom: 25px;
}
}

/* Slider */
.beauty-top-brand-slider{
  overflow: hidden;
}

.beauty-top-brand-track{
  display: flex;
  transition: transform 0.6s ease;
}

/* 2 cards in view */
.beauty-top-brand-card{
  flex: 0 0 50%;
  padding: 10px;
  box-sizing: border-box;
}

.beauty-top-brand-card img{
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #ffcb9a;
}

/* Capsule Dots */
.beauty-top-brand-dots{
  display: flex;
  justify-content: center;
  margin-top: 15px;
  gap: 8px;
}

.beauty-top-brand-dot{
  width: 25px;
  height: 8px;
  border-radius: 50px;
  background: #ccc;
  cursor: pointer;
  transition: 0.3s;
}

.beauty-top-brand-dot.active{
  background: #b97a6b;
  width: 35px;
}

/* Mobile */
@media(max-width: 768px){
  .beauty-top-brand-card{
    flex: 0 0 100%;
  }
}

/*  */

/* beauty collection section start */

.beauty-portfolio {
  padding: 40px 15px;
  background: #f8f8f8;
}

.beauty-portfolio-heading {
  text-align: center;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.beauty-portfolio-heading h2 {
  font-size: 32px;
  font-weight: 500;
  color: #111;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

@media(max-width:768px)
{
  .beauty-portfolio-heading h2 {
  font-size: 22px;
  font-weight: 500;
  color: #111;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
}
.beauty-portfolio-heading p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* MAIN WRAPPER */
.beauty-portfolio-wrapper {
  display: flex;
  gap: 12px;
  max-width: 1200px;
  margin: auto;
  align-items: stretch;
}

/* LEFT SIDE */
.beauty-portfolio-left {
  flex: 0.75;
}

/* RIGHT SIDE */
.beauty-portfolio-right {
  flex: 1.25;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* ROW */
.beauty-portfolio-row {
  display: flex;
  gap: 12px;
}

/* CARD */
.beauty-portfolio-card {
  position: relative;
  flex: 1;
  min-height: 230px;
  overflow: hidden;
  border-radius: 14px;
  display: flex;
  align-items: flex-end;
}

/* BIG LEFT CARD */
.beauty-portfolio-main {
  min-height: 472px;
}

/* IMAGE */
.beauty-portfolio-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* transition: transform .5s ease; */
}

/* OVERLAY */
.beauty-portfolio-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60%;

  background: linear-gradient(to top, rgba(63, 30, 1, 0.85) 0%, rgba(48, 21, 0, 0.6) 20%, rgba(0, 0, 0, 0) 80%);

  z-index: 1;
}

/* CONTENT */
.beauty-portfolio-content {
  position: relative;
  z-index: 2;
  padding: 18px;
  color: #fff;
}

/* HEADING */
.beauty-portfolio-content h3 {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  color: #ffffff !important;
}

/* PARAGRAPH */
.beauty-portfolio-content p {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.5;
  opacity: 0.95;
}

/* BUTTON */
.beauty-portfolio-btn {
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgb(255 186 95 / 70%);
  border-radius: 30px;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(5px);
  transition: all .3s ease;
}

.beauty-portfolio-btn:hover {
  background: #fff;
  color: #000;
}

/* IMAGE HOVER */
.beauty-portfolio-card:hover .beauty-portfolio-img {
  /* transform: scale(1.08); */
}

/* CARD HOVER */
.beauty-portfolio-card:hover {
  /* transform: translateY(-4px); */
}

/* MOBILE */
@media (max-width: 768px) {

  .beauty-portfolio-wrapper {
    flex-direction: column;
    gap: 10px;
  }

  .beauty-portfolio-row {
    flex-direction: column;
    gap: 10px;
  }

  .beauty-portfolio-main {
    min-height: 300px;
  }

  .beauty-portfolio-card {
    min-height: 220px;
  }

  .beauty-portfolio-content {
    padding: 16px;
  }

  .beauty-portfolio-content h3 {
    font-size: 18px;
  }

  .beauty-portfolio-content p {
    font-size: 12px;
  }
}
/*  */

.beauty-mini-card{
    background:#fdf8f2;
    padding:16px 25px;
    border-radius:18px;
    border:1px solid #c27d6d;
    box-shadow:0 8px 20px rgba(0,0,0,.06);
}

/* Hours Row */
.store-hours-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px;
    padding-bottom:14px;
    margin-bottom:14px;
    border-bottom:1px solid #e8dccb;
}

/* Open Daily */
.store-status{
    display:flex;
    align-items:center;
    gap:10px;
    color:#2f2f2f;
    font-size:16px;
    font-weight:600;
}

.store-status img{
    width:30px;
    height:30px;
    object-fit:contain;
}

/* Highlight Time */
.store-time{
    background:#c27d6d;
    color:#fff;
    padding:5px 18px;
    border-radius:10px;
    font-size:16px;
    font-weight:700;
    white-space:nowrap;
}

/* Address */
.store-address{
    display:flex;
    align-items:flex-start;
    gap:12px;
    color:#555;
    font-size:15px;
    line-height:1.7;
}

.store-address img{
    width:30px;
    height:30px;
    object-fit:contain;
    margin-top:2px;
    flex-shrink:0;
}

.store-address span{
    color:#000000;
}

/* Mobile */
@media(max-width:576px){

    .beauty-mini-card{
        padding:18px;
    }

    .store-time{
    background:#c27d6d;
    color:#fff;
    padding:6px 18px;
    border-radius:10px;
    font-size:18px;
    font-weight:700;
    white-space:nowrap;
}

    .store-hours-row{
        flex-direction:column;
        align-items:flex-start;
    }

    .store-time{
        font-size:16px;
    }

    .store-address{
        font-size:14px;
    }
}

.fas.fa-bullseye{
    margin-right: 5px;
    color: #b15836;
    font-size: 16px;
    vertical-align: middle;
}

/* ================================================= */

/* about page start */


.breadcrumb-head {
    color: #fff !important;
    text-shadow: 2px 2px 4px #000 !important;
}


/* about section start */

.beauty-about-content-wrapper {
    padding: 60px 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.0) 100%), url(../img/white-background.webp) bottom center no-repeat;
    background-size: cover;
}

.beauty-about-content-text {
    line-height: 1.7;
    color: #444;
    /* text-align: justify; */
}

.beauty-about-content-img-wrap {
    text-align: center;
}

.beauty-about-img {
    max-width: 100%;
    height: auto;
    transition: 0.3s ease;
    border-radius: 20px !important;
}

.beauty-about-img:hover {
    transform: scale(1.03);
}

@media (max-width: 768px) {
    .beauty-about-content-wrapper {
        padding: 0px 15px;
    }

    .beauty-about-content-sec {
        margin-bottom: 25px;
    }

    .beauty-about-content-text {
        font-size: 15px;
        line-height: 1.6;
    }

    .beauty-about-content-image {
        text-align: center;
    }

    .beauty-about-img {
        max-width: 100%;
        margin-top: 10px;
    }
}

/*  */

/* branda at lock section start */

.beauty-at-lock-section{
    padding: 50px 20px;
    /* background: #faf8f6;  */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.0) 100%), url(../img/light-background.webp) bottom center no-repeat;
    background-size: cover;
}

@media (max-width: 768px) {
    .beauty-at-lock-section{
    padding: 34px 20px;
    margin-top: 40px;
}
}

/* TOP HEADER */
.beauty-at-lock-header{
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px;
}

.beauty-at-lock-header h2{
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 600;
}

@media (max-width: 768px) {
  .beauty-at-lock-header h2{
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}
}

.beauty-at-lock-header p{
    font-size: 15px;
    color: #666;
    line-height: 1.7;
}

/* MAIN CONTAINER */
.beauty-at-lock-container{
    display: flex;
    gap: 30px;
    max-width: 1200px;
    margin: auto;
    align-items: stretch;
}

/* COLUMNS */
.beauty-at-lock-column{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* CARD */
.beauty-at-lock-card{
    display: flex;
    gap: 15px;
    padding: 22px;
    border: 1px solid #e8e2dc;
    /* border-radius: 12px; */
    background: #fff;

    flex: 1;
    min-height: 170px;

    transition: 0.3s ease;
}

.beauty-at-lock-card:hover{
    transform: translateY(-5px);
    border-color: #c9a14a;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* ICON */
.beauty-at-lock-icon{
    width: 45px;
    height: 45px;
    min-width: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #b97f6f;
    color: #fff;
    /* border-radius: 50%; */
    font-size: 16px;
}

/* CONTENT */
.beauty-at-lock-content h3{
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.beauty-at-lock-content p{
    margin-top: 8px;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* CENTER IMAGE */
.beauty-at-lock-image{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.beauty-at-lock-image img{
    width: 100%;
    max-width: 340px;
    object-fit: contain;
}

/* RESPONSIVE */
@media (max-width: 768px){
    .beauty-at-lock-container{
        flex-direction: column;
        align-items: center;
    }

    .beauty-at-lock-image{
        order: -1;
        margin-bottom: 20px;
    }

    .beauty-at-lock-card{
        width: 100%;
        min-height: auto;
    }
}

/*  */

/* beauty mission vision section start */

.beauty-mission-vision{
    padding: 80px 20px;
    background: #fffaec
}
@media (max-width: 768px){
    .beauty-mission-vision{
    padding: 40px 20px;
    background: #fffaec
}
}

/* HEADER */
.beauty-mission-vision-header{
    text-align: center;
    margin-bottom: 45px;
}

.beauty-mission-vision-header h2{
    font-size: 34px;
    font-weight: 600;
    color: #111;
    letter-spacing: 0.5px;
}

/* CONTAINER */
.beauty-mission-vision-container{
    max-width: 1100px;
    margin: auto;
    display: flex;
    gap: 30px;
}

/* COMMON CARD STYLE */
.beauty-mission-box,
.beauty-vision-box{
    flex: 1;
    padding: 35px;
    border-radius: 18px;

    background: #ffffff;
    border: 1px solid rgba(201, 161, 74, 0.25);

    box-shadow: 0 10px 25px rgba(0,0,0,0.05);

    position: relative;
    overflow: hidden;

    transition: all 0.35s ease;
    border-top: 4px solid #d69886;
}

/* GOLD TOP LINE EFFECT */
.beauty-mission-box::before,
.beauty-vision-box::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    /* background: linear-gradient(90deg, #c9a14a, #e6c77a); */
}

/* HOVER EFFECT */
.beauty-mission-box:hover,
.beauty-vision-box:hover{
    /* transform: translateY(-8px); */
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
    /* border-color: #c9a14a; */
}

/* TITLE */
.beauty-mission-box h3,
.beauty-vision-box h3{
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #111;
}

/* TEXT */
.beauty-mission-box p,
.beauty-vision-box p{
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin: 0;
}

/* RESPONSIVE */
@media (max-width: 768px){
    .beauty-mission-vision-container{
        flex-direction: column;
    }

    .beauty-mission-box,
    .beauty-vision-box{
        width: 100%;
        padding: 28px;
    }

    .beauty-mission-vision-header h2{
        font-size: 24px;
    }
}
/*  */

/* beauty faq section start */

.beauty-faq-section{
  padding:60px 20px;
  background: #ffffff;
}
@media (max-width: 768px){
    .beauty-faq-section{
  padding:40px 20px;
  background: #ffffff;
}
}

.beauty-faq-container{
  max-width:1200px;
  margin:auto;
  display:flex;
  gap:40px;
  align-items:center;
}

/* LEFT */
.beauty-faq-left{
  flex:1;
}

.beauty-faq-title{
  font-size:30px;
  font-weight:700;
  color:#000000;
  margin-bottom:25px;
}

/* ITEM - ONLY BORDER (NO BACKGROUND) */
.beauty-faq-item{
  border:1px solid transparent;
  border-radius:14px;
  margin-bottom:14px;
  background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(90deg,#d2907e,#f1b09d) border-box;
  overflow:hidden;
}

/* QUESTION */
.beauty-faq-question{
  width:100%;
  padding:16px 18px;
  border:none;
  background:transparent;
  cursor:pointer;
  font-size:16px;
  font-weight:600;
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:#333;
  text-align: left;
}

/* ICON */
.beauty-faq-icon{
  font-size:18px;
  transition:0.3s ease;
}

/* ROTATE ICON ON ACTIVE */
.beauty-faq-item.active .beauty-faq-icon{
  transform:rotate(180deg);
}

/* ANSWER */
.beauty-faq-answer{
  max-height:0;
  overflow:hidden;
  transition:max-height 0.4s ease;
  padding:0 18px;
  color:#555;
  font-size:15px;
}

/* ACTIVE STATE */
.beauty-faq-item.active .beauty-faq-answer{
  max-height:200px;
  padding:0 18px 16px;
}

/* RIGHT IMAGE */
.beauty-faq-right{
  flex:1;
  text-align:center;
}

.beauty-faq-right img{
  width:100%;
  max-width:450px;
  border-radius:18px;
  /* box-shadow:0 10px 30px rgba(0,0,0,0.12); */
}

/* RESPONSIVE */
@media (max-width:768px){
  .beauty-faq-container{
    flex-direction:column;
  }

  .beauty-faq-title{
    font-size:22px;
    text-align:center;
  }

  .beauty-faq-right img{
    max-width:100%;
  }
}

/* ===================================== */

/* collection page start */

.beauty-lock-coll-wrapper{
    display:flex;
    gap:30px;
    padding:40px 20px;
    margin-bottom: 30px;
}

/* tabs */
.beauty-lock-coll-tabs{
    flex:0 0 25%;
    display:flex;
    flex-direction:column;
    gap:12px;
}

.beauty-lock-coll-tab{
    padding:15px;
    border:1px solid #e0a55171;
    border-radius:10px;
    cursor:pointer;
    background:#f5f5f5;
    font-weight:600;
}

.beauty-lock-coll-tab.active{
    background: linear-gradient(90deg, #885245 0%, #b97a6b 100%);
    color:#fff;
    border: none !important;
    outline: none !important;
}

/* content */
.beauty-lock-coll-content{
    flex:1;
}

.beauty-lock-coll-box{
    display:none;
    border:1px solid #eee;
    border-radius:14px;
    padding:20px;
}

.beauty-lock-coll-box.active{
    display:block;
}

/* image card */
.beauty-img-card{
    width:100%;
    border-radius:14px;
    overflow:hidden;
    margin-bottom:15px;
}

.beauty-img-card img{
    width:100%;
    height:280px;
    object-fit:cover;
}

/* accordion */
.beauty-lock-coll-accordion{
    display:none;
    padding:0 15px;
    padding-bottom: 50px;
}

.acc-item{
    border:1px solid #ddd;
    margin-bottom:10px;
    border-radius:10px;
}

.acc-title{
    padding:15px;
    background:#f5f5f5;
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    border-radius: 10px;
    color: #2c2c2c !important;
}

.acc-content{
    display:none;
    padding:15px;
}

.acc-item.active .acc-content{
    display:block;
}
.coll-icon{
    display: flex;
    align-items: center;
    gap: 10px;
}

.coll-icon .icon-bullet{
    font-size: 20px;   /* icon size control */
    color: #8c4200;    /* theme color */
    line-height: 1;
}

.coll-icon h2{
    margin: 0;
    font-size: 28px;
    margin-top: 10px;
    color: #000 !important;
}

.beauty-product-head
{
    font-weight: 700 !important;
    color:  #000 !important;
}
.beauty-product-side-head
{
    color: #8c4200;
}
@media (max-width: 768px){
    .coll-icon h2{
        font-size: 22px;
    }

    .coll-icon .icon-bullet{
        font-size: 8px;
    }
}

/* responsive */
@media(max-width:768px){
    .beauty-lock-coll-wrapper{display:none;}
    .beauty-lock-coll-accordion{display:block;}
}

@media (max-width: 768px){
    .beauty-lock-coll-accordion .acc-content img{
        height: auto;
        width: 100%;
        object-fit: cover;
    }
}
/*  */

/* footer column divider */

.mob-accor-head
{
    margin-top: 20px !important;
}

.collection-links{
    display: flex;
    flex-wrap: wrap;
}

/* each link width */
.collection-links a{
    width: 100%;
}

/* mobile only: 2 columns */
@media (max-width: 768px){
    .collection-links a{
        width: 50%;
    }
}
/*  */
.quick-links{
    display: flex;
    flex-wrap: wrap;
}

/* default desktop */
.quick-links a{
    width: 100%;
}

/* mobile 2-column */
@media (max-width: 768px){
    .quick-links a{
        width: 50%;
    }
}
/* ==================================== */

/* beauty product page start */

.beauty-new-product-section {
    padding: 30px 0;
}

.beauty-new-product-category {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 15px;
}

.beauty-new-product-category h5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 15px;
}

.beauty-new-product-category ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.beauty-new-product-category ul li {
    padding: 10px;
    cursor: pointer;
    border-radius: 6px;
    transition: 0.3s;
}

.beauty-new-product-category ul li:hover,
.beauty-new-product-category ul li.active {
    background: #ff4da6;
    color: #fff;
}

/* Product Card */
.beauty-new-product-card {
    border: 1px solid #f700ff3f;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
    background: #fff;
    margin-bottom: 20px;
    padding: 10px;
}

.beauty-new-product-card:hover {
    transform: translateY(-5px);
}

.beauty-new-product-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    
}

.beauty-new-product-body {
    padding: 12px;
    text-align: center;
    border-top: 1px solid #e2e2e2;
}

.beauty-new-product-title {
    font-weight: 600;
}

.beauty-new-product-brand {
    font-size: 14px;
    color: gray;
    margin-bottom: 10px;
}

.beauty-new-product-btn {
    background: linear-gradient(135deg, #be2b9f 0%, #ec0960 100%);
    color: #fff;
    border: none;
    padding: 4px 15px;
    border-radius: 6px;
    font-size: 14px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .beauty-new-product-category {
        margin-bottom: 15px;
    }
    .beauty-new-product-btn {
    background: linear-gradient(135deg, #be2b9f 0%, #ec0960 100%);
    color: #fff;
    border: none;
    padding: 3px 15px;
    border-radius: 6px;
    font-size: 13px;
}
.beauty-new-product-body {
    padding: 6px;
    text-align: center;
    border-top: 1px solid #e2e2e2;
}

}

@media (max-width: 768px) {
    .beauty-new-product-card {
        height: auto;          /* auto ya fixed small height */
        padding: 8px;
    }

    .beauty-new-product-card img {
        height: 146px;         /* image height reduce */
        object-fit: cover;
    }
    .beauty-new-product-title 
    {
    font-weight: 600;
    font-size: 14px !important;

}

.beauty-new-product-brand {
    font-size: 13px;
    color: gray;
    margin-bottom: 10px;
}
}
#beauty-new-product-menu {
    list-style: none;
    padding: 0;
    margin: 0;

    overflow: hidden;
    max-height: 500px; /* OPEN by default */
    transition: max-height 0.4s ease;
}

/* CLOSED state */
#beauty-new-product-menu.closed {
    max-height: 0;
}

/* items */
#beauty-new-product-menu li {
    padding: 10px;
    cursor: pointer;
    border-radius: 6px;
    transition: 0.3s;
}

#beauty-new-product-menu li:hover {
    background: #ffe8e7;
    color: #000;
}

#beauty-new-product-menu li.active {
    background: #ffe8e7;
    color: #000000;
}

.cate-drop
{
    color: #95584c !important;
}
.discount-banner
{
    border-radius: 10px !important;
}