.hero-section {
    background: url('/assets/banner.jpg') no-repeat center bottom;
    background-size: cover;
    min-height: 900px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 120px;
    text-align: center;
}

.hero-section-1 {
    background: url('/assets/disney-banner.jpeg') no-repeat center bottom;
    min-height: 578px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
}

.hero-section-2 {
    background: url('/assets/banner-1.jpeg') no-repeat center bottom;
    min-height: 613px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
}

.hero-section-3 {
    background: url('/assets/banner-7.jpg') no-repeat center bottom;
    min-height: 600px;
    display: flex;
    margin-top: 0px;
    background-size: 100% 95%;
    background-position: center top;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
}

.hero-section-4 {
    background: url('/assets/banner-22.jpeg') no-repeat center bottom;
    min-height: 600px;
    display: flex;
    margin-top: 0px;
    background-size: 100% 95%;
    background-position: center top;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
}

.hero-section-5 {
    background: url('/assets/banner-9.jpeg') no-repeat center bottom;
    min-height: 600px;
    display: flex;
    margin-top: 0px;
    background-size: 100% 95%;
    background-position: center top;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
}

.hero-section-6 {
    background: url('/assets/bbbaner.jpeg') no-repeat center bottom;
    min-height: 600px;
    display: flex;
    margin-top: 0px;
    background-size: 100% 95%;
    background-position: center top;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
}

.hero-section-7 {
    background: url('/assets/contact-image.png') no-repeat center bottom;
    background-size: cover;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 120px;
    text-align: center;
}


.hero-section-8 {
    background: url('/assets/about-bannerr.png') no-repeat center bottom;
    background-size: cover;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 120px;
    text-align: center;
}

.hero-section-9 {
    background: url('/assets/packages-banner.webp') no-repeat center bottom;
    background-size: cover;
    min-height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 120px;
    text-align: center;
}

.hero-title {
    font-size: 68px;
    font-weight: 500;
    margin: 0;
    text-align: center;
    font-family: 'Chewy', cursive;
    color: #ffffff;
    margin-bottom: 35px;
    line-height: 1;
}

.hero-title-1{
    font-size: 98px;
    font-weight: 500;
    margin-top: 190px;
    text-align: center;
    font-family: 'Chewy', cursive;
    color: #ffffff;
    margin-bottom: 5px;
    line-height: 1;
}

.hero-title-2 {
    font-size: 48px;
    font-weight: 400;
    margin: 0;
    text-align: center;
    font-family: 'Chewy', cursive;
    color: #ffffff;
    margin-bottom: 35px;
    line-height: 1.3;
}



.hero-title-3{
    font-size: 98px;
    font-weight: 500;
    margin-top: 545px;
    text-align: center;
    font-family: 'Chewy', cursive;
    color: #ffffff;
    margin-bottom: 5px;
    line-height: 1;
}

.hero-title-4 {
    font-size: 98px;
    font-weight: 500;
    margin: 0;
    text-align: center;
    font-family: 'Chewy', cursive;
    color: #ffffff;
    margin-bottom: 35px;
    line-height: 1.3;
}


.hero-title span {
    color: #1b2b3a;
}

.span-text {
    font-size: 50px;
}




/* .font-h1 {
    font-size: 6rem;
    font-family: 'Baloo 2', sans-serif;

    position: absolute;
    bottom: 10px;
    right: 15px;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.3s ease;
} */







#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 24%;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #ff3c0d;
    color: white;
    cursor: pointer;
    padding: 11px 17px;
    border-radius: 100px;
    border: 2px solid #c7c7c714;
}

#scrollTopBtn:hover {
    background-color: #c7c7c7;
}




.consent {
    color: rgb(124, 124, 124);
    grid-column: span 2;
    font-size: 13px;
}






#feedback-carousel .carousel-track {
    display: flex;
    transition: transform 0.6s ease;
}

#feedback-carousel .carousel-track-wrapper {
    overflow: hidden;
}

#feedback-carousel .carousel-item {
    flex: 0 0 33.33%;
    padding: 20px;
    box-sizing: border-box;
}



.footer {
    border: none;
    height: 0.5px;
    background-color: 0.5px solid rgba(118, 139, 188, 0.5);
    width: 100%;
}

.footer-main-title {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 50px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3;
}

@media (max-width:768px) {
    .footer-main-title {
        font-size: 28px;
        margin-bottom: 35px;
    }

    #scrollTopBtn {
        display: none;
        position: fixed;
        bottom: 10px;
        right: 24%;
        z-index: 99;
        border: none;
        outline: none;
        background-color: #ff3c0d;
        color: white;
        cursor: pointer;
        padding: 11px 17px;
        border-radius: 100px;
        border: 2px solid #c7c7c714;
    }

    #scrollTopBtn:hover {
        background-color: #c7c7c7;
    }
}




























.hero-form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.input-group {
    position: relative;
}

.input-group i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #333;
    font-size: 14px;
}

.input-group input {
    
    padding: 14px 14px 14px 40px;
    border-radius: 10px;
    border: none;
    background: #e6e6e6;
    font-size: 14px;
    outline: none;
}

.input-group textarea {
    width: 220px;
    padding: 10px 10px 10px 40px;
    border-radius: 10px;
    border: none;
    background: #e6e6e6;
    font-size: 14px;
    outline: none;
}

.hero-btn {
    background: #ff3c0d;
    color: #fff;
    border: none;
    padding: 14px 28px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

.hero-btn:hover {
    background: #e63200;
}


























@import url("assets/css/style.css");

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Fredoka', sans-serif;
    /* font-family: 'Fredoka', sans-serif; */
    background-color: #f7fbff;
    /* background-color: #ffffff; */

    color: #1b2b3a;
    line-height: 1.6;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

button {
    font-family: inherit;
    cursor: pointer;
    border: none;
    outline: none;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.btn-primary,
.btn-secondary {
    padding: 12px 26px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-primary {
    background: linear-gradient(135deg, #3c8dff, #5bc9ff);
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(60, 141, 255, 0.3);
}

.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 26px rgba(60, 141, 255, 0.4);
}

.btn-secondary {
    background: #ff3c0d;
    color: #ffffff;
    border: 1px solid rgba(36, 99, 255, 0.25);
}

.btn-secondary:hover {
    background: #e63200;
    color: #ffffff;
}

section {
    padding: 10px 0;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.section-subtitle {
    font-size: 0.95rem;
    text-align: center;
    color: #607089;
    max-width: 1200px;
    margin: 0 auto 40px auto;
}

.card {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 14px 30px rgba(25, 64, 128, 0.08);
}


header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: transparent;
    box-shadow: none;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
}

.nav-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-logo {
    height: 50px;
    width: auto;
    animation: popupFade 1s ease;
}

.nav-brand-text {
    font-weight: 700;
    font-size: 1.2rem;
    color: #1b2b3a;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 24px;
}

.nav-menu {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 24px;
}


.dropdown-menu.show {
    display: block;
}

.nav-menu li {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #013856;
    list-style: none;
    padding: 5px 0;
    border: white;
    border-radius: 5px;
    min-width: 200px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.dropdown-menu li {
    padding: 2px 10px;
}

.dropdown-menu li a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    border: white;
    padding: 2px;
    border-radius: 5px;
}

.dropdown-menu li a:hover {
    background: #ff3c0d;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-menu {
    display: block;
}


.nav-link {
    font-size: 0.95rem;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    padding-bottom: 4px;
    text-transform: uppercase;
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #1f5c7a;
    color: #ffffff;
    border-radius: 999px;
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;

}

.nav-link.active {
    background-color: #1f5c7a;
    color: #ffffff;
    padding: 5px;
}

.nav-link.active::after {
    width: 100%;
}

.nav-cta {
    display: none;
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 4px;
    width: 22px;
}

.hamburger span {
    display: block;
    height: 2px;
    background: #1b2b3a;
    border-radius: 999px;
    transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}



.hero {
    background: #013856;
    padding: 60px 20px;
    text-align: center;
}


.hero-inner {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 40px;
    align-items: center;
}

.hero-copy h1 {
    font-size: 2.7rem;
    line-height: 1.2;
    color: #123056;
    margin-bottom: 18px;
}

.hero-copy h1 span {
    color: #ff8f3c;
}

.hero-copy p {
    color: #607089;
    margin-bottom: 20px;
    max-width: 450px;
}

.hero-cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-kids-image {
    max-width: 980px;
    width: 100%;
    display: block;
    margin: 40px auto 0;
    filter: drop-shadow(0 18px 28px rgba(9, 37, 76, 0.15));
}

.hero-ladybug {
    position: absolute;
    right: -10px;
    top: 10%;
    width: 70px;
}

.hero-badge {
    position: absolute;
    left: -10px;
    bottom: 8%;
    background: #ffffff;
    border-radius: 14px;
    padding: 10px 14px;
    box-shadow: 0 16px 28px rgba(15, 51, 106, 0.1);
    font-size: 0.8rem;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.hero-badge span:first-child {
    font-weight: 600;
    color: #2463ff;
}

.hero-subtext-wrapper {
    margin-top: 40px;
}

.hero-subtext {
    font-weight: 500;
    font-size: 1rem;
    text-align: center;
    color: #123056;
    margin-bottom: 22px;
}

.contact-inline-form {
    max-width: 900px;
    margin: 0 auto;
    padding: 18px 22px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 16px 30px rgba(25, 64, 128, 0.12);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/* .form-space {
    margin-left: 10px;
} */

.form-group label {
    font-size: 0.75rem;
    font-weight: 500;
    color: #000000;
}

.form-group input,
.form-group textarea {
    border-radius: 999px;
    border: 1px solid #d5e2ff;
    padding: 9px 14px;
    font-size: 0.9rem;
    outline: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    font-family: inherit;
}

.form-group textarea {
    border-radius: 16px;
    resize: vertical;
    min-height: 90px;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #3c8dff;
    box-shadow: 0 0 0 3px rgba(60, 141, 255, 0.15);
}

.form-error {
    font-size: 0.7rem;
    color: #ff4d4d;
    margin-top: 2px;
}

.btn-block {
    width: 100%;
}


.carousel-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 10px;
    text-align: center;
}

.carousel-section-header h2 {
    font-size: 1.7rem;
    font-weight: 700;
    color: #123056;
}

.carousel-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.carousel-arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #d0ddf5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #123056;
    box-shadow: 0 8px 18px rgba(18, 48, 86, 0.08);
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.carousel-arrow:hover {
    background: #2463ff;
    color: #ffffff;
    transform: translateY(-1px);
}

.carousel {
    position: relative;
}

.carousel-track-wrapper {
    overflow: hidden;
}

.carousel-track {
    display: flex;
    transition: transform 0.6s ease;
}

.carousel-item {
    flex: 0 0 20%;
    padding: 10px;
}

.book-card {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 14px 28px rgba(9, 42, 88, 0.08);
    padding: 14px;
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
}

.book-cover {
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 8px;
}

.book-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #123056;
}

.book-author {
    font-size: 0.8rem;
    color: #7b8aa1;
}

.book-price {
    font-size: 0.9rem;
    color: #ff8f3c;
    font-weight: 600;
    margin-top: 4px;
}


.how-it-works {
    background: linear-gradient(180deg, #f3f8ff 0%, #ffffff 100%);
}

/* .how-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
} */


.how-grid {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

/* .how-card {
    padding: 18px 16px 20px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
} */


.how-card {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 20px;
    color: white;
    text-align: left;
    position: relative;
    overflow: hidden;
    min-height: 180px;
}

.font-h1 {
    position: absolute;
    bottom: 60px;
    right: 20px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 70px;
    font-weight: 600;
    border-radius: 50%;
    border: 3px solid transparent;
    opacity: 0;
    transform: scale(0.6);
    transition: all 0.3s ease;
}

.how-card:hover .font-h1 {
    opacity: 1;
    transform: scale(1);
    border: 3px solid #fff;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
}

.how-card img {
    width: 120px;
    height: auto;
}

.how-content {
    max-width: 60%;

}


.works-heading {
    font-family: 'Chewy', cursive;
    font-size: 40px;
    font-weight: 500;
}

.how-card h3 {
    /* font-size: 20px; */
    margin-bottom: 10px;
}

.how-card p {
    font-size: 20px;
    font-family: 'Chewy', cursive;
}


.how-card:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 20px 34px rgba(9, 42, 88, 0.15);
}

.how-card:nth-child(1) {
    background: #4DB7F1;
}

.how-card:nth-child(2) {
    background: #C9C234;
}

.how-card:nth-child(3) {
    background: #FF8580;
}

.how-card:nth-child(4) {
    background: #74D1C7;
}

.how-card:nth-child(5) {
    background: #B5714C;
}

.how-card:nth-child(6) {
    background: #FA8003;
}

.how-image {
    width: 80px;
    margin-bottom: 10px;
}

.how-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 6px;
    color: #ffffff;
}

.how-text {
    font-size: 0.90rem;
    color: #ffffff;
}

.cta-small-title {
    font-weight: 700;
    font-size: larger;
}

.font-h2 {
    font-family: 'Fredoka', sans-serif;
}


.cta-blue {

    padding: 1px 0;
    background-image: url("/assets/bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    overflow: hidden;
    /* padding: 60px; */
}

.cta-blue-1 {
    min-height: 800px; 
    display: flex;
    align-items: center; 
    background-image: url("/assets/final-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.cta-blue-inner {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 120px;
    align-items: center;
    justify-content: space-between;

}

.cta-blue h2 {
    font-size: 2rem;
    margin-bottom: 14px;
}

.cta-blue p {
    font-size: 0.95rem;
    margin-bottom: 22px;
    color: #e2ecff;
}

.cta-blue-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.cta-blue .btn-primary {
    background: #ff3c0d;
    color: #bdbdbd;
    box-shadow: 0 14px 28px rgba(6, 30, 70, 0.4);
}

.cta-blue .btn-primary:hover {
    background: #e63200;
    color: #ffffff;
}

.cta-blue .btn-secondary {
    background: #ff3c0d;
    color: #bdbdbd;

}

.cta-blue .btn-secondary:hover {
    background: #e63200;
    color: #ffffff;
}

.cta-visual {
    display: flex;
    align-items: flex-end;
}

.cta-shape {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.4), transparent 60%),
        radial-gradient(circle at 80% 90%, rgba(117, 194, 255, 0.7), transparent 60%);
    border-radius: 30px;
    opacity: 0.9;
}

.cta-boy-image-wrapper {
    position: relative;
    border-radius: 26px;
    min-height: 750px;

    overflow: hidden;
    padding: 26px 12px 0;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(217, 237, 255, 0.95));
    box-shadow: 0 20px 38px rgba(1, 15, 40, 0.6);
}

.cta-boy-image {
    position: relative;
    /* height: 700px;
    width: 700px; */
}



.publishing-journey-inner {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 40px;
    align-items: center;
}

.publishing-journey h2 {
    font-size: 1.9rem;
    margin-bottom: 10px;
    color: #123056;
}

.publishing-journey p {
    font-size: 0.95rem;
    color: #607089;
    margin-bottom: 16px;
}


.feedback {
    background: #F8EBE5;
}

.feedback-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.feedback-card {
    padding: 18px 18px 20px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 16px 26px rgba(9, 42, 88, 0.1);
}

.feedback-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.feedback-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.feedback-name {
    font-weight: 600;
    font-size: 0.95rem;
}

.feedback-stars {
    font-size: 0.8rem;
    color: #ffb703;
}

.feedback-text {
    font-size: 0.85rem;
    color: #516381;
}


.contact-inner {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 40px;
    align-items: center;
}

.contact-form-card {
    padding: 22px 22px 24px;
}

.contact-form-card h3 {
    font-size: 1.4rem;
    margin-bottom: 6px;
}

.contact-form-card p {
    font-size: 0.88rem;
    color: #607089;
    margin-bottom: 16px;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
}

.contact-grid .form-group:nth-child(3),
.contact-grid .form-group:nth-child(4) {
    grid-column: span 1;
}

.contact-grid .form-group.message-group {
    grid-column: 1 / -1;
}

.contact-grid textarea {
    border-radius: 18px;
}

.contact-grid .form-group {
    grid-column: 1 / -1; 
}

.contact-grid .form-group:nth-child(3) {
    grid-column: 1 / -1;
}

.contact-grid .form-group:nth-child(4) {
    grid-column: 1 / -1;
}





footer {
    background: #000000;
    color: #ffffff;
    padding-top: 50px;
}

.footer-top {
    display: grid;
    grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
    gap: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(118, 139, 188, 0.5);
}

.footer-logo {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 12px;
}

.footer-logo img {
    height: 90px;
    /* increased size */
    width: auto;
}

.footer-logo span {
    font-weight: 700;
    font-size: 1.15rem;
}

.footer-newsletter p {
    font-size: 0.88rem;
    margin-bottom: 10px;
}

.footer-newsletter-form {
    display: flex;
    gap: 8px;
}

.footer-newsletter-form input {
    flex: 1;
    border-radius: 999px;
    border: 1px solid rgba(189, 205, 255, 0.9);
    padding: 8px 14px;
    font-size: 0.85rem;
    background: #0c1730;
    color: #ffffff;
}

.footer-newsletter-form input::placeholder {
    color: #7e8db0;
}

.footer-heading {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer-links li {
    margin-bottom: 6px;
}

.footer-links a {
    font-size: 0.85rem;
    color: #ffffff;
}

.footer-links a:hover {
    color: #ffffff;
}

.footer-contact {
    font-size: 0.85rem;
}

.footer-bottom {
    padding: 16px 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 0.8rem;
    color: #ffffff;
}

.footer-bottom-links {
    display: flex;
    gap: 16px;
}

.footer-bottom-links a {
    color: #c3cff1;
}

.footer-bottom-links a:hover {
    color: #ffffff;
}


.mt-20 {
    margin-top: 4px;
}

.text-center {
    text-align: center;
}


.social-logo {
    padding-left: 10px;
}


@media (min-width: 1200px) {

    /* Show 5 books */
    .carousel-item {
        flex-basis: 20%;
    }

    .nav-cta {
        display: inline-flex;
    }

}

@media (min-width: 768px) and (max-width: 1199px) {
    .hero-inner {
        grid-template-columns: 1.1fr 0.9fr;
    }


    .hero-copy h1 {
        font-size: 2.2rem;
    }

    .contact-inline-form {
        grid-template-columns: repeat(2, 1fr);
    }

    .how-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .feedback-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact-inner {
        grid-template-columns: 0.9fr 1.1fr;
    }

    .cta-blue-inner {
        grid-template-columns: 1fr 1fr;
    }

    .publishing-journey-inner {
        grid-template-columns: 1fr 1fr;
    }

    .carousel-item {
        /* flex-basis: 33.3333%; */
        flex: 0 0 33.33%;
    }

}

@media (max-width: 767px) {
    header {
        box-shadow: 0 6px 18px rgba(5, 27, 61, 0.15);
    }

    .popup-overlay {
        padding: 15px;
        align-items: flex-start;
        overflow-y: auto;
    }

    .popup-wrapper {
        flex-direction: column;
    }

    .popup-image img {
        height: 220px !important;
        object-fit: cover;
        border-radius: 10px 10px 0 0;
    }

    .popup-content {
        width: 100%;
        max-width: 420px;
        border-radius: 12px;
        margin: auto;
    }

    .popup-form {
        padding: 20px;
    }

    .hero-title {
        font-size: 28px;
        margin-left: 20px;
        text-align: center;
        line-height: 1.4;
    }

    .nav {
        padding: 10px 0;
    }

    .nav-menu {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        background: #6fc5f3;
        flex-direction: column;
        gap: 10px;
        box-shadow: 0 14px 26px rgba(0, 0, 0, 0.1);
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        width: 100%;
    }

    .nav-menu li {
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    .nav-link {
        display: block;
        padding: 12px 15px;
    }

    /* Dropdown mobile style */
    .dropdown-menu {
        position: static;
        display: none;
        box-shadow: none;
        background: #25729b;
        padding-left: 15px;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .dropdown-menu li {
        padding: 8px 0;
    }

    /* Show dropdown when active */
    .dropdown.active .dropdown-menu {
        display: block;
    }

    .nav-menu.open {
        max-height: 100vh;
        overflow-y: auto;
    }

    .nav-cta {
        display: none;
    }

    .hamburger {
        display: flex;
        background-color: #6fc5f3;
    }

    .hero {
        padding-top: 30px;
    }

    .hero-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-copy {
        order: 2;
    }

    .hero-copy h1 {
        font-size: 2rem;
    }

    .hero-copy p {
        margin: 0 auto 18px;
    }

    .hero-cta-group {
        justify-content: center;
    }

    .hero-visual {
        order: 1;
    }

    .hero-badge {
        left: 6%;
        bottom: 0;
    }

    .hero-ladybug {
        right: 6%;
        top: 6%;
    }

    .contact-inline-form {
        grid-template-columns: 1fr;
    }

    .btn-block-mobile {
        width: 100%;
    }

    .carousel-section-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .carousel-item {
        /* flex-basis: 100%; */
        flex: 0 0 100%;
    }

    section {
        padding: 50px 0;
    }

    .section-title,
    .section-subtitle {
        text-align: center;
    }

    .how-grid {
        grid-template-columns: 1fr;
    }

    .cta-blue-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .cta-blue-buttons {
        justify-content: center;
    }

    .cta-visual {
        max-width: 360px;
        margin: 0 auto;
    }

    .publishing-journey-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .publishing-journey-inner>div:last-child {
        order: -1;
    }

    .feedback-cards {
        grid-template-columns: 1fr;
    }

    .contact-inner {
        grid-template-columns: 1fr;

    }

    .contact-image-wrapper {
        max-width: 300px;
        margin: 0 auto 18px;

    }

    .contact-grid {
        grid-template-columns: 1fr;

    }

    .footer-top {
        grid-template-columns: 1fr;
        align-items: center;
        text-align: center;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-img-logo {
        justify-content: flex-start;
    }
}



















.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}



.popup-content {
    background: linear-gradient(135deg, #ffe8b6, #ffd4e5);
    /* background: white; */
    border-radius: 18px;
    max-width: 900px;
    /* width: 90%; */
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    animation: popupFade 4s ease;
}



.popup-wrapper {
    display: flex;
    max-width: 700px;
    width: 100%;
}



.popup-image {
    width: 40%;
    background: linear-gradient(135deg, #ffe8b6, #ffd4e5);
    display: flex;
    justify-content: center;

}

.popup-image img {
    max-width: 100%;
    height: auto;
    display: block;
}



.popup-form {
    width: 60%;
    padding: 20px;
    z-index: 1100;
}

.popup-form h2 {
    margin-bottom: 0px;
    font-size: 26px;
    font-weight: 700;
}



.contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
}

.message-group {
    grid-column: span 2;
}



.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
}

textarea {
    height: 42px;
    resize: none;
}






.btn-primary {
    width: 100%;
    padding: 14px;
    background: #ff3c0d;
    border: none;
    color: #fff;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

.btn-primary:hover {
    background: #e63200;
}



.popup-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
}


@media (max-width:768px) {

    .popup-wrapper {
        flex-direction: column;
    }

    .popup-image {
        width: 100%;
    }

    .popup-form {
        width: 100%;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .message-group {
        grid-column: span 1;
    }

}

@keyframes popupFade {
    from {
        transform: scale(.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}






.pricing-section {
    padding: 80px 0;
}

.pricing-title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 60px;
    font-weight: 700;
}

.pricing-grid {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}

.pricing-card {
    background: #f2f2f2;
    width: 360px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    height: 650px;
}

.card-header {
    background: #013856;
    padding: 25px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: white;
}

.card-body {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.card-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    max-height: 420px;
    /* controls scroll area */
    padding-right: 10px;
}

.card-body ul::-webkit-scrollbar {
    width: 6px;
}

.card-body ul::-webkit-scrollbar-thumb {
    background: #013856;
    border-radius: 10px;
}

.card-body ul li {
    margin-bottom: 12px;
    padding-left: 22px;
    position: relative;
    font-size: 14px;
}


.card-body ul li::before {
    content: "◆";
    color: #ff3c0d;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
}




.btn {
    display: block;
    text-align: center;
    background: #ff3c0d;
    color: white;
    padding: 14px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 20px;
}

/* .btn{
    display:block;
    text-align:center;
    background:#ff3c0d;
    color:white;
    padding:14px;
    border-radius:30px;
    text-decoration:none;
    font-weight:600;
    margin-top:20px;
} */

.btn:hover {
    background: #e63200;
}





/* Responsive */

@media (max-width:900px) {

    .pricing-grid {
        flex-direction: column;
        align-items: center;
    }

    .pricing-card {
        width: 100%;
        max-width: 420px;
    }

}


.privacy-policy {
    background: url('/assets/back.jpg') no-repeat center bottom;
    padding-left: 100px;
    padding-right: 100px;
    background-size: cover;
    min-height: 900px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 120px;
    color: #000000;
}











.main-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px auto;
    margin-top: 40px;
}

.main-header h1 {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 10px;
}

.main-header .subtitle {
    font-weight: bold;
    color: #555;
    margin-bottom: 15px;
}

.main-header .description {
    font-size: 0.95rem;
    color: #777;
}

/* Container for the cards */
.services-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.card-1 {
    width: 320px;
    border-radius: 30px;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}


.blue {
    background-color: #5cb8ff;
}

.green {
    background-color: #93c056;
}

.red {
    background-color: #c44d41;
}

.image-area {
    background-color: #f9f9f9;
    padding-top: 20px;
    border-bottom-left-radius: 50% 40%;
    border-bottom-right-radius: 50% 40%;
    height: 200px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.image-area img {
    max-height: 180px;
    width: auto;
}

.content-area {
    padding: 30px 20px;
    color: white;
}

.content-area h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.content-area p {
    font-size: 0.85rem;
    line-height: 1.5;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .services-container {
        flex-direction: column;
        align-items: center;
    }
}





.process-section {
    background: url('/assets/middle-east.png');
    padding: 20px 20px;
    background-size: cover;
}

.process-section-1 {
    background: url('/assets/middle-2.png');
    padding: 20px 20px;
    background-size: cover;

}

.header-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.header-content h2 {
    font-size: 2.5rem;
    color: #1a2a40;
    margin-bottom: 5px;
}

.header-content .tagline {
    font-weight: bold;
    color: #444;
    margin-bottom: 20px;
}

.header-content .intro-text {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #666;
}

.steps-container {
    display: flex;
    flex-direction: column;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.step-item {
    width: 45%;
    margin-bottom: 40px;
    position: relative;
}

.step-number {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    color: #00c2cb;
    margin-bottom: 5px;
}

.step-item h3 {
    font-size: 1.4rem;
    margin: 0 0 10px 0;
    color: #1a2a40;
}

.step-item p {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #555;
}

.step-item.right {
    align-self: flex-end;
    text-align: left;
}

.step-item.left {
    align-self: flex-start;
    text-align: right;
}

.step-item::before {
    content: "";
    position: absolute;
    top: 0;
    width: 2px;
    height: 100%;
    background: rgba(0, 194, 203, 0.2);
}

.step-item.right::before {
    left: -20px;
}

.step-item.left::before {
    right: -20px;
}

@media (max-width: 768px) {
    .step-item {
        width: 100%;
        text-align: left !important;
        align-self: flex-start !important;
    }

    .step-item::before {
        left: -15px !important;
    }
}





.container-1 {
    display: flex;
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
    gap: 40px;
    align-items: center;
}

.text-content {
    flex: 1.2;
}

.text-content h1 {
    font-size: 2rem;
    color: #222;
    margin-bottom: 20px;
}

.text-content .intro {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 40px;
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 30px;
}

.feature-item {
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
}



.feature-item .icon {
    width: 40px;
    margin-bottom: 10px;

}

.feature-item h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #222;
}

.feature-item p {
    font-size: 0.85rem;
    color: #777;
    line-height: 1.4;
}

.btn-get-started {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    font-size: 0.9rem;
    margin-top: 20px;
}

.btn-get-started .arrow {
    background-color: #93c056;
    border-radius: 50%;
    padding: 2px 6px;
    margin-left: 10px;
}

.image-content {
    flex: 0.8;
    display: flex;
    justify-content: center;
}

.blue-circle-bg {
    background-color: #0d3c6b;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blue-circle-bg img {
    width: 110%;
    z-index: 2;
}



.logo-bar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 1000px;
    margin: 50px auto;
    opacity: 0.7;
    flex-wrap: wrap;
    gap: 20px;
}

.logo-bar img {
    height: 30px;
    filter: grayscale(100%);
    transition: filter 0.3s;
}

.logo-bar img:hover {
    filter: grayscale(0%);
}

@media (max-width: 900px) {
    .container {
        flex-direction: column;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .blue-circle-bg {
        width: 300px;
        height: 300px;
    }
}







.portfolio-section {
    padding: 80px 20px;
    text-align: center;
    background-color: #cbe3fc;
}

.content-header {
    max-width: 900px;
    margin: 0 auto 50px;
}

.content-header h2 {
    font-size: 2.2rem;
    color: #1a2a40;
    margin-bottom: 20px;
    line-height: 1.2;
}

.content-header .description {
    font-family: sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #444;
}

.books-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.book-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.book-item img {
    width: 160px;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    display: block;
}

.book-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .books-gallery {
        gap: 10px;
    }

    .book-item img {
        width: 120px;
    }
}




.testimonial-section {
    padding: 80px 20px;
    display: flex;
    justify-content: center;
}

.container-2 {
    display: flex;
    max-width: 1100px;
    width: 100%;
    align-items: center;
    gap: 50px;
}

.testimonial-header {
    flex: 1;
}

.testimonial-header h2 {
    font-size: 2.2rem;
    color: #1a2a40;
    margin-bottom: 15px;
    line-height: 1.2;
}

.testimonial-header p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
}

.testimonial-card-container {
    flex: 1.5;
    text-align: center;
}

.testimonial-card {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 40px;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    text-align: left;
}

.author-image img {
    width: 200px;
    height: 100px;
    border-radius: 1px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.testimonial-text strong {
    display: block;
    font-size: 1.1rem;
    color: #222;
    margin-bottom: 8px;
}

.testimonial-text p {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.5;
    margin: 0;
}

.pagination {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.dot {
    width: 6px;
    height: 6px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.dot.active {
    background-color: #333;
    width: 12px;
    border-radius: 10px;
}

@media (max-width: 850px) {
    .container {
        flex-direction: column;
        text-align: center;
    }

    .testimonial-card {
        flex-direction: column;
        text-align: center;
    }
}








.cta-section {
    position: relative;
    background: linear-gradient(to bottom, #E6F4FA 0%, #E6F4FA 100%);
    padding: 80px 0px 0px 0px;
    text-align: center;
    overflow: hidden;
}

.cta-container {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.cta-section h2 {
    font-size: 2.2rem;
    color: #1a2a40;
    margin-bottom: 20px;
}

.cta-desc {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.cta-sub {
    font-weight: bold;
    color: #444;
    margin-bottom: 40px;
}

.action-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.action-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.action-item .text {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.action-item:last-child .text {
    text-align: left;
}


.value {
    font-weight: bold;
    color: #1a2a40;
    font-size: 0.9rem;
}

.icon-circle {
    width: 35px;
    height: 35px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.action-item:hover .icon-circle {
    background: #93c056;
    transition: 0.3s;
}

.action-item:hover .icon-circle svg {
    stroke: #000;
}

.btn-black {
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 10px 10px 10px 30px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: transform 0.2s;
}

.btn-black:hover {
    transform: scale(1.05);
}

.arrow-circle {
    background: #93c056;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.bottom-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: #000;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 60%, 25% 45%, 55% 65%, 85% 30%);
    z-index: 1;
}

@media (max-width: 600px) {
    .action-bar {
        flex-direction: column;
        gap: 20px;
    }
}















.section-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 80px;
}

.section-header h1 {
    font-size: 2.2rem;
    color: #2c3e50;
    margin-bottom: 10px;
}

.section-header .subtitle {
    font-weight: bold;
    color: #666;
    margin-bottom: 20px;
}

.section-header .intro {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #888;
}

/* Container for cards */
.cards-container {
    display: flex;
    justify-content: center;
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

/* Individual Card Logic */
.service-card {
    flex: 1;
    min-width: 300px;
    max-width: 360px;
    border-radius: 20px;
    padding: 0 25px 40px 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* Specific Card Colors */
.light-blue {
    background-color: #67c1fd;
}

.mid-blue {
    background-color: #2c98e0;
}

.dark-blue {
    background-color: #1e6091;
}

/* The "Floating" Book Image */
.card-image {
    position: relative;
    top: -40px;
    /* Pulls the image upward */
    margin-bottom: -20px;
}

.card-image img {
    width: 140px;
    height: auto;
    border: 3px solid #fff;
    border-radius: 8px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

/* Text Content */
.card-content h3 {
    color: white;
    font-size: 1.6rem;
    margin-bottom: 1px;
}

.card-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    line-height: 1.6;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .cards-container {
        flex-direction: column;
        align-items: center;
    }

    .service-card {
        margin-bottom: 60px;
        width: 100%;
    }
}

























.contact {
    padding: 80px 0;
    background: #f2f2f2;
}

.contact-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    align-items: center;
    flex-wrap: wrap;
}

/* LEFT SIDE */
.contact-left {
    flex: 1;
    max-width: 500px;
}

.contact-left h2 {
    font-size: 34px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.contact-left h2 span {
    color: #ff5a1f;
}

.contact-left p {
    font-size: 14px;
    color: #555;
    margin-bottom: 25px;
    line-height: 1.6;
}

/* Contact Info */
.contact-info {
    margin-bottom: 25px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 14px;
}

.icon {
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Buttons */
.contact-buttons {
    display: flex;
    gap: 15px;
}

.btn-orange {
    background: #ff4d1c;
    color: #fff;
    padding: 12px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    border: none;
    cursor: pointer;
}


/* Responsive */
@media (max-width: 768px) {
    .contact-wrapper {
        flex-direction: column;
    }

    .contact-left,
    .contact-right {
        max-width: 100%;
    }

    .contact-form button {
        width: 100%;
    }
}