/* FAQ Design Start */

.mdr_faq_section{
    padding: 60px 30px 120px 30px !important;
    background-color: #FFF !important;
}
.mdr_faq_title {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mdr_faq_inner .mdr-faq-item:last-child{
    margin-bottom: 0 !important;
}
.mdr_faq_title h2{
    font-family: Kanit,Lato,sans-serif !important;
    font-weight: 700;
    font-size: 37px !important;
    line-height: 44px;
    text-align: center;
    color: #0B3656;
    margin-bottom: 0 !important;
}
.mdr_faq_title .mdr-title-yellow{
    color: #F9B617;
}
.mdr-faq-container {
    max-width: 1075px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    row-gap: 60px;
}

.mdr-faq-item {
    background: #ffffff;
    margin-bottom: 30px;
    overflow: hidden;
}

.mdr-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    cursor: pointer;
    background-color: #6EBBD90D;
    transition: background-color 0.8s ease;
    position: relative;
    border: 1px solid #468C414D;
}

.mdr-faq-item.mdr-active .mdr-faq-question {
    background-color: #468C41;
}

.mdr-question-content {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
    padding-right: 20px;
}

/* .mdr-circle-icon {
    width: 28px;
    height: 28px;
    border: 3px solid #7bb36a;
    border-radius: 50%;
    flex-shrink: 0;
    transition: border-color 0.8s ease;
} */

.mdr-faq-item.mdr-active .mdr-circle-icon {
    border-color: #ffffff;
}

.mdr-question-text {
    color: #0B3656;
    font-family: Kanit,Lato,sans-serif !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    transition: color 0.8s ease;
}

.mdr-faq-item.mdr-active .mdr-question-text {
    color: #ffffff;
}

.mdr-toggle-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #468C41;
    background-color: #ffffff;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.mdr-faq-item.mdr-active .mdr-toggle-btn {
    border-color: #ffffff;
    background-color: #FFF;
}

.mdr-toggle-btn::before,
.mdr-toggle-btn::after {
    content: '';
    position: absolute;
    background-color: #468C41;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.mdr-toggle-btn::before {
    width: 14px;
    height: 2px;
}

.mdr-toggle-btn::after {
    width: 2px;
    height: 14px;
}

.mdr-faq-item.mdr-active .mdr-circle-icon svg path{
    fill: #FFF;
}

.mdr-faq-item.mdr-active .mdr-toggle-btn::before,
.mdr-faq-item.mdr-active .mdr-toggle-btn::after {
    background-color: #468C41;
}

.mdr-faq-item.mdr-active .mdr-toggle-btn::after {
    transform: rotate(90deg);
    opacity: 0;
}












.mdr-faq-answer {
    display: none;
    background-color: #ffffff;
    padding: 20px 50px 20px 30px;
}

.mdr-faq-answer {
    will-change: height;
}
















.mdr-answer-content {
    position: relative;
    padding-left: 35px;
}

.mdr-answer-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    /* ONE continuous gradient (no repeat) */
    background: linear-gradient(
        to bottom,
        #468C41 0%,
        #6FAE45 40%,
        #AEC737 100%
    );
    /* Dash cut-out */
    -webkit-mask: repeating-linear-gradient(
        to bottom,
        #000 0 14px,
        transparent 14px 22px
    );
    mask: repeating-linear-gradient(
        to bottom,
        #000 0 8px,
        transparent 6px 12px
    );
    
}

.mdr-answer-content::after {
    content: '';
    position: absolute;
    left: -4px;
    bottom: 0;
    width: 11px;
    height: 11px;
    background-color: #AEC737;
    border-radius: 50%;
}

.mdr-answer-text {
    font-family: Lato;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #0C171E;
}




/* FAQ Design End */


/* Real Result Section Start */

.mdr-results-section .mdr-container {
    max-width: 1296px;
    width: 100%;
    margin: 0 auto;
}

.mdr-results-section {
    position: relative;
    background: linear-gradient(180deg, #0B3656 0%, #0C171E 124.15%);
    padding: 160px 30px 200px 30px !important;
    overflow: hidden;
}

/* Diagonal top edge */
.mdr-results-section::before {
    content: '';
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    height: 120px;
    background: #FFF;
    transform: skewY(-2deg);
    transform-origin: top left;
}

/* Diagonal bottom edge */
.mdr-results-section::after {
    content: '';
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    height: 120px;
    background: #FFF;
    transform: skewY(2deg);
    transform-origin: bottom left;
}



.mdr-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}
.mdr-section-title h2 {
    font-family: Kanit,Lato,sans-serif !important;
    font-weight: 700;
    font-size: 37px !important;
    line-height: 44px;
    margin: 0;
    color: #FFF;
}
.mdr-section-title h2.mdr-title-yellow{
    color: #F9B617 !important;
}

.mdr-section-title .mdr-title-white {
    color: #ffffff;
}

.mdr-section-title .mdr-title-orange {
    color: #f7941d;
}

.mdr-g2-badge {
    border: 1px solid #ffffff;
    overflow: hidden;
    max-width: 300px;
    width: 100%;
}

.mdr-g2-badge-top {
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 20px;
}

.mdr-stars {
    display: flex;
    gap: 2px;
}

.mdr-star {
    color: #FF492C;
    font-size: 24px;
}
.mdr-g2-logo{
    max-width: 60px;
    width: 100%;
    max-height: 60px;
    height: 100%;
}
.mdr-g2-logo-rating {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 5px;
}

.mdr-rating-text {
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
}

.mdr-g2-badge-bottom {
    background: #FF492C;
    padding: 4px 20px;
    text-align: center;
}

.mdr-g2-badge-bottom p {
    color: #ffffff;
    margin: 0;
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
}

.mdr-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.mdr-feature-card {
    background: linear-gradient(90.01deg, #0B3656 0.01%, #215F93 99.99%);
    padding: 30px;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.mdr-feature-card:hover {
    box-shadow: 0 4px 10px rgb(0 0 0 / 37%), 0 12px 24px rgba(0, 0, 0, 0.12);
}

/* Decorative circle */
.mdr-feature-card::after {
    content: '';
    position: absolute;
    right: -40px;
    bottom: -40px;
    width: 98px;
    height: 98px;
    border: 10px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}

.mdr-feature-content {
    display: flex;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.mdr-checkmark {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    background: #F9B617;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a3d5c;
    font-size: 16px;
    font-weight: 700;
}

.mdr-feature-text {
    color: #ffffff;
    font-family: Lato;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

        
/* Real Result Section End */


/* SOC Expertise Section Start */

.mdr-soc-section .mdr-container {
    max-width: 1296px;
    margin: 0 auto;
}

.mdr-soc-section {
    position: relative;
    background: #FFF;
    padding: 120px 30px !important;
    overflow: hidden;
}

.mdr-content-wrapper {
    display: flex;
    gap: 70px;
    justify-content: flex-start;
    align-items: center;
}

.mdr-text-content {
    max-width: 743px;
}

.mdr-soc-section h2.mdr-section-title{
    font-family: Kanit, Lato, sans-serif !important;
    font-weight: 700;
    font-size: 37px !important;
    line-height: 44px;
    color: #0B3656;
    margin-bottom: 20px !important;
}
.mdr-soc-section h2 .mdr-title-yellow{
    color: #F9B617;
}

.mdr-soc-content p {
    font-family: Lato;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #0C171E;
    margin-bottom: 20px;
}
.mdr-soc-content p:last-child{
    margin-bottom: 0 !important;
}
.mdr-soc-section .mdr-text-content .mdr-feature-list{
    margin-top: 30px !important;
}
.mdr-soc-section .mdr-text-content ul.mdr-feature-list li{
    margin: 0 0 10px 20px !important;
    color: #0C171E;
}
.mdr-soc-section .mdr-text-content ul.mdr-feature-list li::marker{
    color: #468C41 !important;
    font-size: 20px;
}
.mdr-soc-section .mdr-text-content ul.mdr-feature-list li:last-child{
    margin-bottom: 0 !important;
}

.mdr-title-orange {
    color: #f7941d;
}

.mdr-description {
    color: #333333;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.mdr-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
    color: #333333;
    font-size: 17px;
    line-height: 1.6;
}

.mdr-feature-bullet {
    width: 8px;
    height: 8px;
    background: #6ba547;
    border-radius: 50%;
    margin-top: 8px;
    flex-shrink: 0;
}

.mdr-image-section {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.mdr-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 523px;
}

.mdr-main-image {
    max-width: 443px;
    width: 100%;
    max-height: 396px;
    height: auto;
    display: block;
    border-radius: 0;
    position: relative;
    z-index: -1;
}
.mdr-decorative-circle{
    position: static;
}

.mdr-decorative-circle:before {
    content: "";
    position: absolute;
    width: 198px;
    height: 198px;
    top: unset !important;
    left: -40px !important;
    bottom: -26px !important;
    inset: 0;
    border-radius: 50%;
    padding: 22px;
    background: linear-gradient(90deg, #468C41 0%, #AEC737 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
}


/* SOC Expertise Section End */


/* Detect Faster Section Start */

.mdr-detect-section {
    position: relative;
    background: linear-gradient(180deg, #215F93 0%, #0B3656 68.48%);
    padding: 120px 30px !important;
    overflow: hidden;
}
.mdr-detect-section .mdr-detect-container{
    max-width: 1296px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    row-gap: 60px;
}
.mdr-title-yellow {
    color: #F9B617 !important;
}

h2.mdr-detect-section-title{
    font-family: Kanit;
    font-weight: 700;
    font-size: 37px !important;
    line-height: 44px;
    text-align: center;
    color: #FFF;
    margin-bottom: 0;
}

/* Diagonal top edge */
.mdr-detect-section::before {
    content: '';
    position: absolute;
    top: -130px;
    left: 0;
    right: 0;
    height: 130px;
    background: #FFF;
    transform: skewY(2deg);
    transform-origin: top left;
}

/* Diagonal bottom edge */
.mdr-detect-section::after {
    content: '';
    position: absolute;
    bottom: -130px;
    left: 0;
    right: 0;
    height: 130px;
    background: #FFF;
    transform: skewY(-3deg);
    transform-origin: bottom left;
}

.mdr-results-section .mdr-section-title {
    max-width: 360px;
    width: 100%;
    font-family: Kanit,Lato,sans-serif !important;
    font-weight: 700;
    font-size: 37px !important;
    line-height: 44px;
}
.mdr-results-section .mdr-section-title .mdr-title-yellow{
    color: #F9B617;
}
.mdr-title-white {
    color: #ffffff;
}

.mdr-title-orange {
    color: #f7941d;
}

.mdr-content-grid {
    display: flex;
    align-items: center;
}

.mdr-cards-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 745px;
    width: 100%;
    margin-right: -60px;
    z-index: 1;
}

.mdr-info-card.mdr-card-01 {
    background: #002240;
    border: 1px solid #FFFFFF4D;
    padding: 18px;
    color: #ffffff;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.mdr-info-card.mdr-card-02 {
    background: #0B3656;
    border: 1px solid #FFFFFF4D;
    padding: 18px;
    color: #ffffff;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.mdr-info-card.mdr-card-03 {
    background: #215F93;
    border: 1px solid #FFFFFF4D;
    padding: 18px;
    color: #ffffff;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.mdr-info-card.mdr-card-04 {
    background: #6EBBD9;
    border: 1px solid #FFFFFF4D;
    padding: 18px;
    color: #ffffff;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.mdr-info-card.mdr-card-01:hover,
.mdr-info-card.mdr-card-02:hover,
.mdr-info-card.mdr-card-03:hover,
.mdr-info-card.mdr-card-04:hover{
    box-shadow: 0 4px 10px rgb(0 0 0 / 37%), 0 12px 24px rgba(0, 0, 0, 0.12);
}

.mdr-card-number {
    font-family: Kanit, Lato, sans-serif;
    font-weight: 700;
    font-size: 32px !important;
    line-height: 32px;
    color: #FFF;
    margin-bottom: 30px !important;
}

h3.mdr-card-title {
    font-family: Kanit;
    font-weight: 600;
    font-size: 24px !important;
    line-height: 29px;
    color: #FFF;
    margin-bottom: 20px !important;
}

p.mdr-card-description {
    font-family: Lato;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 0 !important;
}

.mdr-diagram-section {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 612px;
    width: 100%;
}

.mdr-circular-diagram{
    width: 100%;
}
.mdr-circular-diagram img{
    max-height: 612px;
    margin-left: 10px;
}
.mdr_cards_container {
    max-width: 745px;
    margin-right: -70px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.mdr-cards-section-top {
    display: flex;
    gap: 30px;
}

.mdr-cards-section-bottom {
    display: flex;
    gap: 30px;
    padding-left: 111px;
}

.mdr-info-card {
    max-width: 302px;
    min-height: 307px;
}

/* Detect Faster Section End */


/* What makes MDR different section Start */

.mdr-section-different {
    position: relative;
    background: #FFF;
    padding: 120px 30px !important;
    overflow: hidden;
}
.mdr-section-different .mdr-section-different-container{
    max-width: 1296px;
    width: 100%;
    margin: 0 auto;
}
.mdr-section-different-content-wrapper {
    display: flex;
    column-gap: 30px;
}
.mdr-section-different .text-content{
    max-width: 743px;
    width: 100%;
}
.mdr-section-different .image-section {
    padding: 42px 42px;
}
.mdr-different-image-container:before{
    content: "";
    position: absolute;
    width: 198px;
    height: 198px;
    top: 0 !important;
    left: 0 !important;
    inset: 0;
    border-radius: 50%;
    padding: 22px;
    background: linear-gradient(90deg, #468C41 0%, #AEC737 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
}
.mdr-section-different .section-title{
    font-weight: 700;
    font-size: 37px !important;
    line-height: 44px;
    color: #0B3656;
    margin-bottom: 20px !important;
}
.mdr-different-image-container img{
    max-width: 439px;
    width: 100%;
    max-height: 394px;
    height: 100%;
    object-fit: cover;
}
.mdr-section-different .description p{
    font-family: Lato;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #0C171E;
    margin-bottom: 20px;
}
.mdr-section-different .text-content .description p:last-of-type{
    margin-bottom: 0 !important;
}

/* Diagonal bottom edge */
.mdr-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: #2d5f7a;
    transform: skewY(-2deg);
    transform-origin: bottom right;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1;
}

.content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: flex-start;
    margin-bottom: 60px;
}

.image-section {
    position: relative;
}

.image-container {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.main-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
}

.decorative-circle-green {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 200px;
    height: 200px;
    border: 15px solid #6ba547;
    border-radius: 50%;
    z-index: 1;
}


.section-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

.title-blue {
    color: #1a3d5c;
}

.title-orange {
    color: #f7941d;
}

.description {
    color: #333333;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.includes-section {
    margin-top: 30px;
}

.includes-title {
    color: #468C41;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 24px !important;
    line-height: 29px;
}

.includes-list {
    list-style: none;
}

.includes-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0C171E;
    margin: 0 0 10px 0px !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}
.includes-list li:last-child{
    margin-bottom: 0 !important;
}

.includes-bullet {
    width: 7px;
    height: 7px;
    background: #468C41;
    border-radius: 50%;
    flex-shrink: 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.stat-card {
    background: #0C171E;
    border: 1px solid;
    border-image: linear-gradient(180deg, #6EBBD9 0%, #0B3656 100%) 1;
    padding: 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.counter_details {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 176px;
}
.counter_image {
    max-width: 75px;
    width: 100%;
    max-height: 75px;
    height: 100%;
    display: flex;
}

.stat-number {
    font-family: Kanit, Lato, sans-serif;
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
}

.stat-card:nth-child(1) .stat-number {
    color: #468C41;
}

.stat-card:nth-child(2) .stat-number {
    color: #F9B617;
}

.stat-card:nth-child(3) .stat-number {
    color: #6EBBD9;
}

.stat-card:nth-child(4) .stat-number {
    color: #AEC737;
}

.stat-label {
    color: #ffffff;
    position: relative;
    z-index: 1;
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
}

.stat-description {
    color: #ffffff;
    position: relative;
    z-index: 1;
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    display: block;
}

.carousel-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 40px;
    padding: 20px 0;
}

.carousel-btn {
    width: 40px;
    height: 40px;
    background: #3a3a3a;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: background 0.3s ease;
}

.carousel-btn:hover {
    background: #4a4a4a;
}

.carousel-indicator {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    background: #3a3a3a;
    padding: 10px 20px;
    border-radius: 4px;
}

/* What makes MDR different section End */


/* CTA Section Banner Design Start */


/* Initial hidden state */
.mdr-cta-section .mdr-cta-container h1,
.mdr-cta-section .mdr-cta-container p,
.mdr-cta-section .mdr-cta-button {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}

/* Animated state (added by JS) */
.mdr-cta-section .mdr-cta-container.mdr-fadeup h1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.15s;
}

.mdr-cta-section .mdr-cta-container.mdr-fadeup p {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.55s; /* p comes a bit after h1 → very elegant */
}

.mdr-cta-section .mdr-cta-container.mdr-fadeup .mdr-cta-button {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.80s; /* p comes a bit after h1 → very elegant */
}

.mdr-cta-section {
    position: relative;
    background: linear-gradient(180deg, rgba(11, 54, 86, 0) 0%, rgba(10, 132, 124, 0.3) 56.76%, rgba(110, 187, 217, 0.5) 113.52%);
    padding: 100px 30px !important;
    overflow: hidden;
    text-align: center;
}
.mdr-cta-section::before{
    content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.00838519) 11.79%, rgba(255, 255, 255, 0.0324148) 21.38%, rgba(255, 255, 255, 0.0704) 29.12%, rgba(255, 255, 255, 0.120652) 35.34%, rgba(255, 255, 255, 0.181481) 40.37%, rgba(255, 255, 255, 0.2512) 44.56%, rgba(255, 255, 255, 0.328119) 48.24%, rgba(255, 255, 255, 0.410548) 51.76%, rgba(255, 255, 255, 0.4968) 55.44%, rgba(255, 255, 255, 0.585185) 59.63%, rgba(255, 255, 255, 0.674015) 64.66%, rgba(255, 255, 255, 0.7616) 70.88%, rgba(255, 255, 255, 0.846252) 78.62%, rgba(255, 255, 255, 0.926281) 88.21%, #FFFFFF 100%);
    pointer-events: none;
}
section.mdr-cta-section:after {
    content: '';
    position: absolute;
    width: 870px;
    height: 870px;
    top: 245px;
    left: 285px;
    border-radius: 50%;
    background: linear-gradient(180deg, #6EBBD9 0%, #0B3656 100%);
    filter: blur(350px);
    opacity: 1;
    z-index: -1;
}

h1.mdr-cta-section-title {
    font-family: Kanit;
    font-weight: 700;
    font-size: 52px !important;
    line-height: 62px !important;
    text-align: center;
    margin-bottom: 0;
    color: #FFF;
    max-width: 800px;
    margin: 0 auto;
}

p.mdr-cta-section-subtitle {
    font-family: Lato;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #FFF;
    margin: 20px 0;
}

p.mdr-cta-section-tagline {
    font-family: Lato;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #F9B617;
    margin-bottom: 0;
}

.mdr-cta-button {
    display: inline-block;
    background: #468C41;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    padding: 10px 30px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.8s ease;
    text-decoration: none;
    margin-top: 40px;
}

.mdr-cta-button:hover {
    background: #F9B617;
    color: #000;
}



/* CTA Section Banner Design End */


/* Last Section Design Start */
.mdr_modern_landscape{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 26%;
}
.mdr_modern_landscape:before{
    content: '';
    background: linear-gradient(180deg, rgba(12, 23, 30, 0) 0%, #0C171E 100%), linear-gradient(105.18deg, rgba(12, 23, 30, 0.9) 0%, rgba(12, 23, 30, 0.5) 48.5%, rgba(12, 23, 30, 0.9) 100%);
    opacity: 1;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.mdr_modern_landscape{
    padding: 120px 30px !important;
    margin: 0 auto;
}
.mdr_modern_landscape_container {
    display: flex;
    justify-content: center;
}
.mdr_landscape_content_column {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    justify-content: center;
    align-items: center;
}
.mdr_landscape_content_column h2{
    font-weight: 700;
    font-size: 37px !important;
    line-height: 44px;
    text-align: center;
    color: #FFF;
    margin-bottom: 0;
}
.mdr_landscape_content_column .mdr_landsacpe_description p{
    font-family: Lato;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #FFF;
    margin-bottom: 0;
}
.mdr_landsacpe_buttons {
    display: flex;
    column-gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.mdr_landsacpe_buttons .mdr_landscape_single_btn{
    background-color: #468C41;
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #FFF;
    padding: 10px 30px;
    transition: all 0.8s ease;
}
.mdr_landsacpe_buttons .mdr_landscape_single_btn:hover{
    background-color: #F9B617;
    color: #000000;
}
.mdr_landsacpe_buttons a.mdr_landscape_single_btn.mdr_white_btn {
    background-color: #FFF;
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #468C41;
    padding: 10px 30px;
    transition: all 0.8s ease;
}
.mdr_landsacpe_buttons a.mdr_landscape_single_btn.mdr_white_btn:hover{
    background-color: #F9B617;
    color: #000000;
}

/* Last Section Design End */










/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */



@media(min-width:1919px){
    .mdr-detect-section::after {
        content: '';
        position: absolute;
        bottom: -220px;
        left: 0;
        right: 0;
        height: 220px;
        background: #FFF;
        transform: skewY(-3deg);
        transform-origin: bottom left;
    }
    .mdr-results-section::after {
        content: '';
        position: absolute;
        bottom: -100px;
        left: 0;
        right: 0;
        height: 170px;
        background: #FFF;
        transform: skewY(2deg);
        transform-origin: bottom left;
    }
        .mdr-results-section::before {
        content: '';
        position: absolute;
        top: -40px;
        left: 0;
        right: 0;
        height: 110px;
        background: #FFF;
        transform: skewY(-2deg);
        transform-origin: top left;
    }
    body #page__content section.mdr-detect-section, body #page__content section.mdr-results-section{
        padding: 200px 30px !important;
    }
        .mdr-results-section::after {
        content: '';
        position: absolute;
        bottom: -30px;
        left: 0;
        right: 0;
        height: 170px;
        background: #FFF;
        transform: skewY(2deg);
        transform-origin: bottom left;
    }
    .mdr-results-section::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        height: 140px;
        background: #FFF;
        transform: skewY(-2deg);
        transform-origin: top left;
    }
}


@media (max-width: 1366px) {
   .mdr-decorative-circle:before {
        width: 150px;
        height: 150px;
    }
    .mdr-content-wrapper{
        justify-content: space-between;
    }
    .mdr-text-content {
        max-width: 600px;
    }
}

@media (max-width: 1280px) {
    .mdr-soc-section .mdr-text-content ul.mdr-feature-list li {
        font-size: 18px !important;
    }
    .mdr-diagram-section{
        max-width: 500px;
    }
    .mdr-cards-section-bottom{
        padding-left: 0;
    }
    .mdr-info-card{
        width: 50%;
    }
   .stats-grid{
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
   }
   .mdr-section-different .image-section{
        width: 50%;
   }
   .mdr-section-different .text-content{
        width: 50%;
   }
   .mdr-section-different-content-wrapper{
        column-gap: 0;
   }
}

@media(max-width:1024px){
    .mdr-faq-container{
        row-gap: 30px;
    }
     .mdr-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .mdr-feature-card{
        padding: 20px;
    }
    .mdr-features-grid .mdr-feature-card:last-child {
        grid-column: 1 / -1;  
        justify-self: center; 
        width: calc(50% - 12px); 
    }
    .mdr-feature-card::after{
        width: 80px;
        height: 80px;
    }
    .mdr_faq_title h2, 
    .mdr-section-title h2, 
    .mdr-soc-section h2.mdr-section-title,
    .mdr_landscape_content_column h2,
    h2.mdr-detect-section-title,
    .mdr-section-different .section-title{
        font-size: 30px !important;
        line-height: 36px;
    }
    .mdr-text-content {
        max-width: 400px;
    }
    .mdr-soc-section .mdr-text-content ul.mdr-feature-list li {
        margin: 0 0 15px 20px !important;
    }
    .mdr_faq_section{
        padding: 60px 30px !important;
        background-color: #FFF !important;
    }
    .mdr-soc-section{
        padding: 60px 30px !important;
    }
    .mdr-soc-content p{
        font-size: 16px;
    }
    .mdr-soc-section .mdr-text-content ul.mdr-feature-list li{
        font-size: 16px !important;
    }
     .mdr-diagram-section {
        max-width: 400px;
    }
    h3.mdr-card-title{
        font-size: 20px !important;
        line-height: 26px;
    }
    .mdr_cards_container, .mdr-cards-section-top, .mdr-cards-section-bottom{
        gap: 20px;
    }
    h1.mdr-cta-section-title{
        font-size: 40px !important;
        line-height: 50px !important;
    }
    .mdr-section-different .description p{
        font-size: 16px;
        line-height: 26px;
    }
    .includes-item{
        font-size: 16px;
    }
    .mdr-different-image-container:before{
        width: 150px;
        height: 150px;
        top: 20px !important;
    }
    .mdr-section-different{
        padding: 60px 30px !important;
    }
    .mdr-results-section{
        padding: 100px 30px !important;
    }
    .mdr-results-section::before{
        height: 50px;
        top: 0;
    }
    .mdr-results-section::after{
        height: 50px;
        bottom: 0;
    }
}


@media(max-width:880px){
    .mdr-content-wrapper {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .mdr-text-content {
        max-width: 100%;
    }
    .mdr-section-title {
        max-width: 100%;
    }
    .mdr-content-grid {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 30px;
    }
    .mdr_cards_container {
        margin-right: 0;
        max-width: 100%;
        width: 100%;
    }
    .mdr-cards-section-top {
        max-width: 100%;
        width: 100%;
    }
    .mdr-info-card{
        max-width: 100%;
    }
    .mdr-section-different-content-wrapper{
        flex-direction: column;
    }
    .mdr-section-different .image-section {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .mdr-section-different .text-content {
        max-width: 100%;
        width: 100%;
    }
    .mdr-different-image-container{
        position: relative;
    }
    .mdr-different-image-container:before {
        top: -40px !important;
        left: -42px !important;
    }
    .mdr-section-different .image-section {
        padding: 50px 0 0 40px;
    }
    .mdr-different-image-container:before{
        width: 120px;
        height: 120px;
    }
    .mdr-section-different-content-wrapper {
        row-gap: 30px;
    }
    .mdr-results-section::before {
        height: 30px;
    }
    .mdr-results-section::after{
        height: 30px;
    }
}

@media (max-width: 768px) {
    .mdr-section-header {
        flex-direction: column;
        gap: 30px;
    }

    .mdr-g2-badge {
        width: 100%;
        max-width: 280px;
    }

    .mdr-section-title h2 {
        font-size: 36px;
    }
}

@media(max-width:767px){
    .mdr_faq_section{
        padding: 50px 20px !important;
        background-color: #FFF !important;
    }
    .mdr-results-section{
        padding: 100px 20px !important;
    }
    .mdr-results-section .mdr-section-title{
        max-width: 100%;
        text-align: center;
    }
    .mdr-features-grid .mdr-feature-card:last-child {
        grid-column: unset;  
        justify-self: unset; 
        width: 100%; 
    }
    .mdr-feature-card::after{
        width: 70px;
        height: 70px;
    }
    .mdr_faq_title h2, 
    .mdr-section-title , 
    .mdr-soc-section h2.mdr-section-title,
    .mdr_landscape_content_column h2,
    h2.mdr-detect-section-title,
    .mdr-section-different .section-title,
    .mdr-results-section .mdr-section-title h2{
        font-size: 26px !important;
        line-height: 34px;
    }
    .mdr-soc-section{
        padding: 50px 20px !important;
    }
    .mdr-image-section{
        padding-left: 40px;
    }
    .mdr-decorative-circle:before {
        width: 120px;
        height: 120px;
    }
    .mdr-content-wrapper{
        gap: 40px;
    }
    .mdr-features-grid {
        grid-template-columns: 1fr;
    }
    .mdr_modern_landscape {
        padding: 60px 20px !important;
    }
    .mdr_landsacpe_buttons{
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .mdr-cards-section-top, .mdr-cards-section-bottom{
        flex-direction: column;
        gap: 20px;
    }   
    .mdr_cards_container{
        gap: 20px;
    }
    .mdr-info-card {
        max-width: 100%;
        width: 100%;
        min-height: unset;
    }
    .stats-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    h1.mdr-cta-section-title{
        font-size: 34px !important;
        line-height: 44px !important;
    }
    .mdr-cta-section{
        padding: 100px 20px !important;
    }
    .mdr-section-different{
        padding: 50px 20px !important;
    }
    .mdr-detect-section{
        padding: 100px 20px !important;
    }
    .mdr-results-section::before{
        height: 30px;
    }
    .mdr-results-section::after{
        height: 30px;
    }
    .stat-number{
        font-size: 28px;
    }
    .mdr-detect-section .mdr-detect-container{
        row-gap: 30px;
    }
    .mdr-question-text{
        font-size: 18px;
        line-height: 24px;
    }
    .mdr-question-content{
        gap: 15px;
    }
    .mdr-answer-content{
        padding-left: 30px;
    }
    .mdr-faq-answer{
        padding: 20px 30px 20px 25px;
    }
    .mdr-answer-text{
        font-size: 16px;
        line-height: 24px;
    }
    .mdr-faq-item{
        margin-bottom: 20px;
    }
}




/* Safari-only: disable heavy animation */
/* macOS & iOS Safari performance fix */
@supports (-webkit-touch-callout: none) {
    .mdr-faq-answer {
        will-change: auto;
    }

    .mdr-faq-answer {
        transition: none !important;
    }
}

