/*-------HTML,Body----*/
/* html, */
body {
    font-family: "Poppins";
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-behavior: smooth;
    overscroll-behavior: none;
}

html ::-webkit-scrollbar,
body ::-webkit-scrollbar {
    width: 0 !important;
}

a {
    text-decoration: none;
}

em {
    font-style: normal;
}

textarea::placeholder {
    color: #8D8D8D;
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

.e-header {
    padding-top: 32px;
    padding-bottom: 32px;
}

.e-header .e-nav-links {
    gap: 38px;
}


.e-header .e-nav-links a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -4px;
    background: #40DF8A;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.e-header .e-nav-links a:hover::before {
    visibility: visible;
    width: 50%;
}

.e-header .e-nav-links .e-active::before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -4px;
    background: #40DF8A;
    visibility: visible;
    width: 50%;
    transition: all 0.3s ease-in-out;
}

.e-dropdown-country {
    padding: 14px 8px;
    background: #F7F7F7;

}

/* primary button */
.e-primary-button {
    padding: 12px 20px;
}

.e-primary-button img {
    transition: transform 0.2s ease;
}

.e-primary-button:hover img {
    transform: translateX(10px);
    /* Adjust the value as needed */
}

/* index hero title */

.e-certificates {
    margin-top: 48px;
}


.e-premium-card-not-active {
    border: 0.5px solid #FFFFFF
}

.e-development-solution {
    padding: 36px 38px 16px 38px;
}

.e-development-solution:hover {
    box-shadow: 0px 4px 16px 0px #00000012;
}

/* link text */
.e-development-solution .e-link-text img {
    transition: transform 0.3s ease;
}

.e-development-solution:hover .e-link-text img {
    transform: translateX(3px);
    /* Adjust the value as needed */
}

.e-com-prev,
.e-com-next {
    width: 68px !important;
    height: 68px !important;
    top: unset;
    bottom: -132px;
}

.e-com-slider .e-com-prev {
    left: calc(50% - 69px);
}

.e-com-slider .e-com-next {
    right: calc(50% - 74px);
}

.e-com-slider .slick-track {
    display: flex;
    gap: 24px;
}

.e-header-sticky {
    transition: top 0.3s ease;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.25);
    /* Background color with 25% opacity */
    backdrop-filter: blur(55px);
    -webkit-backdrop-filter: blur(55px);
}

.e-logo {
    transition: .5s ease-in-out;
}

.e-logo:hover {
    transition: .6s ease-in-out;
    transform: scale(.95);
}

.e-slider-overlay {
    box-shadow: 0.95px 1.9px 7.65px 0px #0000002B;
    position: absolute;
    bottom: -100px;
    left: 48px;
    right: 48px;
    margin: auto;
    /* width: 100%; */
    background-color: white;
    padding: 20px;
    z-index: 3;
}

.e-slide-item {
    position: relative;
    overflow: hidden;
}

.e-slide-item:hover img {
    transform: scale(1.13);
}

.e-slide-item:hover .e-slider-overlay {
    bottom: 32px;
}

.e-development-process {
    margin-top: 180px;
}

.e-development-process .e-development-process-image {
    width: max-content;
    height: max-content;
    border-radius: 100%;
    box-shadow: 0px 4px 16px 0px #00000012;
}

.e-development-process .margin-50px-bottom:not(:last-child) .e-development-process-image::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    top: 70px;
    left: 0;
    right: 0;
    margin: auto;
    background: #E2E2E2;

}

.e-development-process .e-development-process-banner {
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    height: fit-content;
}

.e-demo {
    margin-top: 110px;
    background-image: url("../Asset/Images/index/demo-pattern.webp");
    background-size: cover;
    background-repeat: no-repeat;
}

.e-articles {
    margin-top: 106px;
    margin-bottom: 122px;
}

.e-article-tag {
    background: #070707A1;
    width: max-content;
    position: absolute;
    top: 20px;
    left: 20px;
}

/* link text */
.e-link-text img {
    transition: transform 0.3s ease;
}

.e-link-text:hover img {
    transform: translateX(3px);
    /* Adjust the value as needed */
}

.e-article-item {
    overflow: hidden;
}

.e-article-item .e-move {
    position: absolute;
    bottom: -20px;
    padding-left: 20px;
    padding-right: 20px;
    /* Background color with transparency */
    transition: bottom 0.3s ease;
}

.e-article-item:hover .e-move {
    bottom: 16px;
}

.e-article-item img {
    transition: transform 0.3s ease;
    object-fit: cover;
    height: 100%;
}

.e-article-item:hover img {
    transform: scale(1.1);
}

.e-article-list {
    margin-top: 56px;
}

.e-testimonials {
    margin-top: 66px;
}

.e-testimonial-slider .slick-list {
    /* overflow: visible; */
    padding-top: 14px !important;
}

.e-testimonial-slider .slick-track {
    display: flex;
    gap: 48px;
}

.e-testimonial-slider .slick-slide:not(.slick-current) {
    transform: scale(0.8);
    /* Adjust the scale to make the slides smaller */
    filter: blur(5px);
    /* Apply a blur effect to the slides */
}

.e-testimonial-slider img {
    top: -16px;
    left: 20px;
}

.e-testimonial-slider {
    margin-top: 76px;
    margin-bottom: 180px;
}

.e-testimonial-slider .e-test-prev,
.e-testimonial-slider .e-test-next {
    top: unset;
    left: unset;
    position: absolute;
    bottom: -132px;
    width: 68px;
    height: 68px;
}

.e-testimonial-slider .e-test-prev {
    right: 178px;
}

.e-testimonial-slider .e-test-next {
    right: 98px;
}

.e-faq {
    margin-top: 106px;
}

.e-faq-accordion button {
    box-shadow: none !important;
    color: #000000 !important;
}

.e-faq-accordion .accordion-button::after {
    background-image: url("../Asset/Images/index/accordion-down-arrow.svg");
}

.e-faq-accordion .e-accordion-border-bottom {
    border-bottom: 1px solid #EAEAEA !important;
}

.e-faq-accordion .accordion-item {
    background: transparent;
}

.e-footer-banner {
    background-image: url("../Asset/Images/index/footer-pattern.webp");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 196px;
    margin-bottom: 140px;

}

.e-footer-banner .col-md-6:first-child {
    padding-left: 62px;

}


/* Contact form */
#e-goodoor-contact-form {
    background: url("../Asset/Images/goodoor/contact-form-bg.png") no-repeat;
    background-size: 100% 100%;
}

#e-goodoor-contact-form-input-wrapper input,
#e-goodoor-contact-form-input-wrapper select,
textarea {
    caret-color: #8D8D8D;
    color: #000;
    font-size: 14px;
    border: none;
    outline: none;
    border-bottom: 1px solid #8D8D8D;
    padding-bottom: 4px;
    border-radius: 0;
}

#e-goodoor-contact-form-input-wrapper .input-group-text {
    border: 0;
    border-radius: 0;
}

#e-goodoor-contact-form-input-wrapper .input-group {
    border-bottom: 1px solid #8D8D8D;
}

#e-goodoor-contact-form-input-wrapper .input-group input {
    border: none;
}

#e-goodoor-contact-section {
    box-shadow: 0px 4px 16px 0px #00000012;
}



#e-goodoor-contact-form-input-wrapper .form-select {
    background-image: url("../Asset/Images/goodoor/drop-down.svg");
    background-size: 11px 10px;
}

#e-goodoor-contact-radio-box .form-check-input {
    background: url("../Asset/Images/goodoor/un-checked.svg");
    border: 0;
}

#e-goodoor-contact-radio-box .form-check-input:checked {
    background: url("../Asset/Images/goodoor/checked.svg");
    border: 0;
}

textarea {
    resize: none;
}

.e-go-top {
    bottom: 78px;
    right: 68px
}

#e-goodoor-project-slider .carousel-indicators button {
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

#e-goodoor-project-slider .carousel-indicators .active {
    background-color: #FF9461;
}


/* about us page */
.e-about-us-banner {
    margin-top: 118px;
    margin-bottom: 276px;
}

.e-about-us-banner p {
    margin-top: 100px;
}

.e-about-us-description,
.e-contact-us-info {
    background: linear-gradient(103.89deg, #30B06B 2.67%, #3ECB7F 100%);

}

.e-about-us-description .e-description {
    padding-top: 318px;
    padding-bottom: 128px;
}

.e-about-us-banner-img {
    top: -6px;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.e-about-us-description .e-description .e-stats .e-margin-40 {
    margin-left: 40px;
}

.e-about-us-description .e-description .e-stats {
    padding: 48px 60px;
    box-shadow: 0px 4px 16px 0px #00000012;
    border-radius: 8px;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 50%);
}

.e-about-us-description .e-pattern {
    opacity: 0.1;
}

.e-about-us-mission {
    padding-top: 156px;
    padding-bottom: 80px;
}

.e-about-us-core-value-item-1 {
    border-right: 0.65px solid #E9E9E9;
    border-bottom: 0.65px solid #E9E9E9;
}

.e-about-us-core-value-item-2 {
    border-right: 0.65px solid #E9E9E9;
    border-bottom: 0.65px solid #E9E9E9;
}

.e-about-us-core-value-item-3 {
    border-bottom: 0.65px solid #E9E9E9;
}

.e-about-us-core-value-item-4 {
    border-right: 0.65px solid #E9E9E9;
}

.e-about-us-core-value-item-5 {
    border-right: 0.65px solid #E9E9E9;
}


/* contact us page */
.e-contact-us-banner {
    margin-top: 106px;
    margin-bottom: 168px;
}

.e-contact-us-banner p:nth-of-type(2) {
    margin-top: 82px;
}

.e-contact-us-info>.container>.row>.col-12:first-child {
    padding-top: 218px;
    padding-bottom: 116px;
}

.e-contact-us-ways {
    z-index: 2;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    padding-left: 12px;
    padding-right: 12px;
}

.e-contact-us-ways .e-contact-us-ways-cards {
    height: 206px;
    overflow: hidden;
}

.e-contact-us-ways .e-contact-us-ways-cards .e-pattern {
    left: 0;
    opacity: 1;
}

.e-contact-us-info .e-pattern {
    left: 0;
    opacity: 0.1;
}



.e-contact-us-ways-cards .e-card-info {
    padding: 0 46px;
    width: 100%;
    top: 20px;
    transition: all .5s ease-in-out;
    transform: translateY(0);
    z-index: 1;
}

.e-contact-us-ways-cards:hover .e-card-info {
    /* transform: translateY(-30px); */
    top: 50%;
    /* left: 50%; */
    transform: translateY(-65%);
    bottom: 0;
}

.e-contact-us-ways-cards:hover .e-card-info .e-contact-us-description {
    /* display: block; */
    opacity: 1;
    transform: translateY(0);
    visibility: visible;

    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s;
}

.e-contact-us-ways-cards .e-card-info img {
    opacity: 1;
    transform: translateY(0);
    transition: all .5s ease-in-out;
}

.e-contact-us-ways-cards:hover .e-card-info img {
    opacity: 0;
    transform: translateY(-50px);
}

.e-contact-us-ways-cards .e-contact-us-description {
    /* display: none; */
    opacity: 0;
    transform: translateY(20px);
    visibility: hidden;

    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s;
}


/* services */

.e-services-banner {
    margin-top: 100px;
}

.e-services-banner p:nth-of-type(2) {
    margin-top: 64px;
}

.e-services {
    background: linear-gradient(103.89deg, #30B06B 2.67%, #3ECB7F 100%);
    margin-top: 368px;
}

.e-services .e-services-container {
    padding-top: 200px;
    padding-bottom: 64px;
}

.e-services .e-services-container .e-services-banner-img {
    top: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -75%);
}

.e-services .e-services-curcy-lines,
.e-services-detail-solution .e-services-curcy-lines {
    opacity: 0.1;
}

.e-services-development {
    padding: 24px 38px;
    background-color: white;
}

.e-services-development:hover {
    background-color: #000000;
}

.e-services-development:hover p:first-of-type {
    color: white;
}

/* link text */
.e-services-development .e-link-text img {
    transition: transform 0.3s ease;
}

.e-services-development:hover .e-link-text img {
    transform: translateX(3px);
    /* Adjust the value as needed */
}

.e-stats-container {
    margin-top: 78px;
    background-image: url("../Asset/Images/services/stats.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.e-services-stats {
    padding-top: 72px;
    padding-bottom: 72px;
}

.e-services-development-process {
    padding-top: 108px;
    margin-bottom: 146px;
}

.e-services-faq {
    margin-top: 196px;
    margin-bottom: 106px;
}


/* services-detail */

.e-services-detail-solution {
    margin-top: 552px;
    background: linear-gradient(103.89deg, #30B06B 2.67%, #3ECB7F 100%);

}

.e-services-detail-solution .e-development-process-banner {
    right: 0;
    bottom: 0px;
}

.e-services-detail-solution .e-services-detail-container {
    padding-top: 210px;
    padding-bottom: 120px;
}

.e-services-detail-container .e-services-detail-banner-form {
    top: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -75%);
    background-image: url("../Asset/Images/services-detail/services-detail-banner-pattern.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px;
    z-index: 1;
}

.e-services-detail-tool {
    margin-top: 110px;
    background-image: url("../Asset/Images/services-detail/services-detail-banner-pattern.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.e-services-detail-tool .e-black-white {
    filter: grayscale(100%);
}

.e-services-detail-tool .e-services-detail-tool-items {
    padding-top: 62px;
    padding-bottom: 32px;
    border-color: #575757;
}

.e-services-detail-tool .e-second-row {
    padding-top: 50px;
}

.e-services-detail-development-process {
    margin-top: 102px;
}

.e-services-detail-faq {
    margin-top: 196px;
}


/* footer link style */
.e-footer a {
    position: relative;
    width: max-content;
}

.e-footer a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -4px;
    background: #40DF8A;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.e-footer a:hover::before {
    visibility: visible;
    width: 50%;
}

.e-footer-terms {
    gap: 50px;
}

.e-social-hover {
    transition: transform 0.3s ease;
}

.e-social-hover:hover img {
    transform: scale(1.1);
    /* Scale the image by 1.1 on hover */
}

/* Faq page */
.e-faq-page {
    margin-bottom: 80px;
}

.e-faq-page-items {
    padding-bottom: 152px;
}

.e-faq-question-headers.active {
    color: #40DF8A;
}

/* Header menu */

.e-menu-section {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1001;
    background: #000000;
    display: none;
}

.e-menu-section.e-active {
    display: block;
}

.e-menu-item-wrap {
    padding: 36px 0px 0px 36px;
}

.e-menu-item-conatiner {
    margin-bottom: 24px;
}

.e-menu-item {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 60px;
    transition: all 0.2s linear;
    text-decoration: none;
}

.e-menu-item:hover {
    color: #ffffff;
    text-decoration: none;
}

.e-menu-item.e-hover-unselect {
    opacity: 0.3;
}

.e-menu-item.e-hover-select {
    opacity: 1;
}

.e-menu-item-count {
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #282eeb;
    display: inline-block;
    margin-right: 50px;
}

.e-menu-item-dot {
    color: #282eeb;
    font-size: 30px;
    display: none;
}

.e-menu-item.e-active .e-menu-item-dot {
    display: inline-block;
}

.e-header .e-navitem-wrap .e-active {
    color: #282eeb;
}

/* Menu */
.e-menu-close {
    background-image: url("../Asset/Images/Header/close.png");
    background-position: center;
    background-size: cover;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 0px;
    cursor: pointer;
    z-index: 9;
    transition: all 0.3s linear;
}


/* Error message */
.e-name-error,
.e-phone-error,
.e-email-error,
.e-message-error {
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    color: red;
}

/* Blurry effect */
.e-greenish-yellow-top-left,
.e-greenish-yellow-bottom-left {
    filter: blur(206px);
    background: rgba(147, 234, 5, 0.6);
    width: 239px;
    height: 261.1px;
    gap: 0px;
    z-index: -1;
}

.e-greenish-yellow-top-left {
    top: 80px;
    left: -47px;
}

.e-greenish-yellow-bottom-left {
    bottom: 0;
    left: 0;
}

.e-yellow-blurry-top-right,
.e-yellow-blurry-top-left,
.e-yellow-blurry-bottom-right,
.e-yellow-blurry-bottom-left,
.e-yellow-blurry-center-left,
.e-yellow-blurry-center-right {
    filter: blur(206px);
    width: 190px;
    height: 277.71px;
    gap: 0px;
    background: rgba(231, 244, 83, 0.6);
    z-index: -1;
}

.e-yellow-blurry-top-right {
    top: 0px;
    right: 0px;
}

.e-yellow-blurry-bottom-right {
    bottom: 0px;
    right: 0px;
}

.e-yellow-blurry-bottom-left {
    bottom: 0;
    left: 0;
}

.e-yellow-blurry-center-left {
    top: 0;
    bottom: 0;
    left: 0px;
    margin: auto;
}

.e-yellow-blurry-center-right {
    top: 0;
    bottom: 0;
    right: 0px;
    margin: auto;
}

.e-yellow-blurry-top-left {
    top: 0px;
    left: 0;
}

.e-green-blurry-bottom-right,
.e-green-blurry-top-left,
.e-green-blurry-top-right,
.e-green-blurry-bottom-left,
.e-green-blurry-center-left {
    width: 234px;
    height: 255.64px;
    gap: 0px;
    filter: blur(206px);
    background: #0ABF48A8;
    z-index: -1;
}

.e-green-blurry-bottom-right {
    bottom: 0;
    right: 0;
}

.e-green-blurry-top-left {
    top: 86px;
    left: 0;
}

.e-green-blurry-top-right {
    top: 86px;
    right: 0;
}

.e-green-blurry-bottom-left {
    bottom: 0px;
    left: 0;
}

.e-green-blurry-center-left {
    width: 146px;
    top: 0;
    bottom: 0px;
    margin: auto;
    left: 0;
}

/* golden dot */
.e-golden-about-dot,
.e-golden-service-dot,
.e-golden-service-detail-dot,
.e-slider-golden-dot,
.e-golden-contact-us-dot,
.e-golden-goodoor-dot {
    width: 52px;
    height: 52px;
}

.e-golden-service-dot {
    right: -42px;
    top: 179px;
    bottom: 0;
    margin: auto;
}

.e-golden-service-detail-dot {
    top: -240px;
    right: -42px;
}

.e-slider-golden-dot {
    bottom: -70px;
    right: 18px;
}

.e-golden-about-dot {
    right: -54px;
    bottom: 0;
    top: -196px;
    margin: auto;
}

.e-golden-contact-us-dot {
    right: -70px;
}

.e-golden-goodoor-dot {
    right: -150px
}

/* terms and condition */
.e-terms-conditions {
    margin-top: 106px;
    margin-bottom: 152px;
}

/* Form number input */
.select-box {
    position: relative;
}

.select-box input {
    width: 100%;
}

.select-box input:focus {
    border: .1rem solid #111111;
}

.select-box .selected-option input {
    border: none !important;
}

.selected-option {
    overflow: hidden;
    border-bottom: 1px solid #8D8D8D;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.selected-option div {
    position: relative;
    padding-right: 20px;
    text-align: center;
    cursor: pointer;
}

.selected-option div::after {
    position: absolute;
    content: url("../Asset/Images/goodoor/drop-down.png");
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: .2s;
    margin: auto;
    right: 0;

}

.selected-option div.active::after {
    transform: translateY(-50%) rotate(180deg);
}

.select-box .options {
    position: absolute;
    top: 42px;
    z-index: 1;
    width: 100%;
    background-color: #fff;
    border-radius: .5rem;
    height: 350px;
    overflow-y: scroll;
    display: none;
    /* border: 1px solid #dedede; */
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}

.select-box .options.active {
    display: block;
}

.select-box .options::before {
    position: absolute;
    content: "";
    left: 1rem;
    top: -1.2rem;

    width: 0;
    height: 0;
    border: .6rem solid transparent;
    border-bottom-color: #111111;
}

input.search-box {
    background-color: #dedede;
    color: #111111 !important;
    border-radius: .5rem .5rem 0 0;
    padding: 1.4rem 1rem;
    border: none !important;
}

.select-box ol {
    list-style: none;
    max-height: 23rem;
    overflow: overlay;
    padding-left: 0px;
}

.select-box ol::-webkit-scrollbar {
    width: 0.6rem;
}

.select-box ol::-webkit-scrollbar-thumb {
    width: 0.4rem;
    height: 3rem;
    background-color: #ccc;
    border-radius: .4rem;
}

.select-box ol li {
    padding: 8px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.select-box ol li.hide {
    display: none;
}

.select-box ol li:not(:last-child) {
    border-bottom: .1rem solid #eee;
}

.select-box ol li:hover {
    background-color: #f0f0f0;
}

.select-box ol li .country-name {
    margin-left: .4rem;
}


/* modal */
.e-modal-close {
    right: 24px;
    top: 24px;
}

.e-success-modal .modal-dialog {
    max-width: 574px;
}

.e-success-modal .modal-content {
    border-radius: 0;
}

/* country dropdown */
.e-custom-country-select {
    position: relative;
    display: inline-block;
    background-image: url("../Asset/Images/goodoor/drop-down.png");
    background-repeat: no-repeat;
    background-position: right top;
}

.e-country-selected-item {
    padding-bottom: 5px;
    font-size: 14px;
    cursor: pointer;
    background-size: 22px 16px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #8D8D8D;
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position-y: 4px;
}

.e-country-options {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    width: 100%;
    overflow-y: auto;
    border-radius: .5rem;
    height: 272px;
    z-index: 1;
    margin-top: 12px;
}

.e-country-options-item {
    cursor: pointer;
    font-size: 16px;
    background-repeat: no-repeat;
    padding: 8px 0px 8px 44px;
    background-size: 24px;
    background-position: 12px;
    border-bottom: .1rem solid #eee;
}

.e-country-options-item:hover {
    background-color: #f0f0f0;
}

.e-country-menu-open .e-country-options {
    display: block;
}


/* contact us modal */
.e-contact-us-modal .modal-content {
    border-radius: 12px;
}

.e-contact-us-modal .modal-body {
    padding: 32px;
}

.e-contact-us-modal .e-contact-form {
    max-height: 376px;
    padding-right: 4px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.e-contact-us-modal .e-contact-form::-webkit-scrollbar {
    width: 4px !important;
}

.e-contact-us-modal .e-contact-form::-webkit-scrollbar-thumb {
    background-color: #40DF8A !important;
    border-radius: 0.5rem !important;
}

.e-sevice-slider-prev,
.e-sevice-slider-next {
    width: 60px;
    height: 60px;
    top: 100%;
    position: absolute;
    z-index: 2;
}

.e-sevice-slider-prev {
    right: 10%;
}

.e-sevice-slider-next {
    right: 0;
}

.e-services-container-mob {
    display: flex;
    /* overflow: hidden; */
    white-space: nowrap;
    /* Prevent wrapping */
}

.e-services-container-mob .slick-track {
    display: flex !important;
}

.e-services-container-mob .slick-slide {
    white-space: normal;
    /* Allow content to wrap inside slides */
    margin: 0 4px;
    /* Adjust spacing as needed */
}

.e-premium-commerce-development {
    background-image: url(../Asset/Images/index/premium.webp);
    background-size: 100%;
}