     .section1 {
        position: relative;
        width: 100%;
        height: 100vh; /* Full screen height */
        overflow: hidden;
        background-size: cover;
    }
    
    /* Background Video */
    .section1 video#bgVideo {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: -1;
        transform: translate(-50%, -50%);
        object-fit: cover; /* Cover full area without stretching */
    }
    
    /* Overlay for better text readability */
    .section1::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle, #ac1f28, #000000);
        opacity: 0.8;
        z-index: 0;
    }
    
    /* Center Content */
    .section1 .container {
        position: relative;
        z-index: 1;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #fff;
        text-align: center;
    }
    .section1 .theBestGhost{
        text-align: center;
    }
    .section1 .theBestGhost .tagline{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .section1 .theBestGhost .tagline h3 {
        color: #fff;
        font-size: 46px;
        padding: 23px 0 0 0;
        text-transform: uppercase;
    }
    .section1 .theBestGhost .tagline hr{
        width: 100px;
        height: 2px;
        background-color: #fff;
        padding: 0;
        margin: 32px 0 0 0;
    }
    .section1 .theBestGhost .mainH1 {
        color: #fff;
        font-size: 137px;
        line-height: 80px;
        margin: 0;
        padding: 20px 0px;
        text-transform: uppercase;
    }
    /* section1 */
    /* creating-legacies-sec css*/
    .creating-legacies-sec{
        background-image: url(../images/writers-scene-concept.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 75px 0;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }
    .creating-legacies-sec::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0.8;
        background: radial-gradient(circle, #ac1f28, #000000);
        z-index: -1;
    }
    .head{
        /* text-align: center; */
    }
    .head h1{
        color: #fff;
        font-size: 39px;
        font-weight: 600;
        line-height: 60px;
        margin: 0px 0px 25px;
    }
    .head p{
        color: #fff;
        font-size: 22px;
        line-height: 36px;
        font-weight: 400;
        margin: 0px 0px 14px;
        font-family: "Arsenal";
    }
    /* creating-legacies-sec css*/
    /* two_writer_sec css*/
    .two_writer_sec{
        background-image: url(../images/img2.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 82px 0;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }
    .two_writer_sec::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0.9;
        background: #fff;
        z-index: -1;
    }
    .two_writer_sec .head{}
    .two_writer_sec .head h2{
        color: #000;
        margin: 0px auto 0px;
        width: 59%;
        text-align: center;
    }
    .two_writer_sec .content{
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .two_writer_sec .content .main-img{
        text-align: center;
        max-width: 220px;
    }
    .two_writer_sec .content .main-img img{
        width: 100%;
        height: 300px;
        object-fit: contain;
        margin: 0px 0px 10px;
    }
    .two_writer_sec .content .main-img span{
        font-size: 23px;
        text-align: center;
        font-weight: 700;
        line-height: 30px;
    }
    .two_writer_sec .content p{
        color: #000;
        font-size: 30px;
        line-height: 44px;
        width: 65%;
    }
    /* two_writer_sec css*/
    /* history_book_sec */
    /* history_book_sec */
    .history_book_sec{
        padding: 68px 0px;
        position: relative;
        overflow: hidden;
        background: linear-gradient(rgb(0 0 0 / 93%), rgb(133 24 31 / 88%)), url(https://live.staticflickr.com/4076/4899375628_f826055b31_b.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .head{}
    .head h2{
        font-size: 38px;
        text-align: center;
        margin: 0px 0px 50px;
        font-weight: 600;
    }
    .history_book_sec .text{}
    .history_book_sec .text h3{
        font-size: 39px;
        margin: 0px 0px 15px;
        font-weight: 600;
        line-height: 55px;
        color: #fff;
    }
    .history_book_sec .main-img{}
    .history_book_sec .main-img img{
        width: 100%;
        height: 343px;
        object-fit: cover;
    }
    .history_book_sec .head h2 {
        color: #fff;
        margin-bottom: 5rem;
    }
    
    .history_book_sec .head h3 {
        color: #fff;
    }
    
    .history_book_sec .text p {
        color: #fff;
        font-size: 16px;
        line-height: 1.8;
    }
    /* history_book_sec */
    
    /* Century_sec */
    .creating-legacies-sec.Century_sec{
        background-image: url(../images/img5.jpg);
        padding: 110px 0;
        background-attachment: fixed;
    }
    .creating-legacies-sec.Century_sec::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0.8;
        z-index: -1;
        background: #000;
    }
    .Century_sec .head{
        text-align: center;
    }
    .Century_sec .head h3{
        color: #961b23;
        font-size: 50px;
        font-weight: 600;
        line-height: 33px;
        margin: 0px 0px 25px;
    }
    .Century_sec .head h2{
        color: #fff;
        margin: 0px 0px 20px;
    }
    .Century_sec .head p{
        color: #fff;
        font-family: "Arsenal";
    }
    /* Century_sec */
    
    
    
    
    
    
    
    
    /* The typing effect */
    @keyframes typing {
        from {
            width: 0
        }
        to {
            width: 100%
        }
    }
    
    /* The typewriter cursor effect */
    @keyframes blink-caret {
    
        from,
        to {
            border-color: transparent
        }
    
        50% {
            border-color: #255752
        }
    }
    
    
    .noOneSelling {
        background-color: #255752;
        width: 100px;
        position: absolute;
        right: 0px;
        bottom: 0px;
        padding: 15px 5px;
        text-align: center;
        color: #fff;
        font-size: 13px;
        border-radius: 10px 0 10px 0;
        -webkit-border-radius: 10px 0 10px 0;
        -moz-border-radius: 10px 0 10px 0;
        -ms-border-radius: 10px 0 10px 0;
        -o-border-radius: 10px 0 10px 0;
    }
    .section2 {
        padding: 78px 0
    }
    
    .section3 {
        padding-bottom: 60px 0
    }
    
    .sectionFour {
        background: linear-gradient(45deg, #52080d, #ac1f28);
        padding: 80px 0
    }
    
    .sectionFour {}
    
    .sectionFour .h2 {
        color: #fff;
    }
    
    .sectionFour .bg-theme-blue {
        background-color: #fff;
    }
    .goal-daba {
        border-radius: 50%;
        width: 50px;
        text-align: center;
        height: 50px;
        margin: 0;
        padding: 0;
        padding-top: 10px;
        border: 1px solid #3a3a3a;
        margin-bottom: 12px;
        transition: .3s ease-in-out
    }
    
    .goal-daba i {
        color: #3a3a3a;
        transition: .3s ease-in-out
    }
    
    .owl-theme .owl-nav [class*=owl-]:focus {
        outline: 0
    }
    
    .owl-theme .owl-nav [class*=owl-]:hover {
        background: 0 0;
        outline: 0
    }
    
    .testimonialCircle {
        position: relative
    }
    
    .testimonial_img_1,
    .testimonial_img_2,
    .testimonial_img_3,
    .testimonial_img_4,
    .testimonial_img_5 {
        position: absolute
    }
    
    .testimonial_img_1 {
        top: 0;
        left: 62px
    }
    
    .testimonial_img_2 {
        top: 260px;
        left: 50px
    }
    
    .testimonial_img_3 {
        top: 400px;
        left: 150px
    }
    
    .testimonial_img_4 {
        bottom: 0;
        right: 55px
    }
    
    .testimonial_img_5 {
        top: 25%;
        right: 30%
    }
    
    .circle {
        width: 30px;
        height: 30px;
        display: block;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -khtml-border-radius: 30px
    }
    
    .circle1 {
        width: 30px;
        height: 30px;
        display: block;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -khtml-border-radius: 30px
    }
    
    .circle2 {
        width: 30px;
        height: 30px;
        display: block;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -khtml-border-radius: 30px
    }
    
    #owl-testimonials .owl-dots,
    .owl-theme .owl-nav {
        text-align: left
    }
    
    @media(max-width:767px) {
    
        #owl-testimonials .owl-dots,
        .owl-theme .owl-nav {
            text-align: center !important
        }
    }
    
    .imageMan {
        top: 50%;
        left: 15%
    }
    
    .owl-theme .owl-nav [class*=owl-]:hover {
        background: transparent !important;
    }
    
    .contentOverImage {
        background-color: #231f1f;
        padding: 25px;
        max-width: 200px;
        color: #fff;
        top: 35%;
        right: 0;
        text-align: center;
        border-radius: 10px
    }
    
    .contentOverImage:hover {
        cursor: pointer
    }
    
    .overLayContent {
        max-width: 400px;
        padding: 15px;
        background-color: #3a3a3a;
        opacity: .8;
        top: 68%;
        left: 17%;
        animation: fadeInLeft .5s ease-in-out
    }
    
    .overLayContent p {
        opacity: 1 !important;
        color: #fff
    }
    
    section.section6 p:nth-child(2) a {
        font-size: 36px
    }
    
    section.section6 p:nth-child(1) {
        font-weight: 300 !important;
        text-transform: capitalize;
        line-height: 47px
    }
    
    section.section6>div>div>div>a {
        text-transform: uppercase;
        font-size: 19px;
        padding: 9px 60px !important
    }
    
    .iti__country-name,
    .iti__flag-box {
        color: #000 !important;
    }
    
    a.btn.bg-white.btn-lg.mt-2.font-weight-bold:hover {
        background: #00b3d8 !important;
        color: #fff;
    }
    
    @keyframes fadeInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0)
        }
    
        to {
            opacity: 1;
            -webkit-transform: translateZ(0);
            transform: translateZ(0)
        }
    }
    
    .circle {
        width: 30px;
        height: 30px;
        display: block;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -khtml-border-radius: 30px
    }
    
    .circle1 {
        width: 30px;
        height: 30px;
        display: block;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -khtml-border-radius: 30px
    }
    
    .circle2 {
        width: 30px;
        height: 30px;
        display: block;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -khtml-border-radius: 30px
    }
    
    #owl-testimonials .owl-dots,
    .owl-theme .owl-nav {
        text-align: left
    }
    
    .nameOnHover {
        visibility: hidden;
        position: absolute;
        top: -70px;
        width: auto;
        text-align: center !important;
        left: 15px;
        font-weight: 700
    }
    
    section.comp-section {
        text-align: center;
        padding: 2.5em 0;
        background: #0e1b21;
        clear: both;
    }
    
    #moveMe:hover .nameOnHover {
        visibility: visible
    }
    
    #moveMe1:hover .nameOnHover {
        visibility: visible
    }
    
    #moveMe2:hover .nameOnHover {
        visibility: visible
    }
    
    #titles {
        padding-top: 100px;
    }
    
    #titles>p {
        color: #ffffff;
        font-size: 23px;
    }
    
    #owl-books-four>div.owl-stage-outer>div>div:nth-child(even)>div>div>img {
        margin-top: 50px;
    }
    
    .bookImg {
        transition: .4s ease-in-out;
    }
    
    .bookImg:hover {
        transform: scale(1.1);
        transition: .4s ease-in-out;
        /* width: 12px; */
    }
    
    #owl-books-four>div.owl-stage-outer>div>div:nth-child(odd)>div>div>img {
        margin-top: 50px;
    }
    
    @keyframes animationFrames {
        0% {
            transform: scale(1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
        }
    
        50% {
            transform: scale(1.03);
            -webkit-transform: scale(1.03);
            -moz-transform: scale(1.03);
            -ms-transform: scale(1.03);
            -o-transform: scale(1.03);
        }
    
        100% {
            transform: scale(1);
        }
    }
    
    
    
    @keyframes animationFrames2 {
        0% {
            transform: scale(1.03);
            -webkit-transform: scale(1.03);
            -moz-transform: scale(1.03);
            -ms-transform: scale(1.03);
            -o-transform: scale(1.03);
        }
    
        50% {
            transform: scale(1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
        }
    
        100% {
            transform: scale(1.03);
            -webkit-transform: scale(1.03);
            -moz-transform: scale(1.03);
            -ms-transform: scale(1.03);
            -o-transform: scale(1.03);
        }
    }
    
    body>section.section3>div>div>div.col-md-6.position-relative>div.position-absolute.contentOverImage.shadow>h3 {
        animation: animationFrames3 linear 4s;
        transform-origin: 50% 50%;
        animation-iteration-count: infinite !important;
        box-shadow: 0px 7px 20px #333333e0;
        -webkit-animation: animationFrames3 linear 4s;
    }
    
    @keyframes animationFrames3 {
        0% {
            box-shadow: 0px 7px 20px #333333e0;
        }
    
        50% {
            box-shadow: 0px -7px 20px #333333e0;
        }
    
        100% {
            box-shadow: 0px 7px 20px #333333e0;
        }
    }
    
    
    ul.ulCircle {
    
        margin-top: 40px;
    }
    
    ul.ulCircle li {
    
        color: #000 !important;
        font-size: 20px;
        line-height: 32px;
    }
    
    #owl-testimonials .para {
        text-align: center !important;
    }
    
    .h2Headingwhite {
        font-size: 45px;
        font-weight: 600;
        text-transform: capitalize;
        text-shadow: 1px 0px 0 #000000;
        color: #ac1f28;
    }
    
    
    .bannerform-heading h3 span {
        color: #00ffe5;
    
    }
    
    .section81 {
        text-align: center;
        padding: 0.5em 0;
        background: #000000;
        clear: both;
    }
    
    .owl-carousel .owl-item .mobile-slider {
        display: inline;
        filter: invert(1);
    }
    
    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }
    
    .modal {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1050;
        display: none;
        width: 100%;
        height: 100%;
        overflow: hidden;
        outline: 0;
    }
    
    input::placeholder {
        color: white;
    }

    
    .bookImg {
        box-shadow: 0.5rem .5rem 1.5rem rgba(0, 0, 0, .35) !important;
    }
    
    .section2 h2.h2Heading {
        color: #000;
    }
    
    .section2 h5.h2Heading {
        color: #000;
    }
    
    .section2 {
        padding: 78px 0;
    }

@media (max-width: 991px) {
    .section1 .row,
    .creating-legacies-sec .row {
        margin-left: 0;
        margin-right: 0;
    }

    .section1 .row > .theBestGhost,
    .creating-legacies-sec .row > .head {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .section1 {
        min-height: 78vh;
        height: auto;
        padding: 120px 0 60px;
    }

    .section1 .container {
        height: auto;
    }

    .section1 .theBestGhost .mainH1 {
        font-size: 72px;
        line-height: 0.95;
        padding: 10px 0;
        word-break: break-word;
    }

    .section1 .theBestGhost .tagline {
        gap: 8px;
    }

    .section1 .theBestGhost .tagline h3 {
        font-size: 28px;
        padding-top: 10px;
    }

    .section1 .theBestGhost .tagline hr {
        width: 70px;
        margin-top: 16px;
    }

    section.comp-section,
    .section81 {
        padding: 16px 0;
    }

    .cta::before,
    .cta::after {
        display: none;
    }

    .cta {
        padding: 48px 0;
    }

    .cta-hdg > h3 {
        font-size: 28px;
        line-height: 1.35;
    }

    .cta-hdg span {
        display: block;
        font-size: 17px;
        line-height: 1.6;
        margin-top: 10px;
    }

    .cta-btns {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-top: 24px;
        margin-bottom: 0;
    }

    .cta-btns > a,
    .btn-1,
    .btn-2 {
        width: 100%;
        margin: 0;
        padding: 14px 18px;
        font-size: 18px;
        line-height: 1.4;
        text-align: center;
    }

    .cta-btns > a:nth-child(2) {
        border: 1px solid #ffffff;
    }

    .creating-legacies-sec,
    .creating-legacies-sec.Century_sec,
    .history_book_sec,
    .two_writer_sec {
        padding: 56px 0;
        background-attachment: scroll;
    }

    .head h1,
    .head h2,
    .history_book_sec .text h3,
    .Century_sec .head h3 {
        line-height: 1.3;
    }

    .head h1 {
        font-size: 32px;
        margin-bottom: 18px;
    }

    .head p {
        font-size: 18px;
        line-height: 1.8;
    }

    .two_writer_sec .head h2 {
        width: 100%;
    }

    .two_writer_sec .content {
        flex-direction: column;
        gap: 20px;
        text-align: center;
        margin-top: 24px;
    }

    .two_writer_sec .content p,
    .two_writer_sec .content .main-img {
        width: 100%;
        max-width: 100%;
    }

    .two_writer_sec .content p {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 0;
    }

    .two_writer_sec .content .main-img img {
        height: 220px;
    }

    .history_book_sec .head h2 {
        margin-bottom: 30px;
    }

    .history_book_sec .text h3 {
        font-size: 30px;
        line-height: 1.4;
    }

    .Century_sec .head h3 {
        font-size: 34px;
        line-height: 1.2;
    }

    .section3 .btn {
        min-width: 0;
    }

    .section3 .row {
        row-gap: 24px;
    }

    .section3 .btn.mt-5 {
        margin-top: 8px !important;
    }

    .section3 .btn + .btn {
        margin-top: 8px !important;
    }
}

@media (max-width: 767px) {
    html,
    body {
        overflow-x: hidden;
    }

    .section1 {
        min-height: 70vh;
        padding: 110px 0 40px;
    }

    .section1 .theBestGhost .mainH1 {
        font-size: 48px;
        line-height: 0.95;
    }

    .section1 .theBestGhost .tagline {
        flex-wrap: nowrap;
        gap: 6px;
    }

    .section1 .theBestGhost .tagline h3 {
        font-size: 18px;
        padding-top: 8px;
    }

    .section1 .theBestGhost .tagline hr {
        width: 42px;
        margin-top: 12px;
    }

    .mobile-hide {
        display: none !important;
    }

    .cta {
        padding: 36px 0;
    }

    .cta-hdg > h3 {
        font-size: 24px;
    }

    .cta-hdg span {
        font-size: 16px;
    }

    .cta-btns > a,
    .btn-1,
    .btn-2 {
        font-size: 15px;
        padding: 12px 14px;
        white-space: nowrap;
        display: flex;
        align-items: center;
        justify-content: center;
        letter-spacing: 0;
    }

    .creating-legacies-sec,
    .creating-legacies-sec.Century_sec,
    .history_book_sec,
    .two_writer_sec {
        padding: 40px 0;
    }

    .head h1 {
        font-size: 26px;
    }

    .head p {
        font-size: 15px;
        line-height: 1.7;
    }

    .two_writer_sec .content p {
        font-size: 18px;
        line-height: 1.6;
    }

    .two_writer_sec .content .main-img span {
        font-size: 18px;
        line-height: 1.5;
    }

    .history_book_sec .text h3 {
        font-size: 24px;
    }

    .Century_sec .head h3 {
        font-size: 28px;
    }

    .section3 .btn,
    .creating-legacies-sec .btn,
    .book_apointment {
        width: 100%;
    }

    .tab_portfolio {
        padding: 2.5rem 0;
        background: #000;
    }

    .tab_portfolio h4 {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 12px;
        color: #fff;
        text-shadow: none;
    }

    .tab_portfolio p {
        font-size: 15px;
        line-height: 1.8;
        padding: 12px 0;
        color: #fff;
    }

    .tab_portfolio .nav-tabs {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        justify-items: center;
    }

    .tab_portfolio .nav-tabs .nav-link {
        width: 100%;
        max-width: 280px;
        margin: 0;
        padding: 12px 14px;
        font-size: 15px;
    }

    .tab_portfolio .tab-content .tbs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .tab_portfolio .tab-content .tbs img {
        width: 100%;
        height: 220px;
        margin: 0;
        object-fit: contain;
        background: #111;
        border-radius: 10px;
    }
}
    .tab_portfolio {
        padding: 4rem 0;
    }
    
.tab_portfolio h4 {
    font-size: 50px;
    font-weight: 600;
    text-transform: capitalize;
    text-shadow: 1px 0px 0 #000000;
    text-align: center;
    color: #fff;
}
    
    .tab_portfolio p {
        text-align: center;
        padding: 20px 0;
    }
    
    .tab_portfolio .nav-tabs {
        justify-content: center;
        border: none;
    }
    
    .tab_portfolio .nav-tabs .nav-link:hover {
        background: var(--main-color)#ac1f28;
        transform: translateY(-10px);
    }
    
    .tab_portfolio .nav-tabs .nav-link {
        border: none;
        margin: 7px 11px;
        width: 158px;
        background: #000;
        color: #fff;
        font-size: 17px;
        font-weight: 600;
        border-radius: 7px;
        padding: 13px 0;
        transition: all 0.3s ease-in;
        font-family: 'Arsenal';
    }
    
    .tab_portfolio .tab-content {}
    
    .tab_portfolio .tab-content .tbs {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0;
    }
    
    .tab_portfolio .tab-content .tbs img {
        width: 98%;
        height: 596px;
        margin: 9px 0;
        border-radius: 10px;
        object-fit: cover;
    }
    
    .tab_portfolio .nav-tabs .nav-link.active {
        background: var(--main-color);
    }
    
    .cta {
        /* background-image: -webkit-linear-gradient(277deg, #ac1f28, #232020 100%) !important; */
        background-color: rgb(62 69 176);
        background-repeat: no-repeat;
        padding: 60px 0 30px !IMPORTANT;
        position: relative;
        background-size: cover;
        background: radial-gradient(circle, #ac1f28, #000000) !important;
    }
    
    .cta::before {
        content: "";
        position: absolute;
        background: url(../images/cta-before.webp) center / 70% no-repeat;
        width: 600px;
        height: 377px;
        left: -90px;
        bottom: -22%;
    }
    
    .cta::after {
        content: "";
        position: absolute;
        background: url(../images/cta-after.webp) center / cover no-repeat;
        width: 400px;
        height: 335px;
        right: 0;
        transform: translateY(-71%);
    }
    
    .cta-btns,
    .cta-hdg {
        position: relative;
        z-index: 1;
        text-align: center;
    }
    
    .cta-hdg>h3 {
        color: #fff;
        font-size: 36px;
        margin-bottom: 15px;
        font-weight: 600;
    }
    
    .cta-hdg span {
        color: #f4f3ec;
        font-size: 20px;
        font-weight: 500;
    }
    
    .cta-btns {
        margin-bottom: 30px;
        margin-top: 40px;
    }
    
.cta-btns>a {
    background: 0 0;
    border: 1px solid #ffffff;
    margin: 0;
    transition: .2s linear;
}
    
.btn-1,
.cta-btns>a {
    padding: 8px 40px;
    color: #fff;
    font-size: 23px;
    border-radius: 49px;
    font-family: 'Arsenal';
    white-space: nowrap;
}
    
    .btn-1,
    .cta-btns a svg {
        fill: #fff;
        margin: 0 9px;
    }
    
    .btn-1 {
        border-radius: 30px;
        background-image: -moz-linear-gradient(90deg, rgba(21, 72, 144, .99608) 0, #1d6bda 100%);
        background-image: -webkit-linear-gradient(90deg, rgba(21, 72, 144, .99608) 0, #1d6bda 100%);
        background-image: -ms-linear-gradient(90deg, rgba(21, 72, 144, .99608) 0, #1d6bda 100%);
        background-color: rgba(21, 72, 144, .99608);
        border: none;
        transition: box-shadow .2s linear;
    }
    
.btn-1,
.btn-2 {
    font-weight: 700;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: .5px;
    position: relative;
}
    
    .cta-btns>a:nth-child(2) {
        background-color: unset;
        color: #fff;
        border: none;
    }
    
    .faq-section {
        padding: 6rem 0;
        background: var(--main-color);
    }
    
    .faq-title {
        text-align: center;
        font-size: 3em;
        color: #ffffff;
        margin-bottom: 40px;
        font-weight: 600;
        text-transform: capitalize;
    }
    
    .faq_wrapper {
        max-width: 800px;
        margin: 0 auto;
    }
    
    .faq-item {
        background: #fff;
        border-radius: 13px;
        margin-bottom: 15px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }
    
    .faq-question {
        width: 100%;
        padding: 14px 28px;
        border: none;
        outline: none;
        background: #ffffff4d;
        font-size: 20px;
        cursor: pointer;
        transition: background 0.3s ease;
        font-weight: 600;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-family: 'Arsenal';
    }
    .faq-item.active .faq-answer ul li {
        font-size: 20px;
        line-height: 32px;
        list-style: none;
        color: #000;
        font-weight: 400;
        font-family: 'Arsenal';
        list-style: circle;
    }
    .faq-question:hover {
        background: #f0f0f0;
    }
    
    .faq-answer {
        padding: 0 20px 20px;
        display: none;
        color: #444;
    }
    
    .faq-item.active .faq-answer {
        display: block;
        padding: 10px 48px 20px;
        background: #faf7f7;
    }
    
button:focus {
    outline: none;
}

@media (max-width: 767px) {
    .tab_portfolio .tab-content .tbs {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    .tab_portfolio .tab-content .tbs a {
        display: block;
        width: 100%;
    }

    .tab_portfolio .tab-content .tbs img {
        width: 100% !important;
        height: 220px !important;
        object-fit: contain !important;
        background: #111 !important;
        border-radius: 10px;
        margin: 0 !important;
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section1 {
        min-height: 72vh;
        padding: 110px 0 40px;
    }

    .section1 .theBestGhost .mainH1 {
        font-size: 64px;
        line-height: 0.95;
        word-break: break-word;
    }

    .section1 .theBestGhost .tagline h3 {
        font-size: 24px;
        padding-top: 10px;
    }

    .section1 .theBestGhost .tagline hr {
        width: 58px;
        margin-top: 14px;
    }

    .socialImg .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        row-gap: 16px;
        margin-left: 0;
        margin-right: 0;
    }

    .socialImg .row > .col-md-1 {
        display: none;
    }

    .socialImg .row > .col-md-2 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .socialImg img {
        width: auto !important;
        max-width: 140px !important;
        max-height: 44px;
        height: auto !important;
        margin: 0 auto !important;
        object-fit: contain;
    }

    .socialImg img.mt-4,
    .socialImg img.mt-2 {
        margin-top: 0 !important;
    }

    .two_writer_sec .content {
        flex-direction: column !important;
        align-items: center;
        text-align: center;
    }

    .two_writer_sec .content .main-img {
        order: 1;
    }

    .two_writer_sec .content p {
        order: 2;
        width: 100%;
    }

    .section3 .row {
        row-gap: 28px;
    }

    .section3 .col-md-6.position-relative,
    .section3 .col-md-6 img {
        width: 100%;
    }

    .section3 .btn,
    .creating-legacies-sec .btn,
    .book_apointment {
        width: 100%;
        max-width: 340px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }

    .section3 .btn + .btn,
    .creating-legacies-sec .btn + .btn {
        margin-top: 12px !important;
    }

    .tab_portfolio .tab-content .tbs {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
    }

    .tab_portfolio .tab-content .tbs a {
        display: block;
        width: 100%;
    }

    .tab_portfolio .tab-content .tbs img {
        width: 100% !important;
        height: 320px !important;
        margin: 0 !important;
        object-fit: contain !important;
        background: #111 !important;
        border-radius: 10px;
        display: block;
    }
}
