:root {
    --custom-green: #0a9a9a;
}

/* Steps Section */
.steps-section {
    margin-bottom: 100px;

}

.steps-body {
    height: fit-content;
}

html:not([dir="rtl"]) .steps-body{
    height: 300px;
}
.steps-section .steps-section-title {
    font-size: 28px;
}

.steps-section .steps-section-details {
    font-size: 20px;
}

.steps-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(5, 1fr);
    align-items: end;
    padding: 1rem 0;
}

.step-no {
    transition: linear 150ms;
    background: rgb(2, 0, 36);
    background: linear-gradient(0deg, rgba(2, 0, 36, 0) 0%, rgba(255, 255, 255, 1) 100%);
    box-shadow: 0 -7px 8px rgb(60, 172, 227, 0.06);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    position: relative;
}

.step-no::before {
    transition: linear 150ms;
    content: "";
    position: absolute;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    right: 78px;
    background-color: #0a9a9a33;
}

.step-item:hover .step-no::before {
    transition: linear 150ms;
    background-color: rgb(59, 171, 227, 0.1);
}

.step-item .step-no svg {
    transition: linear 150ms;
    stroke: #0a9a9a;
    fill: transparent;
}

.step-item:hover .step-no svg {
    transition: linear 150ms;
    stroke: #3cace3;
    fill: #3cace3;
    transform: scale(1.2);
}

.step-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.step-item {
    transition: linear 150ms;
}

.step-item .svg-global {
    transform: translateY(15px);
    transition: linear 150ms;
}

.step-item #building {
    transform: translateY(50px);
}

.step-item #cloud1 {
    transform: translateX(-28px);
    transition: linear 150ms;
}

.step-item #cloud2 {
    transform: translateX(-24px);
    transition: linear 150ms;
}

.step-item #line {
    transform: translateX(-34px);
    transition: linear 150ms;
}

.step-item:hover #building {
    transform: translateY(-5px);
}

.step-item:hover #line,
.step-item:hover #cloud1,
.step-item:hover #cloud2 {
    transform: translateX(0) !important;
}

.step-item:hover .svg-global {
    transform: translateY(-5px);
}

.step-item #men,
.step-item #building {
    fill: #0a9a9a;
}

.step-item #woman {
    stroke: #0a9a9a;
}

.step-item #carbody path,
.step-item #tick-stars path {
    fill: #0a9a9a;
}

.step-item #tick {
    stroke: #0a9a9a;
    fill: #0a9a9a;
}

.step-item:hover #carbody path,
.step-item:hover #men,
.step-item:hover #icons,
.step-item:hover #building,
.step-item:hover #tick-stars path {
    fill: #3babe2;
}

.step-item:hover #tick {
    stroke: #3babe2;
    fill: #3babe2;
}

.step-item:hover #woman {
    stroke: #3babe2;
}

.step-item:hover #icons {
    animation-name: men;
    animation-duration: 150ms;
    animation-timing-function: linear;
}

.step-item #star {
    opacity: 0;
    transition: linear 150ms;
}

.step-item:hover #star {
    opacity: 1;
}

.step-title {
    font-size: 1rem;
    font-weight: bold;
    color: #050d21;
}

.step-details {
    font-size: 1rem;
    font-weight: normal;
    color: #050d21;
    line-height: 30px;
    min-height:180px;
}

/* Steps Mobile */
.steps-mobile-item {
    border-radius: 10px;
    padding: 1rem;
    min-height: 145px;
    background-color: #fff;
    box-shadow: 0 10px 36px rgb(36, 101, 132, 0.05);
}

.steps-mobile-icon {
    min-width: 56px;
    height: 56px;
    border-radius: 50%;
    outline: 2px solid #e9f6fd;
}

.steps-mobile-icon img {
    width: 40px !important;
}

h5.steps-mobile-title {
    font-size: 1rem !important;
    font-weight: bold !important;
    margin-bottom: 0.5rem !important;
}

.steps-mobile-details p {
    font-size: 14px;
    line-height: unset !important;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes men {
    0% {
        fill: #fff;
        transform: translate(46px, 46px) scale(0.8);
    }
    50% {
        fill: #a3d2ea;
        transform: translate(26px, 26px) scale(0.9);
    }
    100% {
        fill: #3babe2;
    }
}

/* Global */
.section-title1 {
    font-size: 28px;
    font-weight: bold;
}

.underline-title {
    font-size: 25px;
    position: relative;
    font-weight: normal;

    z-index: 1;
    display: inline-block;
}

.underline-title::before {
    content: "";
    z-index: -1;
    bottom: 0;
    border-bottom: solid 6px;
    position: absolute;
    width: 100%;
}

.underline-title.yellow-underline::before {
    border-color: #facb3b !important;
}

/* About Section */
.about-section {
    margin: 5rem 0;
    text-align: justify;
    /* overflow-x: hidden !important; */
    padding: 2rem 0;
}

.about-section .about-details {
    width: 75%;
}

.about-section .about-images {
    width: 350px;
    height: 410px;
    background-color: white;
    box-shadow: 0 3px 36px #3333331d;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 162px;
    border-bottom-left-radius: 162px;
}

.about-section .about-images .about-cover {
    width: 300px;
    height: 362px;
    object-fit: cover;
    object-position: right;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 162px;
    border-bottom-left-radius: 162px;
}

.about-section .about-title {
    font-size: 28px;
    font-weight: bold;
}

.about-section .about-details {
    font-size: 20px;
    line-height: 35px;
}

.floating-items {
    position: absolute;
    display: grid;
}

.floating-item {
    padding: 5px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 3px 36px #3cabe323;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    position: relative;
}

.floating-item:first-child {
    top: -2rem;
    left: -10rem;
}

.floating-item:nth-child(2) {
    top: -3rem;
    right: -10rem;
}

.floating-item:nth-child(3) {
    bottom: -3rem;
    right: -10rem;
}

.floating-item:last-child {
    bottom: 2rem;
    left: -10rem;
}

.floating-item-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

/* Specails Section */

.specials-section {
    background-color: rgb(59, 171, 227, 0.05);
    overflow-x: hidden;
    margin-bottom: 30px;
    padding: 60px 0;
    box-shadow: 0 0 0 100vmax rgb(59, 171, 227, 0.05) !important;
    -webkit-clip-path: inset(0 -100vmax) !important;
    clip-path: inset(0 -100vmax) !important;
}

.specials-grid {
    display: grid;
    padding: 110px 0;
}

.circle-bg {
    background-image: url(/assets/imgs/about-images/circle-bg.svg);
    background-repeat: no-repeat;
}

.specials-image-1 img {
    width: 370px;
    height: 370px;
    object-fit: cover;
    border-radius: 50%;
    outline: 10px solid #fff;
}

.specials-image-1 {
    grid-column: 2 / span 2;
    grid-row: 2 / span 2;
}

.specials-image-2 img {
    width: 225px;
    height: 225px;
    border-radius: 50%;
    outline: 10px solid #fff;

    object-fit: cover;
}

.specials-image-2 {
    grid-column: 1 / span 3;
    grid-row: 1 / span 2;
}

.specials-details {
    line-height: 35px;
    text-align: justify;
    font-size: 20px;
    margin-bottom: 20px;
}

.specials-items {
    padding: 0;
}

.text-gold {
    color: #facb3b !important;
}

.specials-items .special-item {
    margin-bottom: 8px;
    list-style: none;
    font-size: 20px;

}

.specials-items .special-item .highlighted {
    color: var(--custom-primary);
    font-weight: bold;
}

/* Reasons Section */
.reasons-section {
    overflow-x: hidden;
    margin-bottom: 120px;
}

.reasons-section .reason-title {
    font-size: 28px;
    font-weight: bold;
    position: relative;
    margin-bottom: 22px;
    display: inline-block;
}

.reasons-section .reason-title .turkish-flag {
    position: absolute;
    bottom: 0;
    right: 13.5rem;
}

html:not([dir="rtl"]) .reasons-section .reason-title .turkish-flag {
    display: none !important;
}

.reasons-section .reason-details {
    font-size: 20px;
    text-align: justify;
}

.reasons-card-item img {
    height: 56px;
}

.reasons-card-item {
    border-radius: 6px;
    font-size: 18px;
    width: 490px;
    color: #050d21;
}

.reasons-pink {
    background-color: #fef5f5;
}

.reasons-sun {
    background-color: #fefae8;
}

.reasons-sky {
    background-color: #f2fafe;
}

.reasons-purple {
    background-color: #edf1fe;
}

.reasons-green {
    background-color: #eef8e3;
}

.reasons-card-item:nth-child(even) {
    position: relative;
    right: 50px;
}

html:not([dir="rtl"]) .reasons-card-item:nth-child(even) {
    position: relative;
    left: 50px;
    right: unset;
}

/* REVIEWS */
.web-reviews-container {
    background-image: url(/assets/imgs/about-images/blue-triangle.svg);
    background-repeat: no-repeat;
    background-position: -80px 0;
    overflow-y: hidden;
    margin-bottom: 40px;
}

.reviews-web {
    height: 600px;
    background-image: url(/assets/imgs/about-images/strings.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 1200px;
    position: relative;
}

.reviews-section-title {
    font-size: 28px;
    font-weight: bold;
}

.reviews-web .main-web-card {
    transform: translateY(-42px);
}

.main-web-card img {

    border-radius: 50%;
    border: 2px solid #facb3b;
}

.web-grid {
    margin-top: 104px;
    height: 600px;
}

.web-grid-item {
    position: absolute;
    cursor: pointer;
    transition: linear 150ms;
}

.web-grid-item:first-child {
    cursor: unset;
}

.web-card {
    width: 320px;
    min-height: 400px;
    text-align: justify;
    border: solid #facb3b 2px;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;

}

.web-grid-item img {
    transition: linear 100ms;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    box-shadow: 0 3px 36px #53535347;
}

.web-grid-item:first-child img {
    width: 140px;
    height: 140px;
}

.web-grid-item:nth-child(4) img,
.web-grid-item:nth-child(8) img {
    width: 102px;
    height: 102px;
}

.web-grid-item:hover {
    transform: scale(1.1);
}

.web-grid-item:nth-child(1) {
    left: 35%;
    top: -5%;
}

.web-grid-item:nth-child(2) {
    left: 4%;
    top: -2%;
}

.web-grid-item:nth-child(3) {
    left: 10%;
    bottom: 21%;
}

.web-grid-item:nth-child(4) {
    top: 41%;
    right: 73%;
}

.web-grid-item:nth-child(5) {
    bottom: 30%;
    right: 18%;
}

.web-grid-item:nth-child(6) {
    bottom: 61%;
    right: 4%;
}

.web-grid-item:nth-child(7) {
    bottom: 57%;
    left: -2%;
}

.web-grid-item:nth-child(8) {
    top: 0%;
    left: 71%;
}

.web-grid-item:nth-child(9) {
    right: -3%;
    top: 59%;
}

.web-grid-item:last-child {
    right: 0%;
    top: -6%;
}

.toggle-scale {
    animation: puff-in-center 600ms infinite;
}

.toggle-fade {
    animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.reviews-swiper .swiper-pagination {
    position: unset;
}

.reviews-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--custom-primary);
    width: 38px;
    height: 10px;
    opacity: 1;
    border-radius: 10px;
}

.reviews-swiper .swiper-pagination-bullet {
    opacity: 0.5;
    background-color: var(--custom-primary);
    width: 10px;
    height: 10px;
    border-radius: 10px;
}

@-webkit-keyframes puff-in-center {
    0% {
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes puff-in-center {
    0% {
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@-webkit-keyframes fade-in-fwd {
    0% {
        -webkit-transform: translateZ(-80px);
        transform: translateZ(-80px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes fade-in-fwd {
    0% {
        -webkit-transform: translateZ(-80px);
        transform: translateZ(-80px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(0);
    }
}

/* Contact Section */
.contact-section {
    overflow-x: hidden;
    padding-top: 30px;
    overflow: hidden;
    background-color: rgb(60, 172, 227, 0.03);
        box-shadow: 0 0 0 100vmax rgb(60, 172, 227, 0.03) !important;
    -webkit-clip-path: inset(0 -100vmax) !important;
    clip-path: inset(0 -100vmax) !important;
}

.contact-icon {
    width: 82px;
    height: 82px;
    border-radius: 10px;
}

.contact-icon.c-pin {
    background-color: #edf1fe;
}

.contact-icon.c-email {
    background-color: #fef5f5;
}

.contact-icon.c-whatsapp {
    background-color: #eef8e3;
}

.contact-item-title {
    font-size: 20px;
}

.contact-item-details {
    font-size: 20px;
    font-weight: bold;
    width: 400px;
    direction: rtl;
}

.contact-map {
    border-radius: 24px;
    overflow: hidden;
}

.main-web-card .reviewer-img {
    width: 140px;
    height: 140px;
}

.main-details-placeholder {
    height: 268px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
}

/* Media */
@media (max-width: 1366px) {
    .floating-item:first-child {
        left: -5rem;
    }

    .floating-item:last-child {
        left: -5rem;
    }

    html:not([dir="rtl"]) .floating-item:first-child {
        left: -10rem;
    }

    html:not([dir="rtl"]) .floating-item:last-child {
        left: -10rem;
    }
    html:not([dir="rtl"]) .floating-item:nth-child(2) {
        right: -5rem;

    }

    html:not([dir="rtl"]) .floating-item:nth-child(3) {
        right: -5rem;
    }
}

@media (max-width: 991px) {
    .floating-item{
        transform: scale(0.9);
    }
    html:not([dir="rtl"]) .reasons-section .reason-title .turkish-flag {
        right: unset;
        left: 13rem;
    }

    .main-web-card .reviewer-img {
        width: 100px;
        height: 100px;
    }

    .steps-section {
        margin-bottom: 0;
    }

    .reviews1-section {
        overflow: hidden;
        position: relative;
    }

    .steps-section {
        padding: 2rem 0;
    }

    .steps-section .steps-section-title {
        font-size: 18px;
    }

    .steps-section .steps-section-details {
        font-size: 16px;
    }

    .about-section .about-details {
        width: 100%;
    }

    .specials-grid {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 3rem 0;
    }

    .circle-bg {
        background-image: url(/wp-content/themes/landings/assets/images/mobile-circle.svg);
        background-position: center;
    }

    .specials-image-1 img {
        width: 128px;
        height: 128px;
    }

    .specials-image-2 img {
        width: 182px;
        height: 182px;
    }

    .specials-image-1,
    .specials-image-2 {
        grid-column: unset;
        grid-row: unset;
    }

    .about-section .about-images {
        width: 100%;
        height: 287px;
    }

    .about-section .about-images .about-cover {
        width: 80%;
        height: 248px;
    }

    .floating-item {
        padding: 0 3px;
        font-size: 14px;
    }

    .floating-item img {
        width: 45px;
    }

    .floating-item:first-child {
        top: -2rem;
        left: -5rem !important;
    }

    .floating-item:nth-child(2) {
        top: -1rem;
        right: -5rem;
    }

    .floating-item:nth-child(3) {
        bottom: -3rem;
        right: -5rem;
    }

    .floating-item:last-child {
        bottom: 5rem;
        left: -6rem !important;

    }

    .about-section .about-title {
        font-size: 18px;
    }

    .about-section .about-details {
        font-size: 14px;
    }

    /* .floating-item:first-child {
      right: -60%;
    }
    .floating-item:nth-child(2) {
      left: -60%;
    }
    .floating-item:nth-child(3) {
      left: -60%;
    }
    .floating-item:last-child {
      right: -60%;
    } */
    .section-title1 {
        font-size: 18px;
    }

    .specials-details {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 0;
    }

    .underline-title {
        font-size: 18px;
    }

    .specials-items .special-item {
        font-size: 14px;
        text-indent: unset;
    }

    .contact-map {
        height: 216px;
        margin-bottom: 22px;
    }

    .reasons-section {
        padding-top: 3rem;
        margin-bottom: 0;
    }

    .reasons-section .reason-title {
        font-size: 18px;
    }

    .reasons-section .reason-details {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .reasons-section .reason-title .turkish-flag {
        right: 9rem;
        bottom: 7px;
        width: 70px;
    }

    .reasons-card-item:nth-child(even) {
        position: relative;
        right: unset;
    }
    html:not([lang=ar]) .reasons-card-item:nth-child(even) {
        position: relative;
        left: unset;
        right: unset;
    }
    .reasons-card-item {
        width: 100%;
        font-size: 14px;
    }

    .web-reviews-container {
        margin-bottom: 0;
    }

    html:not([dir="rtl"]) .reasons-section .reason-title .turkish-flag {
        right: unset;
        left: 9rem;
        bottom: 7px;
    }

    .contact-item-title {
        font-size: 16px;
    }

    .contact-item-details {
        font-size: 14px;
        width: 100%;
    }

    .floating-items {
        column-gap: 0;
        row-gap: 0;
    }

    .contact-icon {
        min-width: 60px;
        min-height: 60px;
        width: unset;
        height: unset;
    }

    .contact-title {
        font-size: 18px;
    }

    .contact-subtitle {
        font-size: 16px;
    }

    .web-reviews-container {
        background-image: unset;
    }

    .contact-section {
        background-color: transparent;
    }

    .about-section {
        margin: 0;
        padding-bottom: 1rem;
        padding-top: 2rem;
    }
}

.reviewModal .web-card {
    height: 400px;
    overflow: scroll !important;
}

html:not([dir="rtl"]) .reasons-card-item img {
    transform: rotate(180deg);
}

html:not([dir="rtl"]) .specials-section {
    padding: 30px 0;
}

html:not([dir="rtl"]) .contact-item-details {
    direction: ltr;
}

.review-by-google {
    font-size: 12px;
    color: rgba(36, 76, 95, 0.5);
}

