/* DSGR TEMPLATE CSS */

:root {
    --red: #DB3A3A;
    --cyan: #29C3B3;
    --white: #ffffff;
    --off-white: #F7F9FD;
    --Charcoal-Black: #272727;

}
 /* syne-regular - greek_latin */
 @font-face {
    font-family: "Syne", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    line-height: normal;
    src: url('/wp-content/themes/dsgr-child/assets/fonts/syne/syne-regular.woff2') format('woff2');
}

/* syne-700 - greek_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Syne", sans-serif;
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url('/wp-content/themes/dsgr-child/assets/fonts/syne/syne-v22-greek_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
  
@font-face {
    font-family: "Didact Gothic", sans-serif;;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    line-height: normal;
    src: url('/wp-content/themes/dsgr-child/assets/fonts/didact-gothic/didact-gothic-regular.woff2') format('woff2');
}
body{
    font-family: "Didact Gothic", sans-serif;;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: var(--off-white);
}
h1,h2,h3,h4,h5,h6{
    font-family: "Syne", sans-serif;;
}
span.red{
    color: var(--red);
}
span.cyan{
    color: var(--cyan);
}
span.line-through {
    text-decoration: line-through;
}
span.bold {
    font-weight: bold !important;
    font-family: "Syne", sans-serif;
}
/* h2{
    font-family: "Syne", sans-serif;
    font-size: 64px;
}
h3{
    font-family: "Syne", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
h4.bold{
    font-family: "Syne", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
h4{
    font-family: "Syne", sans-serif;
    font-size: 32px;
}
h5.bold{
    font-family: "Syne", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
h5{
    font-family: "Syne", sans-serif;
    font-size: 20px;
} */
.tiny-text{
    font-size: 12px;
}
.small-text{
    font-size: 14px;
}

/* CTA Buttons*/
.cta-btn-1{
    padding: 12px 20px;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--red);
    border-radius: 20px;
}
a.cta-btn-1{
    color: var(--red);
    text-decoration: none;
}
.cta-btn-1:hover{
    border: 1px solid var(--red);
    background-color: var(--red);
    border-radius: 40px;
}
a.cta-btn-1:hover{
    color: var(--white);
}
.cta-btn-2{
    padding: 12px 20px;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--red);
    border-radius: 20px;
    background-color: var(--red);
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}
a.cta-btn-2{
    color: var(--white);
}
.cta-btn-2:hover{
    border: 1px solid var(--cyan);
    background-color: var(--cyan);
    border-radius: 40px;

}
a.cta-btn-2:hover{
    color: var(--white);
}
.cta-btn-3{
    padding: 12px 20px;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--Charcoal-Black);
    border-radius: 20px;
    text-decoration: none;
}
a.cta-btn-3{
    color: var(--Charcoal-Black);
}
.cta-btn-3:hover{
    border: 1px solid var(--Charcoal-Black);
    background-color: var(--Charcoal-Black);
    border-radius: 40px;
}
a.cta-btn-3:hover{
    color: var(--white);
}
.cta-btn-4{
    padding: 12px 20px;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--white);
    border-radius: 20px;
    text-decoration: none;
    background: var(--white);
}
a.cta-btn-4{
    color: var(--red);
}
.cta-btn-4:hover{
    border: 1px solid var(--red);
    background-color: var(--red);
    border-radius: 40px;
}
a.cta-btn-4:hover{
    color: var(--white);
}

.info-item a {
    text-decoration: underline;
    color: var(--red);
}

main#main-website-wrapper {
    padding-top: 150px;
}
.general-container{
    padding-top: 80px;
    /* margin-right: 177px;
    margin-left: 177px; */
    /*width: calc(100% - 360px);*/
    margin: 0 auto;
    max-width: 1566px;
    width: calc(100% - 40px);
}
.general-container-lm{
    max-width: calc(1765px +(100% - 1765px) / 2);
    width: calc(100% - 180px);
    margin-left: auto;
    padding-bottom: 50px;
}
.small-container{
    padding-top: 80px;
    /* width: calc(100% - 660px); */
    width: calc(100% - 40px);
    margin: 0 auto;
    max-width: 1220px;
}

#site-header .top-header{
    height: 40px;
    background-color: var(--red);
}
#site-header .top-header .top-header-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 11px 10%;
}
#site-header .top-header .top-header-wrapper .right-section {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
#site-header .top-header .top-header-wrapper a{
    display: flex;
}
#site-header .top-header .top-header-wrapper .small-text{
    color: var(--off-white);
}


#site-header .search-modal {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    overflow: hidden;
}

#site-header .search-modal-content {
    position: relative;
    top: 10%;
    left: 0;
    width: 100%;
    background: transparent;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

#site-header .close-modal {
    position: absolute;
    top: -50px;
    right: 2%;
    font-size: 60px;
    color: #000;
    background: none;
    border: none;
    cursor: pointer;
}

#site-header .close-modal:hover {
    color: red;
}
#site-header form.search-form {
    display: flex;
    justify-content: center;
    padding-top: 5%;
    width: 100%;
    max-width: 650px;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
}
#site-header input#search-form-1 {
    border-radius: 10px;
    border: 1px solid rgba(39, 39, 39, 0.10);
    background: var(--White, #FFF);
    box-shadow: 0px 20px 15px -15px rgba(0, 0, 0, 0.10);
    width: 100%;
    height: 60px;
    padding: 20px 25px;
}
#site-header input.search-submit {
    padding: 12px 20px;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--red);
    border-radius: 20px;
    background-color: var(--red);
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    color: var(--white);
    width: 100%;
    max-width: 200px;
}
#site-header form.search-form label {
    width: 100%;
    max-width: 400px;
}
header#site-header {
    background: #f8f9fa;
    -webkit-box-shadow: 0 .1rem .5rem 0 rgba(136,136,136,1);
    -moz-box-shadow: 0 .1rem .5rem 0 rgba(136,136,136,1);
    box-shadow: none;
    border-bottom: 1px solid rgba(39, 39, 39, 0.20);
}

header .main-header .site-logo{
    padding: 25px;
}
header img.custom-logo {
    width: 149px;
    height: 58px;
}

.lang-switcher-wrapper ul{
    list-style-type: none;
    margin-bottom: 0;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{
    background-image: url("/wp-content/themes/dsgr-child/assets/icons/menu-arrow-down.png")!important;
    background-repeat: no-repeat;
    background-position-y: center;
    content: ""!important;
    width: 16px;
    height: 11px;
}
.d-flex.justify-content-start.justify-content-sm-center.pl-3.pl-sm-0.order-1.order-sm-2.header-menu {
    width: 60%;
}
.d-flex.justify-content-start.justify-content-sm-center.pl-3.pl-sm-0.order-1.order-sm-3 {
    width: 20%;
    gap: 20px;
}
.d-flex.justify-content-center.order-2.order-sm-1.header-logo {
    width: 20%;
}
.site-header-search {
    display: flex;
    align-items: center;
}
span.signed{
    /* background: url('/wp-content/themes/dsgr-child/assets/images/signed.svg');
    background-repeat: no-repeat;
    padding: 5px 35px; */
    position: relative;
    z-index: 1;
}
span.signed::before{
    /* content: "";
    background: url('/wp-content/themes/dsgr-child/assets/images/signed.svg');
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; */
}

/* Breadcrumbs */
section#breadcrumbs{
    background-color: var(--off-white);
    border-bottom: 1px solid rgba(39, 39, 39, 0.155);
    display: flex;
    flex-direction: row;
    width: 100%;
}
section#breadcrumbs .inner-wrapper{
    margin-left: 180px;
    margin-right: 180px;
    padding: 15px 0;
}
section#breadcrumbs div#crumbs{
    display: flex;
    gap: 10px;
    font-family: "Didact Gothic", sans-serif;;
    font-size: 14px;
}
section#breadcrumbs div#crumbs a {
    opacity: 0.5;
    color: var(--Charoal-Black);
}
.top-tl{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.top-tl .subtitle{
    position: relative;
    background: var(--off-white);
    padding: 15px 25px;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.top-tl .subtitle .subtitle-icon{
    background-image: url('/wp-content/themes/dsgr-child/assets/icons/pencil.svg');
    height: 36px;
    width: 36px;
}
.top-tl .subtitle span{
    font-family: "Syne", sans-serif;
    font-size: 20px;
}

.top-tl .title h2{
    color: var(--Charcoal-Black, #272727);
    font-family: "Syne", sans-serif;
    font-size: 64px;
}
.top-tdc{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    position: relative;
}
.top-tdc .subtitle{
    position: relative;
    background: var(--off-white);
    padding: 15px 25px;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.top-tdc .title h2 {
    color: var(--Charcoal-Black, #272727);
    text-align: center;
    font-family: "Syne", sans-serif;
    font-size: 64px;
}
.top-tdc .description{
    color: var(--Charcoal-Black, #272727);
    text-align: center;
    max-width: 940px;
}
.top-tdc .subtitle span{
    font-family: "Syne", sans-serif;
    font-size: 20px;
}


/* Homepage */
#home section#section-top{
    background-color: var(--off-white);
}

#home section#section-top .general-container .inner-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    background-image: url(/wp-content/uploads/2024/09/Vector_seeking.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    padding-bottom: 85px;
}
#home section#section-top .general-container .inner-wrapper .left-section{
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}
#home section#section-top .general-container .inner-wrapper .left-section .title h1{
    font-size: 64px;
    color: var(--Charcoal-Black);
    width: 70%;
}

#home section#section-top .general-container .inner-wrapper .left-section .description ul li{
    font-family: "Syne", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#home section#section-top .general-container .inner-wrapper .right-section{
    width: 35%;
    position: relative;
}
#home section#section-our-services .general-container .top-tdc{
    padding-top: 40px;
}
section#section-our-services .general-container .top-tdc::before {
    content: "";
    background-image: url(/wp-content/themes/dsgr-child/assets/images/ssection2-img.png);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: top;
    position: absolute;
    height: 100%;
    width: 20%;
    top: -51px;
    left: 0;
} 


/* Our Services */
section#section-our-services{
    background-color: var(--white);
}
section#section-our-services .general-container .top-tdc .subtitle .subtitle-icon{
    background-image: url('/wp-content/themes/dsgr-child/assets/icons/pencil.svg');
    height: 36px;
    width: 36px;
}

section#section-our-services .general-container .top-tdc .subtitle span::before{
    content:"";
    width: 36px;
    height: 36px;
    background-image: url('/wp-content/themes/dsgr-child/assets/icons/pencil.svg');
    background-size: cover;

}
section#section-our-services .general-container .bottom{
    margin-left: 150px;
    margin-right: 150px;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section#section-our-services .accordion{
    width: 100%;
}
section#section-our-services .accordion .row{
    padding-bottom: 30px;
}
section#section-our-services .accordion-header {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(39, 39, 39, 0.50);
    padding-bottom: 10px;
}
section#section-our-services .accordion-item button.accordion-button {
    border: none;
    background: unset;
    color: var(--Charcoal-Black);
    text-overflow: ellipsis;
    font-family: Syne;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
}
section#section-our-services .accordion-item .accordion-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
section#section-our-services .accordion-item .button-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    position: relative;
}
/* section#section-our-services .accordion-item button.collapsed .button-wrapper::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(/wp-content/themes/dsgr-child/assets/icons/menu-arrow-down.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}
section#section-our-services .accordion-item button .button-wrapper::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(/wp-content/themes/dsgr-child/assets/icons/menu-arrow-up.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
} */
/* section#section-our-services .accordion-item .accordion-body .description{
    padding: 20px 0;
} */


#home section#section-3{
    background-color: var(--off-white);
}
#home section#section-3 .inner-wrapper{
    padding-top: 80px;
}
#home section#section-3 .top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    position: relative;
}

#home section#section-3 .top .subtitle{
    position: relative;
    background: var(--white);
    padding: 15px 25px;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
#home section#section-3 .top .subtitle .subtitle-icon{
    background-image: url('/wp-content/themes/dsgr-child/assets/icons/pencil-grey.svg');
    height: 36px;
    width: 36px;
}
#home section#section-3 .top .subtitle span{
    font-family: "Syne", sans-serif;
    font-size: 20px;
}
#home section#section-3 .top .subtitle span::before{
    content:"";
    width: 36px;
    height: 36px;
    background-image: url('/wp-content/themes/dsgr-child/assets/icons/pencil.svg');
    background-size: cover;

}
#home section#section-3 .top .title h2 {
    color: var(--Charcoal-Black, #272727);
    text-align: center;
    font-family: "Syne", sans-serif;
    font-size: 64px;
}

#home section#section-3 .top .description{
    color: var(--Charcoal-Black, #272727);
    text-align: center;
    max-width: 940px;
}

#home section#section-3 .bottom {
    width: 100%;
    margin: auto;
    padding: 50px 0;
}
#home section#section-3 .bottom .row-container {
    display: flex;
    max-width: 100%;
    overflow: auto;
    gap: 10px;
    text-align: center;
    white-space: nowrap;
    padding: 5px 2px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
}
#home section#section-3 .bottom .row-container::-webkit-scrollbar {
    display: none;
}
#home section#section-3 .bottom .item-container {
    flex-shrink: 0;
    gap: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    animation: scroll 8s linear infinite;
    max-width: 285px;
    width: 100%;
    border: 1px solid;
    border-radius: 10px;
    padding: 15px;
}
#home section#section-3 .bottom .item-container h3{
    margin-bottom: 0px;
}
#home section#section-3 .button{
    text-align: center;
}
#home section#section-4 .inner-wrapper {
    background-color: var(--white);
    border-radius: 50px;
    padding: 80px 0;
    position: relative;
}

#home section#section-4 .inner-wrapper::after {
    content: "";
    background-image: url(/wp-content/themes/dsgr-child/assets/images/section-3-front-img.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
    position: absolute;
    max-width: 322px;
    max-height: 314px;
    height: 100%;
    width: 100%;
    top: -50px;
    right: -10px;
}
#home section#section-4 .top-tdc .subtitle-icon {
    background-image: url(/wp-content/themes/dsgr-child/assets/icons/pencil.svg);
    height: 36px;
    width: 36px;
}
#home section#section-4 .bottom {
    padding-top: 50px;
    display: flex;
    flex-direction: row;
}
#home section#section-4 .bottom .left{
    padding: 80px 150px;
    width: 60%;
}
#home section#section-4 .bottom .right{
    width: 40%;
}
#home section#section-4 .left .accordion {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
#home section#section-4 .accordion .row-wrapper{
    display: flex;
    flex-direction: row;
    gap: 21px;
}
#home section#section-4 .accordion .row-wrapper .accordion-item {
    flex-direction: column;
    display: flex;
    justify-content: center;
}
#home section#section-4 .accordion .row-wrapper .accordion-item:hover .button-wrapper .step-num{
    color: var(--cyan);
}
#home section#section-4 .accordion-item button.accordion-button {
    border: none;
    background: unset;
}
#home section#section-4 .accordion-item .button-wrapper{
    font-size: 32px;
}
#home section#section-4 .accordion button.accordion-button.collapsed span.step-num{
    color: var(--Charcoal-Black)
} 
#home section#section-4 .accordion button.accordion-button span.step-num{
    color: var(--cyan)
}

#home section#section-4 .bottom .right .image-wrapper{
    max-width: 533px;
    max-height: 518px;
    width: 100%;
    height: 100%;
}
#home section#section-4 .bottom .right .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    aspect-ratio: 2 / 3;
}
#home section#section-4 .carousel {
    position: relative;
    padding-top: 30px;
    width: 100%;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
#home section#section-4 .carousel .owl-stage {
    display: flex;
}
#home section#section-4 .carousel .owl-stage .section-4-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 220px;
    border-radius: 20px;
    gap: 20px;
    padding: 0px 0px 19px;
    width: 100%;
}
#home section#section-4 .carousel .owl-stage .section-4-card .icon-wrapper {
    width: 48px;
    height: 48px;
    background: var(--white);
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#home section#section-4 .carousel .owl-stage .section-4-card .icon-wrapper img {
    height: 30px;
    width: 30px;
}
#home section#section-4 .carousel .owl-stage .section-4-card .info-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
#home section#section-4 .carousel .owl-stage .section-4-card .info-wrapper h3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    text-align: center;
    height: 70px;
}
#home section#section-4 .carousel .owl-stage .section-4-card .info-wrapper p {
    text-align: center;
}
#home #section-our-guarantees .inner-wrapper{
    padding: 80px 0 50px 180px;
}
#home #section-our-guarantees .owl-stage {
    display: flex;
}
.form-wrapper {
    padding: 70px 60px;
    border-radius: 20px;
    border: 1px solid var(--off-white);
    background: var(--white);
    box-shadow: 0px 80px 80px -50px rgba(0, 0, 0, 0.10);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    position: absolute;
    z-index: 2;
}

.form-wrapper h2{
    color: var(--Charcoal-Black);
    text-align: center;
    font-size: 32px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner{
    color: var(--white);
}
/* #home section#section-top .general-container .inner-wrapper .right-section form.wpcf7-form.init {
    display: flex;
    flex-direction: column;
    gap: 15px;
} */
#home form.wpcf7-form select.wpcf7-form-control.wpcf7-select {
    max-width: 426px;
}
#home input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    max-width: 426px;
}
#home input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-number {
    max-width: 426px;
}
form.wpcf7-form select.wpcf7-form-control.wpcf7-select {
    border-radius: 10px;
    border: 1px solid rgba(39, 39, 39, 0.10);
    background: var(--White, #FFF);
    box-shadow: 0px 20px 15px -15px rgba(0, 0, 0, 0.10);
    width: 100%;
    height: 68px;
    padding: 20px 25px;
    color: var(--Charcoal-Black);
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    border-radius: 10px;
    border: 1px solid rgba(39, 39, 39, 0.10);
    background: var(--White, #FFF);
    box-shadow: 0px 20px 15px -15px rgba(0, 0, 0, 0.10);
    width: 100%;
    -webkit-min-logical-width: calc(100% - 16px);
    height: 60px;
    padding: 20px 25px;
    color: var(--Charcoal-Black);
}
form.wpcf7-form .wpcf7-form-control.wpcf7-number {
    border-radius: 10px;
    border: 1px solid rgba(39, 39, 39, 0.10);
    background: var(--White, #FFF);
    box-shadow: 0px 20px 15px -15px rgba(0, 0, 0, 0.10);
    width: 100%;
    height: 60px;
    padding: 20px 25px;
}
input.wpcf7-form-control.hidden-field {
    display: none;
}

/* About us */
#about-us section#section-top .inner-wrapper{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    background-color: var(--white);
}
#about-us section#section-top .inner-wrapper .left {
    width: 50%;
    margin-left: 180px;
    max-width: 626px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
#about-us section#section-top .inner-wrapper .left .subtitle{
    color: var(--Charcoal-Black);
    font-family: "Syne", sans-serif;
    font-size: 20px;
}
#about-us section#section-top .inner-wrapper .left .title h1{
    color: var(--Charcoal-Black);
    font-size: 64px;
}
#about-us section#section-top .inner-wrapper .right{
    width: 50%;
}
#about-us section#section-top .inner-wrapper .right .image-wrapper {
    max-height: 650px;
    height: 100%;
    width: 100%;
}
#about-us section#section-top .inner-wrapper .right .image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50px 0px 0px 50px;
}
#about-us section#section-our-services .general-container .top-tdc::before{
    display: none;
} 
#about-us section#section-2{
    background-color: var(--off-white);
}
#about-us section#section-2 .general-container .bottom{
    padding: 50px 0;
}

#about-us section#section-3{
    background-color: var(--off-white);
}
#about-us .timelapse.hide-scrollbar {
    display: flex;
    overflow: auto;
    cursor: grab;
    z-index: 1;
}
#about-us .timelapse.active{
    cursor: grabbing;
}

#about-us .timelapse-card {
    min-width: 550px;
    width: 550px;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    /* border-bottom-style: solid;
    border-bottom-width: 1px;
    position: relative; */
}
#about-us .timelapse-card .inner-wrapper::after {
    content: "";
    width: 29px;
    height: 29px;
    bottom: -15px;
    left: 0;
    position: absolute;
    background-color: #29C3B3;
    border-radius: 15px;

}
#about-us .timelapse-card .inner-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    justify-content: flex-end;
    padding-right: 100px;
    padding-bottom: 35px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: var(--cyan);
    position: relative;
}
#about-us .timelapse-card .inner-wrapper .date{
    color: var(--Charcoal-Black);
    font-family: "Syne", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}
#about-us .timelapse-card .inner-wrapper .title{
    color: var(--Charcoal-Black);
    font-family: "Syne", sans-serif;
    font-size: 32px;
}
#about-us .timelapse-card .inner-wrapper .description{
    color: var(--Charcoal-Black);
    font-family: "Didact Gothic", sans-serif;;
    font-size: 16px;
}
#about-us .top-tl .subtitle{
    background-color: var(--white);
}
#about-us .top-tl .subtitle .subtitle-icon{
    background-image: url('/wp-content/themes/dsgr-child/assets/icons/pencil-grey.svg');
}   
.hide-scrollbar{
    scrollbar-width: none;
}
#about-us section#q_a{
    background-color: var(--off-white);
}
section#q_a .small-container .top-tdc .subtitle{
    background-color: var(--white);
}
section#q_a .small-container .top-tdc .subtitle .subtitle-icon{
    background-image: url('/wp-content/themes/dsgr-child/assets/icons/questions-grey.svg');
    height: 36px;
    width: 36px;
}

section#q_a .small-container .top-tdc .subtitle span::before{
    content:"";
    width: 36px;
    height: 36px;
    background-image: url('/wp-content/themes/dsgr-child/assets/icons/pencil.svg');
    background-size: cover;

}
section#q_a .small-container .bottom{
    margin-left: 150px;
    margin-right: 150px;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section#q_a .accordion{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
section#q_a .accordion .row{
    padding-bottom: 30px;
}
section#q_a .accordion-header {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(39, 39, 39, 0.50);
    padding-bottom: 20px;
}
section#q_a .accordion-item button.accordion-button {
    border: none;
    background: unset;
    color: var(--Charcoal-Black);
    text-overflow: ellipsis;
    font-family: Syne;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
}

section#q_a .accordion-item .button-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    position: relative;
}
/* section#q_a .accordion-item button.collapsed .button-wrapper::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(/wp-content/themes/dsgr-child/assets/icons/menu-arrow-down.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}
section#q_a .accordion-item button .button-wrapper::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(/wp-content/themes/dsgr-child/assets/icons/menu-arrow-up.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
} */
section#q_a .accordion-item .accordion-body .description{
    padding: 20px 0;
}
section#section-blog{
    background-color: var(--off-white);
}
section#section-blog .header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
section#section-blog .bottom {
    display: flex;
    flex-direction: row;
    gap: 35px;
    padding-top: 40px;
}
.card-article {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    background-color: var(--white);
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    width: 100%;
}
.card-article .image-wrapper {
    width: 100%;
}
.card-article .image-wrapper img{
    /* width: 100%;
    object-fit: cover;
    max-height: 330px;
    height: 100%; */
    max-width: 100%;
    height: auto;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
}
.card-article .info-wrapper{
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 26px;
}
.card-article .subtitle{
    position: relative;
    background: var(--off-white);
    padding: 5px 10px;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center;
    align-items: center;
    width: fit-content;
}
.card-article .subtitle .subtitle-icon{
    background-image: url('/wp-content/themes/dsgr-child/assets/icons/pencil-cyan.svg');
    height: 36px;
    width: 36px;
    background-repeat: no-repeat;
    background-position: center;
}
.card-article .title h3{
    font-family: Syne;
    font-size: 32px;
}
.card-article .title h3 a{
    color: var(--Charcoal-Black);
}
.card-article .date span{
    color: var(--Charcoal-Black);
    font-family: "Didact-Gothic";
    font-size: 16px;
    opacity: 0.5;
}
.card-article .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0.5;
    height: 68px;
}
.card-article.fw .description {
    height: 76px;
}
.statistics-wrapper {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    gap: 30px;
}
.statistics-wrapper .item {
    padding-top: 20px;
}
.statistics-wrapper .guarantee-card{
    max-height: 247px;
    gap: 10px;
    padding: 0px 20px 20px;
}
.statistics-wrapper .guarantee-card .image-wrapper {
    padding-bottom: 0px;
}
.statistics-wrapper .guarantee-card .info-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 20px;
}
.statistics-wrapper .guarantee-card h3{
    font-size: 48px;
}
.statistics-wrapper .guarantee-card p{
    font-family: "Syne", sans-serif;
    font-size: 20px;
} 

/* Why Us */
section#section-why-us{
    background-color: var(--off-white);
    padding-bottom: 80px;
}
section#section-why-us .general-container .top-tdc .subtitle{
    background-color: var(--white);
}
section#section-why-us .general-container .top-tdc .subtitle .subtitle-icon{
    background-image: url('/wp-content/themes/dsgr-child/assets/icons/question-mark-grey.svg');
    height: 36px;
    width: 36px;
}
#section-why-us .bottom {
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding-top: 30px;
}
section#section-why-us .why-us-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
    padding: 55px 37px;
    background-color: var(--white);
    border-radius: 20px;
    max-width: 380px;
    width: 100%;
}
.why-us-card .title{
    color: var(--red);
    font-family: "Syne", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
}
#section-why-us .carousel {
    width: 100%;
    display: flex;
}
#section-why-us .carousel .owl-stage {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
#section-why-us .carousel .owl-stage .title h3 {
    font-size: 24px;
    font-family: "Syne", sans-serif;
    font-style: normal;
    font-weight: 700;
}
section#section-why-us .carousel .why-us-card {
    padding: 30px 20px;
    height: 428px;
}
section#section-why-us .carousel .owl-carousel .owl-item img {
    max-height: 125px;
    height: 100%;
    object-fit: contain;
}
/* Our Gouarantee */
section#section-our-guarantees{
    background-color: var(--off-white);
}
section#section-our-guarantees .inner-wrapper{
    padding: 50px 0 50px 180px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
section#section-our-guarantees .inner-wrapper .title h2{
    color: var(--Charcoal-Black);
    font-size: 64px;
}
section#section-our-guarantees .inner-wrapper .description{
    max-width: 783px;
}
section#section-our-guarantees .inner-wrapper .description span{
    color: var(--Charcoal-Black, #272727);
    font-size: 16px;
}
section#section-our-guarantees .carousel{
    padding-top: 30px;
    width: 100%;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.guarantee-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    max-width: 470px;
    max-height: 313px;
    border-radius: 20px;
    gap: 20px;
    padding: 0px 25px 50px;
}
.guarantee-card .image-wrapper {
    margin-top: -20px;
    padding-bottom: 20px;
}
.guarantee-card .image-wrapper img{
    max-height: 160px;
}
.guarantee-card h3 {
    color: var(--Charcoal-Black);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
}
.guarantee-card p {
    color: var(--Charcoal-Black);
    text-align: center;
    font-size: 14px;
}
.our-guarantees-carousel-nav-wrapper {
    display: flex;
    gap: 13px;
    width: calc(100% - 180px);
    justify-content: space-between;
    max-width: 1700px;
}

.our-guarantees-carousel-nav-dots {
    flex: 0 1 1512px;
    display: flex;
    align-items: center;
}
section#section-our-guarantees .owl-stage {
    display: flex;
}
.our-guarantees-carousel-nav-wrapper .owl-dot {
    flex: 1 1 100%;
    outline: none;
    border: none;
    background: none;
    height: 1px;
    padding: 10px 0px;
}

.our-guarantees-carousel-nav-wrapper .owl-dot span {
    opacity: 0.2;
    background: var(--Charcoal-Black);
    height: 1px;
    display: block;
}

.our-guarantees-carousel-nav-wrapper .owl-dot.active span {
    opacity: 1;
    height: 5px;
    border-radius: 20px;
    margin-top: -2px;
    background: var(--red);
}

.our-guarantees-carousel-nav-wrapper .our-guarantees-carousel-nav {
    display: flex;
}

.our-guarantees-carousel-nav-wrapper .our-guarantees-carousel-nav button {
    border: none;
    background: transparent;
}
.our-guarantees-carousel-nav-wrapper .our-guarantees-carousel-nav button:hover{
}


.our-guarantees-carousel-nav-wrapper .animated-arrow {
    position: relative;
    cursor: pointer;
    display: block;
    width: 58px;
    height: 58px;
    overflow: hidden;
    border-radius: 100%;
    border: 1px solid var(--Charcoal-Black);
    transition: background-color 0.5s linear;
    transition: transform .2s;
    background-color: transparent;
}

.our-guarantees-carousel-nav-wrapper .animated-arrow:hover {
    background-color: red;
    border-color: red;
    transform: scale(1.2);
    transition: background-color 0.5s linear;
}

.our-guarantees-carousel-nav-wrapper .animated-arrow:hover .normal {
    top: -58px;
}

.our-guarantees-carousel-nav-wrapper .animated-arrow:hover .hover {
    top: 0;
}

.our-guarantees-carousel-nav-wrapper .animated-arrow .normal {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='58' viewBox='0 0 58 58' fill='none'%3E%3Cmask id='mask0_302_4808' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='58' height='58'%3E%3Ccircle cx='29' cy='29' r='29' transform='rotate(-90 29 29)' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_302_4808)'%3E%3Cpath d='M23 32L29 26L35 32' stroke='%23292929' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
}

.our-guarantees-carousel-nav-wrapper .animated-arrow .hover {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 58px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='58' viewBox='0 0 58 58' fill='none'%3E%3Cmask id='mask0_302_4808' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='58' height='58'%3E%3Ccircle cx='29' cy='29' r='29' transform='rotate(-90 29 29)' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_302_4808)'%3E%3Cpath d='M23 32L29 26L35 32' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
}

.our-guarantees-carousel-nav-wrapper .animated-arrow.left-arrow {
    transform: rotate(-90deg);
}

.our-guarantees-carousel-nav-wrapper .animated-arrow.right-arrow {
    transform: rotate(90deg);
}

.our-guarantees-carousel-nav-wrapper .animated-arrow.bottom-arrow {
    transform: rotate(180deg);
}


.goto-arrow .animated-arrow {
    position: relative;
    cursor: pointer;
    display: block;
    width: 58px;
    height: 58px;
    overflow: hidden;
    border-radius: 100%;
    border: 1px solid var(--Charcoal-Black);
    transition: background-color 0.5s linear;
    transition: transform .2s;
    background-color: transparent;
}

.goto-arrow .animated-arrow:hover {
    background-color: red;
    border-color: red;
    transform: scale(1.2);
    transition: background-color 0.5s linear;
}

.goto-arrow .animated-arrow:hover .normal {
    top: -58px;
}

.goto-arrow .animated-arrow:hover .hover {
    top: 0;
}

.goto-arrow .animated-arrow .normal {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='58' viewBox='0 0 58 58' fill='none'%3E%3Cmask id='mask0_302_4808' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='58' height='58'%3E%3Ccircle cx='29' cy='29' r='29' transform='rotate(-90 29 29)' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_302_4808)'%3E%3Cpath d='M23 32L29 26L35 32' stroke='%23292929' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
}

.goto-arrow .animated-arrow .hover {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 58px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='58' viewBox='0 0 58 58' fill='none'%3E%3Cmask id='mask0_302_4808' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='58' height='58'%3E%3Ccircle cx='29' cy='29' r='29' transform='rotate(-90 29 29)' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_302_4808)'%3E%3Cpath d='M23 32L29 26L35 32' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
}


.goto-arrow .animated-arrow.right-arrow {
    transform: rotate(90deg);
}

/* Contact */
#contact section#section-top .inner-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#contact section#section-top .inner-wrapper .left{
    max-width: 615px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
#contact section#section-top .inner-wrapper .left .title h1{
    font-size: 64px;
}
#contact section#section-top .inner-wrapper .left .description{
    font-size: 20px;
    font-family: "Syne", sans-serif;
}
#contact section#section-top .inner-wrapper .right{
    padding-right: 150px;
}
#contact section#section-top .inner-wrapper .right .image-wrapper {
    width: 100%;
    height: 100%;
    margin-top: -40px;
    padding-bottom: 40px;
}
#contact section#section-top .inner-wrapper .right .image-wrapper img {
    width: 100%;
    max-width: 314px;
}
#contact section#section-2 .inner-wrapper {
    justify-content: space-between;
}
#contact section#section-2 .inner-wrapper .left .title{
    font-family: Syne;
    font-size: 32px;
}
#contact section#section-2 .inner-wrapper .left .tabs {
    display: flex;
    flex-direction: column;
    gap: 23px;
    border-bottom-style: solid;
    padding-bottom: 30px;
    border-bottom-width: 2px;
    padding-top: 50px;
}
#contact section#section-2 .inner-wrapper .left .tabs button {
    padding: 24px 20px;
    justify-content: flex-start;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--Charcoal-Black);
    border-radius: 20px;
    font-family: Syne;
    font-size: 20px;
    background-color: var(--off-white);
    position: relative;
    color: #272727;
}
#contact section#section-2 .inner-wrapper .left .tabs button.active::before{
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/themes/dsgr-child/assets/icons/tick-red.svg);
    background-repeat: no-repeat;
    left: 24px;
    background-position: center;
}
#contact section#section-2 .inner-wrapper .left .tabs button.active {
    background-color: var(--Charcoal-Black)!important;
    border-radius: 40px;
    color: var(--white);
    padding-left: 60px;
}
#contact section#section-2 .inner-wrapper .left .below-tabs {
    padding-top: 30px;
}
#contact section#section-2 .inner-wrapper .left .below-tabs a {
    font-family: "Syne", sans-serif;
    font-size: 20px;
    color: var(--Charcoal-Black);
}
#contact section#section-2 .inner-wrapper .right.tab-content {
    max-width: 626px;
    width: 100%;
    padding: 70px 40px;
    background-color: var(--white);
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 20px;
}
#contact section#section-2 .inner-wrapper .right.tab-content .tab-pane {
    width: 100%;
}
#contact section#section-2 .inner-wrapper .right.tab-content .tab-pane .form-title {
    padding-bottom: 20px;
    text-align: center;
    font-family: Syne;
    font-size: 32px;
}
#contact section#section-2 .inner-wrapper .right.tab-content .tab-pane .form-title h2{
    font-family: "Syne", sans-serif;
    font-size: 32px;
}
input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea{
    border-radius: 10px;
    border: 1px solid rgba(39, 39, 39, 0.10);
    background: var(--White, #FFF);
    box-shadow: 0px 20px 15px -15px rgba(0, 0, 0, 0.10);
    width: 100%;
    height: 60px;
    padding: 20px 25px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 150px;
    resize: none;
}
form.wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}
.wpcf7-form-control-wrap {
    width: 100%;
}
form.wpcf7-form.init .form-row{
    flex-direction: column;
    flex-wrap: unset;
    gap: 20px;
    display: flex;
}
#contact section#section-3 .inner-wrapper{
    background-color: var(--white);
    border-radius: 20px;
    border: 1px solid var(--off-white);
    box-shadow: 0px 80px 80px -50px rgba(0, 0, 0, 0.10);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 70px 155px;
    position: relative;
}
#contact section#section-3 .inner-wrapper::before{
    content: "";
    position: absolute;
    width: 20%;
    height: 40%;
    background-image: url('/wp-content/uploads/2024/10/service-2.png');
    background-repeat: no-repeat;
    left: 30px;
    top: -8%;
}
#contact section#section-3 .inner-wrapper .title h2{
    font-size: 48px;
}
#contact section#section-3 .inner-wrapper .info-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    gap: 50px;
}
#contact section#section-3 .inner-wrapper .info-wrapper .info a {
    text-decoration: none;
}
#contact section#section-3 .inner-wrapper .inner-title {
    width: 100%;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: var(--red);
    padding-bottom: 6px;
    font-size: 24px;
    font-family: "Syne", sans-serif;
}
#contact section#section-3 .inner-wrapper .info{
    font-family: "Syne", sans-serif;
    font-size: 24px;
    display: flex;
    gap: 10px;
}
#contact section#section-3 .inner-wrapper .info a{
    color: var(--Charcoal-Black);
}
#contact section#section-3 .inner-wrapper .info.email{
    display: flex;
    flex-direction: row;
    gap: 50px;
}
#contact section#section-3 .inner-wrapper .info.email .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#contact section#section-3 .inner-wrapper .info.email .top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: var(--cyan);
    padding-bottom: 15px
}
#contact section#section-3 .inner-wrapper .info.email .bottom{
    padding-top: 30px;
}
#contact section#section-3 .inner-wrapper .info.email span{
    font-family: "Syne", sans-serif;
    font-size: 24px;
}

/* Q_A general Section */
section#section-q-a{
    /* background-color: var(--white); */
}
section#section-q-a .general-container .top-tdc .subtitle .subtitle-icon{
    background-image: url('/wp-content/themes/dsgr-child/assets/icons/questions-grey.svg');
    height: 36px;
    width: 36px;
}
section#section-q-a .general-container .top-tdc .subtitle{
    background: var(--white);
}
section#section-q-a .general-container .top-tdc .subtitle span::before{
    content:"";
    width: 36px;
    height: 36px;
    background-image: url('/wp-content/themes/dsgr-child/assets/icons/pencil.svg');
    background-size: cover;

}
section#section-q-a .general-container .bottom{
    margin-left: 150px;
    margin-right: 150px;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section#section-q-a .accordion{
    width: 100%;
}
section#section-q-a .accordion .row{
    padding-bottom: 30px;
}
section#section-q-a .accordion-header {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(39, 39, 39, 0.50);
    /* padding-bottom: 20px; */
}
section#section-q-a .accordion-item button.accordion-button {
    border: none;
    background: unset;
    color: var(--Charcoal-Black);
    text-overflow: ellipsis;
    font-family: Syne;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
}

section#section-q-a .accordion-item .button-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    position: relative;
}
section#section-q-a .accordion-item .button-wrapper span {
    text-align: start;
    color: var(--red);
    padding-right: 40px;
}
section#section-q-a .accordion-item button.collapsed .button-wrapper span {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-align: start;
    padding-right: 40px;
    color: var(--Charcoal-Black);
}
/* section#section-q-a .accordion-item button.collapsed .button-wrapper::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(/wp-content/themes/dsgr-child/assets/icons/menu-arrow-down.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}
section#section-q-a .accordion-item button .button-wrapper::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(/wp-content/themes/dsgr-child/assets/icons/menu-arrow-up-red.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
} */
section#section-q-a .accordion-item .accordion-body .description{
    padding: 20px 0;
}
/* Newsletter */
section#newsletter .newsletter-wrapper{
    background-color: var(--Charcoal-Black);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}
section#newsletter .newsletter-wrapper .inner-wrapper {
    padding: 80px 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 135px;
}
section#newsletter .newsletter-wrapper .inner-wrapper .left-section, section#newsletter .newsletter-wrapper .inner-wrapper .right-section{
    width: 100%;
}

section#newsletter .newsletter-wrapper .inner-wrapper .left-section{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
section#newsletter .newsletter-wrapper .inner-wrapper .right-section{
    display: flex;
    flex-direction: column;
    gap: 35px;
}
section#newsletter .newsletter-wrapper .inner-wrapper .title h3{
    color: var(--white);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
section#newsletter .newsletter-wrapper .inner-wrapper .left-section .description span{
    color: var(--white);
    font-family: "Syne", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
section#newsletter .newsletter-wrapper .inner-wrapper .right-section .mc4wp-form-fields {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
section#newsletter .newsletter-wrapper .inner-wrapper .right-section .mc4wp-form-fields label.inner-form-wrapper {
    display: flex;
    flex-direction: row;
    gap: 17px;
}
section#newsletter .newsletter-wrapper .inner-wrapper .right-section .mc4wp-form-fields input[type="email"] {
    border-radius: 20px;
    border: 1px solid var(--White);
    max-width: 440px;
    width: 100%;
    height: 48px;
    background-color: var(--black);
    border-color: var(--white);
    border-width: 1px;
    border-style: solid;
    color: white;
    padding-left: 20px;
}
section#newsletter .newsletter-wrapper .inner-wrapper .right-section .mc4wp-form-fields input[type="email"]::placeholder {
    color: var(--white);
}
section#newsletter .newsletter-wrapper .inner-wrapper .right-section .newsletter-agree-terms label {
    color: var(--white);
}
section#newsletter .newsletter-wrapper .inner-wrapper .right-section .newsletter-agree-terms label a{
    color: var(--white);
    text-decoration: none;
}
section#newsletter .newsletter-wrapper .inner-wrapper .right-section .mc4wp-form-fields [type=submit]{
    color: var(--red);
}
section#newsletter .newsletter-wrapper .inner-wrapper .right-section .mc4wp-form-fields [type=submit]:hover{
    color: var(--white);
}
#site_footer .footer_menu .the_menu{
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#site_footer .contact_wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 330px;
}
.footer_menu .footer_menu_wrapper {
    display: flex;
    flex-direction: row;
    gap: 90px;
    flex-wrap: wrap;
}
#site_footer .information-container h4 {
    margin-bottom: 30px;
}

footer#site_footer .site_footer_wrapper .footer-mid {
    flex-wrap: wrap;
    gap: 40px;
}
.font_size_18px{
    font-size: 18px;
}
#site_footer .contact{
    font-size: 18px;
    line-height: 22px;
}
#site_footer .contact a{
    color: white;
}
#newsletter .newsletter_wrapper{
    width: 90%;
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
}
#newsletter .newsletter_wrapper .mailpoet_paragraph {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

/* Service */
#service section#section-top .inner-wrapper{
    display: flex;
    flex-direction: column;
}
#service section#section-top .inner-wrapper .top {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
#service section#section-top .inner-wrapper .bottom{
    position: relative;
    padding-top: 60px;
}
#service section#section-top .inner-wrapper .bottom .form-wrapper {
    position: unset; 
    margin-bottom: -60px;
    align-items: center;
}
#service section#section-top .inner-wrapper .bottom .form-wrapper .form{
    width: 100%;
    max-width: 832px;
}
#service section#section-top .inner-wrapper .left {
    width: 50%;
    margin-left: 180px;
    max-width: 626px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 80px;
}

#service section#section-top .inner-wrapper .left .subtitle{
    color: var(--Charcoal-Black);
    font-family: "Syne", sans-serif;
    font-size: 20px;
    background: var(--white);
    padding: 15px 25px;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
    width: fit-content;
}
#service section#section-top .subtitle .subtitle-icon{
    background-image: url('/wp-content/themes/dsgr-child/assets/icons/pencil-grey.svg');
    height: 36px;
    width: 36px;
}
#service section#section-top .inner-wrapper .left .title h1{
    color: var(--Charcoal-Black);
    font-size: 64px;
}
#service section#section-top .inner-wrapper .right{
    width: 50%;
}
#service section#section-top .inner-wrapper .right .image-wrapper {
    max-height: 650px;
    height: 100%;
    width: 100%;
}
#service section#section-top .inner-wrapper .right .image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50px 0px 0px 50px;
}

#service section#section-2{
    background-color: var(--white);
    margin: 0 20px;
    border-radius: 50px;
    padding-bottom: 80px;
}
#service section#section-2 .general-container {
    padding-top: 140px;
}
#service section#section-2 .title {
    width: 100%;
    max-width: 1254px;
}
#service section#section-2 .title h2{
    font-size: 48px;
}
#service section#section-2 .bottom {
    padding-top: 50px;
    display: flex;
    flex-direction: row;
}
#service section#section-2 .bottom .left{
    padding: 80px 150px;
    width: 60%;
}
#service section#section-2 .bottom .right{
    width: 40%;
}
#service section#section-2 .left .accordion {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
#service section#section-2 .accordion .row-wrapper{
    display: flex;
    flex-direction: row;
    gap: 21px;
}
#service section#section-2 .accordion .row-wrapper .accordion-item {
    flex-direction: column;
    display: flex;
    justify-content: center;
}
#service section#section-2 .accordion .row-wrapper .accordion-item:hover .button-wrapper .step-num{
    color: var(--cyan);
}
.accordion-item:hover .icon-wrapper img {
    filter: hue-rotate(0deg) brightness(0) saturate(100%) invert(22%) sepia(100%) saturate(3000%) hue-rotate(350deg);
    filter: drop-shadow(0px 20px 15px rgba(0, 0, 0, 0.10));
}
#service section#section-2 .accordion-item button.accordion-button {
    border: none;
    background: unset;
}
#service section#section-2 .accordion-item .button-wrapper{
    font-size: 32px;
}
#service section#section-2 .accordion button.accordion-button.collapsed span.step-num{
    color: var(--Charcoal-Black)
} 
#service section#section-2 .accordion button.accordion-button span.step-num{
    color: var(--cyan)
}

#service section#section-2 .bottom .right .image-wrapper{
    max-width: 533px;
    max-height: 518px;
    width: 100%;
    height: 100%;
}
#service section#section-2 .bottom .right .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    aspect-ratio: 2 / 3;
}
#service section#section-2 .carousel {
    position: relative;
    padding-top: 30px;
    width: 100%;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
#service section#section-2 .carousel .owl-stage {
    display: flex;
}
#service section#section-2 .carousel .owl-stage .section-2-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 220px;
    border-radius: 20px;
    /* gap: 20px; */
    padding: 0px 0px 19px;
    width: 100%;
}
#service section#section-2 .carousel .owl-stage .section-2-card .icon-wrapper {
    width: 48px;
    height: 48px;
    background: var(--white);
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#service section#section-2 .carousel .owl-stage .section-2-card .icon-wrapper img {
    height: 30px;
    width: 30px;
}
#service section#section-2 .carousel .owl-stage .section-2-card .info-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* gap: 10px; */
}
#service section#section-2 .carousel .owl-stage .section-2-card .info-wrapper h3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    text-align: center;
    height: 75px;
}
#service section#section-2 .carousel .owl-stage .section-2-card .info-wrapper p {
    text-align: center;
}
#service section#section-2 .owl-nav.disabled {
    display: none;
}
#service .section-2-card .image-wrapper{
    width: 100%;
    height: 100%;
}
#service .section-2-card .image-wrapper img{
    width: 100%;
    /* height: 100%; */
    height: 130px;
    max-height: 130px;
    object-fit: cover;
    border-radius: 10px;
}
#service section#section-3{
    padding-bottom: 80px;
}
#service section#section-3 .inner-wrapper{
    display: flex;
    flex-direction: row;
}
#service section#section-3 .inner-wrapper .info-wrapper{
    width: 85%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
    max-height: 350px; 
    overflow: hidden; 
    transition: max-height 0.3s ease;
}
#service section#section-3 .inner-wrapper .info-wrapper.expanded{
    max-height: 100%;
}
#service section#section-3 .inner-wrapper .info-wrapper .info-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: opacity 0.3s ease;
}
#service section#section-3 .inner-wrapper .info-wrapper .info-item.dimmed {
    opacity: 0.4;
}
#service section#section-3 .inner-wrapper .info-wrapper .info-item .title{
    font-family: "Syne", sans-serif;
    font-size: 32px;
}
#service section#section-3 a.cta-btn-2 {
    color: var(--white);
    text-align: center;
}
/* Costing Section */
section#section-costing .inner-wrapper{
    padding: 50px 150px;
    background-color: var(--white);
    border-radius: 50px;
    display: flex;
    flex-direction: row;
    gap: 100px;
}
section#section-costing .inner-wrapper .left{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
section#section-costing .inner-wrapper .left .item {
    max-width: 577px;
    width: 100%;
    display: flex;
    gap: 10px;
    flex-direction: column;
}
section#section-costing .inner-wrapper .left .item .title {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
section#section-costing .inner-wrapper .left .item .title h3{
    font-size: 32px;
    font-family: "Syne", sans-serif;
}
section#section-costing .inner-wrapper .left .item .description{
    opacity: 0.6;
}
section#section-costing .inner-wrapper .right{
    width: 50%;
}
section#section-costing .inner-wrapper .right .table-wrapper {
    display: flex;
    flex-direction: column;
    gap: 35px;
    padding: 50px 62px;
    background: var(--off-white);
    border-radius: 20px;
}
section#section-costing .inner-wrapper .right .table-wrapper .title {
    font-size: 32px;
    font-family: "Syne", sans-serif;
    text-align: center;
}
section#section-costing .inner-wrapper .right .table-wrapper .prices .item {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--Charcoal-Black);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 0;
}
section#section-costing .inner-wrapper .right .table-wrapper .prices .item .title{
    font-family: "Syne", sans-serif;
    font-size: 20px;
    text-align: start;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%
}
section#section-costing .inner-wrapper .right .table-wrapper .prices .item .prices{
    font-family: "Syne", sans-serif;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
section#section-costing .inner-wrapper .right .table-wrapper .prices .item .title-icon{
    background-image: url('/wp-content/themes/dsgr-child/assets/icons/check-circle.svg');
    height: 28px;
    background-repeat: no-repeat;
    max-width: 28px;
    width: 100%;
}
section#section-costing .inner-wrapper .right .table-wrapper .sum {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
section#section-costing .inner-wrapper .right .table-wrapper .sum .prices span.line-through{
    font-size: 24px;
}
section#section-costing .inner-wrapper .right .table-wrapper .sum .prices span.red{
    font-size: 32px;
}
section#section-costing .inner-wrapper .right .table-wrapper .button{
    text-align: center;
}

/* Students Support */

#students-support  .general-container {
    padding-bottom: 100px;
    position: relative;
}
#students-support  .general-container::after{
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url('/wp-content/themes/dsgr-child/assets/images/support-top-section.png');
    background-size: contain;
    position: absolute;
    max-width: 314px;
    top: 25px;
    right: 0;
}
#students-support section#section-top h1{
    font-size: 64px;
}
#students-support section#section-top .description{
    font-family: "Syne", sans-serif;
    font-size: 20px;
    padding-bottom: 20px;
}
#students-support section#section-2{
    background-color: var(--white);
}
#students-support section#section-2 .top-tdc .subtitle .subtitle-icon{
    background-image: url('/wp-content/themes/dsgr-child/assets/icons/pencil.svg');
    height: 36px;
    width: 36px;
}
#students-support .ticks {
    display: flex;
    flex-direction: column;
    gap: 90px;
    padding: 70px 0;
}
#students-support .ticks .category-row {
    display: flex;
    flex-direction: column;
    gap: 42px;
}
#students-support .ticks .category-row .title {
    font-family: "Syne", sans-serif;
    font-size: 32px;
    border-left-style: solid;
    border-left-width: 3px;
    border-left-color: var(--red);
    padding-left: 10px;
}
#students-support .ticks .category-row .services {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 50px;
    flex-wrap: wrap;
    width: 100%;
    gap: 50px 0px;
}
#students-support .ticks .category-row .services .services-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 390px;
}
#students-support .ticks .category-row .services .service-item {
    font-family: "Syne", sans-serif;
    font-size: 20px;
}
#students-support .ticks .category-row .services .service-item span{
    position: relative;
    padding: 5px 30px;
}
#students-support .ticks .category-row .services .service-item span::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url('/wp-content/themes/dsgr-child/assets/icons/tick-cyan.svg');
    background-repeat: no-repeat;
    left: -14px;
}

/* Blog */
#blog section#section-top .inner-wrapper{
    display: flex;
    flex-direction: column;
}
#blog section#section-top .inner-wrapper .top {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
#blog section#section-top .inner-wrapper .left {
    width: 50%;
    margin-left: 180px;
    max-width: 626px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
}
#blog section#section-top .inner-wrapper .left .title h1{
    color: var(--Charcoal-Black);
    font-size: 64px;
}
#blog section#section-top .inner-wrapper .right{
    width: 50%;
}
#blog section#section-top .inner-wrapper .right .image-wrapper {
    max-height: 650px;
    height: 100%;
    width: 100%;
}
#blog section#section-top .inner-wrapper .right .image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50px 0px 0px 50px;
}
#blog section#section-blog-archive .inner-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 35px;
    padding-top: 90px;
}
#blog section#section-blog-archive .card-article.fw {
    flex-direction: row !important;
    max-width: unset !important;
    gap: 100px;
    display: flex;
}
#blog section#section-blog-archive .card-article.fw .image-wrapper {
    width: 60%;
}
#blog section#section-blog-archive .card-article.fw .image-wrapper img {
    max-height: 558px;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
#blog section#section-blog-archive .card-article.fw .info-wrapper {
    flex-direction: column;
    gap: 25px;
    width: 40%;
    justify-content: center;
}
#blog section#section-blog-archive .card-article.banner .image-wrapper img {
    max-height: unset!important;
}
section#section-blog-archive .card-article.fw .title h3 {
    font-size: 48px;
}
section#section-blog-archive .card-article.fw .date span {
    font-size: 20px;
}
section#section-blog-archive .card-article.fw .description span {
    font-size: 20px;
}
section#section-blog-archive .card-article.fw .subtitle span {
    font-size: 20px;
}

.pagination ul {
    display: flex;
    flex-direction: row;
    padding: 0px !important;
    gap: 40px;
}
.pagination li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination li.active {
    width: 68px;
    height: 68px;
    border-radius: 50px;
    background: var(--red);
}
.pagination li.active a{
    background-color: var(--red);
}
.pagination li a:hover{
    background-color: var(--off-white);
    color: var(--Charcoal-Black);

}
.pagination li.active a:hover{
    background-color: var(--red);
    color: var(--white);
}
.pagination li a{
    background-color: var(--off-white);
    padding: unset!important;
    color: var(--Charcoal-Black);
    font-size: 32px;
}
.pagination li.custom-navigation a {
    border-style: solid;
    border-width: 1px;
    border-radius: 50px;
}
.custom-navigation .animated-arrow {
    position: relative;
    cursor: pointer;
    display: block;
    width: 68px;
    height: 68px;
    overflow: hidden;
    border-radius: 100%;
    transition: background-color 0.2s linear;
    transition: transform .2s;
    background-color: transparent;
}

.custom-navigation .animated-arrow:hover {
    background-color: var(--red);
    border-color: var(--red);
    transform: scale(1.2);
    transition: background-color 0.2s linear;
}

.custom-navigation .animated-arrow:hover .normal {
    right: 0px;
    background-image: url("/wp-content/themes/dsgr-child/assets/icons/pagination-next-white.svg");
}

.custom-navigation .animated-arrow:hover .hover {
    right: -68px;
}

.custom-navigation .animated-arrow .normal {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0px;
    background-image: url("/wp-content/themes/dsgr-child/assets/icons/pagination-next.svg");
    background-position: center center;
}

.custom-navigation .animated-arrow .hover {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0px;
    background-image: url("/wp-content/themes/dsgr-child/assets/icons/pagination-next.svg");
    background-position: center center;
}

.custom-navigation.prev .animated-arrow:hover .normal {
    left: 0px;
    background-image: url("/wp-content/themes/dsgr-child/assets/icons/pagination-back-white.svg");
}

.custom-navigation.prev .animated-arrow:hover .hover {
    left: -68px;
}

.custom-navigation.prev .animated-arrow .normal {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    background-image: url("/wp-content/themes/dsgr-child/assets/icons/pagination-back.svg");
    background-position: center center;
}

.custom-navigation.prev .animated-arrow .hover {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    background-image: url("/wp-content/themes/dsgr-child/assets/icons/pagination-back.svg");
    background-position: center center;
}
#single_blog .sidebar .sidebar-card{
    padding: 40px 23px;
    background: var(--white);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    gap: 35px;
    justify-content: center;
    position: sticky;
    top: 230px;
    max-width: 280px;
}
#single_blog .sidebar .sidebar-card div.target-btn:hover {
    cursor: pointer;
}
#single_blog .sidebar .sidebar-card div {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}
#single_blog .sidebar .sidebar-card div span {
    text-align: left;
}
#single_blog .sidebar .banner {
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 230px;
    max-width: 280px;
}
#single_blog .sidebar .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#service section#section-top .inner-wrapper{
    display: flex;
    flex-direction: column;
}
#single_blog section#section-top .inner-wrapper .top {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
#single_blog section#section-top .inner-wrapper .bottom{
    position: relative;
    padding-top: 60px;
}
#single_blog section#section-top .inner-wrapper .bottom .form-wrapper {
    position: unset; 
    margin-bottom: -60px;
    align-items: center;
}
#single_blog section#section-top .inner-wrapper .bottom .form-wrapper .form{
    width: 100%;
    max-width: 832px;
}
#single_blog section#section-top .inner-wrapper .left {
    width: 50%;
    margin-left: unset;
    max-width: 626px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-top: 80px;
}

#single_blog section#section-top .inner-wrapper .left .subtitle{
    color: var(--Charcoal-Black);
    font-family: "Syne", sans-serif;
    font-size: 20px;
    background: var(--white);
    padding: 15px 25px;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
    width: fit-content;
    text-transform: uppercase;
}
#single_blog section#section-top .subtitle .subtitle-icon{
    background-image: url('/wp-content/themes/dsgr-child/assets/icons/pencil-cyan.svg');
    height: 36px;
    width: 36px;
    background-repeat: no-repeat;
    background-position: center;
}
#single_blog section#section-top .inner-wrapper .left .title h1{
    color: var(--Charcoal-Black);
    font-size: 64px;
}
#single_blog .author {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
#single_blog .author .info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#single_blog .author .info span:nth-child(2) {
    font-size: 20px;
}
#single_blog section#section-top .article-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 20px;
    font-family: "Syne", sans-serif;
    opacity: .5;
}
#single_blog .author img {
    width: 75px;
    height: 75px;
    border-radius: 50px;
}
#single_blog section#section-top .inner-wrapper .right{
    width: 50%;
}
#single_blog section#section-top .inner-wrapper .right .image-wrapper {
    max-height: 650px;
    height: 100%;
    width: 100%;
}
#single_blog section#section-top .inner-wrapper .right .image-wrapper img {
    /* height: 100%;
    width: 100%;
    object-fit: cover; */
    max-width: 100%;
    height: auto;
    border-radius: 50px;
}

#single_blog section#section-content .general-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 100px;
    gap: 80px;
}
#single_blog section#section-content .sidebar{
    width: 25%;
    text-align: center;
    padding-top: 120px;
}
#single_blog section#section-content .middle{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 35px;
}
#single_blog section#section-content .middle .content{
    font-family: "Syne", sans-serif;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    gap: 35px;
}
#single_blog section#section-content .middle .content h2{
    font-family: "Syne", sans-serif;
    font-size: 32px;
    font-weight: 700;
}
#single_blog section#section-content .middle .cta-btn-1{
    width: fit-content;
}
#single_blog section#section-content .middle .cta-btn-1 a{
    color: var(--red);
}
#single_blog section#section-content .middle .cta-btn-1:hover a{
    color: var(--white);
}
#single_blog section#section-content .middle .author-info{
    width: 100%;
    background-color: var(--Charcoal-Black);
    border-radius: 30px;
    padding: 35px 45px;
}
#single_blog section#section-content .middle .author-info{
    color: var(--off-white);
    display: flex;
    flex-direction: column;
    gap: 25px;
}
#single_blog section#section-content .middle .author-info .top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#single_blog section#section-content .middle .author-info .social{
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: flex-end;
    height: fit-content;
}
#single_blog section#section-blog{
    padding-top: 40px;
    padding-bottom: 120px;
}
#single_blog section#section-blog .subtitle{
    background-color: var(--white);
}
#single_blog section#section-blog .subtitle-icon {
    background-image: url(/wp-content/themes/dsgr-child/assets/icons/pencil-grey.svg);
}


#policy.small-container{
    padding-bottom: 80px;
}
#policy .inner-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
#policy .right {
    width: 60%;
    max-width: 790px;
}
#policy .right .right-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
#policy .right .right-wrapper h3{
    font-family: "Syne", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
}
#policy .right div.content-block {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
#policy .left {
    max-width: 280px;
    width: 20%;
}
#policy .left .left-wrapper {
    padding: 40px 23px;
    background: var(--white);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    gap: 35px;
    justify-content: center;
    position: sticky;
    top: 230px;
}
#policy .left .left-wrapper div.target-btn:hover {
    cursor: pointer;
}
#policy .left .left-wrapper div {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#policy .left .left-wrapper div .icons {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
#policy .left .left-wrapper div .icon-wrapper {
    width: 40px;
    height: 40px;
    border-style: solid;
    border-width: 1px;
    border-radius: 20px;
}

footer {
    background: var(--cyan);
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.4rem;
}
.created-wrapper a{
    color: #fff;
}
.created-wrapper svg g{
    fill: #fff;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    width: 100vw!important;
    left: 50%!important;
    transform: translateX(-50%) !important;
    top: 73px;
    padding: 20px 150px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    font-size: 16px!important;
    font-family: "Didact Gothic", sans-serif;!important;
    color: var(--Charcoal-Black);
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    border: unset !important;
    border-left-width: 3px !important;
    border-left-color: var(--red) !important;
    border-left-style: solid !important;
    padding-left: 5px;
    font-size: 20px;
    font-family: "Syne", sans-serif;
    color: var(--Charcoal-Black)!important;
    text-transform: none;
    font-weight: 400;
}
.mega-menu-item .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu {
    margin-top: 15px !important;
}
li#mega-menu-item-979 > ul.mega-sub-menu, li#mega-menu-item-51 > ul.mega-sub-menu {
    height: calc(100vh - 200px) !important;
    overflow: scroll !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    top: 16px;
}
/* .green-border-menu a.mega-menu-link {
    border: 0;
    border-left-color: var(--cyan) !important;
    font-size: 18px !important;
} */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.green-border-menu > a.mega-menu-link {
    border: 0;
    border-left-color: var(--cyan) !important;
    font-size: 18px !important;
}

#search .content {
    display: flex;
    flex-direction: column;
}
#search ul.search-results {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
#search ul.search-results li {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 500px;
    padding-top: 75px;
    width: 100%;
}
#search ul.search-results li .inner-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    border-radius: 50px;
    background-color: #fff;
    padding: 30px 40px;
    max-height: 500px;
    height: 100%;
}
#search .pagination-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
    padding: 50px 0;
}
#search .pagination-container .page-numbers {
    font-size: 32px;
    width: 68px;
    height: 68px;
    border-radius: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
}
#search .pagination-container span.page-numbers.current {
    font-size: 32px;
    width: 68px;
    height: 68px;
    border-radius: 50px;
    background: var(--red);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);

}
#search .animated-arrow.left-arrow {
    transform: rotate(180deg);
}
.grecaptcha-badge{
    display: none;
}
#messages-widget {
    z-index: 100;
}
#home .section-4-card .image-wrapper{
    width: 100%;
    height: 100%;
}
#home .section-4-card .image-wrapper img{
    width: 100%;
    height: 100%;
    max-height: 130px;
    object-fit: cover;
    border-radius: 10px;
}
#home section#section-4 .owl-nav.disabled {
    display: none;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after {
    content: "";
    background-image: url('/wp-content/themes/dsgr-child/assets/icons/burger-menu.svg');
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block:only-child {
    align-items: center;
}
.site_footer_wrapper {
    padding-top: 40px;
}
#topics #topics-content .topics-content-wrapper {
    gap: 50px;
}
#topics #topics-content .topics-content-wrapper .topics-content-sidebar .search-box .search-input .search-form .search-field {
    width: 90%;
}
#topics #topics-content .topics-content-wrapper .topics-content-sidebar .search-box .search-input .search-form .search-submit {
    width: 10%;
    background-image: url(/wp-content/themes/dsgr-child/assets/icons/search_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0px;
}
#topics #topics-content .search-input label {
    width: 100%;
}
form.search-form {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    gap: 5px;
}
#essays #popular-topics .popular-topics-wrapper .header .title {
    text-align: center;
}
#essays #popular-topics .popular-topics-wrapper .header .contxt {
    text-align: center;
}
#essays #popular-topics .popular-topics-wrapper .header .subtitle {
    align-items: center;
}
#single-essay #header-section .header-footer {
    flex-wrap: wrap;
    gap: 40px;
}
#single-essay #essay-content {
    gap: 40px;
}
#single-essay #essay-content .content-section .top-section {
    flex-wrap: wrap;
    gap: 20px;
}
#single-essay #essay-content .content-section .top-section .word-count {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}
#single-essay #essay-content .content-section .top-section .word-count .words, #single-essay #essay-content .content-section .top-section .word-count .pages {
    display: flex;
    gap: 5px;
    align-items: center;
    flex: unset;
}
#single-essay #essay-content .content-siderbar .related-essays {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#partners #second-section .second-section-wrapper .top-section .partner-levels {
    gap: 50px;
    justify-content: center;
    flex-wrap: wrap;
}
#partners #second-section .second-section-wrapper .top-section .partner-levels .level {
    width: 100%;
    max-width: 345px;
}
#partners #fourth-section .fourth-section-wrapper .qualifications-section .qualifications-section-wrapper {
    align-items: center;
}
.wpcf7-spinner {  
    position: absolute;
    bottom: 40px;
    right: 20px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: 2px solid #00a0d2;
    color: white;
}
#mobile-menu-wrapper .drilldown .is-drilldown-submenu {
    background: unset!important;
}
#mobile-menu-wrapper .drilldown .is-drilldown-submenu.is-active {
    display: flex!important;
    flex-direction: column;
    gap: 20px;
}
#mobile-menu-wrapper .drilldown .is-drilldown-submenu.is-active {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    scrollbar-color: var(--red) lightblue;
}





#mobile-menu-wrapper .menu.vertical {
    height: 100%;
}
#mobile-menu-wrapper .footer .inner-wrapper div {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    width: 100%;
    border-bottom-color: #00000036;
    padding-bottom: 6px;
}
#mobile-menu-wrapper .footer .inner-wrapper div.button-wrapper {
    border: 0;
}
body.menu-opened{
    overflow: hidden;
}
#mobile-menu-wrapper .drilldown .is-drilldown-submenu a {
    display: flex;
    flex-direction: row;
}
#mobile-menu-wrapper .drilldown .js-drilldown-back>a::before {
    width: 15px!important;
    height: 15px!important;
    content: '';
    display: inline-block!important;
    background-image: url(/wp-content/themes/dsgr-child/assets/icons/menu-arrow-down.png);
    background-size: contain;
    background-repeat: no-repeat;
    rotate: 90deg;
    background-position: center;
    border-style: unset!important;
    border-width: unset!important;
    border-left-width: unset!important;
    border-color: unset!important;
}
#partners #first-section .first-section-wrapper {
    gap: 20px;
}
#partners #second-section .second-section-carousel-wrapper .how-it-works-carousel {
    display: block;
}
#partners #second-section .second-section-carousel-wrapper .how-it-works-carousel .navigation-container {
    margin-top: 40px;
}
#partners #fourth-section .fourth-section-wrapper .fourth-section-carousel-wrapper .navigation-container {
    margin-top: 40px;
}
#partners #fourth-section .fourth-section-wrapper .fourth-section-carousel-wrapper .partner-reasons-card {
    max-height: 450px;
    min-height: unset;
    height: 100%;
    max-width: 375px;
    width: 100% !important;
}
.how-it-works {
    padding: 80px 0 50px 180px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.how-it-works .header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 180px;
    flex-wrap: wrap;
    gap: 20px;
}
.how-it-works .header h2 {
    color: var(--Charcoal-Black);
    font-size: 64px;
}
.how-it-works .header .subtile {
    max-width: 783px;
    color: var(--Charcoal-Black);
    font-size: 14px;
}
.how-it-works .carousel {
    padding-top: 30px;
    width: 100%;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.carousel .item {
        padding-top: 40px;
        padding-bottom: 25px;
}
#partners #fourth-section {
    padding: 80px 0 50px 180px;
}
.fourth-section-carousel-card {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 90px 40px;
    border-radius: 30px;
    background: var(--White, #FFF);
    box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, .1);
    max-height: 450px;
    height: 100%;
    max-width: 375px;
    width: 100% !important;
}
.fourth-section-carousel-card .info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.fourth-section-carousel-card .info-wrapper h3 {
    color: var(--Red, #DB3A3A);
    font-family: "Syne";
    font-size: 32px;
}
.fourth-section-carousel-nav-wrapper {
    display: flex;
    gap: 13px;
    width: calc(100% - 180px);
    justify-content: space-between;
    max-width: 1700px;
}
.fourth-section-carousel-nav-wrapper .animated-arrow .normal {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='58' viewBox='0 0 58 58' fill='none'%3E%3Cmask id='mask0_302_4808' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='58' height='58'%3E%3Ccircle cx='29' cy='29' r='29' transform='rotate(-90 29 29)' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_302_4808)'%3E%3Cpath d='M23 32L29 26L35 32' stroke='%23292929' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
}
.fourth-section-carousel-nav-wrapper .animated-arrow .hover {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 58px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='58' viewBox='0 0 58 58' fill='none'%3E%3Cmask id='mask0_302_4808' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='58' height='58'%3E%3Ccircle cx='29' cy='29' r='29' transform='rotate(-90 29 29)' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_302_4808)'%3E%3Cpath d='M23 32L29 26L35 32' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
}
.fourth-section-carousel-nav-dots {
    flex: 0 1 1512px;
    display: flex;
    align-items: center;
}
.fourth-section-carousel-nav-wrapper .fourth-section-carousel-nav button {
    border: none;
    background: transparent;
}
.fourth-section-carousel-nav-wrapper .animated-arrow.right-arrow {
    transform: rotate(90deg);
}
.fourth-section-carousel-nav-wrapper .animated-arrow:hover {
    background-color: var(--cyan);
    border-color: var(--cyan);
    /* transform: scale(1.2); */
    transition: background-color 0.5s linear;
}
.fourth-section-carousel-nav-wrapper .animated-arrow.left-arrow {
    transform: rotate(-90deg);
}
.fourth-section-carousel-nav-wrapper .animated-arrow {
    position: relative;
    cursor: pointer;
    display: block;
    width: 58px;
    height: 58px;
    overflow: hidden;
    border-radius: 100%;
    border: 1px solid var(--Charcoal-Black);
    transition: background-color 0.5s linear;
    transition: transform .2s;
    background-color: transparent;
}

.fourth-section-carousel-nav-wrapper .animated-arrow .hover {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 58px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='58' viewBox='0 0 58 58' fill='none'%3E%3Cmask id='mask0_302_4808' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='58' height='58'%3E%3Ccircle cx='29' cy='29' r='29' transform='rotate(-90 29 29)' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_302_4808)'%3E%3Cpath d='M23 32L29 26L35 32' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
}
.fourth-section-carousel-nav-wrapper .animated-arrow:hover .normal {
    top: -58px;
}
.fourth-section-carousel-nav-wrapper .animated-arrow:hover .hover {
    top: 0;
}
#partners #fourth-section .fourth-section-wrapper .header h2 {
    text-align: center;
}
.owl-nav.fourth-section-carousel-nav {
    display: flex;
}
.fourth-section-carousel-nav-wrapper .owl-dot.active span {
    opacity: 1;
    height: 5px;
    border-radius: 20px;
    margin-top: -2px;
    background: var(--cyan);
    width: 100%;
    
}
.fourth-section-carousel-nav-wrapper .owl-dot span {
    opacity: 0.2;
    background: var(--Charcoal-Black);
    height: 1px;
    display: block;
    width: 100%;
}
.fourth-section-carousel-nav-wrapper .owl-dot {
    flex: 1 1 100%;
    outline: none;
    border: none;
    background: none;
    height: 1px;
    padding: 10px 0px;
    display: flex;
}
.fourth-section-wrapper .carousel {
    position: relative;
    padding-top: 30px;
    width: 100%;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
#blog .blog-order-wrapper {
    padding: 25px 0;
}
#blog .blog-order{
    width: fit-content;
    border-style: solid;
    border-color: var(--red);
    border-width: 1px;
    border-radius: 50px;
}
#blog .blog-order select {
    word-wrap: normal;
    background: url(/wp-content/themes/dsgr-child/assets/icons/arrow-down-red.svg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    color: var(--red);
    border-right-color: transparent;
    border-right-width: 20px;
    border-bottom: 0;
    border-top: 0;
    border-left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* line-height: 40px; */
    padding: 10px 20px;
    background-size: 10px;
}
#topics #topics-content .topics-content-wrapper .topics-content-sidebar .interest-form {
    position: sticky;
    top: 120px;
}
.accordion-item .button-wrapper span {
    color: var(--red);
}
.accordion-item button.collapsed .button-wrapper span {
    color: var(--Charcoal-Black);
}
.accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='13' viewBox='0 0 21 13' fill='none' transform='rotate(180)'%3E%3Cpath d='M1.73166 11.9414C1.35518 12.3455 0.722413 12.3679 0.318329 11.9914C-0.0857552 11.6149 -0.108135 10.9822 0.268341 10.5781L1.73166 11.9414ZM0.268341 10.5781L9.89676 0.243621L11.3601 1.60696L1.73166 11.9414L0.268341 10.5781Z' fill='%23DB3A3A'/%3E%3Cpath d='M20.5685 9.84517C20.9708 10.2236 20.9901 10.8565 20.6116 11.2587C20.2332 11.661 19.6003 11.6803 19.1981 11.3018L20.5685 9.84517ZM19.1981 11.3018L8.74669 1.46863L10.1172 0.0119921L20.5685 9.84517L19.1981 11.3018Z' fill='%23DB3A3A'/%3E%3C/svg%3E");
}
#policy .cta-btn-1 a {
    color: var(--red);
}
#policy .cta-btn-1:hover a {
    color: var(--white);
}
#policy .cta-btn-1 {
    width: fit-content;
}
#policy .title h1{
    font-size: 64px;
    padding-bottom: 80px;
}
#single_blog .sidebar .sidebar-card div.social {
    flex-direction: row;
    flex-wrap: wrap;
}
#single_blog .sidebar .sidebar-card div.social a {
    filter: invert(1);
}
#single_blog .sidebar .sidebar-card div.social > span {
    flex: 0 0 100%;
    max-width: 100%;
}

#messages-widget {
    border-radius: 10px 0 0 10px !important;
    right: 0 !important;
    left: unset !important;
}

#single_blog section#section-content .content a {
    color: #db3a3a;
}

@media(max-width: 1699px){
    #contact .small-container{
        width: calc(100% - 40px);
    }
    #contact section#section-2 .inner-wrapper {
        justify-content: center;
        gap: 30px;
    }
    section#q_a .small-container .bottom {
        margin-left: unset;
        margin-right: unset;
    }
    #students-support section#section-why-us .general-container::after {
        display: none;
    }

}

@media(max-width: 1499px){
    section#newsletter .newsletter-wrapper .inner-wrapper {
        flex-wrap: wrap;
    }
    .statistics-wrapper {
        display: flex;
        flex-direction: row;
        gap: 30px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .statistics-wrapper .item {
        max-width: 500px;
        width: 100%;
    }
}
@media(max-width: 1280px){
    #home section#section-top .general-container .inner-wrapper .left-section .title h1 {
        font-size: 54px;
    }
    #home section#section-top .general-container .inner-wrapper .left-section .description ul li {
        font-size: 12px!important;
    }
    #home section#section-4 .inner-wrapper::after {
        content: unset;
    }
    #home section#section-4 .bottom .left {
        padding: 80px 70px;
    }
   
    #service section#section-2 .bottom .left {
        padding: 80px 70px;
    }
    #section-why-us .bottom {
        flex-wrap: wrap;
        justify-content: center;
    }
    #home section#section-top .general-container .inner-wrapper {
        flex-direction: column!important;
        background-position-x: right!important;
        background-position-y: 130px!important;
        width: 100%!important;
    }
    #home section#section-top .general-container .inner-wrapper .right-section {
        width: 100%!important;
        display: flex;
        justify-content: center!important;
        padding-top: 40px!important;
    }
    .form-wrapper {
        position: unset;
        width: fit-content;
    }
    section#section-our-services .general-container .top-tdc::before {
        content: unset;
    }
    section#section-costing .inner-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        padding: 50px 40px;
    }
    section#section-costing .inner-wrapper .left, section#section-costing .inner-wrapper .right {
        width: unset;
    }
    section#q_a .small-container .bottom {
        margin-left: unset;
        margin-right: unset;
        
    }
    #contact section#section-2 .inner-wrapper .right.tab-content {
        max-width: 400px;
    }
    #about-us section#section-top .inner-wrapper {
        gap: 20px;
    }
    #about-us section#section-top .inner-wrapper .left {
        gap: 20px;
        padding: 10px 0px;
    }
    #topics #topics-content .topics-content-wrapper {
        flex-direction: column-reverse;
    }
    #essays #popular-topics .popular-topics-wrapper .topics-list {
        display: flex;
        grid-template-columns: repeat(4, 1fr);
        width: 100%;
        padding: 0 20px;
        flex-direction: row;
        justify-content: space-between;
        gap: 50px;
        flex-wrap: wrap;
    }
    #single-essay #essay-content {
        flex-wrap: wrap;
    }
    #single-essay #essay-content .content-section {
        max-width: unset;
    }
    #single-essay #essay-content .content-siderbar .disount-banner {
        order: 2;
    }
    #single-essay #essay-content .content-siderbar {
        padding-top: unset;
    }
    .how-it-works {
        padding: 80px 0 50px 20px;
    }
}
@media(max-width: 992px){
    .small-container {
        width: calc(100% - 40px)!important;
        padding-top: 40px;
    }
    .main-header {
        display: flex!important;
        flex-direction: row;
        width: fit-content;
        justify-content: space-between;
        width: 100%;
        height: 81px;
    }
    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary{
        /* max-width: 100%;
        width: 100vh; */
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
        width: unset !important;
        left: 50% !important;
        transform: unset !important;
        top: 73px;
        padding: unset;
    }
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
        color: var(--Charcoal-Black);
        background: #f1f1f1;
        display: flex;
        flex-direction: row;
        height: 111px;
        align-items: center;
        font-size: 20px;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-bottom-color: var(--Charcoal-Black);
        gap: 20px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        border-left-width: 2px;
        border-left-color: var(--red);
        border-left-style: solid;
        font-size: 16px;
        display: flex;
    }
    #mega-menu-wrap-mobile #mega-menu-mobile > li.mega-menu-item > a.mega-menu-link {
        border-left-width: 2px!important;
        border-left-color: var(--red)!important;
        border-left-style: solid!important;
        font-size: 16px!important;
        display: flex!important;
        /* border-radius: 0;
        border: 0;
        margin: 0;
        line-height: 40px;
        height: 40px;
        padding: 0 10px;
        background: transparent;
        text-align: left;
        color: #222;
        font-size: 14px; */
    }
    #mega-menu-wrap-mobile #mega-menu-mobile > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-mobile #mega-menu-mobile > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
        border-left-width: 2px!important;
        border-left-color: var(--red)!important;
        border-left-style: solid!important;
        font-size: 16px!important;
        display: flex!important;
        color: var(--Charcoal-Black);
        padding-left: 10px;
        text-transform: unset!important;
 
        font-weight: unset!important;
       
    }
    #mega-menu-wrap-mobile #mega-menu-mobile > li.mega-menu-megamenu > ul.mega-sub-menu {
        background: var(--white)!important;
    }
    #mega-menu-wrap-mobile #mega-menu-mobile > li.mega-menu-item {
        padding: 10px 20px;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
        rotate: 270deg;
    }
    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
        width: 90%;
        max-width: unset;  
    }
    .d-flex.justify-content-start.justify-content-sm-center.pl-3.pl-sm-0.order-1.order-sm-2.header-menu {
        width: 33%;
        order: 1!important;
        justify-content: center !important;
    }
    .d-flex.justify-content-start.justify-content-sm-center.pl-3.pl-sm-0.order-1.order-sm-3 {
        width: 33%;
        order: 3!important;
        justify-content: flex-end !important;
        gap: 15px!important;
    }
    .d-flex.justify-content-center.order-2.order-sm-1.header-logo {
        width: 33%;
        order: 2!important;
        justify-content: center !important;
        align-items: center;
        height: 100%;
    }
    .site-header-search .icon-wrapper, .become-partner-btn-wrapper .icon-wrapper {
        height: 27px;
        width: 27px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    section#section-costing .inner-wrapper {
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    #home section#section-4 .bottom .left {
        padding: 80px 30px;
    }
    #service section#section-2 .bottom .left {
        padding: 80px 30px;
    }
    .qna-items-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    section#section-q-a .general-container .bottom {
        margin-left: 40px;
        margin-right: 40px;
    }
    #home section#section-top .general-container .inner-wrapper {
        background-position-y: 130px!important;
        background-size: 300px;
    }
    section#section-our-services .general-container .bottom {
        margin-left: 40px;
        margin-right: 40px;
    }
    section#section-our-services .accordion-header {
        padding-bottom: 5px;
        padding-top: 5px;
    }
    section#section-our-services .accordion .row {
        padding-bottom: 0;
    }
    #section-our-guarantees .inner-wrapper {
        padding: 80px 40px 50px 40px!important;
    }
    .guarantee-card {
        max-width: 250px;
        max-height: 234px;
        gap: 0px;
    }
    .guarantee-card .image-wrapper {
        margin-top: 20px;
        height: 90px;
    }
    .how-it-works .guarantee-card .image-wrapper {
        margin-top: -20px!important;
    }
    .guarantee-card .image-wrapper img{
        height: 100%;
        object-fit: contain;
    }
    .guarantee-card h3 {
        font-size: 22px;
        height: 58px;
    }
    .guarantee-card p {
        font-size: 12px;
    }
    .our-guarantees-carousel-nav-wrapper .our-guarantees-carousel-nav {
        display: none;
    }
    #service section#section-top .inner-wrapper .top {
        flex-direction: column;
        align-items: center;
    }
    #service section#section-top .inner-wrapper .left {
        width: 100%;
        margin-left: unset;
        justify-content: center;
        padding-top: unset;
        padding: 40px 20px;
    }
    #service section#section-top .inner-wrapper .right {
        width: 100%;
        padding: 40px 20px;
    }
    #service section#section-top .inner-wrapper .right .image-wrapper img {
        border-radius: 50px 50px 0px 0px;
    }
    #service section#section-top .inner-wrapper .bottom {
        margin-top: -130px;
    }
    #blog section#section-top .inner-wrapper .top {
        flex-direction: column;
        align-items: center;
    }
    #blog section#section-top .inner-wrapper .left {
        max-width: 626px;
        width: 100%;
        margin-left: unset;
        justify-content: center;
        padding-top: unset;
        padding: 40px 20px;
        align-items: center;
    }
    #blog section#section-top .inner-wrapper .left .description {
        text-align: center;
    }
    #blog section#section-top .inner-wrapper .right {
        width: 100%;
        padding: 40px 20px;
    }
    #blog section#section-top .inner-wrapper .right .image-wrapper img {
        /* border-radius: 50px 50px 0px 0px; */
        border-radius: 50px;
    }
    #blog section#section-blog-archive .card-article.fw {
        width: 100%!important;
        flex-direction: column!important;
        gap: 20px;
    }
    #blog section#section-blog-archive .card-article.fw .image-wrapper {
        width: 100%!important;
    }
    #blog section#section-blog-archive .card-article.fw .image-wrapper img {
        max-height: 450px;
    }
    #blog section#section-blog-archive .card-article.fw .info-wrapper {
        width: 100%;
    }
    .card-article {
        max-width: 400px;
    }
    .card-article .image-wrapper {
        height: 100%;
    }
    #blog section#section-blog-archive .card-article.banner .image-wrapper img {
        height: 100%;
        border-top-right-radius: 50px;
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom-left-radius: 50px;
    }
    #blog section#section-blog-archive .inner-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 35px;
        justify-content: center;
    }

    footer#site_footer .site_footer_wrapper .footer-top {
        flex-wrap: wrap;
        gap: 30px;
    }
    section#breadcrumbs .inner-wrapper {
        margin-left: 20px;
        margin-right: 20px;
        width: 100%;
        overflow-x: auto;
        scrollbar-width: none;
    }
    #single_blog section#section-top .inner-wrapper .top {
        flex-direction: column;
        gap: 30px;
    }
    #single_blog section#section-top .inner-wrapper .left {
        width: 100%;
        max-width: unset;
        flex-direction: column;
        padding-top: unset;
    }
    #single_blog section#section-top .inner-wrapper .right {
        width: 100%;
    }
    #single_blog section#section-content .sidebar {
        display: none;
    }
    #single_blog section#section-content .middle {
        width: 100%;
    }
    #single_blog section#section-content .general-container {
        padding-top: 80px;
    }
    section#section-blog .bottom {
        flex-wrap: wrap;
        justify-content: center;
    }
    #contact section#section-3 .inner-wrapper .info.email {
        flex-wrap: wrap;
        justify-content: center;
    }
    #contact section#section-top .inner-wrapper {
        flex-direction: column;
        gap: 40px;
    }
    #contact section#section-top .inner-wrapper .left {
        max-width: unset;
    }
    #contact section#section-top .inner-wrapper .right {
        padding-right: unset;

    }
    #contact section#section-top .inner-wrapper .right .image-wrapper {
        margin-top: unset;
        justify-content: center;
        display: flex;
    }
    #contact section#section-2 .inner-wrapper {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    #contact section#section-2 div#v-pills-tab {
        max-width: 600px;
        width: 100%;
    }
    #contact section#section-2 .inner-wrapper .right.tab-content {
        max-width: 600px;
    }
    #contact section#section-3 .inner-wrapper::before {
        display: none;
    }
    #contact section#section-3 .inner-wrapper {
        padding: 30px 40px;
    }
    #contact section#section-3 .inner-wrapper .info {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    #about-us section#section-2 .guarantee-card {
        max-width: unset;
        max-height: unset;
        gap: unset;
    }
    #about-us .general-container-lm {
        width: calc(100% - 40px);
    }
    #about-us section#section-top .inner-wrapper {
        flex-direction: column;
    }
    #about-us section#section-top .inner-wrapper .left {
        width: 100%;
        margin-left: unset;
        padding: 30px 20px;
    }
    #about-us section#section-top .inner-wrapper .right {
        width: 100%;
    }
    #about-us section#section-top .inner-wrapper .right .image-wrapper img {
        border-radius: 50px 50px 0px 0px;
    }
    #students-support .general-container {
        padding-bottom: 150px;
    }
    #students-support .general-container::after {
        max-width: 200px;
        top: 200px;
        right: unset;
        left: 0;
    }
    #essays #header-section .header-section-wrapper .right .header-image-container {
        display: none;
    }
    #partners #header-section .header-section-wrapper .left {
        width: 100%;
    }
    #partners #header-section .header-section-wrapper .right {
        display: none!important;
    }
    #partners #second-section .second-section-carousel-wrapper .how-it-works-carousel .how-it-works-card {
        max-width: 250px;
        max-height: 234px;
        width: 100%!important;
        height: 100%!important;
        gap: 0px;
  
    }
    #partners #second-section .second-section-carousel-wrapper .how-it-works-carousel .how-it-works-card .icon-container {
        width: 200px;
        height: 90px;
        position: relative;
        padding-bottom: 20px;
    }
    #partners #second-section .second-section-carousel-wrapper .how-it-works-carousel .how-it-works-card .icon-container img {
        position: unset;
        top: unset;
    }
    #partners #second-section .second-section-carousel-wrapper .how-it-works-carousel .how-it-works-card h3 {
        font-size: 24px;
        text-align: center;
        height: 50px;
    }
    #partners #second-section .second-section-carousel-wrapper .how-it-works-carousel .how-it-works-card .text {
        font-size: 12px;
    }
    #partners #second-section .second-section-carousel-wrapper .how-it-works-carousel .navigation-container {
        margin-left: 20px;
    }
    #partners #second-section .second-section-carousel-wrapper .how-it-works-carousel .navigation-container .buttons-container {
        display: none;
    }
    #partners #third-section .third-section-wrapper {
        flex-direction: column;
        gap: 40px;
    }
    #partners #third-section .third-section-wrapper .left, #partners #third-section .third-section-wrapper .right {
        max-width: unset;
    }
    #partners #fourth-section .fourth-section-wrapper .qualifications-section .qualifications-section-wrapper {
        flex-direction: column;
        gap: 40px;
    }
    #partners #fourth-section .fourth-section-wrapper .qualifications-section .qualifications-section-wrapper .left {
        max-width: unset;
    }
    #partners #fourth-section .fourth-section-wrapper .qualifications-section .qualifications-section-wrapper .right {
        width: 100%;
    }
    #partners #first-section .first-section-wrapper {
        flex-direction: column;
        gap: 40px;
        padding: 40px 0;
    }
    #partners #first-section .first-section-wrapper .left {
        width: 100%;
    }
    #partners #first-section .first-section-wrapper .left .content-container {
        max-width: unset;
    }
    #partners #first-section .first-section-wrapper .right {
        width: 100%;
    }
    #partners #header-section {
        padding-top: 40px;
    }
    #partners #second-section {
        padding: 40px 0px;
    }
    #partners #second-section .second-section-carousel-wrapper .how-it-works-carousel {
        padding-top: 40px;
    }
    #partners #third-section {
        padding: 40px 0;
    }
    #partners #fourth-section {
        padding: 40px 0px 40px 20px;
    }
    #partners #fourth-section .fourth-section-wrapper {
        gap: 40px;
    }
    #policy .left {
        display: none;
    }
    #policy .right {
        width: 100%;
        max-width: unset;
    }
    #partners #fourth-section .fourth-section-wrapper .fourth-section-carousel-wrapper .navigation-container .buttons-container {
        display: none;
    }
    .fourth-section-carousel-nav-wrapper {
        gap: 13px;
        width: calc(100% - 40px);
        justify-content: space-between;
        max-width: unset;
    }
    .owl-nav.fourth-section-carousel-nav {
        display: none;
    }
    .how-it-works .carousel {
        padding-top: unset;
    }
    .how-it-works .header {
        padding-right: 20px;
    }
    #service section#section-2 .bottom {
        padding-top: 0px;
    }
    #service section#section-2 .carousel {
        padding-top: 0px;
    }
    .footer.footer-menu {
        position: absolute;
        *bottom: 15px;
        width: calc(100% - 30px);
        left: 50%;
        transform: translateX(-50%);
    }
    .footer.footer-menu .inner-wrapper {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
        justify-content: center;
        align-items: flex-start;
        max-width: 300px;
        border-top-style: solid;
        padding-top: 30px;
        border-top-width: 2px;
    }
    .footer.footer-menu .inner-wrapper .button-wrapper {
        width: 100%;
    }
    .footer.footer-menu .inner-wrapper .button-wrapper a.cta-btn-2 {
        width: 100%;
    }
    .header-mobile-menu {
        height: 111px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 25px;
        padding: 50px 30px 30px 30px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #1f1f1f54;
    }
    #mega-menu-wrap-mobile .mega-menu-toggle + #mega-menu-mobile {
        width: 100% !important;
    }
    /* #mega-menu-wrap-mobile .mega-menu-toggle + #mega-menu-mobile {
        left: -100% !important;
    } */
    #mega-menu-wrap-mobile:has(.mega-menu-open) #mega-menu-mobile[data-effect-mobile^="slide_right"] + button.mega-close {
        left: unset;
        right: 10px;
        top: 40px;;
    }
    #mega-menu-wrap-mobile:has(.mega-menu-open) #mega-menu-mobile[data-effect-mobile^="slide_"] + button.mega-close:before {
        content: url('/wp-content/themes/dsgr-child/assets/icons/x.svg');
    }
    ul#mega-menu-mobile .header-menu {
        padding: 25px;
        text-align: center;
        font-size: 28px;
    }
}
@media(max-width: 874px){
    .card-article {
        max-width: 600px;
    }
}
@media(max-width: 768px){
    .general-container {
        padding-top: 40px;
    }
    #home section#section-top .general-container .inner-wrapper {
        background-position-y: 190px!important;
        background-size: 260px;
    }
    section#section-costing .general-container{
        width: unset;
    }
    section#section-costing .inner-wrapper .left .item .title {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    section#section-costing .inner-wrapper {
        padding: 50px 0px 0px;
        border-radius: 0px;
    }
    section#section-costing .inner-wrapper .left{
        width: 100%;
        align-items: center;
        padding: 0 20px;
    }
    section#section-costing .inner-wrapper .right {
        width: 100%;
    }
    section#section-costing .inner-wrapper .left .item {
        align-items: center;
    }
    section#section-costing .inner-wrapper .right .table-wrapper {
        border-radius: unset;
        padding: 50px 20px;
    }
    section#section-costing .inner-wrapper .left .item .description {
        text-align: center;
    }
    #service section#section-3 .inner-wrapper {
        flex-direction: column;
    }
    #service section#section-3 .inner-wrapper .info-wrapper {
        flex-direction: column;
        width: 100%;
        display: flex;
    }
    #service section#section-3 .inner-wrapper .button-wrapper {
        display: flex;
        justify-content: center;
        padding-top: 40px;
    }
    #students-support .general-container {
        padding-bottom: 180px;
    }
    #students-support .general-container::after {
        top: 155px;
    }
    #students-support section#section-top h1 {
        font-size: 56px;
    }
    #topics #header .header-container-wrapper {
        padding-top: 30px;
        flex-direction: column;
        gap: 30px;
    }
    #topics #header .header-container-wrapper .left {
        gap: 15px;
    }
    #topics #header .header-container-wrapper .right .header-image-container {
        max-width: 130px;
    }
    section#breadcrumbs .inner-wrapper div#crumbs>span a {
        /* overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; */
        white-space: nowrap;
    }
    section#breadcrumbs .inner-wrapper span.breadcrumb_last {
        /* overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; */
        white-space: nowrap;
    }
    .swiper-wrapper {
        padding-left: 20px;
        gap: 20px;
    }
}
@media(max-width: 600px){
    body {
        font-size: 14px!important;
    }
    h2{
        font-size: 32px!important;
    }
    #home section#section-top .general-container .inner-wrapper .left-section .title h1 {
        font-size: 32px;
    }
    #section-top .title h1{
        font-size: 32px!important;
    }
    #section-top .subtitle span {
        font-size: 14px;
    }
    #home #section-top .left-section h2 {
        font-size: 14px !important;
    }
    .top-tdc .title h2 {
        font-size: 32px;
    }
    .top-tdc .subtitle {
        padding: 10px 15px;
    }
    .top-tdc .subtitle span {
        font-size: 14px;
    }
    #section-our-services .general-container {
        margin-top: -120px;
    }
    #home section#section-3 .top .subtitle span {
        font-size: 14px;
    }
    #home section#section-top .general-container .inner-wrapper {
        background-position-y: 90px !important;
        background-size: 193px;
        background-position-x: 190px !important;
    }
    #home section#section-top .general-container .inner-wrapper .left-section {
        gap: 25px;
        width: 90%;
    }
    #home section#section-3 .top .title h2 {
        font-size: 32px;
    }
    .form-wrapper {
        padding: 30px!important;
    }
    footer .created-wrapper{
        text-align: center;
        margin-bottom: 1.5rem;
    }
    #site_footer .footer_bottom{
        flex-direction: column;
        justify-content: center !important;
        align-items: center;
    }
    footer#site_footer .site_footer_wrapper .footer_bottom .payments-wrapper {
        max-width: 320px;
        width: 100%;
    }
    footer#site_footer .site_footer_wrapper .footer_bottom .payments-wrapper img {
        width: 100%;
    }
    #site_footer .footer_bottom .created-wrapper{
        margin-top: 20px;
    }
    #site_footer .footer_menu .the_menu{
        display: flex;
        flex-direction: column;
    }
    section#section-q-a .general-container .bottom {
        margin-left: 20px;
        margin-right: 20px;
    }
    .qna-items-wrapper {
        padding: unset;
    }
    section#section-our-services .general-container .bottom {
        margin-left: 0px;
        margin-right: 0px;
    }
    #home section#section-3 .inner-wrapper {
        padding-top: 0px;
    }
    #home section#section-4 .bottom {
        padding-top: 20px;
    }
    #home section#section-4 .carousel {
        padding-top: 20px;
    }
    #home section#section-4 .inner-wrapper {
        background-color: unset;
        padding: 40px 0;
    }
    #home section#section-4 .top-tdc .subtitle {
        background: var(--white);
    }
    #home section#section-4 .top-tdc .subtitle-icon {
        background-image: url(/wp-content/themes/dsgr-child/assets/icons/pencil-grey.svg);
    }
    .our-guarantees-carousel-nav-wrapper {
        width: calc(100% - 40px);
    }
    footer#site_footer .site_footer_wrapper .footer-mid {
        flex-wrap: wrap;
    }
    #service section#section-top .inner-wrapper .left {
        gap: 25px;
    }
    #section-top .inner-wrapper .left .subtitle {
        padding: 10px 15px!important;
    }
    #blog section#section-blog-archive .card-article.fw {
        background: transparent;
    }
    #blog section#section-blog-archive .card-article.fw .image-wrapper img {
        max-height: unset;
        aspect-ratio: 2 / 2;
    }
    section#section-blog-archive .card-article.fw .title h3 {
        font-size: 32px;
    }
    .card-article .title h3 {
        font-size: 20px;
    }
    .card-article .description {
        display: none;
    }
    .card-article.fw .info-wrapper .description {
        display: block!important;
    }
    .card-article.fw .info-wrapper .description span p {
        font-size: 16px;
    }
    #blog section#section-blog-archive .card-article.fw .info-wrapper {
        gap: 20px;
    }
    .card-article {
        max-width: unset;
        width: 100%;
    }
    .pagination li a {
        font-size: 24px;
    }
    .pagination li.active {
        width: 52px;
        height: 52px;
    }
    .pagination li {
        height: 52px;
    }
    .custom-navigation .animated-arrow {
        width: 52px;
        height: 52px;
    }
    #single_blog section#section-content .middle .author-info .top {
        flex-direction: column;
        gap: 10px;
    }
    #single_blog section#section-content .general-container {
        padding-top: 30px;
    }
    #single_blog #section-top .title h1 {
        font-size: 24px !important;
    }
    #single_blog section#section-content .middle .content {
        font-size: 16px;
    }
    #single_blog section#section-content .middle .content h2 {
        font-size: 24px!important;
    }
    #single_blog section#section-top .article-info {
        font-size: 16px;
    }
    .top-tl .subtitle span {
        font-size: 14px;
    }
    .top-tl .subtitle {
        padding: 10px 15px;
    }
    #contact section#section-2 .inner-wrapper .left .tabs button {
        padding: 20px 12px;
        font-size: 16px;
    }
    #contact section#section-2 .inner-wrapper .right.tab-content {
        padding: 30px 20px;
    }
    #contact section#section-3 .inner-wrapper .info {
        font-size: 20px;
    }
    #contact section#section-3 .inner-wrapper .info.email span {
        font-size: 20px;
    }
    #contact section#section-top .inner-wrapper .right .image-wrapper {
        justify-content: flex-start;
    }
    #contact section#section-top .inner-wrapper .right .image-wrapper img {
        max-width: 150px;
    }
    #contact .small-container {
        padding-top: 0px;
    }
    #contact section#section-2 .inner-wrapper .left .tabs {
        padding-top: 30px;
    }
    #about-us section#section-top .inner-wrapper .left .subtitle {
        font-size: 14px;
    }
    #about-us #section-top .inner-wrapper .left .subtitle {
        padding: unset !important;
    }
    #about-us #section-our-services .general-container {
        margin-top: unset;
    }
    #about-us a.cta-btn-1 {
        font-size: 12px;
    }
    .statistics-wrapper .guarantee-card p {
        font-size: 16px;
    }
    .statistics-wrapper .guarantee-card h3 {
        font-size: 32px;
    }
    section#newsletter .newsletter-wrapper .inner-wrapper .title h3 {
        font-size: 24px;
    }
    section#newsletter .newsletter-wrapper .inner-wrapper .left-section .description span {
        font-size: 16px;
    }
    section#newsletter .newsletter-wrapper .inner-wrapper {
        gap: 50px;
    }
    #students-support .general-container {
        padding-bottom: 130px;
    }
    #students-support .general-container::after {
        max-width: 130px;
    }
    #students-support .ticks {
        padding: 50px 0;
        gap: 35px;
    }
    #students-support .ticks .category-row .title {
        font-size: 24px;     
    }
    #students-support .ticks .category-row .services .service-item {
        font-size: 16px;
    }
    #students-support section#section-top .description {
        font-size: 14px;
    }
    #students-support .ticks .category-row .services .service-item span::before {
        max-width: 23px;
        background-size: contain;
    }
    #students-support .ticks .category-row {
        gap: 35px;
    }
    #students-support .ticks .category-row .services {
        gap: 35px 0px;
    }
    #students-support .general-container::after {
        top: 130px;
    }
    #students-support .general-container {
        padding-bottom: 120px;
    }
    #students-support section#section-why-us .general-container {
        padding-bottom: 0px;
    }
    #topics #header .header-container-wrapper .left .title {
        font-size: 32px;
    }
    #topics #header .header-container-wrapper .left .context {
        font-size: 14px;
    }
    #topics #header .header-container-wrapper .left .context span {
        font-size: 21px;
    }
    #topics #topics-content .topics-content-wrapper .examples-tabs-container #examples-tabs-content #examples .essay-example-container .essay-example {
        padding: 45px 25px;
        gap: 20px;
    }
    #topics #topics-content .topics-content-wrapper .examples-tabs-container #examples-tabs-content #examples .essay-example-container .essay-example .header h2 {
        font-size: 20px!important;
    }
    #topics #topics-content .topics-content-wrapper .examples-tabs-container #examples-tabs-content #examples .essay-example-container .essay-example .content {
        font-size: 12px;
    }
    #topics #topics-content .topics-content-wrapper .examples-tabs-container #examples-tabs-content #titles .essay-titles-container .essay-title .title a {
        font-size: 16px;
    }
    #essays #header-section .header-section-wrapper .left .titles h1 {
        font-size: 32px;
    }
    #essays #header-section .header-section-wrapper .left .titles .surtitle {
        font-size: 14px;
    }
    #single-essay #header-section h1 {
        font-size: 32px;
    }
    section#breadcrumbs .inner-wrapper div#crumbs>span:first-child {
        font-size: 12px!important;
    }
    #single-essay #essay-content .content-section .references-section .references-wrapper {
        padding: 52px 25px;
    }
    #single-essay #essay-content .content-siderbar .related-essays .title {
        font-size: 32px;
    }
    #site-header .top-header .top-header-wrapper {
        padding: 11px 20px;
    }
    #single-essay #essay-content .content-section .top-topics h3 {
        font-size: 24px;
    }
    #single-essay #essay-content .content-siderbar .related-essays .title {
        font-size: 32px;
    }
    #partners #header-section .header-section-wrapper .left .titles h1 {
        font-size: 32px;
    }
    #partners #first-section .first-section-wrapper .left .content-container h2 {
        font-size: 24px;
    }
    #partners #first-section .first-section-wrapper .left .reason-container h3 {
        font-size: 24px;
    }
    #partners #second-section .second-section-wrapper .bottom-section .how-it-works-wrapper .header {
        flex-wrap: wrap;
        gap: 30px;
    }
    #partners #third-section .third-section-wrapper .left h2 {
        font-size: 24px;
    }
    #partners #fourth-section .fourth-section-wrapper .header h2 {
        text-align: center;
    }
    #partners #fourth-section .fourth-section-wrapper .qualifications-section .qualifications-section-wrapper .left h3 {
        font-size: 32px;
    }
    #partners #fourth-section .fourth-section-wrapper .fourth-section-carousel-wrapper .partner-reasons-card h3 {
        font-size: 24px;
    }
    #partners #fourth-section .fourth-section-wrapper .fourth-section-carousel-wrapper .partner-reasons-card {
        padding: 50px 20px;
        max-width: 280px;
        width: 100% !important;
    }
    .fourth-section-carousel-card .info-wrapper h3 {
        font-size: 24px;
    }
    .fourth-section-carousel-card {
        padding: 50px 20px;
        height: 343px;
    }
    section#newsletter .newsletter-wrapper .inner-wrapper .right-section .mc4wp-form-fields label.inner-form-wrapper {
        flex-direction: column;
    }
    .fixed-top {
        position: sticky;
        top: -42px;
    }
    main#main-website-wrapper {
        padding-top: unset!important;
    }
    #policy .title h1 {
        font-size: 54px;
    }
    #partners #fourth-section .fourth-section-wrapper {
        gap: 0px;
    }
    .card-article.fw .description {
        height: 65px;
    }
}
@media(max-width: 460px){
    .footer_menu .footer_menu_wrapper {
        flex-direction: column;
        gap: 20px;
    }
}

section#newsletter .newsletter-wrapper .inner-wrapper .right-section .inner-form-wrapper{
    display: flex;
    gap: 17px;
}

section#newsletter .newsletter-wrapper .inner-wrapper .right-section input[type="email"]{
    border-radius: 20px;
    border: 1px solid var(--White);
    max-width: 440px;
    width: 100%;
    height: 48px;
    background-color: var(--black);
    border-color: var(--white);
    border-width: 1px;
    border-style: solid;
    color: white;
    padding-left: 20px;
} 


.newsletter-form-wrap .cta-btn-4 {
    color: #000;
}