/********** Template CSS **********/
:root {
    --primary: #06A3DA;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #091E3E;
 --cyan: #10A6D9;
--navy: #0B1F3B;
--light-bg: #F4FAFD;
  --navys: #0b2a4a;
  --blue: #0aa3d5;
  --text-dark: #0a2540;
  --text-muted: #6b7c93;
  --border-soft: #e6edf5;
}

/* Portal Section Styling */
.portal-section .portal-box {
    background: #ffffff;
    border: 1px solid #e6eaf0;
    border-radius: 10px;
    padding: 25px;
    height: 100%;
}

.portal-section .portal-box a {
    display: block;
    padding: 12px 15px 12px 35px;
    margin-bottom: 8px;
    color: #0b2c5d;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    border-radius: 6px;
    transition: all 0.25s ease;
}

.portal-section .portal-box a::before {
    content: "➜";
    position: absolute;
    left: 12px;
    color: #0d6efd;
    font-size: 14px;
    transition: transform 0.25s ease;
}

.portal-section .portal-box a:hover {
    background: #f2f6ff;
    color: #0d6efd;
}

.portal-section .portal-box a:hover::before {
    transform: translateX(4px);
}


/* =========================
   Why BPO Section Styling
========================= */

.why-bpo-section {
    background: #ffffff;
}

.why-bpo-section h2 {
    line-height: 1.3;
}

.feature-box {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #eef1f6;
    height: 100%;
    transition: all 0.3s ease;
    will-change: transform, opacity;
}

.feature-box:hover {
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    transform: translateY(-6px);
}

.feature-box h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.feature-box p {
    font-size: 15px;
    color: #555;
    margin-bottom: 0;
}

.icon-circle {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #0d6efd, #0b5ed7);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-size: 22px;
    transition: transform 0.3s ease;
}

/* Icon hover motion */
.feature-box:hover .icon-circle {
    transform: scale(1.12);
}

/* Optional subtle floating animation */
@keyframes floatIcon {
    0% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
    100% { transform: translateY(0); }
}

.icon-circle {
    animation: floatIcon 3s ease-in-out infinite;
}

/* Avoid Detection Section */
.avoid-detection-section {
    background: #ffffff;
}

.avoid-detection-section p {
    font-size: 15.5px;
    line-height: 1.8;
    color: #555;
}

.avoid-image {
    overflow: hidden;
}

.avoid-image img {
    width: 100%;
    height: auto;
    transition: transform 0.6s ease;
}

/* Subtle hover zoom (professional) */
.avoid-image:hover img {
    transform: scale(1.05);
}

/* Our Mission Section */
.mission-section {
    background: #ffffff;
}

.mission-title {
    font-size: 42px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #0a2540;
    text-transform: uppercase;
    position: relative;
}

/* subtle underline */
.mission-title::after {
    content: "";
    width: 70px;
    height: 4px;
    background: #0d6efd;
    display: block;
    margin-top: 12px;
}

.mission-text {
    font-size: 17px;
    line-height: 1.9;
    color: #444;
    margin-bottom: 18px;
}

/* About Auto Acceptance Section */
.about-auto-section {
    background: #ffffff;
}

.about-auto-title {
    font-size: 34px;
    font-weight: 800;
    color: #0a2540;
    line-height: 1.3;
}

.about-auto-text {
    font-size: 16.5px;
    line-height: 1.9;
    color: #444;
    margin-bottom: 16px;
}

.about-image-wrap img {
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.about-btn {
    padding: 12px 28px;
    font-size: 16px;
    border-radius: 50px;
    font-weight: 600;
}

.stat-number {
    font-size: 64px;
    font-weight: 800;
    color: #111;
}

.stat-number::after {
    content: "+";
}

.stat-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #ff4d1c;
    border-radius: 50%;
    margin: 6px 0;
}

.stat-label {
    font-size: 14px;
    font-weight: 700;
    color: #ff4d1c;
    letter-spacing: 1px;
}

/* ===== SECTION BASE ===== */
.about-section {
  padding: 90px 0;
}

/* ===== BACKGROUNDS ===== */
.dark-bg {
 /* background: linear-gradient(135deg, var(--navy), var(--cyan));*/
}

.light-bg {
 /* background: var(--light-bg);*/
}

/* ===== IMAGE ===== */
.about-img {
  width: 420px;
  height: 320px;
  object-fit: cover;
  border-radius: 38% 42% 45% 40%;
  box-shadow: 0 22px 45px rgba(0,0,0,0.2);
  animation: float 5s ease-in-out infinite;
}

/* ===== CARD ===== */
.about-card {
  background: linear-gradient(135deg, var(--cyan), var(--navy));
  color: #ffffff;
  padding: 46px 40px;
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(11,31,59,0.35);
  transition: transform 0.4s ease;
}

.about-card.navy-card {
  background: linear-gradient(135deg, var(--cyan), var(--navy));
}

.about-card:hover {
  transform: translateY(-10px);
}

.about-card h3 {
  font-weight: 700;
  margin-bottom: 18px;
}

.about-card p {
  line-height: 1.7;
  font-size: 16px;
}

/* ===== DOT ===== */
.theme-dot {
  width: 18px;
  height: 18px;
  background: var(--cyan);
  border-radius: 50%;
  display: block;
  margin-bottom: 16px;
  animation: pulse 2s infinite;
}

/* ===== ANIMATIONS ===== */
@keyframes float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(16,166,217,0.7); }
  70% { box-shadow: 0 0 0 16px rgba(16,166,217,0); }
  100% { box-shadow: 0 0 0 0 rgba(16,166,217,0); }
}

/* ===== SCROLL REVEAL ===== */
.reveal-left {
  animation: slideLeft 1.1s ease both;
}

.reveal-right {
  animation: slideRight 1.1s ease both;
}

@keyframes slideLeft {
  from { opacity: 0; transform: translateX(-60px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes slideRight {
  from { opacity: 0; transform: translateX(60px); }
  to { opacity: 1; transform: translateX(0); }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .about-img {
    width: 100%;
    height: 260px;
  }
  .about-card {
    padding: 35px 25px;
  }
}

/* ===== SCROLL ANIMATION BASE ===== */
.reveal {
  opacity: 0;
  transition: all 1s ease;
}

.reveal-left {
  transform: translateX(-60px);
}

.reveal-right {
  transform: translateX(60px);
}

/* ACTIVE STATE */
.reveal.active {
  opacity: 1;
  transform: translateX(0);
}

/*** Spinner ***/
.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#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;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 800 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.footer-link {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    margin-left:0px;
}

.footer-link:hover {
    color: #0aa3d5;
    text-decoration: underline;
}



/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}




.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}


/*** Carousel ***/

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .7);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: var(--primary);
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}


/*** Service ***/
.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 2px;
    transform: rotate(-45deg);
}

.service-item .service-icon i {
    transform: rotate(45deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}


/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img {
    transition: .5s;
}

.team-item:hover .team-img img {
    transform: scale(1.15);
}


/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/breadcrumb.jpg) center center no-repeat;
    background-size: cover;
}

.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}

@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
}

/*-----------------------------------------------------------------------------------------------------------------------------*/

/* ================================
   GLOBAL RESET (SAFE FOR BOOTSTRAP)
================================ */
section {
  margin: 0;
  padding: 0;
}

.container,
.container-fluid {
  padding-top: 0;
  padding-bottom: 0;
}

.row {
  margin-top: 0;
  margin-bottom: 0;
}

/* Remove any accidental full-height sections */
section,
.services-section {
  min-height: auto !important;
  height: auto !important;
}

/* ================================
   SERVICES SECTION BASE
================================ */
.services-section {
  background: #ffff; /* light theme */
  padding: 70px 0;
  overflow: hidden;
}

/* ================================
   TEXT CONTENT
================================ */
.services-content h2 {
  font-size: 42px;
  font-weight: 700;
  color: #0b5f6d;
  margin-bottom: 15px;
}

.services-content .subtitle {
  font-size: 15px;
  letter-spacing: 1px;
  color: #00a6c7;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.services-content p {
  font-size: 16px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 18px;
}

/* ================================
   MOTION EFFECTS (SCROLL ANIMATION)
================================ */
.animate {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.9s ease;
}

.animate.show {
  opacity: 1;
  transform: translateY(0);
}

/* ================================
   IMAGE WRAPPER
================================ */
.services-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.services-image img {
  max-width: 420px;   /* FIXED image size */
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  transition: transform 0.6s ease;
}

.services-image img:hover {
  transform: scale(1.03);
}

/* ================================
   REMOVE EMPTY GAPS SAFELY
================================ */
.row:empty,
.col:empty,
.col-lg-6:empty {
  display: none !important;
}

/* ================================
   RESPONSIVE FIXES
================================ */
@media (max-width: 991px) {
  .services-section {
    padding: 50px 0;
  }

  .services-content h2 {
    font-size: 32px;
  }

  .services-image {
    margin-top: 30px;
  }
}

/* SECTION BASE */
.service-feature-section {
  padding: 90px 0;
  background: #f0fbff;
  overflow: hidden;
}

/* IMAGE */
.image-wrap {
  max-width: 520px;
  margin: auto;
  clip-path: path(
    "M80,10 
     Q160,-20 240,10 
     Q330,30 350,100 
     Q370,180 330,260 
     Q290,340 200,350 
     Q120,360 60,300 
     Q10,240 20,150 
     Q30,60 80,10 Z"
  );
  box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}

.image-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

/* CONTENT */
.content-wrap {
  max-width: 520px;
}

.service-tag {
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #0b7285;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 12px;
}

.service-title {
  font-size: 38px;
  font-weight: 800;
  color: #083344;
  margin-bottom: 22px;
}

.content-wrap p {
  font-size: 16px;
  line-height: 1.8;
  color: #334155;
  margin-bottom: 16px;
}

/* ANIMATIONS (INITIAL STATE) */
.animate-left,
.animate-right,
.animate-up {
  opacity: 0;
  transform: translateY(40px);
}

.animate-show {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.9s ease;
}


/* RESPONSIVE */
@media (max-width: 991px) {
  .service-title {
    font-size: 32px;
  }

  .image-wrap {
    max-width: 100%;
  }
}

/* ===== SERVICE SECTION ===== */
.service-section {
  background: #ffffff; /* light theme background */
}

.service-header {
  max-width: 900px;
}

.service-tag {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #0b5ed7;
  display: inline-block;
}

.service-title {
  font-size: 40px;
  font-weight: 800;
  color: #0b2239;
  line-height: 1.25;
}

/* Cards */
.service-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 32px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.06);
  height: 100%;
  transition: all 0.35s ease;
  position: relative;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.12);
}

.service-card h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0b2239;
}

.service-card p {
  font-size: 15px;
  color: #5a6a7a;
  margin-bottom: 0;
}

/* Number Badge */
.service-badge {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #ffffff;
  color: #0b5ed7;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

/* ===== ANIMATIONS ===== */
.animate-up {
  opacity: 0;
  transform: translateY(50px);
}

.animate-show {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.9s ease;
}

.delay-1 { transition-delay: 0.15s; }
.delay-2 { transition-delay: 0.3s; }
.delay-3 { transition-delay: 0.45s; }

/* ===== SERVICE DETAIL SECTION ===== */
.service-detail-section {
  background: #f0fbff;
}

.service-detail-title {
  font-size: 38px;
  font-weight: 800;
  color: #0b2239;
  margin-bottom: 18px;
}

.service-detail-text {
  font-size: 16px;
  line-height: 1.75;
  color: #5a6a7a;
}

.service-subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #0b2239;
}

.service-list {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
}

.service-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #4f5f6f;
}

.service-list li::before {
  content: "››";
  position: absolute;
  left: 0;
  top: 0;
  color: #0b5ed7;
  font-weight: 700;
}

/* Image Styling */
.service-image-wrap {
  max-width: 520px;
  margin: auto;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0,0,0,0.15);
}

.service-image {
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
}

.service-image-wrap:hover .service-image {
  transform: scale(1.04);
}

/* ===== ANIMATIONS ===== */
.animate-up {
  opacity: 0;
  transform: translateY(50px);
}

.animate-show {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.9s ease;
}

.delay-2 {
  transition-delay: 0.3s;
}

/* ===== SERVICE DETAIL SECTION ===== */
.service-detail-section {
  background: #f6fbff;
  position: relative;
  overflow: hidden;
}

.service-detail-title {
  font-size: 36px;
  font-weight: 800;
  color: #0b2239;
}

.service-detail-text {
  font-size: 16px;
  line-height: 1.75;
  color: #5a6a7a;
}

/* List styling */
.service-list {
  list-style: none;
  padding-left: 0;
}

.service-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 14px;
  font-size: 15px;
  color: #4f5f6f;
}

.service-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #0b5ed7;
  font-size: 14px;
  font-weight: 700;
}

/* Image Styling */
.service-image-wrap {
  max-width: 520px;
  margin: auto;
  border-radius: 42px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.15);
  transition: transform 0.6s ease;
}

.service-image-wrap:hover {
  transform: translateY(-8px);
}

.service-image {
  width: 100%;
  height: auto;
}

/* Organic blob feel (left image) */
.blob-left {
  border-radius: 60% 40% 55% 45% / 45% 55% 45% 55%;
}

/* ===== SCROLL ANIMATIONS ===== */
/* DEFAULT: content visible */
.animate-left,
.animate-right {
  opacity: 1;
  transform: none;
}

/* ONLY hide when JS is active */
.js-animate .animate-left {
  opacity: 0;
  transform: translateX(-60px);
}

.js-animate .animate-right {
  opacity: 0;
  transform: translateX(60px);
}

.animate-show {
  opacity: 1 !important;
  transform: translateX(0) !important;
  transition: all 0.9s ease;
}

/* SECTION */
.bpo-works-section {
  padding: 90px 0;
  background: #ffffff;
}

.section-title {
  font-size: 38px;
  font-weight: 800;
  color: #0b3c5d;
}

/* CARD */
.work-card {
  background: #061a4d;
  color: #ffffff;
  padding: 28px 22px 36px;
  border-radius: 18px;
  height: 100%;
  position: relative;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.work-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.25);
}

/* IMAGE */
.work-image {
  width: 100%;
  height: 170px;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 18px;
}

.work-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* SHAPE IMAGE */
.work-image.shape {
  clip-path: polygon(
    15% 0%, 85% 0%, 100% 15%, 100% 85%,
    85% 100%, 15% 100%, 0% 85%, 0% 15%
  );
}

/* TEXT */
.work-card h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.work-card p {
  font-size: 14px;
  line-height: 1.7;
  opacity: 0.9;
}

/* STEP NUMBER */
.work-card .step {
  position: absolute;
  bottom: 16px;
  right: 22px;
  font-size: 28px;
  font-weight: 700;
  opacity: 0.35;
}

/* ===== SAFE ANIMATIONS ===== */
.animate-up,
.animate-fade {
  opacity: 1;
}

/* Only animate when JS is active */
.js-animate .animate-up {
  opacity: 0;
  transform: translateY(40px);
}

.js-animate .animate-fade {
  opacity: 0;
  transform: translateY(20px);
}

.animate-show {
  opacity: 1 !important;
  transform: none !important;
  transition: all 0.9s ease;
}

/* Delays */
.delay-1 { transition-delay: 0.15s; }
.delay-2 { transition-delay: 0.3s; }
.delay-3 { transition-delay: 0.45s; }


/* ============================= */
/* -------------------------------------------------------------ORDER CAPTURE HERO STYLING------------------------------------------------ */
/* ============================= */

/* ================================
   ORDER CAPTURE SECTION STYLES
   ================================ */

.order-capture-section {
  background: #ffffff;
  padding: 100px 0;
  overflow: hidden;
}

.section-tag {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #0a5cff;
  margin-bottom: 18px;
}

.order-capture-title {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 24px;
  color: #111;
}

.order-capture-text {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 16px;
  max-width: 520px;
}

/* IMAGE STYLING */
.order-capture-image-wrap {
  display: inline-block;
  padding: 25px;
  background: #eef6ff;
  border-radius: 50%;
}

.order-capture-image {
  max-width: 100%;
  width: 420px;
  border-radius: 50%;
  display: block;
}

/* ================================
   ANIMATION BASE STATES
   ================================ */

.animate-fade-up,
.animate-fade-right {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.9s ease;
}

.animate-fade-right {
  transform: translateX(40px);
}

/* ACTIVE STATE */
.animate-show {
  opacity: 1;
  transform: translate(0, 0);
}

/* ================================
   RESPONSIVE
   ================================ */

@media (max-width: 768px) {
  .order-capture-title {
    font-size: 34px;
  }

  .order-capture-image {
    width: 300px;
  }
}
/* SECTION BASE */
.order-capture-why {
  background: #ffffff;
}

/* TITLE */
.section-title {
  font-weight: 800;
  font-size: 36px;
  color: #0a2540;
}

/* FEATURE BOX */
.feature-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.1);
}

/* ICON */
.feature-box .icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #0d6efd, #00c6ff);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 12px;
}

/* ANIMATION (SAFE – CONTENT ALWAYS VISIBLE) */
.animate {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.animate.show {
  opacity: 1;
  transform: translateY(0);
}

.fade-left {
  transform: translateX(-40px);
}
/* KEYWORD BUTTONS */
.keyword-btn {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  margin: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.keyword-btn.blue {
  background: #0d6efd;
}

.keyword-btn.purple {
  background: #6f42c1;
}

.keyword-btn.green {
  background: #28a745;
}

.keyword-btn:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}

.fade-left.show {
  transform: translateX(0);
}

/* DELAYS */
.delay-1 { transition-delay: .15s; }
.delay-2 { transition-delay: .3s; }
.delay-3 { transition-delay: .45s; }
.delay-4 { transition-delay: .6s; }
/* REMOVE ANY UNDERLINE / ANIMATION LINE FROM BUTTON */
.order-capture-why .btn::before,
.order-capture-why .btn::after {
  display: none !important;
  content: none !important;
}

.order-capture-why .btn {
  text-decoration: none !important;
  box-shadow: none;
}
/* ======================================================
   NUCLEAR FIX – REMOVE ALL UNDERLINES / PSEUDO LINES
   ORDER CAPTURE SECTION ONLY
====================================================== */
/* =====================================================
   KILL BACKGROUND-BASED UNDERLINE (ORDER CAPTURE ONLY)
===================================================== */

.order-capture-why a {
  background-image: none !important;
  background-size: 0 !important;
  background-position: initial !important;
  background-repeat: no-repeat !important;
}






/*----------------------------------------------------------------- Contact page -----------------------------------------------------------*/

/* ===============================
   CONTACT HERO SECTION
================================ */

.contact-hero {
  background: #ffffff;
  padding: 50px 20px 110px;
  text-align: center;
  overflow: hidden;
}

.contact-content {
  max-width: 900px;
  margin: auto;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.9s ease;
}

/* ACTIVE ANIMATION */
.contact-content.animate {
  opacity: 1;
  transform: translateY(0);
}

.contact-title {
  font-size: 44px;
  font-weight: 800;
  color: #0a2540;
  margin-bottom: 26px;
}

.contact-subtitle {
  font-size: 22px;
  font-weight: 700;
  color: #0a2540;
  margin-bottom: 20px;
}

.contact-description {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.contact-description span {
  font-weight: 700;
  color: #0d6efd;
}

.contact-note {
  font-size: 18px;
  font-weight: 600;
  color: #0a2540;
  margin-top: 16px;
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 768px) {
  .contact-title {
    font-size: 32px;
  }

  .contact-subtitle {
    font-size: 20px;
  }

  .contact-description {
    font-size: 16px;
  }
}
:root {
  --primary-dark: #0b2a4a;
  --primary-light: #0aa3d5;
}

/* SECTION */
.contact-section {
  padding: 50px 50px;
  background: #ffffff;
}

/* LEFT CARD */
.contact-info-card {
  height: 100%;
  background: linear-gradient(180deg, var(--primary-dark), var(--primary-light));
  border-radius: 26px;
  padding: 45px 40px;
  color: #ffffff;
  box-shadow: 0 35px 80px rgba(10,163,213,0.35);
  display: flex;
  flex-direction: column;
}

/* TITLES */
.mini-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 22px;
  color: #bfe9f7;
}

.mini-title.dark {
  color: #8fa2c5;
}

/* TEXT */
.contact-info-card p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* META */
.contact-meta {
  margin-top: 24px;
}

.meta-title {
  display: block;
  font-size: 14px;
  opacity: 0.85;
  margin-bottom: 6px;
}

.contact-meta a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}

/* WHATSAPP */
.whatsapp-btn {
  display: inline-block;
  background: #25d366;
  color: #fff;
  padding: 12px 22px;
  border-radius: 10px;
  font-weight: 700;
  margin-top: 6px;
}

/* FORM */
.contact-form-wrap h2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 28px;
  color: #0a2540;
}

.contact-form-wrap label {
  font-size: 14px;
  font-weight: 600;
  color: #555;
  margin-bottom: 6px;
}

.contact-form-wrap label span {
  color: red;
}

.form-control {
  height: 48px;
  border-radius: 10px;
  border: 1px solid #e1e6ef;
}

textarea.form-control {
  height: auto;
}

.submit-btn {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary-light));
  color: #fff;
  padding: 12px 30px;
  border-radius: 10px;
  border: none;
  font-weight: 700;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .contact-form-wrap h2 {
    font-size: 28px;
  }
}

.animate-left,
.animate-right {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.9s ease;
}

.animate-left.show,
.animate-right.show {
  opacity: 1;
  transform: translateY(0);
}


/*-------------------------------------------------------------------- FAQ ----------------------------------------------------------------*/

/* ===============================
   FAQ HERO SECTION
================================ */
.faq-hero {
  padding: 100px 20px 70px;
  background: #ffffff;
  text-align: center;
}

.faq-hero h1 {
  font-size: 44px;
  font-weight: 800;
  color: #000;
  margin-bottom: 18px;
}

.faq-hero p {
  max-width: 920px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.7;
  color: var(--text-muted);
}

@media (max-width: 768px) {
  .faq-hero h1 {
    font-size: 32px;
  }
}

/* ===============================
   FAQ SECTION
================================ */
.faq-section {
  padding: 70px 20px 100px;
  background: #ffffff;
}

.faq-wrapper {
  max-width: 900px;
  margin: auto;
}

/* FAQ ITEM */
.faq-item {
  border-bottom: 1px solid var(--border-soft);
  padding: 5px 0;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.faq-item.show {
  opacity: 1;
  transform: translateY(0);
}

/* QUESTION */
.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 0;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  color: var(--text-dark);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question span {
  font-size: 26px;
  color: var(--blue);
  transition: transform 0.3s ease;
}

/* ANSWER */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-answer p {
  padding: 0 0 20px;
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ACTIVE STATE */
.faq-item.active .faq-answer {
  max-height: 300px;
}

.faq-item.active .faq-question span {
  transform: rotate(45deg);
}


/*-----------------------------------------------------------

/* SECTION */
.summary-section {
  padding: 110px 0;
  background: #ffffff;
}

/* HEADER */
.summary-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.summary-header h2 {
  font-size: 42px;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 14px;
}

.summary-header p {
  font-size: 17px;
  color: var(--text-muted);
  line-height: 1.7;
}

/* CARDS */
.summary-card {
  background: #ffffff;
  border: 1px solid var(--border-soft);
  border-radius: 18px;
  padding: 28px 26px;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.summary-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--navys);
  margin-bottom: 10px;
}

.summary-card p {
  font-size: 15.5px;
  color: var(--text-muted);
  line-height: 1.7;
}

.summary-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(11,42,74,0.08);
}

/* NOTE */
.summary-note {
  max-width: 900px;
  margin: 60px auto 0;
  padding: 22px 26px;
  border-left: 4px solid var(--blue);
  background: #f7fbfe;
  border-radius: 12px;
}

.summary-note p {
  margin: 0;
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.7;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .summary-header h2 {
    font-size: 30px;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(35px);
  transition: all 0.8s ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }
.delay-5 { transition-delay: 0.5s; }
.delay-6 { transition-delay: 0.6s; }
.delay-7 { transition-delay: 0.7s; }


/*-----------------------------------------------------------------------------------

/* SECTION */
.faq-cta {
  padding: 80px 0;
  background: #ffffff;
  border-top: 0px solid #eef2f7;
}

/* INNER WRAPPER */
.faq-cta-inner {
  padding: 34px 38px;
  border-radius: 20px;
  background: linear-gradient(
    135deg,
    rgba(11,42,74,0.03),
    rgba(10,163,213,0.06)
  );
}

/* LEFT */
.faq-cta-left {
  display: flex;
  align-items: center;
  gap: 18px;
}

.cta-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navys), var(--blue));
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-text span {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: var(--text-muted);
  display: block;
  margin-bottom: 4px;
}

.cta-text a {
  font-size: 18px;
  font-weight: 700;
  color: var(--navys);
  text-decoration: none;
}

/* RIGHT */
.faq-cta-right h3 {
  font-size: 28px;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 6px;
}

.faq-cta-right p {
  font-size: 15.5px;
  color: var(--text-muted);
  margin: 0;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .faq-cta-inner {
    text-align: center;
  }

  .faq-cta-left {
    justify-content: center;
    margin-bottom: 20px;
  }

  .faq-cta-right {
    text-align: center !important;
  }

  .faq-cta-right h3 {
    font-size: 24px;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(35px);
  transition: all 0.8s ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}


/*-------------------------------------------------------*/

.terms-hero {
  padding: 50px 20px 70px;
  background: #ffffff;
  text-align: center; 
}

.terms-hero h1 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.3;
  color: #111;
  max-width: 1100px;
  margin: 0 auto;     
  text-align: center;
}

@media (max-width: 768px) {
  .terms-hero h1 {
    font-size: 28px;
  }
}


/*--------------------------------------------------------*/

.terms-content {
  padding: 40px 0 110px;
  background: #ffffff;
}

.terms-wrapper {
  max-width: 900px;
  margin: 0 auto;  /* ✅ THIS IS THE KEY FIX */
}


.terms-block {
  padding: 26px 0;
  border-bottom: 1px solid var(--border-soft);
}

.terms-block h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
  
}

.terms-block p {
  font-size: 15.5px;
  line-height: 1.8;
  color: var(--text-muted);
  margin-bottom: 8px;
  text-align: left;
}

.reveal {
  opacity: 0;
  transform: translateY(35px);
  transition: all 0.8s ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }
.delay-5 { transition-delay: 0.5s; }
.delay-6 { transition-delay: 0.6s; }
.delay-7 { transition-delay: 0.7s; }


/*------------------------------------------------------------------------headerr navbar*/

/* ===============================
   NAVBAR LOGO ALIGNMENT FIX
   =============================== */

/* Force navbar flex behavior */
.navbar > .container-fluid,
.navbar > .container {
    display: flex;
    align-items: center;
}

/* Control logo placement */
.navbar-brand {
    display: flex;
    align-items: center;
    margin-right: 40px;   /* moves logo slightly right */
}

/* Logo image size (professional) */
.navbar-brand img {
    max-height: 48px;
    width: auto;
}

.navbar-brand {
    margin-left: 98px; /* ← add this if needed */
}

/* Slightly move navbar menu to the left */
.navbar .navbar-nav {
    margin-right: 108px; /* adjust value as needed */
}


/* =================================
   LOGO BRIGHTNESS CONTROL (PNG)
   ================================= */

/* Default navbar (dark background) */
.navbar-dark:not(.sticky-top) .logo-wrap img,
.navbar-dark:not(.sticky-top) .navbar-brand img {
    filter: brightness(8);
}

/* Sticky navbar (white background) */
.sticky-top.navbar-dark .logo-wrap img,
.sticky-top.navbar-dark .navbar-brand img {
    filter: none;
}

/* Topbar info links */
.top-info-link {
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: color 0.3s ease;
}

.top-info-link:hover {
    color: #0aa3d5;
}

/* Social icons */
.top-social {
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.top-social:hover {
    background: #0aa3d5;
    border-color: #0aa3d5;
    transform: translateY(-1px);
}

/* Divider */
.top-divider {
    width: 1px;
    height: 18px;
    background: rgba(255,255,255,0.4);
}

/* Login button */
.top-login-btn {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    padding: 6px 14px;
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 20px;
    transition: all 0.3s ease;
}

.top-login-btn:hover {
    background: #0aa3d5;
    border-color: #0aa3d5;
    color: #ffffff;
}


/* =============================================================== footer ================================================================
   TOPBAR PROFESSIONAL STYLING
   =============================== */

.top-social {
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.top-social:hover {
    background: #0aa3d5; /* theme blue */
    border-color: #0aa3d5;
    color: #ffffff;
    transform: translateY(-1px);
}

/* Topbar info links */
.top-info-link {
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: color 0.3s ease;
}

.top-info-link:hover {
    color: #0aa3d5; /* theme blue */
}

/* Slightly move footer brand to the left */
.footer-about .navbar-brand {
    justify-content: flex-start;   /* stop full centering */
    margin-left: 50px;            /* move left slightly */
}

/*----------------------------------------------------------------------------index page---------------------------------------------*/
/* HERO BASE */
.hero-carousel {
    height: 100vh;
  background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7))
}

.hero-bg {
    height: 100vh;
    object-fit: cover;
}

.carousel-caption {
    position: absolute;
    inset: 0;
 background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7));
    display: flex;;
    align-items: center;
}

/* ROW */
.hero-row {
    min-height: calc(100vh - 120px);
    align-items: center;
}


/* OFFER STRIP */
.offer-strip {
    background: transparent;
    color: #fff;
    padding: 40px 15px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);

}

.offer-strip strong {
    font-size: 34px;
}

/* TEXT */
.hero-tag {
    letter-spacing: 2px;
    font-size: 14px;
    color: #7fd3ff;
    margin-bottom: 12px;
}

.hero-title {
    font-size: 46px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 25px;
}

/* FORM */
.hero-form {
    background: linear-gradient(
        to right,
        rgba(11,42,74,0.85),
        rgba(11,42,74,0.55));
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.4);
}

.hero-form label {
    color: #fff;
    font-size: 13px;
    margin-top: 12px;
}

.hero-form .form-control {
    border-radius: 10px;
    margin-top: 6px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .hero-title {
        font-size: 32px;
    }

    .offer-strip {
        display: none;
    }

    .hero-form {
        margin-top: 30px;
    }
}

/* FIX HERO ALIGNMENT */
.hero-carousel .carousel-caption {
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;     /* vertical center */
    justify-content: center; /* horizontal control */
    padding-top: 120px;      /* space for navbar */
}

/*---------------------------------------------------------------------------------login page----------------------------------------*/

/* ===========================
   LOGIN PAGE (SAFE SCOPED)
=========================== */

.login-section {
  padding: 120px 20px;
  background: #ffffff;
}

.login-container {
  max-width: 1100px;
  margin: auto;
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.12);
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

/* LEFT */
.login-info {
  background: linear-gradient(180deg, #0b2a4a, #08304f);
  color: #ffffff;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.login-info h1 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 16px;
  color: #ffffff;
}

.login-info p {
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.9;
}

/* RIGHT */
.login-form-wrap {
  padding: 60px;
}

.login-form-wrap h2 {
  font-size: 28px;
  font-weight: 800;
  color: #0a2540;
  margin-bottom: 22px;
}

/* GOOGLE */
.google-login {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid #e1e6ef;
  border-radius: 10px;
  background: #ffffff;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 24px;
}

.google-login img {
  width: 18px;
}

/* FORM */
.login-section .form-group {
  margin-bottom: 18px;
}

.login-section label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}

.login-section .form-control {
  height: 46px;
  border-radius: 10px;
  border: 1px solid #dfe5ec;
}

/* PASSWORD */
.password-group {
  position: relative;
}

.password-group input {
  padding-right: 48px; /* space for eye icon */
}

.password-group i {
  position: absolute;
  right: 25px;
  top:50%;
  transform: translateY(60%);
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #6b7280;
}


/* OPTIONS */
.login-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  margin-bottom: 22px;
}

.login-options a {
  text-decoration: none;
  color: #0aa3d5;
  font-weight: 600;
}

/* BUTTON */
.login-btn {
  width: 100%;
  background: linear-gradient(135deg, #0aa3d5, #067bb0);
  border: none;
  color: #ffffff;
  padding: 14px;
  font-weight: 700;
  border-radius: 12px;
}

.signup-link {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #5f6c7b;
}

.signup-link a {
  color: #0aa3d5;
  font-weight: 600;
  text-decoration: none;
}

.signup-link a:hover {
  text-decoration: underline;
}

/* Optional button version */
.signup-btn {
  display: block;
  margin-top: 30px;
  text-align: center;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #0aa3d5;
  color: #0aa3d5;
  font-weight: 600;
  text-decoration: none;
}

.signup-btn:hover {
  background: #0aa3d5;
  color: #fff;
}


/* RESPONSIVE */
@media (max-width: 992px) {
  .login-container {
    grid-template-columns: 1fr;
  }
  .login-info {
    display: none;
  }
}

/*--------------------------------------------------------------------------------pricing page ---------------------------------*/

/* PRICING CARD */
.pricing-card {
  position: relative;
  background: #ffffff;
  border-radius: 18px;
  padding: 25px 20px 35px;
  text-align: center;
  box-shadow: 0 12px 35px rgba(0,0,0,0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  overflow: hidden;
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

/* LOGO */
.pricing-logo {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-logo img {
  max-width: 100%;
  max-height:200px;
  object-fit: contain;
}

/* TITLE */
.pricing-card h5 {
  font-size: 16px;
  font-weight: 700;
  margin: 15px 0 8px;
  color: #0b2a4a;
}

/* PRICE */
.price {
  font-size: 18px;
  font-weight: 800;
  color: #ff4d2d;
}

/* HOVER OVERLAY */
.pricing-overlay {
  position: absolute;
  inset: 0;
  background: rgba(11,42,74,0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.pricing-card:hover .pricing-overlay {
  opacity: 1;
}

/* CHECKOUT BUTTON */
.btn-checkout {
  background: linear-gradient(135deg, #ff5722, #ff3d00);
  color: #fff;
  border-radius: 30px;
  padding: 12px 26px;
  font-weight: 700;
  border: none;
}

.btn-checkout:hover {
  background: linear-gradient(135deg, #ff3d00, #e63a00);
}

/* =========================
   AUTH MODAL STYLING
========================= */

.auth-modal {
  border-radius: 18px;
  padding: 10px;
  box-shadow: 0 30px 70px rgba(0,0,0,0.25);
}

.auth-modal .modal-header {
  padding: 20px 24px 10px;
}

.auth-modal .modal-title {
  font-size: 20px;
  font-weight: 700;
  color: #0b2a4a;
}

.auth-modal .modal-body {
  padding: 10px 30px 30px;
}

.auth-modal .btn {
  padding: 12px;
  font-weight: 700;
  border-radius: 10px;
}

.auth-modal .btn-primary {
  background: linear-gradient(135deg, #0aa3d5, #067bb0);
  border: none;
}

.auth-modal .btn-secondary {
  background: #6c757d;
  border: none;
}

/*-------------------------------------------------------------------------Sign In----------------------------------*/

.password-groups,
.form-group {
  position: relative;
}

.form-group i {
  position: absolute;
  right: 3px;
  top: 28px;
  cursor: pointer;
  color: #7a8ca3;
}

.form-group i:hover {
  color: #0aa3d5;
}

.password-wrapper {
  position: relative;
  width: 100%;
}

.password-wrapper .form-control {
  height: 52px;
  padding-right: 48px;
}

.toggle-password {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #7a8ca3;
}

.toggle-password i {
  font-size: 16px;
}

.toggle-password:hover {
  color: #0aa3d5;
}

/*--------------------------------------------------------------check out ------------------------------------------------------*/

.checkout-section {
  min-height: 100vh;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkout-card {
  width: 420px;
  background: #ffffff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}

.checkout-card h2 {
  margin-bottom: 20px;
  font-weight: 800;
  color: #0b2a4a;
}

.checkout-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #e6eef6;
}

.checkout-row span {
  color: #6b7c93;
  font-size: 14px;
}

.checkout-row strong {
  color: #0b2a4a;
  font-weight: 600;
}

.pay-btn {
  width: 100%;
  margin-top: 25px;
  padding: 14px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #0aa3d5, #067bb0);
  cursor: pointer;
}

/* CHECKOUT PAGE */
.checkout-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 30px;
  max-width: 900px;
  margin: auto;
}

.checkout-image {
  max-width: 160px;
  background: #f4f8fc;
  padding: 20px;
  border-radius: 12px;
}

.checkout-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}

.checkout-item {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
}

.checkout-price {
  font-size: 28px;
  font-weight: 800;
  color: #0aa3d5;
  margin-bottom: 20px;
}

.btn-pay {
  background: linear-gradient(135deg, #0aa3d5, #067bb0);
  border: none;
  padding: 14px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
}

.btn-pay:hover {
  opacity: 0.9;
}

.secure-text {
  margin-top: 10px;
  font-size: 13px;
  color: #777;
  text-align: center;
}

.checkout-product-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 15px auto;
  object-fit: contain;
}





