@font-face {
    font-family: 'Gilroy-Medium';
    src:
            url('/fonts/Gilroy-Medium.woff') format('woff'),
            url('/fonts/Gilroy-Medium.ttf') format('truetype'),
            url('/fonts/Gilroy-Medium.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy-SemiBold';
    src:
            url('/fonts/Gilroy-SemiBold.woff') format('woff'),
            url('/fonts/Gilroy-SemiBold.ttf') format('truetype'),
            url('/fonts/Gilroy-SemiBold.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy-Regular';
    src:
            url('/fonts/Gilroy-Regular.woff') format('woff'),
            url('/fonts/Gilroy-Regular.ttf') format('truetype'),
            url('/fonts/Gilroy-Regular.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

/* Genel Stiller */
html, body {
    width: 100%;
    min-height: 100vh;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column; 
    overflow-x: hidden; 
    box-sizing: border-box;
}

/* Genel Buton Stili */
.common-button {
    width: auto;
    min-width: 135.06px;
    height: auto;
    padding: 8px 12px;
    border-radius: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: Gilroy-SemiBold, sans-serif;
    font-weight: 600;
    font-size: clamp(12px, 1.5vw, 16px);
    line-height: 19px;
    letter-spacing: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.main-container-page1{
    width: 100%;
    /*min-height: 100vh;*/
    height: auto;
    max-width: 1920px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 126px;
    display: flex;
    background: #FBFEFF;
    overflow: hidden;
    box-sizing: border-box;
}
.section-page1 {
    align-self: stretch;
    width: 100%;
    height: auto;
    gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}
.overlay-page1 {
    width: 100%;
    height: auto;
    padding: 10% 5%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.0) 100%),
    url('assets/newImages/mnt/anaSayfa/ayaAnasayfa.png') lightgray 50% / cover no-repeat;
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    background-position: left center;
    gap: 10px;
    display: flex;
}
.content-container-page1{
    transform: translate(0%, 0%);
    width: 80%;
    max-width: 80vh;
    height: auto;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    display: flex;
}
.text-container-page1{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 46px;
    display: flex;
    position: relative;
    z-index: 10;
}
.title-page1 {
    width: 100%;
    max-width: 100vh;
    height: auto;
    font-family: Gilroy-Medium, sans-serif;
    font-weight: 400;
    font-size: clamp(30px, 5vw, 48px);
    line-height: clamp(34px, 5vw, 58px);
    letter-spacing: 0;
    color: #FFFFFF;
    /*color: #000b49;*/
}
.description-page1{
    width: 100%;
    max-width: 100vh;
    height: auto;
    font-family: Gilroy-Regular, sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 2vw, 20px);
    line-height: clamp(22px, 2vw, 28px);
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.80);
    /*color: #000b49;*/
}
.button-page1{
    composes: common-button;
    background: rgba(107, 197, 241, 0.3);
    color: #3E738C;
    position: relative;
    overflow: visible;
    white-space: nowrap;
}
.button-page1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: rgba(255, 255, 255, 1); 
    z-index: -1; 
}
.button-content-page1{
    display: inline-block;
}

/*Aya Yolculuk*/
.section2-page1 {
    align-self: stretch;
    height: 100%;
    gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.overlay2-page1 {
    height: 100%;
    align-self: stretch;
    padding-left: 80px;
    padding-right: 80px;
    flex-direction: column;
    justify-content: center;;
    align-items: center;
    gap: 52px;
    display: flex;
}
.title2-page1 {
    align-self: stretch;
    text-align: center;
    font-family: Gilroy-Medium, sans-serif;
    font-weight: 400;
    font-size: clamp(32px, 5vw, 64px);
    line-height: 78px;
    letter-spacing: 0;
}
.aya-title2-page1 {
    color: #21AD96;
}
.yolculuk-title2-page1 {
    color: black;
}
.card-container2-page1 {
    gap: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-self: stretch;
    flex-wrap: nowrap;
}
.card-container2-page1 a {
    display: block;
    width: 100%; 
    height: 100%;
    color: inherit; 
}
.card-page1 {
    flex: 1 1 0;
    height: auto;
    border-radius: 12px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    background: white;
    box-shadow: 0px 7px 14.5px -3px rgba(24.50, 73.47, 97.41, 0.18);
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    overflow: hidden;
}
.card-content-page1 {
    align-self: stretch;
    height: auto;
    padding: 0px 20px;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}
.card-image1-page1 {
    width: clamp(150px, 30vw, 278px);
    height: auto;
    aspect-ratio: 278 / 164;
    object-fit: cover;
}
.card-text-page1 {
    width: auto;
    gap: 30px;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.card-title-page1 {
    font-family: Gilroy-Medium, sans-serif;
    font-weight: 400;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.2;
    letter-spacing: 0;
    color: black;
    word-wrap: break-word;
    align-self: stretch;
}
.card-description-page1 {
    align-self: stretch;
    color: black;
    font-size: clamp(14px, 1.5vw, 16px);
    font-family: Gilroy-Regular, sans-serif;
    font-weight: 400;
}
.card-image2-page1{
    width: clamp(150px, 30vw, 244px);
    height: auto;
    aspect-ratio: 244 / 170;
    object-fit: cover;
}

/*Video*/
.video-container-page1 {
    width: 100%;
    height: 100%;
    position: relative;
    padding-left: 80px;
    padding-right: 80px;
}
.video-container {
    width: 100%;
    height: 100%;
    position: relative;
    justify-content: space-between;
    aspect-ratio: 1604/540;
    display: flex;
    align-items: center;
    align-self: stretch;
    overflow: hidden;
    cursor:pointer;

}
.background-video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    overflow: hidden;
}

/*Hizmetlerimiz*/
.hizmet-section-services-page1 {
    align-self: stretch;
    height: 100%;
    min-height: 420px;
    padding-left: 80px;
    padding-right: 80px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: flex;
    position: relative;
}
.hizmet-overlay-services-page1 {
    align-self: stretch;
    height: 100%;
    min-height: 420px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;

}
.hizmet-content-container-services-page1 {
    align-self: stretch;
    height: 100%;
    min-height: 420px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 52px;
    display: flex;
}
.hizmet-title-services-page1 {
    align-self: stretch;
    text-align: center;
    color: black;
    font-size: clamp(32px, 5vw, 64px);
    font-family: Gilroy-Medium, sans-serif;
    font-weight: 400;
    word-wrap: break-word;
}
.hizmet-cards-container-services-page1 {
    align-self: stretch;
    justify-content: space-between;
    align-items: center;
    display: flex;
    width: 100%;
    gap: 24px;
    position: relative;
}
.hizmet-card-services-page1 {
    width: calc((100% - 96px) / 5);
    min-width: 240px;
    height: 320px;
    position: relative;
}
.hizmet-card-bg-page1 {
    width: 100%;
    min-width: 240px;
    height: 320px;
    left: 0px;
    top: 0px;
    position: absolute;
    background: white;
    box-shadow: 0px 7px 14.5px -3px rgba(24.50, 73.47, 97.41, 0.18);
    border-radius: 12px;
}
.hizmet-card-content-page1 {
    width: 100%;
    max-width: 200px;
    min-width: 200px;
    left: 12px;
    top: 99px;
    position: absolute;
}
.hizmet-card-title-page1 {
    width: auto;
    max-width: 200px;
    left: 0px;
    top: 0px;
    position: absolute;
    color: black;
    font-size: clamp(16px, 2vw, 20px);
    font-family: Gilroy-Medium,sans-serif;
    font-weight: 400;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal
}
.hizmet-card-description-page1 {
    width: auto;
    max-width: 200px;
    left: 0px;
    top: 36px;
    position: absolute;
    color: rgba(0, 0, 0, 0.80);
    font-size: clamp(14px, 1.5vw, 16px);
    font-family: Gilroy-Regular, sans-serif;
    font-weight: 400;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal
}
.hizmet-card-icon-page1 {
    width: 54.19px;
    height: 56.92px;
    left: 12px;
    top: 16.26px;
    position: absolute;
}
.hizmet-icon-bg-page1 {
    width: 54.19px;
    height: 56.92px;
    left: 0px;
    top: 0px;
    position: absolute;
    background: #9848FF;
    border-radius: 4px;
}
.hizmet-data-svg-page1{
    left: 7.74px;
    top: 8.13px;
    position: absolute;
}
.hizmet-card-button-page1 {
    width: 220px;
    height: 76px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    left: 12px;
    top: 246.64px;
    position: absolute;
    border-radius: 4px;
    align-items: center;
    text-align: left;
    gap: 10px;
    display: inline-flex;
}
.hizmet-button-text-page1 {
    color: #EF6F30;
    font-size: 12px;
    font-family: Gilroy-Regular,sans-serif;
    font-weight: 400;
    word-wrap: break-word;
}
.hizmet-icon-bg2-page1 {
    width: 54.19px;
    height: 56.92px;
    left: 0px;
    top: 0px;
    position: absolute;
    background: #6BC5F1;
    border-radius: 4px;
}
.hizmet-card-description2-page1 {
    width: auto;
    max-width: 200px;
    left: 0px;
    top:72px;
    position: absolute;
    color: rgba(0, 0, 0, 0.80);
    font-size: clamp(14px, 1.5vw, 16px);
    font-family: Gilroy-Regular, sans-serif;
    font-weight: 400;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal
}
.hizmet-icon-bg3-page1 {
    width: 54.19px;
    height: 56.92px;
    left: 0px;
    top: 0px;
    position: absolute;
    background: #21AD96;
    border-radius: 4px;
}

.hizmet-icon-bg4-page1 {
    width: 54.19px;
    height: 56.92px;
    left: 0px;
    top: 0px;
    position: absolute;
    background: #EF6F30;
    border-radius: 4px;
}

.hizmet-icon-bg5-page1 {
    width: 54.19px;
    height: 56.92px;
    left: 0px;
    top: 0px;
    position: absolute;
    background: #E353B8;
    border-radius: 4px;
}

/*Yaklaşan Seminerler*/
.seminar-container-page1 {
    align-self: stretch;
    height: 100%;
    min-height: 642px;
    background: #181B3F;
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
    width: 100%;
    padding: 44px 0;
}

.seminar-content-page1 {
    flex: 1 1 0;
    height: 100%;
    min-height: 554px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 52px;
    display: inline-flex;
    width: 100%;
}

.seminar-title-page1 {
    text-align: center;
    color: white;
    font-size: 64px;
    font-family: Gilroy-Medium, sans-serif;
    font-weight: 400;
    word-wrap: break-word;
    margin: 0;
}

.seminar-wrapper-page1 {
    align-self: stretch;
    height: 100%;
    min-height: 424px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 48px;
    display: flex;
    width: 100%;
}

.seminar-cards-container {
    align-self: stretch;
    padding: 0 80px;
    justify-content: center;
    align-items: stretch;
    display: flex;
    height: 100%;
    width: 100%;
    position: relative;
}

.seminar-cards-wrapper {
    width: calc(100% - 144px);
    height: 100%;
    margin: 0 72px;
    border-radius: 8px;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    overflow: hidden;
    position: relative;
}

.seminar-cards-page1 {
    display: flex;
    gap: 24px;
    transition: transform 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    align-items: stretch;
}

.seminar-card-page1 {
    flex: 0 0 calc((100% - 48px) / 3);
    min-width: calc((100% - 48px) / 3);
    height: auto;
    padding: 8px;
    background: white;
    border-radius: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    display: flex;
}

.seminar-image-page1 {
    position: relative;
    width: 100%;
    height: 225px;
    overflow: hidden;
}

.seminar-image-page1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.seminar-info-page1 {
    align-self: stretch;
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    display: flex;
    overflow: hidden;
}

.seminar-name-page1 {
    align-self: stretch;
    color: #1B2820;
    font-size: 17px;
    font-family: Gilroy-Medium, sans-serif;
    font-weight: 600;
    line-height: 24px;
    word-wrap: break-word;
    margin: 0;
}

.seminar-location-page1 {
    align-self: stretch;
    color: #2C8453;
    font-size: 13px;
    font-family: Gilroy-Medium, sans-serif;
    font-weight: 500;
    line-height: 16px;
    word-wrap: break-word;
    margin: 0;
}

.seminar-date-page1 {
    align-self: stretch;
    color: rgba(19.89, 46.41, 31.58, 0.62);
    font-size: 13px;
    font-family: Gilroy-Medium, sans-serif;
    font-weight: 400;
    line-height: 16px;
    word-wrap: break-word;
    margin: 0;
}

.scroll-left, .scroll-right {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.scroll-right {
    margin-right: -20px;
    right: 80px;
}

.scroll-left {
    margin-left: -20px;
    left: 80px;
}

.scroll-left svg, .scroll-right svg {
    width: 18px;
    height: 31px;
    stroke: white;
}

.scroll-left:hover svg {
    stroke: rgba(255, 255, 255, 0.8);
    transform: translateX(-5px);
    transition: transform 0.3s ease-in-out;
}
.scroll-right:hover svg {
    stroke: rgba(255, 255, 255, 0.8);
    transform: translateX(5px);
    transition: transform 0.3s ease-in-out;
}

.seminar-more-page1 {
    composes: common-button;
    background: rgba(246, 233, 248, 1);
    text-decoration: none;
}

.seminar-more-link {
    color: #A824BC;
    font-family: Gilroy-Medium, sans-serif;
    font-weight: 600;
    word-wrap: break-word;
    display: flex;
    align-items: center;
    gap: 10px;
}

.seminar-more-link svg {
    width: 15px;
    height: 13px;
}

/*İşiniz Hazır*/
.isinizhazir-container-page1 {
    align-self: stretch;
    padding: 40px 120px;
    margin-bottom: 80px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    width: 100%;
}

.isinizhazir-content-page1 {
    align-self: stretch;
    justify-content: space-between;
    align-items: center;
    display: flex;
    gap: 40px;
    width: 100%;
    flex-wrap: nowrap;
}

.isinizhazir-text-container-page1 {
    flex: 1;
    min-width: 300px;
    max-width: 750px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 60px;
    display: flex;
}

.isinizhazir-title-container-page1 {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 54px;
    display: flex;
}

.isinizhazir-title-page1 {
    width: 100%;
}

.isinizhazir-blue-title-page1 {
    color: #6BC5F1;
    font-size: clamp(32px, 5vw, 64px);
    font-family: Gilroy-Medium, sans-serif;
    font-weight: 400;
    word-wrap: break-word;
}

.isinizhazir-black-title-page1 {
    color: black;
    font-size: clamp(32px, 5vw, 64px);
    font-family: Gilroy-Medium, sans-serif;
    font-weight: 400;
    word-wrap: break-word;
}

.isinizhazir-description-page1 {
    width: 100%;
    color: black;
    font-size: clamp(16px, 2vw, 20px);
    font-family: Gilroy-Medium, sans-serif;
    font-weight: 400;
    word-wrap: break-word;
}

.isinizhazir-button-page1 {
    composes: common-button;
    background: rgba(253, 241, 237, 1);
    margin-top: auto;
}

.isinizhazir-button-text-page1 {
    color: #EF6F30;
    font-family: Gilroy-Medium, sans-serif;
    font-weight: 600;
    word-wrap: break-word;
}

.isinizhazir-image-page1 {
    flex: 1;
    min-width: 300px;
    max-width: 417.64px;

    height: auto;
    object-fit: contain;
}

@media (max-width: 1400px) {
    .seminar-cards-container {
        padding-left: 40px;
        padding-right: 40px;
    }
    .seminar-title-page1 {
        font-size: 48px;
    }
    .scroll-right {
        margin-right: -40px;
        right: 80px;
    }
    .scroll-left {
        margin-left: -40px;
        left: 80px;
    }
    .overlay2-page1 {
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .video-container-page1 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .card-container2-page1 {
        gap: 20px;
    }
    .hizmet-section-services-page1{
        padding-left: 40px;
        padding-right: 40px;
    }

    .hizmet-cards-container-services-page1 {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        cursor: grab;
        padding-bottom: 20px;
    }

    .hizmet-cards-container-services-page1:active {
        cursor: grabbing;
    }
}

@media (max-width: 1200px) {
    .seminar-cards-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .seminar-cards-wrapper {
        padding-left: 12px;
        padding-right: 12px;
        margin: 0 40px;
    }

    .seminar-card-page1 {
        flex: 0 0 calc((100% - 24px) / 2);
        min-width: calc((100% - 24px) / 2);
    }

    .overlay2-page1 {
        padding-left: 20px;
        padding-right: 20px;
        gap: 32px;
    }
    
    .video-container-page1 {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .card-container2-page1 {
        gap: 20px;
        flex-wrap: wrap;
    }
    
    .card-page1 {
        flex: 1 1 100%;
        min-width: 100%;
    }

    .card-page1 svg path {
        stroke-width: 1.5;
    }


    .scroll-right {
        margin-right: -20px;
        right: 40px;
    }
    
    .scroll-left {
        margin-left: -20px;
        left: 40px;
    }

    .isinizhazir-container-page1 {
        padding: 40px;
        margin-bottom: 80px;
    }
    
    .isinizhazir-content-page1 {
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .main-container-page1{
        gap: 64px;
    }
    .seminar-container-page1 {
        height: auto;
        padding: 40px 0;
        min-height: auto;
    }
    
    .seminar-content-page1 {
        height: auto;
        gap: 32px;
        min-height: auto;
    }
    
    .seminar-title-page1 {
        font-size: 32px;
    }

    .seminar-wrapper-page1 {
        gap: 32px;
        min-height: auto;
    }

    .seminar-cards-container {
        padding-left: 60px;
        padding-right: 60px;
    }
    
    .seminar-cards-wrapper {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    
    .seminar-card-page1 {
        flex: 0 0 100%;
        min-width: 100%;
    }

    .section2-page1 {
        padding: 32px 0;
        gap: 24px;
    }
    
    .overlay2-page1 {
        padding-left: 16px;
        padding-right: 16px;
        gap: 24px;
    }
    
    .video-container-page1 {
        padding-left: 16px;
        padding-right: 16px;
    }
    
    .card-container2-page1 {
        gap: 16px;
    }
    
    .card-page1 {
        flex: 1 1 100%;
        min-width: 100%;
    }

    .scroll-right {
        margin-right: -10px;
        right: 20px;
    }
    
    .scroll-left {
        margin-left: -10px;
        left: 20px;
    }

    .video-container {
        aspect-ratio: 16/9;
    }
    .hizmet-section-services-page1{
        padding-left: 10px;
        padding-right: 10px;
    }

    .isinizhazir-container-page1 {
        padding: 20px;
    }
    
    .isinizhazir-content-page1 {
        gap: 15px;
    }

    .isinizhazir-text-container-page1 {
        min-width: 90%;
        max-width: 90%;
        gap: 64px;
    }

    .isinizhazir-title-container-page1 {
        gap: 32px;
    }

    .isinizhazir-blue-title-page1,
    .isinizhazir-black-title-page1 {
        font-size: clamp(24px, 4vw, 32px);
    }

    .isinizhazir-description-page1 {
        font-size: clamp(14px, 1.5vw, 16px);
    }

    .isinizhazir-image-page1 {
        min-width: 0%;
        max-width: 0%;
        height: auto;
        object-fit: contain;
    }
}

@media (max-width: 440px) {
    .card-content-page1 {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
        gap: 16px;
    }
    .card-image1-page1, .card-image2-page1 {
        margin: 0 auto;
        display: block;
    }
    .card-text-page1 {
        align-items: center;
        text-align: center;
    }
}

.button-page1:hover {
    background: rgba(107, 197, 241, 0.5);
    color: #2E5A6C;
}
.button-page1:hover svg {
    transform: translateX(5px);
    transition: transform 0.3s ease-in-out;
}

.card-page1:hover {
    box-shadow: 0px 10px 20px -3px rgba(24.50, 73.47, 97.41, 0.3);
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
}
.card-page1:hover svg {
    transform: translateX(5px);
    transition: transform 0.3s ease-in-out;
}
.card-page1:hover svg path{
    stroke:#126154;
}
.hizmet-card-services-page1:hover  {
    box-shadow: 0px 10px 20px -3px rgba(24.50, 73.47, 97.41, 0.3);
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
}

.hizmet-card-button-page1:hover .hizmet-button-text-page1 {
    color: #A34C21;
}

.hizmet-card-button-page1:hover svg {
    transform: translateX(5px);
    transition: transform 0.3s ease-in-out;
}

.hizmet-card-button-page1:hover svg path {
    stroke: #A34C21;
}

.seminar-card-page1:hover {
    background-color: #e6e6e6;
    transition: background-color 0.3s ease-in-out;
}

.seminar-more-page1:hover {
    background: rgba(238, 211, 242, 1); 
}
.seminar-more-page1:hover svg {
    transform: translateX(5px);
    transition: transform 0.3s ease-in-out;
}
.seminar-more-page1:hover .seminar-more-link{
    color: #A824BC;
}

.isinizhazir-button-page1:hover {
    background: #FDD6C9;
}
.isinizhazir-button-page1:hover svg {
    transform: translateX(5px);
    transition: transform 0.3s ease-in-out;
}