/*** Spinner Start ***/
/*** 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;
}

/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

:root {
    /* 99c2ff */
    /* FFD369 */
    --red: #99c2ff;
    --gold: #4da6ff;
    --back: #000;
}

.text-abcd {
    color: var(--red) !important;
    /* Change this to any color you want */
}

.text-dcba {
    color: var(--back) !important;
    /* Change this to any color you want */
}


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
    border: none;
}

.btn.btn-primary:hover {
    background: var(--bs-dark);
    color: var(--back);
}

.btn.btn-light {
    color: var(--bs-primary);
    border: none;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-primary);
}

/* --------------------------BUTTON-EXPLORE----------------------------------------------------- */
/* From Uiverse.io by cssbuttons-io */
.fancy {
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0;
    outline: none;
    overflow: visible;
    padding: 1.25em 2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: all 0.3s ease-in-out;
    user-select: none;
    font-size: 13px;
}

.fancy::before {
    content: " ";
    width: 1.5625rem;
    height: 2px;
    background: var(--red);
    top: 50%;
    left: 1.5em;
    position: absolute;
    transform: translateY(-50%);
    transform-origin: center;
    transition: background 0.3s linear, width 0.3s linear;
}

.fancy .text {
    font-size: 1.125em;
    line-height: 1.33333em;
    padding-left: 2em;
    display: block;
    text-align: left;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--red);
}

.fancy .top-key {
    height: 2px;
    width: 1.5625rem;
    top: -2px;
    left: 0.625rem;
    position: absolute;
    background: var(--red);
    transition: width 0.5s ease-out, left 0.3s ease-out;
}

.fancy .bottom-key-1 {
    height: 2px;
    width: 1.5625rem;
    right: 1.875rem;
    bottom: -2px;
    position: absolute;
    background: var(--red);
    transition: width 0.5s ease-out, right 0.3s ease-out;
}

.fancy .bottom-key-2 {
    height: 2px;
    width: 0.625rem;
    right: 0.625rem;
    bottom: -2px;
    position: absolute;
    background: var(--red);
    transition: width 0.5s ease-out, right 0.3s ease-out;
}

.fancy:hover {
    color: var(--red);
    background: black;
}

.fancy:hover::before {
    width: 0.9375rem;
    background: var(--red);
}

.fancy:hover .text {
    color: var(--red);
    padding-left: 1.5em;
}

.fancy:hover .top-key {
    left: -2px;
    width: 0px;
}

.fancy:hover .bottom-key-1,
.fancy:hover .bottom-key-2 {
    right: 0;
    width: 0;
}

/* ---------------------------------------------------------------------------------------- */
/* From Uiverse.io by cssbuttons-io */
.fancy1 {
    background-color: transparent;
    border: 2px solid var(--red);
    border-radius: 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0;
    outline: none;
    overflow: visible;
    padding: 1.25em 2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: all 0.3s ease-in-out;
    user-select: none;
    font-size: 13px;
}

.fancy1::before {
    content: " ";
    width: 1.5625rem;
    height: 2px;
    background: var(--red);
    top: 50%;
    left: 1.5em;
    position: absolute;
    transform: translateY(-50%);
    transform-origin: center;
    transition: background 0.3s linear, width 0.3s linear;
}

.fancy1 .text {
    font-size: 1.125em;
    line-height: 1.33333em;
    padding-left: 2em;
    display: block;
    text-align: left;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--red);
}

.fancy1 .top-key {
    height: 2px;
    width: 1.5625rem;
    top: -2px;
    left: 0.625rem;
    position: absolute;
    background: var(--back);
    transition: width 0.5s ease-out, left 0.3s ease-out;
}

.fancy1 .bottom-key-1 {
    height: 2px;
    width: 1.5625rem;
    right: 1.875rem;
    bottom: -2px;
    position: absolute;
    background: var(--back);
    transition: width 0.5s ease-out, right 0.3s ease-out;
}

.fancy1 .bottom-key-2 {
    height: 2px;
    width: 0.625rem;
    right: 0.625rem;
    bottom: -2px;
    position: absolute;
    background: var(--back);
    transition: width 0.5s ease-out, right 0.3s ease-out;
}

.fancy1:hover {
    color: var(--red);
    background: black;
}

.fancy1:hover::before {
    width: 0.9375rem;
    background: var(--red);
}

.fancy1:hover .text {
    color: var(--red);
    padding-left: 1.5em;
}

.fancy1:hover .top-key {
    left: -2px;
    width: 0px;
}

.fancy1:hover .bottom-key-1,
.fancy1:hover .bottom-key-2 {
    right: 0;
    width: 0;
}

/* ------------------------------------------------------------------------------------------- */
/* --------------------------BUTTON-EXPLORE----------------------------------------------------- */
/* From Uiverse.io by cssbuttons-io */
.fancy2 {
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0;
    outline: none;
    overflow: visible;
    padding: 1.25em 2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: all 0.3s ease-in-out;
    user-select: none;
    font-size: 13px;
}

.fancy2::before {
    content: " ";
    width: 1.5625rem;
    height: 2px;
    background: var(--back);
    top: 50%;
    left: 1.5em;
    position: absolute;
    transform: translateY(-50%);
    transform-origin: center;
    transition: background 0.3s linear, width 0.3s linear;
}

.fancy2 .text {
    font-size: 1.125em;
    line-height: 1.33333em;
    padding-left: 2em;
    display: block;
    text-align: left;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--back);
}

.fancy2 .top-key {
    height: 2px;
    width: 1.5625rem;
    top: -2px;
    left: 0.625rem;
    position: absolute;
    background: var(--red);
    transition: width 0.5s ease-out, left 0.3s ease-out;
}

.fancy2 .bottom-key-1 {
    height: 2px;
    width: 1.5625rem;
    right: 1.875rem;
    bottom: -2px;
    position: absolute;
    background: var(--red);
    transition: width 0.5s ease-out, right 0.3s ease-out;
}

.fancy2 .bottom-key-2 {
    height: 2px;
    width: 0.625rem;
    right: 0.625rem;
    bottom: -2px;
    position: absolute;
    background: var(--red);
    transition: width 0.5s ease-out, right 0.3s ease-out;
}

.fancy2:hover {
    color: var(--red);
    background: black;
}

.fancy2:hover::before {
    width: 0.9375rem;
    background: var(--red);
}

.fancy2:hover .text {
    color: var(--red);
    padding-left: 1.5em;
}

.fancy2:hover .top-key {
    left: -2px;
    width: 0px;
}

.fancy2:hover .bottom-key-1,
.fancy2:hover .bottom-key-2 {
    right: 0;
    width: 0;
}
/* -------------------------------------------------------------------------------- */
/*** Topbar Start ***/
.topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--bs-primary);
}

.topbar .dropdown .dropdown-menu a:hover {
    background: var(--red);
    color: var(--back);
}

.topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 11px;
    border: 0;
    transition: .5s;
    opacity: 1;
}

/*** Topbar End ***/



/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Roboto', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: var(--bs-white);
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link,
.sticky-top.navbar-light .navbar-nav .nav-item .nav-link {
    padding: 20px 0;
    color: var(--bs-white);
}

.navbar-light .navbar-nav .nav-item .nav-link {
    color: var(--bs-white);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-item .nav-link:hover,
.navbar-light .navbar-nav .nav-item .nav-link.active {
    color: var(--red);
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: var(--red);
    color: var(--back);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--back);
    transition: .5s;
    opacity: 1;
}

.dropdown-menu {
    background: var(--back)
        /* Dark background */
}

.dropdown-menu .dropdown-item {
    color: #fff;
    /* White text */
}



@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 2px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark);
    }

    .navbar-light .navbar-nav .nav-item .nav-link {
        color: var(--bs-dark);
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }

    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }

    .sticky-top.navbar-light {
        position: fixed;
        background: var(--back);
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--red);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        bottom: -1px;
        left: 50%;
        background: var(--red);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::after,
    .navbar-light .navbar-nav .nav-link.active::after {
        width: 2px;
        height: 12px;
    }
}

/* -------- PREMIUM OPTICAL NAVBAR BRAND -------- */
.navbar-brand {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 15px;
    /* spacing inside the border */
    border: 2px solid;
    /* border width */
    border-radius: 12px;
    /* Dual-color border using gradient */
    border-image: linear-gradient(to right, var(--red) 30%, var(--back) 50%) 1;
    transition: all 0.3s ease;
}

/* Keep the logo-icon without additional border */
.logo-icon {
    width: 55px;
    height: 55px;
    border-radius: 12px;
    background: var(--red);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border: none;
    /* ensure no border appears */
}

.logo-icon i {
    font-size: 28px;    
    color: #fff;
}


/* Brand Title - Normal Navbar */
.brand-title {
    font-size: 28px;
    font-weight: 900;
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    /* white on dark/transparent navbar */
    line-height: 1.1;
    letter-spacing: 1px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}

/* Highlight second word */
.brand-title span {
    color: var(--red);
    /* warm gold accent */
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}

/* Tagline - Normal Navbar */
.brand-tagline {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    /* visible on dark backgrounds */
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    margin-top: 4px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
}

/* Sticky Navbar Text - Visible on Light Background */
.sticky-top .brand-title {
    color: #fff;
    /* dark text on light sticky navbar */
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.3);
    font-size: 22px;
    /* smaller for sticky */
}

.sticky-top .brand-title span {
    color: var(--red);
    /* accent color for sticky */
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3);
}

.sticky-top .brand-tagline {
    color: #fff;
    /* dark tagline on sticky */
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
    font-size: 12px;
}

/* Sticky navbar adjustments */
.sticky-top .logo-icon {
    width: 45px;
    height: 45px;
}

.sticky-top .logo-icon i {
    font-size: 22px;
}

.sticky-top .brand-title {
    font-size: 22px;
}


/*** Navbar End ***/

/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item img {
    object-fit: cover;
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
    height: 700px;
}


.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: var(--red);
    color: var(--back);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 30px;
    margin-left: 90px;
}

.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    left: 30px;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 var(--back);
    color: var(--red);
}

/* Hide only header carousel arrows */
.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    display: none !important;
}


.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    padding-top: 120px;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
}

/* -------------------------------------------------------- */
.hero-text-right {
    max-width: 800px;
    margin-left: auto;
    /* pushes block to right */
}

.header-carousel-item .carousel-caption {
    padding-right: 60px;
    /* move text away from right edge */
    padding-bottom: 120px;
    /* lower text a bit */
}

/* ------------------ HERO TEXT COLORS ------------------ */
.header-carousel-item .carousel-caption h4 {
    color: var(--red) !important;
    /* Warm Gold */
    letter-spacing: 2px;
}

.header-carousel-item .carousel-caption h1 {
    color: #000 !important;
    /* Neon Aqua */
    font-weight: 800;
    text-shadow: 0 0 20px rgb(255, 211, 105);
    /*290*/
}

.header-carousel-item .carousel-caption p {
    color: #E8E8E8 !important;
    /* Soft Light Grey */
    font-size: 1.25rem;
    line-height: 1.6;
}

/* Follow Us Label */
.header-carousel-item .carousel-caption h2 {
    color: var(--red) !important;
}

/* ------------------ FIXED HERO TEXT LAYOUT ------------------ */

.header-carousel-item .carousel-caption .text-box {
    max-width: 600px;
    /* keeps text compact */
    padding: 20px 30px;
    background: rgba(0, 0, 0, 0.45);
    /* soft dark overlay */
    backdrop-filter: blur(4px);
    /* premium blur */
    border-left: 4px solid var(--red);
    /* accent line */
    border-radius: 12px;
}

/* Smaller H4 */
.header-carousel-item .carousel-caption h4 {
    font-size: 22px;
    margin-bottom: 10px;
}

/* Smaller H1 */
.header-carousel-item .carousel-caption h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 15px;
    text-shadow: 0 0 12px rgba(255, 211, 105, 0.6);
}

/* Smaller paragraph */
.header-carousel-item .carousel-caption p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 25px;
}

/* Move content DOWN & RIGHT */
.header-carousel-item .carousel-caption {
    align-items: flex-end;
    padding-bottom: 140px;
    /* pushes text lower */
    padding-left: 60px;
    /* moves text slightly right */
}

.header-carousel-item .carousel-caption h1,
.header-carousel-item .carousel-caption h4 {
    font-family: 'Playfair Display', serif !important;
}

.header-carousel-item .carousel-caption p,
.header-carousel-item .carousel-caption h2,
.header-carousel-item .carousel-caption a {
    font-family: 'Poppins', sans-serif !important;
}

/* --------------------------------------------------------------------------------------- */
@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }
}

@media (max-width: 767px) {
    .header-carousel .owl-nav .owl-prev {
        left: 50%;
        transform: translateX(-50%);
        margin-left: -45px;
    }


    .header-carousel .owl-nav .owl-next {
        left: 50%;
        transform: translateX(-50%);
        margin-left: 45px;
    }
}


.header-carousel .header-carousel-item img {
    animation-name: image-zoom;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 1s;
}

@keyframes image-zoom {
    0% {
        height: 100%;
        opacity: 0.9;
    }

    25% {
        height: 110%;
        opacity: 0.50;
    }

    50% {
        height: 115%;
        opacity: 1;
    }

    75% {
        height: 110%;
        opacity: 0.50;
    }

    100% {
        height: 100%;
        opacity: 0.9;
    }
}

/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/banner11.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0 60px 0;
    transition: 0.5s;
}
.bg-breadcrumb1 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/banner61.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0 60px 0;
    transition: 0.5s;
}
@media (min-width: 992px) {
    .bg-breadcrumb {
        padding: 140px 0 60px 0;
    }
}

@media (max-width: 991px) {
    .bg-breadcrumb {
        padding: 60px 0 60px 0;
    }
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}

/*** Single Page Hero Header End ***/


/*** Service Start ***/
.service .service-item {
    background: var(--bs-light);
    border-radius: 10px;
    transition: 0.5s;
    
}

.service .service-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
    border: 2px solid var(--red);
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.service .service-item .service-img img {
    transition: 0.5s;
    z-index: 2;
}

.service .service-item:hover .service-img img {
    transform: scale(1.2);
}

.service {
    position: relative;
    background: url('/img/blury-back.png') center/cover no-repeat;
    backdrop-filter: blur(4px);

    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* SERVICE CARD HOVER UPGRADE */
.service .service-item {
    position: relative;
    z-index: 0;
    transition: 0.4s ease;
}

.service .service-item::after {
    content: "";
    position: absolute;
    inset: -5px;
    background: radial-gradient(circle, rgba(140, 211, 250, 0.5), rgba(0, 0, 0, 1) 70%);
    border-radius: 18px;
    border: 2px solid var(--red);
    opacity: 0;
    transition: 0.4s ease;
    z-index: -1;
}

.service .service-item:hover .h4,
.service .service-item:hover p,
.service .service-item:hover a {
    color: #fff !important;
}

.service .service-item:hover .fancy .text {
    color: var(--red) !important;
}

.service .service-item:hover::after {
    opacity: 1;
}

/* SECTION TITLE STYLES */
.service .section-label {
    font-family: "Playfair Display", serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: var(--back);
    position: relative;
    display: inline-block;
}

.service .section-label::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 50%;
    height: 3px;
    background: var(--back);
    border-radius: 10px;
}

.service .section-title {
    font-family: "Poppins", sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: var(--back);
    margin-top: 18px;
    margin-bottom: 18px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.service .section-desc {
    font-size: 17px;
    line-height: 1.7;
    color: var(--back);
    max-width: 740px;
    margin: 0 auto;
    opacity: 0.9;
}

/* === IMAGE FIX === */
.service .service-item .service-img img {
    position: relative;
    z-index: 2;
}

/* === FLOATING CARD ANIMATION === */
.service .service-item {
    animation: floatCard 5s ease-in-out infinite;
}

@keyframes floatCard {
    0% { transform: translate(0, 0); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08); }
    25% { transform: translate(10px, -8px); box-shadow: 0 12px 28px rgba(0, 0, 0, 0.10); }
    50% { transform: translate(0, -14px); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12); }
    75% { transform: translate(-10px, -8px); box-shadow: 0 12px 28px rgba(0, 0, 0, 0.10); }
    100% { transform: translate(0, 0); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08); }
}

/* ------------------------------------------------------
BRAND NAME REVEAL ON HOVER (NEWLY ADDED)
------------------------------------------------------ */
.service-item {
    position: relative;
    overflow: hidden;
}

.brand-hover-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 14px 0;
    text-align: center;
    font-size: 20px;
    font-weight: 600;

    color: var(--back);
    background: var(--red);
    backdrop-filter: blur(3px);

    opacity: 0;
    transform: translateY(35px);
    transition: 0.35s ease-in-out;
    z-index: 5; /* ABOVE IMAGE */
}
.service-item:hover .brand-hover-name {
    opacity: 1;
    transform: translateY(0);
}

/* === CUSTOM ARROWS === */
.brand-nav button {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    z-index: 20;
    width: 50px;
    height: 50px;
    border: none;
    background: #ffffffdd;
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    transition: 0.3s ease;
    font-size: 20px;
}

.brand-prev { left: 25px; }
.brand-next { right: 25px; }

.brand-nav button:hover {
    background: var(--red);
    color: #fff;
    transform: translateY(-50%) scale(1.1);
}

.brand-slider {
    position: relative;
}

.owl-nav {
    display: none !important;
}

/*** Service End ***/

/*** Features Start ***/
.feature .feature-item {
    text-align: center;
    border-radius: 10px;
    /* background: var(--bs-light); */
    border: 1px solid transparent;
    transition: 0.5s;
    background-color: var(--back);
}


.feature .feature-item {
    position: relative;
    overflow: visible;
}

/* Top border - only on hover */
.feature .feature-item:hover::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--red) 50%, transparent 50%);
    background-size: 200% 100%;
    background-repeat: repeat-x;
    animation: moveX 2s linear infinite;
    z-index: 2;
}

/* Bottom border - only on hover */
.feature .feature-item:hover::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--back) 50%, transparent 50%);
    background-size: 200% 100%;
    background-repeat: repeat-x;
    animation: moveX 2s linear infinite;
    animation-delay: 1s;
    z-index: 2;
}

/* Right border - only on hover */
.feature .feature-item .right-border {
    position: absolute;
    top: 0;
    right: -4px;
    width: 4px;
    height: 100%;
    z-index: 2;
    opacity: 0;
    /* hide by default */
    transition: opacity 0.2s;
}

.feature .feature-item:hover .right-border {
    background: linear-gradient(180deg, var(--red) 50%, transparent 50%);
    background-size: 100% 200%;
    background-repeat: repeat-y;
    animation: moveY 2s linear infinite;
    animation-delay: 0.5s;
    opacity: 1;
    /* show on hover */
}

/* Left border - only on hover */
.feature .feature-item .left-border {
    position: absolute;
    top: 0;
    left: -4px;
    width: 4px;
    height: 100%;
    z-index: 2;
    opacity: 0;
    /* hide by default */
    transition: opacity 0.2s;
}

.feature .feature-item:hover .left-border {
    background: linear-gradient(180deg, var(--red) 50%, transparent 50%);
    background-size: 100% 200%;
    background-repeat: repeat-y;
    animation: moveY 2s linear infinite;
    animation-delay: 1.5s;
    opacity: 1;
    /* show on hover */
}

/* Hover enhancement */
.feature .feature-item {
    transform: translateY(0) scale(1);
    transition: 0.4s ease;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.feature .feature-item:hover {
    transform: translateY(-10px) scale(1.05);
    /* slight lift + zoom */
    box-shadow: 0 12px 30px rgba(255, 255, 255, 0.25);
    /* glow */
    border-color: var(--red);
    /* optional slight edging */
}

/* Keyframes */
@keyframes moveX {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 200% 0;
    }
}

@keyframes moveY {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 200%;
    }
}

.feature .feature-item .feature-icon {
    background: var(--back);
    border-radius: 10px;
    display: inline-block;
}

.feature {
    position: relative;
    background-image: url('/img/background-abouts.png');
    /* change path */
    background-size: cover;
    /* full cover */
    background-position: center;
    /* center focus */
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* optional: smooth parallax effect */
    z-index: 1;
}


.feature::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    /* optional dark overlay */
    z-index: -1;
}

.feature h1,
.feature h2,
.feature h3,

.feature h5,
.feature h6,
.feature-item p {
    color: #fff !important;

}

.feature-item h4 {
    color: var(--red) !important;
}

/* ===========================
   FEATURE TITLE AREA ENHANCED
   =========================== */

/* Small title (h4) — elegant thin style */
.feature .section-title-small {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--red);
    position: relative;
    display: inline-block;
}

/* Animated underline for h4 */
.feature .section-title-small::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    width: 60px;
    height: 3px;
    background: var(--red);
    transform: translateX(-50%);
    border-radius: 2px;
    animation: underlineGlow 2.5s ease-in-out infinite alternate;
}

/* Main heading (h1) — premium Playfair font */
.feature .section-title-main {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.3;
    margin-top: 20px;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

/* Paragraph */
.feature .section-title-text {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #e6e6e6;
    max-width: 750px;
    margin: 0 auto;
}

/* Underline animation */
@keyframes underlineGlow {
    from {
        opacity: 0.4;
        width: 40px;
    }

    to {
        opacity: 1;
        width: 70px;
    }
}

.feature .feature-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.feature .feature-item p {
    flex-grow: 1;
}

/*** Features End ***/


/*** Offer Start ***/
.offer-section .nav a.accordion-link {
    width: 100%;
    border-radius: 10px;
    display: flex;
    background: var(--bs-white);
    transition: 0.5s;
}

.offer-section .nav a.accordion-link.active {
    color: var(--bs-white);
    background: var(--red);
}

.offer-section .nav a.accordion-link h5 {
    transition: 0.5s;
}

.offer-section .nav a.accordion-link.active h5 {
    color: var(--bs-white);
}
/* ------------ OFFER SECTION ------------ */
.offer-section {
    margin: 0;
    padding: 0;
    background-color: var(--red);
}

.offer-curve,
.offer-top-curve {
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.offer-curve svg {
    width: 100%;
    height: 220px;
    display: block;
}

.offer-bottom-svg path {
    transform: translateY(5px);
}

.offer-top-curve svg {
    width: 100%;
    height: 200px;
    display: block;
}

.offer-top-curve svg path {
    transform: translateY(-5px);
}

/* ------------ SHAPE ITEMS ------------ */

.shape-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    box-sizing: border-box;
}

.shape-item {
    box-sizing: border-box;
    width: 150px;
    min-width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    transition: transform 0.3s ease; /* Lift effect */
}

/* Force even image size */
.shape-item img {
    display: block;
    height: 180px;
    width: 250px;
    object-fit: contain;
    margin: 0 0 8px 0;

    /* Smooth hover animation */
    transition: transform 0.3s ease;
}

/* Title */
.shape-item h5 {
    margin: 0;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    transition: transform 0.3s ease, color 0.3s ease;
}

/* ------------ HOVER EFFECTS ------------ */

/* Card lift */
.shape-item:hover {
    transform: translateY(-10px);
    
}

/* Zoom image */
.shape-item:hover img {
    transform: scale(1.5);
}

/* Zoom title + color change */
.shape-item:hover h5 {
    transform: scale(1);
  
}

/* ------------ END ------------ */
/*** Offer End ***/

/*** Blog Start ***/

/* SECTION BACKGROUND */
.blog {
    background: var(--red);
    padding: 60px 0;
}

/* ============================= */
/* MAIN BLACK GLASS WRAPPER CARD */
/* ============================= */
.blog-glass-wrapper {
    padding: 50px 40px;
    border-radius: 22px;

    /* Black glass */
    background: rgba(0, 0, 0, 0.65);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border: 2px solid rgba(0, 0, 0, 0.9);

    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.6),
        inset 0 0 40px rgba(255, 255, 255, 0.08);
}

/* TEXT COLORS INSIDE BLACK GLASS */
.blog-glass-wrapper h1,
.blog-glass-wrapper h4 {
    color: #ffffff;
}

.blog-glass-wrapper p {
    color: rgba(255, 255, 255, 0.85);
}

/* ============================= */
/* GLASSY BLUE BLOG CARD */
/* ============================= */
.blog .blog-item {
    border-radius: 14px;
    background: rgba(30, 144, 255, 0.18);

    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    border: 2px solid rgba(0, 0, 0, 0.85);

    box-shadow:
        0 8px 30px rgba(0, 80, 200, 0.25),
        inset 0 0 25px rgba(255, 255, 255, 0.15);

    transition: all 0.5s ease;
}

/* HOVER EFFECT */
.blog .blog-item:hover {
    transform: translateY(-8px) scale(1.02);
    background: rgba(30, 144, 255, 0.28);

    box-shadow:
        0 15px 45px rgba(0, 80, 200, 0.45),
        inset 0 0 30px rgba(255, 255, 255, 0.25);
}

/* TEXT COLORS ON BLUE GLASS */
.blog .blog-item h4,
.blog .blog-item h5,
.blog .blog-item a {
    color: #ffffff;
}

.blog .blog-item p {
    color: rgba(255, 255, 255, 0.85);
}

/* ============================= */
/* IMAGE STYLES */
/* ============================= */
.blog .blog-item .blog-img {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

/* BLUE GLASS OVERLAY */
.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    background: linear-gradient(
        135deg,
        rgba(0, 120, 255, 0.35),
        rgba(0, 200, 255, 0.15)
    );
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item:hover .blog-img::after {
    opacity: 1;
}

/* IMAGE TITLE BUTTON */
.blog .blog-item .blog-img .blog-title {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 5;
}

.blog .blog-item .blog-img .blog-title a {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8px);
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.6);
    transition: 0.5s;
}

/* ============================= */
/* CAROUSEL */
/* ============================= */
.blog-carousel .owl-stage-outer {
    margin-top: 58px;
}

.blog .owl-nav .owl-prev,
.blog .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 6px 35px;
    border-radius: 30px;
    transition: 0.5s;
}

.blog .owl-nav .owl-prev { left: 0; }
.blog .owl-nav .owl-next { right: 0; }

.blog .owl-nav .owl-prev:hover,
.blog .owl-nav .owl-next:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
}

/* ============================= */
/* FILTER BUTTONS */
/* ============================= */
.collection-filters .btn {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 5px 14px;
    font-size: 13px;
    margin: 3px;
    transition: all 0.3s ease;
    font-weight: 600;
    border-radius: 6px;
}

.collection-filters .btn:hover {
    background: var(--back);
    color: var(--red);
    border-color: var(--red);
}

.collection-filters .btn.active {
    background: var(--back);
    color: var(--red) !important;
    border-color: var(--back);
}

/*** Blog End ***/
/* ------------------------------------------------ */
/*** FAQs Glassy Section ***/
.faq-section {
    position: relative;
    background: var(--red);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-top: 2px solid rgba(0, 0, 0, 0.8);
    border-bottom: 2px solid rgba(0, 0, 0, 0.8);
}

/* Heading contrast */
.faq-section h1,
.faq-section h4,
.faq-section p {
    color: #000;
}

/*** Accordion Glass Effect ***/
.faq-section .accordion {
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(0, 0, 0, 0.25);
}

/* Individual accordion item */
.faq-section .accordion-item {
    background: rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

/* Accordion buttons */
.faq-section .accordion-button {
    background: rgba(0, 123, 255, 0.12);
    color: #000;
    font-weight: 600;
    backdrop-filter: blur(6px);
}

/* Collapsed state */
.faq-section .accordion-button.collapsed {
    background: rgba(0, 0, 0, 0.08);
    color: #000;
}

/* Active accordion */
.faq-section .accordion-button:not(.collapsed) {
    background: rgba(0, 123, 255, 0.25);
    color: #000;
    box-shadow: inset 0 0 15px rgba(0, 123, 255, 0.3);
}

/* Accordion body */
.faq-section .accordion-body {
    background: rgba(255, 255, 255, 0.5);
    color: #000;
    backdrop-filter: blur(8px);
}

/*** Image Glass Frame ***/
.faq-section .bg-primary {
    background: rgba(0, 0, 0, 0.35) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(0, 0, 0, 0.6);
    padding: 15px;
}
/*** FAQ Accordion Blue Glass Effect ***/

#accordionFlushSection {
    background: rgba(0, 123, 255, 0.18) !important; /* blue glass */
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1.5px solid rgba(0, 0, 0, 0.6); /* black glass border */
    border-radius: 16px;
    box-shadow:
        0 10px 35px rgba(0, 80, 200, 0.35),
        inset 0 0 25px rgba(255, 255, 255, 0.15);
}

/* Individual accordion items */
#accordionFlushSection .accordion-item {
    background: rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

/* Accordion button (question) */
#accordionFlushSection .accordion-button {
    background: rgba(0, 123, 255, 0.25);
    color: #000;
    font-weight: 600;
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}

/* Collapsed state */
#accordionFlushSection .accordion-button.collapsed {
    background: rgba(0, 0, 0, 0.08);
    color: #000;
}

/* Active (opened) accordion */
#accordionFlushSection .accordion-button:not(.collapsed) {
    background: rgba(0, 123, 255, 0.35);
    color: #000;
    box-shadow: inset 0 0 18px rgba(0, 123, 255, 0.45);
}

/* Accordion body (answer) */
#accordionFlushSection .accordion-body {
    background: rgba(255, 255, 255, 0.55);
    color: #000;
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

/* ---------------------------------------END--------------------------------------------------- */
/*** Team Start ***/
.team .team-item {
    position: relative;
    padding: 0 25px 25px 25px;
    border-radius: 10px;
    transition: 0.5s;
}

.team .team-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: var(--bs-light);
    border-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.team .team-item:hover::before {
    height: 0;
}

.team .team-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.team .team-item:hover::after {
    height: 100%;
    background: var(--bs-primary);
}

.team .team-item .team-img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: relative;
    margin-top: 50%;
    transform: translateY(-50%);
    margin-bottom: -50%;
    display: flex;
    justify-content: center;
    border: 4px solid var(--bs-primary);
    border-style: dotted;
    padding: 4px;
    background: var(--bs-white);
    transition: 0.5s;
}

.team .team-item:hover .team-img {
    border: 4px solid var(--bs-white);
    border-style: dotted;
    background: 0;
}

.team .team-item .team-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    transition: 0.5s;
}

.team .team-item .team-title {
    padding: 25px 0 25px 0;
    text-align: center;
}

.team .team-item .team-title h4,
.team .team-item .team-title p {
    transition: 0.5s;
}

.team .team-item:hover .team-title h4,
.team .team-item:hover .team-title p {
    color: var(--bs-white);
}

.team .team-item .team-icon {
    display: flex;
    justify-content: center;
}

.team .team-item .team-icon a {
    transition: 0.5s;
}

.team .team-item:hover .team-icon a {
    color: var(--bs-dark);
    background: var(--bs-white);
}

.team .team-item:hover .team-icon a:hover {
    color: var(--bs-primary);
    background: var(--bs-dark);
}

/*** Team End ***/

/*** Testimonial – Glassy Black Theme ***/

/* SECTION BACKGROUND */
.testimonial {
    background: radial-gradient(
        circle at top,
        rgba(40, 40, 40, 0.95),
        rgba(10, 10, 10, 0.98)
    );
    padding: 70px 0;
}

/* TESTIMONIAL CARD */
.testimonial .testimonial-item {
    position: relative;
    margin-bottom: 30px;
    padding: 0 25px 25px 25px;
    border-radius: 16px;
}

/* GLASSY BLACK CARD BASE */
.testimonial .testimonial-item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;

    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border: 1.5px solid rgba(255, 255, 255, 0.15);

    box-shadow:
        0 15px 45px rgba(0, 0, 0, 0.6),
        inset 0 0 25px rgba(255, 255, 255, 0.05);

    z-index: -1;
    transition: 0.4s ease;
}

/* HOVER GLOW */
.testimonial .testimonial-item:hover::before {
    box-shadow:
        0 25px 70px rgba(0, 0, 0, 0.9),
        inset 0 0 35px rgba(255, 255, 255, 0.08);
}

/* IMAGE */
.testimonial .testimonial-item .testimonial-img {
    display: flex;
    justify-content: center;
}

.testimonial .testimonial-item .testimonial-img img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 4px solid rgba(255, 255, 255, 0.2);
    background: #000;
}

/* TEXT */
.testimonial .testimonial-item .testimonial-text {
    padding: 25px 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.85);
}

.testimonial .testimonial-item h4,
.testimonial .testimonial-item p {
    color: #ffffff !important;
}
/* TESTIMONIAL HEADER TEXT WHITE */
.testimonial .text-center h1,
.testimonial .text-center p {
    color: #ffffff !important;
}

/* QUOTE ICONS */
.testimonial .testimonial-item .testimonial-quote-left,
.testimonial .testimonial-item .testimonial-quote-right {
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: var(--bs-primary);
}

/* POSITIONING */
.testimonial .testimonial-item .testimonial-quote-left {
    position: absolute;
    top: 20px;
    left: 25px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-item .testimonial-quote-right {
    position: absolute;
    bottom: -30px;
    right: 25px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* NAV BUTTONS */
.testimonial .owl-nav .owl-prev,
.testimonial .owl-nav .owl-next {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 6px 32px;
    border-radius: 30px;
    transition: 0.3s;
}

.testimonial .owl-nav .owl-prev:hover,
.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: #fff;
}

/* DOTS */
.testimonial-carousel .owl-dots .owl-dot {
    background: rgba(255, 255, 255, 0.25);
}

.testimonial-carousel .owl-dots .owl-dot.active {
    background: var(--bs-primary);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    background: #fff;
}


/*** Footer Start ***/
.footer {
    background: var(--bs-secondary);
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary);
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    background: var(--bs-dark);
}


/* ====== ABOUT SECTION ======================================= */
.about-left-wrapper {
    position: relative;
    min-height: 420px;
}

/* Parent frame: floating + tilt */
.about-spec-frame {
    position: absolute;
    left: 150px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;

    animation: specFigmaMove 6s ease-in-out infinite;
    transform-style: preserve-3d;
    will-change: transform;
}

@keyframes specFigmaMove {
    0% {
        transform: translateY(-50%) rotate(-10deg) scale(1);
    }

    25% {
        transform: translateY(-55%) rotate(-6deg) scale(1.03);
    }

    50% {
        transform: translateY(-50%) rotate(-3deg) scale(1.05);
    }

    75% {
        transform: translateY(-45%) rotate(-6deg) scale(1.03);
    }

    100% {
        transform: translateY(-50%) rotate(-10deg) scale(1);
    }
}

/* Shadow breathing animation */
@keyframes specDepth {
    0% {
        filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.40));
    }

    50% {
        filter: drop-shadow(0 35px 65px rgba(0, 0, 0, 0.55));
    }

    100% {
        filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.40));
    }
}

/* 360 spin animation */
@keyframes spin360 {
    from {
        transform: rotateY(0deg);
    }

    to {
        transform: rotateY(360deg);
    }
}



/* Mobile adjustments */
@media (max-width: 991px) {

    /* Make the column full height of content so the image can stick to bottom */
    .about-left-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        /* push content to bottom */
        min-height: 300px;
        /* adjust as needed */
    }

    /* Parent frame */
    .about-spec-frame {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: flex-end;
        /* image at bottom of wrapper */
        justify-content: center;
    }

    .spin-wrapper {
        display: flex;
        align-items: flex-end;
        /* image at bottom of wrapper */
        justify-content: center;
        height: auto;
    }

    .spin-wrapper img {
        width: 90%;
        max-width: 100%;
        height: auto;
        display: block;
    }
}

.about {
    position: relative;
    /* background-color: rgba(255, 255, 255, 0.1); */
    background-color: var(--back);
    /* background-image: url('/img/background-abouts.png'); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 0;
    z-index: 0;
}

.about-top-curve {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 5;
}

.about-top-curve svg {
    display: block;
    width: 100%;
    height: 150px;
}

/* Make sure content is above overlay */
.about>.container {
    position: relative;
    z-index: 1;
    /* Above overlay */
}

/* SVG curve container */
.about-curve {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 2;
    /* Above overlay if needed */
}

.about-curve svg {
    display: block;
    width: 100%;
    height: 100px;
}

.about h2,
.about h3,

.about h5,
.about h6 {
    color: #fff !important;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.about p {
    color: #fff !important;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.1rem;
    line-height: 1.8;
}

.about h4 {
    font-family: "Times New Roman", Times, serif !important;
    font-weight: 600;
    font-size: 24px;
    /* Slightly bigger for premium feel */
    letter-spacing: 0.5px;
    /* Clean spacing */
    color: var(--red) !important;
    /* Keep your theme color */
    text-transform: none;
}

.about h1 {
    font-family: "Cormorant Garamond", serif !important;
    color: #fff !important;
    font-weight: 600;
}
/* ---------------------------------------- ----*/

/* Our Story Section */
.our-story-section {
    position: relative;
    background-image: url('../img/blurred_rain_spectacle.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

/* Small top wave using SVG */
.our-story-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    
}
/* Our Story Text Column */
.our-story-section .col-xl-7 {
    color: #fff; /* default text color, adjust as needed */
    max-width: 100%;
}

/* H1 Title */
.our-story-section .ourstory-title {
    font-family: 'Poppins', sans-serif;
    font-size: 3rem;       /* large, eye-catching */
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: var(--red);     /* accent color */
    letter-spacing: 0.5px;
}

/* Paragraph Text */
.our-story-section .ourstory-text {
    font-family: 'Roboto', sans-serif;
    font-size: 1.125rem;   /* 18px */
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: #f5f5f5;        /* light color for contrast */
}

/* Link/CTA */
.our-story-section .ourstory-link {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 1.25rem;   /* 20px */
    font-weight: 600;
    color: var(--red);
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.our-story-section .ourstory-link:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-2px);
}

/* Ensure content stays above the wave */
.our-story-section .container,
.our-story-section .about-collage {
    position: relative;
    z-index: 2;
}


/* Base collage grid */
.about-collage {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
   
}

/* Common image styling */
.about-collage img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;

    /* Smooth animation */
    animation: floatImage 4s ease-in-out infinite;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* LEFT IMAGE TILT (head moves left) */
.about-collage .collage-item:nth-child(1) img {
    transform: rotate(-50deg);
}

/* RIGHT IMAGE TILT (head moves right) */
.about-collage .collage-item:nth-child(2) img {
    transform: rotate(50deg);
}

/* Floating animation */
@keyframes floatImage {
    0%   { transform: translateY(0) scale(1); }
    50%  { transform: translateY(-10px) scale(1.03); }
    100% { transform: translateY(0) scale(1); }
}

/* *********************************** */
/* Target the second collage in the Our Story section */
.our-story-section .container-fluid:nth-of-type(2) .about-collage {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* Images in this second collage */
.our-story-section .container-fluid:nth-of-type(2) .about-collage img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* Left image (subtle tilt left) */
.our-story-section .container-fluid:nth-of-type(2) .about-collage .collage-item:nth-child(1) img {
    transform: rotate(-20deg);
    animation: floatLeft 4s ease-in-out infinite;
}

/* Right image (subtle tilt right) */
.our-story-section .container-fluid:nth-of-type(2) .about-collage .collage-item:nth-child(2) img {
    transform: rotate(20deg);
    animation: floatRight 4s ease-in-out infinite;
}

/* Floating animations */
@keyframes floatLeft {
    0%   { transform: rotate(-20deg) translateY(0) scale(1); }
    50%  { transform: rotate(-20deg) translateY(-10px) scale(1.03); }
    100% { transform: rotate(-20deg) translateY(0) scale(1); }
}

@keyframes floatRight {
    0%   { transform: rotate(20deg) translateY(0) scale(1); }
    50%  { transform: rotate(20deg) translateY(-10px) scale(1.03); }
    100% { transform: rotate(20deg) translateY(0) scale(1); }
}

/* Hover effect */
.our-story-section .container-fluid:nth-of-type(2) .about-collage img:hover {
    transform: scale(1.08) translateY(-12px) rotate(0deg) !important;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}
/* ================================
   BLUE GLASSY CARD FOR
   OUR STORY TEXT CONTENT
================================ */

/* Target only the TEXT column inside Our Story */
.our-story-section .col-xl-7 {
    position: relative;
    background: linear-gradient(
        135deg,
        rgba(0, 80, 200, 0.45),
        rgba(0, 140, 255, 0.25)
    );
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);

    padding: 45px 40px;
    border-radius: 22px;

    border: 1.5px solid rgba(0, 0, 0, 0.65);
    box-shadow: 0 25px 55px rgba(0, 60, 140, 0.45);

    z-index: 3;
}

/* Glass border glow */
.our-story-section .col-xl-7::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 22px;
    padding: 1px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.6),
        rgba(0, 120, 255, 0.4)
    );
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    pointer-events: none;
}

/* Improve text contrast inside glass */
.our-story-section .ourstory-title {
    color: #ffffff;
}

.our-story-section .ourstory-text {
    color: rgba(255, 255, 255, 0.9);
}

/* CTA highlight */
.our-story-section .ourstory-link {
    color: #ffffff;
}

.our-story-section .ourstory-link:hover {
    color: var(--red);
    border-bottom-color: var(--red);
}

/* Responsive polish */
@media (max-width: 768px) {
    .our-story-section .col-xl-7 {
        padding: 35px 25px;
        border-radius: 18px;
    }
}
/* ================================
   PURE CSS BLACK WAVES
   (TOP & BOTTOM – FULL WIDTH)
================================ */

.our-story-section {
    position: relative;
    overflow: hidden;
}

/* Top wave */
.our-story-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: #000;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 55%,
        85% 70%,
        70% 45%,
        55% 60%,
        40% 30%,
        25% 55%,
        10% 40%,
        0 65%
    );
    z-index: 1;
}

/* Bottom wave */
.our-story-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: #000;
    clip-path: polygon(
        0 45%,
        15% 30%,
        30% 55%,
        45% 35%,
        60% 65%,
        75% 45%,
        90% 60%,
        100% 40%,
        100% 100%,
        0 100%
    );
    z-index: 1;
}

/* Keep content above waves */
.our-story-section > * {
    position: relative;
    z-index: 2;
}

/* Mobile adjustment */
@media (max-width: 768px) {
    .our-story-section::before,
    .our-story-section::after {
        height: 80px;
    }
}

/*** Service Start ***/


/* Contact section glassy background */
.contact {
    position: relative;
    background: linear-gradient(135deg, #a4c7ea, #46586a);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

/* Optional background image behind glass */
.contact::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('/assets/img/glass-bg.jpg') center / cover no-repeat;
    opacity: 0.25;
    z-index: -1;
}

/* Glass cards */
.contact .bg-light {
    background: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.1);
}

/* Form inputs glass effect */
.contact .form-control {
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(10px);
    border-radius: 10px;
}

/* Map glass frame */
.contact iframe {
    border-radius: 18px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}
/* CONTACT SECTION BACKGROUND */
/* .contact {
    position: relative;
    background: url("/img/blurred_rain_spectacle.png") center center / cover no-repeat;
} */

/* Dark overlay for readability */
.contact::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45); /* adjust darkness */
    z-index: 0;
}

/* Keep content above overlay */
.contact > .container {
    position: relative;
    z-index: 1;
}

/* FORM & MAP HIGHLIGHT & SIZE ADJUST */
.contact .col-xl-6 > .bg-light,
.contact .col-xl-6 > .rounded {
    position: relative;
    padding: 20px; /* slightly smaller padding */
    border-radius: 18px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.12); /* lighter glass */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
    max-height: 550px; /* reduce box height */
}

/* Map iframe fix & size reduction */
.contact iframe {
    width: 100%;
    height: 100%;
    min-height: 500px; /* smaller map */
    border-radius: 16px;
}


/* Each contact item */
.contact .contact-add-item {
    min-width: 220px; /* adjust width per item */
    flex: 0 0 auto;   /* keep them from shrinking */
    margin-right: 20px;
}
/* Contact info row as flex */
.contact-info-row {
    display: flex;
    flex-wrap: wrap; /* wrap on smaller screens */
    gap: 15px;       /* reduced gap between items */
    justify-content: space-between; /* spread evenly */
}

/* Each contact item */
.contact-info-row .contact-add-item {
    flex: 1 1 200px;  /* grow/shrink, min width 200px */
    max-width: 23%;   /* 4 items in one row */
    min-width: 180px;
}
.contact-info-row .contact-add-item h4,
.contact-info-row .contact-add-item p {
    word-break: break-word;    
    overflow-wrap: anywhere;  
    color: #fff;
}

/*-------------- SOCIAL MEDIA LINKS--------------------- */
/* Floating Social Icons */
.dashboard-floating-icons {
    position: fixed;
    bottom: 80px;
    right: 2px;
    z-index: 1050;
}

/* Icon links */
.social-float {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: none;
}

/* Icons */
.social-float i {
    font-size: 28px;
}

/* WhatsApp */
.social-float.whatsapp i {
    color: #fff;
    background-color: #25D366;
    width: 44px;
    height: 44px;
    line-height: 44px;      /* centers icon vertically */
    text-align: center;    /* centers icon horizontally */
    border-radius: 50%;
    display: inline-block;
}



.social-float.instagram i {
    color: #fff;
    background-color: #E1306C;
    width: 44px;
    height: 44px;
    line-height: 44px;      /* centers icon vertically */
    text-align: center;    /* centers icon horizontally */
    border-radius: 50%;
    display: inline-block;
}


/* ================= CHATBOT CONTAINER ================= */

#chatbotBox {
    position: fixed;
    bottom: 140px;
    right: 20px;
    width: 320px;
    max-height: 480px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    display: none;
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    z-index: 1100;
    overflow: hidden;
    animation: chatbotFadeIn 0.3s ease;
}

@keyframes chatbotFadeIn {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* ================= HEADER ================= */

.chatbot-header {
    background: linear-gradient(135deg, var(--red), #b30000);
    color: #fff;
    padding: 14px 16px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
}

.chatbot-header span {
    cursor: pointer;
    font-size: 22px;
    opacity: 0.85;
}

.chatbot-header span:hover {
    opacity: 1;
}

/* ================= BODY ================= */

.chatbot-body {
    flex: 1;
    padding: 14px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 14px;
    background: #fafafa;
}

/* ================= FOOTER ================= */

.chatbot-footer {
    padding: 10px;
    border-top: 1px solid #eee;
    display: flex;
    gap: 8px;
    background: #fff;
}

.chatbot-footer input {
    flex: 1;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 10px 14px;
    font-size: 14px;
    outline: none;
}

.chatbot-footer input:focus {
    border-color: var(--red);
}

/* ================= FOOTER BUTTON (SEND) ================= */

.chatbot-footer button {
    background: linear-gradient(135deg, #ff4d4d, #b30000);
    color: #fff;
    border: none;
    padding: 10px 16px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.25s ease;
    font-size: 16px;
}

.chatbot-footer button:hover {
    background: linear-gradient(135deg, #ff6666, #cc0000);
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}

.chatbot-footer button:active {
    transform: translateY(0) scale(0.95);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

/* Optional: icon inside button */
.chatbot-footer button i {
    font-size: 18px;
    pointer-events: none;
}

/* ================= MESSAGES ================= */

.message {
    max-width: 80%;
    padding: 10px 14px;
    border-radius: 16px;
    font-size: 13.5px;
    line-height: 1.5;
    word-wrap: break-word;
}

.message.bot {
    background: #f1f3f5;
    color: #333;
    align-self: flex-start;
    border-top-left-radius: 4px;
}

.message.user {
    background: var(--red);
    color: #fff;
    align-self: flex-end;
    border-top-right-radius: 4px;
}

/* ================= BOT OPTIONS ================= */

.bot-options {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.bot-options button {
    border: 1px solid #ddd;
    background: #fff;
    color: var(--red);
    padding: 8px 12px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.2s ease;
}

.bot-options button:hover {
    background: var(--red);
    color: #fff;
    border-color: var(--red);
}

/* ================= TYPING INDICATOR ================= */

.message.typing {
    background: #f1f3f5;
    width: fit-content;
    padding: 8px 12px;
    border-radius: 16px;
}

.message.typing .dot {
    width: 6px;
    height: 6px;
    margin-right: 4px;
    background: #999;
    border-radius: 50%;
    display: inline-block;
    animation: blink 1.4s infinite both;
}

@keyframes blink {
    0% { opacity: 0.3; }
    20% { opacity: 1; }
    100% { opacity: 0.3; }
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {
    #chatbotBox {
        width: 92%;
        right: 4%;
        bottom: 90px;
    }
}
/* ===================GET IN TOUCH=============== */

/* ---------- Glassy Blue Modal ---------- */
.modal-content {
  background: linear-gradient(
    135deg,
    rgba(0, 120, 255, 0.25),
    rgba(0, 180, 255, 0.15)
  );
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 25px 50px rgba(0, 60, 120, 0.35);
}

/* Header */
.modal-header {
  background: linear-gradient(
    135deg,
    rgba(0, 90, 200, 0.85),
    rgba(0, 160, 255, 0.85)
  );
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  border-bottom: 1px solid rgba(255,255,255,0.25);
}

/* ---------- Glass Cards ---------- */
.contact-info-box,
.contact-form-box {
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.25);
  box-shadow: 0 12px 30px rgba(0, 80, 160, 0.25);
  color: #fff;
}

/* Headings */
.contact-info-box h6,
.modal-title {
  font-weight: 600;
  color: #ffffff;
}

/* Text */
.contact-info-box p,
.contact-info-box a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
}

.contact-info-box a:hover {
  color: #ffffff;
}

/* Icons */
.contact-icon {
  font-size: 22px;
  color: #9fe4ff;
  margin-right: 15px;
  margin-top: 4px;
  min-width: 30px;
}

/* ---------- Form Fields ---------- */
.contact-form-box .form-control {
  background: rgba(255,255,255,0.22);
  border: 1px solid rgba(255,255,255,0.35);
  color: #fff;
  border-radius: 12px;
  padding: 12px 14px;
}

.contact-form-box .form-control::placeholder {
  color: rgba(255,255,255,0.7);
}

.contact-form-box .form-control:focus {
  background: rgba(255,255,255,0.3);
  border-color: #9fe4ff;
  box-shadow: 0 0 0 0.2rem rgba(159, 228, 255, 0.3);
}

/* ---------- Button ---------- */
.contact-form-box button {
  border-radius: 30px;
  font-weight: 600;
  background: linear-gradient(135deg, #00b4ff, #007bff);
  border: none;
  box-shadow: 0 8px 20px rgba(0, 120, 255, 0.5);
}

.contact-form-box button:hover {
  background: linear-gradient(135deg, #007bff, #0056d2);
}

/* ---------- Mobile ---------- */
@media (max-width: 768px) {
  .contact-info-box,
  .contact-form-box {
    padding: 20px;
  }
}
/* Contact item blocks */
.contact-item {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 14px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 6px 18px rgba(0, 80, 160, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Hover effect */
.contact-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 120, 255, 0.35);
}

/* Icon alignment inside block */
.contact-item .contact-icon {
  margin-top: 4px;
}
/* ---------------------END------------------------ */

/* LOCATION SECTION */
.location {
    background: linear-gradient(
        135deg,
        rgba(0, 123, 255, 0.15),
        rgba(0, 0, 0, 0.45)
    );
    backdrop-filter: blur(12px);
}

/* GLASS CARD */
.location-glass {
    background: rgba(0, 123, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(15px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
}

/* IMAGE GLASS */
.location-image {
    background: rgba(0, 123, 255, 0.25);
    backdrop-filter: blur(10px);
}

/* ICONS BLACK */
.location i {
    color: #000000 !important;
}

/* TEXT COLORS */
.location h1 {
    color: #000 !important;
}

.location .d-flex h4 {
    color: #000 !important;
}

.location p {
    color: #000 !important;
}

/* BUTTON HOVER */
.location .btn-outline-light:hover {
    background: #000 !important;
    color: #0d6efd;
}
/* Image wrapper */
.location-image {
    background: rgba(0, 123, 255, 0.15);
    backdrop-filter: blur(10px);
}

/* Image */
.location-map {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block; /* prevents bottom gap */
}

/* Floating Lottie Button */
.map-lottie-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;

    width: 60px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(12px);
    border-radius: 50%;

    box-shadow: 0 10px 30px rgba(0, 123, 255, 0.4);
    cursor: pointer;
    z-index: 10;
    transition: transform 0.3s ease;
}

/* Hover effect */
.map-lottie-btn:hover {
    transform: scale(1.1);
}

/* Prevent iframe from adding layout height */
.map-lottie-btn iframe {
    width: 40px;
    height: 40px;
    border: none;
    pointer-events: none;
    display: block;
}

/* ---------SERVICES-------------- */
:root {
    --curve-black: #000000;
}

/* SERVICES SECTION */
.service {
    
    position: relative;
    z-index: 2;
}

.services-top-curve,
.services-bottom-curve {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    line-height: 0;
    overflow: hidden;
}


.services-top-curve svg,
.services-bottom-curve svg {
    width: 100%;
    height: 200px;   
    display: block;
}

/* REMOVE HAIRLINE GAPS */
.services-top-curve {
    margin-bottom: -2px;
}

.services-bottom-curve {
    margin-top: -2px;
}

.py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.service-inner {
    padding-top: 90px;
    padding-bottom: 90px;
}

.social-icons {
    display: flex;
    align-items: center;
}

.social-icons a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-contact-bar {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 20px;
    margin-top: 30px;
}

.footer-contact-bar .contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 14px;
}

.footer-contact-bar i {
    color: #0d6efd;
    font-size: 16px;
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-icons a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* =========================
   BRAND CONTAINER
========================= */
.fancy-brand {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 24px;
    border-radius: 14px;
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.fancy-brand:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

/* Glass background layer */
.fancy-brand::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 0;
}

/* Keep content above blur */
.fancy-brand > * {
    position: relative;
    z-index: 1;
}

/* =========================
   LOGO ICON (TRANSPARENT & SHARP)
========================= */
.logo-icon {
    width: 85px;
    height: 85px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;

    /* Remove white box */
    background: transparent;

    /* Sharp rendering */
    transform: translateZ(0);
    backface-visibility: hidden;
}

.logo-icon img {
    width: 100%;
    height: 100%;

    /* Fill cleanly without blur */
    object-fit: cover;

    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    backface-visibility: hidden;
}

/* =========================
   BRAND TEXT
========================= */
.brand-text {
    line-height: 1.1;
}

.brand-title {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #ffffff;
}

.brand-title span {
    color: #7db7ff;
    font-weight: 600;
}

.brand-tagline {
    margin-top: 4px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    
}

/* =========================
   DECORATIVE LINES
========================= */
.top-key,
.bottom-key-1,
.bottom-key-2 {
    position: absolute;
    height: 2px;
    background: linear-gradient(to right, transparent, #7db7ff, transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.top-key {
    top: 0;
    left: 10%;
    width: 80%;
}

.bottom-key-1 {
    bottom: 6px;
    left: 20%;
    width: 60%;
}

.bottom-key-2 {
    bottom: 0;
    left: 30%;
    width: 40%;
}

.fancy-brand:hover .top-key,
.fancy-brand:hover .bottom-key-1,
.fancy-brand:hover .bottom-key-2 {
    opacity: 1;
}
.brand-img-box {
    width: 100%;
    height: 250px;          /* control logo height */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px;
}

.brand-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;    /* perfect for logos */
    transition: transform 0.3s ease;
}

/* Optional hover effect */
.brand-img-box:hover .brand-img {
    transform: scale(1.05);
}

/* Responsive adjustment */
@media (max-width: 768px) {
    .brand-img-box {
        height: 140px;
    }
}
