* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #080808;
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    min-height: 100vh;
    overflow-x: hidden !important;
}

p a{
    text-decoration: underline;
    color: #349be1;
}


.ddo-section,
.case-study-section,
.portfolio-section,
.wc-section,
.testimonial-section,
.faq-section,
.cta-section,
.blog-section {
    margin: 0px 60px;
}

a {
    text-decoration: none;
}

.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 90vh;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.main-first-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.main::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(./media/yellow-radial-background.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scaleY(-1);
    z-index: -1;
    opacity: 0.4;
}

.main-section1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.webflow-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 0;
    font-size: 16px;
    background-color: black;
    color: white;
    border: none;
    border-radius: 25px;
    border: 1px solid rgb(47, 47, 47);
    transition: 0.3s;
    width: auto;
}

.index-first{
    width: 30%;
}

.infotive-logo-main{
    width: 5%;
}

/* .webflow-btn img {
    width: 9%;
} */

.main-section2 {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.ms-title {
    text-align: center;
    font-size: 55px;
    font-weight: 300;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

/* .ddo-title{
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
} */

.ms-detail {
    text-align: center;
    font-size: 18px;
    letter-spacing: 1.2px;
}

/* .ddo-detail{
    text-align: center;
    font-size: 16px;
    letter-spacing: 1.2px;
} */

.ms-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 15px;
    /* background-color: #080808; */
}


/* .ms-btn{
   display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 56px;
    padding: 0 32px;
    font-size: 16px;
    font-weight: 500;
    color: white;
    background-color: #0d0d0d;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s ease;
}


.ms-btn img{
    width: 10%;
    transition: transform 0.3s ease;
} */



.ms-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 58px;
    padding: 0 32px;
    font-size: 16px;
    font-weight: 500;
    color: white;
    background-color: #0d0d0d;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s ease;
}

.ms-btn img {
    height: 14px;
    width: auto;
    transition: transform 0.3s ease;
}

.ms-btn:hover {
    transform: translateY(-2px);
}

.ms-btn:hover img {
    transform: translate(2px, -2px);
}

@property --grad-angle {
    syntax: '<angle>';
    initial-value: 170deg;
    inherits: false;
}

.btn-primary {
    --grad-angle: 170deg;
    background: linear-gradient(#0d0d0d, #0d0d0d) padding-box,
        linear-gradient(var(--grad-angle), rgba(45, 43, 31, 0.9) 20%, rgba(255, 223, 0, 0.9) 50%, rgba(26, 25, 21, 0.9) 100%, rgba(255, 223, 0, 0.9) 90%) border-box;
    border: 3px solid transparent;
    box-shadow: 0px 4px 20px rgba(255, 223, 0, 0.05);
    transition: --grad-angle 0.6s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.6s ease;
}

.btn-primary:hover {
    --grad-angle: -170deg;
    /* make -10 deg to stop rotating that line  a full round */
    box-shadow: 0px 4px 30px rgba(255, 223, 0, 0.35);
}

.btn-secondary {
    border: 2px solid rgb(35, 35, 35);
    background-color: #0d0d0d;
    transition: all 0.4s ease;
}

.btn-secondary:hover {
    box-shadow: 0px 4px 30px rgba(255, 223, 0, 0.35);
}



.ddo-section {
    /* margin-top: 70px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.services-btn {
    padding: 10px 20px;
    margin-bottom: 20px;
}

.services-btn::before {
    content: "";
    top: 0;
    left: 0;
    background-color: yellow;
    border-radius: 32px;
    width: 10px;
    height: 10px;
}

.ddo-cards {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 100px;
    gap: 20px;
}

.ddo-card {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
    padding: 40px;
    border: 1px solid rgb(47, 47, 46);
    background-image: linear-gradient(#000, #e4dd150f);
    border-radius: 15px;
    height: 60vh;
}


.card-icon-wrap {
    width: 20%;
    background-image: radial-gradient(circle, #e4de2a 0%, rgba(228, 221, 21, 0) 60%);

}

.ddo-card img {
    width: 100%;
    filter: grayscale();
}

.card-h1 {
    font-size: 34px;
    font-weight: 400;
}

.ddo-card:hover {
    border: 1px solid rgb(169, 169, 118);
}



/* case study style */
.case-study-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* margin: 100px 0px; */
}

.case-study-h1 {
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    margin-top: 15px;
}

.cs-main-card {
    width: 100%;
    display: flex;
    border: 1px solid rgb(78, 75, 75);
    padding: 30px;
    margin-top: 40px;
    background-color: #0e0e0e;
    border-radius: 15px;
    gap: 20px;

}

.cs-section1 {
    width: 47%;
}

.cs-section2 {
    position: relative;
    width: 52%;
}

.cs-section2-h1 {
    position: absolute;
    color: white;
    top: 45%;
    left: 8%;
    font-size: 44px;
}

.cs-section2 img {
    width: 100%;
    border-radius: 15px;
    opacity: 0.3;
}

.mthe-btn {
    padding: 10px 20px;
}

.cs-h2 {
    font-weight: 400;
    margin: 15px 0 10px;
}

.cs-p {
    color: rgb(218, 213, 213);
    line-height: 1.5;
    letter-spacing: 0.3px;
}


.cs-inner-card {
    position: relative;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 15px;
    border: 1px solid rgb(43, 42, 42);
    border-radius: 10px;
    padding: 30px;
    height: 30vh;
    background-image: linear-gradient(#000, #615c085a);
}

.quote-icon {
    position: absolute;
    width: 10%;
    top: -25px;
    background-color: white;
    border-radius: 50%;
    padding: 10px;
}

.cs-inner-p {
    margin-top: 15px;
    color: rgb(218, 213, 213)
}

.cs-card-last-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cs-card-last-section img {
    width: 10%;
}

.portfolio-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
}

.ps-h1 {
    font-size: 52px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 10px;
}

.ps-cards {
    display: flex;
    /* align-items: center;
    justify-content: center; */
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 50px;
    gap: 24px;
}


.ps-card {
    width: 48%;
    border: 1px solid rgb(46, 45, 45);
    padding: 20px;
    border-radius: 12px;
    height: 75vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    /* justify-content: space-between; */
    background-color: #080808;
    gap: 10px;
    overflow: hidden;

    transition: background-color 0.4s ease, border-color 0.4s ease;
}

.ps-card h1 {
    text-align: center;
    font-size: 32px;
    margin-top: 10px;
}

.ps-card img {
    width: 90%;
    border-radius: 12px;
    object-fit: cover;
    transform: translateY(8%);

    transition: transform 0.9s cubic-bezier(0.25, 1, 0.5, 1);
}

.ps-card:hover {
    background-image: linear-gradient(to bottom, #0b0b0b 30%, #9a92065a 100%);
    border-color: rgb(80, 80, 80);
}

.ps-card:hover img {
    transform: translateY(0%) scale(1.02);
}

.wc-section {
    padding-top: 100px;
    display: flex;
    gap: 30px;
    /* align-items: center; */
}

.wc-left {
    width: 48%;
    margin-top: 50px;
}

.wc-h1 {
    text-align: start;
    font-size: 45px;
}

.wc-right {
    width: 50%;
}

.wcr-part {
    display: flex;
    align-items: center;
    gap: 20px;
}

.wcr-part img {
    width: 6%;
    margin-top: -40px;
}

.wcr-part span {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.wcr-part span h2 {
    font-weight: 400;
}

.wcr-part span p {
    color: rgb(182, 174, 174);
    font-size: 18px;
}




/* testimonial section */

.testimonial-section {
    padding-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.testimonial-grid {
    column-count: 3;
    column-gap: 24px;
    margin-top: 50px;
}

.tm-card {
    background-color: #131416;
    border: 1px solid #1f2226;
    border-radius: 14px;
    padding: 32px;
    margin-bottom: 24px;
    display: inline-block;
    width: 100%;
    height: 60vh;
    break-inside: avoid;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.tm-card:hover {
    border-color: #2e3238;
    transform: translateY(-3px);
}

.quote-img {
    width: 35%;
    position: absolute;
    top: -35px;
    left: -17px;
    height: auto;
    display: block;
    opacity: 0.3;
    pointer-events: none;
    z-index: 1;
}

.tm-card:hover .quote-img {
    opacity: 1;
    filter: brightness(1);
}

.stars-icon {
    height: 18px;
    width: auto;
    margin-bottom: 20px;
    display: block;
    position: relative;
    z-index: 1;
    margin-top: 70px;
}

.feedback {
    font-size: 15.5px;
    line-height: 1.65;
    color: #e2e4e9;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
    font-weight: 400;
}

.author {
    font-size: 13.5px;
    color: #6f737a;
    font-weight: 500;
    position: relative;
    z-index: 1;
}


/* FAQ SECTION */
.faq-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
}

.faq-section a {
    color: #5d5dfd;
    text-decoration: underline;
}

.faq-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    align-items: start;
}

.faq-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}


.faq-item {
    background: #080808;
    border: 1px solid #1f2226;
    border-radius: 16px;
    overflow: hidden;
    transition:
        border-color .35s ease,
        transform .35s ease,
        box-shadow .35s ease,
        background .35s ease;
}

.faq-item:hover {
    transform: translateY(-3px);
    border-color: #343841;
    background: #0b0b0b;
    box-shadow: 0 12px 30px rgba(0,0,0,.35);
}

.faq-item.active {
    border-color: #4a4f59;
    box-shadow: 0 18px 45px rgba(0,0,0,.45);
}

.faq-question {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 28px 32px;

    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: left;

    transition:
        background .3s ease,
        padding-left .35s ease,
        color .3s ease;
}

.faq-item:hover .faq-question {
    padding-left: 38px;
}

.faq-item.active .faq-question {
    color: #fff;
}

.arrow-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;

    color: #9ea3ab;

    transition:
        transform .45s cubic-bezier(.34,1.56,.64,1),
        color .3s ease;
}

.faq-item.active .arrow-icon {
    transform: rotate(180deg);
    color: #fff;
}

.faq-answer {
    height: 0;
    overflow: hidden;

    opacity: 0;
    transform: translateY(-12px);

    transition:
        max-height .55s cubic-bezier(.25,.8,.25,1),
        opacity .35s ease,
        transform .35s ease;
}

.faq-item.active .faq-answer {
    opacity: 1;
    transform: translateY(0);
}

.answer-content {
    padding: 0 32px 30px;

    color: #a7acb5;
    font-size: 15px;
    line-height: 1.8;
}

.answer-content p {
    margin-bottom: 16px;
}

.answer-content ul {
    list-style: none;
    padding: 0;
}

.answer-content li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
}

.answer-content li::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;

    background: #5d5dfd;

    position: absolute;
    left: 0;
    top: 10px;
}




/* cta section */

.cta-section {
    background-color: #0b0c0d;
    background: url(./media/yellow-radial-background.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 100px 24px;
    text-align: center;
    border: 1px solid rgb(48, 51, 48);
    border-radius: 15px;
    margin-bottom: 50px;
}

.cta-section #stars {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
}

.cta-container {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.cta-title {
    font-size: 64px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 24px;
    letter-spacing: -1.5px;
    background: linear-gradient(180deg, #ffffff 30%, #b5b8bc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cta-subtitle {
    font-size: 17px;
    line-height: 1.6;
    color: #9ea3ac;
    max-width: 620px;
    margin: 0 auto 40px auto;
    font-weight: 400;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #131416;
    border: 1px solid #2e3238;
    color: #ffffff;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 30px;
    font-size: 15.5px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
}

.btn-arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.cta-btn:hover {
    background-color: #18191c;
    border-color: #454a54;
}

.cta-btn:hover .btn-arrow {
    transform: translateX(4px);
}

.cta-btn:active {
    transform: scale(0.98);
}





/* blog section */
.blog-section {
    background-color: #080808;
    color: #ffffff;
    padding: 100px 24px;
}

.container {
    max-width: 100%;
    margin: 0 auto;
}

.blog-header {
    text-align: center;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.resources-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    letter-spacing: 2.5px;
    color: #7b7e85;
    font-weight: 600;
    border: 1px solid #1f2226;
    padding: 6px 14px;
    border-radius: 20px;
    background-color: #131416;
    margin-bottom: 16px;
}

.resources-tag .dot {
    width: 6px;
    height: 6px;
    background-color: #e09e40;
    border-radius: 50%;
}


.blog-header h2 {
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -1px;
    background: linear-gradient(180deg, #ffffff 40%, #a5a5a5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 50px;
}

.blog-card {
    background-color: #080808;
    border: 1px solid #1f2226;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: border-color 0.3s ease, transform 0.3s ease;
    padding: 20px;
}

.blog-card:hover {
    border-color: #2e3238;
    transform: translateY(-4px);
}

.card-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    background-color: #080808;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-card-img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    opacity: 0.8;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s ease;
    z-index: 1;
}

.card-image-wrapper:hover .blog-card-img {
    transform: scale(1.08);
    opacity: 0.95;
}



.card-title-overlay {
    position: absolute;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    color: #ffffff;
    letter-spacing: -0.5px;
    padding: 0 20px;
    z-index: 2;
}

.card-content {
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.tags-row {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.blog-tag {
    font-size: 14px;
    font-weight: 600;
    color: #8a8d93;
    background-color: #282828;
    border: 1px solid #282b30;
    padding: 10px;
}

.card-heading {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    color: #ffffff;
    margin-bottom: 12px;
}

.card-excerpt {
    font-size: 14px;
    color: #ced0d4;
    line-height: 1.6;
    /* margin-bottom: 24px; */
    flex-grow: 1;
}

.author-row {
    display: flex;
    align-items: center;
    gap: 12px;
    /* border-top: 1px solid #1f2226; */
    padding-top: 20px;
}

.avatar {
    width: 38px;
    height: 38px;
    background-color: #e27d60;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.5px;
}

.author-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.author-name {
    font-size: 13.5px;
    font-weight: 500;
    color: #ffffff;
}

.meta-data {
    font-size: 12px;
    color: white;
}

.view-all-wrapper {
    text-align: end;
    margin-top: 20px;
}

.view-all-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    border-bottom: 1px solid #2e3238;
    padding-bottom: 6px;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.link-arrow {
    width: 14px;
    height: 14px;
    color: #8a8d93;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s ease;
}

.view-all-link:hover {
    color: #e09e40;
    border-color: #e09e40;
}

.view-all-link:hover .link-arrow {
    transform: translate(3px, -3px);
    color: #e09e40;
}


@media (max-width: 1120px) {
    .ddo-card {
        height: 70vh;
    }
}

@media (max-width: 992px) {
    .testimonial-grid {
        column-count: 2;
    }

    .cs-main-card {
        flex-direction: column-reverse;
    }

    .cs-section2,
    .cs-section1 {
        width: 100%;
        height: auto;
    }

    .cs-section2 img {
        height: 80vh;
    }

    .cs-inner-card {
        height: auto;
    }

    .quote-icon {
        top: -40px;
    }

    .ps-cards {
        width: 100%;
    }

    .ps-card {
        width: 100%;
        text-decoration: none;
        color: white;
    }

   
    .ps-card-detail h2{
        color: white !important;
    }

    .blog-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        margin-bottom: 50px;
    }


}

@media (max-width: 960px) {
    .ms-title {
        font-size: 50px;
    }

    .ms-detail {
        font-size: 15px;
    }

    .cta-section {
        height: auto;
    }

}

@media (max-width: 900px) {
    .case-study-h1 {
        font-size: 30px;
    }
}

@media (max-width: 860px) {
    .ms-title {
        font-size: 50px;
    }

    .ms-detail {
        font-size: 15px;
    }

}

@media (max-width: 766px) {
    .ddo-card {
        height: auto;
        width: 100%;
    }

    .wc-section {
        flex-direction: column;
    }

    .wc-left,
    .wc-right {
        width: 100%;
    }

    .wc-left {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .wc-left button {
        width: 35%;
    }

    .wc-h1 {
        font-size: 40px;
    }

    .faq-wrapper {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
        align-items: start;
    }

    .blog-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
        margin-bottom: 50px;


    }

    @media (max-width: 669px) {
        .wc-left button {
            width: 45%;
        }
    }

    @media (max-width: 650px) {
        .testimonial-grid {
            column-count: 1;
        }

        .card {
            padding: 24px;
        }

        .ms-title {
            font-size: 40px;
        }

        .ms-detail {
            font-size: 14px;
        }
    }

    @media (max-width: 576px) {
        .quote-icon {
            top: -30px;
        }

        .wc-left button {
            width: 60%;
        }
    }

    @media (max-width: 490px) {
        .quote-icon {
            top: -20px;
        }

        .ps-card {
            height: auto;
        }

        .ps-card img {
            width: 90%;
            border-radius: 12px;
            object-fit: cover;
            transform: translateY(15%);
            transition: transform 0.9s cubic-bezier(0.25, 1, 0.5, 1);
        }

    }

    @media (max-width: 576px) {
        .main-section1{
            margin-bottom: 20px;
            margin-top: -80px;
        }
        .wc-left button {
            width: 100%;
        }

        .ms-title {
            width: 100%;
            font-size: 25px;
        }

        .ms-detail {
            width: 85%;
            font-size: 14px;
        }

        .ms-btns {
            flex-direction: column;
            width: 100%;
        }

        .ms-btn {
            width: 100%;
        }

        .ddo-section {
            padding-top: 0px;
            margin-top: 0px;
        }

        

        .cs-section2 img {
            height: auto;
        }

        .cs-section2-h1 {
            font-size: 16px;
        }

        .mthe-btn {
            font-size: 14px;
            width: 100%;
        }

        .cs-card-last-section {
            flex-direction: column;
            align-items: start;
        }

        .ps-cards {
            width: 100%;
            display: flex;
        }

        .ps-card {
            width: 100%;
            padding: 30px;
        }

        .ps-h1 {
            font-size: 40px;
        }

        .wc-h1 {
            font-size: 30px;
        }

        .tm-card{
            display: flex;
            flex-direction: column;
            align-items: start;
            justify-content: space-between;
            height: 50vh;
        }

        .cta-title {
            font-size: 30px;
        }


        .cta-section {
            background-color: #0b0c0d;
            background: url(./media/yellow-radial-background.svg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            min-height: auto;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
            padding-top: 100px;
            text-align: center;
            border: 1px solid rgb(48, 51, 48);
            border-radius: 15px;
            margin-bottom: 100px;
        }

        .blog-grid{
            display: grid;
            grid-template-columns: repeat(1);
            gap: 20px;
            margin-bottom: 50px;
        }

        .faq-section, 
        .blog-section, 
        .portfolio-section, 
        .case-study-section, 
        .ddo-section, 
        .wc-section,
        .testimonial-section,
        .cta-section{
            margin: 20px !important;
        }

        .blog-header{
            margin-bottom: 20px;
        } 

        .services-btn{
            margin-bottom: 30px;
        }

        .tags-row{
            flex-direction: column;
        }

       

    }

    @media (max-width: 700px) {
        .webflow-btn {
            width: 100%;
        }
    }

    @media (ma-width: 440px) {
          .wc-left button {
            width: 100%;
        }
    }

    @media (max-width: 392px) {
        .quote-icon {
            top: -10px;
        }
    }
}





.corner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
}

.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.25),
    rgba(0, 0, 0, 0.04),
    rgba(0, 0, 0, 0.1)
  );
}

.glow {
  position: absolute;
  left: -250px;
  top: -250px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 196, 0, 0.6),
    rgba(255, 170, 0, 0.2),
    transparent 60%
  );
  filter: blur(100px);
}