/********** Template CSS **********/
/*** 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;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

img.animated.pulse {
    animation-duration: 5s;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: var(--bs-white);
}

.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;
    border-radius: 50px;
}


/*** Navbar ***/
.sticky-top {
    top: -150px;
    transition: .5s;
}

.navbar {
    padding: 11px 0 !important;
    height: 85px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 45px;
    padding: 0;
    color: var(--bs-dark);
    font-weight: 500;
    transition: .5s;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-white);
}

.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 {
        padding: 0 15px;
        background: var(--bs-primary);
    }

    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
}

@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;
    }
}


/*** Hero Header ***/
.hero-header {
    position: relative;
    margin-top: -85px;
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/bg.png) center center no-repeat;
    background-size: cover;
}

.hero-header::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.hero-header .container {
    position: relative;
    z-index: 1;
}

.hero-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-light);
}


/*** Feature ***/
.feature-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.feature-item .border {
    position: relative;
    border-color: rgba(255, 255, 255, .2) !important;
    z-index: 1;
}


/*** Deal ***/
.deal {
    position: relative;
    background: url(../img/bg.png) center center no-repeat;
    background-size: cover;
}

.deal::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.deal .bg-white {
    position: relative;
    z-index: 1;
}

.deal .cdt span {
    display: block;
    font-size: 16px;
    font-style: italic;
    font-weight: 200;
    text-transform: capitalize;
}


/*** How To Use ***/
.how-to-use {
    position: relative;
    background: url(../img/bg-2.png) center center no-repeat;
    background-size: cover;
}

.how-to-use::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.how-to-use .container {
    position: relative;
    z-index: 1;
}

.how-to-use .border {
    border-color: #01223a !important;
}


/*** Product ***/
.product-item {
    transition: .1s;
}

.product-item:hover {
    border-width: 0 !important;
    box-shadow: 0 0 35px rgba(144, 188, 121, .25);
}

.product-item:hover a.btn {
    color: var(--bs-white);
    background: var(--bs-primary);
}


/*** Testimonial ***/
.testimonial {
    position: relative;
    /* background: url(../img/bg-2.png) center center no-repeat; */
    background-size: cover;
}

.testimonial::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.testimonial .testimonial-carousel {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
    border-color: rgba(255, 255, 255, .2) !important;
    margin: 0 auto 20px auto;
    border-radius: 100px;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 3px solid rgba(255, 255, 255, .2);
    border-radius: 30px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--bs-dark);
}


/*** Blog ***/
.blog-item {
    transition: .1s;
}

.blog-item:hover {
    border-width: 0 !important;
    box-shadow: 0 0 35px rgba(144, 188, 121, .25);
}

.blog-item:hover a.btn {
    color: var(--bs-white);
    background: var(--bs-primary);
}


/*** Contact ***/
.contact-info-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.contact-info-item .border {
    position: relative;
    border-color: rgba(255, 255, 255, .2) !important;
    z-index: 1;
}


/*** Newsletter ***/
.newsletter {
    position: relative;
    background: url(../img/bg.png) center center no-repeat;
    background-size: cover;
}

.newsletter::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.newsletter .container {
    position: relative;
    z-index: 1;
}

.newsletter .form-control {
    background: rgba(255, 255, 255, .3);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--bs-body);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link:hover {
    color: var(--bs-primary);
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 3px solid var(--bs-light);
}

.footer .copyright a {
    color: var(--bs-body);
}

.footer .copyright a:hover {
    color: var(--bs-primary);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 3px solid var(--bs-light);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.btn-glow-whatsapp {
    background: linear-gradient(135deg, #32ff7e, #0ac65d);
    color: white;
    font-weight: 500;
    border: none;
    border-radius: 10px;
    box-shadow: 0 6px 16px rgba(50, 255, 126, 0.5);
    transition: all 0.3s ease;
}
.btn-glow-whatsapp:hover {
    background: linear-gradient(135deg, #0ac65d, #078d47);
     color: white !important;
    box-shadow: 0 10px 24px rgba(10, 198, 93, 0.6);
    transform: translateY(-3px);
}


.btn-glow-call {
    background: linear-gradient(135deg, #1c1c1c, #3a3a3a);
    color: white;
    font-weight: 500;
    border: none;
    border-radius: 10px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}
.btn-glow-call:hover {
    background: linear-gradient(135deg, #000000, #222222);
     color: white !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.7);
    transform: translateY(-3px);
}


.btn-glow-rate {
    background: linear-gradient(135deg, #3078ab, #1e5f90);
    color: white;
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(48, 120, 171, 0.4);
    transition: all 0.3s ease;
}
.btn-glow-rate:hover {
    background: linear-gradient(135deg, #1e5f90, #103d66);
     color: white !important;
    box-shadow: 0 8px 24px rgba(16, 61, 102, 0.6);
    transform: translateY(-3px);
}

/* ===== SECTION BACKGROUND ===== */
.about-bubble-bg {
    position: relative;
    overflow: hidden;
    /* background: radial-gradient(circle at top left, #ffffff 0%, #f5f5f5 80%); */
    background-blend-mode: screen;
    /* border-radius: 20px;  */
    z-index: 1;
}

/* ===== BUBBLE BASE STYLES ===== */
.bubble {
    position: absolute;
    border-radius: 50%;
    z-index: 9999999;
    animation: bubbleFloat 8s ease-in-out infinite;  
    
    opacity: 4.0; /* 👈 thoda zyada visible */ 
}

/* ===== BUBBLE SIZES ===== */
.bubble-sm {
    width: 30px;
    height: 30px;
}
.bubble-md {
    width: 60px;
    height: 60px;
}
.bubble-lg {
    width: 100px;
    height: 100px;
}

/* ===== BUBBLE COLORS ===== */
.bubble-green {
    background-color: rgba(0, 201, 107, 0.12);
}
.bubble-blue {
    background-color: rgba(0, 153, 255, 0.12);
}
.bubble-pink {
    background-color: rgba(255, 99, 155, 0.12);
}
.bubble-yellow {
    background-color: rgba(255, 230, 0, 0.12);
}
.bubble-white {
    background-color: rgba(255, 255, 255, 0.15);
}

/* ===== FLOAT ANIMATION ===== */
@keyframes bubbleFloat {
  0%   { transform: scale(1);   opacity: 3.15; }
  25%  { transform: scale(1.3); opacity: 3.25; }
  50%  { transform: scale(1.6); opacity: 3.3; }
  75%  { transform: scale(1.3); opacity: 3.25; }
  100% { transform: scale(1);   opacity: 3.15; }
}

/* ===== ROTATION ANIMATION ===== */
@keyframes rotateBubble {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.heading-right-line {
    position: relative;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700; 
    padding-right: 10px; /* Space for line */
    margin:20px
}

.heading-right-line::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: 5px;
    width: 80px;
    height: 2px;
    background: linear-gradient(to right, #6f42c1, #6f42c1);
    transform: translateY(-50%);
    border-radius: 2px;
}

.How-to {
    color: #04253d !important;
}
.How-to-head {
    color: #01223a !important;
}
    

.heading-left-line {
    position: relative;
    display: inline-block;
    /* font-size: 1.8rem;
    font-weight: 700;  */
    padding-left: 60px; /* Space for left line */
    /* margin: 20px; */
}

.heading-left-line::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(to right, #6f42c1, #6f42c1);
    transform: translateY(-50%);
    border-radius: 2px;
}
/* Timeline Marker */
.timeline-marker {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-left: -15px;
    margin-top: -10px;
    background-color: #ffffff;
    border: 4px solid #3078ab;
    border-radius: 50%;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.4);
}

/* Responsive fix: shift timeline line for mobile */
@media (max-width: 767.98px) {
    .timeline-line {
        left: 10px !important;
    }
    .timeline-marker {
        left: 10px !important;
    }
    .timeline-item .col-md-6 {
        text-align: left !important;
        padding-left: 2rem !important;
        padding-right: 0 !important;
    }
}
.masonry-grid {
    column-count: 2; /* 2 columns */
    column-gap: 10px;
}
.masonry-grid img {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
    display: block;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.masonry-grid img:hover {
    transform: scale(1.03);
}
@media (min-width: 768px) {
    .masonry-grid { column-count: 3; } /* bigger screen → more columns */
}
@media (min-width: 1200px) {
    .masonry-grid { column-count: 4; } /* desktop → 4 columns */
}

/* Lightbox same as before */
.lightbox {
    display: none;
    position: fixed;
    z-index: 1050;
    padding-top: 5%;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.9);
}
.lightbox-content {
    display: block;
    margin: auto;
    max-width: 80%;
    max-height: 80vh;
    border-radius: 10px;
}
.close {
    position: absolute;
    top: 20px; right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}
.close:hover { color: #ccc; }

.glass-card {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}
.glass-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.08);
}
.icon-circle {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #007bff, #00bcd4);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    margin: 0 auto;
}