/* hero 2 area style  */
.hero-area {
    /* margin-top: 110px; */
    position: relative;
    z-index: 0;
    background: #3F71DA;
    background: radial-gradient(circle, rgba(63, 113, 218, 1) 0%, rgba(44, 39, 191, 1) 100%);
    overflow: hidden;
}

/* @media only screen and (max-width: 1919px) {
    .hero-area {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-area {
        margin-top: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-area {
        margin-top: 90px;
    }
} */

.hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero-inner {
    padding-top: 135px;
    padding-bottom: 135px;
    display: flex;
    gap: 40px 60px;
    /* grid-template-columns: 660px auto; */
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

@media only screen and (max-width: 1919px) {
    .hero-inner {
        padding-top: 135px;
        grid-template-columns: 610px auto;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-inner {
        padding-top: 105px;
        padding-bottom: 164px;
        grid-template-columns: 470px auto;
    }
}

@media only screen and (max-width: 991px) {
    .hero-inner {
        padding-top: 85px;
        padding-bottom: 114px;
        grid-template-columns: auto;
    }
}

.hero-content .text {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.42;
    color: var(--white);
}

@media only screen and (max-width: 1919px) {
    .hero-content .text {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-content .text {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-content .text {
        font-size: 16px;
    }
}

.hero-content .btn-wrapper {
    margin: auto;
    margin-top: 53px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.hero-content .text-wrapper {
    margin-top: 28px;
}

.hero-title {
    font-weight: 600;
    font-size: 56px;
    line-height: 1.18;
    color: var(--white);
}

@media only screen and (max-width: 1919px) {
    .hero-title {
        font-size: 52px;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-title {
        font-size: 36px;
    }
}

.hero2-shape-1 {
    position: absolute;
    width: 23px;
    height: 23px;
    content: "";
    background-color: var(--theme);
    border-radius: 50%;
    right: calc(100% + 69px);
    top: 79px;
    animation: hero2-shape-1 5s infinite;
}

@keyframes hero2-shape-1 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.hero2-shape-2 {
    position: absolute;
    width: 49px;
    height: 49px;
    content: "";
    background-color: rgba(100, 33, 255, 0.28);
    border-radius: 50%;
    right: calc(100% + 105px);
    bottom: 127px;
    animation: t-SlideBottom 5s infinite;
}

.hero2-shape-3 {
    position: absolute;
    width: 10px;
    height: 10px;
    content: "";
    background-color: var(--main-color-4);
    border-radius: 50%;
    right: 112px;
    top: 166px;
    animation: hero2-shape-3 7s infinite;
}

@keyframes hero2-shape-3 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(70px);
    }

    100% {
        transform: translateY(0);
    }
}

.hero-thumb-wrapper {
    width: 672px;
    aspect-ratio: 100/84;
    overflow: hidden;
    position: absolute;
    top: 90px;
    /* right: -60px; */
    z-index: -1;
    right: 0%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 1919px) {
    .hero-thumb-wrapper {
        /* right: 0; */
        width: 622px;
        right: 0%;
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 1199px) {
    .hero-thumb-wrapper {
        width: 502px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-thumb-wrapper {
        position: relative;
        top: 0;
        left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .hero-thumb-wrapper {
        width: 100%;
    }
}

.hero-thumb-wrapper .thumb-shape-1 {
    position: absolute;
    right: 0;
    top: 13px;
    width: 93%;
}

.hero-thumb-wrapper .thumb-shape-2 {
    position: absolute;
    right: 26px;
    top: 0;
    width: 84%;
}

.hero-thumb-wrapper .thumb-shape-3 {
    position: absolute;
    left: 0;
    top: 37px;
    width: 90%;
    aspect-ratio: 100/80;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-mask-image: url(../imgs/shape/shape-9.webp);
    mask-image: url(../imgs/shape/shape-9.webp);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.hero-area .main-hero-button {
    box-shadow: rgba(255, 255, 255, 0.156) 0px 2px 4px 0px, rgba(255, 255, 255, 0.288) 0px 2px 16px 0px;
}

/* counter css */
/* counter area style  */
.counter-wrapper-box {
    margin-top: -65px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1919px) {
    .counter-wrapper-box {
        margin-top: -60px;
    }
}

.counter-wrapper {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width: 1199px) {
    .counter-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .counter-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.counter-box {
    border: 1px solid #EBECF5;
    border-radius: 20px;
    padding: 35px 40px 36px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    background-color: var(--white);
}

@media only screen and (max-width: 1919px) {
    .counter-box {
        padding: 30px 30px 31px;
    }
}

@media (max-width: 575px) {
    .counter-box {
        padding: 20px 20px 21px;
    }
}

.counter-box .icon {
    width: 54px;
    min-width: 54px;
}

.counter-box .icon i {
    font-size: 50px;
    color: var(--main-color-2);
}

@media (max-width: 575px) {
    .counter-box .icon {
         min-width: 44px;
    }
}

.counter-box .title {
    font-family: var(--font_generalsansmedium);
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: var(--black);
    display: inline-block;
    display: flex;
    gap: 7px;
    align-items: flex-end;
}

.counter-box .number {
    font-family: var(--font_generalsanssemibold);
    font-weight: 600;
    font-size: 40px;
    line-height: 29px;
    display: inline-block;
}

.counter-box .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-top: 7px;
}

/* about-process-group style  */
.about-process-group {
    position: relative;
    z-index: 1;
}

.about-process-group-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: #FFFFFF;
    z-index: -1;
}

.about-process-group-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-process-group-bg .back-ground {
    filter: brightness(3) saturate(100%) invert(19%) sepia(79%) saturate(3175%) hue-rotate(234deg) brightness(93%) contrast(102%);
}

.about-process-group-bg .area-shape-1 {
    width: 28%;
    position: absolute;
    top: 187px;
    left: -206px;
    z-index: -1;
}

.about-process-group-bg .area-shape-1 img {
    animation: t-SlideBottom 6s infinite;
}

.about-process-group-bg .area-shape-2 {
    width: 19%;
    position: absolute;
    bottom: 35px;
    right: -120px;
}

.about-process-group-bg .area-shape-2 img {
    animation: t-SlideBottom 6s infinite;
    filter: brightness(0) saturate(100%) invert(19%) sepia(79%) saturate(3175%) hue-rotate(234deg) brightness(93%) contrast(102%);
}

/* about-2 area style  */
.about-area-inner {
    display: grid;
    gap: 40px 60px;
    grid-template-columns: auto 675px;
    align-items: center;
}

@media only screen and (max-width: 1199px) {
    .about-area-inner {
        grid-template-columns: auto 525px;
    }
}

@media only screen and (max-width: 991px) {
    .about-area-inner {
        grid-template-columns: auto;
    }
}

.about-thumb-wrapper {
    width: 100%;
    max-width: 648px;
    position: relative;
}

.about-thumb-wrapper .main-img {
    margin-left: 75px;
    border-radius: 9px;
    overflow: hidden;
}

@media only screen and (max-width: 1199px) {
    .about-thumb-wrapper .main-img {
        margin-left: 25px;
    }
}

.about-thumb-wrapper .main-img img {
    width: 100%;
}

.about-thumb-wrapper .info-text {
    background-color: var(--main-color-3);
    padding: 18px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    position: absolute;
    bottom: 75px;
    left: 0;
}

@media only screen and (max-width: 767px) {
    .about-thumb-wrapper .info-text {
        bottom: 25px;
        margin-right: 70px;
    }
}


.about-thumb-wrapper .info-text .number {
    font-family: var(--font_inter);
    font-size: 30px;
    line-height: 0.91;
    color: var(--white);
}

.about-thumb-wrapper .info-text .text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: var(--white);
    text-transform: uppercase;
    margin-left: 15px;
    padding-left: 16px;
    position: relative;
}

.about-thumb-wrapper .info-text .text:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 30px;
    background-color: var(--white);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.about-content .title-wrapper {
    margin-top: 19px;
}

.about-content .text-wrapper {
    margin-top: 31px;
}

.about-content .feature-list {
    margin-top: 24px;
}

/* .about-content .feature-list ul {
    -moz-column-count: 2;
    column-count: 2;
    display: inline-block;
    -moz-column-gap: 94px;
    column-gap: 94px;
  } */

@media only screen and (max-width: 1199px) {
    .about-content .feature-list ul {
        -moz-column-gap: 44px;
        column-gap: 44px;
    }
}

@media (max-width: 575px) {
    .about-content .feature-list ul {
        -moz-column-count: auto;
        column-count: auto;
    }
}

.about-content .feature-list li {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: var(--black);
    display: flex;
    gap: 15px;
    align-items: center;
}

.about-content .feature-list li i {
    color: var(--main-color-4);
}

.about-content .btn-wrapper {
    margin-top: 28px;
    border-top: 1px solid var(--border);
    padding-top: 40px;
    display: flex;
    gap: 20px 47px;
    align-items: center;
}

@media (max-width: 575px) {
    .about-content .btn-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
}

.about-content .review-box {
    display: flex;
    gap: 20px;
    align-items: center;
}

.about-content .review-box .clients {
    display: flex;
}

.about-content .review-box .clients img {
    width: 70px;
    height: 70px;
    border: 5px solid var(--white);
    border-radius: 100%;
    box-shadow: 0px 9px 18px 0px rgba(24, 16, 16, 0.05);
}

.about-content .review-box .clients img:not(:first-child) {
    margin-left: -27px;
}

.about-content .review-box .number {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: var(--black);
    display: inline-block;
}

.about-content .review-box .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin-top: 5px;
    color: var(--theme);
}


/* service css */
/* service area style  */
.service-area {
    position: relative;
    z-index: 1;
    background: #3F71DA;
    background: radial-gradient(circle, rgba(63, 113, 218, 1) 0%, rgba(53, 48, 194, 1) 100%);
}

.service-area-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.service-area-bg:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(5, 3, 59, 0.85);
}

.service-area-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.service-header {
    text-align: center;
}

.service-header .title-wrapper {
    margin-top: 19px;
}

.service-header .section-title,
.service-3-header .section-title {
    color: var(--white);
}

.services-wrapper-box {
    margin-top: 58px;
}

.services-wrapper {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width: 991px) {
    .services-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .services-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.service-box,
.service-3-box {
    padding: 29px 29px 22px;
    background: #00000020;
    border: 1px solid rgba(255, 255, 255, 0.08);
    -webkit-backdrop-filter: blur(77.5px);
    backdrop-filter: blur(77.5px);
    border-radius: 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

@media only screen and (max-width: 1199px) {
    .service-box {
        padding: 19px 19px 22px;
    }
}

.service-box:hover:before {
    left: -63px;
    top: -81px;
    opacity: 1;
}

.service-box:before,
.service-3-box:before {
    position: absolute;
    content: "";
    width: 212px;
    height: 212px;
    left: -163px;
    top: -181px;
    background: var(--white);
    filter: blur(125px);
    z-index: -1;
    transition: all 0.5s;
    opacity: 0;
}

.service-box .thumb {
    position: relative;
}

.service-box .thumb .main-img {
    width: 100%;
    border-radius: 150px 25px 150px 25px;
}

@media only screen and (max-width: 1199px) {
    .service-box .thumb .main-img {
        border-radius: 20px;
    }
}

.service-box .service-logo {
    width: 100px;
    height: 100px;
    background-color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: -5px;
}

.service-box .service-logo img {
    /* filter: brightness(3) saturate(100%) invert(19%) sepia(79%) saturate(3175%) hue-rotate(234deg) brightness(93%) contrast(102%); */
}

@media only screen and (max-width: 1199px) {
    .service-box .service-logo {
        width: 60px;
        height: 60px;
        padding: 15px;
        top: 10px;
        left: 10px;
    }
}

.service-box .service-btn,
.service-3-box .service-btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    color: var(--black);
    position: absolute;
    background-color: var(--main-color-4);
    padding: 15px 16px;
    right: 25px;
    bottom: 25px;
    border-radius: 50px;
    transition: all 0.5s ease-in-out;
    width: 46px;
    overflow: hidden;
    gap: 10px;
}

@media only screen and (max-width: 1199px) {

    .service-box .service-btn,
    .service-3-box .service-btn {
        right: 10px;
        bottom: 10px;
    }
}

.service-box .service-btn:hover,
.service-3-box .service-btn:hover {
    padding: 15px 25px;
    width: -moz-max-content;
    width: max-content;
    color: var(--black);
}

.service-box .service-btn:hover .btn-text,
.service-3-box .service-btn:hover .btn-text {
    width: auto;
    padding-right: 4px;
    transform: translateX(0);
    opacity: 1;
    display: block;
}

.service-box .service-btn .btn-text,
.service-3-box .service-btn .btn-text {
    width: 0px;
    white-space: nowrap;
    transition: all 0.5s ease-in-out;
    transform: translateX(80%);
    opacity: 0;
    display: none;
}

.service-box .service-btn .btn-icon,
.service-3-box .service-btn .btn-icon {
    transition: all 0.5s ease-in-out;
}

.service-3-box .service-btn {
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
}

.service-box .content {
    margin-top: 24px;
}

.service-box .title,
.service-3-box .title {
    font-family: var(--font_inter);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.21;
    color: var(--white);
    min-height: 40px;
}

@media only screen and (max-width: 1199px) {

    .service-box .title,
    .service-3-box .title {
        font-size: 20px;
    }
}

.service-box .title a:hover,
.service-3-box .title a:hover {
    color: var(--main-color-4);
}

.service-box .text,
.service-3-box .text {
    color: var(--white);
    margin-top: 8px;
}


/* service-3 area style  */
.service-3-area {
    position: relative;
    z-index: 1;
    background: #0E143D;
}

.service-3-area-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.service-3-area-bg:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(6, 4, 70, 0.76);
}

.service-3-area-bg:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 70px;
    background-color: var(--theme);
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 2px, 0 100%);
}

@media only screen and (max-width: 1919px) {
    .service-3-area-bg:after {
        height: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .service-3-area-bg:after {
        height: 20px;
    }
}

.service-3-area-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.service-3-header {
    text-align: center;
}

.service-3-header .title-wrapper {
    margin-top: 19px;
}


.service-3-header .text-wrapper {
    margin-top: 32px;
}

.service-3-header .text-wrapper .text {
    color: var(--black);
    max-width: 712px;
    margin-inline: auto;
}

.services-3-wrapper-box {
    margin-top: 63px;
}

.services-3-wrapper {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width: 991px) {
    .services-3-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .services-3-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (max-width: 1199px) {
    .service-3-box {
        padding: 20px;
    }
}

.service-3-box:hover:before {
    opacity: 1;
    left: -63px;
    top: -81px;
}



.service-3-box .btn-wrapper {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.service-3-box .service-3-logo {
    width: 100px;
    height: 100px;
    padding: 15px;
    background-color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

@media only screen and (max-width: 1199px) {
    .service-3-box .service-3-logo {
        width: 60px;
        height: 60px;
    }
}

.service-3-box .rr-btn {
    padding: 14px 25px;
    background-color: var(--white);
    border-color: var(--white);
    color: var(--theme) !important;
}

.service-3-box .rr-btn:hover .text-two {
    color: var(--white);
}

.service-3-box .rr-btn:before {
    background-color: var(--theme);
}

.service-3-box .thumb {
    border-radius: 15px;
    overflow: hidden;
    margin-top: 23px;
}

.service-3-box .thumb img {
    width: 100%;
}


/* process-3 area style  */

.process-area {
    background-color: #F3F2F8;
}

.process-header {
    text-align: center;
}

.process-header .title-wrapper {
    margin-top: 19px;
}

.process-header .section-title {
    /* max-width: 730px; */
    margin-inline: auto;
}

.process-wrapper-box {
    margin-top: 59px;
}

.process-wrapper {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 767px) {
    .process-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.process-box {
    background-color: var(--white);
    border-radius: 15px;
    padding: 54px 60px 53px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: grid;
    gap: 20px 40px;
    grid-template-columns: 1fr 115px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media only screen and (max-width: 1199px) {
    .process-box {
        padding: 24px 20px 23px;
    }
}

@media only screen and (max-width: 991px) {
    .process-box {
        grid-template-columns: 1fr;
    }
}

.process-box:before {
    position: absolute;
    content: "";
    width: 297px;
    height: 289px;
    right: -165px;
    top: -173px;
    background: #3e69d7;
    filter: blur(90px);
    z-index: -1;
}

.process-box .number-box {
    position: relative;
}

.process-box .number {
    font-family: var(--font_inter);
    font-weight: 800;
    font-size: 180px;
    line-height: 1;
    color: #dbffd9;
    position: absolute;
    left: -34px;
    top: 0px;
    z-index: -1;
}

@media only screen and (max-width: 1199px) {
    .process-box .number {
        font-size: 130px;
        left: -54px;
    }
}

@media only screen and (max-width: 991px) {
    .process-box .number {
        position: static;
        font-size: 70px;
        font-weight: 700;
    }
}

.process-box .title {
    font-family: var(--font_inter);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.21;
}

@media only screen and (max-width: 1199px) {
    .process-box .title {
        font-size: 20px;
    }
}

.process-box .text {
    margin-top: 12px;
}

/* appointment-2 area style  */
.appointment-area {
    background: #3F71DA;
    background: radial-gradient(circle, rgba(63, 113, 218, 1) 0%, rgba(53, 48, 194, 1) 100%);
}

.appointment-area-inner {
    display: grid;
    gap: 40px 40px;
    grid-template-columns: 1fr 680px;
    align-items: center;
}

@media only screen and (max-width: 1199px) {
    .appointment-area-inner {
        grid-template-columns: 1fr 480px;
    }
}

@media only screen and (max-width: 991px) {
    .appointment-area-inner {
        grid-template-columns: 1fr;
    }
}

.appointment-content .title-wrapper {
    margin-top: 19px;
    color: var(--white) !important;
}

.appointment-area .title-wrapper .section-title {
    color: var(--white) !important;
}

.appointment-content .text-wrapper {
    margin-top: 22px;
    color: var(--white);
}

.appointment-content .features-wrapper-box {
    margin-top: 43px;
}

.appointment-content .feature-box {
    background-color: #ffffff33;
    border-radius: 15px;
    padding: 25px 30px 24px;
    display: flex;
    gap: 20px;
    border: 1px solid transparent;
    transition: all 0.5s;
}

@media only screen and (max-width: 1199px) {
    .appointment-content .feature-box {
        padding: 15px 20px 14px;
    }
}

@media (max-width: 575px) {
    .appointment-content .feature-box {
        flex-direction: column;
    }
}

.appointment-content .feature-box:hover {
    border-color: var(--theme);
    background-color: var(--white);
}

.appointment-content .feature-box:hover .icon {
    background-color: var(--theme);
    border-color: transparent;
}

.appointment-content .feature-box:hover .icon i {
    color: var(--white);
}

.appointment-content .feature-box:not(:first-child) {
    margin-top: 30px;
}

.appointment-content .feature-box .icon {
    width: 80px;
    min-width: 80px;
    height: 80px;
    border: 1px solid var(--theme);
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    margin-top: 5px;
    transition: all 0.5s;
}

.appointment-content .feature-box .icon i {
    font-size: 50px;
    color: var(--main-color-2);
}

@media only screen and (max-width: 1199px) {
    .appointment-content .feature-box .icon {
        width: 70px;
        min-width: 70px;
        height: 70px;
        padding: 15px;
    }
}

.appointment-content .feature-box .title {
    font-family: var(--font_inter);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.21;
    color: var(--white);
}

.appointment-content .feature-box:hover .title {
    color: var(--black);
}

@media only screen and (max-width: 1199px) {
    .appointment-content .feature-box .title {
        font-size: 20px;
    }
}

.appointment-content .feature-box .text {
    margin-top: 10px;
    color: var(--white);
}

.appointment-content .feature-box:hover .text {
    color: var(--black);
}

.appointment-contact-wrap form {
    position: relative;
    z-index: 1;
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    padding: 40px 40px;
    background-color: var(--white);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

@media only screen and (max-width: 1199px) {
    .appointment-contact-wrap form {
        padding: 20px 20px;
    }
}

@media (max-width: 575px) {
    .appointment-contact-wrap form {
        border-radius: 20px 20px;
    }
}

.appointment-contact-wrap form .submit-btn {
    margin-top: 20px;
}

.appointment-contact-wrap form .rr-btn {
    padding: 21px 34px;
    width: 100%;
    border-radius: 5px;
}

.appointment-contact-wrap .form-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
}

.appointment-contact-wrap .form-bg:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(4, 11, 51, 0.94);
}

.appointment-contact-wrap .form-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.appointment-contact-wrap .contact-title {
    font-family: var(--font_inter);
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    color: var(--theme);
    border-radius: 20px 20px 0 0;
    position: relative;
    margin-bottom: 15px;
    text-align: center;
}

@media only screen and (max-width: 1199px) {
    .appointment-contact-wrap .contact-title {
        padding: 12px 29px 12px 20px;
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .appointment-contact-wrap .contact-title {
        width: 100%;
    }
}


.appointment-formwrap {
    display: grid;
    gap: 20px 20px;
    grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 767px) {
    .appointment-formwrap {
        grid-template-columns: repeat(1, 1fr);
    }
}

.appointment-formwrap .span-2 {
    grid-column: span 2;
}

@media only screen and (max-width: 767px) {
    .appointment-formwrap .span-2 {
        grid-column: auto;
    }
}

.appointment-formfield input,
.appointment-formfield textarea {
    width: 100%;
    height: 55px;
    outline: none;
    background: rgba(18, 26, 70, 0.06);
    border: 1px solid #2E3668;
    border-radius: 5px;
    padding: 18px 20px;
    color: var(--black);
    transition: all 0.5s;
    font-size: 16px;
    line-height: 19px;
}

.appointment-formfield input:focus,
.appointment-formfield textarea:focus {
    background: rgba(18, 26, 70, 0.06);
}

.appointment-formfield input::-moz-placeholder,
.appointment-formfield textarea::-moz-placeholder {
    color: var(--black);
}

.appointment-formfield input::placeholder,
.appointment-formfield textarea::placeholder {
    color: var(--black);
}

.appointment-formfield textarea {
    height: 123px;
    resize: none;
}

.appointment-contact-wrap form .green-btn {
    padding: 21px 34px;
    width: 100%;
    border-radius: 5px;
}


/* feature css */
/* feature-why area style  */
.feature-why-area-inner {
    display: grid;
    gap: 40px 60px;
    grid-template-columns: 540px 680px;
    justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
    .feature-why-area-inner {
        grid-template-columns: 420px 500px;
    }
}

@media only screen and (max-width: 991px) {
    .feature-why-area-inner {
        grid-template-columns: auto;
    }
}

.feature-why-content .title-wrapper {
    margin-top: 19px;
}

.feature-why-content .text-wrapper {
    margin-top: 32px;
}

.feature-why-content .btn-wrapper {
    margin-top: 33px;
}

.feature-why-box {
    border: 2px solid var(--border);
    background-color: #f3f2f8;
    border-radius: 15px;
    padding: 15px 15px;
    display: flex;
    gap: 30px;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
    overflow: hidden;
}

@media only screen and (max-width: 1199px) {
    .feature-why-box {
        padding: 20px 20px;
        display: flex;
        gap: 20px;
    }
}

.feature-why-box:hover {
    background-color: var(--whiteX);
}

.feature-why-box:hover .icon {
    background-color: var(--theme);
}

.feature-why-box:hover .icon i {
    color: var(--white);
}

.feature-why-box:before {
    position: absolute;
    content: "";
    width: 145px;
    height: 145px;
    left: -152px;
    top: -176px;
    background: var(--theme);
    filter: blur(60px);
    z-index: -1;
    opacity: 0;
    transition: all 0.5s;
}

@media only screen and (max-width: 1199px) {
    .feature-why-box:before {
        width: 115px;
        height: 115px;
    }
}

.feature-why-box:not(:first-child) {
    margin-top: 25px;
}

.feature-why-box .icon {
    width: 100px;
    min-width: 100px;
    height: 100px;
    background-color: #EFF0FF;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.feature-why-box .icon i{
    color: var(--main-color-2);
    font-size: 50px;
}

@media only screen and (max-width: 1199px) {
    .feature-why-box .icon {
        width: 70px;
        min-width: 70px;
        height: 70px;
        padding: 20px;
    }
}

.feature-why-box .content {
    margin-top: 6px;
}

@media only screen and (max-width: 1199px) {
    .feature-why-box .content {
        margin-top: 0;
    }
}

.feature-why-box .title {
    font-family: var(--font_inter);
    font-weight: 700;
    font-size: 22px;
    line-height: 1.21;
}

@media only screen and (max-width: 1199px) {
    .feature-why-box .title {
        font-size: 20px;
    }
}

.feature-why-box .text {
    margin-top: 9px;
}