@font-face {
    font-family: Gilmer-Regular-Trial;
    src: url(../fonts/Gilmer-Regular-Trial.woff2);
}

@font-face {
    font-family: Gilmer-Medium-Trial;
    src: url(../fonts/Gilmer-Medium-Trial.woff2);
}

@font-face {
    font-family: Gilmer-Heavy-Trial;
    src: url(../fonts/Gilmer-Heavy-Trial.woff2);
}

@font-face {
    font-family: Gilmer-Bold-Trial;
    src: url(../fonts/Gilmer-Bold-Trial.woff2);
}

@font-face {
    font-family: NotoSans-Regular;
    src: url(../fonts/NotoSans-Regular.ttf);
}

@font-face {
    font-family: NotoSans-Bold;
    src: url(../fonts/NotoSans-Bold.ttf);
}

body {
    font-family: NotoSans-Regular;
}

.font-gilmerbold {
    font-family: Gilmer-Bold-Trial;
}

.font-notobold {
    font-family: NotoSans-Bold;
}

.font-noto {
    font-family: NotoSans-Regular;
}

.line-height-28 {
    line-height: 28px;
}

.main-sec-title {
    font-size: 40px;
}

.landing-sec-2 {
    padding: 30px 0px;
    background: linear-gradient(225deg, #493FCF -4.53%, #6C006E 82.17%);
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.landing-header-1 {
    background: #fff;
    box-shadow: 0px 1px 39px 15px rgba(0, 0, 0, 0.08);
    padding-bottom: 4px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}

.lading-page-b {
    padding-top: 92px;
}

.landing-banner {
    position: relative;
}

.landing-banner .inner-video-sec {
    height: 90vh;
}

.landing-banner .inner-video-sec iframe {
    height: 100%;
}

.landing-banner .arrow-svg {
    max-width: 100%;
}

.landing-banner .new-down-arrow {
    display: inline-block;
    width: 43px;
    z-index: 1;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
}

.card-sec-1 {
    padding: 30px 40px;
    background-color: #000000;
}

.card-sec-1 .card-one {
    color: #fff;
    padding: 20px;
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 474 640'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:url(%23linear-gradient);%7d%3c/style%3e%3clinearGradient id='linear-gradient' x1='245.74' y1='631.87' x2='244.49' y2='-10.99' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0.14' stop-color='%23672873'/%3e%3cstop offset='0.87' stop-color='%23514da0'/%3e%3c/linearGradient%3e%3c/defs%3e%3ctitle%3ebg 05%3c/title%3e%3crect class='cls-1' y='-10.69' width='490.27' height='661.38'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 100%;
    flex-direction: column;
    border: 2px solid #fff;
    justify-content: space-between;
}

.card-sec-1 .card-one svg {
    width: 15px;
    fill: #fff;
}

.card-sec-1 .card-one h3 {
    font-size: 60px;
}

.card-sec-1 .card-one p {
    font-size: 18px;
    margin-bottom: 20px;
}

.card-sec-1 .card-one .kn-bnt {
    width: 100%;
    font-size: 18px;
    padding: 10px;
    color: #fff;
    display: inline-flex;
    justify-content: space-between;
    border: 2px solid #fff;
    border-radius: 12px;
    text-decoration: none;
    transition: ease-in-out 0.4s;
}

.card-sec-1 .card-one .kn-bnt:hover {
    background-color: #000000;
}

/* .card-sec-1 .col-lg-4:nth-child(2) .card-one .kn-bnt {
    background: #000000 !important;
} */

.card-sec-1 .custom-dropdown {
    width: 100%;
    font-size: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 8px;
    background-color: transparent;
    color: #000;
    box-sizing: border-box;
    margin-bottom: 40px;
    background: #fff;
    border-radius: 7px;
    appearance: none;
    /* Removes default arrow */
    -webkit-appearance: none;
    /* Safari */
    -moz-appearance: none;
    /* Firefox */
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3c!--!Font Awesome Free 6.7.2 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3e%3cpath d='M207 381.5L12.7 187.1c-9.4-9.4-9.4-24.6 0-33.9l22.7-22.7c9.4-9.4 24.5-9.4 33.9 0L224 284.5l154.7-154c9.4-9.3 24.5-9.3 33.9 0l22.7 22.7c9.4 9.4 9.4 24.6 0 33.9L241 381.5c-9.4 9.4-24.6 9.4-33.9 0z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 96% center;
    display: none !important;
}

.card-sec-1 .custom-dropdown:focus-visible {
    border: 2px solid transparent !important;
}

.card-sec-1 .custom-dropdown option {
    color: #000;
    /* Optional: for text color */

}

.sec-sticy-card {
    padding: 30px 0px 30px 0px;
    background-image: url('https://www.deasra.in/wp-content/uploads/2023/10/home-bg-1.webp');
    /* background-image: url('/wp-content/themes/deasra-theme/assets/img/bg-3.jpg'); */
    /*background-image: url('/wp-content/themes/deasra-theme/assets/img/new-background.png'); */
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    position: relative;
}

.sec-sticy-card .card-related-ev {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 1rem;
    padding: 1.5rem;
    z-index: 10;
    color: whitesmoke;
    border: 0.5px solid #ffffff61;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.title-with-sticky {
    /* position: sticky; */
    top: 100px;
}

.sec-sticy-card .card-related-ev span.ev-number {
    display: inline-block;
    padding: 10px;
    color: #fff;
    background: #66666675;
    margin-bottom: 20px;
    border-radius: 10px;
}

.sec-sticy-card .card-related-ev .know-btn {
    width: 100%;
    font-size: 18px;
    line-height: normal;
    padding: 10px;
    color: #fff;
    display: inline-flex;
    justify-content: space-between;
    border: 1px solid #ffffff61;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    margin-top: auto;

}

.sec-sticy-card .card-related-ev .full-card-link {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0px;
    display: none;
}

.sec-sticy-card .card-related-ev h3 {
    font-size: 20px;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

/* .sec-sticy-card .card-related-ev */
.sec-sticy-card .card-related-ev .know-btn svg {
    width: 18px;
    fill: #fff;
    /* transform: rotate(270deg); */
}

.sec-landing-sales-growth {
    padding: 30px 0px 30px 0px;
    background-color: #e7e4e7;

}

.sec-landing-sales-growth:nth-child(even) {
    /* background: #241b5e; */
    /* background-color: #8fa5c9; */
    background-image: url(https://www.deasra.in/wp-content/uploads/2023/10/home-bg-1.webp);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
}

.sec-landing-sales-growth:nth-child(even) h2 {
    color: #fff !important;
}

.sec-landing-sales-growth .flip-card {
    width: 100%;
    perspective: 1000px;
    cursor: pointer;
    position: relative;
    /* min-height: 400px */
    height: 291px;
    min-height: 200px;
    display: flex;
    /* NEW */
}

.sec-landing-sales-growth .flip-card-inner {
    flex: 1;
    /* NEW */
    width: 100%;
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
    position: relative;
    display: flex;
}

.sec-landing-sales-growth .flip-card.flipped .flip-card-inner {
    transform: rotateY(180deg);
}

.sec-landing-sales-growth .flip-card-front,
.sec-landing-sales-growth .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.sec-landing-sales-growth .flip-card-front {
    display: block;
}

.sec-landing-sales-growth {
    overflow: hidden;
}



.sales-growth-swiper .swiper-slide.slide-hidden {
    display: none !important;
}

/* .sales-growth-swiper {
  scroll-behavior: smooth;
  overflow: visible;
}

.sales-growth-swiper .swiper-wrapper {
  display: flex;
} */
.sec-landing-sales-growth .body-content {
    padding-top: 1rem;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-bottom: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    /*background: linear-gradient(2deg, rgb(0 0 0 / 70%) 20%, rgb(255 255 255 / 0%) 100%);*/
    /* background: #00000035; */
    /* background: #00000042; */
    /* backdrop-filter: blur(10px); */
    /* -webkit-backdrop-filter: blur(10px);  */
    /* min-height: 118px;*/
}

.sec-landing-sales-growth .flip-card-front .img-label-box {
    height: 100%;
}

.control-btn {
    gap: 20px;
}

.btn-co::after {
    display: none !important;
}

.btn-co {
    position: unset !important;
    width: auto !important;
    height: auto !important;
    margin: 0px !important;
}

.btn-co svg {
    height: inherit !important;
    width: inherit !important;
}

.sec-landing-sales-growth .flip-card-front {
    background-color: #fff;
}

.sec-landing-sales-growth .flip-card-front img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: top;
}

.sec-landing-sales-growth .flip-card h3 {
    /*font-size: 20px;*/
    font-size: 0px;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.sec-landing-sales-growth .sales-growth-swiper {
    padding-bottom: 20px;
    padding-top: 30px;
}

.sec-landing-sales-growth .flip-card-front .box-type-label {
    background-color: #fff;
    color: #000;
    display: none;
    left: 15px;
    font-size: 12px;
    padding: 12px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    right: 0;
    width: fit-content;
    z-index: 9;
    letter-spacing: 0.5px;
    transition: background .3s ease, color .3s ease;
    border-bottom: 2px solid #6C006E;
    margin-left: auto;
}

.sec-landing-sales-growth .flip-card-back {
    background-color: #6C006E !important;
    color: #fff;
    transform: rotateY(180deg);
    padding: 2rem;
    align-items: start;
    /* text-align: center; */
}

.sec-landing-sales-growth h2 {
    margin-bottom: 0px !important;
}

.sec-landing-sales-growth .swiper-button-next svg,
.sec-landing-sales-growth .swiper-button-prev svg {
    fill: #6C006E !important;
    top: 70px;
}

.sec-landing-sales-growth:nth-child(even) .swiper-button-next svg,
.sec-landing-sales-growth:nth-child(even) .swiper-button-prev svg {
    fill: #fff !important;
}

.sec-landing-sales-growth .swiper-button-next::after,
.sec-landing-sales-growth .swiper-button-prev::after {
    font-size: 40px;
    font-size: 20px;
    font-weight: bold;
}

.sec-landing-sales-growth .swiper {
    overflow: hidden;
    /* keep layout clean */
    position: relative;
}

.sec-landing-sales-growth .swiper-button-next {
    right: 0;
}

.sec-landing-sales-growth .swiper-button-prev {
    left: 93%;
}

.sec-landing-sales-growth .flip-card-back .card-description {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sec-landing-sales-growth .swiper-slide.swiper-margin-fix {
    width: 0px;
    /* Match the `spaceBetween` value */
    flex-shrink: 0;
    pointer-events: none;
    background: transparent;
    display: none;
}

.swiper-events .swiper-slide {
    height: auto;
}

@media (max-width: 767px) {
    .sec-landing-sales-growth .swiper {
        width: 100vw;
    }

    .sec-landing-sales-growth .swiper-slide.swiper-margin-fix {
        display: block;
    }
}

/* .sec-landing-sales-growth .sales-growth-swiper {
    width: 100vw;
}
.sec-landing-sales-growth {
    overflow: hidden;
} */
.landing-page-udojak {
    padding: 80px 0px;
}

.landing-page-udojak {
    overflow: hidden;
}

.landing-page-udojak .inner-main .mySwiper {
    width: 100vw;
}

.landing-page-udojak .inner-main .mySwiper img {
    max-width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 12px;
}

.landing-page-udojak .inner-main .btn-sv {
    width: 35px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* .sec-sticy-card ,
.sec-landing-sales-growth{
  display: none;
} */
@media (max-width: 767px) {
    .page-id-35980 #header-main #header .row>[class^="col"] {
        width: 50% !important;
        align-items: center;
    }

    .page-id-35980 #header-main #header .row .da-logo-dbig {
        padding: 0px !important;
    }

    .page-id-35980 #header {
        padding: 15px 15px 0px 8px !important;
    }

    .page-id-35980 #header-main #header .row .da-logo-dbig img {
        max-width: 150px !important;
    }

    .page-id-35980 #header-main #header .row .da-site-logo a:first-child img {
        max-width: 60px !important;
        margin-right: 10px !important;
    }

    .page-id-35980 #header-main #header .row .da-site-logo a:nth-child(2) img {
        max-width: 66px !important;
    }

    #header-main #header img.logo-right-1 {
        max-width: 240px;
        max-width: 35px !important;
        margin-left: 10px;
    }

    .sec-sticy-card .card-related-ev .know-btn {
        font-size: 16px;
    }

    img.logo-right-2 {
        max-height: 60px;
        max-width: 35px !important;
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .landing-banner .inner-video-sec {
        height: 310px;
    }

    .landing-banner .new-down-arrow {
        bottom: -16px;
        width: 30px;
    }

    .landing-sec-2,
    .card-sec-1,
    .sec-sticy-card,
    .sec-landing-sales-growth {
        padding: 40px 0px;
    }

    .card-sec-1 .card-one h3 {
        font-size: 40px;
        margin-bottom: 20px !important;
    }

    .card-sec-1 .card-one p {
        font-size: 16px;
        line-height: normal;
    }

    .card-sec-1 .card-one .kn-bnt {
        font-size: 18px;
    }

    .card-sec-1 .col-lg-4 {
        margin-bottom: 25px;
    }

    .card-sec-1 .col-lg-4:last-child {
        margin-bottom: 0px;
    }

    .title-with-sticky {
        /* position: unset; */
        top: 80px !important;
    }

    .main-sec-title {
        font-size: 28px;
        /* word-break: break-all; */
    }

    .sec-sticy-card .card-related-ev h3 {
        font-size: 1.5rem;
    }

    .lading-page-b {
        padding-top: 70px;
    }

    .landing-header-1 {
        padding: 15px 15px 0px 15px;
    }

    .sec-sticy-card .card-related-ev {
        top: 126px;
        padding-inline: 20px;
    }

    .card-sec-1 {
        padding-left: 15px;
    }

    .card-sec-1 .swiper-slide {
        width: 280px;
        height: auto;
    }

}

@media (min-width: 1024px) and (max-width: 1299px) {
    .sec-landing-sales-growth .flip-card {
        height: 229px;
    }

    .sec-landing-sales-growth .sales-growth-swiper {
        padding-top: 55px;
    }
}

@media (min-width: 1300px) and (max-width: 1399px) {
    .sec-landing-sales-growth .flip-card {
        height: 263px;
    }

}

@media (max-width: 767px) {
    .swiper-events {
        margin-top: 25px;
    }

    /* .sec-landing-sales-growth .sales-growth-swiper {
        padding-inline: 20px;
    } */

    .sec-landing-sales-growth h2 {
        font-size: 26px;
        text-align: left;
    }

    /* .sales-growth-swiper .swiper-slide {
        width: 60.9% !important;
    } */
    .sec-landing-sales-growth .container {
        padding-right: 0px;
    }

    .sec-landing-sales-growth .swiper-slide {
        width: 250px;
    }

    .sec-landing-sales-growth .swiper {
        width: 100%;
    }

    .sec-landing-sales-growth .swiper-button-next {
        right: 0;
    }

    .sec-landing-sales-growth .flip-card h3 {
        /*font-size: 16px;*/
        font-size: 0px;
        min-height: auto
    }

    .sec-landing-sales-growth .swiper-button-prev {
        left: 78%;
    }

    .sec-landing-sales-growth .swiper-button-next,
    .sec-landing-sales-growth .swiper-button-prev {
        top: 50px;
    }

    .sec-landing-sales-growth .sales-growth-swiper {
        padding-top: 30px;
        padding-bottom: 30px !important;
    }

    .resources-wrapper.row {
        padding-right: 0.7rem;
    }

    .grp-1 {
        /* flex-direction: column; */
        /* align-items: end; */
        gap: 20px;
        padding-right: 0.8rem;
    }

    .control-btn {
        gap: 10px;
    }

    .grp-1 h2 {
        width: 70%;
        margin-bottom: 0px !important;
    }

    .control-btn {
        justify-content: end;
    }

    .sec-landing-sales-growth {
        padding-bottom: 20px;
        padding-top: 40px;
        /* margin-top: -40px; */
    }

    .sec-landing-sales-growth .body-content {
        padding-top: 1.8rem;
    }

    .sec-landing-sales-growth .flip-card {
        height: 250px;
    }

    .sec-landing-sales-growth .flip-card-back {
        padding: 1rem;

    }
}



footer#footer {
    background: #370038;
    color: #fff;
    font-size: 14px;
    padding-top: 60px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

footer#footer a {
    text-decoration: none;
}

.footer-links-container .menu-item a,
.footer-links-list-con a {
    color: #fff;
    line-height: 24px;
    text-decoration: none;
}

.footer-links__heading a {
    color: #fff;
    font-family: "Gilmer Bold";
    font-size: 16px;
    text-decoration: none;
    font-family: Gilmer-Bold-Trial;
}

.footer-back-to-top {
    position: absolute;
    bottom: 30px;
    right: 10px;
}

footer#footer .footer-yu-img {
    display: inline-block;
}

footer#footer h3.widget-title {
    margin-top: 1rem;
    font-size: 1rem;
    font-family: "Gilmer Bold", sans-serif;
    font-family: Gilmer-Bold-Trial;
}

@media (max-width: 767px) {
    footer#footer .menu.nav li a {
        padding: 0.2rem 10px !important;
    }

    footer#footer {
        padding-left: 15px;
        padding-right: 15px;
    }

    .social-links-group {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
    }

    .social-links-group .menu-item i {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .footer-yu-img-con {
        width: 15%;
        margin-left: -18px;
        margin-right: -20px;
    }
}

@media (min-width: 678px) {
    .footer-main-logo {
        margin-bottom: 30px;
        margin-top: 30px;
    }
}

.footer-links-container .menu,
.footer-links-list-con {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

footer#footer .social-links-group.menu li a {
    padding: 8px 10px;
}

footer#footer .menu.nav li a {
    color: #fff;
    font-size: 24px;
    padding: 0.5rem 15px;
}

@media (min-width: 1600px) {
    .sec-landing-sales-growth .flip-card {
        height: 325px !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing-banner .inner-video-sec {
        height: 400px;
    }

    .da-site-logo a:first-child img {
        width: 66px !important;
        margin-right: 37px;
    }
}

@media (min-width: 768px) and (max-width: 1200px){
    .da-site-logo a:first-child img {
        width: 66px !important;
        margin-right: 37px;
    }
}