@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Six+Caps&display=swap');

@font-face {
    font-family: 'Degular Demo';
    src: url('/fonts/fonts//DegularDemo-Regular.eot');
    src: url('/fonts/fonts//DegularDemo-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/fonts//DegularDemo-Regular.woff2') format('woff2'),
        url('/fonts/fonts//DegularDemo-Regular.woff') format('woff'),
        url('/fonts/fonts//DegularDemo-Regular.ttf') format('truetype'),
        url('/fonts/fonts//DegularDemo-Regular.svg#DegularDemo-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Degular Demo';
    src: url('/fonts/fonts//DegularDemo-Medium.eot');
    src: url('/fonts/fonts//DegularDemo-Medium.eot?#iefix') format('embedded-opentype'),
        url('/fonts/fonts//DegularDemo-Medium.woff2') format('woff2'),
        url('/fonts/fonts//DegularDemo-Medium.woff') format('woff'),
        url('/fonts/fonts//DegularDemo-Medium.ttf') format('truetype'),
        url('/fonts/fonts//DegularDemo-Medium.svg#DegularDemo-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Degular';
    src: url('https://db.onlinewebfonts.com/t/a99983ed2bb774c15c3a0bb79adf0b5a.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Degular';
    src: url('https://db.onlinewebfonts.com/t/6e4c95d2e9da26fea60c27e594c6ab41.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Degular';
    src: url('https://db.onlinewebfonts.com/t/d8b3c3a5f0e7a4c9b2d6e8f1a3b5c7d9.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    /* font-family: 'Degular'; */
    font-family: 'Degular Demo';
    font-weight: normal;
    /* font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif; */
    /* background: linear-gradient(135deg, #eef2f7, #ffffff); */
    /* background-color: #eef2f7; */
    background-color: #f3fafb;
    color: #222;
    font-style: normal;
    box-sizing: border-box;

}

:root {
    --primary-dark: #10133b;
    --primary-light: #1a1f5c;
    --accent-gold: #d4a574;
    --accent-coral: #e8785a;
    --text-light: #ffffff;
    --text-muted: rgba(255, 255, 255, 0.7);
    --bg-gradient: linear-gradient(135deg, #e8f4f8 0%, #d1e8ef 50%, #c5dfe8 100%);
}

/* Basic reset */

/* ----------- GLASS TOPBAR ----------- */
.glass-topbar {

    top: 0;
    z-index: 50;
}



/* ----------- BRAND ----------- */
.brand {
    width: 250px;
}

.glass-topbar .brand img {
    width: 400px;
    height: 60px;
    display: flex;
    align-items: right;
    gap: 24px;
    color: #10133b;
    justify-content: right;
    padding: 0px 13px;
    margin-top: 39px;
}


/* ----------- NAV ----------- */





.nav_email {
    text-decoration: none;
    color: #10133b;
    font-size: 20px;
    font-weight: 100;
    margin-right: 30px;
    font-size: 22px;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 35px;
    color: white !important;
}

.nav-links a {
    padding: 6px 0;
    font-size: 22px;
    font-weight: 700;
    color: #10133c;
    position: relative;
    transition: 0.2s;
    text-decoration: none;

}

.nav-links a:hover {
    color: #111;
}

/* Underline with gradient */
.nav-links a::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 2px;
    width: 0%;
    background: linear-gradient(90deg, #60a5fa, #a78bfa);
    border-radius: 999px;
    transition: width 0.25s ease;
}

.nav-links a:hover::after {
    width: 100%;
}

/* ----------- BUTTON ----------- */
.btn {
    padding: 8px 11px;
    border-radius: 6px;
    /* background: linear-gradient(135deg, #3b82f6, #60a5fa); */
    background-color: #59d8e7;
    color: #10133b;
    font-weight: 700;
    text-decoration: none;
    font-size: 15px;
    /* box-shadow: 0 4px 14px rgba(59, 130, 246, 0.25); */
    transition: 0.15s ease;
}

.btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.35);
}


.hero_section-home-update {
    width: 100%;
    height: 105vh;
    background-image: url('../images/bg_img.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 70px;
}

.hero_section-home-update_testimoo {
    width: 100%;
    height: 105vh;
    background-image: url('../images/bg_img.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 70px;
}

/* ----------- MOBILE MENU ----------- */
.mobile-btn {
    display: none;
}

@media (max-width: 768px) {

    .desktop-btn {
        display: none;
    }

    .mobile-btn {
        display: block;
        width: 100%;
        margin-top: 16px;
    }

    .mobile-btn .btn {
        width: 100%;
        text-align: center;
    }
}


.hero {
    position: relative;
    left: 20px;
    width: 94%;
    height: 100vh;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.hero-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.hero-slide.active {
    opacity: 1;
}

.hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-size: contain;
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    height: 100%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 20px;
}

.hero-content h1 {
    font-size: 60px;
    margin-bottom: 15px;
}

.hero-content p {
    font-size: 20px;
    margin-bottom: 25px;
}

.hero-btn {
    text-decoration: none;
    background: #ffffff;
    color: #000;
    padding: 14px 32px;
    border-radius: 30px;
    font-weight: bold;
    transition: 0.3s;
}

.hero-btn:hover {
    background: #000;
    color: #fff;
}

@media(max-width: 768px) {
    .hero {
        width: 100%;
    }

    .hero-slide {
        width: 80%;
    }
}



.left-child {
    padding: 50px 0px;
}

/* .hero_text-left{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
} */
.right_about_main_img {
    width: 100%;
}

.left-child .left-hero-text .hero_text-left .hero_text_heading h1 {
    font-size: 40px;
    color: #10133b;
    font-weight: 800;
    letter-spacing: 1px;
    word-spacing: 3px;
    line-height: 45px;
    /* line-height: 10px; */
}


.left-child .btn {
    margin-bottom: 100px;
    background: transparent;
    border: 2px solid #10133b;
    font-size: 20px;
    margin-top: 5px;
}

.hero_section {
    width: 100%;
    /* height: 100%; */
    /* background-image: url('../images/hero-update.png'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* padding-bottom: 70px; */
}

.hero_section_pub {
    width: 100%;
    height: 106vh;
    /* padding: 60px 0 ; */
}

.hero_section_editing {
    width: 100%;
    height: 100vh;
}

.hero_section_market {
    width: 100%;
    height: 100vh;
}

.book-look {
    background: #e9fdfd;
}

.expert-heading .btn-primary {
    background: #3ec6cb;
    border: 1px solid #3ec6cb;
    font-size: 18px;
    padding: 4px 10px;
}

.expert-heading .btn-secondary {
    background: transparent;
    border: 1px solid #3ec6cb;
    font-size: 18px;
    padding: 4px 10px;
    color: #fff;
    font-weight: normal;
    margin-left: 10px;
}

.left-child .btn:hover {
    background: #10133b;
    color: #fff;
}

.expert-img img {
    transition: transform 0.4s ease;
}

.expert-img:hover img {
    transform: translateY(-8px);
}

.expert-heading #expert-heading-desktop {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    margin-left: 45px;
    margin-top: 20px;
    font-family: "Playfair Display", serif;

}

.expert-heading #expert-heading-mobile {
    display: none;

}

.expert-heading p {
    color: #fff;
    margin-left: 50px;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
}

#first-right-btnsss {
    margin-left: 50px;
    margin-bottom: 30px;
}

#first-right-btnsss>#first-right-btn1 {
    padding: 10px 20px;
}

#first-right-btnsss>#first-right-btn2 {
    padding: 10px 20px;
}

#first-right-children-desktop {
    margin-left: 50px;
    margin-bottom: 30px;
}

#first-right-children-desktop>#first-right-btn1 {
    padding: 10px 20px;
}

#first-right-children-desktop>#first-right-btn2 {
    padding: 10px 20px;
}

#first-right-children-mobile {
    display: none;
}

.look-book h2 {
    font-size: 40px;
    padding-bottom: 30px;
    font-family: 'Degular Demo';
    color: #10133b;
    font-weight: 800;
    font-family: "Playfair Display", serif;
}

.porfolir .btn {
    background: #051d38;
    color: #3ec6cb;
    font-size: 25px;
    padding: 10px 20px;
    border: 1px solid #051d38;
}

.expert {
    background: #051d38;
}

.expert-img img {
    width: 100%;
    margin-top: -51px;
}

.book-look .img-hover {
    overflow: hidden;

}

.book-look .img-hover img {
    transition: transform 0.4s ease;
}

.book-look .img-hover:hover img {
    transform: scale(1.08);
}

.author-section {
    width: 100%;
    /* height: 100%; */
    background-image: url('../images/children_new.webp');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding-bottom: 225px;
}

/* ----------------------------------- Hero Content ----------------------------------- */

.social-sidebar-fixed {
    position: fixed;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.social-sidebar-icon {
    width: 40px;
    height: 45px;
    background: #F3FAFB;
    border: 1.5px solid #10133b;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #10133b;
    font-size: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.social-sidebar-icon:hover {
    background: #333;
    color: white;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.social-sidebar-icon.facebook:hover {
    background: #1877F2;
    border-color: #1877F2;
}

.social-sidebar-icon.instagram:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    border-color: #e6683c;
}

.social-sidebar-icon.linkedin:hover {
    background: #0A66C2;
    border-color: #0A66C2;
}

.social-sidebar-icon.pinterest:hover {
    background: #E60023;
    border-color: #E60023;
}

.social-sidebar-icon.tiktok:hover {
    background: #000000;
    border-color: #000000;
}

/* CTA Button - "Get a Quote" */
.social-sidebar-cta {
    width: 40px;
    height: 130px;
    background: #F3FAFB;
    border: 1.5px solid #10133b;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #10133b;
    ;
    font-size: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.cta-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    white-space: nowrap;
    font-weight: 600;
    word-spacing: 2px;
}

.social-sidebar-cta:hover {
    background: #333;
    color: white;
    border-color: #333;
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Hide on mobile */
@media (max-width: 768px) {
    .social-sidebar-fixed {
        display: none;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .social-sidebar-fixed {
        left: 10px;
    }

    .social-sidebar-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .social-sidebar-cta {
        width: 40px;
        height: 110px;
        font-size: 13px;
    }
}

/* Fixed Right Sidebar */
.right-sidebar-fixed {
    position: fixed;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.right-sidebar-icon {
    width: 40px;
    height: 45px;
    background: #F3FAFB;
    border: 1.5px solid #10133b;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #10133b;
    font-size: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.right-sidebar-icon:hover {
    background: #10133b;
    color: white;
    transform: translateX(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.right-sidebar-icon.phone:hover {
    background: #25D366;
    border-color: #25D366;
}

.right-sidebar-icon.chat:hover {
    background: #0088cc;
    border-color: #0088cc;
}

/* CTA Button - "Get a Quote" */
.right-sidebar-cta {
    width: 40px;
    height: 140px;
    background: #F3FAFB;
    border: 1.5px solid #10133b;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #10133b;
    font-size: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.right-cta-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    white-space: nowrap;
    font-weight: 600;
    word-spacing: 2px;
}

.right-sidebar-cta:hover {
    background: #10133b;
    color: white;
    border-color: #10133b;
    transform: translateX(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.right-sidebar-icon>#comm {
    margin-left: 4px;
}

.right-sidebar-icon>#phone {
    margin-left: 3px;
}

.right-sidebar-cta>#quote {
    margin-left: 2px;
}


/* Hide sidebars initially */
.social-sidebar-fixed,
.right-sidebar-fixed {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

/* Show after hero */
.show-sidebars {
    opacity: 1 !important;
    visibility: visible !important;
}


/* Hide on mobile */
@media (max-width: 768px) {
    .right-sidebar-fixed {
        display: none;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .right-sidebar-fixed {
        right: 0px;
    }

    .right-sidebar-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .right-sidebar-cta {
        width: 40px;
        height: 110px;
        font-size: 15px;
    }
}


.hero_content {
    width: 100%;
    height: calc(100vh - 120px);
    /* background-color: pink; */
    display: flex;
    align-items: center;
    justify-content: center;

}

.hero_text {
    padding-top: 70px;
    padding-left: 25px;
}

.hero_text .hero_text_heading {
    line-height: 70px;
}

.hero_text_heading>p {
    line-height: 30px;
}

.left_hero_content .hero_text h1 {
    font-size: 40px;
    color: #10133b;
    font-weight: 800;
    letter-spacing: .2px;
    word-spacing: 1px;
    line-height: 45px;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
}

.hero_para p {
    /* border: 1px solid black; */
    margin-top: -8px !important;
}

.left_hero_content .hero_para p,
.hero_text p {
    font-size: 22px;
    color: #10133b;
    font-weight: 400;
    margin-top: 20px;
    /* border: 1px solid black; */
    width: 94%;
}

/* .left_hero_content .hero_text p{
    font-size: 20px;
    color: #10133b;
    font-weight: 400;
    margin-top: 20px;
} */


#home_btn {
    margin-top: 15px;
}


/*-- ----------------------------------- Image Slider Section ----------------------------------- */


.slider-container {
    width: 100%;
    overflow: hidden;
    background: #10133b;
    padding: 13px 0;
    position: relative;
    /* border: 2px solid green; */
}

.slider-wrapper {
    display: flex;
    animation: slide 20s linear infinite;
}

.slider-track {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 0 0px;
    /* border: 2px solid white; */
}

.logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 100px;
    flex-shrink: 0;
    /* border: 2px solid pink; */
}

.logo-item img {
    max-width: 650px;
    max-height: 650px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.mobile_book_section {
    display: none;
}

/*-- ----------------------------------- Flip Book Section ----------------------------------- */

.flip_book {
    width: 100%;
    /* height: 100vh; */
    /* background: linear-gradient(135deg, #eef2f7, #ffffff); */
}

.flip_book .flip_book_content {
    width: 90%;
    height: 100%;
    /* border: 2px solid green; */
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    padding-top: 30px;
    font-family: 'Degular Demo';
}

.flip_book .flip_book_content h1 {
    font-size: 40px;
    font-weight: 800;
    color: #10133b;
    /* margin-bottom: 20px; */
    position: relative;
    z-index: 11111111;
    font-family: "Playfair Display", serif;
}

.flip_book .flip_book_content p {
    font-size: 22px;
    font-weight: 400;
    color: #10133b;
    text-align: center;
    margin-top: 5px;
    position: relative;
    z-index: 11111111;
}

.flip_book .flip_book_img {
    margin-top: -30px;

}

/*-- ----------------------------------- Book Slider Section ----------------------------------- */


.book_slider {
    width: 100%;
    /* height: 100vh; */
    /* background-color: #eef2f7; */
    background-color: #F3FAFB;
}

.book_slider .book_slider_content {
    width: 90%;
    height: 100%;
    /* border: 2px solid green; */
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    padding-top: 40px;
    font-family: 'Degular Demo';
}

.book_slider .book_slider_content h2 {
    font-size: 40px;
    font-weight: 800;
    /* color: #10133b; */
    color: #10133b;
    /* margin-bottom: 20px; */
    position: relative;
    z-index: 11111111;
    font-family: "Playfair Display", serif;
}

.home-clickgrow {
    font-family: "Playfair Display", serif;
    font-weight: 800;
}

.book-slider-container {
    width: 100%;
    overflow: hidden;
    /* background-color: #eef2f7; */
    background-color: #F3FAFB;

    padding: 40px 0;
    position: relative;
}

.book-slider-wrapper {
    display: flex;
    animation: slide 16s linear infinite;
}

.book-slider-track {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 0 20px;
}

.book-cover-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.book-cover-item:hover {
    transform: scale(1.05);
}

.book-cover-item img {
    width: 280px;
    height: 420px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/*-- ----------------------------------- Icon Box Section ----------------------------------- */

.icon_box {
    width: 100%;
    height: 25%;
    margin: 0px 0px;
    background-color: #10133b;
    display: flex;
    align-items: center;
    justify-content: center;
}



.icon_box_one {
    width: 100%;
    height: 100%;
    /* border: 2px solid red; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon_box_one .icon_inside_box_one {
    width: 100%;
    /* border: 2px solid green; */

}

.icon_inside_box_one .icon_box_top_one {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 2px solid #59d8e7;
    /* background-color: #59d8e7; */
    padding: 30px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon_box_top_one i {
    color: #59d8e7;
    font-size: 35px;
    font-weight: 300;
}

.icon_box_content_one {
    text-align: center;
    color: white;
    font-size: 20px;
    margin-top: 10px;
}

.icon_box_mob {
    display: none;
}


/*-- ----------------------------------- Call Box Section ----------------------------------- */
.call_box {
    width: 100%;
    height: 100%;
    background-image: url('../images/abstract-triangles-background.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #1c1c1c;
    border-radius: 20px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.call_box-image img {
    width: 80%;
    height: 100%;
}

.call_box_content {
    padding-top: 0px;
    padding-left: 50px;
}

.call_box_btns #btn1 {
    padding: 12px 20px;
    border-radius: 6px;
    border: none;
    color: #10133b;
}

.call_box_content h2 {
    font-size: 40px;
    color: #eef2f7;
    font-weight: 500;
}

.call_box_content p {
    font-size: 20px;
    color: #eef2f7;
    /* font-weight: 600; */
    margin-top: 0px;
    margin-bottom: 20px;
    font-style: italic;
}

.call_box_btns #btn1 {
    background-color: #59d8e7;
    color: #10133b;
    font-size: 16px;
    font-weight: 600;

}

.call_box_btns #btn2 {
    background: transparent;
    color: white;
    font-size: 16px;
    font-weight: 600px;
    border: 2px solid #59d8e7;
    padding: 10px 30px;
    border-radius: 6px;
    margin-left: 10px;
}

.call-update {
    background-color: white;
    padding: 50px 0px;
}


/* <!-- ----------------------------  What makes us differnce Section -------------------------------> */
.what_book_mob {
    display: none;
}

.what_book {
    width: 100%;

    background-color: white;

    justify-content: center;
    padding: 60px 0px;
}

.what_book_content {
    padding-left: 70px;
    padding-top: 60px;
    padding-bottom: 20px;
}


.what_book_content h2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 45px;
    color: #10133b;
    text-align: left;
    font-family: "Playfair Display", serif;
}

.what_book_content #what_span {
    font-size: 45px;
    font-weight: 600;
}

.what_book_content p {
    font-size: 20px;
    font-weight: 400;
    color: #191919;
    margin-top: 10px;
    margin-bottom: 25px;
    line-height: 30px;
    text-align: left;
}

.what_box_btns #btn1 {
    background-color: #10133b;
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 30px;
    border: none;
    border-radius: 6px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    cursor: pointer;
}

.what_box_btns .tarilor_resp_btn1 {
    background-color: #10133b;
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 30px;
    border: none;
    border-radius: 6px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

.what_box_btns #btn2 {
    background: transparent;
    color: #10133b;
    font-size: 16px;
    font-weight: 600px;
    border: 2px solid #10133b;
    padding: 12px 30px;
    border-radius: 6px;
    margin-left: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    cursor: pointer;

}

.what_book .what_book_right {
    width: 100%;
    height: 100%;
    /* border: 2px solid green; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.what_short_left {
    /* border: 1px solid purple; */
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
    margin-top: -55px;
}


.card-wrapper {
    width: 280px;
    height: 235px;
    perspective: 1000px;
}

.card-3d {
    height: 100%;
    border-radius: 15px;
    /* background: linear-gradient(47deg, rgba(10, 89, 77, 1) 0%, rgba(20, 20, 20, 1) 100%); */
    background: #2E3282;
    background: linear-gradient(227deg, rgba(46, 50, 130, 1) 0%, rgba(32, 32, 43, 1) 100%);
    transition: all 0.5s ease-in-out;
    transform-style: preserve-3d;
    box-shadow: rgba(5, 71, 17, 0) 40px 50px 25px -40px, rgba(5, 71, 17, 0.2) 0px 25px 25px -5px;
}

.card-content {
    padding: 35px 20px 0px 20px;
    transform: translate3d(0, 0, 26px);
    text-align: center;
}

.card-content .card-title {
    display: block;
    color: #E9FDFF;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 1.2px;
    text-align: center;
    /* border: 2px solid red; */
}

.card-content .card-text {
    display: block;
    color: white;
    font-size: 15px;
    margin-top: 8px;
}

.card-wrapper:hover .card-3d {
    transform: rotate3d(10, -5, 0, 20deg);
    box-shadow: rgba(5, 71, 17, 0.3) 30px 50px 25px -40px, rgba(5, 71, 17, 0.1) 0px 25px 30px 0px;
}

.book-card-container {
    width: 280px;
    height: 220px;
    perspective: 1000px;
    margin-top: 20px;

}

.book-card {
    height: 100%;
    border-radius: 15px;
    background: #2E3282;
    background: linear-gradient(227deg, rgba(46, 50, 130, 1) 0%, rgba(32, 32, 43, 1) 100%);
    transition: all 0.5s ease-in-out;
    transform-style: preserve-3d;
    box-shadow: rgba(5, 71, 17, 0) 40px 50px 25px -40px, rgba(5, 71, 17, 0.2) 0px 25px 25px -5px;
}

.book-card-inner {
    padding: 35px 20px 0px 20px;
    transform: translate3d(0, 0, 26px);
    text-align: center;
}

.book-card-inner .book-card-heading {
    display: block;
    color: #E9FDFF;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 1.2px;
    text-align: center;
}

.book-card-inner .book-card-description {
    display: block;
    color: white;
    font-size: 15px;
    margin-top: 8px;
}

.book-card-container:hover .book-card {
    transform: rotate3d(-10, -5, 0, 20deg);
    box-shadow: rgba(5, 71, 17, 0.3) 30px 50px 25px -40px, rgba(5, 71, 17, 0.1) 0px 25px 30px 0px;
}

.what_short_left {
    animation: float 4s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}


.what_short_right {

    /* border: 1px solid purple; */
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
    margin-top: 55px;
    margin-left: 10px;

}

.distribution-card-wrapper {
    width: 280px;
    height: 235px;
    perspective: 1000px;
}

.distribution-card-3d {
    height: 100%;
    border-radius: 15px;
    background: #2E3282;
    background: linear-gradient(227deg, rgba(46, 50, 130, 1) 0%, rgba(32, 32, 43, 1) 100%);
    transition: all 0.5s ease-in-out;
    transform-style: preserve-3d;
    box-shadow: rgba(5, 71, 17, 0) 40px 50px 25px -40px, rgba(5, 71, 17, 0.2) 0px 25px 25px -5px;
}

.distribution-card-content {
    padding: 35px 20px 0px 20px;
    transform: translate3d(0, 0, 26px);
    text-align: center;

}

.distribution-card-content .distribution-card-title {
    display: block;
    color: #E9FDFF;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 1.2px;
    text-align: center;
}

.distribution-card-content .distribution-card-text {
    display: block;
    color: white;
    font-size: 15px;
    margin-top: 8px;
}

.distribution-card-wrapper:hover .distribution-card-3d {
    transform: rotate3d(10, 5, 0, 20deg);
    box-shadow: rgba(5, 71, 17, 0.3) 30px 50px 25px -40px, rgba(5, 71, 17, 0.1) 0px 25px 30px 0px;
}

.marketing-card-wrapper {
    width: 280px;
    height: 235px;
    perspective: 1000px;
    margin-top: 10px;
}

.marketing-card-3d {
    height: 100%;
    border-radius: 15px;
    background: #2E3282;
    background: linear-gradient(227deg, rgba(46, 50, 130, 1) 0%, rgba(32, 32, 43, 1) 100%);
    transition: all 0.5s ease-in-out;
    transform-style: preserve-3d;
    box-shadow: rgba(5, 71, 17, 0) 40px 50px 25px -40px, rgba(5, 71, 17, 0.2) 0px 25px 25px -5px;
}

.marketing-card-content {
    padding: 35px 20px 0px 20px;
    transform: translate3d(0, 0, 26px);
    text-align: center;
}

.marketing-card-content .marketing-card-title {
    display: block;
    color: #E9FDFF;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 1.2px;
    text-align: center;
}

.marketing-card-content .marketing-card-text {
    display: block;
    color: white;
    font-size: 15px;
    margin-top: 8px;
}

.marketing-card-wrapper:hover .marketing-card-3d {
    transform: rotate3d(-10, 10, 0, 20deg);
    box-shadow: rgba(5, 71, 17, 0.3) 30px 50px 25px -40px, rgba(5, 71, 17, 0.1) 0px 25px 30px 0px;
}

.what_short_right {
    animation: float1 4s ease-in-out infinite;
}

@keyframes float1 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0);
    }
}

/* <!-- ----------------------------  FAQS Section -------------------------------> */
.faq {
    width: 100%;
    padding: 60px 0px;
    /* padding-top: 60px; */
    /* border: 2px solid white; */
}

.faq_heading {
    width: 100%;
    /* border: 2px solid red; */
}

.faq_heading h2 {
    font-size: 40px;
    font-weight: 800;
    color: #10133b;
    margin-left: 60px;
    z-index: 11111111;
    font-family: "Playfair Display", serif;
}

.faq_left {
    width: 100%;
    height: 100%;
    /* border: 2px solid blue; */
    padding-top: 5px;
}

.book-faq-container {
    max-width: 700px;
    margin: 0 auto;
    background-color: #eef2f7;
    border-radius: 12px;
    /* padding: 30px 0; */
    position: relative;
    top: 32px;
    left: 30px;
    /* border: 2px solid red; */
}

.book-faq-item {
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.book-faq-question {
    background: #181a45;
    background: linear-gradient(240deg, rgba(24, 26, 69, 1) 0%, rgba(0, 0, 31, 1) 100%);
    border: 2px solid white;
    border-radius: 10px;
    color: white;
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.3s ease;
    width: 100%;
    text-align: left;
}

.book-faq-question:hover {
    background-color: #eef2f7;
}

.book-faq-question.first {
    background-color: #eef2f7;
}

.book-faq-question.first:hover {
    background-color: #eef2f7;
}

.book-faq-icon {
    width: 24px;
    height: 24px;
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.book-faq-item.active .book-faq-icon {
    transform: rotate(45deg);
}

.book-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    /* background-color: #10133b; */
    background: #03031c;
    background: linear-gradient(240deg, rgba(3, 3, 28, 1) 0%, rgba(0, 56, 112, 1) 100%);
    color: white;
    padding: 0 25px;
    border-radius: 10px;
}

.book-faq-item.active .book-faq-answer {
    max-height: 200px;
    padding: 20px 25px;
}

.book-faq-answer p {
    line-height: 1.6;
    font-size: 15px;
}

.faq_right {
    width: 100%;
    height: 100%;
    /* border: 2px solid red; */
    /* margin-top: -60px; */
    position: relative;
    top: -50px;
}

.faq_image {
    width: 100%;
    height: 100%;
    margin: auto;
    /* border: 2px solid green; */
    padding-top: 10px;
    padding-left: 50px;
}

.faq_image img {
    width: 100%;
    height: 100%;
}

.faq_image {
    overflow: hidden;
    animation: float 3s ease-in-out infinite;
}

/* selector {
  animation: float 4s ease-in-out infinite;
} */

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0);
    }
}

/* <!-- ----------------------------  Video Section -------------------------------> */
.video_part_main {
    width: 100%;
    /* height: 100vh; */
    background-color: white;
    padding: 50px 0;

}

.video_part {
    width: 85%;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    margin: auto;
    border: 3px solid #10133b;
    /* margin: 30px auto; */
}

.video_part video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    /* border: 1px solid #10133b; */
}

.video_part::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 30, 30, 0.1);
    z-index: 2;
}

/* <!-- ----------------------------  Contact Form Section -------------------------------> */
.con_form {
    width: 100%;
    background-color: white;
    padding-bottom: 50px;
}

.con_form_heading {
    width: 100%;
    /* border: 2px solid green; */
}

.con_form_heading h1 {
    font-size: 50px;
    font-weight: 600;
    padding-top: 60px;
    padding-left: 60px;
    color: #10133b;
    text-align: center;
}

.con_inside_box {
    width: 80%;
    height: 600px;
    margin: auto;
    background-color: pink;
    margin: 40px auto;
    border-radius: 20px;
}



/* Waqar Pro */


.nav-tabs .nav-item {
    margin: 0px 5px;
}

.book-slider-container.update {
    background: transparent;
    padding: 0px 0px;
}

.custom-tab {
    border: 2px solid #002244;
    padding: 10px 10px;
    border-radius: 10px;
    font-weight: 600;
    color: #002244;
    margin: 5px;
}

.custom-tab.active,
.custom-tab:hover {
    background: #002244;
    color: #fff !important;
}

#bookTabs .nav-item {
    background: transparent;
    border: 3px solid #10133b;
    border-radius: 11px;
    font-size: 19px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.book-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    /* background: #fff; */
}

.publishing-section p {
    font-size: 19px;
    color: #10133b;
}

.children-section {
    font-size: 22px;
    color: #10133b;
    margin-top: -10px;
    margin-bottom: 40px;
}

.children-section_mobile {
    display: none;
}

.right-hero.writing img {
    width: 80%;
    height: 50%;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #002244;
    border-color: #dee2e6 #dee2e6 #fff;
}

.publishing-section>h2 {
    font-size: 40px;
    font-weight: 800;
    font-family: "Playfair Display", serif;
}

.publish-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 45px 20px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    height: 100%;
    width: 100%;
}

.publishing-section h3 {
    font-size: 37px;
    font-weight: 700;
    color: #59d8e7;
}

.publish-card h5 {
    font-size: 23px;
}

.publish-card p {
    font-size: 19px;
    font-weight: 500;
    width: 100%;
}

.publish-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
    border-color: #b3b3b3;
}

.publish-card .card-icon {
    max-height: 60px;
    object-fit: contain;
}

.process-icon img {
    width: 65px;
}

.left-hero-text .hero_text-left .hero_text_heading-2 h2 {
    font-size: 20px;
    background: #10133b;
    font-weight: 600;
    color: #fff;
    width: 390px;
    padding: 5px 8px;
    border-radius: 2px;
    letter-spacing: 1px;
    font-family: "Playfair Display", serif;
}

.left-hero-text .hero_text-left .hero_text_heading-2 h1 {
    font-size: 40px;
    color: #10133b;
    font-weight: 800;
    letter-spacing: 1px;
    word-spacing: 3px;
    font-family: "Playfair Display", serif;
}

.flip_book_img iframe {
    width: 1080px;
    height: 720px;
}

.right-hero img {
    width: 100%;
    height: 100%;
}

.left-hero-text .hero_text-left .hero_text_heading h1 {
    font-size: 40px;
    color: #10133b;
    font-weight: 800;
    letter-spacing: 1px;
    word-spacing: 3px;
    line-height: 45px;
    font-family: "Playfair Display", serif;
}

.left-hero-text .hero_text-left .hero_text_heading .writing_h3 {
    font-size: 25px;
    color: #10133b;
    font-weight: 500;
    margin-top: 15px;
    text-align: justify;
}

.left-hero-text .hero_text-left .hero_text_heading h2 {
    font-size: 20px;
    background: #10133b;
    font-weight: 600;
    color: #fff;
    width: 240px;
    padding: 5px 8px;
    border-radius: 2px;
    letter-spacing: 1px;
}

.left-hero-text .hero_text-left p {
    font-size: 20px;
    color: #10133b;
    font-weight: 400;
    margin-top: 15px;
    line-height: 30px;
}

#home_btn_writing {
    margin-top: 30px;
}

.left-hero {
    padding-top: 50px;
    padding-left: 30px;
}

.right-hero {
    padding-top: 50px;

}

.left-hero .btn.btn-primary {
    background-color: #10133b;
    color: white;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 10px;
    border: none;
    border-radius: 6px;
    font-family: 'Degular Demo';
}

.master-main {
    background: #eff1f8;
    padding: 3% 50px;
}

.master h2 {
    font-size: 40px;
    color: #10133b;
    font-weight: 800;
    letter-spacing: 1px;
    word-spacing: 3px;
    line-height: 45px;
    font-family: "Playfair Display", serif;
}

.master p {
    font-size: 20px;
    color: #10133b;
    font-weight: 400;
    margin-top: 25px;
}

.master-right img {
    width: 100%;
    height: 100%;
}

.master .btn.btn-primary {
    background-color: #10133b;
    color: white;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 10px;
    border: none;
    border-radius: 6px;
    font-family: 'Degular Demo';
}

.right_hero_tetimonial {
    /* border: 2px solid red; */
    height: 104vh;
    margin-top: -20px;
    margin-left: -30px;
    /* margin-bottom: 40px; */
    width: 100%;
    /* z-index: -222; */

}

/* TOP BAR */
.top-bar {
    font-size: 14px;
    margin-top: 15px;
}

.email-text {
    font-weight: 500;
    color: #003057;
    font-size: 22px;
}

.contact-btn {
    background: #59d8e7;
    color: #fff;
    font-weight: 600;
    padding: 9px 13px;
    border-radius: 6px;
    color: #10133b;
    margin-left: 37px;
    margin-right: 17px;
}

.contact-btn:hover {
    background: #0abdd4;
}

.navbar.navbar-expand-lg.navbar-light.custom-nav {
    /* margin-top: -21px; */
    color: white;
}

/* NAVBAR */

.logo-img {

    padding-left: 10px;
    width: 80%;
}

.brand-text {
    font-size: 22px;
    font-weight: 700;
    color: #003057;
}

.highlight {
    color: #0abdd4;
}

.navbar-nav .nav-link {
    color: white !important;
    font-weight: 500;
    padding: 10px 20px !important;
    font-size: 22px;
}

.navbar-nav .nav-link:hover {
    color: #0abdd4 !important;
}

/* Mega Menu Box */
.mega-menu {
    width: auto;
    /* background: #08b6e6; */
    background-color: #59D8E7;
    border-radius: 25px;
    /* border: 2px solid #067ea1; */
}

/* Text Styling */
.mega-menu .dropdown-item {
    color: #10133B !important;
    padding: 9px 20px;
    font-size: 20px;
    font-weight: 400;
}

.mega-menu .dropdown-item:hover {
    text-decoration: underline;
    background: transparent;
}

/* Hover to Open (Desktop) */
@media (min-width: 992px) {
    .mega-dropdown:hover .mega-menu {
        display: block;
    }
}


.hero {
    margin-left: -20px;
    /* border: 1px solid red; */
    margin: auto;
}

.right_hero_content {
    height: 100%;
    width: 100%;
    margin-top: 15px;
    /* background-color: pink; */

}

/* .right_hero_content img {
    height: 100%;
    width: 90%;
    
} */

.con-form img {
    height: 100%;
    width: 100%;
}

.con-form {
    margin: 0 auto;
    text-align: center;
}

.con_form_right {
    width: 100%;
    height: 100%;
    /* border: 2px solid green; */
    padding: 40px 80px;
}

.con_right_content {
    /* border: 1px solid purple; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px 0;
    border-radius: 20px;
    /* padding-top: 70px; */
    /* background-color: #eef2f7; */
    background: #28405e;
    background: linear-gradient(314deg, rgba(40, 64, 94, 1) 0%, rgba(19, 25, 46, 1) 100%);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.con_right_heading {
    margin-bottom: 20px;
}

.con_right_heading h2 {
    font-size: 40px;
    /* color: #10133b; */
    color: #f2f5f9;
    font-weight: 600;
}

.con_right_form {
    /* border: 1px solid blue; */
    width: 80%;
}

.con_right_form form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    /* border: 1px solid red; */
    width: 100%;
}

.con_right_form form input,
textarea {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 8px;
    text-indent: 12px;
    letter-spacing: .5px;
    font-size: 15px;
    color: #f9f9f9;
    border: 2px solid #10133b;
    background-color: #161e34;
    /* background-color: hsl(213, 36%, 95%); */
}

#con_textarea {
    height: 150px;
}

.con_right_form form button {
    padding: 12px 30px;
    border: none;
    border-radius: 15px;
    background: #181a45;
    background: linear-gradient(240deg, rgba(24, 26, 69, 1) 0%, rgba(0, 0, 31, 1) 100%);
    color: white;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.first-step h2 {
    color: #fff;
    font-family: "Playfair Display", serif;
}

.step-badge img {
    width: 32px;
}

.dream {
    background-image: url(/images/bg-angle.webp);
    padding: 50px 20px !important;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid white;
}

.first-step h2 {
    color: #fff;
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;

}


.first-step p {
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    margin-top: 25px;
}

.first-right .btn-primary {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 30px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.first-right .btn-secondary {
    background: #eafefe;
    color: #051d38;
    border: 2px solid #fff;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 30px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

.call_box .update {
    width: 80%;
    height: 60vh;
    background-image: url(../images/abstract-triangles-background.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #1c1c1c;
    border-radius: 20px;
    /* border: 2px solid black; */
    margin: 50px auto;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

/* Our Process Section */
.process-section {
    /* dark navy background */
    background: #e9fdff;

    padding: 0px 50px;
}

.process-heading {
    color: #10133B;
    font-weight: 800;
    letter-spacing: 0.03em;
    font-family: 'Degular Demo';
    font-size: 40px;
    font-family: "Playfair Display", serif;
}

/* Card style */
.process-card-1 {
    background: transparent;
    border-radius: 16px;
    padding: 28px 30px;
    /* position: relative; */
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    border: 2px solid #03031c;
}

.process-card-2 {
    background: #051d37;
    border-radius: 16px;
    padding: 28px 30px;
    /* position: relative; */
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);

}

.process-title {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 10px;
    color: #061729;
    font-family: "Playfair Display", serif;
}

.left-hero-text .hero_text-left .hero_text_heading-3 h2 {
    font-size: 40px;
    color: #10133b;
    font-weight: 600;
    /* color: #fff;
    width: 150px; */
    padding: 5px 8px;
}

.left-hero-text .hero_text-left .hero_text_heading-3 h1 {
    font-size: 40px;
    color: #10133b;
    font-weight: 800;
    letter-spacing: 1px;
    word-spacing: 3px;
}

.left-hero-text .hero_text-left .hero_text_heading-4 h2 {
    font-size: 20px;
    background: #10133b;
    font-weight: 600;
    color: #fff;
    width: 400px;
    padding: 5px 8px;
    border-radius: 2px;
    letter-spacing: 1px;
}

.process-icon img {
    width: 45px;
}

.left-hero-text .hero_text-left .hero_text_heading-4 h1 {
    font-size: 40px;
    color: #10133b;
    font-weight: 800;
    letter-spacing: 1px;
    word-spacing: 3px;
    font-family: "Playfair Display", serif;
}

.process-text {
    margin-bottom: 0;
    font-size: 19px;
    line-height: 1.5;
    color: #061729;
}

.process-card-2 .process-text {
    color: #fff;
}

.process-card-2 .process-title {
    color: #fff;
}

/* Step number circle */
.step-badge {
    position: absolute;
    top: -23px;
    left: -7px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #061729;
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Small icon on top-right (optional, Font Awesome) */
.process-icon {
    position: absolute;
    top: 18px;
    right: 22px;
    font-size: 24px;
    color: #061729;
    opacity: 0.85;
}

/* ------------------------------------- Footer --------------------------------------- */
.site-footer-mob {
    display: none;
}

.site-footer {
    background-color: #151728;
    color: #ffffff;
    padding: 50px 0px 25px 0px;
    font-family: 'Degular Demo';
}

.site-footer a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}

.site-footer a:hover {
    color: #00bcd4;
    text-decoration: none;
}

.footer-logo img {
    max-width: 320px;
    height: auto;
    display: block;
    margin-bottom: 18px;
}

.footer-text {
    font-size: 18px;
    line-height: 1.6;
    max-width: 420px;
    margin-bottom: 25px;
}

.footer-title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 1px;
    padding-left: 30px;
}

.footer-list {
    list-style: none;
    padding-left: 30px;
    margin-bottom: 0;
}

.footer-list li {
    margin-bottom: 15px;
    /* font-size: 19px; */
}

.footer-list li a {
    /* margin-bottom: 9px; */
    font-size: 18px;
}

.footer-social {
    display: flex;
    align-items: center;
}

.footer-social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    color: #151728;
    font-size: 18px;
}

.footer-social a:hover {
    background-color: #00bcd4;
    color: #ffffff;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    font-size: 14px;
}

.footer-contact-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #00a9d6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
    margin-right: 10px;
    flex-shrink: 0;
    margin-top: 2px;
}

.footer-contact-text {
    line-height: 2;
    font-size: 18px;
}

/* .footer-mobile-jor{
        display: flex;
        flex-direction: column;
    } */

@media (max-width: 991.98px) {
    .footer-text {
        max-width: 100%;
    }

    .footer-social {
        margin-bottom: 20px;
    }

    .footer-logo img {
        margin-bottom: 12px;
    }
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
    .process-card {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .email-text {
        font-weight: 500;
        color: #003057;
        font-size: 15px;
    }

    .contact-btn {
        font-size: 15px;
    }

    .step-badge {
        left: 10px;
        width: 46px;
        height: 46px;
        font-size: 15px;
    }

    .process-card {
        padding-left: 48px;
        /* taake number circle se text chipke na */
        padding-right: 22px;
    }
}


/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
    .left-hero-text .hero_text-left .hero_text_heading-3 h1 {
        font-size: 40px;
    }

    .left-child .left-hero-text .hero_text-left .hero_text_heading h1 {
        font-size: 40px;
    }

    .look-book h1 {
        font-size: 34px;
    }

    .expert-heading {
        padding-top: 20px;
    }

    .expert-heading h1 {
        font-size: 34px;
    }

    .expert-img img {
        width: 100%;
        margin-top: 10px;
    }

    #bookTabs .nav-item {
        margin-top: 10px;
    }

    .right-hero {
        padding-top: 0px;
    }

    .process-heading {
        font-size: 40px;
    }

    .right-hero img {
        width: 60%;
        margin: 0 auto;
        display: block;
    }

    .left-hero-text .hero_text-left .hero_text_heading-4 h1 {
        font-size: 45px;
    }

    .right-hero.writing img {
        width: 43%;
        margin: 0 auto;
        display: block;
    }

    .navbar.navbar-expand-lg.navbar-light.custom-nav {
        margin-top: 10px;
        /* border-bottom: 4px solid green; */

    }

    .flip_book_img iframe {
        width: 750px;
        height: 620px;
    }

    .call_box {
        width: 100%;
        height: 100%;
        border: 1px solid red;
        background-image: url('../images/abstract-triangles-background.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #1c1c1c;
        border-radius: 20px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }

    .call_box-image img {
        width: 80%;
        height: 100%;
    }

    .call_box_content {
        padding-top: 30px;
        padding-left: 50px;
    }

    .call_box_btns #btn1 {
        padding: 12px 20px;
        border-radius: 6px;
        border: none;
        color: #10133b;
    }

    .call_box_content h2 {
        font-size: 24px;
        color: #eef2f7;
        font-style: italic;
        font-weight: 300;
    }

    .call_box_content h1 {
        font-size: 40px;
        color: #eef2f7;
        font-weight: 600;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .call_box_btns #btn1 {
        background-color: #59d8e7;
        color: #10133b;
        font-size: 16px;
        font-weight: 600;

    }

    .call_box_btns #btn2 {
        background: transparent;
        color: white;
        font-size: 16px;
        font-weight: 600px;
        border: 2px solid #59d8e7;
        padding: 10px 30px;
        border-radius: 6px;
        margin-left: 10px;
    }

    .call-update {
        background-color: rgb(51, 50, 50);
        padding: 0px 0px;
    }


    .left_hero_content .hero_text h1 {
        font-size: 50px;

    }

    .left-hero-text .hero_text-left .hero_text_heading h1 {
        font-size: 40px;
    }

    .left-hero {
        padding-top: 50px;
        padding-left: 10px;
    }

    .master h1 {
        font-size: 34px;
    }

    .master p {
        font-size: 18px;
    }

    .first-step h1 {

        font-size: 9vw;
        color: #10133b;
    }

    .first-step p {

        font-size: 5vw;
        color: #10133b;
    }

    .first-right .btn-primary {

        margin-right: 0px;
        font-size: 20px;
    }

    .master-right {
        padding-top: 100px;
    }

    .process-title {
        font-size: 24px;
        width: 90%;
    }

    .process-text {
        font-size: 20px;
    }
}

/* Mobile Devices (up to 767px) */
@media (max-width: 767px) {
    .hero {
        margin-left: 0px;
    }

    .hero_section-home-update {
        height: 140vh;
    }

    .hero-overlay {
        height: 36%;
    }

    .navbar {
        /* display: flex !important; */
        flex-wrap: nowrap;
    }

    .navbar-light .navbar-toggler {
        /* color: rgb(87 30 30 / 94%); */
        border-color: rgb(0 0 0 / 77%);
        padding: 4px 7px;
        /* background-color: black; */
        color: white;
    }

    #bookTabs .nav-item {
        margin-top: 20px;
        display: block;
        width: 100%;
    }

    .right_hero_content {
        width: 100%;
        height: 35%;
        margin-top: 30px;
        margin-left: vw;
        /* border: 1px solid red; */
    }

    /* .right_hero_content img{
        width: 100%;
        height: 100%;
    } */
    .hero-slide {
        width: 100%;
        height: 100%;
    }

    .left-hero-text .hero_text-left .hero_text_heading-3 h1 {
        font-size: 40px;
    }

    .hero_text .hero_text_heading {
        line-height: 10px;
        padding-left: 0px;
    }

    .author-section {
        width: 100%;
        height: 88%;
        background-image: url('../images/children_mobile_new.webp');
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
        padding-bottom: 225px;
    }

    .expert-heading {
        padding-top: 30px;
        padding-bottom: 70px;
    }

    /* .expert-heading h1 {

        font-size: 8vw;
        margin-left: 0;
    } */
    .expert-heading #expert-heading-desktop {
        display: none
    }

    .expert-heading #expert-heading-mobile {
        display: block;
        font-size: 8vw;
        text-align: center;
    }

    .expert-heading p {
        color: #fff;
        margin-left: 0px;
        font-size: 5.2vw;
        /* margin-top: 15px;
        margin-bottom: 20px; */
        text-align: center;
    }


    .look-book h1 {
        font-size: 8.5vw;
    }

    .left-child .left-hero-text .hero_text-left .hero_text_heading h1 {
        font-size: 30px;
    }

    .left-child {
        padding: 30px 0px;
    }

    .left-hero-text .hero_text-left .hero_text_heading-2 h1 {
        font-size: 40px;
        padding-top: 10px;
    }

    .left-hero-text .hero_text-left .hero_text_heading-2 h2 {

        width: 100%;
        text-align: center;
    }

    .process-text {

        font-size: 17px;
    }

    .left-hero-text .hero_text-left .hero_text_heading-4 h2 {
        width: 100%;
        text-align: center;
    }

    .left-hero-text .hero_text-left .hero_text_heading-4 h1 {
        font-size: 40px;
        color: #10133b;
        font-weight: 600;
        letter-spacing: 1px;
        word-spacing: 3px;
        text-align: left;
        padding-top: 25px;
    }

    .first-right {
        margin-bottom: 80px
    }

    .left-hero {
        padding-top: 50px;
        padding-left: 0px;
    }

    .left-hero-text .hero_text-left .hero_text_heading h1 {
        font-size: 40px;
    }

    .left_hero_content .hero_text p {
        font-size: 4.5vw;
        margin-top: 20px;
    }


    .slider-container {
        width: 100%;
        overflow: hidden;
        background: #10133b;
        padding: 0 0;
        position: relative;
        /* border: 2px solid green; */
    }

    .slider-wrapper {
        display: flex;
        animation: slide 20s linear infinite;
    }

    .slider-track {
        display: flex;
        align-items: center;
        gap: 0px;
        padding: 0px 0px;
        /* border: 2px solid white; */

    }

    .logo-item {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 180px;
        height: 100px;
        flex-shrink: 0;
        /* border: 2px solid pink; */
    }

    .logo-item img {
        max-width: 350px;
        max-height: 350px;
        width: auto;
        height: auto;
        object-fit: contain;
        filter: brightness(0) invert(1);
    }

    .master h1 {
        font-size: 35px;

    }

    .master p {
        font-size: 20px;
    }

    .flip_book_img iframe {
        width: 320px;
        height: 520px;
    }

    .what_book .what_book_right {
        padding-top: 100px;
        display: block;
    }

    .faq_heading>h2 {
        font-size: 7.5vw;
        text-align: center;
        margin: 0px auto;
        padding-top: 60px;

    }

    .hero_text {
        padding-top: 40px;
        padding-left: 0px;
    }

    .what_box_btns {
        text-align: center;
    }

    .icon_box {
        display: none;
    }

    .icon_box_mob {
        display: block;
        background-color: #10133b;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 30px 0px;

    }

    /* .icon_box {
    width: 100%;
    padding: 30px 0px;
    background-color: #10133b;
    display: flex;
    align-items: center;
    justify-content: center;
} */



    .icon_box_one_mob {
        width: 100%;
        height: 100%;
        /* border: 2px solid red; */
        display: flex;
        align-items: center;
        justify-content: space-around;

    }

    .icon_box_one_mob>a:hover {
        text-decoration: none;
    }

    .icon_box_one_mob>a:active {
        text-decoration: none;
    }

    .icon_box_one_mob .icon_inside_box_one_mob {
        width: 100%;
        /* border: 2px solid green; */

    }

    .icon_inside_box_one_mob .icon_box_top_one_mob {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 2px solid #59d8e7;
        /* background-color: #59d8e7; */
        padding: 27px;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .icon_box_top_one_mob i {
        color: #59d8e7;
        font-size: 28px;
        font-weight: 300;
    }

    .icon_box_content_one_mob {
        text-align: center;
        color: white;
        font-size: 20px;
        margin-top: 20px;
    }

    .first-step h1 {
        font-size: 8.7vw;
    }

    .first-step>#first-step-authorr-h1 {
        font-size: 7.2vw;
        margin-top: 40px;
    }

    .first-step>#first-step-authorr-h2 {
        font-size: 7.2vw;
        margin-top: 10px;
    }

    .first-step p {
        font-size: 5.2vw;
    }

    .master-right img {
        margin-top: 30px;
    }

    .process-heading {
        font-size: 7.5vw
    }

    .process-title {
        font-size: 22px;
        width: 90%;
    }

    .dream {
        background-image: url(/images/bg-angle.webp);
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        padding: 18px 15px;
        /* height: 74.5vh; */
    }

    .logo-img {
        padding-left: 0px;
        width: 80%;
        margin: 0;
        padding-top: 5px;
    }

    .navbar.navbar-expand-lg.navbar-light.custom-nav {
        /* text-align: center; */
        /* justify-content: center; */


    }

    .text-right {
        display: none !important;
    }

    .navbar-light .navbar-toggler {
        margin-top: 0px;
    }

    .con_form_right {
        padding: 10px;
    }

    .call-update {
        width: 100%;
        padding: 20px 0px;
    }

    .call_box_content {
        /* padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px; */
        padding: 30px 20px;
    }

    /* .con_right_heading h2 {
        font-size: 1vw;
    } */

    .call_box_content h2 {
        font-size: 5.2vw;
        text-align: center;
    }

    .call_box_content h1 {
        font-size: 7vw;
        text-align: center;
    }

    #right_call_book_sec {
        display: none;
    }

    .book-faq-container {

        padding: 30px 0;
        position: relative;
        top: 0px;
        left: 01px;
    }

    .faq_image {
        width: 100%;
        height: 100%;
    }

    .left_hero_content .hero_text h1 {
        /* font-size: 25px; */
        font-size: 1.2vw;
        line-height: 30px;
        font-weight: 900;

    }

    .book_slider {
        display: none;
    }

    .mobile_book_section {
        display: block;
        width: 100%;
        background-color: #F3FAFB;
        padding: 40px 0;
    }

    .mobile_book_heading>h2 {
        font-size: 7.2vw;
        font-weight: 800;
        color: #10133b;
        text-align: center;
        margin-bottom: 20px;
        font-family: "Playfair Display", serif;
    }

    .mobile_slider_container {
        width: 100%;
        overflow: hidden;
        background-color: #F3FAFB;
        padding: 20px 0;
        position: relative;
        /* border: 1px solid red; */
    }

    .mobile_slider_wrapper {
        width: 100%;
        position: relative;
        height: 320px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile_slider_items {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .mobile_slider_items:last-child {
        display: none;
    }

    .mobile_book_item {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        animation: mobileBookFade 10s ease-in-out infinite;
    }

    .mobile_book_item:nth-child(1) {
        animation-delay: 0s;
    }

    .mobile_book_item:nth-child(2) {
        animation-delay: 2s;
    }

    .mobile_book_item:nth-child(3) {
        animation-delay: 4s;
    }

    .mobile_book_item:nth-child(4) {
        animation-delay: 6s;
    }

    .mobile_book_item:nth-child(5) {
        animation-delay: 8s;
    }

    .mobile_book_item img {
        width: 220px;
        height: 320px;
        object-fit: cover;
        border-radius: 8px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    }

    @keyframes mobileBookFade {
        0% {
            opacity: 0;
            transform: translateX(30px);
        }

        10% {
            opacity: 1;
            transform: translateX(0);
        }

        20% {
            opacity: 1;
            transform: translateX(0);
        }

        30% {
            opacity: 0;
            transform: translateX(-30px);
        }

        100% {
            opacity: 0;
            transform: translateX(-30px);
        }
    }

    .boxes_sec h1 {
        font-size: 2px;
    }

    .navbar.navbar-expand-lg.navbar-light.custom-nav {
        margin-top: 5px;
        margin-left: 20px;
    }

    .flip_book .flip_book_content h1 {
        font-size: 9vw;
    }

    .flip_book .flip_book_content p {
        font-size: 5.2vw;
    }

    .book_slider .book_slider_content h1 {
        font-size: 9vw;
    }

    .book-slider-container {
        padding: 30px 0;
    }


    /* .what_book_content {
        padding: 10px 20px;
    }

    .what_book_content h1 {
        font-size: 9vw;
        text-align: center;
    }

    .what_book_content #what_span {
        font-size: 9vw;
        text-align: center;
    }

    .what_book_content p {
        font-size: 5.2vw;
        text-align: center;
    }

    .what_box_btns {

        padding: 0;
    } */

    #home_btn {
        margin-top: 25px;
    }

    .what_box_btns #btn1 {
        font-size: 12px;
        font-weight: 400;
        padding: 10px 14px;
        margin-left: -25px;
    }

    .what_box_btns .tarilor_resp_btn1 {
        font-size: 12px;
        font-weight: 400;
        padding: 10px 14px;
        /* margin-left: -44px; */
    }

    .what_box_btns #btn2 {
        font-size: 12px;
        font-weight: 400;
        padding: 8px 14px;
        margin-left: 15px;

    }

    .what_book {
        display: none;
    }

    .what_book_mob {
        display: block;
        width: 100%;
        background-color: white;
        padding: 40px 0px;
    }

    .what_book_left_mob {
        width: 100%;
        padding: 0 15px;
    }

    .what_book_content_mob {
        padding: 0;
        text-align: center;
    }

    .what_book_content_mob h2 {
        font-size: 7.2vw;
        font-weight: 800;
        color: #10133b;
        text-align: center;
        line-height: 1.3;
        margin-bottom: 25px !important;
        font-family: "Playfair Display", serif;
    }

    .what_book_content_mob #what_span {
        font-size: 8vw;
        font-weight: 800;
        display: inline;
        font-family: "Playfair Display", serif;
    }

    .what_book_content_mob p {
        font-size: 5.2vw;
        font-weight: 400;
        color: #191919;
        margin-top: 10px;
        margin-bottom: 25px;
        text-align: center;
        line-height: 1.5;
    }

    .what_box_btns_mob {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: center;
        margin-bottom: 40px;
    }

    .what_box_btns_mob>#btn1 {
        background-color: #10133b;
        color: white;
        font-size: 4vw;
        font-weight: 600;
        padding: 14px 30px;
        border: none;
        border-radius: 6px;
        width: 80%;
        max-width: 280px;
    }

    .what_box_btns_mob>#btn2 {
        background: transparent;
        color: #10133b;
        font-size: 4vw;
        font-weight: 600;
        border: 2px solid #10133b;
        padding: 12px 30px;
        border-radius: 6px;
        width: 80%;
        max-width: 280px;
    }

    .what_book_right {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0px !important;
        padding: 0px 10px;
    }

    .what_short_left {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-top: 0;
        width: 100%;
        animation: none;
    }

    .what_short_right {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-top: 0;
        margin-left: 0;
        width: 100%;
        animation: none;
    }

    /* Card Styles */
    .card-wrapper {
        width: 90%;
        max-width: 320px;
        height: auto;
        min-height: 220px;
        perspective: 1000px;
    }

    .card-3d {
        height: 100%;
        border-radius: 12px;
        background: linear-gradient(227deg, rgba(46, 50, 130, 1) 0%, rgba(32, 32, 43, 1) 100%);
        transition: all 0.3s ease-in-out;
        transform-style: preserve-3d;
        box-shadow: rgba(5, 71, 17, 0) 40px 50px 25px -40px, rgba(5, 71, 17, 0.2) 0px 25px 25px -5px;
    }

    .card-content {
        padding: 25px 18px;
        transform: translate3d(0, 0, 20px);
        text-align: center;
    }

    .card-content .card-title {
        display: block;
        color: #E9FDFF;
        font-weight: 900;
        font-size: 5.5vw;
        letter-spacing: 1px;
        text-align: center;
    }

    .card-content .card-text {
        display: block;
        color: white;
        font-size: 4vw;
        margin-top: 10px;
        line-height: 1.5;
    }

    /* Book Card */
    .book-card-container {
        width: 90%;
        max-width: 320px;
        height: auto;
        min-height: 220px;
        perspective: 1000px;
        margin-top: 0px;
    }

    .book-card {
        height: 100%;
        border-radius: 12px;
        background: linear-gradient(227deg, rgba(46, 50, 130, 1) 0%, rgba(32, 32, 43, 1) 100%);
        transition: all 0.3s ease-in-out;
        transform-style: preserve-3d;
        box-shadow: rgba(5, 71, 17, 0) 40px 50px 25px -40px, rgba(5, 71, 17, 0.2) 0px 25px 25px -5px;
    }

    .book-card-inner {
        padding: 25px 18px;
        transform: translate3d(0, 0, 20px);
        text-align: center;

    }

    .book-card-inner .book-card-heading {
        display: block;
        color: #E9FDFF;
        font-weight: 900;
        font-size: 5.5vw;
        letter-spacing: 1px;
        text-align: center;
    }

    .book-card-inner .book-card-description {
        display: block;
        color: white;
        font-size: 4vw;
        margin-top: 10px;
        line-height: 1.5;
    }

    /* Distribution Card */
    .distribution-card-wrapper {
        width: 90%;
        max-width: 320px;
        height: auto;
        min-height: 220px;
        perspective: 1000px;
    }

    .distribution-card-3d {
        height: 100%;
        border-radius: 12px;
        background: linear-gradient(227deg, rgba(46, 50, 130, 1) 0%, rgba(32, 32, 43, 1) 100%);
        transition: all 0.3s ease-in-out;
        transform-style: preserve-3d;
        box-shadow: rgba(5, 71, 17, 0) 40px 50px 25px -40px, rgba(5, 71, 17, 0.2) 0px 25px 25px -5px;
    }

    .distribution-card-content {
        padding: 25px 18px;
        transform: translate3d(0, 0, 20px);
        text-align: center;
    }

    .distribution-card-content .distribution-card-title {
        display: block;
        color: #E9FDFF;
        font-weight: 900;
        font-size: 5.5vw;
        letter-spacing: 1px;
        text-align: center;
    }

    .distribution-card-content .distribution-card-text {
        display: block;
        color: white;
        font-size: 4vw;
        margin-top: 10px;
        line-height: 1.5;
    }

    /* Marketing Card */
    .marketing-card-wrapper {
        width: 90%;
        max-width: 320px;
        height: auto;
        min-height: 220px;
        perspective: 1000px;
        margin-top: 20px;
    }

    .marketing-card-3d {
        height: 100%;
        border-radius: 12px;
        background: linear-gradient(227deg, rgba(46, 50, 130, 1) 0%, rgba(32, 32, 43, 1) 100%);
        transition: all 0.3s ease-in-out;
        transform-style: preserve-3d;
        box-shadow: rgba(5, 71, 17, 0) 40px 50px 25px -40px, rgba(5, 71, 17, 0.2) 0px 25px 25px -5px;
    }

    .marketing-card-content {
        padding: 25px 18px;
        transform: translate3d(0, 0, 20px);
        text-align: center;
        margin-top: -15px;
    }

    .marketing-card-content .marketing-card-title {
        display: block;
        color: #E9FDFF;
        font-weight: 900;
        font-size: 5.5vw;
        letter-spacing: 1px;
        text-align: center;
    }

    .marketing-card-content .marketing-card-text {
        display: block;
        color: white;
        font-size: 4vw;
        margin-top: 10px;
        line-height: 1.5;
    }

    /* Hover effects ko mobile pe disable */
    .card-wrapper:hover .card-3d,
    .book-card-container:hover .book-card,
    .distribution-card-wrapper:hover .distribution-card-3d,
    .marketing-card-wrapper:hover .marketing-card-3d {
        transform: none;
    }

    .call_box_btns {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }

    .call_box_btns #btn1 {
        font-size: 14px;
        font-weight: 500;
        padding: 8px 10px;
    }

    .call_box_btns #btn2 {
        font-size: 14px;
        font-weight: 500;
        border: 2px solid #59d8e7;
        padding: 6px 10px;
    }

    .call_box-image img {
        width: 100%;
        height: 100%;
    }

    .site-footer {
        display: none;
    }

    .site-footer-mob {
        display: block;
        background-color: #151728;
        color: #ffffff;
        padding: 50px 0px 25px 0px;
        font-family: 'Degular Demo';
    }

    .site-footer-mob a {
        color: #ffffff;
        text-decoration: none;
        font-size: 14px;
    }

    .site-footer-mob a:hover {
        color: #00bcd4;
        text-decoration: none;
    }

    .footer-logo-mob img {
        max-width: 320px;
        height: auto;
        display: block;
        margin-bottom: 18px;
        margin: auto;
    }

    .footer-text-mob {
        font-size: 18px;
        line-height: 1.6;
        max-width: 420px;
        margin: 25px 0;
        text-align: center;
    }

    .footer-title-mob {
        font-size: 21px;
        font-weight: 600;
        margin-bottom: 15px;
        letter-spacing: 1px;
        padding-left: 30px;
        text-align: center;


    }

    .footer-list-mob {
        list-style: none;
        padding-left: 30px;
        margin-bottom: 0;
    }

    .footer-list-mob li {
        margin-bottom: 15px;
        /* font-size: 19px; */
    }

    .footer-list li a {
        /* margin-bottom: 9px; */
        font-size: 18px;
    }

    .footer-social-mob {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-social-mob a {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 12px;
        color: #151728;
        font-size: 18px;
    }

    .footer-social a:hover {
        background-color: #00bcd4;
        color: #ffffff;
    }

    .footer-contact-item-mob {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        margin-bottom: 12px;
        font-size: 14px;
    }

    .footer-contact-icon {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #00a9d6;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-size: 14px;
        margin-right: 10px;
        flex-shrink: 0;
        margin-top: 2px;
    }

    .footer-contact-text {
        line-height: 2;
        font-size: 18px;
    }

    .first-right .btn-primary {
        background: transparent;
        color: #fff;
        border: 2px solid #fff;
        margin-right: 10px;
        font-size: 16px;
        font-weight: 600;
        padding: 8px 20px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }

    .first-right .btn-secondary {
        background: #eafefe;
        color: #051d38;
        border: 2px solid #fff;
        margin-right: 10px;
        margin-left: 10px;
        font-size: 16px;
        font-weight: 600;
        padding: 8px 20px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }

    .no-gutters {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }

    .no-gutters img {
        border-radius: 10px;
    }

    .porfolir .btn {
        background: #051d38;
        color: #3ec6cb;
        font-size: 20px;
        padding: 8px 18px;
        border: 1px solid #051d38;
    }

    .expert-img {
        margin: auto;
    }

    .expert-img img {
        width: 90%;
        margin-left: 15px;
        margin-top: -95px;
        margin-bottom: 20px;
    }
}



/* About us  & Contact us */
.contact-update {
    background: #e1feff;
    text-align: center;
    padding: 60px 0px;
}

.contact-update h1 {
    font-size: 100px;
    font-weight: 700;
    color: #10133b;
    text-transform: uppercase;
}

.aboutusbg img {
    width: 100%;
}

.left-hero-text.about {
    padding-left: 30px;
}


.contact-section {
    background-color: #10133b;
    padding: 50px 0;
}

.contact-form {
    width: 100%;
    background-color: transparent;
    padding: 30px;
    /* border-radius: 20px;
    border-right: inset;
    border-bottom: inset;
    border-top: inset; */
    margin: auto;
}

.contact-form label {
    color: white;
    font-weight: normal;
    font-size: 20px;
}

.contact-form input,
.contact-form textarea {
    background-color: #272d51;
    color: #2c3e50;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    padding: 10px;
    width: 85%;
    margin-bottom: 15px;
}

.contact-form .form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

#message {
    resize: none;
    overflow-y: hidden;
}

.contact-info h2 {
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 20px;
}

.contact-form button {
    background-color: #0f133b;
    color: white;
    border: none;
    border-radius: 0;
    padding: 12px 20px;
    font-size: 1.1rem;
    cursor: pointer;
    width: 100%;
    font-weight: normal;
}

.contact-form button:hover {
    background-color: #1abc9c;
}

.contact-info {
    color: white;
}

.contact-info ul {
    list-style: none;
    padding-left: 0;
}

.contact-info li {
    font-size: 1.2rem;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.contact-info i {
    margin-right: 10px;
    color: #fff;
}

/* Responsive Styling */
@media (max-width: 768px) {
    .contact-section {
        padding: 40px 20px;
    }

    .contact-form {
        padding: 20px;
    }

    .contact-form button {
        font-size: 1rem;
    }

    #first-right-children-desktop {
        display: none;
    }

    #first-right-children-mobile {
        display: block;
        margin-left: 10px
    }

    /* .first-right{
        padding-bottom: 20px;
    } */
}

/*  */
/* --------------------------------------------- Book Trailer ----------------------------------------------- */
.girls-book {
    background: url(../images/girls-book.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0px;
}

.girl-heading h2,
h1 {
    color: #fff;
    font-size: 40px;
    font-family: "Playfair Display", serif;
    font-weight: 800;
}

.girl-heading .btn-primary {
    background: #fff;
    border: 1px solid #fff;
    font-size: 16px;
}

.girl-heading .btn-secondary {
    background: transparent !important;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
}

.what_box_btns_girls>#btn1 {
    background-color: #F3FAFB;
    color: #10133b;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 30px;
    border: none;
    border-radius: 6px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

.what_box_btns_girls>#btn2 {
    background: transparent;
    color: #F3FAFB;
    font-size: 16px;
    font-weight: 600px;
    border: 2px solid #F3FAFB;
    padding: 12px 30px;
    border-radius: 6px;
    margin-left: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.author-section.trailer {
    background: #e9fdff;
    padding-bottom: 0px;
}

.author-section.trailer .btn-primary {
    margin-bottom: 0px;
    margin-left: 10px;
}

.author-section.trailer .btn-secondary {
    margin-bottom: 0px;
    background: #10133b;
    color: #fff;
}

.author-section.trailer .left-child {
    padding-top: 60px;
    padding-bottom: 0px;
}

.book_trailer_card_sec {
    width: 100%;
    height: 105vh;
    background-color: #F3FAFB
}

.hero_text_heading_trailor {
    font-size: 50px;
    color: #10133b;
    font-weight: 400;
    letter-spacing: 1px;
    word-spacing: 3px;
    /* line-height: 10px; */
    text-align: center;
}

.hero_text_heading_trailor h1 {
    color: #10133B;
    font-family: "Playfair Display", serif;
    font-weight: 800;
}

.hero_text_heading_trailor>h4 {
    padding-top: 50px;
    font-family: 800;
    font-size: 35px;
    font-family: "Playfair Display", serif;
}

.hero_text_heading_trailor>h2 {
    padding-top: 0px;
    font-weight: 800;
    font-size: 40px;
    color: #10133b;
    font-family: "Playfair Display", serif;
}

.hero_text_heading_trailor #trailer_para_mobile {
    display: none;
}

#book_trailer_btnss {
    margin-bottom: 20px;
}

.card_box_sec {
    width: 100%;
    /* border: 2px solid #10133b; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    gap: 30px;
}

.card-one-box {
    width: 28%;
    height: 365px;
    /* border: 2px groove #10133b; */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 8px;
    padding: 20px 0px;
}

.card_box_sec_heading>h2 {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    margin-top: 20px;
}

.card_box_sec_text>p {
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    margin: 10px auto;
    width: 75%;
    /* border:2px solid black ; */
}

.card_box_sec_icon {
    /* border: 1px solid green; */
    display: flex;
    justify-content: center;
}

#card_icon_one>img {
    /* border: 2px solid purple; */
    width: 60px;
    height: 70px;
}

#card_icon_two>img {
    /* border: 2px solid purple; */
    width: 60px;
    height: 70px;
}

#card_icon_three>img {
    /* border: 2px solid purple; */
    width: 60px;
    height: 70px;
}

.book_trailer_right_sec {
    width: 50%;
    height: 100%;
    /* border: 2px solid red; */
}

.book_trailer_right_sec-video {
    width: 450px;
    height: 280px;
    /* border: 2px solid black; */
    border-radius: 10px;
    margin: 30px auto;
    outline: 2px solid #10133b;
    outline-offset: 8px;
}

.book_trailer_right_sec-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.what_book_content_right_sec_left {
    font-size: 23px;
    font-weight: 400;
    color: #191919;
    margin-left: -40px;
    margin-bottom: 25px;
    margin-top: 50px;
}

.what_book_content_right_sec_left>h2 {
    font-size: 40px;
    font-weight: 800;
    color: #10133b;
    font-family: "Playfair Display", serif;
}

.what_book_content_right_sec_left>p {
    width: 87%;
    font-size: 20px;
    font-weight: 400;
    color: #10133b;
}


/* ------------------------------------ Boxes Section ----------------- */

.boxes_sec>h1 {
    color: #10133B;
    font-size: 41px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
}

.boxes_sec>p {

    font-size: 22px;
    font-weight: 400;
    color: #10133b;
    text-align: center;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 40px;
}

@media (max-width: 768px) {

    #book_sec_h1 {
        display: none;
    }

    .boxes_sec h1 {
        color: #10133B;
        font-size: 9vw;
        font-weight: 600;
        text-align: center;
        margin-top: 0px;
    }

    .boxes_sec p {

        font-size: 5.2vw;
        /* margin-top: 20px; */
        text-align: center;
        margin-bottom: 40px;
    }

    .publish-card {
        background: #fff;
        border: 1px solid #e0e0e0;
        padding: 30px 20px;
        border-radius: 12px;
        text-align: center;
        transition: all 0.3s ease-in-out;
        height: 100%;
        width: 90%;
        margin: auto;
    }


    .publish-card h5 {
        font-size: 22px;
    }

    .publish-card p {
        width: 95%;
        font-size: 17px;
        font-weight: 500;
        margin: auto;
    }

    .publish-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
        border-color: #b3b3b3;
    }

    .publish-card .card-icon {
        max-height: 45px;
        object-fit: contain;
    }
}

/* -------------------------------------------- Testimonials------------------------------------------------- */
.hero_section-home-update_testimo_mob {
    display: none;
}

.left_testimonial_content {
    padding-top: 80px;
    padding-left: 30px;
}

.testimonial_text_heading h1 {
    font-size: 50px;
    color: #10133b;
    font-weight: 600;
    letter-spacing: 1px;
    word-spacing: 3px;
    line-height: 50px;
}

.testimonial_text p {
    font-size: 22px;
    font-weight: 400;
    color: #10133b;
    margin-top: 5px;
    position: relative;
    z-index: 11111111;
    width: 88%;
    text-align: justify;
    margin: 25px 0;
}


.testimonial-wrapper {
    font-family: 'Degular Demo', sans-serif;
    background-color: white;
    padding: 40px 70px;
}

.testimonial-container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.testimonial-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.testimonial-review-card {
    background-color: #F3FAFB;
    padding: 30px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.testimonial-review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.testimonial-reviewer-name {
    font-size: 24px;
    font-weight: 700;
    color: #10133B;
    margin-bottom: 20px;
}

.testimonial-review-text {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
    flex-grow: 1;
    /* background-color: #F3FAFB; */
}

.testimonial-star-rating {
    display: flex;
    gap: 5px;
}

.testimonial-star {
    font-size: 24px;
}

.testimonial-star.filled {
    color: #ffa500;
}

.testimonial-star.empty {
    color: #ffa500;
}

.testimonial-section-title {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    color: #10133B;
    margin-bottom: 20px;
}

.testimonial-section-subtitle {
    text-align: center;
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
}

.testimonial_text_heading_mobile h1 {
    display: none;
}

/* Tablet screens */
@media (max-width: 1024px) {
    .testimonial-reviews-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .testimonial-section-title {
        font-size: 36px;
    }

    .testimonial-section-subtitle {
        font-size: 16px;
    }

    .testimonial-wrapper {
        padding: 30px 15px;
    }
}

/* Mobile screens */
@media (max-width: 768px) {
    .hero_section-home-update_testimoo {
        display: none;
    }

    .hero_section-home-update_testimo_mob {
        display: block;

    }

    .testimonial-reviews-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .testimonial-section-title {
        font-size: 32px;
    }

    .testimonial-section-subtitle {
        font-size: 15px;
    }

    .testimonial-review-card {
        padding: 25px;
    }

    .testimonial-reviewer-name {
        font-size: 22px;
    }

    .testimonial-review-text {
        font-size: 15px;
        line-height: 1.7;
    }

    .testimonial-wrapper {
        padding: 20px 10px;
    }

    .left_testimonial_content {
        padding-top: 30px;
        padding-left: 0px;
    }

    .testimonial_text_heading_mobile>h1 {
        display: block;
        font-size: 9vw;
        color: rgb(16, 19, 59);
        font-weight: 600;
        letter-spacing: 1px;
        word-spacing: 3px;
        line-height: 40px;
    }

    .testimonial_text p {
        font-size: 4.9vw;
        font-weight: 400;
        color: #10133b;
        margin-top: 5px;
        position: relative;
        z-index: 11111111;
        width: 88%;
        text-align: justify;
        margin: 15px 0;
    }

    p {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .testimonial_text_heading h1 {
        display: none;
    }

    .hero-slide_mob_testimonial {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: top;
        /* opacity: 0;
    transition: opacity 1.5s ease-in-out; */
    }

    .right_hero_tetimonial {
        display: block;
        /* border: 2px solid red; */
        height: 50vh;
        margin-top: -20px;
        margin-left: -10px;
        /* margin-bottom: 40px; */
        width: 50%;
        /* z-index: -222; */

    }
}

/* Small mobile screens */
@media (max-width: 480px) {
    .testimonial-section-title {
        font-size: 28px;
    }

    .testimonial-section-subtitle {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .testimonial-review-card {
        padding: 20px;
    }

    .testimonial-reviewer-name {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .testimonial-review-text {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 15px;
    }

    .testimonial-star {
        font-size: 20px;
    }

    .testimonial-star-rating {
        gap: 3px;
    }

    .testimonial-wrapper {
        padding: 15px 10px;
    }
}

/* Large screens */
@media (min-width: 1400px) {
    .testimonial-reviews-grid {
        gap: 35px;
    }

    .testimonial-review-card {
        padding: 35px;
    }
}

/* ------------------------------------------------- About Hero ---------------------------------------------------------- */

.about_hero {
    width: 100%;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_hero>img {
    width: 100%;
    height: 100%;
}

.about_hero_content>h1 {
    font-size: 90px;
    font-weight: 700;
    color: white;
    letter-spacing: 2px;
}

/* .about_hero_us_sec{
    color: #00bcd4;
} */

@media (max-width: 768px) {
    .about_hero {
        height: 30vh;
    }

    .about_hero_content>h1 {
        font-size: 50px;
        font-weight: 700;
        color: white;
        letter-spacing: 2px;

    }

    .left-hero-text .hero_text-left .hero_text_heading-3 h1 {
        font-size: 7vw;
    }

    .left-hero-text .hero_text-left p {
        font-size: 5.2vw;
        color: #10133b;
        font-weight: 400;
        margin-top: 15px;
        line-height: 30px;
    }

    .right-hero {
        display: none;
    }

    .left-hero-text.about {
        padding-left: 0px;
    }
}


/* -------------------------------------------- Contact Section -------------------------------------------- */
.contact_hero_sec {
    width: 100%;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_hero_content>h1 {
    font-size: 90px;
    font-weight: 700;
    color: white;
    letter-spacing: 2px;
}

@media (max-width: 768px) {
    .contact_hero_sec {
        width: 100%;
        height: 30vh;
    }

    .contact_hero_content>h1 {
        font-size: 50px;
        font-weight: 700;
        color: white;
        letter-spacing: 2px;
    }
}




/* =====================================================
   MOBILE NAVBAR RESPONSIVE CSS
   Add this at the END of your CSS file to override existing styles
   For screens 768px and below
   ===================================================== */
@media (max-width: 768px) {

    /* Navbar Container */
    .navbar {
        padding: 0px 35px !important;
        position: relative !important;
        /* border: 2px solid red; */
    }

    /* Toggle Button Styling */
    .navbar-toggler {
        display: block !important;
        border: 2px solid #ffffff !important;
        background-color: transparent !important;
        padding: 8px 12px !important;
        border-radius: 5px !important;
        cursor: pointer !important;
        z-index: 9999 !important;
        outline: none !important;
    }

    .navbar-toggler:focus {
        outline: none !important;
        box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3) !important;
    }

    /* Toggle Icon (Hamburger Lines) */
    .navbar-toggler-icon {
        display: block !important;
        width: 25px !important;
        height: 2px !important;
        background-color: #ffffff !important;
        position: relative !important;
        background-image: none !important;
    }

    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after {
        content: '' !important;
        position: absolute !important;
        width: 25px !important;
        height: 2px !important;
        background-color: #ffffff !important;
        left: 0 !important;
    }

    .navbar-toggler-icon::before {
        top: -8px !important;
    }

    .navbar-toggler-icon::after {
        top: 8px !important;
    }

    /* =====================================================
     LEFT SIDE SLIDE MENU - SMOOTH ANIMATION
     ===================================================== */
    .navbar-collapse {
        position: fixed !important;
        top: 0 !important;
        left: -100% !important;
        width: 280px !important;
        height: 100vh !important;
        background-color: #10133B !important;
        padding: 80px 0 30px 0 !important;
        z-index: 9998 !important;
        box-shadow: 5px 0 30px rgba(0, 0, 0, 0.4) !important;
        border-radius: 0 !important;
        overflow-y: auto !important;
        transition: left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
        display: block !important;
        visibility: visible !important;
    }

    /* When Menu is Open - Slide from Left */
    .navbar-collapse.show {
        left: 0 !important;
    }

    /* Fix for collapsing state - no interruption */
    .navbar-collapse.collapsing {
        left: -100% !important;
        transition: left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
        height: 100vh !important;
        display: block !important;
    }

    /* Overlay when menu is open */
    .navbar-collapse.show::before {
        content: '' !important;
        position: fixed !important;
        top: 0 !important;
        left: 280px !important;
        width: calc(100vw - 280px) !important;
        height: 100vh !important;
        background-color: rgba(0, 0, 0, 0.5) !important;
        z-index: -1 !important;
    }

    /* Navigation List */
    .navbar-nav {
        flex-direction: column !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    /* Navigation Items */
    .navbar-nav .nav-item {
        width: 100% !important;
        text-align: left !important;
        margin: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    }

    .navbar-nav .nav-item:last-child {
        border-bottom: none !important;
    }

    /* Navigation Links - BIGGER FONT SIZE */
    .navbar-nav .nav-link {
        color: #ffffff !important;
        padding: 18px 25px !important;
        display: block !important;
        font-size: 18px !important;
        font-weight: 600 !important;
        text-transform: capitalize !important;
        transition: all 0.3s ease !important;
        background-color: transparent !important;
        letter-spacing: 0.5px !important;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link:focus {
        background-color: rgba(255, 255, 255, 0.1) !important;
        color: #ffffff !important;
        padding-left: 30px !important;
    }

    /* Dropdown Toggle (Services) */
    .navbar-nav .dropdown-toggle {
        color: #ffffff !important;
    }

    .navbar-nav .dropdown-toggle::after {
        display: inline-block !important;
        margin-left: 8px !important;
        border-top: 5px solid #ffffff !important;
        border-right: 5px solid transparent !important;
        border-left: 5px solid transparent !important;
        transition: transform 0.3s ease !important;
    }

    /* Dropdown Menu (Mega Menu) */
    .navbar-nav .dropdown-menu,
    .navbar-nav .mega-menu {
        position: static !important;
        float: none !important;
        width: 100% !important;
        background-color: rgba(0, 0, 0, 0.25) !important;
        border: none !important;
        border-radius: 0 !important;
        padding: 10px 0 !important;
        margin: 0 !important;
        box-shadow: none !important;
        display: none !important;
    }

    /* Dropdown Menu When Open */
    .navbar-nav .dropdown-menu.show,
    .navbar-nav .mega-menu.show {
        display: block !important;
    }

    /* Dropdown Items - BIGGER FONT */
    .navbar-nav .dropdown-item {
        color: #ffffff !important;
        padding: 14px 35px !important;
        font-size: 16px !important;
        text-align: left !important;
        background-color: transparent !important;
        transition: all 0.3s ease !important;
    }

    .navbar-nav .dropdown-item:hover,
    .navbar-nav .dropdown-item:focus {
        background-color: rgba(255, 255, 255, 0.15) !important;
        color: #ffffff !important;
        padding-left: 40px !important;
    }

    /* Row inside Mega Menu */
    .mega-menu .row {
        margin: 0 !important;
    }

    .mega-menu .col-12 {
        padding: 0 !important;
    }

    /* Logo Adjustment */
    .navbar-brand {
        max-width: 140px !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .navbar-brand img,
    .logo-img {
        width: 300px !important;
        max-width: 200vw !important;
        height: auto !important;
        padding-left: 0 !important;
        margin: 0 !important;
        padding-top: 5px !important;
    }

    /* Toggle Button - Matching Logo Size */
    .navbar-toggler {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 45px !important;
        height: 40px !important;
        border: 2px solid #10133B !important;
        background-color: #10133B !important;
        padding: 8px !important;
        border-radius: 5px !important;
        cursor: pointer !important;
        z-index: 10000 !important;
        outline: none !important;
    }

    .navbar-toggler:focus {
        outline: none !important;
        box-shadow: none !important;
    }

    /* Toggle Icon (Hamburger Lines) - White Color */
    .navbar-toggler-icon {
        display: block !important;
        width: 22px !important;
        height: 2px !important;
        background-color: #ffffff !important;
        position: relative !important;
        background-image: none !important;
    }

    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after {
        content: '' !important;
        position: absolute !important;
        width: 22px !important;
        height: 2px !important;
        background-color: #ffffff !important;
        left: 0 !important;
    }

    .navbar-toggler-icon::before {
        top: -7px !important;
    }

    .navbar-toggler-icon::after {
        top: 7px !important;
    }

}

/* Extra Small Screens (Below 576px) */
@media (max-width: 576px) {

    .navbar {
        padding: 8px 10px !important;
    }

    /* Logo for small screens */
    .navbar-brand {
        max-width: 130px !important;
    }

    .navbar-brand img,
    .logo-img {
        width: 300px !important;
        max-width: 100vw !important;
    }

    /* Sidebar width for smaller screens */
    .navbar-collapse {
        width: 260px !important;
    }

    .navbar-collapse.show::before {
        left: 260px !important;
        width: calc(100vw - 260px) !important;
    }

    /* Toggle Button for small screens */
    .navbar-toggler {
        width: 42px !important;
        height: 38px !important;
        padding: 6px !important;
    }

    .navbar-toggler-icon {
        width: 20px !important;
    }

    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after {
        width: 20px !important;
    }

    /* Navigation Links - Adjusted for small screens */
    .navbar-nav .nav-link {
        padding: 16px 20px !important;
        font-size: 17px !important;
    }

    .navbar-nav .dropdown-item {
        padding: 12px 30px !important;
        font-size: 15px !important;
    }

}

/* Very Small Screens (Below 400px) */
@media (max-width: 400px) {

    .navbar-brand {
        max-width: 110px !important;
    }

    .navbar-brand img,
    .logo-img {
        width: 220px !important;
        max-width: 100vw !important;
        margin-left: 20px;
    }

    /* Sidebar width for very small screens */
    .navbar-collapse {
        width: 240px !important;
    }

    .navbar-collapse.show::before {
        left: 240px !important;
        width: calc(100vw - 240px) !important;
    }

    .navbar-toggler {
        width: 38px !important;
        height: 35px !important;
    }

    .navbar-toggler-icon {
        width: 18px !important;
    }

    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after {
        width: 18px !important;
    }

    .navbar-nav .nav-link {
        padding: 14px 18px !important;
        font-size: 16px !important;
    }

    .navbar-nav .dropdown-item {
        padding: 10px 25px !important;
        font-size: 14px !important;
    }

    .navbar.navbar-expand-lg.navbar-light.custom-nav {
        margin-top: 5px;
        margin-left: 5px;
        margin-right: 10px;
    }

}

/* ---------------------------------------- Book Writing --------------------------------------- */
.left-hero-text .hero_text-left .hero_text_heading_mobile {
    display: none;
}

.left-hero-text .hero_text-left .hero_text_heading_mobile_children {
    display: none;
}

#writing_master_h2 {
    display: none;
}

@media (max-width: 768px) {
    .left-hero-text .hero_text-left .hero_text_heading {
        /* display: none; */
    }

    #writing_heading_hoho {
        display: none;
    }

    .left-hero-text .hero_text-left .hero_text_heading_mobile {
        display: block;
    }

    .left-hero-text .hero_text-left .hero_text_heading_mobile_children {
        display: block;
    }


    .left-hero-text .hero_text-left .hero_text_heading_mobile h1 {
        font-size: 7.2vw;
        color: #10133b;
        font-weight: 800;
        letter-spacing: 1px;
        word-spacing: 3px;
        font-family: "Playfair Display", serif;
    }

    .left-hero-text .hero_text-left .hero_text_heading_mobile_children h1 {
        font-size: 7.5vw;
        color: #10133b;
        font-weight: 600;
        letter-spacing: 1px;
        word-spacing: 3px;
        font-family: "Playfair Display", serif;
    }

    .left-hero-text .hero_text-left .hero_text_heading_mobile h2 {
        font-size: 20px;
        font-weight: 600;
        color: rgb(255, 255, 255);
        width: 240px;
        letter-spacing: 1px;
        background: rgb(16, 19, 59);
        padding: 5px 8px;
        border-radius: 2px;
    }

    .master-main {
        background: #eff1f8;
        padding: 50px 20px;
    }

    .master>h1 {
        /* display: none; */
    }

    #writing_master_h2 {
        display: block;
        font-size: 7.2vw;
        line-height: 31px;
        font-weight: 800;
    }

    #writing_master_desktop {
        display: none;
    }

    .writing_h2_cta {
        font-size: 65px;
        font-weight: 600;
    }

    .master p {
        font-size: 5.2vw;
    }

    .process-section {
        background: #e9fdff;
        padding: 0px 10px;
    }

    .process-card-1 {
        background: transparent;
        border-radius: 16px;
        padding: 18px 20px;
        /* position: relative; */
        overflow: hidden;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
        border: 2px solid #03031c;
    }

    .author-section.trailer {
        width: 100%;
        height: 100vh;
    }

    .author-section.trailer .left-child {
        padding-top: 60px;
        padding-bottom: 0px;
    }

    #trailer_para_desktop {
        display: none;
    }

    .hero_text_heading_trailor>h1 {
        padding-top: 0px;
        font-weight: 600;
        font-size: 7.2vw;
        color: #10133b;
    }

    .hero_text_heading_trailor #trailer_para_mobile {
        display: block;
        font-size: 5.2vw;
        color: #10133b;
        font-weight: 400;
        margin-top: 15px;
    }

    .card-one-box {
        width: 100%;
        height: 365px;
        /* border: 2px groove #10133b; */
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        border-radius: 8px;
        padding: 20px 0px;
    }
}

.icon_inside_box_one {
    text-decoration: none;
    color: inherit;
    display: block;
}

.icon_inside_box_one:hover {
    text-decoration: none;
    opacity: 0.8;
}



/* -------------------------------------------------- Again Form --------------------------------------------------- */

.again_form {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    position: relative;
}

/* Floating particles background */
.again_form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.main_box_form {
    width: 80%;
    max-width: 1200px;
    height: 85vh;
    min-height: 600px;
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 40px;
    display: flex;
    box-shadow:
        0 25px 80px rgba(16, 19, 59, 0.15),
        0 10px 30px rgba(16, 19, 59, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    position: relative;
    overflow: hidden;
    animation: cardAppear 0.8s ease-out;
}

@keyframes cardAppear {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Left Side - Book Slider */
.again_main_left {
    width: 55%;
    height: 100%;
    padding: 50px;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.book_slider_container {
    width: 100%;
    max-width: 400px;
    perspective: 1200px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.book_slider_title {
    font-family: 'Degular', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #10133b;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
    position: relative;
}

/* Remove the underline */
.book_slider_title::after {
    display: none;
}

/* Hide progress bar */
.progress_bar {
    display: none;
}

.book_carousel {
    position: relative;
    width: 100%;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.book_wrapper {
    position: absolute;
    width: 220px;
    height: 320px;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.book {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s ease;
}

.book_wrapper:hover .book {
    transform: rotateY(-15deg);
}

.book_cover {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px 15px 15px 5px;
    background-size: cover;
    background-position: center;
    box-shadow:
        5px 5px 20px rgba(0, 0, 0, 0.3),
        inset -3px 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.book_cover::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 100%;
    background: linear-gradient(90deg,
            rgba(0, 0, 0, 0.2) 0%,
            transparent 50%,
            rgba(255, 255, 255, 0.1) 100%);
}

.book_cover::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(255, 255, 255, 0.05) 100%);
}

.book_spine {
    position: absolute;
    left: -15px;
    width: 15px;
    height: 100%;
    transform: rotateY(-90deg) translateX(-7.5px);
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.1) 0%,
            rgba(0, 0, 0, 0.3) 100%);
}

.book_info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px 20px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
    border-radius: 0 0 5px 15px;
}

.book_title {
    font-family: 'Degular', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.book_author {
    font-size: 0.85rem;
    opacity: 0.8;
}

/* Book positions */
.book_wrapper.active {
    z-index: 10;
    transform: translateX(0) scale(1);
}

.book_wrapper.prev {
    z-index: 5;
    transform: translateX(-120px) scale(0.75) rotateY(25deg);
    opacity: 0.6;
    filter: blur(1px);
}

.book_wrapper.next {
    z-index: 5;
    transform: translateX(120px) scale(0.75) rotateY(-25deg);
    opacity: 0.6;
    filter: blur(1px);
}

.book_wrapper.hidden {
    opacity: 0;
    transform: translateX(0) scale(0.5);
    pointer-events: none;
}

/* Navigation dots */
.book_nav {
    display: flex;
    gap: 12px;
    margin-top: 30px;
    justify-content: center;
}

.book_dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(16, 19, 59, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}

.book_dot.active {
    background-color: #10133B;
    transform: scale(1.3);
    box-shadow: 0 0 15px rgba(212, 165, 116, 0.5);
}

.book_dot:hover:not(.active) {
    background: rgba(16, 19, 59, 0.4);
}

/* Progress bar */
.progress_bar {
    width: 200px;
    height: 3px;
    background: rgba(16, 19, 59, 0.1);
    border-radius: 2px;
    margin-top: 20px;
    overflow: hidden;
}

.progress_fill {
    height: 100%;
    background: linear-gradient(90deg, var(--accent-gold), var(--accent-coral));
    border-radius: 2px;
    animation: progress 2s linear infinite;
}

@keyframes progress {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

/* Add padding below message textarea */
.input_group:last-of-type {
    margin-bottom: 15px;
}

/* Right Side - Contact Form */
.again_main_right {
    width: 45%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.inside_right_form {
    width: 95%;
    height: 95%;
    border-radius: 35px;
    background: linear-gradient(145deg, #141852, #0d1030);
    box-shadow:
        inset 0 2px 30px rgba(0, 0, 0, 0.3),
        0 20px 60px rgba(16, 19, 59, 0.4);
    padding: 25px 40px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.inside_right_form::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(212, 165, 116, 0.08) 0%, transparent 60%);
    pointer-events: none;
}

.inside_right_form::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -30%;
    width: 80%;
    height: 80%;
    background: radial-gradient(circle, rgba(232, 120, 90, 0.05) 0%, transparent 60%);
    pointer-events: none;
}

.form_header {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.form_header h2 {
    font-family: 'Degular', sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    color: var(--text-light);
    margin-bottom: 10px;
    background-color: #e9f1f3;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.form_header p {
    color: var(--text-muted);
    font-size: 0.95rem;
}

.contact_form {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.input_group {
    position: relative;
}

.input_group input,
.input_group textarea {
    width: 100%;
    padding: 12px 18px;
    padding-left: 50px;
    background: rgba(162, 187, 192, 0.212);
    /* background: rgba(192, 221, 226, 0.05); */
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    color: var(--text-light);
    font-family: 'Degular', sans-serif;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    outline: none;
}

.input_group textarea {
    resize: none;
    height: 70px;
    padding-top: 15px;
}

.input_group input::placeholder,
.input_group textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.input_group input:focus,
.input_group textarea:focus {
    border-color: #e9f1f3;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 20px rgba(212, 165, 116, 0.15);
}

.input_icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-muted);
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.input_group textarea~.input_icon {
    top: 22px;
    transform: none;
}

.input_group input:focus~.input_icon,
.input_group textarea:focus~.input_icon {
    color: var(--accent-gold);
}

.submit_btn {
    width: 100%;
    padding: 18px;
    margin-top: -15px;
    background: #5876b8;
    background: linear-gradient(77deg, rgba(88, 118, 184, 1) 6%, rgba(83, 96, 130, 1) 100%);
    border: none;
    border-radius: 15px;
    color: white;
    font-family: 'Degular', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: rgba(218, 205, 205, 0.07) 0px 1px 2px, rgba(128, 153, 182, 0.07) 0px 2px 4px, rgba(159, 180, 236, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    flex-shrink: 0;
}

.submit_btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.submit_btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(166, 167, 197, 0.4);
}

.submit_btn:hover::before {
    left: 100%;
}

.submit_btn:active {
    transform: translateY(0);
    transform: scale(.9);
}

/* Decorative elements */
.decor_circle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.decor_circle.c1 {
    width: 150px;
    height: 150px;
    top: -50px;
    right: -50px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.decor_circle.c2 {
    width: 100px;
    height: 100px;
    bottom: 30px;
    left: -30px;
    border: 1px solid rgba(212, 165, 116, 0.1);
}

/* SVG Icons */
.icon-svg {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    fill: none;
    stroke: rgba(255, 255, 255, 0.5);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke 0.3s ease;
}

.input_group textarea~.icon-svg {
    top: 22px;
    transform: none;
}

.input_group input:focus~.icon-svg,
.input_group textarea:focus~.icon-svg {
    stroke: var(--accent-gold);
}

/* Responsive */
@media (max-width: 1024px) {
    .main_box_form {
        width: 95%;
        flex-direction: column;
        height: auto;
        min-height: auto;
    }

    .again_main_left,
    .again_main_right {
        width: 100%;
    }

    .again_main_left {
        padding: 30px;
        padding-top: 20px;
    }

    .book_carousel {
        height: 380px;
    }

    .book_slider_title {
        font-size: 2rem;
        margin-top: 10px;
    }

    .inside_right_form {
        height: auto;
        min-height: 500px;
    }

    .form_header h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .again_form {
        padding: 15px;
    }

    .main_box_form {
        width: 100%;
        border-radius: 25px;
    }

    .again_main_left {
        padding: 20px;
        padding-top: 15px;
    }

    .book_slider_title {
        font-size: 1.6rem;
        margin-bottom: 15px;
        margin-top: 5px;
    }

    .book_carousel {
        height: 320px;
    }

    .book_wrapper {
        width: 180px;
        height: 260px;
    }

    .book_wrapper.prev {
        transform: translateX(-90px) scale(0.7) rotateY(25deg);
    }

    .book_wrapper.next {
        transform: translateX(90px) scale(0.7) rotateY(-25deg);
    }

    .book_nav {
        margin-top: 20px;
    }

    .book_dot {
        width: 8px;
        height: 8px;
    }

    .again_main_right {
        padding: 15px;
    }

    .inside_right_form {
        padding: 35px 25px;
        border-radius: 25px;
        min-height: 450px;
    }

    .form_header {
        margin-bottom: 25px;
    }

    .form_header h2 {
        font-size: 1.5rem;
    }

    .form_header p {
        font-size: 0.85rem;
    }

    .contact_form {
        gap: 15px;
    }

    .input_group input,
    .input_group textarea {
        padding: 14px 16px;
        padding-left: 45px;
        font-size: 0.85rem;
        border-radius: 12px;
    }

    .input_group textarea {
        height: 80px;
    }

    .icon-svg {
        width: 18px;
        height: 18px;
        left: 15px;
    }

    .submit_btn {
        padding: 14px;
        font-size: 0.9rem;
        border-radius: 12px;
    }
}

@media (max-width: 480px) {
    .again_form {
        padding: 10px;
    }

    .main_box_form {
        border-radius: 20px;
    }

    .again_main_left {
        padding: 15px;
        padding-top: 10px;
    }

    .book_slider_title {
        font-size: 1.3rem;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .book_carousel {
        height: 280px;
    }

    .book_wrapper {
        width: 150px;
        height: 220px;
    }

    .book_wrapper.prev {
        transform: translateX(-70px) scale(0.65) rotateY(25deg);
    }

    .book_wrapper.next {
        transform: translateX(70px) scale(0.65) rotateY(-25deg);
    }

    .book_nav {
        margin-top: 15px;
        gap: 8px;
    }

    .book_dot {
        width: 7px;
        height: 7px;
    }

    .again_main_right {
        padding: 10px;
    }

    .inside_right_form {
        padding: 25px 20px;
        border-radius: 20px;
        min-height: 400px;
    }

    .form_header {
        margin-bottom: 20px;
    }

    .form_header h2 {
        font-size: 1.3rem;
    }

    .form_header p {
        font-size: 0.75rem;
    }

    .contact_form {
        gap: 12px;
    }

    .input_group input,
    .input_group textarea {
        padding: 12px 14px;
        padding-left: 40px;
        font-size: 0.8rem;
        border-radius: 10px;
    }

    .input_group textarea {
        height: 70px;
    }

    .icon-svg {
        width: 16px;
        height: 16px;
        left: 12px;
    }

    .submit_btn {
        padding: 12px;
        font-size: 0.85rem;
        border-radius: 10px;
    }

    .decor_circle.c1 {
        width: 100px;
        height: 100px;
        top: -30px;
        right: -30px;
    }

    .decor_circle.c2 {
        width: 60px;
        height: 60px;
        bottom: 20px;
        left: -20px;
    }
}


/* --------------------------------- Company LLC Name --------------------------------------  */
.comp_footer {
    width: 83%;
    height: 10px;
    background-color: transparent;
    border-top: 1px solid white;
    margin: 20px auto;
}

.comp_footer_contant {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    font-style: italic;
}

.comp_footer_para_heading {
    margin-top: 10px;
}

.comp_footer_pages {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

.comp_footer_pages>a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-style: normal;
}

/* --------------------------------- Terms & Condition--------------------------------------  */

.terms-hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #1a1a2e 100%);
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

.terms-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="%23E67E22" stroke-width="0.5" opacity="0.1"/></svg>') repeat;
    opacity: 0.3;
}

.terms-hero h1 {
    color: #ffffff;
    font-size: 90px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    font-family: 'Degular Demo', sans-serif;
    margin: 0;
    padding: 0 20px;
    word-wrap: break-word;
}

.terms-hero h1 span {
    color: #3CCAC3;
}

/* Content Section */
.terms-content {
    padding: 60px;
    font-family: 'Degular Demo', sans-serif;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

.terms-content p {
    font-size: 20px;
    color: #10133B;
    margin-bottom: 20px;
    text-align: justify;
    font-weight: 400;
    line-height: 1.7;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.terms-content h2 {
    font-size: 40px;
    font-weight: 800;
    color: #10133B;
    margin: 40px 0 20px;
    word-wrap: break-word;
    font-family: "Playfair Display", serif;
}

.terms-content h3 {
    font-size: 20px;
    font-weight: 500;
    color: #10133B;
    margin: 25px 0 15px;
}

.terms-content ul {
    margin: 15px 0 20px 20px;
    list-style: none;
    padding: 0;
}

.terms-content ul li {
    font-size: 18px;
    color: black;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    font-weight: 400;
    line-height: 1.7;
}

.terms-content ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #3CCAC3;
    font-size: 18px;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .terms-hero h1 {
        font-size: 60px;
    }

    .terms-content {
        padding: 50px 40px;
    }

    .terms-content h2 {
        font-size: 32px;
    }

    .terms-content p,
    .terms-content ul li {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .terms-hero {
        height: 35vh;
    }

    .terms-hero h1 {
        font-size: 42px;
    }

    .terms-content {
        padding: 40px 30px;
    }

    .terms-content h2 {
        font-size: 26px;
        margin: 30px 0 15px;
    }

    .terms-content h3 {
        font-size: 16px;
    }

    .terms-content p,
    .terms-content ul li {
        font-size: 15px;
        line-height: 1.6;
        color: #10133b;
    }

    #term_main_heading>h1 {
        font-size: 35px;
        font-weight: 700;
        color: white;
        letter-spacing: 2px;

    }
}

@media (max-width: 480px) {
    .terms-hero {
        height: 30vh;
    }

    .terms-hero h1 {
        font-size: 32px;
    }

    .terms-content {
        padding: 30px 20px;
    }

    .terms-content h2 {
        font-size: 7vw;
    }

    .terms-content h3 {
        font-size: 4.8vw;
        font-weight: 500;
    }

    .terms-content p,
    .terms-content ul li {
        font-size: 4.8vw;
        color: #10133b;
        text-align: left;
    }
}


/* --------------------------------- Privacy Policy --------------------------------------  */
.privacy-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

/* Hero Section */
.privacy-hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #1a1a2e 100%);
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    width: 100%;
}

.privacy-hero h1 {
    color: #ffffff;
    font-size: 90px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    font-family: 'Degular Demo', sans-serif;
    margin: 0;
    padding: 0 20px;
}

.privacy-hero h1 span {
    color: #3CCAC3;
}

/* Content Section */
.privacy-content {
    padding: 60px;
    font-family: 'Degular Demo', sans-serif;
    width: 100%;
    box-sizing: border-box;
}

.privacy-content p {
    font-size: 20px;
    color: #10133B;
    margin-bottom: 20px;
    text-align: justify;
    font-weight: 400;
    line-height: 1.7;
}

.privacy-content h2 {
    font-size: 40px;
    font-weight: 800;
    color: #10133B;
    margin-bottom: 10px;
    font-family: "Playfair Display", serif;
}

.privacy-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: #10133B;
    ;
    margin: 30px 0 15px;
}

.privacy-content ul {
    margin: 15px 0 20px 20px;
    list-style: none;
    padding: 0;
}

.privacy-content ul li {
    font-size: 18px;
    color: #10133B;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    font-weight: 400;
    line-height: 1.7;
}

.privacy-content ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #3CCAC3;
    font-size: 18px;
}

.privacy-content strong {
    color: #1a1a2e;
}

.privacy-content a {
    color: #3CCAC3;
    text-decoration: none;
}

.privacy-content a:hover {
    text-decoration: underline;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .privacy-hero h1 {
        font-size: 60px;
    }

    .privacy-content {
        padding: 50px 40px;
    }

    .privacy-content h2 {
        font-size: 32px;
    }

    .privacy-content h3 {
        font-size: 20px;
    }

    .privacy-content p,
    .privacy-content ul li {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .privacy-hero {
        height: 35vh;
    }

    .privacy-hero h1 {
        font-size: 42px;
    }

    .privacy-content {
        padding: 40px 30px;
    }

    .privacy-content h2 {
        font-size: 26px;
        margin: 30px 0 15px;
    }

    .privacy-content h3 {
        font-size: 18px;
    }

    .privacy-content p,
    .privacy-content ul li {
        font-size: 15px;
        line-height: 1.6;
    }
}

@media (max-width: 480px) {
    .privacy-hero {
        height: 30vh;
    }

    .privacy-hero h1 {
        font-size: 32px;
    }

    .privacy-content {
        padding: 20px 20px;
    }

    .privacy-content h2 {
        font-size: 7vw;
        color: #10133B;
    }

    .privacy-content h3 {
        font-size: 5.2vw;
        color: #10133b;

    }

    .privacy-content p,
    .privacy-content ul li {
        font-size: 4.8vw;
        color: #10133b;
        text-align: left;
    }
}

/* --------------------------------- Disclaimer --------------------------------------  */

/* Main Wrapper */
.disclaimer-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

/* Hero Section */
.disclaimer-hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #1a1a2e 100%);
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    width: 100%;
}

.disclaimer-hero h1 {
    color: #ffffff;
    font-size: 90px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    font-family: 'Degular Demo', sans-serif;
    margin: 0;
    padding: 0 20px;
}

.disclaimer-hero h1 span {
    color: #3CCAC3;
}

/* Content Section */
.disclaimer-content {
    padding: 60px;
    font-family: 'Degular Demo', sans-serif;
    width: 100%;
    box-sizing: border-box;
}

.disclaimer-content p {
    font-size: 20px;
    color: #10133B;
    margin-bottom: 20px;
    text-align: justify;
    font-weight: 400;
    line-height: 1.7;
}

.disclaimer-content h2 {
    font-size: 40px;
    font-weight: 800;
    color: #10133B;
    margin: 40px 0 20px;
    font-family: "Playfair Display", serif;
}

.disclaimer-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: #10133B;
    margin: 30px 0 15px;
}

.disclaimer-content ul {
    margin: 15px 0 20px 20px;
    list-style: none;
    padding: 0;
}

.disclaimer-content ul li {
    font-size: 18px;
    color: #10133B;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    font-weight: 400;
    line-height: 1.7;
}

.disclaimer-content ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #3CCAC3;
    font-size: 18px;
}

.disclaimer-content strong {
    color: #1a1a2e;
}

.disclaimer-content a {
    color: #3CCAC3;
    text-decoration: none;
}

.disclaimer-content a:hover {
    text-decoration: underline;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .disclaimer-hero h1 {
        font-size: 60px;
    }

    .disclaimer-content {
        padding: 50px 40px;
    }

    .disclaimer-content h2 {
        font-size: 32px;
    }

    .disclaimer-content h3 {
        font-size: 20px;
    }

    .disclaimer-content p,
    .disclaimer-content ul li {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .disclaimer-hero {
        height: 35vh;
    }

    .disclaimer-hero h1 {
        font-size: 42px;
    }

    .disclaimer-content {
        padding: 40px 30px;
    }

    .disclaimer-content h2 {
        font-size: 26px;
        margin: 30px 0 15px;
    }

    .disclaimer-content h3 {
        font-size: 18px;
    }

    .disclaimer-content p,
    .disclaimer-content ul li {
        font-size: 15px;
        line-height: 1.6;
    }

}

@media (max-width: 480px) {
    .disclaimer-hero {
        height: 30vh;
    }

    .disclaimer-hero h1 {
        font-size: 32px;
    }

    .disclaimer-content {
        padding: 30px 20px;
    }

    .disclaimer-content h2 {
        font-size: 7vw;
        color: #10133b;
    }

    .disclaimer-content h3 {
        font-size: 16px;
    }

    .disclaimer-content p,
    .disclaimer-content ul li {
        font-size: 4.8vw;
        color: #10133b;
        text-align: left;
    }

}

/* --------------------------------- Books Vantage Form --------------------------------------  */

.book_vantage_form {
    width: 100%;
    height: 78%;
    background-color: white;
    padding-top: 50px;
    padding-bottom: 60px;
}

.book_vantage_form_heading {
    width: 100%;
    /* border: 1px solid red; */

}

.book_vantage_form_heading>h2 {
    font-size: 40px;
    font-weight: 800;
    color: #10133B;
    text-align: center;
    font-family: "Playfair Display", serif;
}

.book_vantage_form_heading>h3 {
    font-size: 22px;
    font-weight: 400;
    color: #10133B;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.book_vantage_form_inputs {
    width: 100%;
    padding: 10px;
    /* border: 1px solid red; */

}

.book_vantage_form_inputs>form {
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-direction: column; */
    gap: 40px;
    padding: 20px 0 0 0;
}

.book_vantage_form_inputs>form>input {
    /* padding: 15px 30px; */
    width: 320px;
    height: 52px;
    border-radius: 4px;
    border: 2.5px solid #161842;
    text-indent: 15px;
}

.book_vantage_form_inputs>form>input::placeholder {
    color: #161842;
    font-weight: 500;
    font-size: 18px;
}

.book_vantage_form_btn {
    width: 100%;
    /* border: 2px solid red; */
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

.book_vantage_form_btn>button {
    padding: 6px 120px;
    font-size: 19px;
    font-weight: 500px;
    background-color: #10133b;
    color: white;
    border: none;
    border-radius: 30px;
    letter-spacing: 1px;

}

.something_box {
    width: 78%;
    height: 100px;
    margin: auto;
}

.something_box>input {
    width: 100%;
    height: 100px;
    border-radius: 4px;
    border: 2.5px solid #161842;
    text-indent: 15px;
    margin: 20px auto;
    /* background-color: transparent; */

}

.something_box>input::placeholder {
    color: #161842 !important;
    font-weight: 500;
    font-size: 18px;
    /* background-color: transparent; */
}

.book_vantage_form_content {
    width: 100%;
    /* border: 1px solid red; */
    display: flex;
    align-items: start;
    justify-content: center;
    padding: 50px 150px 0;
}

.book_vantage_form_content_heading {
    width: 33.5%;
    /* border: 1px solid green ; */
}

.book_vantage_form_content_heading>h2 {
    font-size: 38px;
    font-weight: 700;
    color: #10133b;
    margin-left: -5px;
}

.book_vantage_form_content_mail {
    width: 33.5%;
    /* border: 1px solid purple ; */
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.book_vantage_form_content_mail>h3 {
    font-size: 24px;
    font-weight: 700;
    margin-left: 3px;
    color: #10133b;
}

.book_vantage_form_content_mail>p {
    font-size: 18px;
    font-weight: 400;
    margin-left: 3px;
    color: #10133b;
}

.book_vantage_form_content_contact {

    width: 30%;
    /* border: 1px solid purple ; */
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.book_vantage_form_content_contact>h3 {
    font-size: 24px;
    font-weight: 700;
    margin-left: 10px;
    color: #10133b;
}

.book_vantage_form_content_contact>p {
    font-size: 18px;
    font-weight: 400;
    margin-left: 10px;
    color: #10133b;
}

#tarilor_box-content_mob {
    display: none;
}

@media (max-width: 768px) {
    .book_vantage_form {
        width: 100%;
        height: 100%;
    }

    .book_vantage_form_heading>h1 {
        font-size: 9vw;
        font-weight: 600;
        color: #10133B;
        text-align: center;
    }

    .book_vantage_form_inputs>form {
        flex-direction: column;
        gap: 20px;
    }

    /* ---------------------------------- sss -------------------------------------- */
    .book_vantage_form_content {
        flex-direction: column;
        padding: 30px 20px 0;
        align-items: center;
        text-align: center;
    }

    .book_vantage_form_content_heading {
        width: 100%;
        margin-bottom: 13px;
    }

    .book_vantage_form_content_heading>h2 {
        font-size: 26px;
        margin-left: 0;
        font-weight: 700;
    }

    .book_vantage_form_content_mail {
        width: 100%;
        margin-bottom: 3px;
    }

    .book_vantage_form_content_mail>h3 {
        font-size: 20px;
        margin-left: 0;
    }

    .book_vantage_form_content_mail>p {
        font-size: 17px;
        margin-left: 0;
    }

    .book_vantage_form_content_contact {
        width: 100%;
    }

    .book_vantage_form_content_contact>h3 {
        font-size: 20px;
        margin-left: 0;
    }

    .book_vantage_form_content_contact>p {
        font-size: 17px;
        margin-left: 0;
    }

    #trailor_main_main {
        height: 130vh;
    }

    #trailor_resp_main_img img {
        width: 250px;
        height: 180px;
    }

    .card_box_sec {
        flex-direction: column;
    }

    .card_box_sec_text>p {
        font-size: 4.5vw;
        padding: 0;
    }

    .book_trailer_card_sec {
        width: 100%;
        height: 202vh;
        background-color: #F3FAFB
    }

    .girl-heading h2 {
        font-size: 7vw;
        width: 95%;
    }

    .girl-heading h1 {
        font-size: 7vw;
    }

    #tarilor_box-content_des {
        display: none;
    }

    #tarilor_box-content_mob {
        display: block;
        color: white;
    }

    .what_box_btns_girls>#btn1 {
        background-color: #F3FAFB;
        color: #10133b;
        font-size: 12px;
        font-weight: 600;
        padding: 10px 14px;
        border: none;
        border-radius: 6px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

    }

    .what_box_btns_girls>#btn2 {
        background: transparent;
        color: #F3FAFB;
        font-size: 12px;
        font-weight: 600px;
        border: 2px solid #F3FAFB;
        padding: 8px 14px;
        border-radius: 6px;
        margin-left: 10px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }

    .girls-book {
        background: url(../images/girls-book.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 50px 0px;
    }

}

.writing_heading_h2 {
    font-size: 35px;
    font-weight: 600;
    color: #10133b;
}

.writing_cta_block {
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border: 2px solid white; */
}

.writing_h2_cta {
    font-size: 37px;
}

.writing_box_para {
    margin-top: -14px;
}

.writing_cta_para {
    font-size: 25px;

}

.writing_heading_diff {
    font-size: 40px;
    font-weight: 600;
}

/* .call_box_content>h2{
    font-size: 40px;
    font-weight: 600;
}
.writing_call_box_para{
    color: white;

} */

#about_second_white_bg {
    background-color: white;
}

.book_slider_heading {
    font-size: 25px;
    text-align: center;
    color: #10133b;
}

#tarilor_box-content_des {
    color: white;
    font-size: 25px;
}

.about_main_content {
    width: 100%;
    color: #10133B;
}

.about_box_content {
    width: 100%;
    /* border: 2px solid black; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}

.about_first_left_content {
    width: 50%;
    /* border: 1px solid green; */
    padding: 0 50px;
}

.about_first_left_content>h2 {
    font-size: 40px;
    font-weight: 800;
    font-family: "Playfair Display", serif;
}

.about_first_left_content>p {
    font-size: 20px;
    font-weight: 400;
}

.about_first_left_content>li {
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
    margin-left: 20px;
}

.about_first_right_content_img {
    width: 50%;
    /* border: 2px solid red; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_first_right_content_img>img {
    width: 480px;
}

#about_first_left_content_list {
    margin-top: 0px;
}

p {
    margin-bottom: 0;
}

.new_home_section {
    width: 100%;
    height: 85vh;
    background-color: white;
}

.shape_new_section {
    width: 70%;
    height: 80%;
    background-color: #10133B;
    /* border-top-right-radius: 50%;
    border-bottom-right-radius: 30%; */
    /* position: absolute; */
    display: flex;

}

.shape_circle {
    width: 70%;
    height: 100%;
    border-radius: 100%;
    background-color: #10133B;
    position: relative;
    left: 23.5%;
    z-index: 999 !important;
    /* border: 2px solid green; */
}

.shape_new_white {
    width: 100%;
    height: 90%;
    background-color: white;
    border-radius: 50%;
    position: relative;
    top: 25px;
    left: -28px;
    -webkit-box-shadow: 0px 0px 79px 52px rgba(87, 95, 128, 0.9);
    -moz-box-shadow: 0px 0px 79px 52px rgba(87, 95, 128, 0.9);
    box-shadow: -20px 10px 100px 20px rgba(87, 95, 128, 0.9);
}





.leading_new_sec {
    width: 100%;
    height: 100%;
    /* background-color: pink; */
    display: flex;
}

.leading_new_left {
    width: 50%;
    height: 100%;
    /* background-color: salmon; */
}

.leading_new_right {
    width: 50%;
    height: 100%;
    /* background-color: gray; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.leading_new_right_content {
    width: 95%;
    height: 95%;
    /* border: 1px solid red; */
    padding: 40px 20px;
}

.leading_new_right_content>h2 {
    font-size: 40px;
    font-weight: 800;
    color: #10133B;
    font-family: "Playfair Display", serif;
    line-height: 45px;
}

.leading_new_right_content>p {
    font-size: 20px;
    font-weight: 400;
    color: #10133B;
    margin-top: 30px;
}

.leading_new_list>li {
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    margin-left: 20px;
    margin-top: 10px;
    color: #10133B;
}

.leading_new_left_img {
    width: 500px;
    height: 350px;
    background-color: pink;
    margin: 120px auto;
    border-radius: 20px;
}

.leading_new_left_img {
    background-image: url('/images/leading_right_img.webp');
    background-size: cover;
}

.hero_right_top {
    width: 100%;
    height: 50%;
    background-color: aqua;
    display: flex;
}

.hero_right_bottom {
    width: 100%;
    height: 50%;
    background-color: green;
    display: flex;
}

.hero_right_top_left {
    width: 50%;
    height: 100%;
    background-image: url('/images/home_hero_4.png');
    background-size: cover;
    background-position: center;
}

.hero_right_top_right {
    width: 50%;
    height: 100%;
    background-image: url('/images/home_hero_3.png');
    background-size: cover;
    background-position: center;
}

.hero_right_bottom_left {
    width: 50%;
    height: 100%;
    background-image: url('/images/home_hero_2.png');
    background-size: cover;
    background-position: center;
}

.hero_right_bottom_right {
    width: 50%;
    height: 100%;
    background-image: url('/images/home_hero_1.png');
    background-size: cover;
    background-position: center;
}

.right_hero_content {
    width: 100%;
    height: 100%;
    /* border: 2px solid green; */
    display: flex;
}

.one_col_hero {
    width: 33%;
    height: 100%;
    /* background-color: salmon; */
    display: flex;
    align-items: center;
    justify-content: right;
}

.two_col_hero {
    width: 33%;
    height: 100%;
    /* background-color: green; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}

.three_col_hero {
    width: 33%;
    height: 100%;
    /* background-color: yellow; */
    display: flex;
    align-items: center;
    justify-content: left;
}

.one_book {
    width: 250px;
    height: 250px;
    background-image: url('/images/home_hero_4.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: -70px;
}

.two_book {
    width: 250px;
    height: 250px;
    background-image: url('/images/home_hero_2.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.three_book {
    width: 250px;
    height: 250px;
    background-image: url('/images/home_hero_3.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.four_book {
    width: 250px;
    height: 250px;
    background-image: url('/images/home_hero_1.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: 70px;
}

#right_hero_image_sec {
    width: 90%;
    position: absolute;
    z-index: 9;
}

#right_hero_image_sec img {
    /* position: absolute; */
}

.back_box_writing {
    width: 75%;
    height: 380px;
    background-color: #10133b;
    position: relative;
    top: 77px;
    left: 17px;

}

.back_box_writing_mobile {
    display: none;
}

#pulishing_font_change {
    font-family: "Playfair Display", serif;
}

#pulishing_font_change_mob {
    font-family: "Playfair Display", serif;
    display: none;
}

#nav_phone_button {
    padding: 0px 0px;
    border-radius: 30px;
    border: none;
    background-color: #FF1654;
    color: white;
}

/* ---------------------------------------- Our Portfolio ------------------------------------------------- */
#ourportfolio_hero {
    width: 100%;
    height: 110vh;
}

.main_ourportfolio_hero {
    width: 100%;
    height: 100vh
}

.main_ourportfolio_hero>img {
    width: 100%;
    height: 100%;
}

.main_ourportfolio_hero_heading {
    position: relative;
    top: -450px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.main_ourportfolio_hero_heading>h1 {
    font-size: 40px;
    font-family: "Playfair Display", serif;
    color: #10133B;
    font-weight: 800;
    line-height: 45px;
}

.our_portfolio_second {
    width: 100%;
    height: 90vh;
    /* background-color: pink; */
}

.our_portfolio_second_inside {
    width: 80%;
    height: 87%;
    /* border: 2px solid black; */
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.our_portfolio_second_inside_top {
    width: 100%;
    height: 150px;
    /* border: 1px solid green; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.our_portfolio_second_inside_top_left>h2 {
    color: #0f133b;
    font-family: "Playfair Display", serif;
    font-size: 35px;
    font-weight: 700;
}

.our_portfolio_second_inside_top_left>span {
    color: #0f133b;
    font-family: "Playfair Display", serif;
    font-size: 35px;
    font-weight: 700;
}

.our_portfolio_second_inside_top_right>a>button {
    padding: 8px 20px;
    border: none;
    border-radius: 22px;
    font-size: 18px;
    background-color: #10133B;
    color: white;
}

.our_portfolio_second_inside_bottom {
    width: 100%;
    height: 400px;
    /* border: 1px solid red; */
    border-bottom: 2px solid #707070;

}

.our_portfoilo_pack {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 110px;
    padding-top: 10px;
}

.our_portfolio_box1 {
    width: 280px;
    height: 280px;
    /* border: 1px solid red; */
    border-radius: 7px;
}

.our_portfolio_box1>img {
    width: 100%;
    height: 100%;
    border-radius: 7px;
}

.book_slider_heading>p {
    font-size: 22px;
    margin: 10px auto;
    width: 85%;
    text-align: center;
}

#home_hero_mobile_heading {
    display: none;
}

@media (max-width: 768px) {
    .left_hero_content .hero_text h1 {
        /* font-size: 25px; */
        font-size: 7.2vw;
        line-height: 32px;
        font-weight: 900;
    }

    #home_hero_desk_heading {
        display: none;
    }

    #home_hero_mobile_heading {
        display: block;
    }

    .right_hero_content {
        width: 100%;
        height: 100%;
        /* border: 2px solid green; */
        display: flex;
    }

    .one_col_hero {
        width: 33%;
        /* height: 100%; */
        /* background-color: salmon; */
        display: flex;
        align-items: center;
        justify-content: right;
    }

    .two_col_hero {
        width: 33%;
        /* height: 100%; */
        /* background-color: green; */
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 8px;
    }

    .three_col_hero {
        width: 33%;
        /* height: 100%; */
        /* background-color: yellow; */
        display: flex;
        align-items: center;
        justify-content: left;
    }

    .one_book {
        width: 120px;
        height: 170px;
        background-image: url('/images/home_hero_4.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        top: -50px;
        left: -10px;
    }

    .two_book {
        width: 120px;
        height: 170px;

    }

    .three_book {
        width: 120px;
        height: 170px;

    }

    .four_book {
        width: 120px;
        height: 170px;
        top: 50px;
        left: 10px;
    }

    #right_hero_image_sec {
        width: 90%;
        position: absolute;
        z-index: 9;
    }

    .leading_new_sec {
        width: 100%;
        height: 170vh;
        display: flex;
        flex-direction: column;
    }

    .leading_new_left {
        width: 100%;
        height: 30%;
        /* background-color: salmon; */
    }

    .leading_new_right {
        width: 100%;
        height: 20%;
        /* background-color: gray; */
        display: flex;
        align-items: center;
        justify-content: center;
        /* margin-top: 220px; */
        padding-bottom: 0px;
    }

    .leading_new_right_content {
        width: 95%;
        height: 10%;
        /* border: 1px solid red; */
        padding: 40px 20px;
    }

    .leading_new_right_content>h2 {
        font-size: 8.2vw;
        font-weight: 800;
        color: #10133B;
        font-family: "Playfair Display", serif;
        line-height: 45px;
    }

    .leading_new_right_content>p {
        font-size: 5.2vw;
        font-weight: 400;
        color: #10133B;
        margin-top: 15px;
    }

    .leading_new_list>li {
        font-size: 20px;
        font-weight: 400;
        line-height: 40px;
        margin-left: 20px;
        margin-top: 10px;
        color: #10133B;
    }

    .leading_new_left_img {
        width: 300px;
        height: 350px;
        background-color: pink;
        margin: 120px auto;
        border-radius: 20px;
    }

    .leading_new_left_img {
        background-image: url('/images/leading_right_img.webp');
        background-size: cover;
    }

    .master h2 {
        font-size: 6.5vw;
        line-height: 30px;
    }
}

.bring_your_book_desktop {
    display: none;
}

.bring_your_book {
    width: 100%;
    height: 100vh;
    /* background-image: url('/images/scs\ \(1\).png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
    display: flex;
    align-items: center;

}

.shapus {
    width: 100%;
    height: 83%;
    background-image: url('/images/scs\ \(1\).png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    /* border: 2px solid red; */
}

.shape_left_content {
    width: 50%;
    height: 100%;
    /* border: 1px solid red; */
    display: flex;
    align-items: left;
    justify-content: center;
    flex-direction: column;
    padding-left: 80px;
}

.shape_left_content>h2 {
    font-size: 40px;
    font-weight: 600;
    color: white;
    font-family: "Playfair Display", serif;
}

.shape_left_content>p {
    font-size: 20px;
    font-weight: 400;
    color: white;
    margin-top: 15px;
    margin-bottom: 25px;
    width: 88%;

}

.shape_new_image {
    width: 361px;
    height: 443px;
    /* border: 1px solid red; */
    /* background-image: url('/images/shape_new_image.png');
    background-size: contain; */
    /* margin-left: 70px; */
    position: relative;
    top: 35px;
    left: 35px;

}

.shape_new_image>img {
    width: 85%;
    /* height: 100%; */
}

#contactus_form_mob {
    display: block
}

#publishing_professionl_sec {
    font-family: "Playfair Display", serif;
    font-size: 40px;
    font-weight: 800;
    color: #10133b;
}

@media(max-width: 768px) {
    .bring_your_book {
        display: none;
    }

    .bring_your_book_desktop {
        display: block;
    }

    .bring_your_book_desktop {
        width: 100%;
        /* height: 78vh; */
        background-color: #0f133b;
        padding-top: 50px;
        padding-bottom: 10px;
    }

    .shapus_mobile {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* border: 2px solid red; */
        text-align: center;
    }

    .shape_left_content_mobile {
        width: 100%;
        height: 100%;
        /* border: 1px solid red; */
        display: flex;
        align-items: left;
        justify-content: center;
        flex-direction: column;
        /* padding-left: 30px; */
        padding: 0 20px;
    }

    .shape_left_content_mobile>h2 {
        font-size: 9.2vw;
        font-weight: 600;
        color: white;
        font-family: "Playfair Display", serif;
    }

    .shape_left_content_mobile>p {
        font-size: 5.2;
        font-weight: 400;
        color: white;
        margin-top: 15px;
        margin-bottom: 25px;


    }

    .shape_new_image {
        width: 250px;
        height: 350px;
        /* border: 1px solid red; */
        /* background-image: url('/images/shape_new_image.png');
    background-size: contain; */
        /* margin-left: 70px; */
        position: relative;
        top: 45px;
        left: -5px;
    }

    .back_box_writing {
        display: none;
    }

    .back_box_writing_mobile {
        display: block;
        width: 100%;
        height: 300px;
        /* background-color: #10133b; */
        background-image: url('/images/fether_writing_hero.webp');
        background-size: cover;
        position: relative;
        top: 0px;
        left: 0px;
        margin-bottom: 50px;
        border-radius: 2px;
        /* box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px; */
        box-shadow: 10px 10px 1px #10133B;
    }

    .back_box_writing_mobile_pub {
        display: block;
        width: 95%;
        height: 300px;
        /* background-color: #10133b; */
        background-image: url('/images/publishg_hero_tab.webp');
        background-size: cover;
        position: relative;
        top: 50px;
        left: 0px;
        margin-bottom: 50px;
        border-radius: 2px;
        /* box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px; */
        box-shadow: 10px 10px 1px #10133B;
    }

    .back_box_writing_mobile_editing {
        display: block;
        width: 95%;
        height: 300px;
        /* background-color: #10133b; */
        background-image: url('/images/edit_hero_book.webp');
        background-size: cover;
        position: relative;
        top: 50px;
        left: 0px;
        margin-bottom: 50px;
        border-radius: 2px;
        /* box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px; */
        box-shadow: 10px 10px 1px #10133B;
    }

    .back_box_writing_mobile_marketing {
        display: block;
        width: 95%;
        height: 300px;
        /* background-color: #10133b; */
        background-image: url('/images/marketing-book-hero.webp');
        background-size: cover;
        position: relative;
        top: 50px;
        left: 0px;
        margin-bottom: 50px;
        border-radius: 2px;
        /* box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px; */
        box-shadow: 10px 10px 1px #10133B;
    }
    
    #right_hero_image_sec_mobile {
        width: 90%;
        position: absolute;
        z-index: 9;
    }

    .writing_cta_block {
        flex-direction: column;
    }

    .first-step h2 {
        color: #fff;
        font-weight: 800;
        font-size: 7.2vw;
        line-height: 36px;
        text-align: center;
    }

    .book_vantage_form_heading>h2 {
        font-size: 7.5vw;
        font-weight: 800;
        color: #10133B;
        text-align: center;
        font-family: "Playfair Display", serif;
    }

    .book_vantage_form_heading>h3 {
        font-size: 5.2vw;
        font-weight: 400;
        color: #10133B;
        text-align: center;
        width: 80%;
        margin: 0 auto;
        text-align: center;
        line-height: 30px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .something_box {
        width: 93%;
        height: 100px;
        /* margin: auto; */
    }

    .book_vantage_form {
        padding-bottom: 50px !important;
    }

    #contactus_form {
        /* display: none; */
        padding: 20px 0;
    }

    #contactus_form_mob {
        display: block;
        /* padding: 50px 0 !important; */
    }

    .faq {
        padding: 0;
    }

    #pulishing_font_change {
        /* display: none; */
    }

    #pulishing_font_change_mob {
        display: block;
        width: 100%;
    }

    #publishing_professionl_sec {
        font-size: 7.2vw;
    }

    .publishing-section p {
        font-size: 5.2vw;
    }

    .writing_master_desktop {
        display: none;
    }

    .hero_section_pub {
        height: 180vh;
    }

    .hero_section_editing {
        height: 155vh;
    }

    .hero_section_market {
        height: 168vh;
    }

    .look-book h2 {
        font-size: 7.2vw;
        width: 90%;
        margin: auto;
    }

    .children-section {
        display: none;
    }

    .children-section_mobile {
        display: block;
        font-size: 5.2vw;
        color: #10133b;
        margin-top: 0px;
        width: 95%;
        margin: auto;
    }

    #children_section_btns_desktop {
        display: none;
    }

    .hero_text_heading_trailor>h4 {
        padding-top: 50px;
        font-family: 800;
        font-size: 6.8vw;
        font-family: "Playfair Display", serif;
    }

    .hero_text_heading_trailor>h2 {
        padding-top: 0px;
        font-weight: 800;
        font-size: 7.2vw;
        color: #10133b;
        font-family: "Playfair Display", serif;
        width: 90%;
        margin: auto;
    }
}

/* 2D & 3D SLider */
.img-hover {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.img-hover:hover {
    transform: translateY(-5px);
}

.img-hover img {
    pointer-events: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.img-hover::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.3em;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.img-hover:hover::after {
    opacity: 0;
}

/* Prevent selection */
.protected-gallery {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hero_section_author {
    height: 100vh;
}

/* Add these new styles to your existing CSS file */

/* Error messages */
.error-text {
    color: #dc3545;
    font-size: 14px;
    margin-top: 5px;
    display: block;
    text-align: center;
}

/* Email suggestion */
.email-suggestion {
    background: #e3f2fd;
    color: #0066cc;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    margin: 10px auto;
    width: 78%;
    cursor: pointer;
    display: none;
}

.email-suggestion:hover {
    background: #bbdefb;
}

/* Input validation states */
input.invalid {
    border-color: #dc3545 !important;
}

input.valid {
    border-color: #28a745 !important;
}

/* Form status messages */
#formStatus.success {
    background-color: #d4edda;
    color: green;
    border: 1px solid #c3e6cb;
}

#formStatus.error {
    background-color: #f8d7da;
    color: red;
    border: 1px solid #f5c6cb;
}

/* Button disabled state */
.book_vantage_form_btn>button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.mobile_book_paragraph {
    margin: auto;
    font-size: 5.2vw;
    width: 95%;
    text-align: center;
}

@media(max-width: 768px) {
    .hero_section_author {
        height: 160vh;
    }
    .back_box_writing_mobile_author {
        display: block;
        width: 95%;
        height: 300px;
        /* background-color: #10133b; */
        background-image: url('/images/author-image-girl.webp');
        background-size: cover;
        position: relative;
        top: 50px;
        left: 0px;
        margin-bottom: 50px;
        border-radius: 2px;
        /* box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px; */
        box-shadow: 10px 10px 1px #10133B;
    }

}


/* ----- about responsive ----- */
/* ---------- Mobile Responsive (768px se kam) ---------- */
@media screen and (max-width: 768px) {
    .about_hero {
        min-height: 250px;
    }

    .about_hero_content h1 {
        font-size: 7.2vw;
        padding: 0;
    }

    .about_main_content {
        padding: 20px 0;
    }

    .about_box_content {
        flex-direction: column;
        gap: 20px;
        padding: 20px 10px;
    }

    #about_second_white_bg {
        flex-direction: column;
    }

    .about_first_left_content {
        width: 100%;
        padding: 0 10px;
    }

    .about_first_left_content h2 {
        font-size: 7.2vw;
        margin-bottom: 15px;
    }

    .about_first_left_content p,
    .about_first_left_content li {
        font-size: 5.2vw;
        line-height: 1.5;
    }

    .about_first_left_content p[style*="font-size: 25px"] {
        font-size: 5.5vw !important;
    }

    #about_first_left_content_list li {
        font-size: 5.2vw;
        margin-left: 10px;
    }

    .about_first_right_content_img {
        width: 100%;
    }

    .about_first_right_content_img img {
        max-width: 100%;
        padding: 0;
    }
}
.portfolio_desktop {
    display: block;
}

.portfolio_mobile {
    display: none;
}


/* ----------------- Our Portfolio ---------------------- */
/* ---------- Portfolio Page Mobile Responsive (768px se kam) ---------- */
@media screen and (max-width: 768px) {
    
/* Desktop show, Mobile hide */


/* ---------- Mobile Responsive (768px se kam) ---------- */
    
    /* Desktop hide, Mobile show */
    .portfolio_desktop {
        display: none;
    }
    #ourportfolio_hero{
        height: 60vh;
    }

    .portfolio_mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50vh;
        padding: 0 10px;
        
    }

    .main_ourportfolio_hero_heading_mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .main_ourportfolio_hero_heading_mobile h1 {
        font-size: 9vw;
        color: #10133b;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .what_box_btns_mobile {
        display: flex;
        justify-content: center;
    }

    #btn1_mobile {
        font-size: 5.2vw;
        padding: 10px 20px;
        background-color: #10133b;
        color: #fff;
        border: none;
        border-radius: 30px;
        cursor: pointer;
    }

    /* Portfolio Sections */
    .our_portfolio_second {
        padding: 20px 0;
    }

    .our_portfolio_second_inside {
        padding: 0 10px;
    }

    .our_portfolio_second_inside_top {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
        margin-top: 0px;
    }

    .our_portfolio_second_inside_top_left {
        text-align: center;
    }

    .our_portfolio_second_inside_top_left h2 {
        font-size: 7.2vw;
    }

    .our_portfolio_second_inside_top_right button {
        font-size: 5.2vw;
        padding: 10px 20px;
    }

    /* Portfolio Grid - 2 columns */
    .our_portfoilo_pack {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .our_portfolio_box1 {
        width: 100%;
        height: 210px;
    }

    .our_portfolio_box1 img {
        width: 100%;
        height: auto;
    }

    /* Contact Form */
    .book_vantage_form {
        padding: 30px 10px;
    }

    .book_vantage_form_heading {
        text-align: center;
    }

    .book_vantage_form_heading h2 {
        font-size: 7.2vw;
        margin-bottom: 10px;
    }

    .book_vantage_form_heading h3 {
        font-size: 5.2vw;
        line-height: 1.5;
    }

    .book_vantage_form_inputs {
        padding: 0;
    }

    .book_vantage_form_inputs input,
    .something_box input {
        width: 100%;
        font-size: 5.2vw;
        padding: 12px 15px;
        margin-bottom: 10px;
    }

    .book_vantage_form_btn {
        text-align: center;
    }

    .book_vantage_form_btn button {
        font-size: 5.2vw;
        padding: 12px 30px;
        width: 95%;
    }

    /* Desktop Footer Hide, Mobile Footer Show */
    .site-footer {
        display: none;
    }

    .site-footer-mob {
        display: block;
        padding: 30px 10px;
    }

    .footer-logo-mob img {
        max-width: 150px;
    }

    .footer-text-mob {
        font-size: 5.2vw;
        line-height: 1.5;
    }

    .footer-title-mob {
        font-size: 6vw;
        margin: 20px 0 10px;
    }

    .footer-contact-item-mob {
        font-size: 5.2vw;
        margin-bottom: 10px;
    }

    .footer-social-mob {
        margin-top: 15px;
    }

    .footer-social-mob a {
        font-size: 6vw;
        margin-right: 15px;
    }
   .book_vantage_form {
    width: 100%;
    height: 100vh;
    background-color: white;
    padding-top: 40px !important;
    padding-bottom: 60px !important;
}
}

/*----- thankyou -----*/
.thankyou_hero{
    width: 100%;
    height: 90vh;
    
}
.thankyou_overlay{
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .5;
    /* display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; */
    /* position: absolute; */
}
.thankyou_content_all{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-40%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.thankyou_hero_content>h1{
    font-size: 55px;
}
.thankyou_hero_content_para>p{
    font-size: 23px;
     color: white;
     margin-top: 10px;
     width: 1000px;
     text-align: center;
     /* border: 1px solid black; */
}