body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #333;
    line-height: 1.6;
}

.product-detail {
        color: #1a73e8;
    bottom: 0;
    position: relative;
    margin: 0;
}

.ecucation-info {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.main-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

h1,
h2,
h3 {
    color: #000;
}

h1 {
    font-size: 3em;
    text-align: center;
    margin-bottom: 10px;
}

h2 {
    font-size: 2em;
    margin-bottom: 20px;
}

a {
    text-decoration: none!important;
    color: inherit;
}

header {
    text-align: center;
    padding: 20px 0;
}

.subtitle {
    font-size: 1.5em;
    color: #5f6368;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.intro-text {
    max-width: 84%;
    margin: 30px auto 55px auto;
    font-size: 1.1em;
}

main {
    padding: 20px 0;
}

.info-section {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
    justify-content: center;
    width: 100%;
}

.slider-container {
    position: relative;
    overflow: hidden;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.wrk-card {
    flex: 0 0 calc(100% / 4 - 15px);
    margin-right: 12px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 5px;
    box-sizing: border-box;
}

.text-container {
    margin: 40px;
    text-align: left;
}

.text-container h3 {
    font-size: 28px !important;
}

.text-container p {
    font-size: 18px !important;
}

.image-container {
    background-color: #f8f9fa;
    border-radius: 20px;
}

.logo{
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-container {
    display: flex;
    gap: 10px;
    margin: 20px;
    padding: 13px;
    background-color: #f8f9fa;
    width: 35%;
    border-radius: 26px;
    height: 46px;
    font-size: 14px;
    color: #5f6368;
}

.logo-container img {
    height: 20px;
}

.wrk-card-content img {
    margin-bottom: 15px;
}

.slide-img {
    width: 100%;

    }
.wrk-card-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.wrk-card-content p {
    font-size: 14px;
    color: #5f6368;
    line-height: 1.5;
}

.wrk-card:hover {
    background-color: #1a73e8;
    color: #fff;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
    transition: background-color 0.3s ease-in-out;
}

.wrk-card:hover .wrk-card-content p {
    color: #fff;
}

.wrk-card:hover .wrk-card-content h3 {
    color: #fff;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    color: black;
    font-weight: bold;
    font-size: 20px;
    background-color: rgb(218 218 218 / 76%);
    border: none;
    border-radius: 50%;
    user-select: none;
    width: 50px;
    height: 50px;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.prev:hover,
.next:hover {
    background-color: rgba(128, 128, 128, 0.8);
}

@media (max-width: 992px) {
    .wrk-card {
        flex-basis: calc(100% / 2 - 20px);
    }

    .image-container img {
        width: 100%;
    }

    .info-container {
        flex-direction: column;
        width: 85%!important;
    }

     .education-section{
            flex-wrap: wrap;
            justify-content: center;
    }
}

@media (max-width: 768px) {
    .wrk-card {
        flex-basis: calc(100% - 30px);
        margin-right: 10px;
    }

    .image-container img {
        width: 100%;
    }

    .info-container {
        flex-direction: column;
        width: 85%!important;
    }
    .education-section{
            flex-wrap: wrap;
            justify-content: center;
    }
}

.info-container {
    display: flex;
    gap: 30px;
    width: 65%;
}

.info-box {
    flex: 1;
    padding: 30px;
    border-radius: 15px;
}

.info-box h2 {
    margin-top: 0;
}

.info-box p {
    margin-bottom: 15px;
}

.info-box.blue-bg {
    background-color: #e6f4f1;
}

.info-box.green-bg {
    background-color: #e6f8e0;
}

.features-section {
    text-align: center;
    margin-bottom: 50px;
}

.features-grid {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.education-section {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 40px 60px;
    margin-bottom: 0px;
}

.education-section img {
    max-width: 150px;
    transform: rotate(-7deg);
}

.education-text h2 {
    margin-top: 0;
}

.form-section {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.form-container {
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 15px;
    width: 100%;
    max-width: 600px;
}

.form-container h2,
.form-container p {
    text-align: center;
}

form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
}

.checkbox-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.checkbox-container input {
    margin-right: 10px;
}

.contact-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 40px 0;
}

.contact-btn {
    padding: 15px 30px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
}

.contact-btn.whatsapp {
    background-color: #e6f8e0;
}

.contact-btn.expert {
    background-color: #fce8e6;
}

.contact-btn p {
    margin: 0;
}

.avatar-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    background-color: #fff8e1;
    padding: 20px;
    border-radius: 15px;
    margin: 40px auto;
    max-width: 700px;
}

.avatar-banner img {
    height: 100px;
}

.avatar-banner button {
    background-color: #d2a15c;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    color: #fff;
    font-weight: 500;
}

footer {
        text-align: center;
    padding: 20px;
    font-size: 0.9em;
    margin: 0 6% 0 6%;
}

.partner-info {
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
    text-align: left;
}

.footer-links {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 60px;
}

.footer-links img {
    height: 30px;
}

.copyright {
    color: #5f6368;
    display: flex;
}

@layer template {
    ._container_1nrux_2 {
        text-align: center;
        --gws-product-highlight-ease-out: ease-out;
        --gws-product-highlight-timing: .2s;
        --gws-product-transition-delay: 10ms;
        --gws-product-expanded-width: 150px
    }

    ._products_1nrux_19 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px
    }

    @media (min-width: 1024px) {
        ._products_1nrux_19 {
            gap: 0;
            flex-wrap: nowrap;
            justify-content: space-between
        }
    }

    ._productIconContainer_1nrux_32 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        position: relative;
        z-index: 3
    }

    ._productItem_1nrux_40 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        transition: all var(--gws-product-highlight-timing) var(--gws-product-highlight-ease-out);
        background: #fff;
        border-radius: 16px;
        padding: 8px 0;
        position: relative;
        transform-origin: center;
        text-decoration: none;
        flex: 0 0 calc(25% - 8px);
        max-width: calc(25% - 8px)
    }

    ._productItem_1nrux_40:focus {
        outline: 3px solid #000
    }

    ._productItem_1nrux_40 gws-button {
        --gws-button-text-decoration: none
    }

    @media (min-width: 600px) {
        ._productItem_1nrux_40 {
            flex: 0 0 calc(20% - 8px);
            max-width: calc(20% - 8px)
        }
    }

    @media (min-width: 1024px) {
        ._productItem_1nrux_40 {
            padding: 8px 0 23px;
            flex: 0 0 auto;
            max-width: none;
            height: 93px;
            min-width: 50px;
            transition-delay: 10ms
        }

        ._productItem_1nrux_40:not(._static_1nrux_76) {
            height: 225px;
        }
        ._productItem_1nrux_40:not(._static_1nrux_76):hover {
            cursor: pointer;
            box-shadow: 0 1px 3px #3640434d, 0 4px 8px 3px #36404326;
            min-width: var(--gws-product-expanded-width);
            z-index: 1;
            transition-delay: 0ms
        }

        ._productItem_1nrux_40:not(._static_1nrux_76):hover ._productIcon_1nrux_32,
        ._productItem_1nrux_40:not(._static_1nrux_76):hover ._productLabel_1nrux_87,
        ._productItem_1nrux_40:not(._static_1nrux_76):hover ._copyContainer_1nrux_88,
        ._productItem_1nrux_40:not(._static_1nrux_76):hover ._buttonContainer_1nrux_89 {
            transition-delay: 0ms
        }

        ._productItem_1nrux_40:not(._static_1nrux_76):hover ._productIcon_1nrux_32 {
            max-width: 56px
        }

        ._productItem_1nrux_40:not(._static_1nrux_76):hover ._productLabel_1nrux_87 {
            font-size: 14px;
            font-weight: 500
        }

        ._productItem_1nrux_40:not(._static_1nrux_76):hover ._copyContainer_1nrux_88,
        ._productItem_1nrux_40:not(._static_1nrux_76):hover ._buttonContainer_1nrux_89 {
            opacity: 1;
            visibility: visible
        }
    }

    ._productIcon_1nrux_32 {
        --product-icon-max-width: 40px;
        transition: all var(--gws-product-highlight-timing) var(--gws-product-highlight-ease-out);
        max-width: var(--product-icon-max-width)
    }

    @media (min-width: 600px) {
        ._productIcon_1nrux_32 {
            --product-icon-max-width: 44px
        }
    }

    ._copyContainer_1nrux_88 {
        position: absolute;
        top: 106px;
        left: 0;
        right: 0;
        width: calc(var(--gws-product-expanded-width) - 16px);
        margin: 0 auto;
        opacity: 0;
        visibility: hidden;
        transition: opacity var(--gws-product-highlight-timing) var(--gws-product-highlight-ease-out), visibility var(--gws-product-highlight-timing) var(--gws-product-highlight-ease-out);
        z-index: 4
    }

    @media (max-width: 1023px) {
        ._copyContainer_1nrux_88 {
            display: none
        }
    }

    ._buttonContainer_1nrux_89 {
        position: absolute;
        bottom: 23px;
        left: 0;
        right: 0;
        width: calc(var(--gws-product-expanded-width) - 16px);
        margin: 0 auto;
        opacity: 0;
        visibility: hidden;
        transition: opacity var(--gws-product-highlight-timing) var(--gws-product-highlight-ease-out), visibility var(--gws-product-highlight-timing) var(--gws-product-highlight-ease-out);
        z-index: 4
    }

    @media (max-width: 1023px) {
        ._buttonContainer_1nrux_89 {
            display: none
        }
    }

    @media (min-width: 1024px) {

        ._copyContainer_1nrux_88 div,
        ._buttonContainer_1nrux_89 div {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 18px;
        }
    }

    ._productLabel_1nrux_87 {
        transition: font-weight var(--gws-product-highlight-timing) var(--gws-product-highlight-ease-out), font-size var(--gws-product-highlight-timing) var(--gws-product-highlight-ease-out);
        color: #202124
    }

    @media (max-width: 599px) {
        ._productLabel_1nrux_87 {
            display: none
        }
    }

    ._productIcon_1nrux_32,
    ._productLabel_1nrux_87,
    ._buttonContainer_1nrux_89,
    ._copyContainer_1nrux_88 {
        transition-delay: 10ms
    }

    ._productItem_1nrux_40:after {
        content: "";
        display: block;
        height: 0;
        width: 100%
    }
}

.lightbox {
  display: none; /* Varsayılan olarak gizlidir */
  position: fixed; /* Sayfayı kaplaması için */
  z-index: 1000; /* Diğer elementlerin üzerinde kalması için */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6); /* Siyah ve yarı saydam */
}

/* Lightbox'ın içerik kutusu */
.lightbox-content {
  background-color: #fefefe;
  margin: 5% auto; /* Dikeyde ve yatayda ortalamak için */
  padding: 0;
  border: 1px solid #888;
  width: 60%;
  max-width: 600px; /* Maksimum genişlik */
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  /* Açılış animasyonu */
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Yukarıdan aşağıya kayarak açılma animasyonu */
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}

/* Lightbox Başlık Bölümü */
.lightbox-header {
  padding: 10px 20px;
  background-color: #f1f1f1;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.lightbox-header h2 {
  margin: 0;
  font-size: 1.2em;
}

/* Kapatma Düğmesi (X) */
.close-button {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
}

.close-button:hover,
.close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Lightbox İçerik Alanı */
.lightbox-body {
  padding: 20px;
}

.right-top li {
    list-style-type: none;
}

header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 10px 25px;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
  }
  header .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  header .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 0 15px;
  }
  header .right .right-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  header .right .right-top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header .right .right-top ul li {
    margin: 0 20px 0 0;
  }
  header .right .right-top ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "PoppinsB", sans-serif;
    font-size: 14px;
    color: #7E84A3;
  }
  header .right .right-top ul li a i {
    font-size: 16px;
    margin: 0 10px 0 0;
  }
  header .right .right-top ul li:last-child {
    margin: 0;
  }
  header .right .right-top ul li.search a i {
    color: #2674b9;
  }
  header .right .right-top ul li.whatsapp a i {
    color: #00a54f;
  }
  header .right .right-top ul li.phone a i {
    color: #FFC700;
  }
  header .right .right-top ul li.login a i {
    color: #2674b9;
  }
  header .right .right-bottom {
    display: flex;
    flex: 1;
    flex-direction: row;
    margin: 20px 0 0 0;
    position: relative;
  }
  header .right .right-bottom .menu {
    display: flex;
    flex: 1;
  }
  header .right .right-bottom .menu > ul {
    display: flex;
    flex: 1;
    flex-direction: row;
    align-items: flex-end;
  }
  header .right .right-bottom .menu > ul > li {
    margin: 0 15px 0 0;
  }
  header .right .right-bottom .menu > ul > li > a {
    font-family: "PoppinsB", sans-serif;
    font-size: 16px;
    color: #38424D;
    transition: 0.4s;
  }
  header .right .right-bottom .menu > ul > li > a svg {
    stroke: #38424D;
    margin: 0 0 0 5px;
    transition: 0.4s;
  }
  header .right .right-bottom .menu > ul > li:last-child {
    margin: 0;
  }
  header .right .right-bottom .menu > ul > li .dropdown_menu {
    position: absolute;
    left: 0;
    top: 45px;
    width: 100%;
    border-radius: 15px;
    /* border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px; */
    background-color: #efeff0;
    padding: 30px;
    display: none;
    z-index: 9;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  }
  header .right .right-bottom .menu > ul > li .dropdown_menu .dropdown_menu_flex {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  header .right .right-bottom .menu > ul > li .dropdown_menu .dropdown_menu_flex div {
    flex: 1;
  }
  header .right .right-bottom .menu > ul > li .dropdown_menu .dropdown_menu_flex div span.cat-title {
    font-family: "PoppinsM";
    font-size: 14px;
    color: #E38283;
  }
  header .right .right-bottom .menu > ul > li .dropdown_menu .dropdown_menu_flex div p {
    font-family: "PoppinsM";
    font-size: 12px;
    line-height: 20px;
    color: #38424D;
    margin: 0;
  }
  header .right .right-bottom .menu > ul > li .dropdown_menu .dropdown_menu_flex div ul {
    margin: 10px 0;
  }
  header .right .right-bottom .menu > ul > li .dropdown_menu .dropdown_menu_flex div ul li a {
    display: block;
    font-family: "PoppinsM";
    font-size: 12px;
    line-height: 20px;
    color: #38424D;
    transition: 0.4s;
  }
  header .right .right-bottom .menu > ul > li .dropdown_menu .dropdown_menu_flex div ul li a:hover {
    color: #E38283;
    transition: 0.4s;
  }
  header .right .right-bottom .menu > ul > li .dropdown_menu .dropdown_menu_flex div ul li.link {
    margin: 10px 0 0 0;
  }
  header .right .right-bottom .menu > ul > li .dropdown_menu .dropdown_menu_flex div ul li.link a {
    font-family: "PoppinsM";
    font-size: 12px;
    color: #38424D;
    transition: 0.4s;
  }
  header .right .right-bottom .menu > ul > li .dropdown_menu .dropdown_menu_flex div ul li.link a:hover {
    color: #E38283;
    transition: 0.4s;
  }
  header .right .right-bottom .menu > ul > li .dropdown_menu .dropdown_menu_flex div ul.img_list li img {
    display: none;
    margin: 0 auto 10px auto;
    height: 50px;
  }
  header .right .right-bottom .menu > ul > li.active a, header .right .right-bottom .menu > ul > li:hover a {
    color: #E38283;
    transition: 0.4s;
  }
  header .right .right-bottom .menu > ul > li.active a svg, header .right .right-bottom .menu > ul > li:hover a svg {
    stroke: #E38283;
  }
  header .right .right-bottom .menu .btnn {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  header .right .right-bottom .menu .btnn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 145px;
    height: 35px;
    border-radius: 35px;
    font-family: "PoppinsB", sans-serif;
    font-size: 14px;
    color: #fff;
  }
  header .right .right-bottom .menu .btnn a:first-child {
    margin: 0 15px 0 0;
    background-color: #D2A6C9;
    transition: 0.4s;
  }
  header .right .right-bottom .menu .btnn a:first-child:hover {
    background-color: #C889BB;
    transition: 0.4s;
  }
  header .right .right-bottom .menu .btnn a:last-child {
    background-color: rgba(227, 130, 131, 0.6);
    transition: 0.4s;
  }
  header .right .right-bottom .menu .btnn a:last-child:hover {
    background-color: #E38283;
    transition: 0.4s;
  }

  .landing_page{
    display: flex;justify-content: center;align-items: center;
    
  }
  .landing_page .some{
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    font-size:20px;
  }
  .landing_page .wp{
    background-color: #329f4c26;
    margin-right:25px;
  }
  .landing_page .expert{
    background-color: #f2757542;
    margin-left:25px;
  }
  
  .landing_page .wp a{
    color: green;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
  
  }
  .landing_page .expert a{
    color: #fc2f2f;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .landing_page i{
    font-size: 40px;
    margin-right: 5px;
  }

  .landing_after_page_first{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .landing_after_page_second{
    text-align: center;
    background: #fff;
    padding: 50px;
    box-shadow: 0px 0px 20px rgba(170, 170, 170, 0.1);
    font-weight: 500;
    font-family: "PoppinsB";
    font-size: 23px;
    line-height: 35px;
    color: #173A60;
  }

  .logo a{
    font-size: 30px;
    font-weight: bold;
    color: black;
  }
  .logo a{
    text-decoration: none;
  }