* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --white-color: #fff;
    --primary-color: #C7371C;
    --black-color: #2C2C2C;
    --para-color: #7E7E7E;
    --secondary-color: #0951A3;
}

body {
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Libre Baskerville", serif;
}

.same-heading {
    font-size: 60px;
    font-weight: 400;
    color: var(--black-color);
}

.para {
    font-size: 16px;
    font-weight: 400;
    color: var(--para-color);
}

.same-btn {
    text-decoration: none;
    color: var(--white-color);
    background-color: var(--primary-color);
    padding: 14px 25px;
    text-transform: uppercase;
}

/* header start */
.header {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
}

.header .nav-item .nav-link {
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--white-color);
    text-transform: uppercase;
}

.header .navbar-nav {
    gap: 30px;
}

.header .header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header .header-right a {
    text-decoration: none;
    color: var(--white-color);
    background-color: var(--primary-color);
    padding: 14px 25px;
}

/* header end */

/* home banner start */
.home-banner {
    background-image: linear-gradient(to right, #CA361A, #0951A3);
    height: 575px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
}

.home-banner-grid {
    background-color: #F9F9F9;
    padding: 60px 60px;
    margin-top: 320px;
}

.home-banner-content h3 {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px;
}

.home-banner-content h1 {
    margin-bottom: 10px;
}

.home-banner-content p {
    margin-bottom: 10px;
}

.home-banner-form {
    border: 2px solid #000000;
    padding: 60px 40px;
    width: 500px;
    margin: auto 0 auto auto;
}

.home-banner-form form input {
    width: 100%;
    height: 50px;
    margin-bottom: 14px;
    padding: 15px;
    outline: none;
    border: 1px solid #000000;
    color: #000;
}

.home-banner-form form select {
    width: 100%;
    height: 50px;
    margin-bottom: 14px;
    padding: 12px 0;
    outline: none;
}

.home-banner-form form input::placeholder {
    color: #000000;
}

.home-banner-form form button {
    width: 100%;
    height: 50px;
    background-color: var(--secondary-color);
    border: none;
    outline: none;
    color: var(--white-color);
}

.home-banner-form h4 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 30px;
}

.home-banner-form-input {
    position: relative;
}

.home-banner-form-input i {
    position: absolute;
    right: 15px;
    top: 18px;
    color: var(--primary-color);
}

/* home banner end */

/* bring your story start */
.bring-your-story {
    padding: 250px 0px 100px;
}

.bring-your-story-content p {
    margin: 20px 0px 40px;
}

.bring-your-story-content h2 {
    font-size: 55px;
}

/* bring your story end */

/* our services start */
.our-services {
    background-color: #0951A3;
    padding: 100px 0px;
}

.our-services-content {
    text-align: center;
    margin-bottom: 60px;
}

.our-services-content h4 {
    color: var(--white-color);
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.our-services-content h2 {
    color: #D54E4E;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.our-services-content p {
    color: var(--white-color);
}

.our-service-box-image {
    background-color: var(--white-color);
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 30px;
    text-align: center;
}

.our-service-box-image img {
    width: 100%;
}

.our-service-box-content h3 {
    color: #D54E4E;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

.our-service-box-content p {
    color: var(--white-color);
}

.our-service-box-content a {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* our services end */

/*about sec start*/
.about-sec {
    padding: 161px 0px 100px;
}

.about-picture-box {
    background-color: #D54E4E;
    text-align: center;
    border-radius: 0px 250px 0px 0px;
    height: 510px;
    position: relative;
    z-index: -1;
}

.about-picture-box img {
    position: absolute;
    left: 60px;
    top: -121px;
}

.about-content-branding {
    display: flex;
    align-items: center;
    gap: 15px;
}

.about-content-branding-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.about-content-branding-content h4 {
    color: #0951A3;
    font-size: 16px;
    font-weight: 500;
}

.about-sec-content h3 {
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-sec-content h2 {
    font-size: 55px;
    margin-bottom: 20px;
}

.about-sec2 .about-picture-box {
    background-color: var(--secondary-color);
}

.about-sec2 .about-picture-box img {
    position: absolute;
    left: -83px;
    top: -161px;
}

/*about sec end*/

/* how to find start */
.how-to-find {
    background-color: #c7371c21;
    padding: 100px 0px;
}

.how-to-find-content p {
    margin-top: 20px;
    margin-bottom: 0;
}

.how-to-find-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background-color: var(--white-color);
    padding: 20px;
    margin-bottom: 10px;
    border-top: 5px solid var(--white-color);
    transition: all ease 0.4s;
}

.how-to-find-box:hover {
    border-top: 5px solid var(--primary-color);
}

.how-to-find-box-content h4 {
    font-family: 'Poppins';
    color: var(--black-colr);
    font-size: 18px;
    font-weight: 500;
}

.how-to-find-box span {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #D54E4E;
    text-align: center;
    border-radius: 10px;
    padding: 4px 11px;
}

/* how to find end */

/* pricing sec start */
.pricing-sec {
    padding: 0px 0px 50px;
}

.pricing-sec-content h3 {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: "Poppins";
    text-align: center;
}

.pricing-sec-content h2 {
    color: var(--black-color);
    text-align: center;
    font-size: 36px;
    font-weight: 600;
}

.pricing-box .pricing-body {
    border: 1px solid #EDEDED;
}

.pricing-sec-content {
    margin-bottom: 50px;
}

.pricing-head {
    background: #000;
    padding: 42px 0px 60px;
    text-align: center;
    position: relative;
    border-top: 3px solid #000;
    transition: all ease 0.4s;
}

.pricing-box:hover .pricing-head {
    background: linear-gradient(to right, #D54E4E, #0951A3);
    border-top: 3px solid #C7371C;
}

.pricing-head h4 {
    margin-bottom: 24px;
    color: var(--white-color);
    font-size: 24px;
    font-weight: 700;
}

.pricing-head h3 {
    background-color: #F6F6F6;
    border-radius: 100px;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -70px;
    left: 150px;
    font-size: 34px;
    font-family: "Poppins";
    font-weight: 700;
    color: var(--black-color);
}

.pricing-box {
    position: relative;
    z-index: 111;
    transition: all ease 0.4s;
}

.pricing-body {
    padding: 100px 0px 20px;
    background-color: var(--white-color);
}

.pricing-body ul {
    list-style-type: none;
    padding: 10px;
    margin: 0;
}

.pricing-body ul li {
    text-align: start;
    color: var(--black-color);
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0px;
}

.pricing-body ul li.pricing-body-li {
    background-color: #F7F7F5;
}

.pricing-box-btn {
    margin: 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pricing-box-btn a {
    background-color: #000;
    color: var(--white-color);
    text-decoration: none;
    padding: 12px 30px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-size: 14px;
    font-weight: 500;
}

.pricing-sec .col-lg-3 {
    padding: 0px;
}

/* pricing sec end */

/* why sec start */
.why-sec-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.why-sec-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.why-sec {
    padding: 50px 0px;
    border-top: 1px solid #000;
}

.why-sec-box {
    padding: 30px;
    border: 4px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to bottom right, #D44E4E, #0A51A2);
    background: #fff;
    transition: all ease 0.4s;
    height: 260px;
}

.why-sec-box:hover {
    background: linear-gradient(to right, #D54E4E, #0951A3);
    border: 4px solid #0A51A2;
}

.why-sec-box:hover h4 {
    color: var(--white-color);
}

.why-sec-box:hover p {
    color: var(--white-color);
}

.why-sec-content h2 {
    margin: 0;
}

.why-sec-box h4 {
    color: var(--black-color);
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.why-sec-box p {
    margin: 0;
    color: #000;
}

.our-features {
    border-top: 1px solid #000;
}

/* why sec end */

/* contact sec start */
.contact-sec {
    padding: 50px 0px;
}

.contact-sec-image {
    text-align: center;
}

.contact-sec-image img {
    width: 100%;
}

.contact-sec-form form input {
    width: 100%;
    height: 50px;
    border: 1px solid #000;
    outline: none;
    margin-bottom: 15px;
    padding: 15px;
}

.contact-sec-form form textarea {
    width: 100%;
    height: 160px;
    padding: 15px;
    outline: none;
    resize: none;
    margin-bottom: 15px;
}

.contact-sec-form h3 {
    font-size: 36px;
    margin-bottom: 20px;
}

.contact-sec-form form button {
    background-color: var(--primary-color);
    color: var(--white-color);
    border: none;
    outline: none;
    padding: 12px 50px;
}

/* contact sec end */

/* newsletter sec end */
.newsletter-sec {
    background-image: url("../images/newsletter-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px;
}

.newsletter-content h2 {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 50px;
    color: var(--black-color);
    position: relative;
    z-index: 1;
}

.newsletter-content h2::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-image: url("../images/newsletter-leaf.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 64px;
    height: 170px;
    top: -30px;
    left: 612px;
}

.newsletter-content form input {
    width: 570px;
    height: 60px;
    outline: none;
    padding: 15px;
    border: none;
}

.newsletter-content form {
    text-align: center;
    position: relative;
}

.newsletter-content form button {
    position: absolute;
    right: 370px;
    top: 6px;
    padding: 12px 30px;
    background-color: var(--primary-color);
    color: var(--white-color);
    border: none;
    outline: none;
}

/* newsletter sec end */

/* footer sec start */
.footer {
    background-color: #000;
}

.footer-logo {
    padding: 30px 0px;
    text-align: center;
}

.footer-logo h4 {
    margin-top: 14px;
    color: var(--white-color);
}

.footer-links ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    padding: 0;
    margin: 0;
}

.footer-links ul li a {
    color: var(--white-color);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.footer-copyright p {
    margin-bottom: 0;
    font-size: 14px;
    color: var(--white-color);
}

.footer-social-links ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-social-links ul li a {
    text-decoration: none;
}

.footer-social-links ul li a i {
    color: var(--white-color);
    font-size: 18px;
}

.footer-border {
    border-top: 1px solid var(--white-color);
}

/* footer sec end */

.about-page {
    padding: 360px 0px 100px;
}

.our-services-page {
    margin-top: 250px;
}

.bring-your-story-services-page {
    padding-top: 100px;
}

.pricing-page {
    margin-top: 280px;
}

.contact-page {
    margin-top: 280px;
}

.our-service-box {
    border: 1px solid var(--white-color);
}

.our-service-box-content {
    padding: 0px 40px 40px;
    height: 380px;
}

.about-sec-image img {
    width: 100%;
}

.about-sec-content h2 {
    font-weight: 600;
    font-size: 42px;
}

.about-service-sec {
    padding: 50px 0px;
    border-top: 1px solid var(--black-color);
    border-bottom: 1px solid var(--black-color);
    margin: 50px 0px;
}

.about-sec-btn {
    display: flex;
    align-items: center;
    margin-top: 30px;
}


/**/

/* .stacked-slider {
    max-width: 1000px;
    margin: 50px auto;
    perspective: 1000px; 
}
 
.item {
    transition: all 0.4s ease-in-out;
    opacity: 0.3; 
    transform: scale(0.8) translateX(50px);
}
 
.owl-item.active.center .item {
    opacity: 1;
    transform: scale(1) translateX(0);
    z-index: 10;
}
 
.owl-item.active+.owl-item .item {
    opacity: 0.6;
    transform: scale(0.9) translateX(-40px); 
    z-index: 5;
}
 
.card-content {
    display: flex;
    background: #000;
    color: #fff;
    height: 400px;
    overflow: hidden;
}

.pattern-side {
    flex: 1;
    background-image: url('../images/pattern-image.png');
    background-size: cover;
}

.text-side {
    flex: 2;
    padding: 40px;
    position: relative;
    background: linear-gradient(to right, #FFFFFF 0%, #000000 100%);
}

.owl-item.cloned.active .text-side {
    z-index: 111;
} */

/* .our-publishing-process {
    padding: 0px 0px 100px;
}

.our-publishing-process-content {
    text-align: center;
}

.process-slider-box {
    display: flex;
    height: 350px;
}

.process-slider-box-pattern {
    background-image: url("../images/pattern-image.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
    width: 300px;
}

.process-slider-box-content {
    background-image: linear-gradient(to right, #fff, #000);
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: self-start;
}

.process-slider-box-content h2 {
    color: var(--white-color);
    margin-bottom: 30px;
}

.process-slider-box-content p {
    color: var(--white-color);
    margin-bottom: 0;
    width: 550px;
}

.owl-item.active.center .item {
    opacity: 1;
    transform: scale(1) translateX(0);
    z-index: 10;
}
 
.owl-item.active+.owl-item .item {
    opacity: 0.6;
    transform: scale(0.9) translateX(-40px); 
    z-index: 5;
} */

/* Container padding */
.our-publishing-process {
    padding: 60px 0 100px;
    background-color: #fff;
    /* Ensure a clean background */
    overflow: hidden;
    /* Prevents horizontal scroll from the stacking effect */
}

.process-slider-box {
    display: flex;
    height: 350px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    /* Subtle depth */
}

.process-slider-box-pattern {
    background-image: url("../images/pattern-image.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    flex: 0 0 300px;
    /* Fixed width for the pattern side */
}

.process-slider-box-content {
    /* Gradient from light grey to dark/black as seen in design */
    background: linear-gradient(90deg, #e0e0e0 0%, #1a1a1a 100%);
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    position: relative;
    /* Essential for absolute positioning of the span */
}

/* The Number (01, 02, etc) */
.process-slider-box-content span {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 3rem;
    font-family: 'Serif', Georgia, serif;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
}

.process-slider-box-content h2 {
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-family: 'Serif', Georgia, serif;
    font-weight: 400;
}

.process-slider-box-content p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
    max-width: 500px;
    line-height: 1.6;
    font-size: 1rem;
}

.process-slider .owl-stage-outer {
    overflow: visible;
}

.process-slider .item {
    transition: all 0.4s ease-in-out;
}

.owl-item.active.center .item {
    opacity: 1;
    transform: scale(1);
    z-index: 20;
}

.owl-item.active.center+.owl-item .item {
    opacity: 0.8;
    transform: scale(0.9) translateX(-120px);
    z-index: 10;
}

.owl-item.active.center+.owl-item+.owl-item .item {
    opacity: 0.4;
    transform: scale(0.8) translateX(-240px);
    z-index: 5;
}

.our-publishing-process-content h2 {
    text-align: center;
}

.our-publishing-process-content {
    margin-bottom: 50px;
}

.our-publishing-process {
    padding: 60px 0 100px;
    overflow: hidden;
}

.process-slider.owl-carousel {
    max-width: 1200px;
    margin: 0 auto;
    overflow: visible;
}

.process-slider .item {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
}

.process-slider .owl-item .item {
    opacity: 0;
    transform: scale(0.8);
}

.process-slider .owl-item.active.center .item {
    opacity: 1;
    transform: scale(1);
    z-index: 30;
    position: relative;
}

.process-slider .owl-item.active.center+.owl-item .item {
    opacity: 0.7;
    transform: scale(0.9) translateX(-150px);
    z-index: 20;
}

.process-slider .owl-item.active.center+.owl-item+.owl-item .item {
    opacity: 0.4;
    transform: scale(0.8) translateX(-300px);
    z-index: 10;
}

.process-slider .owl-item.active.center .owl-item .item {
    opacity: 0;
}

.process-slider .owl-nav .owl-prev {
    display: none !important;
}

.process-slider .owl-nav .owl-next {
    background-color: var(--primary-color) !important;
    width: 100px;
    height: 50px;
    color: #fff !important;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-slider .owl-nav .owl-next span {
    display: none;
}

.process-slider .owl-nav .owl-next::before {
    content: "\f178";
    position: absolute;
    z-index: -1;
    font-weight: 600;
    color: #fff;
    font-family: 'Font Awesome 5 Free';
}

.owl-nav {
    justify-content: center;
    display: flex;
}

.services-inner-cta {
    background-color: #000;
}

.services-inner-cta-image {
    text-align: center;
}

.services-inner-cta-content p {
    margin-bottom: 0;
    font-size: 50px;
    line-height: 50px;
    font-family: 'Libre Baskerville';
    color: var(--white-color);
}

.publishing-principles {
    margin: 50px 0px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 50px 0px;
}

.publishing-principles-content {
    text-align: center;
    margin-bottom: 50px;
}

.publishing-principles-box {
    text-align: center;
    position: relative;
    z-index: 1;
}

.publishing-principles-box1::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-image: url("../images/line1.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 290px;
    height: 34px;
    left: 280px;
    top: 10px;
}

.publishing-principles-box2::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-image: url(../images/line2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 290px;
    height: 33px;
    right: 280px;
    top: 72px;
}

.publishing-principles-box h3 {
    margin: 30px 0px;
    font-weight: 700;
}

.publishing-principles-box p {
    margin: 0;
}

.plan-cta {
    background-image: url("../images/plan-cta-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
}

.plan-cta-content h1 {
    font-weight: 600;
    color: var(--white-color);
    margin-bottom: 30px;
}

.plan-cta-content .plan-cta-btn {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.plan-cta-btn a {
    background-color: var(--white-color);
    color: #000;
    padding: 18px 40px;
    text-decoration: none;
    font-weight: 600;
}

.plan-cta-content p {
    color: var(--white-color);
}

/* our customer sec start */
.our-customer-sec {
    padding: 120px 0px;
    background-image: url("../images/our-customer-bg.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.our-customer-content h3 {
    color: var(--white-color);
    margin-bottom: 12px;
}

.our-customer-content h2 {
    color: var(--white-color);
}

.our-customer-content {
    margin-bottom: 70px;
}

.our-customer-slide-box {
    background-color: #ffffffa1;
    padding: 32px 34px;
    border-radius: 24px;
    height: 370px;
}

.our-customer-slide-box-customer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.our-customer-slide-box-customer-content {
    display: flex;
    align-items: center;
    gap: 16px;
}

.our-customer-slide-box-customer-content h4 {
    margin-bottom: 0;
}

.our-customer-slide-box-customer img {
    width: auto !important;
}

.our-customer-slide-box p {
    color: var(--gray-color);
    margin-top: 20px;
}

.customer-ratings {
    margin-left: 78px;
}

.customer-ratings i {
    color: var(--black-color);
}

.our-customer-slide-box:hover {
    background-color: #0000008f;
}

.our-customer-slide-box:hover h4 {
    color: var(--white-color);
}

.our-customer-slide-box:hover p {
    color: var(--white-color);
}

.our-customer-slide-box:hover i {
    color: var(--white-color);
}

.our-customer-sec::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-image: url("../images/banner-shade.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    transform: rotate(180deg);
}

.our-customer-sec::after {
    content: "";
    position: absolute;
    z-index: -1;
    background-image: url("../images/banner-shade.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
}

.our-customer-slides-main .owl-nav {
    position: absolute;
    top: -150px;
    right: 400px;
    background: #FFFFFF1F;
    border-radius: 100px;
}

.our-customer-slides-main .owl-nav .owl-prev {
    width: 64px;
    height: 64px;
    background: var(--black-color) !important;
    border-radius: 100px;
}

.our-customer-slides-main .owl-nav .owl-prev i {
    display: none;
}

.our-customer-slides-main .owl-nav .owl-prev span {
    display: none;
}

.our-customer-slides-main .owl-nav .owl-prev::before {
    content: "\f060";
    font-family: 'Font Awesome 5 Free';
    color: var(--white-color);
    font-size: 20px;
    font-weight: 700;
}

.our-customer-slides-main .owl-nav .owl-next {
    width: 64px;
    height: 64px;
    background: var(--black-color) !important;
    border-radius: 100px;
}

.our-customer-slides-main .owl-nav .owl-next i {
    display: none;
}

.our-customer-slides-main .owl-nav .owl-next span {
    display: none;
}

.our-customer-slides-main .owl-nav .owl-next::before {
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    color: var(--white-color);
    font-size: 20px;
    font-weight: 700;
}

.our-customer-slides .owl-item.active.center+.owl-item+.owl-item .item {
    transform: unset;
}

.our-customer-slides .owl-item.active.center+.owl-item .item {
    transform: unset;
}

/* our customer sec end */

.about-sec2 .about-picture-box img.lady2 {
    left: 0;
}

.pricing-body h3 {
    font-size: 22px;
    padding: 0px 10px;
    font-weight: 700;
}

.pricing-body-scroll {
    height: 250px;
    overflow-y: scroll;
}

/* blogs sec start */
.blogs-sec {
    padding: 100px 0px;
}

.blog-box-content {
    background-color: #F9FDED;
    padding: 40px 0px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.blog-box-content span {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.blog-box img {
    width: 100%;
}

.blog-box-content h5 {
    margin: 25px 0px 40px;
    text-align: center;
    font-size: 20px;
    color: var(--black-color);
    font-weight: 500;
}

/* blogs sec end */

/* Clean & Beautiful Popup CSS */
.popup-overlay {
    display: none;
    /* Hidden by default - FIXED! */
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(5px);
}

.popup-content {
    background: var(--secondary-color);
    padding: 30px;
    border-radius: 12px;
    width: 90%;
    max-width: 400px;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    animation: popupSlide 0.4s ease-out;
}

@keyframes popupSlide {
    from {
        transform: scale(0.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.popup-close {
    position: absolute;
    top: 12px;
    right: 15px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #aaa;
    transition: 0.3s;
}

.popup-close:hover {
    color: #000;
}

.form-input {
    width: 100%;
    padding: 14px 16px;
    margin-bottom: 16px;
    border-radius: 8px;
    border: 1.5px solid #ddd;
    font-size: 15px;
    transition: border 0.3s;
}

.form-input:focus {
    outline: none;
    border-color: #f5a623;
    box-shadow: 0 0 0 3px rgba(245, 166, 35, 0.2);
}

.submit-btn {
    background: var(--primary-color);
    color: white;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    padding: 14px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    transition: 0.3s;
}

.submit-btn:hover {
    background: var(--para-color);
}

.thank-you-banner .thank-content {
    text-align: center;
}

.thank-you-banner .thank-content h1{
    color: var(--white-color);
}

.thank-you-banner .thank-content p{
    color: var(--white-color);
}

.thank-you-banner {
    padding: 200px 0px;
    background-image: linear-gradient(to right, var(--primary-color), var(--para-color));
}