html,body{
    overflow-x:hidden !important;
}
 /* Customer Testimonials Section Styles */
.testimonials-section {
    padding: 100px 0;
    background: url('lp/testi-bg.png');
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.book-cover{
    width: 200px;
    height: 400px;
}
.testimonials-section .section-title {
    font-size: 3rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 20px;
    line-height: 1.2;
    font-family: "Lexend", sans-serif;
}

.section-title .highlight {
    color: #2563eb;
}

.testimonials-section .section-subtitle {
    font-size: 1.1rem;
    color: #6b7280;
    margin: 0 auto;
    line-height: 1.6;
    font-weight: 400;
}

.testimonials-slider {
    position: relative;
}

.testimonial-slide {
    padding: 0 20px;
}

.side-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    transform: scale(0.95);
    opacity: 0.8;
}
.pos-map{
    position: absolute;
    width: 90%;
    height: 90%;
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
}
.center-card {
    background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
    color: white;
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(37, 99, 235, 0.3);
    z-index: 2;
}

.center-card .customer-name {
    color: white;
}

.center-card .testimonial-text {
    color: rgba(255, 255, 255, 0.95);
}

.customer-avatar {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    position: relative;
}

.customer-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #e5e7eb;
    transition: all 0.3s ease;
}

.center-card .customer-avatar img {
    border-color: rgba(255, 255, 255, 0.3);
}

.customer-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 20px;
    font-family: "Lexend", sans-serif;
}

    .form-group input, .form-group textarea {
      color: #000 !important;
}

.testimonial-text {
    font-size: 0.95rem;
    color: #4b5563;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
}



.side-card:hover {
    transform: translateY(-5px) scale(0.98);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.center-card:hover {
    transform: translateY(-5px) scale(1.08);
    box-shadow: 0 25px 50px rgba(37, 99, 235, 0.4);
}

        :root {
            --primary-blue: #2E86C7;
            --accent-orange: #F5A623;
        }
        
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
        .navbar {
            padding: 1rem 0;
            background: transparent;
            background-color: transparent;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 99;
        }
        
        li.nav-item.dropdown .dropdown-menu li .dropdown-item:hover{
            background-color:#0d6efd;
            color:#fff
        }
        
        .card-mar{
            background: linear-gradient(180deg, #5eabfa3b, #5eabfa00);
            border-radius: 11px;
            padding: 15px;
            border: 1px solid #849ff7;
        }
        .bbpp{
          background:url('home/new-blue-bg.jpg');
          background-position: center;
          background-size: cover;
          padding:60px 0px
        }
        .yellow-btn-themee{
            background: linear-gradient(180deg, #F9CA56, #CE970C) !important;
        }
        .blue-btn-themee{
            background: linear-gradient(180deg, #1580ED, #003E7A) !important;
            color: #fff !important;
        }
        .navbar-brand img {
            height: 40px;
        }
        
        .navbar-nav .nav-link {
            color: #333 !important;
            font-weight: 500;
            margin: 0 10px;
            position: relative;
        }
        
        .navbar-nav .nav-link.active {
            background: var(--primary-blue);
            color: white !important;
            border-radius: 25px;
            padding: 8px 20px !important;
        }
        
        .btn-call-now {
            background: transparent;
            border: 2px solid var(--primary-blue);
            color: var(--primary-blue);
            border-radius: 25px;
            padding: 8px 20px;
            font-weight: 500;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .btn-call-now:hover {
            background: var(--primary-blue);
            color: white;
        }
        
        .hero-section {
            background: url('lp/banner.jpg');
            background-position: center;
            background-size: cover;
            position: relative;
            overflow: hidden;
            height: auto;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 20px 0px;
            padding-top: 7%;
        }
        
        .hero-content {
            padding: 80px 0;
        }
        
        .hero-title {
            font-size: 3.5rem;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 1.5rem;
            background: -webkit-linear-gradient(#1787f3, #003787);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-family: "Lexend", sans-serif;
        }
        
        .hero-subtitle {
            color: #666;
            font-size: 1.1rem;
            margin-bottom: 2rem;
            line-height: 1.6;
            font-family: "Lexend", sans-serif;
        }
        
        .btn-consult {
            background: transparent;
            border: 2px solid var(--primary-blue);
            color: var(--primary-blue);
            border-radius: 25px;
            padding: 12px 30px;
            font-weight: 600;
            margin-right: 15px;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .btn-consult:hover {
            background: var(--primary-blue);
            color: white;
        }
        
        .btn-quote {
            background: var(--accent-orange);
            border: none;
            color: white;
            border-radius: 25px;
            padding: 12px 30px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .btn-quote:hover {
            background: #e6941a;
            color: white;
        }
        
        .book-images {
            position: relative;
            height: 500px;
        }
        
        .book-image {
            position: absolute;
            border-radius: 10px;
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }
        
        .book-image:hover {
            transform: translateY(-5px);
        }
        
        .book-1 {
            width: 160px;
            height: 220px;
            background: linear-gradient(135deg, #4a5568, #2d3748);
            top: 50px;
            left: 50px;
            z-index: 3;
        }
        
        .book-2 {
            width: 160px;
            height: 220px;
            background: linear-gradient(135deg, #2E86C7, #1e5f87);
            top: 120px;
            left: 120px;
            z-index: 2;
        }
        
        .book-3 {
            width: 160px;
            height: 220px;
            background: linear-gradient(135deg, #8b5a3c, #5d3e2a);
            top: 180px;
            left: 190px;
            z-index: 1;
        }
        
        .book-title {
            color: white;
            font-size: 0.9rem;
            font-weight: bold;
            text-align: center;
            padding: 20px 10px;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
        }
        .hero-title span{
            -webkit-text-fill-color: #01409c;
        }
        .contact-form {
            background: linear-gradient(184deg, #3b82f6, #1e40af);
            border-radius: 20px;
            padding: 40px;
            color: white;
            position: relative;
            z-index: 10;
        }
        
        .contact-form h3 {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 1rem;
            text-align: center;
        }
        
        .contact-form p {
            text-align: center;
            margin-bottom: 1.5rem;
            opacity: 0.9;
        }
        
        .phone-number {
            text-align: center;
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 2rem;
        }
        
        .form-control {
            background: rgba(255,255,255,0.1);
            border: 1px solid rgba(255,255,255,0.3);
            border-radius: 25px;
            padding: 12px 20px;
            color: white;
            margin-bottom: 15px;
        }
        
        .form-control::placeholder {
            color: rgba(255,255,255,0.7);
        }
        
        .form-control:focus {
            background: rgba(255,255,255,0.15);
            border-color: white;
            color: white;
            box-shadow: 0 0 0 0.2rem rgba(255,255,255,0.25);
        }
        .btn-connect {
            background: white;
            color: var(--primary-blue);
            border: none;
            border-radius: 25px;
            padding: 12px 0;
            font-weight: 600;
            width: 100%;
            transition: all 0.3s ease;
        }
        
        .btn-connect:hover {
            background: #f8f9fa;
            transform: translateY(-2px);
            color: #000;
        }
        
        .partners-section {
            padding: 80px 0;
            background: white;
        }
        
        .partner-logos {
            display: flex;
            justify-content: space-around;
            align-items: center;
            flex-wrap: wrap;
            gap: 40px;
            opacity: 0.6;
            margin-top: 15px;
        }
        
        .partner-logo {
            height: 40px;
            filter: grayscale(100%);
            transition: all 0.3s ease;
        }
        
        .partner-logo:hover {
            filter: grayscale(0%);
            opacity: 1;
        }
        
        .floating-contact {
            position: fixed;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            background: linear-gradient(184deg, #3b82f6, #1e40af);
            color: white;
            padding: 15px 8px;
            border-radius: 10px 0 0 10px;
            writing-mode: vertical-lr;
            text-orientation: mixed;
            font-weight: 600;
            z-index: 1000;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .floating-contact:hover {
            background: linear-gradient(184deg, #1e40af, #3b82f6);
            transform: translateY(-50%) translatey(-5px);
        }
         /* Process Section Styles */
        .process-section {
            padding: 60px 0;
            /* background: url('lp/Group-1261152862.webp') #fff; */
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            position: relative;
        }
        
        .process-title {
            font-size: 3rem;
            font-weight: 700;
            color: var(--primary-blue);
            margin-bottom: 2rem;
        }
        
        .process-description {
            font-size: 1.1rem;
            color: #000;
            line-height: 1.5;
            max-width: 1000px;
            margin: 0 auto;
        }
        
        .process-timeline {
            position: relative;
            max-width: 100%;
            margin: 0 auto;
            padding: 0px 0;
        }
        
        .process-step {
            position: relative;
            display: flex;
            align-items: center;
            margin-bottom: 10px;
            z-index: 2;
        }
        
        .step-left {
            justify-content: flex-start;
            padding-right: 60px;
        }
        
        .step-right {
            justify-content: flex-end;
            padding-left: 60px;
        }
        
        .step-content {
            background: linear-gradient(45deg, #003e7a 0%, #469ef8 100%);
            color: white;
            padding: 15px;
            border-radius: 15px;
            max-width: 500px;
            position: relative;
            box-shadow: 0 10px 30px rgba(46, 134, 199, 0.3);
            gap: 10px;
        }
        
        .step-left .step-content {
            margin-right: 40px;
        }
        
        .step-right .step-content {
            margin-left: 40px;
        }
        
        .step-left .step-content::after {
            content: '';
            position: absolute;
            right: -15px;
            top: 50%;
            transform: translateY(-50%);
            width: 0;
            height: 0;
            border-left: 15px solid var(--primary-blue);
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
        }
        
        .step-right .step-content::after {
            content: '';
            position: absolute;
            left: -15px;
            top: 50%;
            transform: translateY(-50%);
            width: 0;
            height: 0;
            border-right: 15px solid var(--primary-blue);
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
        }
        
        .step-header {
            font-size: 0.9rem;
            font-weight: 600;
            opacity: 1;
        }
        
        .step-content h4 {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 6px;
        }
        
        .step-content p {
            font-size: 0.9rem;
            line-height: 1.3;
            margin-bottom: 0;
        }
        
        .step-icon {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 60px;
            background: white;
            border: 4px solid var(--primary-blue);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 3;
        }
        
        .step-icon i {
            font-size: 1.5rem;
            color: var(--primary-blue);
        }
        
        .step-number {
            position: absolute;
            width: 40px;
            height: 40px;
            background: var(--accent-orange);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 1.1rem;
            z-index: 4;
        }
        
        .step-left .step-number {
            left: 6px;
        }
        
        .step-right .step-number {
            right: 6px;
        }
        
        .services-section {
            /* background: linear-gradient(169deg, #5EABFA, #003E7A); */
            background: url('lp/ser-ban.jpg');
            background-position: center;
            background-size: cover;
            padding: 100px 0;
            position: relative;
            overflow: hidden;
            color: white;
        }
        
        .services-background-text {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 8rem;
            font-weight: 900;
            color: rgba(255,255,255,0.05);
            white-space: nowrap;
            z-index: 1;
            letter-spacing: 0.1em;
        }
        
        .services-title {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 1rem;
            position: relative;
            z-index: 2;
        }
        
        .services-description {
            font-size: 1.1rem;
            line-height: 1.8;
            margin-bottom: 2rem;
            opacity: 0.9;
            position: relative;
            z-index: 2;
        }
        
        .btn-looking-writer {
            background: transparent;
            border: 2px solid white;
            color: white;
            border-radius: 25px;
            padding: 12px 30px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
            position: relative;
            z-index: 2;
        }
        
        .btn-looking-writer:hover {
            background: white;
            color: var(--primary-blue);
        }
        
        .services-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            position: relative;
            z-index: 2;
        }
        
        .service-item {
            background: rgba(255,255,255,0.1);
            border: 1px solid rgba(255,255,255,0.2);
            border-radius: 15px;
            padding: 10px 10px;
            text-align: center;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
            display: flex;
            align-items: center;
        }
        
        .service-item:hover {
            background: rgba(255,255,255,0.15);
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        }
        
        .service-icon {
            width: 60px;
            height: 60px;
            background: rgba(255,255,255,0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0px 20px;
            transition: all 0.3s ease;
        }
        
        .service-icon i {
            font-size: 1.5rem;
            color: white;
        }
        
        .service-item:hover .service-icon {
            background: white;
        }
        
        .service-item:hover .service-icon i {
            color: var(--primary-blue);
        }
        
        .service-item span {
            font-size: 1.1rem;
            font-weight: 600;
            color: white;
        }
        .carousel-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .car-sec .section-title {
            text-align: center;
            font-size: 2.5rem;
            font-weight: bold;
            color: #2c5aa0;
            margin-bottom: 40px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
        }
        
        .book-card {
            margin: 0 10px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            cursor: pointer;
        }
        
        .book-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.2);
        }
        
        .book-cover {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
            box-shadow: 0 8px 20px rgba(0,0,0,0.15);
            transition: all 0.3s ease;
        }
        .car-sec{
            background: url('lp/slid-bg.png');
            background-position: center;
            background-size: cover;
            height: auto;
            padding: 90px 0px;
        }
        .book-card:hover .book-cover {
            box-shadow: 0 12px 25px rgba(0,0,0,0.25);
        }
        
        .book-title {
            text-align: center;
            margin-top: 15px;
            font-weight: 600;
            color: #333;
            font-size: 0.9rem;
            line-height: 1.4;
        }
        
        /* Custom Slick Arrows */
        .slick-prev,
        .slick-next {
            font-size: 0;
            line-height: 0;
            position: absolute;
            top: 50%;
            display: block;
            width: 50px;
            height: 50px;
            padding: 0;
            transform: translate(0, -50%);
            cursor: pointer;
            color: transparent;
            border: none;
            outline: none;
            background: #2c5aa0;
            border-radius: 50%;
            z-index: 10;
            transition: all 0.3s ease;
        }
        
        .slick-prev:hover,
        .slick-next:hover {
            background: #1e3d6f;
            transform: translate(0, -50%) scale(1.1);
        }
        
        .slick-prev:before,
        .slick-next:before {
            font-family: 'Arial', sans-serif;
            font-size: 20px;
            line-height: 1;
            opacity: 1;
            color: white;
            font-weight: bold;
        }
        
        .slick-prev {
            left: -25px;
        }
        
        .slick-prev:before {
            content: '‹';
        }
        
        .slick-next {
            right: -25px;
        }
        
        .slick-next:before {
            content: '›';
        }
        
        /* Custom Dots */
        .slick-dots {
            bottom: -50px;
        }
        
        .slick-dots li button:before {
            font-size: 12px;
            color: #2c5aa0;
            opacity: 0.5;
        }
        
        .slick-dots li.slick-active button:before {
            opacity: 1;
            color: #2c5aa0;
        }
        /* Why Choose Us Section Styles */
.why-choose-us-section {
    padding: 80px 0;
    background-color: #f8fafc;
    position: relative;
}

.container {
    max-width: 1200px;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e40af;
    margin-bottom: 15px;
    font-family: "Lexend", sans-serif;
}

.section-subtitle {
    font-size: 1rem;
    color: #374151;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.5;
    font-weight: 400;
}

.feature-card {
    background: #dbeafe;
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    border: 1px solid #bfdbfe;
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(30, 64, 175, 0.15);
}

.why-choose-us-section .icon-container {
    width: 60px;
    height: 60px;
    background: #1e40af;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.why-choose-us-section .icon-container i {
    font-size: 1.5rem;
    color: white;
}

.feature-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e40af;
    margin-bottom: 15px;
    line-height: 1.3;
    font-family: "Lexend", sans-serif;
}

.feature-description {
    font-size: 0.85rem;
    color: #374151;
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
    text-align: center;
}
/* Genres We Cater To Section Styles */
.genres-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    position: relative;
    min-height: 100vh;
}

.container {
    max-width: 1200px;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0;
    font-family: "Lexend", sans-serif;
    text-transform: capitalize;
}

        .testimonial-content {
            text-align: center;
        }
        
        .testimonial-content .book-title {
            font-size: 1.4rem;
            font-weight: 700;
            background: -webkit-linear-gradient(#1787f3, #003787);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 10px;
            padding: 0px;
        }
        
        .testimonial-content .author-info {
            color: #666;
            font-size: 1rem;
            margin-bottom: 25px;
        }
        
        .testimonial-content .author-name {
            font-weight: 600;
            color: #1a1a1a;
        }
        
        .shop-btn {
            color: #014e98;
            padding: 12px 30px;
            border: none;
            border-radius: 25px;
            font-weight: 600;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            border: 1px solid #014e98;
        }
        
        .shop-btn:hover {
            color: #000;
            transform: translateY(-2px);
        }
        
        .shop-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.5s;
        }
        
        .shop-btn:hover::before {
            left: 100%;
        }
        .book-showcase{
            overflow: hidden;
        }
        .book-showcase video{
            margin-left: -80px;
        }
.genre-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 30px 25px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.genre-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.05);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.genre-card:hover::before {
    opacity: 1;
}

.genre-card:hover {
    transform: translateY(-10px);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.icon-container {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.3s ease;
}

.genre-card:hover .icon-container {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.icon-container i {
    font-size: 2rem;
    color: white;
    transition: all 0.3s ease;
}

.genre-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    line-height: 1.3;
    font-family: "Lexend", sans-serif;
}

.genre-description {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
    text-align: left;
}
.sec-last{
    background: url('lp/newsletter.jpg');
    background-position: center;
    background-size: cover;
    padding: 100px 0px;
}
.sec-last h2{
    color: #fff;
}
.sec-last h4{
    color: #F2B826;
}
.sec-last p{
    color: #fff;
}
.sec-last a{
    color: #fff;
    text-decoration: none;
}
/* Contact Section Styles */
.contact-section {
    padding: 100px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
    height: auto;
    display: flex;
    align-items: center;
}

/* Form Styles */

.contact-section .form-control {
    width: 100%;
    padding: 15px 20px;
    font-size: 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    background: #f9fafb;
    transition: all 0.3s ease;
    font-family: inherit;
}

.contact-section .form-control:focus {
    outline: none;
    border-color: #3b82f6;
    background: white;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    transform: translateY(-2px);
}

.contact-section .form-control::placeholder {
    color: #9ca3af;
    font-weight: 400;
}

.contact-section textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.contact-section .btn-submit {
    width: 100%;
    padding: 16px 30px;
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.contact-section .btn-submit:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(30, 64, 175, 0.3);
}
/* Cambridge Footer Styles */
.cambridge-footer {
background: linear-gradient(184deg, #3b82f6, #1e40af);
    color: white;
    padding: 40px 0px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
/* Logo Section */
.logo-section {
    text-align: center;
    margin-bottom: 10px;
}

.logo-container {
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

.logo-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.logo-icon:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.05);
}
.company-name {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
    color: white;
    letter-spacing: 1px;
    font-family: "Lexend", sans-serif;
}

.company-tagline {
    font-size: 0.9rem;
    margin: 0;
    color: #fbbf24;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Footer Content */
.footer-content {
    margin-bottom: 40px;
}

.footer-column {
    margin-bottom: 30px;
}

.footer-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    position: relative;
    font-family: "Lexend", sans-serif;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #fbbf24;
    border-radius: 1px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 400;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.footer-links a:hover {
    color: #fbbf24;
    transform: translateX(5px);
    text-decoration: none;
}

.footer-links a::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #fbbf24;
    transition: width 0.3s ease;
}

.footer-links a:hover::before {
    width: 100%;
}

/* Social Media Section */
.social-section {
    text-align: center;
    padding-top: 30px;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-icon {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.social-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.social-icon:hover::before {
    left: 100%;
}

.social-icon:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.social-icon.facebook:hover {
    background: #1877f2;
    border-color: #1877f2;
}

.social-icon.instagram:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    border-color: #e6683c;
}

.social-icon.linkedin:hover {
    background: #0077b5;
    border-color: #0077b5;
}

.social-icon.threads:hover {
    background: #000000;
    border-color: #000000;
}

.social-icon i {
    font-size: 1.2rem;
    transition: all 0.3s ease;
}
.testi-vid{
    width: 400px;
    height: 550px;
    display: block;
    object-fit: cover;
    border-radius: 12px;
}

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .section-title {
                font-size: 2rem;
            }
            
            .book-cover {
                height: 100%;
            }
            
            .slick-prev {
                left: -15px;
            }
            
            .slick-next {
                right: -15px;
            }
        }
        
        /* Loading animation */
        .carousel-loading {
            text-align: center;
            padding: 50px 0;
        }
        
        .loading-spinner {
            display: inline-block;
            width: 40px;
            height: 40px;
            border: 4px solid #f3f3f3;
            border-top: 4px solid #2c5aa0;
            border-radius: 50%;
            animation: spin 1s linear infinite;
        }
        
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
         /* Modal Styles */
        .modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            backdrop-filter: blur(5px);
            display: none;
            align-items: center;
            justify-content: center;
            z-index: 1000;
            animation: fadeIn 0.3s ease;
        }

        .modal-overlay.active {
            display: flex;
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        @keyframes slideIn {
            from { 
                opacity: 0;
                transform: translate(-50%, -60%) scale(0.9);
            }
            to { 
                opacity: 1;
                transform: translate(-50%, -50%) scale(1);
            }
        }

        .modal {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: white;
            border-radius: 20px;
            padding: 0;
            width: 90%;
            max-width: 500px;
            height: auto;
            overflow-y: auto;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
            animation: slideIn 0.4s ease;
            z-index: 1001;
            display: block;
        }

        .modal-header {
            background: #fff;
            padding: 10px 10px;
            border: none;
            text-align: center;
            position: relative;
            flex-direction: column;
        }

        .modal-close {
            position: absolute;
            top: 15px;
            right: 20px;
            background: #57bcff;
            color: #fff;
            font-size: 28px;
            cursor: pointer;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            font-weight: 300;
            border-radius: 22px;
        }

        .modal-close:hover {
            opacity: 0.7;
        }
        .modal .form-group {
        margin-bottom: 10px;
        }
        .modal-title {
            font-size: 32px;
            font-weight: 600;
            margin-bottom: 8px;
            line-height: 1.1;
            padding: 0px 20px;
        }

        .modal-body {
            padding: 20px 20px;
        }

        .form-group {
            margin-bottom: 25px;
        }

        .modal .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: #333;
            font-size: 14px;
        }

        .modal .form-control {
            width: 100%;
            padding: 9px 20px;
            border: 1px solid #E5E7EB;
            border-radius: 50px;
            font-size: 16px;
            transition: all 0.3s ease;
            background: white;
            color: #374151;
        }

        .modal .form-control:focus {
            outline: none;
            border-color: #3498DB;
            box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
        }

        .modal .form-control::placeholder {
            color: #9CA3AF;
            font-weight: 400;
        }

        .modal .form-control.textarea {
            border-radius: 20px;
            resize: vertical;
            min-height: 120px;
            font-family: inherit;
        }

        .modal .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 15px;
        }
        .modal .checkbox-group label {
            font-size: 14px;
            line-height: 1.5;
            margin-bottom: 0;
            font-weight: 400;
            color: #666;
        }

        .modal .submit-btn {
            width: 100%;
            background: linear-gradient(135deg, #2E86C1 0%, #3498DB 100%);
            color: white;
            padding: 9px 18px;
            border: none;
            border-radius: 50px;
            font-size: 18px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 10px;
            text-transform: none;
        }

        .modal .submit-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 35px rgba(52, 152, 219, 0.4);
        }

        .modal .submit-btn:active {
            transform: translateY(0);
        }
.urgency-badges {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            margin-top: 10px;
        }

        .urgency-badge {
            padding: 8px 16px;
            border: 2px solid #e1e5e9;
            border-radius: 25px;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.3s ease;
            background: #f8f9fa;
        }

        .urgency-badge.selected {
            background: #667eea;
            color: white;
            border-color: #667eea;
        }

        .urgency-badge:hover {
            border-color: #667eea;
        }

        /* File Upload Styles */
        .file-upload-container {
            margin: 20px 0;
        }

        .file-upload-info {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 6px 16px;
            background: #3395d6;
            border-radius: 11px;
            color: white;
            font-size: 14px;
            font-weight: 500;
        }

        .file-upload-info i {
            font-size: 16px;
            opacity: 0.9;
        }

        .file-upload-wrapper {
            position: relative;
            border: 2px dashed #E5E7EB;
            border-radius: 20px;
            background: #F9FAFB;
            transition: all 0.3s ease;
            overflow: hidden;
        }

        .file-upload-wrapper:hover {
            border-color: #3498DB;
            background: #F0F8FF;
        }

        .file-upload-wrapper.dragover {
            border-color: #3498DB;
            background: #EBF5FF;
            transform: scale(1.02);
        }

        .file-input {
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            cursor: pointer;
            z-index: 2;
        }

        .file-upload-label {
            display: block !important;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 5px 2px;
            cursor: pointer;
            transition: all 0.3s ease;
            height: auto;
        }

        .file-upload-label i {
            font-size: 32px;
            color: #3498DB;
            margin-top: 4px;
            transition: all 0.3s ease;
        }

        .file-upload-wrapper:hover .file-upload-label i {
            transform: translateY(-2px);
            color: #2E86C1;
        }

        .file-text {
            font-size: 16px;
            font-weight: 600;
            color: #374151;
            margin-bottom: 4px;
        }

        .file-subtext {
            font-size: 12px;
            color: #6B7280;
            font-weight: 400;
        }

        .file-selected {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 20px;
            background: white;
            border-radius: 18px;
            margin: 2px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            animation: slideInFile 0.3s ease;
        }

        @keyframes slideInFile {
            from { opacity: 0; transform: translateY(-10px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .file-selected i {
            font-size: 20px;
            color: #10B981;
        }

        .file-name {
            flex: 1;
            font-size: 14px;
            font-weight: 500;
            color: #374151;
            word-break: break-word;
        }

        .file-remove {
            background: #EF4444;
            color: white;
            border: none;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            cursor: pointer;
            font-size: 14px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            z-index: 999;
        }

        .file-remove:hover {
            background: #DC2626;
            transform: scale(1.1);
        }

        /* File upload progress */
        .upload-progress {
            width: 100%;
            height: 4px;
            background: #E5E7EB;
            border-radius: 2px;
            overflow: hidden;
            margin-top: 10px;
        }

        .upload-progress-bar {
            height: 100%;
            background: linear-gradient(90deg, #3498DB, #2E86C1);
            border-radius: 2px;
            transition: width 0.3s ease;
            width: 0%;
        }
 @media (max-width: 768px) {
            .hero-title {
                font-size: 2.5rem;
            }
            
            .hero-content {
                padding: 20px 0;
            }
            
            .contact-form {
                padding: 30px 20px;
            }
            
            .partner-logos {
                gap: 20px;
            }
            
            .partner-logo {
                height: 30px;
            }
            .pos-map{
                display: none;
            }
            .services-background-text {
                font-size: 4rem;
            }
            
            .services-title {
                font-size: 2rem;
            }
            
            .services-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .service-item {
                padding: 25px 15px;
            }
            
            .process-title {
                font-size: 2rem;
            }
            .book-showcase video{
                margin-left: -180px;
            }
            .process-timeline {
                padding: 30px 0;
            }
            
            .process-step {
                flex-direction: column;
                margin-bottom: 40px;
                padding: 0 !important;
            }
            
            .step-left, .step-right {
                justify-content: center;
            }
            
            .step-content {
                max-width: 100%;
                margin: 20px 0 !important;
                order: 2;
            }
            
            .step-content::after {
                display: none;
            }
            
            .step-icon {
                position: relative;
                left: auto;
                transform: none;
                order: 1;
                margin-bottom: 15px;
            }
            
            .step-number {
                position: relative;
                left: auto;
                right: auto;
                transform: none;
                order: 3;
                margin-top: 0px;
            }
            .step-left .step-number{
                left: 0px;
            }
            .step-right .step-number{
                right: 0px;
            }
            .modal-title{
                font-size: 22px;
            }
            .partner-logos{
                display: none;
            }
            .navbar-collapse{
                text-align: center;
                margin-top: 15px;
            }
            .file-upload-info{
                font-size: 13px;
            }
            .modal-body{
                padding-top: 0px;
            }
            
        }
        .subm-sec-2{
            margin: 100px 0px;
        }
        .blue-grad{
            background: -webkit-linear-gradient(#1787f3, #003787);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .yellow-grad{
            background: -webkit-linear-gradient(#F9CA56, #ffc32d);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .navbar-brand {
            font-weight: bold;
            font-size: 1.2rem;
        }
        
        .navbar-nav .nav-link {
            color: #333 !important;
            font-weight: 500;
            margin: 0 10px;
        }
        
        .navbar-nav .nav-link:hover {
            color: #0066cc !important;
        }
        
        .submit-work-btn {
            background: -webkit-linear-gradient(#1787f3, #003787);
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 25px;
            text-decoration: none;
            font-weight: 500;
        }
        
        .submit-work-btn:hover {
            background-color: #0052a3;
            color: white;
        }
        
        .hero-section-home {
            background: #fff;
            min-height: 70vh;
            position: relative;
            overflow: hidden;
            padding-top: 8%;
        }
        .hero-section-c-book {
            background: url('home/c-ban.jpg');
            background-position: center;
            background-size: cover;
            height: 120vh;
            position: relative;
            overflow: hidden;
            padding-top: 8%;
        }
        .c-ban-form form{
            background: #fff;
            text-align: center;
            border-radius: 22px;
            padding: 20px 10px;
        }
        .c-ban-form .fields{
            width: 95%;
            border-radius: 22px;
            border-color: #3b82f67a;
            padding: 7px 9px;
        }
        .c-ban-form .submit{
            background: -webkit-linear-gradient(#1787f3, #003787);
            color: #fff;
            width: 95%;
            border-radius: 22px;
            border-color:#fff;
            padding: 7px;
            text-transform: capitalize;
        }
        .c11{
            background: url('home/c-11.png');
            background-position: center;
            background-size: cover;
        }
        .c-mob-hide{
            position: absolute;
            z-index: -1;
            left: 0;
            top: -160px;
            max-width: 550px;
            overflow: hidden;
        }
        .pxx-5{
            padding: 0px 105px;
        }
        .counter-c span{
            background: #ffffff70;
            border-radius: 16px;
            width: auto;
            padding: 8px 20px;
            border: solid 2px;
            border-color: #fff;
            border-top: 0px;
        }
        .fw-7{
            font-weight: 700;
        }
        .arrow-rl{
            position: absolute;
            z-index: -2;
            bottom: -101px;
            max-width: 57%;
        }
        .arrow-lr{
            position: absolute;
            z-index: -2;
            bottom: -101px;
            max-width: 57%
        }
        .c-b-bottom .container{
            background: url('home/c-b.jpg');
            background-position: center;
            background-size: cover;
            min-height: 44vh;
            padding: 30px 30px;
            justify-content: center;
            display: flex;
            flex-direction: column;
        }
        .yellow-btn-theme{
            gap: 8px;
        }
        .blue-btn-theme{
            gap: 8px;
        }
        .c-z{
            margin: 100px 0px;
        }
        .yellow-bg-grad{
            background: linear-gradient(180deg, #ffffff 40%, #F2B826);
            padding: 10px 20px;
            border-radius: 22px;
            text-align: center;
        }
        .yellow-btn-theme .btn-1{
            background: #F2B826;
            padding: 8px 30px;
            text-decoration: none;
            border-radius: 22px;
            color: #fff;
        }
        .blue-btn-theme .btn-1{
            background: #147ce4;
            padding: 8px 30px;
            text-decoration: none;
            border-radius: 22px;
            color: #fff;
        }
        .c-end img{
            max-width: 200px;
        }
        .cc-ee{
            margin: 60px 0px;
        }
        .cc-ee .container{
            background: url('home/cc-ee.png');
            background-position: center;
            background-size: cover;
            min-height: 44vh;
            padding: 30px 30px;
        }
        .yellow-btn-theme .btn-2{
            background: #fff;
            padding: 8px 30px;
            text-decoration: none;
            border-radius: 22px;
            color: #F2B826;
        }
        .blue-btn-theme .btn-2{
            background: #fff;
            padding: 8px 30px;
            text-decoration: none;
            border-radius: 22px;
            color: #147ce4;
        }
        .p-abs-3{
            position: absolute;
            max-width: 250px;
            right: -100px;
            top: -30px;
        }
        .p-abs-4{
            position: absolute;
            max-width: 200px;
            left: -100px;
            top: -30px;
        }
        .c-sec-two{
            margin: 60px 0px;
        }
        .hero-content {
            z-index: 2;
            position: relative;
        }
        
        .hero-title {
            color: #0066cc;
            margin-bottom: 20px;
        }
        
        .hero-main-title {
            color: #0066cc;
            font-size: 3.5rem;
            font-weight: bold;
            line-height: 1.2;
            margin-bottom: 30px;
            font-family: "Lexend", sans-serif;
        }
        
        .hero-subtitle {
            color: #333;
            font-size: 1.1rem;
            margin-bottom: 40px;
            line-height: 1.3;
            font-family: "Lexend", sans-serif;
        }
        
        .btn-consult {
            background-color: transparent;
            color: #0066cc;
            border: 2px solid #0066cc;
            padding: 12px 30px;
            border-radius: 25px;
            font-weight: 500;
            margin-right: 15px;
        }
        
        .btn-consult:hover {
            background-color: #0066cc;
            color: white;
        }
        
        .btn-quote {
            background-color: #ffc107;
            color: #333;
            border: 2px solid #ffc107;
            padding: 12px 30px;
            border-radius: 25px;
            font-weight: 500;
        }
        
        .btn-quote:hover {
            background-color: #ffb300;
            border-color: #ffb300;
        }
        
        .book-showcase {
            position: relative;
            z-index: 2;
        }
        
        .book-cover {
            width: 200px;
            height: 280px;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
            transition: transform 0.3s ease;
            object-fit: cover;
        }
        
        .book-cover:hover {
            transform: translateY(-10px);
        }
        
        .book-1 {
            transform: rotate(-10deg);
            margin-top: 50px;
        }
        
        .book-2 {
            transform: rotate(5deg);
            margin-top: 20px;
            margin-left: -50px;
        }
        
        .book-3 {
            transform: rotate(-5deg);
            margin-top: 40px;
            margin-left: -30px;
        }
        
        .geometric-shape {
            position: absolute;
            background: linear-gradient(45deg, #0066cc, #4da6ff);
            opacity: 0.1;
        }
        
        .shape-1 {
            width: 300px;
            height: 300px;
            border-radius: 50%;
            top: -150px;
            right: -150px;
        }
        
        .shape-2 {
            width: 200px;
            height: 200px;
            transform: rotate(45deg);
            bottom: 100px;
            left: -100px;
        }
        
        .contact-sidebar {
            position: fixed;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            background-color: #0066cc;
            color: white;
            padding: 15px 8px;
            writing-mode: vertical-rl;
            text-orientation: mixed;
            z-index: 1000;
            border-radius: 10px 0 0 10px;
        }
        
        .underline-accent {
            position: relative;
        }
        
        .underline-accent::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 100px;
            height: 4px;
            background-color: #ffc107;
            border-radius: 2px;
        }
        
        @media (max-width: 768px) {
            .hero-main-title {
                font-size: 2.5rem;
            }
            
            .book-showcase {
                margin-top: 50px;
            }
            
            .book-cover {
                width: 150px;
                height: 210px;
            }
            
            .contact-sidebar {
                display: none;
            }
            .home-sec-five {
                margin: 380px 0px 0px !important;
            }
        }
        .bnr-book-1{
        position: absolute;
        width: 30%;
        left: 3%;
        top: 39%;
        }
        .bnr-book-3{
        position: absolute;
        width: 30%;
        right: 3%;
        top: 39%;
        }
        .top-bnr-left-img{
            position: absolute;
            left: 0;
            top: 0;
            z-index: -1;
        }
        .top-bnr-right-img{
            position: absolute;
            right: 0;
            top: 0;
            z-index: -1;
        }
        .center-boder-rad{
            border: 1px solid #d4d4d4;
            border-radius: 50px;
            padding: 5px 20px;
        }
        .home-sec-two {
            background: linear-gradient(360deg, #003E7A, #3385D9);
            padding: 30px;
            margin: 0px 20px;
            border-radius: 22px;
            clip-path: ellipse(100% 90% at 50% 100%);
            color: #fff;
        }
        .home-sec-two h1, .home-sec-two p{
            color: #fff;
            font-family: "Lexend", sans-serif;

        }
        .home-sec-two a{
            color: #fff;
            text-decoration: none;
            font-weight: 600;
              font-family: "Lexend", sans-serif;
        }
        .home-sec-two input{
            background: transparent;
            border: 1px solid #fff;
            border-radius: 22px;
            padding: 7px 12px;
            color: #fff;
        }
        .home-sec-two::placeholder{
            color: #fff;
        }
        .custom-input::placeholder {
        color: #c1c1c1;       /* Change placeholder text color */
        opacity: 1;       /* Make sure color is not faded */
        }

        .custom-input:-ms-input-placeholder { /* For older IE */
        color: #c1c1c1;
        }

        .custom-input::-ms-input-placeholder { /* For Microsoft Edge (legacy) */
        color: #c1c1c1;
        }
        .home-sec-five{
            margin: 80px 0px;
        }
        .home-sec-five .ser-blue{
            background: url('home/b-b.jpg');
            background-size: cover;
            border-radius: 22px;
            padding: 50px 55px;
            text-align: center;
        }
        .home-sec-five h1{
            color: #fff;
            font-family: "Lexend", sans-serif;
        }
        .home-sec-six{
            padding: 60px 0px;
            background: url('home/sec-six.jpg');
            background-size: cover;
        }
        .home-four{
            padding: 60px 0px;
        }
        .con-last{
            position: absolute;
            right: 0px;
            top: 50px;
            width: 45%;
        }
        .bnr-about{
            margin-top: 8%;
            margin-bottom: 50px;
        }
        .bnr-about .container{
            background: url('home/ser-ban.jpg');
            background-size: cover;
            min-height:55vh;
            border-radius: 50px;
            border: 1.5px solid #004895;
            box-shadow: 2px 5px 10px #b6b6b6d1;
        }
        .ser-bnr{
            margin-top: 8%;
            margin-bottom: 50px;
        }
        .ser-container{
            background: url(home/ser-ban.jpg);
            background-size: cover;
            min-height: 55vh;
            padding: 25px;
            border-radius: 50px;
            border: 1.5px solid #004895;
            box-shadow: 2px 5px 10px #b6b6b6d1;
            background-position: center;
        }
        h1, h2, h3, h4, h5, h6, p, li, span, a{
            font-family: "Lexend", sans-serif;
        }
        .abt-two{
            margin: 120px 0px;
        }
        .mission-abt{
            margin: 60px 0px;
        }
        .abt-dd{
            background: linear-gradient(0deg, #003E7A, #fff);
            border-radius: 22px;
            text-align: center;
        }
        .testi-bnr{
            background:url('home/testi-bnr.jpg');
            background-size: cover;
            background-position: center;
            min-height: 62vh;
            margin-top: 4%;
            padding-top: 7%;
            display: flex;
            justify-content: center;
            align-items: end;
        }
        .testi-two{
            margin: 60px 0px;
        }
        .testi-cards{
            background: linear-gradient(0deg, #91c9ff, #fff);
            border-radius: 22px;
            padding: 10px;
        }
        .abt-dd h3{
            color: #fff;
            font-size: 19px;
            text-shadow: 1px 1px 3px #333;
            margin: 7px 0px;
        }
        .more-subm{
            border: solid 1px #014E98;
            border-radius: 22px;
            padding: 20px 10px;
        }
        .display-inline-flex-form{
            display: inline-flex;
            gap: 12px;
        }
        .abt-dd p{
            color: #fff;
        }
        .abt-dd img{
            max-width: 80px;
        }
        .ser-bnr-head{
            font-size: 50px;
        }
        .b-sp{
            padding:8px 15px;
            border-radius:15px;
            background:#cce2f7
        }
        .fs-60{
            font-size:60px
        }
        @media(max-width:800px){
            .home-four .row .col-lg-6 {
            padding-top: 10px;
            padding-bottom: 10px;
            }
            .center-boder-rad{
                background: #fff;
                border-radius: 15px;
                padding: 15px 20px 60px;
            }
            .hero-section-home{
                padding-top: 25%;
            }
            .bnr-book-1,.bnr-book-3{
                display: none !important;
            }
            .home-sec-five .ser-blue{
                background-position: center;
            }
            .home-sec-six .col-lg-4{
                justify-content: center;
                display: grid;
            }
            .mob-hide{
                display: none;
            }
            
            ul.navbar-nav.mx-auto.center-boder-rad{
                margin-bottom: -50px;
            }
            .bnr-about {
                margin-top: 25%;
            }
            .ser-bnr{
                margin-top: 25%;
            }
            .ser-bnr-head{
                font-size: 30px;
            }
            .hero-section-c-book{
                padding-top: 25%;
            }
            .c-mob-hide{
                left: -32px;
                top: -103px;
                max-width: 450px;
            }
            .pxx-5 {
                padding: 0px 55px;
            }
            .hero-section{
                margin-top: 20%;
            }
            .hero-buttons{
                display: flex;
            }
            .ser-container{
                background-position: left;
            }
            .display-inline-flex-form{
            display: grid;
            gap: 12px;
        }
        .home-sec-two {
            clip-path: ellipse(100% 99% at 50% 100%);
        }
        .top-bnr-left-img{
            max-width: 100px;
        }
        .fs-60{
            font-size:40px
        }
        
    
        }

.step-video {
  width: 100%;
  height: auto;        /* keep natural aspect ratio */
  display: block;
  object-fit: contain; /* don’t crop video */
  border-radius: 12px; /* optional */
  position: relative;  /* no absolute positioning */
  z-index: 2;          /* stay above background but below text */
}


.step5-left { position: relative; }
.step5-video{
  position: absolute;
  inset: 0;           /* top:0 right:0 bottom:0 left:0 */
  width: 100%;
  height: 100%;
  object-fit: cover;  /* nicely crops */
  border-radius: 12px;/* match your design if needed */
  z-index: 1;
  display: block;
}
