@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Licorice&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

html,
body {
    height: 100%;
    display: flex;
    flex-direction: column;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}


/*NAVBAR-START*/

.top-text {
    display: flex;
    justify-content: space-between;
    padding: 8px 130px;
    color: white;
    background-color: #5F8066;
}

.top-text a {
    color: white;
    margin-left: 10px;
}

.right-icons {
    margin-right: 10px;
}

.right-icons i {
    border: 1px solid rgb(231, 231, 231);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    color: white;
}

header {
    box-shadow: 0 4px 8.4px 0 rgba(95, 128, 102, 0.05);
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 130px;
    background-color: white;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.nav-menu ul {
    display: flex;
    gap: 14px;
}

.nav-menu ul li a {
    color: black;
}

.nav-menu li.active a {
    color: #5F8066;
}

.cal-box {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 25px 0;
    color: #275831;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #275831;
}

.cal-box i {
    font-size: x-large;
    color: #275831;
}

.cal-text {
    display: flex;
    flex-direction: column;
    color: #275831;
}

.cal-txt {
    font-size: 10px;
}

.cal-number {
    font-weight: 600;
}

.cal-box-btn {
    padding: 8px 15px;
    border-radius: 8px;
    border: none;
    box-shadow: 0 12px 20px 0 rgba(78, 111, 158, 0.20);
    background-color: #275831;
    color: white;
    cursor: pointer;
}

.logo img {
    object-fit: contain;
    width: 212px;
    height: 140px;
    background: #FFF;
    border-radius: 25px;
    box-shadow: 0 4px 4px 1px #5F8066;
    margin: -55px 0;
}


.sticky .logo img {
    margin: 0 0 -55px 0;
}

@media(max-width:1423px) {
    .logo img {
        width: 155px;
        height: 140px;
    }

    .nav-menu ul li a {
        font-size: small;
    }

    .cal-box-btn {
        font-size: 11px;
    }

    .cal-box {
        font-size: 11px;
    }
}

.logo {
    z-index: 2;
}

@media (max-width: 1100px) {

    .cal-number {
        font-size: small;
    }
}

@media (max-width: 1200px) {
    .nav-right {
        display: block;
    }
}





/*NAVBAR-END*/
/*SLİDER-START*/

.slider {
    padding: 0 20px;
}

.slider img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 50px;
    display: block;
}

@media(min-width:992px) {
    .mobile-slider {
        display: none;
    }
}

@media(max-width:992px) {
    .mobile-slider {
        display: block;
    }

    .desktop-slider {
        display: none;
    }
}

.navigation-container {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 20;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    /* araları */
}


.swiper-button-next,
.swiper-button-prev {
    position: static !important;
    margin: 0 !important;
}

.swiper-button-next i,
.swiper-button-prev i {
    color: #275831;
}

.swiper-pagination {
    position: static !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "" !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "" !important;
}

.swiper-pagination {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 2px)) !important;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 30px)) !important;
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 10px);
    background: #275831 !important;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

.mobile-header {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.logo-mobile img {
    max-width: 150px;
    height: auto;
}

.hamburger {
    display: flex !important;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 99999;
    position: relative;
}

.hamburger i {
    font-size: 32px !important;
    color: #5F8066 !important;
}

.header-right span {
    color: #5F8066;
    font-size: 18px;
    margin-right: 8px;
}

@media(max-width:992px) {
    .top-text {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 0;
    }
}

.mobile-slide {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
    z-index: 9999;
    transition: all 0.3s ease;
}

.mobile-slide.active {
    left: 0;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 32px;
    background: none;
    border: none;
    color: white;
    display: none;
    cursor: pointer;
}

.mobile-slide.active .close-btn {
    display: block;

}

.mobile-slide-content {
    width: 75%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    transition: left 0.3s ease;
    padding: 30px 25px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.mobile-slide-content::before {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: brightness(0.8);
    z-index: 1;
}

.mobile-slide-content>* {
    position: relative;
    z-index: 2;
}

.mobile-slide-content>img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 0;
    opacity: 0.1;
}

.mobile-slide.active .mobile-slide-content {
    left: 0;
    background-color: #5F8066;
}


.mobile-slide-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.mobile-slide-top i {
    color: white;
    font-size: 28px;
}

.mobile-slide-top .cal-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}

.mobile-slide-top .cal-txt {
    font-size: 14px;
    opacity: .8;
}

.mobile-slide-top .cal-number {
    font-size: 18px;
    font-weight: bold;
    margin-top: 3px;
}



.mobile-btn {
    width: 100%;
    padding: 12px;
    background: #5F8066;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

.mobile-menu {
    margin-top: 30px;
}

.mobile-menu ul,
.mobile-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu a {
    color: white;
    font-size: 15px;
    text-decoration: none;
    padding: 10px 0;
    display: block;
}

@media(max-width:992px) {

    nav,
    .nav-menu,
    .nav-logo,
    .logo,
    .cal-box,
    .nav-right,
    .logo img {
        display: none !important;
    }

    .mobile-header {
        display: flex !important;
    }
}

/*SLİDER-END*/
/*HERO-START*/

.hero {
    width: 100%;
    padding: 80px 0 0 0;
    position: relative;
    z-index: -1;
}

.hero .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    overflow: hidden;
}

.hero-icons {
    position: relative;
}

.hero-icons::after {
    content: "";
    position: absolute;
    left: 0;
    width: 110px;
    height: 3px;
    background-color: #275831;
}

.hero-icons::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    border-radius: 50%;
    left: 110px;
    background-color: #275831;
    transform: translateY(-45%);
}

.hero-left {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column: span 6;
    column-gap: 20px;
    align-items: baseline;
    position: relative;
}


.hero-texts {
    position: relative;
    top: 0;

}

.hero-title {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    display: block;
    margin-bottom: 5px;
    align-self: flex-start;
}

.hero-name {
    display: block;
    font-size: 36px;
    color: #2d4f3f;
    margin-bottom: 25px;
    font-weight: bold;
}

.hero-name span {
    font-family: "Licorice", cursive;
    font-size: 70px;
}

.hero-texts .hero-text,
.hero-texts .hero-bold {
    display: block;
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 15px;
}

.hero-bold {
    font-weight: 600;
}

.hero-btn {
    padding: 10px 20px;
    background: #5F8066;
    border: none;
    border-radius: 8px;
    color: white;
    cursor: pointer;
    font-size: 15px;
    margin-top: 10px;
}

.hero-right {
    grid-column: span 6;
    height: auto;
    object-fit: contain;
}

.hero-ellipse {
    bottom: 0;
    left: 0;
    position: relative;

}


@media (max-width: 992px) {
    .hero .container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-right {
        margin-left: auto;
        margin-top: 20px;
        display: block;
        max-width: 100%;
    }

    .hero-ellips {
        display: none;
    }


    .hero-left {
        display: grid;
        grid-template-columns: auto 1fr;
        column-gap: 12px;
        align-items: start;
    }


    .hero .container {
        padding-bottom: 100px;
    }

    .hero {
        padding-bottom: 100px;
    }

    .hero-btn {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .hero-text {
        display: block;
        max-width: 300px;
    }

    .hero-icons {
        display: none;
    }

    .hero-left {
        left: 10px;
    }

}

/* HERO END */
/* SERVİCES START */

.services {
    position: relative;
    background-color: #F9F9F9;
    margin-top: -190px;
    z-index: 5;
}

.absolute-left {
    position: absolute;
    top: 0;
    left: 0;
}

.absolute-right {
    position: absolute;
    bottom: 0;
    right: 0;
}

.services .container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    max-width: 1320px;
    margin: 0 auto;
}

.services-top {
    grid-column: 1 / -1;
    text-align: center;
    color: #333;
    font-weight: 400;
    padding-bottom: 10px;
}

.services-title {
    font-size: 40px;
}

.services-text {
    font-size: 25px;
}

.card {
    flex: 0 0 400px;
    max-width: 400px;
    background: var(--ennur-dereli-degrade, linear-gradient(221deg, #5F8066 -1.88%, #3A533F 96.44%));
    border-radius: 30px;
    box-shadow: 0 4px 12.6px 3px rgba(66, 88, 71, 0.20);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    gap: 15px;
    z-index: 99;
    margin-bottom: 30px;
}



.card-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.card-icon img {
    width: 40px;
    height: 40px;
}

.card-title {
    font-size: 20px;
    font-weight: 700;
}



.card-text {
    display: block;
    left: 5px;
    padding: 0 10px;
}

.card-img {
    transform: translateY(50px);
}

.pro-card-img {
    width: 315px;
    height: 250px;
    border-radius: 12px;
    margin-bottom: -40px;
    overflow: hidden;
}

.pro-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.card-btn {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -65px);
    padding: 11px 32px;
    background: #5F8066;
    color: white;
    border-radius: 12px;
    font-weight: 600;
    border: 1px solid #5F8066;
    box-shadow: 0 12px 20px 0 rgba(78, 111, 158, 0.20);
}



@media (max-width: 1350px) {
    .services .container {
        justify-content: center;
    }

    .card {
        flex: 0 1 90%;
        max-width: 320px;
        padding: 12px;
        border-radius: 22px;
    }
}

@media (max-width: 992px) {
    .services .card {
        grid-column: span 12;
        max-width: 400px;
        width: 95%;
        justify-self: center;
    }

    .services .container {
        justify-content: center;
    }

    .services-top {
        grid-column: 1 / -1;
        text-align: center;
        color: #333;
        font-weight: 400;
        padding-bottom: 10px;
    }

    .services-title {
        font-size: 24px;
    }

    .services-text {
        font-size: 15px;
    }

    .card-btn {
        padding: 9px 24px;
        font-size: 14px;
        transform: translate(-50%, -50px);
        border-radius: 10px;
        white-space: nowrap;
    }

}

.services-detail .container {
    padding: 60px 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    justify-content: space-between;
    width: 1320px;
    margin: 0 auto;
}

.services-left {
    grid-column: span 8;
}

.services-detail aside {
    grid-column: span 4;
    position: sticky;
    top: 30px;
    height: max-content;
}



.services-page .container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    max-width: 1320px;
    margin: 0 auto;
}


@media(max-width:1350px) {
    .services-page .container {
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
        align-items: start;
    }

    .services-page .container>* {
        grid-column: auto;
        width: 95%;
    }
}

@media(max-width:992px) {
    .services-page .container {
        grid-template-columns: 1fr;
        justify-items: center;
        align-items: center;
        max-width: 100%;
    }
}


@media (max-width: 992px) {

    .services-detail .container {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .services-detail .services-left {
        width: 100%;
    }

    .services-detail aside {
        width: 100%;
        position: static;



    }
}

.services-breakpoint .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
    padding: 20px 0;
    max-width: 1320px;
    margin: 0 auto;
}

.services-breakpoint a {
    grid-column: span 4;

    display: grid;
    place-items: center;
    padding: 10px 5px;
    border: 1px solid #275831;
    background: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
    border-radius: 30px;
    color: #275831;
}

.services-breakpoint a:hover {
    background: #f5f5f5;
}

@media (max-width: 1200px) {
    .services-breakpoint a {
        grid-column: span 6;
    }
}

@media (max-width: 992px) {
    .services-breakpoint .container {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .services-breakpoint a {
        padding: 12px 8px;
        font-size: 14px;
    }

    .services-breakpoint a {
        grid-column: span 12;
    }
}


/* SERVİCES END */

/*BREADCRUMB START*/
.breadcrumb-container .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    gap: 10px;
    color: white;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.breadcrumb-container .container .links {
    display: flex;
    align-items: center;
    gap: 30px;

}

.breadcrumb-container .container .links li {
    position: relative;
}

.breadcrumb-container .container .links li:not(:last-child)::after {
    content: "/";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.breadcrumb-container .container .links li a {
    text-align: center;
    color: white;
}

@media(max-width:992px) {
    .breadcrumb-container .container {
        padding: 10px 15px;
    }
}



/*BENEFİTS START*/

.benefits {
    width: 100%;
    padding: 90px 0;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    color: white;
}

.benefits .container {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 90px;
    align-items: start;
}

.benefits-left {
    grid-column: span 6;
    padding: 30px;
}

.benefits-title {
    max-width: 468px;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 18px;
}

.benefits-left-text {
    display: block;
    max-width: 480px;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.benefits-btn {
    display: inline-block;
    padding: 10px 22px;
    background: #5F8066;
    color: white;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 40px;
}

.benefits-right {
    grid-column: span 6;
    margin-left: 100px;
}

.benefits-item {
    font-size: 32px;
    font-weight: 700;
}


@media (max-width: 992px) {

    .benefits .container {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .benefits-left,
    .benefits-right {
        margin: 0;
        padding: 0 20px;
        grid-column: unset;
    }

    .benefits-title {
        font-size: 23px;
        font-weight: 800;
    }

    .benefits-right {
        columns: 2;
        column-gap: 15px;
    }

    .benefits-item {
        display: flex;
        break-inside: avoid;
        margin-bottom: 12px;
        left: 30px;
        font-size: medium;
        align-items: center;
        gap: 5px;

    }

}

/*BENEFİTS END*/
/*CERTİFİCATES START*/

.certificates .container {
    padding: 60px 0;
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    align-items: flex-start;
    grid-template-columns: repeat(12, 1fr);
}

.certificates-left {
    grid-column: span 6;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 50px;
}

.gallery-item {
    display: block;
    grid-column: span 6;
}


.certificates-right {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    text-align: right;
    grid-column: span 6;
    width: 100%;
    position: sticky;
    top: 115px;
    gap: 20px;
}

.cert-texts {
    width: 64%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    text-align: right;
    color: #3C3945;
    gap: 20px;
}

.cert-texts .title {
    font-size: 32px;
    font-weight: 300;
}

.cert-texts .subtitle {
    font-size: 40px;
    font-weight: 700;
    white-space: nowrap;
}

.cert-texts .text {
    font-size: 24px;
    font-weight: 200;
}

.cert-btn {
    border-radius: 12px;
    border: 1px solid #5F8066;
    background: #5F8066;
    box-shadow: 0 12px 20px 0 rgba(78, 111, 158, 0.20);
    padding: 11px 32px;
    color: white;
}


.cert-icons {
    position: relative;
}

.cert-texts .title {
    padding-right: 10px;
}

.cert-icons {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(24px);
}

.cert-icons::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    border-radius: 50%;
    background-color: #275831;
    transform: translateY(-50%);
}

.cert-icons::after {
    content: "";
    position: absolute;
    left: 0;
    width: 110px;
    height: 3px;
    background-color: #275831;
}


@media (max-width: 992px) {

    .certificates .container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .certificates-right {
        order: 1;
        position: relative;
        text-align: center;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .cert-texts {
        width: 95%;
        align-items: center;
        text-align: center;
    }

    .certificates-left {
        order: 2;
        display: grid;
        gap: 20px;
        margin: 100px 0;
    }

    .certificates-left img {
        justify-self: center;
        max-width: 90%;
        height: auto;
    }

    .cert-texts .subtitle {
        font-size: 20px;
        font-weight: 700;
    }

    .cert-icons {
        display: none;
    }
}

.certificats-tem .container {
    padding: 60px 10px;
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
}

.certificats-tem .container>* {
    flex: 0 0 calc((100% - 60px) / 4);
}


.certificats-tem img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.certificats-tem img:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.473);
}

@media (max-width: 1200px) {
    .certificats-tem .container>* {
        flex: 0 0 calc((100% - 40px) / 3);
    }
}

@media (max-width: 768px) {
    .certificats-tem .container>* {
        flex: 0 0 calc((100% - 20px) / 2);
    }
}


/*CERTİFİCATES END*/
/* COMMENTS START */
.comments {
    padding: 80px 0;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.comments .container {
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
}

.com-title {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 40px;
    font-weight: 500;
    margin-top: -20px;
    z-index: 2;
    position: relative;
}

.com-text {
    color: rgba(255, 255, 255, 0.60);
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
}



.com-card {
    background: white;
    padding: 15px;
    border-radius: 16px;
    text-decoration: none;
    color: black;
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 300px;
}

.commentSlider {
    padding: 60px 0 120px 0 !important;
}

.commentSlider .navigation-container {
    position: absolute;
    bottom: 0;
    left: 50%;
    top: 90% !important;
    right: 20px;
    transform: translateX(-50%);
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-direction: row-reverse;
    height: max-content;
}

.navigation-container img {
    max-width: none;
}

.com-subtext,
.com-topictitle {
    color: #BDBCCB;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.com-star {
    color: #385D40;
}

.mark {
    position: relative;
}

.mark i {
    color: #385D40;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 50px;
}

.show-more-btn {
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s;
}

.show-more-btn:hover {
    text-decoration: underline;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-content {
    background: #fff;
    padding: 30px;
    max-width: 600px;
    width: 90%;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

.popup-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.popup-text {
    font-size: 16px;
    line-height: 1.5;
}



@media (max-width: 992px) {
    .commentSlider {
        margin: 0 50px !important;
    }

    .commentSlider .navigation-container {
        top: 85% !important;
        gap: 60px;
    }


}

/* COMMENTS END */
/*CTA START*/

.cta {
    padding: 30px 0;
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin-bottom: 90px;
}

.cta .container {
    padding: 8px 153px;
}

.cta-title {
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
}

.cta-subtitle {
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-text {
    color: #FFF;
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 60px;
    width: 632px;
}

.cta .container a {
    border-radius: 12px;
    border: 1px solid #FFF;
    background: #FFF;
    box-shadow: 0 12px 20px 0 rgba(78, 111, 158, 0.20);
    padding: 11px 32px;
    gap: 10px;
    color: #293B2D;
    font-size: 14px;
    letter-spacing: 0.28px;
    font-weight: 600;
}


@media (max-width: 992px) {
    .cta {
        background-size: cover;
    }

    .cta .container {
        padding: 60px 60px;
        text-align: center;
    }

    .cta-title,
    .cta-subtitle {
        font-size: 32px;
    }

    .cta-text {
        max-width: 300px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

/* CTA END */
/*FOOTER START*/

footer .footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

footer .footer-logo::before,
footer .footer-logo::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #5F8066;
}


footer .information {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding: 50px 0;
}

footer .information a {
    position: relative;
    padding: 0 15px;
    text-decoration: none;
    white-space: nowrap;
    color: #616161;
    font-size: 20px;
    font-weight: 400;
}

footer .information a i {
    color: #5F8066;
}

@media (max-width: 1220px) {
    footer .information {
        flex-direction: column;
        align-items: center;
        font-size: 14px;
    }

    footer .information a {
        padding: 0;
        font-size: 12px;
    }

    footer .information a:not(:last-child)::after {
        display: none !important;
    }

}

footer .information a:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 25px;
    background-color: #5F8066;
}

footer .social-medya {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding: 40px 0 30px 0;
}

footer .social-medya a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #5F8066;
    border-radius: 100px;
    padding: 6px 12px;
    color: #5F8066;
}

.reserved {
    position: relative;
    color: #5D5E76;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}

.reserved::after {
    content: "";
    position: absolute;
    width: 50%;
    background-color: #DDE0E8;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    top: -5px;
}

.footer-bottom {
    background-color: rgba(56, 93, 64, 0.90);
    padding: 20px 0;
}

.footer-warning {
    margin-top: 15px;
    color: #385D40;
    font-size: 14px;
    text-align: center;
    width: 70%;
    font-weight: 275;
    margin: 0 auto;

    color: white;
}

.footer-bold {
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    color: white;
}


@media (max-width: 992px) {

    footer .social-medya {
        gap: 5px;
        font-size: 12px;
    }

    footer .information {
        font-size: 8px;
    }

    footer .footer-logo {
        width: 100%;
    }

}


.footer-sticky {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #212529;
    position: fixed;
    z-index: 999;
    width: 100%;
    bottom: 0;
    padding: 0 0.5rem 1.15rem 0.5rem;
    border-top-left-radius: 2.15rem;
    border-top-right-radius: 2.15rem;
    border-top: 6px solid #275831;
}

.footer-sticky .sticky-box {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: default;
}

.footer-sticky .sticky-box .icon {
    height: 48px;
    width: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-sticky .sticky-box .icon i {
    font-size: 24px;
    color: white;
}

.footer-sticky .sticky-box .icon--dark {
    display: none;
}

.footer-sticky .sticky-box .text {
    font-size: 10px;
    color: white;
    text-align: center;
}

.footer-sticky .sticky-box .text--dark {
    display: none;
}

.footer-sticky .sticky-box.active .icon--dark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-sticky .sticky-box.active .icon--light {
    display: none;
}

.footer-sticky .sticky-box.active .text--dark {
    display: block;
}

.footer-sticky .sticky-box.active .text--light {
    display: none;
}

.footer-sticky .top-box {
    -webkit-transform: translateY(-1.5rem);
    transform: translateY(-1.5rem);
}

.footer-sticky .top-box .icon {
    background: #275831;
    border-radius: 50%;
    position: relative;
}

.footer-sticky .top-box .icon i {
    color: white;
}

.footer-sticky .top-box .icon::after {
    content: "";
    position: absolute;
    height: 56px;
    width: 56px;
    border: 1px solid #275831;
    border-radius: 50%;
    opacity: 0.75;
}

.footer-sticky .top-box .icon::before {
    content: "";
    position: absolute;
    height: 66px;
    width: 66px;
    border: 1px solid #275831;
    border-radius: 50%;
    opacity: 0.5;
}

.footer-sticky .top-box .text {
    -webkit-transform: translateY(1.5rem);
    transform: translateY(1.5rem);
    text-align: center;
}

@media (max-width: 992px) {
    .footer-sticky {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .footer-14 {
        padding-bottom: 95px;
    }
}

@media (max-width: 320px) {
    .footer-sticky .sticky-box .text {
        font-size: 10px;
    }
}

/* FOOTER END */
/* WHATSAPP FIXED BUTTON START */

.whatsapp-icon {
    text-align: center;
    display: inline-block;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99999;
}

@media (max-width: 992px) {

    .whatsapp-icon,
    .whatsapp-modal,
    .whatsapp-img {
        display: none;
    }
}


.whatsapp-modal {
    width: 220px;
    text-align: center;
    background-color: #74d761;
    padding: 10px 20px;
    border-radius: 50px;
    color: white;
    font-size: 18px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
    z-index: 2;
    margin-bottom: 15px;
    animation: floatUpDown 2s ease-in-out infinite;
}

@keyframes floatUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.whatsapp-modal::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--green-color);
}

.whatsapp-modal b {
    font-size: 18px;
}

.whatsapp-img {
    position: relative;
    display: inline-block;
}

.whatsapp-img::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 255, 0, 0.5);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 1.5s infinite;
    z-index: -1;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.7;
    }

    70% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

/* WHATSAPP FIXED BUTTON END */
/*FORM START*/

.form {
    padding: 60px 200px;
}

.form-row {
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 90px;
    align-items: start;
    justify-content: space-between;
}

.form-left {
    grid-column: span 6;
    display: grid;
    gap: 12px;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 30px;
    height: 600px;

}

.form-left-bold {
    border-top: solid 1px #ddd;
    padding: 8px 0;
    color: black;
    font-weight: 500;
    font-size: large;
}

.form-left a {
    color: black;
    font-weight: 300;
}

.form-left a i {
    font-size: xx-large;
    margin-right: 10px;
    color: #5F8066;
}

.form-title {
    font-weight: 800;
    font-size: x-large;
    margin-bottom: 15px;
    color: #5F8066;
}

.form-text {
    font-weight: 300;
}

.form-right {
    grid-column: span 6;
    display: grid;
    gap: 10px;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 30px;
    height: 600px;
}

.form-right label{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

.form-right label a{
    text-decoration: underline;
    color: #5F8066;
}

.form-right label a:hover{
    color: red;
}

.services-detail .container {
    padding: 60px 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    justify-content: space-between;
}

.services-left {
    grid-column: span 8;
    padding: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.services-detail aside {
    grid-column: span 4;
    position: sticky;
    top: 30px;
    height: max-content;
}

.product-detail .content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;

}

.content-wrapper img {
    object-fit: contain;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-right: 15px;
}


.product-left-text {
    padding: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.product-left a {
    background: #5F8066;
    background: linear-gradient(to right, #a8e063, #5F8066);
    color: white;
    padding: 15px 40px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 5px;
}

.right-title {
    font-weight: 800;
    font-size: x-large;
    margin-bottom: 15px;
    color: #5F8066;
}

.right-text {
    color: black;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 5px;
    padding: 5px 20px;
    font-size: 14px;
    resize: none;
    border: none;
}

.right-text .placeholder {
    color: #a9aea7;
}


.right-message {
    color: black;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px 20px 120px 20px;
    border: none;
}


.cert-btn {
    padding: 11px 32px;
    border-radius: 12px;
    border: 1px solid #5F8066;
    background: #5F8066;
    box-shadow: 0 12px 20px 0 rgba(78, 111, 158, 0.20);
    color: white;
}

.form-right img {
    width: 250px;
    height: auto;
    border: 1px solid #a9aea7;
    border-radius: 5px;
}

.form-right button {
    padding: 6px 25px;
    background-color: #5F8066;
    color: white;
    border: 1px solid #5F8066;
    border-radius: 5px;
    cursor: pointer;
    max-width: 150px;
}

@media (max-width: 1250px) {
    .form {
        padding: 60px 5px;
    }
}

@media (max-width: 1420px) {

    .form {
        padding: 60px 20px;
    }

    .form-row {
        grid-template-columns: repeat(12, 1fr);
        gap: 40px;
        padding: 20px 0;
    }

    .form-left,
    .form-right {
        grid-column: span 12;
    }

    .form-title,
    .right-title {
        font-size: 22px;
    }

    .right-text,
    .right-message {
        font-size: 14px;
        padding: 10px 14px;
        width: 90%;
    }

    .form-right img {
        width: 180px;
        margin: 10px 0;
    }

    .form-right button {
        width: 90%;
        max-width: 100%;
        padding: 12px 20px;
        font-size: 16px;
    }

    .services-detail .container {
        padding: 40px 20px;
        grid-template-columns: repeat(12, 1fr);
        gap: 30px;
        width: 95%;
    }

    .services-left,
    .services-detail aside {
        grid-column: span 12;
    }

    .services-detail aside {
        position: relative;
        top: 0;
    }
}


@media (max-width: 992px) {

    .form {
        padding: 60px 20px;
    }


    .form-row {
        grid-template-columns: repeat(12, 1fr);
        gap: 40px;
        padding: 20px 0;
    }

    .form-left,
    .form-right {
        grid-column: span 12;
        height: auto;
    }

    .form-title,
    .right-title {
        font-size: 22px;
    }

    .right-text,
    .right-message {
        font-size: 14px;
        padding: 10px 14px;
        width: 100%;
        box-sizing: border-box;
    }

    .form-right img {
        width: 180px;
        margin: 10px 0;
    }

    .form-right button {
        width: 90%;
        max-width: 100%;
        padding: 12px 20px;
        font-size: 16px;
    }

    .services-detail .container {
        padding: 40px 20px;
        grid-template-columns: repeat(12, 1fr);
        gap: 30px;
        width: 95%;
    }

    .services-left,
    .services-detail aside {
        grid-column: span 12;
    }

    .services-detail aside {
        position: relative;
        top: 0;
    }

    .form-row {
        gap: 20px;
    }

    .recaptha {
        transform: scale(0.9);
        transform-origin: left top;
    }


}

/*FORM END*/
/*HAKKIMIZDA START*/

.about-page .container {
    padding: 60px 0;
    max-width: 1320px;
    margin: 0 auto;
}

.custom-row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    align-items: center;
    gap: 30px;
    margin-bottom: 80px;

}

.title {
    font-weight: 600;
    font-size: x-large;
    margin-bottom: 8px;
}

.custom-row:nth-child(odd) .custom-left {
    grid-column: span 6;
}

.custom-row:nth-child(odd) .custom-right {
    grid-column: span 6;
}

.custom-row:nth-child(even) .custom-left {
    grid-column: span 6;
    order: 2;
}

.custom-row:nth-child(even) .custom-right {
    grid-column: span 6;
    order: 1;
}

@media (max-width: 992px) {
    .custom-row {
        grid-template-columns: 1fr;
    }

    .custom-left,
    .custom-right {
        grid-column: span 12 !important;
        order: unset;
    }
}

/* SOCIAL MEDIA SECTION START */

.social-media {
    padding: 60px 0;
}

.social-media .container {
    max-width: 1320px;
    margin: 0 auto;
}

.profile {
    display: flex;
    align-items: flex-start;
    color: black;
}

.profile-left .title {
    display: flex;
    align-items: center;
    font-size: 16px;
    gap: 10px;
    margin-bottom: 0px;
}

.profile-left .title .blue-tick {
    width: 15px;
}

.profile-left .profile-name {
    margin-bottom: 10px;
}

.profile-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-info .value span {
    font-weight: bold;
}


.profile-right button {
    background-color: #0091f0;
    border: 1px solid #0091f0;
    border-radius: 5px;
    color: white;
    padding: 5px 15px;
}

.socialSlider {
    padding: 60px 0 90px 0 !important;
    position: relative !important;
}

.social-media-card {
    border-radius: 20px;
    overflow: hidden;
}

.social-media-card-top {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: #275831;
    color: white;
    padding: 10px 15px;
}

.social-media-card-top img {
    filter: grayscale(0) !important;
}

.social-media-card img {
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.social-media-card:hover img {
    filter: grayscale(0);
}


.social-navigation-container {
    position: absolute;
    bottom: 0;
    left: 50%;
    top: 90% !important;
    right: 20px;
    transform: translateX(-50%);
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 115px;
    flex-direction: row-reverse;
    height: max-content;
}

.social-navigation-container img {
    max-width: none;
}



@media screen and (max-width: 992px) {

    .social-media {
        padding: 40px 0;
    }

    .social-media .container {
        padding: 0 20px;
    }

    .profile {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    .profile-left {
        text-align: center;
    }

    .profile-left .title {
        justify-content: center;
        font-size: 18px;
    }

    .profile-info {
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
    }

    .profile-right {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .profile-right button {
        width: 100%;
        max-width: 350px;
        padding: 12px 0;
        font-size: 16px;
    }

    .social-navigation-container {
        gap: 40px;
        width: 100%;
        top: auto !important;
        bottom: 0;
    }

    .social-media-card {
        display: flex;
        flex-direction: column;
        width: fit-content;
    }

    .social-media-card-top {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .social-media-card img {
        display: block;
    }

    .swiper-slide {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        place-items: center;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 70px !important;
        height: 70px !important;
    }

    .swiper-button-next img,
    .swiper-button-prev img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain;
    }
}

.product-list {
    background-color: #F9F9F9;
    padding: 90px 0;
}

.product-list-top {
    text-align: center;
    color: #333;
    font-weight: 400;
    margin: 20px 0;
}

.product-list-title {
    font-size: 40px;
}

.product-list-text {
    font-size: 25px;
}

.product-list-btn {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 40px);
    padding: 11px 32px;
    background: #5F8066;
    color: white;
    border-radius: 12px;
    font-weight: 600;
    border: 1px solid #5F8066;
    box-shadow: 0 12px 20px 0 rgba(78, 111, 158, 0.20);
}

.product-list .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 60px;
    max-width: 1320px;
    margin: 0 auto;
}
.seo-text{
    padding: 40px 0;
    text-align: center;
    background-color: #F9F9F9;
}


.product-detail .container {
    padding: 90px 0;
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
    justify-content: space-between;
}

.product-left {
    grid-column: span 8;
}

.product-detail aside {
    grid-column: span 4;
    position: sticky;
    top: 30px;
    height: max-content;
}

@media (max-width: 992px) {
    .product-detail .container {
        padding: 30px 15px;
        grid-template-columns: repeat(12, 1fr);
        gap: 20px;
    }

    .product-left,
    .product-detail aside {
        grid-column: span 12;
        width: 100%;
    }

    .product-detail aside {
        position: relative;
        top: auto;
    }
}


.pro-card {
    grid-column: span 4;
    background: white;
    border-radius: 30px;
    box-shadow: 0 4px 12.6px 3px rgba(66, 88, 71, 0.20);
    color: #385D40E5;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    gap: 15px;
    max-width: 400px;
    width: 100%;
    height: auto;
}


@media (max-width: 1280px) {
    .pro-card {
        grid-column: span 6;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}

@media (max-width: 992px) {
    .product-list .container {
        grid-template-columns: 1fr;
        justify-items: center;
        align-items: center;
        max-width: 95%;
    }


    .product-list-btn {
        padding: 9px 24px;
        font-size: 14px;
        border-radius: 10px;
        white-space: nowrap;
    }

    .product-list-title {
        font-size: 20px;
    }

    .product-list-text {
        font-size: 16px;
    }

}

.single-page{
    padding: 60px 0;
}

.single-page .container{
    width: 1320px;
    margin: 0 auto;
}



.content-wrapper p+p {
    margin-bottom: 15px;
}