/* Reset some default styles */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: rgba(197, 197, 197, 0.115);
    min-height: 100vh;
    line-height: 1.5;
}

.header{
    background-color: #10133B !important;
}

.image-container {
    overflow: hidden;
    border-radius: 12px;
}

.image-container img {
    border-radius: 12px;
}

.video-container iframe {
    border-radius: 12px;
}

/* Top Bar Styles */
.top-bar a:hover {
    opacity: 0.8;
}

.navbar{
  padding: 0 0!important;
}
.navbar-header{
    border: 0;
    border-bottom: 2px solid #0041b1;
}

/* Email responsive styling */
.email-link {
    font-size: 0.875rem;
}

.email-text {
    word-break: break-all;
    font-size: 0.75rem;
}

@media (min-width: 576px) {
    .email-text {
        font-size: 0.875rem;
        word-break: normal;
    }
}


/*Override Bootstrap Styles  */

.text-primary {
    color: #0041b1 !important;
}

.bg-primary {
    background-color: #0041b1 !important;
}

.btn-primary {
    background-color: #0041b1;
    border-color: #0041b1;
}

.btn-primary:hover {
    background-color: #002769;
    border-color: #1c65e3;
}

.btn-outline-primary {
    color: #0041b1;
    border-color: #0041b1;
}

.btn-outline-primary:hover {
    background-color: #0041b1;
    color: #fff;
    border-color: #0041b1;
}

/* Navbar Custom Styles */
.navbar-logo {
    height: 70px;
    width: auto;
    object-fit: contain;
}

.navbar-nav .nav-link {
    color: #212529;
    position: relative;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: var(--bs-primary);
}

.navbar-nav .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background-color: var(--bs-primary);
    border-radius: 2px;
}

.dropdown-menu {
    min-width: 220px;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
    border-radius: 0.5rem;
    animation: fadeIn 0.2s ease;
}

.dropdown-item {
    transition: all 0.2s ease;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: rgba(145, 13, 253, 0.1);
    color: var(--bs-primary);
    padding-left: 1.25rem;
}

/* Dropdown hover functionality for desktop screens */
@media (min-width: 992px) {
    .dropdown-menu {
        margin-top: 0;
    }
    
    .navbar-nav .dropdown:hover > .dropdown-menu,
    .navbar-nav .dropdown-menu:hover {
        display: block;
    }
    
    .navbar-nav .dropdown > .dropdown-toggle:active {
        pointer-events: none;
    }
}

@media (max-width: 991.98px) {
    .navbar-nav {
        padding: 1rem 0;
    }
    
    .navbar-nav .nav-link {
        padding: 0.75rem 1rem;
        border-radius: 0.375rem;
    }
    
    .navbar-nav .nav-link:hover {
        background-color:  rgba(145, 13, 253, 0.1);
    }
    
    .dropdown-menu {
        border: none;
        box-shadow: none;
        padding-left: 1rem;
        background-color: #f8f9fa;
        border-radius: 0.375rem;
        margin: 0.25rem 0;
    }
    
    .dropdown-item:hover {
        padding-left: 1rem;
    }
}

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

.offcanvas-body {
  background: rgb(167, 244, 254) !important;
}


/* Slider Custom Styles */
.hero-section {
    position: relative;
    min-height: calc(100vh - 126px);
    padding: 20px 0;
    overflow: hidden;
}

.hero-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(13, 110, 253, 0.4) 100%);
  
}

.quote-form {
    border-top: 4px solid #0058db;
}

.quote-form .form-control:focus,
.quote-form .form-select:focus {
    border-color: #004fc5;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
}

.quote-form .input-group-text {
    border-color: #dee2e6;
}

@media (max-width: 991.98px) {
    .hero-section {
        min-height: auto;
    }
}

@media (max-width: 767.98px) {
    .hero-section .display-4 {
        font-size: 2rem;
    }
}





/*Service Section Styles */
.service-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    border: 1px solid #0041b1;
    border-radius: 30px;
}

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

.service-icon-box {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.service-link:hover {
    background-color: #000647 !important;
    transition: all 0.3 ease;
}

.service-link-icon {
    margin-left: 6px;
    transition: all 0.3 ease;
}
.service-link:hover .service-link-icon {
    margin-left: 10px;
}

/* Process Section Styles */
.process-section {
    background: linear-gradient(145deg, #0d47a1 0%, #1565c0 50%, #0d47a1 100%);
    position: relative;
    overflow: hidden;
}

.process-card {
    flex: 1 1 200px;
    max-width: 240px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid transparent;
}

.process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    border-color: #0446a9;
}

.process-number {
    top: 8px;
    right: 12px;
    font-size: 1.9rem;
    color: transparent;
    -webkit-text-stroke: 1px #3384ff;
    line-height: 1;
}

.process-icon-box {
    width: 50px;
    height: 50px;
    transition: transform 0.3s ease;
}

.process-icon-box i {
    font-size: 1.25rem;
}

.process-card:hover .process-icon-box {
    transform: scale(1.1);
}

.process-arrow-wrap {
    flex-shrink: 0;
}

.process-arrow {
    opacity: 0.6;
}

.process-card-text {
    font-size: 0.8rem;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .process-card {
        max-width: 100%;
        flex: 1 1 45%;
    }
}

@media (max-width: 575px) {
    .process-card {
        flex: 1 1 100%;
    }

    .process-icon-box {
        width: 45px;
        height: 45px;
    }
}


/* Why Choose Us Section Styles */
.choose-description {
    max-width: 580px;
}

.choose-feature-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.choose-feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
}

.choose-bg-gradient-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.choose-object-fit-cover {
    object-fit: cover;
    min-height: 400px;
}

@media (max-width: 991.98px) {
    .choose-object-fit-cover {
        min-height: 300px;
    }
}

.footer-btn {
    background: linear-gradient(
        145deg,
        rgba(13,110,253,1),
        rgba(255,0,51,1)
    );
    color: #e8ecff;
}

.footer-btn {
  position: relative;        /* keep Bootstrap structure intact */
  z-index: 99999;            /* ensure it stays above ALL divs */
  pointer-events: auto;     /* make sure it's always clickable */
}

/* Make sure the container is always on top */
.position-fixed {
  z-index: 99999 !important;
}




.logo-slider{
  overflow:hidden;
  position:relative;
  width:100%;
}

.logo-slide-track{
  display:flex;
  align-items:center;
  gap:60px;
  width:max-content;          
  will-change:transform;      
  animation:scroll 20s linear infinite;
}

.logo-slide-track img{
  width:130px;
  object-fit:contain;
  flex:0 0 auto;            
  transition:.3s;
}

.logo-slide-track img:hover{
  transform:scale(1.1);
}

@keyframes scroll{
  0%{
    transform:translateX(0);
  }
  100%{
    transform:translateX(-50%);
  }
}

.testimonial-box {
  transition: all 0.3s ease-in-out;
  background-color:white;
}
.testimonial-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  background-color: #0041B1!important;
  color: white;
}
.testimonial-box:hover i {
  color: white;
}

.content{
    text-align: justify;
}

 

.breadcrumb-overlay {
    background: rgba(0, 0, 0, 0.5);
}
.contact-form{
    margin:0% !important;
}

.custom-offcanvas {
  width: 50% !important; 
}
.offcanvas-body .nav-link {
  cursor: pointer;
}

.about-image{
    height: 400px  ;
    width:100% ;
    border-radius: 10px;
}

/* ===== Service Card Base ===== */
.service-card {
  padding: 26px 120px 26px 26px;
  overflow: hidden;
  position: relative;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(13,110,253,0.12);
  box-shadow: 
    0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
}

/* Gradient glow border */
.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  padding: 1.5px;
  background: linear-gradient(135deg, #0d6efd, #ff0033);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.45;
  pointer-events: none;
}

/* Content layer */
.service-content {
  position: relative;
  z-index: 2;
}

/* Icon box premium */
.service-icon {
  min-width: 64px;
  height: 64px;
  border-radius: 18px;
  background: linear-gradient(135deg, #0d6efd, #ff0033);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(13,110,253,0.35);
}

/* Icon gradient white */
.service-icon i {
  font-size: 28px;
  color: #fff;
}

/* Text */
.service-text p {
  margin-bottom: 6px;
  color: #5f6b7a;
  line-height: 1.6;
  font-size: 0.95rem;
}

.service-text .fw-bold {
  color: #0b2a5a;
}

/* Learn more modern */
.learn-more {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #0d6efd;
  position: relative;
}

.learn-more::after {
  content: " →";
  transition: transform 0.3s ease;
}

.service-card:hover .learn-more::after {
  transform: translateX(4px);
}

/* Half circle premium */
.half-circle {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 140px;
  height: 140px;
  background: linear-gradient(135deg, #0d6efd, #ff0033);
  border-bottom-left-radius: 100%;
  z-index: 1;
  opacity: 0.15;
  transition: all 0.4s ease;
}

/* Hover effects */
.service-card:hover {
  background: linear-gradient(135deg, #0d6efd, #ff0033) !important;
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 25px 60px rgba(13,110,253,0.25);
}

/* Text + icon turn white on hover */
.service-card:hover i,
.service-card:hover span,
.service-card:hover p {
  color: #fff !important;
}

/* Half circle animate on hover */
.service-card:hover .half-circle {
  transform: scale(1.2);
  opacity: 0.35;
}


 .smart-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
  }

  .smart-card.pop-active {
    transform: translateY(-12px) scale(1.05);
    box-shadow: 0 15px 40px rgba(53, 92, 220, 0.35) !important;
  }

  .hero-right {
  background-color: #0A0E45;
}

#scrollTopBtn {
            position: fixed;
            bottom: 40px;
            right: 40px;
            width: 56px;
            height: 56px;
            background: linear-gradient(135deg, #FFC107 0%, #FFC107 100%);
            color: white;
            border: none;
            border-radius: 16px;
            cursor: pointer;
            font-size: 24px;
            box-shadow: 0 8px 24px rgba(255, 214, 65, 0.4);
            opacity: 0;
            visibility: hidden;
            transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            z-index: 1000;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        #scrollTopBtn.show {
            opacity: 1;
            visibility: visible;
            animation: slideUp 0.4s ease-out;
        }

        #scrollTopBtn:hover {
            background: linear-gradient(135deg, #FFC107 0%, #FFC107 100%);
            transform: translateY(-5px) scale(1.05);
            box-shadow: 0 12px 32px rgba(255, 214, 65, 0.5);
        }

        #scrollTopBtn:active {
            transform: translateY(-2px) scale(1.02);
        }

        #scrollTopBtn::before {
            content: '';
            position: absolute;
            inset: 0;
            border-radius: 16px;
            padding: 2px;
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), transparent);
            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            opacity: 0.6;
        }

        @keyframes slideUp {
            from {
                transform: translateY(20px);
                opacity: 0;
            }
            to {
                transform: translateY(0);
                opacity: 1;
            }
        }

        #scrollTopBtn:hover::after {
            content: '';
            position: absolute;
            inset: -4px;
            border-radius: 18px;
            background: linear-gradient(135deg, #FFC107 0%, #FFC107 100%);
            opacity: 0.3;
            animation: pulse 1.5s infinite;
            z-index: -1;
        }

        @keyframes pulse {
            0%, 100% {
                transform: scale(1);
                opacity: 0.3;
            }
            50% {
                transform: scale(1.1);
                opacity: 0;
            }
        }


.testimonial-card:hover {
  border: 1px solid rgba(13, 110, 253, 0.3);
}
.testimonial-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
  }

  .testimonial-card:hover {
    transform: translateY(-12px) scale(1.05);
    box-shadow: 0 15px 40px rgba(13, 110, 253, 0.25) !important;
    z-index: 2;
    
  }

.pulse {
  display: inline-block;
  animation: pulseAnim 1.2s infinite ease-in-out;
}

@keyframes pulseAnim {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.08);
  }

  100% {
    transform: scale(1);
  }
}


    /* Hero text fade + slide */
.hero-animate {
  animation: heroFadeUp 1s ease forwards;
  opacity: 0;
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Floating quote form */
.quote-float {
  animation: floatCard 2s ease-in-out infinite;
}

@keyframes floatCard {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}



/* Icon bounce */
.icon-bounce {
  animation: iconBounce 2s infinite;
}

@keyframes iconBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

/* Input focus glow */
.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(255,193,7,0.35);
  border-color: #ffc107;
}

.slide-left,
.slide-right {
  opacity: 0;
  will-change: transform, opacity;
}

.slide-left.active {
  animation: slideLeftAnim 1s ease forwards;
}

.slide-right.active {
  animation: slideRightAnim 1s ease forwards;
  animation-delay: 0.3s;
}

@keyframes slideLeftAnim {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideRightAnim {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}



.text-gradient {
    background: linear-gradient(90deg, #0d6efd, #6610f2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.choose-image-card img {
    transition: transform 0.6s ease;
}

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

.choose-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.65), rgba(0,0,0,0.1));
}

.choose-glass-card {
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(8px);
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.choose-glass-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(13,110,253,0.08));
    opacity: 0;
    transition: 0.4s;
}

.choose-glass-card:hover::before {
    opacity: 1;
}

.choose-glass-card:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 20px 45px rgba(13,110,253,0.18);
}

.icon-wrap {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0d6efd, #6610f2);
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 16px;
    animation: pulse 2.5s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.08); }
}


/* Scroll animation base */
.choose-glass-card {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease;
}

/* When visible */
.choose-glass-card.show {
  opacity: 1;
  transform: translateY(0);
}

/* Icon + Title in one line */
.choose-glass-card .icon-wrap,
.choose-glass-card .fs-5 {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

.choose-glass-card .icon-wrap {
  margin-right: 10px;
  font-size: 1.4rem;
  color: #0d6efd;
}

/* Numbers Section Enhanced Design */
.pxp-numbers {
  background: linear-gradient(135deg, #102266,#1253b6,#6D42AD, #ab0829);
  position: relative;
  overflow: hidden;

}

.pxp-numbers::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top, rgba(255,255,255,0.08), transparent 60%);
  pointer-events: none;
}

/* Card Style */
.pxp-numbers-item {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 18px;
  padding: 40px 25px;
  transition: all 0.4s ease;
  backdrop-filter: blur(6px);
  transform: translateY(40px) scale(0.95);
  opacity: 0;
}

/* Reveal Animation */
.pxp-numbers-item.show {
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* Hover Effect */
.pxp-numbers-item:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

/* Number Animation */
.pxp-numbers-item-number {
  color: #ffc107;
  letter-spacing: 1px;
  animation: glowPulse 2.5s infinite;
}

/* Glow Pulse */
@keyframes glowPulse {
  0%, 100% { text-shadow: 0 0 5px rgba(255,193,7,0.4); }
  50% { text-shadow: 0 0 20px rgba(255,193,7,0.9); }
}

/* Label Styling */
.pxp-numbers-item span.fw-semibold {
  display: inline-block;
  margin-top: 10px;
  color: #f1f1f1;
  letter-spacing: 0.5px;
}


/* FAQ Section Animation */
.faq-animate {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s ease;
}

.faq-animate.show {
  opacity: 1;
  transform: translateY(0);
}

/* Accordion Modern Look */
.accordion-item {
  background: #ffffff;
  border-radius: 16px !important;
  overflow: hidden;
  transition: all 0.3s ease;
}

.accordion-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08) !important;
}

.accordion-button {
  padding: 18px 20px;
  font-size: 16px;
  border-radius: 0 !important;
}

.accordion-button:not(.collapsed) {
  background: linear-gradient(90deg, #4614c3, #0b5ed7);
  color: #fff !important;
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.accordion-body {
  background: #f8f9fa;
  font-size: 15px;
  line-height: 1.7;
}

/* FAQ Section Title */
.faq-title {
  position: relative;
  display: inline-block;
}

.faq-title::after {
  content: '';
  width: 80px;
  height: 3px;
  background: #0d6efd;
  display: block;
  margin: 10px auto 0;
  border-radius: 10px;
}



.footer-glass-theme {
  background: linear-gradient(
    145deg,
    #020611,
    #050b1f
  );
  color: #e8ecff;
  border-top: 1px solid rgba(255,255,255,0.08);
  box-shadow: 
    0 -10px 40px rgba(13,110,253,0.25),
    0 -10px 40px rgba(255,0,51,0.15);
}

/* Footer Headings */
.footer-glass-theme span.fw-bold {
  background: linear-gradient(135deg, #0d6efd, #ff0033);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 10px rgba(13,110,253,0.4);
}

/* Footer Text */
.footer-glass-theme p,
.footer-glass-theme .content {
  color: #cfd6ff;
}

/* Footer Links */
.footer-glass-theme a {
  color: #cfd6ff;
  transition: all 0.3s ease;
}

.footer-glass-theme a:hover {
  color: #ffffff;
  text-shadow: 
    0 0 6px rgba(13,110,253,0.6),
    0 0 6px rgba(255,0,51,0.4);
}

/* Social Icons */
.footer-glass-theme .btn-outline-light {
  border-color: rgba(255,255,255,0.25);
  color: #ffffff;
  background: linear-gradient(
    145deg,
    rgba(13,110,253,0.15),
    rgba(255,0,51,0.12)
  );
  box-shadow: 
    0 0 10px rgba(13,110,253,0.3),
    0 0 10px rgba(255,0,51,0.2);
}

.footer-glass-theme .btn-outline-light:hover {
  background: linear-gradient(135deg, #0d6efd, #ff0033);
  border-color: transparent;
  box-shadow: 
    0 0 20px rgba(13,110,253,0.6),
    0 0 25px rgba(255,0,51,0.4);
}


/* Top Border Line */
.footer-glass-theme .border-top {
  border-color: rgba(255,255,255,0.15) !important;
}

/* Bottom Copyright */
.footer-glass-theme .border-top p {
  color: #aeb7ff;
  text-shadow: 0 0 6px rgba(13,110,253,0.4);
}

/* ===== Testimonial Glass Card ===== */
.testimonial-glass {
  position: relative;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 20px;
  padding: 28px;
  border: 1px solid rgba(13, 110, 253, 0.12);
  box-shadow: 
    0 10px 30px rgba(0, 0, 0, 0.08),
    inset 0 0 0 rgba(255,255,255,0.4);
  transition: all 0.35s ease;
  overflow: hidden;
}

/* Gradient glow border */
.testimonial-glass::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(135deg, #0d6efd, #ff0033);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.6;
}

/* Hover premium lift */
.testimonial-glass:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 
    0 25px 60px rgba(13, 110, 253, 0.18);
}

/* Quote icon modern */
.testimonial-glass i {
  background: linear-gradient(135deg, #0d6efd, #ff0033);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 12px;
  display: inline-block;
}

/* Text style */
.testimonial-glass p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 20px;
}

/* User info modern */
.testimonial-user {
  border-top: 1px dashed rgba(13,110,253,0.2);
  padding-top: 12px;
  display: flex;
  flex-direction: column;
}

.testimonial-user strong {
  font-size: 0.95rem;
  color: #0d6efd;
}

.testimonial-user small {
  font-size: 0.8rem;
  color: #6c757d;
}

/* Featured card highlight */
.testimonial-glass.featured {
  background: linear-gradient(135deg, rgba(13,110,253,0.08), rgba(255,0,51,0.08));
  border: 1px solid rgba(255, 0, 51, 0.25);
  transform: scale(1.03);
}

/* Section subtle background upgrade */
section.bg-light {
  background: radial-gradient(circle at top, #f8f9ff, #f1f4f9) !important;
}

/* Carousel controls modern */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #0d6efd;
  border-radius: 50%;
  padding: 15px;
  background-size: 60% 60%;
}

/* ===== Smart Process Cards (Modern Premium) ===== */
.smart-card {
  position: relative;
  background: rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 22px !important;
  overflow: hidden;
  box-shadow: 
    0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
}

/* Gradient border glow */
.smart-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  padding: 1.5px;
  background: linear-gradient(135deg, #0d6efd, #ff0033);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.55;
  pointer-events: none;
}

/* Hover + JS pop-active */
.smart-card:hover,
.smart-card.pop-active {
  transform: translateY(-12px) scale(1.03);
  box-shadow: 
    0 25px 60px rgba(13, 110, 253, 0.18);
}

/* Badge modern */
.smart-card .badge {
  background: linear-gradient(135deg, #0d6efd, #ff0033) !important;
  box-shadow: 0 6px 15px rgba(13,110,253,0.35);
  letter-spacing: 0.5px;
}

/* Icon gradient */
.smart-card i {
  background: linear-gradient(135deg, #0d6efd, #ff0033);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 6px 12px rgba(13,110,253,0.25));
}

/* Title style */
.smart-card .fw-bold {
  color: #0b2a5a;
  margin-bottom: 6px;
}

/* Text */
.smart-card .text-muted {
  font-size: 0.9rem;
  line-height: 1.7;
}

/* Subtle light sweep effect */
.smart-card::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.25), transparent 60%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.smart-card:hover::after,
.smart-card.pop-active::after {
  opacity: 1;
}

/* ===== Gradient Theme for Form ===== */
.form-gradient {
  background: linear-gradient(135deg, #0d6efd, #ff0033) !important;
  box-shadow: 0 15px 40px rgba(13,110,253,0.35);
}



/* Input group icons */
.form-gradient .input-group-text {
  background: linear-gradient(135deg, #0d6efd, #ff0033);
  border: none;
  color: #fff;
  box-shadow: 0 4px 10px rgba(13,110,253,0.25);
}

.form-gradient .input-group-text i {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

/* Inputs */
.form-gradient .form-control {
  border: 1px solid rgba(255,255,255,0.4);
}

.form-gradient .form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13,110,253,.25);
}

/* Submit Button */
.form-gradient .slide-btn {
  background: linear-gradient(135deg, #ff0033, #0d6efd) !important;
  box-shadow: 0 8px 20px rgba(255,0,51,0.35);
  transition: all 0.3s ease;
  border-color: white !important;
  border-width: 1px !important;
 
}

.form-gradient .slide-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(255,0,51,0.5);
}

/* ===== Gradient Services Card Theme ===== */

/* Card Header */
.services-gradient .card-header {
  background: linear-gradient(135deg, #0d6efd, #ff0033) !important;
  box-shadow: 0 6px 15px rgba(13,110,253,0.35);
  letter-spacing: 1px;
}

/* List item links */
.services-gradient .list-group-item-action {
  transition: all 0.3s ease;
  font-weight: 500;
}

/* Icons gradient */
.services-gradient .list-group-item-action i {
  background: linear-gradient(135deg, #0d6efd, #ff0033);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 4px 8px rgba(13,110,253,0.25));
}

/* Hover effect */
.services-gradient .list-group-item-action:hover {
  background: linear-gradient(135deg, rgba(13,110,253,0.08), rgba(255,0,51,0.08));
  transform: translateX(4px);
}

/* Active item */
.services-gradient .list-group-item-action.active {
  background: linear-gradient(135deg, #0d6efd, #ff0033) !important;
  color: #fff !important;
  box-shadow: 0 6px 15px rgba(255,0,51,0.35);
}

.services-gradient .list-group-item-action.active i {
  -webkit-text-fill-color: #fff;
  filter: drop-shadow(0 4px 8px rgba(255,255,255,0.3));
}

/* ===== Modern Glass + Gradient Rate Chart ===== */

.modern-rate-card {
  background: linear-gradient(135deg, #0d6efd, #ff0033);
  padding: 2px;
  border-radius: 18px;
  box-shadow: 0 20px 45px rgba(13,110,253,0.25),
              0 10px 25px rgba(255,0,51,0.2);
}

.modern-rate-inner {
  background: rgba(255,255,255,0.92);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  overflow: hidden;
}

/* Header */
.modern-rate-table thead th {
  background: linear-gradient(135deg, #0d6efd, #ff0033);
  color: #fff !important;
  border: none;
  font-weight: 700;
  letter-spacing: 0.5px;
  position: relative;
}

.modern-rate-table thead th::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,0.15), transparent);
}

/* Sticky First Column */
.modern-rate-table tbody th {
  background: linear-gradient(135deg, #f1f5ff, #ffe9ee);
  font-weight: 700;
  color: #0d6efd;
  border-right: 3px solid #ff0033;
}

/* Cells */
.modern-rate-table td {
  font-weight: 600;
  background: rgba(255,255,255,0.7);
  transition: all 0.35s ease;
  position: relative;
}

/* Row Hover = Card Lift */
.modern-rate-table tbody tr:hover td {
  background: linear-gradient(135deg, rgba(13,110,253,0.08), rgba(255,0,51,0.08));
  transform: translateY(-2px) scale(1.01);
  box-shadow: inset 0 0 0 1px rgba(13,110,253,0.15);
}

/* Premium & Express = Neon Highlight */
.modern-rate-table td:nth-last-child(1),
.modern-rate-table td:nth-last-child(2) {
  background: linear-gradient(135deg, rgba(255,0,51,0.08), rgba(13,110,253,0.08));
  font-weight: 800;
  color: #ff0033;
}

/* Soft Column Separators */
.modern-rate-table td,
.modern-rate-table th {
  border-color: rgba(0,0,0,0.05) !important;
}

/* Floating Title Glow */
.rate-title-glow {
  display: inline-block;
  padding: 8px 22px;
  border-radius: 50px;
  background: linear-gradient(135deg, #0d6efd, #ff0033);
  color: #fff;
  box-shadow: 0 10px 25px rgba(13,110,253,0.35);
}

/* ===== Mobile Swipe Slider for Rate Table ===== */
@media (max-width: 768px) {

  .modern-rate-card {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .modern-rate-inner {
    min-width: 900px; /* Forces horizontal swipe */
  }

  /* Sticky first column always visible */
  .modern-rate-table th.position-sticky {
    background: linear-gradient(135deg, #f1f5ff, #ffe9ee) !important;
    box-shadow: 4px 0 12px rgba(0,0,0,0.08);
    z-index: 5;
  }

  /* Swipe hint gradient */
  .modern-rate-card::after {
    content: "Swipe →";
    position: sticky;
    right: 10px;
    top: 10px;
    float: right;
    font-size: 12px;
    font-weight: 700;
    color: #ff0033;
    background: rgba(255,255,255,0.85);
    padding: 4px 10px;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  }

  /* Bigger touch targets */
  .modern-rate-table td,
  .modern-rate-table th {
    padding: 14px 12px;
    font-size: 14px;
  }

}
.seo-tips-strip {
  background: linear-gradient(135deg, #0d6efd, #ff0033);
  padding: 8px 0;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 6px 15px rgba(255,0,51,0.35);
}

.seo-tips-scroll {
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation: scrollTips 40s linear infinite;
}

.seo-tips-scroll span {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  margin: 0 16px;
  position: relative;
}

.seo-tips-scroll span::after {
  content: "•";
  position: absolute;
  right: -12px;
  color: rgba(255,255,255,0.7);
}

@keyframes scrollTips {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.seo-keyword-strip {
  background: linear-gradient(135deg, #0d6efd, #ff0033);
  padding: 10px 0;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(255,0,51,0.35);
}

.seo-keywords-scroll {
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation: scrollKeywords 40s linear infinite;
}

.seo-keywords-scroll span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin: 0 18px;
  position: relative;
}

.seo-keywords-scroll span::after {
  content: "|";
  position: absolute;
  right: -12px;
  color: rgba(255,255,255,0.7);
}

/* Smooth Infinite Scroll */
@keyframes scrollKeywords {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .seo-keywords-scroll span {
    font-size: 12px;
    margin: 0 12px;
  }
}

/* Glass Card */
.quote-glass {
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.25);
  overflow: hidden;
}

/* Gradient Header */
.quote-header {
  background: linear-gradient(135deg, #ff0033, #0d6efd);
  box-shadow: 0 10px 25px rgba(255,0,51,0.35);
}

/* Input Wrapper */
.quote-input {
  position: relative;
}

.quote-input i {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  color: #0d6efd;
  font-size: 1.1rem;
  z-index: 2;
}

/* Textarea Icon Fix */
.quote-input.textarea i {
  top: 18px;
  transform: none;
}

/* Inputs */
.quote-input .form-control {
  padding-left: 45px;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  height: 52px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.quote-input textarea.form-control {
  height: auto;
}

/* Focus Effect */
.quote-input .form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 3px rgba(13,110,253,0.15);
}

/* Gradient Button */
.btn-gradient {
  background: linear-gradient(135deg, #ff0033, #0d6efd) !important;
  border: 1px solid #fff;
  color: #fff !important;
  font-weight: 600;
  border-radius: 50px;
  box-shadow: 0 10px 25px rgba(255,0,51,0.35);
  transition: all 0.3s ease;
}

.btn-gradient:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(13,110,253,0.45);
}

.slim-image{
  width:82%;
  height:250px;
}

.slide-up {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
}

.slide-up.active {
  opacity: 1;
  transform: translateY(0);
}
