﻿html, body {
    margin: 0px;
    padding: 0px;
    min-height: 100%;
    height: 100%;
    color: var(--sm-default);
    font-family: var(--sm-default-font);
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Sayfanın en az ekran kadar uzun olmasını sağla */
}

#wrapper {
    flex: 1;
}

.sticky-wrapper .main-header {
    background-image: url(/images/header-menu-bg.png);
    background-repeat: repeat-x;
    transition: all 0.5s ease;
    /* background-color: rgba(20, 20, 20, 0.8);
                                                    border-bottom: 2px solid rgb(35, 124, 132); */
}

ul.menu li > a, ul.menu li > a span {
    -webkit-transition: all 1s ease-out;
    transition: all 0.3s ease-out;
}

.menu .submenu {
    border-top: 2px solid var(--sm-primary);
    border-bottom: 2px solid var(--sm-primary);
    border-radius: 8px;
    padding: 5px;
}

ul.menu li a.change-language-link span {
    border: 1px solid;
    padding: 5px;
    border-radius: 5px;
    background: #ffffff1f;
    color: #fff;
}

ul.menu li:not(.current) > a:hover {
    color: rgb(6 124 203);
}

.main-header .logo {
    float: left;
}

    .main-header .logo img {
        width: 155px;
    }

    .main-header .logo.paribu {
        float: left;
        margin-left: 20px;
        margin-top: 18px;
    }

        .main-header .logo.paribu img {
            height: auto;
            width: 66.65px !important;
        }

.header-top .menu > li > a {
    color: #e8e8e8;
    padding: 25px 17px 25px 17px;
    text-transform: none !important;
}

.menu li > a {
    font-size: 16px !important;
}

.titlebar .page-title {
    font-size: 22px;
}
/*
section, .section {
    padding: 40px 0 !important;
}*/

.titlebar.titlebar1 {
    background-color: #404040;
    /* background-color: #fbfbfb;
    border-bottom: 1px solid color-mix(in srgb, #212529, transparent 90%);*/
}

.titlebar .page-title {
    color: #212529;
    font-size: 20px;
}

.breadcrumb {
    padding: 14px 0;
    margin: 0;
}

    .breadcrumb > li {
        font-family: Raleway;
        font-weight: 600;
    }

        .breadcrumb > li > a:hover {
        }

.toggle-menu {
    background: transparent !important;
    color: #fff !important;
}

    .toggle-menu .icon i {
        background: #fff;
    }


.read-more:after {
    content: unset;
}

.portfolio-info-title {
    font-size: 16px;
}

    .portfolio-info-title a {
        color: #444;
    }

        .portfolio-info-title a:hover {
            color: var(--sm-heading);
        }

.portfolio-filter li {
    display: list-item;
}

    .portfolio-filter li a {
        padding: 0;
    }

        .portfolio-filter li a:hover, .portfolio-filter li a:focus, .portfolio-filter li a.active {
            background-color: transparent;
            color: var(--sm-primary);
        }

.well.well-7 {
    background-color: #fcfcfc;
    border: 1px solid #ddd;
    border-left: 3px solid var(--sm-primary);
}

a.link-primary-1 {
    color: var(--sm-primary);
}

    a.link-primary-1:active, a.link-primary-1:focus, a.link-primary-1:hover {
        color: var(--sm-primary-active);
    }


/*#region Forms */

.btn-primary {
    background-color: var(--sm-primary);
    border-color: var(--sm-primary-active);
    color: var(--sm-white);
}

    .btn-primary:hover {
        background-color: var(--sm-primary-hover) !important;
        border-color: var(--sm-primary) !important;
    }

    .btn-primary:focus {
        background-color: var(--sm-primary-hover) !important;
        border-color: var(--sm-primary) !important;
    }

    .btn-primary:active {
        background-color: var(--sm-primary-active) !important;
        border-color: var(--sm-primary) !important;
    }

/*.btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:active,
    .btn-primary.active,*/
.open > .dropdown-toggle.btn-primary {
    color: var(--sm-white) !important;
    background-color: var(--sm-primary-active) !important;
    border-color: var(--sm-primary-active) !important;
}

.btn-primary-active {
    background-color: transparent;
    border-color: var(--sm-primary);
    color: var(--sm-primary);
}

    .btn-primary-active:hover {
        background-color: var(--sm-white) !important;
        border-color: var(--sm-white) !important;
    }

.form-check-input:checked {
    background-color: var(--sm-primary);
    border-color: var(--sm-primary-active);
}

.form-control {
    padding: 0.5rem 0.7rem;
}

.form-icon {
    position: relative;
}

    .form-icon > input {
        padding-right: 35px;
    }

    .form-icon::after {
        font-family: bootstrap-icons !important;
        font-style: normal;
        font-weight: normal !important;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        vertical-align: -.125em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 1.2rem;
    }

    .form-icon.form-icon-name::after {
        content: "\f4e1";
    }

    .form-icon.form-icon-email::after {
        content: "\f32f";
    }

    .form-icon.form-icon-phone::after {
        content: "\f5c1";
    }



/*#endregion */


.view img {
    width: 100%;
}

.portfolio-info-title {
    font-size: 1.2rem;
}

.menu.float-end {
    width: auto;
}



.ribbon {
    position: relative
}

    .ribbon .ribbon-label {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px 10px;
        position: absolute;
        z-index: 1;
        background-color: var(--bs-ribbon-label-bg);
        box-shadow: var(--bs-ribbon-label-box-shadow);
        color: var(--bs-primary-inverse);
        top: 50%;
        right: 0;
        transform: translateX(5px) translateY(-50%)
    }

        .ribbon .ribbon-label > .ribbon-inner {
            z-index: -1;
            position: absolute;
            padding: 0;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0
        }

        .ribbon .ribbon-label:after {
            border-color: var(--bs-ribbon-label-border-color)
        }

.ribbon-vertical .ribbon-label {
    padding: 5px 10px;
    min-width: 36px;
    min-height: 46px;
    text-align: center
}

.ribbon.ribbon-top .ribbon-label {
    top: 0;
    transform: translateX(-15px) translateY(-4px);
    border-bottom-right-radius: .475rem;
    border-bottom-left-radius: .475rem
}

.ribbon.ribbon-bottom .ribbon-label {
    border-top-right-radius: .475rem;
    border-top-left-radius: .475rem
}

.ribbon.ribbon-start .ribbon-label {
    top: 50%;
    left: 0;
    right: auto;
    transform: translateX(-5px) translateY(-50%);
    border-top-right-radius: .475rem;
    border-bottom-right-radius: .475rem
}

.ribbon.ribbon-end .ribbon-label {
    border-top-left-radius: .475rem;
    border-bottom-left-radius: .475rem
}

.ribbon.ribbon-clip.ribbon-start .ribbon-label {
    left: -5px
}

    .ribbon.ribbon-clip.ribbon-start .ribbon-label .ribbon-inner {
        border-top-right-radius: .475rem;
        border-bottom-right-radius: .475rem
    }

        .ribbon.ribbon-clip.ribbon-start .ribbon-label .ribbon-inner:after, .ribbon.ribbon-clip.ribbon-start .ribbon-label .ribbon-inner:before {
            content: "";
            position: absolute;
            border-style: solid;
            border-color: transparent !important;
            bottom: -10px
        }

        .ribbon.ribbon-clip.ribbon-start .ribbon-label .ribbon-inner:before {
            border-width: 0 10px 10px 0;
            border-right-color: var(--bs-ribbon-clip-bg) !important;
            left: 0
        }

.ribbon.ribbon-clip.ribbon-end .ribbon-label {
    right: -5px
}

    .ribbon.ribbon-clip.ribbon-end .ribbon-label .ribbon-inner {
        border-top-left-radius: .475rem;
        border-bottom-left-radius: .475rem
    }

        .ribbon.ribbon-clip.ribbon-end .ribbon-label .ribbon-inner:after, .ribbon.ribbon-clip.ribbon-end .ribbon-label .ribbon-inner:before {
            content: "";
            position: absolute;
            border-style: solid;
            border-color: transparent !important;
            bottom: -10px
        }

        .ribbon.ribbon-clip.ribbon-end .ribbon-label .ribbon-inner:before {
            border-width: 0 0 10px 10px;
            border-left-color: var(--bs-ribbon-clip-bg) !important;
            right: 0
        }

.ribbon.ribbon-triangle {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

    .ribbon.ribbon-triangle.ribbon-top-start {
        top: 0;
        left: 0;
        width: 4rem;
        height: 4rem;
        border-bottom: solid 2rem transparent !important;
        border-left: solid 2rem transparent;
        border-right: solid 2rem transparent !important;
        border-top: solid 2rem transparent
    }

    .ribbon.ribbon-triangle.ribbon-top-end {
        top: 0;
        right: 0;
        width: 4rem;
        height: 4rem;
        border-bottom: solid 2rem transparent !important;
        border-left: solid 2rem transparent !important;
        border-right: solid 2rem transparent;
        border-top: solid 2rem transparent
    }

    .ribbon.ribbon-triangle.ribbon-bottom-start {
        bottom: 0;
        left: 0;
        width: 4rem;
        height: 4rem;
        border-bottom: solid 2rem transparent;
        border-left: solid 2rem transparent;
        border-right: solid 2rem transparent !important;
        border-top: solid 2rem transparent !important
    }

    .ribbon.ribbon-triangle.ribbon-bottom-end {
        bottom: 0;
        right: 0;
        width: 4rem;
        height: 4rem;
        border-bottom: solid 2rem transparent;
        border-right: solid 2rem transparent;
        border-left: solid 2rem transparent !important;
        border-top: solid 2rem transparent !important
    }

@media (max-width: 767px) {
    .header-top .logo {
        background-color: transparent;
        padding: 15px 0;
    }

    #logo-wrapper {
        margin: 0 auto;
        width: 270px;
    }
}

@media (min-width:1920px) {
    #bannerWrapper {
        background-size: 100% auto;
        background-position: center center;
    }
}


.blog-item {
    border-radius: 10px !important;
    overflow: hidden !important;
}

.text-primary {
    color: var(--sm-primary) !important;
}

.subscribe-text-label {
    top: -3px;
    position: relative;
    text-align: justify;
    left: 2px;
}

    .subscribe-text-label > a {
        font-weight: bold;
        text-decoration: underline;
        color: var(--sm-white);
    }

        .subscribe-text-label > a:hover, .subscribe-text-label > a:focus, .subscribe-text-label > a:active {
            color: var(--sm-gray);
        }


.subscription-section {
    color: var(--sm-white);
    text-align: left;
    line-height: 1.7;
    background-position: center center;
    background-attachment: fixed;
}

    .subscription-section .section-title {
        font-family: "Raleway",sans-serif;
        font-weight: 700;
        line-height: 1.2 !important;
    }


    .subscription-section ::-webkit-input-placeholder {
        color: #fcfcfc;
        font-weight: 400;
    }

    .subscription-section ::-moz-placeholder {
        color: #fcfcfc;
        opacity: 1;
        font-weight: 500;
    }

    .subscription-section :-ms-input-placeholder {
        color: #fcfcfc;
        font-weight: 400;
    }

    .subscription-section p {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 30px;
        line-height: 1.8 !important;
    }

.bg-layer {
    background: #303030;
    opacity: .6;
}

.view .mask {
    background-color: rgba(48, 48, 48, 0.6);
}

.bg-light-active {
    background-color: var(--sm-light-active) !important;
}

.portfolio-info-title {
    color: var(--sm-default);
    line-height: 24px;
}

.custom-section .btn-primary {
    text-transform: none;
}

.slick-slider-wrapper .dot-style .slick-dots {
    text-align: center;
    right: 0;
    position: absolute;
    left: 0;
    bottom: -75px;
}

    .slick-slider-wrapper .dot-style .slick-dots li {
        display: inline-block;
    }

    .slick-slider-wrapper .dot-style .slick-dots button {
        text-indent: -100000px;
        height: 8px;
        width: 8px;
        border: 0;
        padding: 0;
        margin-right: 10px;
        cursor: pointer;
        border-radius: 50%;
        background: #d6d6d6;
        -webkit-transition: all 1s ease-out;
        transition: all 0.3s ease-out;
    }

.slick-slider-wrapper .dot-style .slick-active button {
    background: var(--sm-primary);
    height: 9px;
    width: 38px;
    border-radius: 10px;
}

.slick-slide {
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
}

.slick-slider-wrapper .dot-style .slick-arrow {
    background: none;
    border: none;
    color: #d6d6d6;
    padding: 0;
    cursor: pointer;
    top: -11%;
    position: relative;
    -webkit-transition: all 1s ease-out;
    transition: all 0.3s ease-out;
}

    .slick-slider-wrapper .dot-style .slick-arrow:hover {
        color: var(--sm-primary);
    }

    .slick-slider-wrapper .dot-style .slick-arrow i {
        position: relative;
        top: -10%;
    }

.slick-slider-wrapper .dot-style .slick-slider-item {
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    transition: transform 0.3s ease;
}


.slick-slider-wrapper .dot-style.timeline-style .slick-slider-item {
    background: color-mix(in srgb, #ffffff, var(--sm-primary) 0%);
    margin: 0 10px;
    padding: 20px 20px;
    border-radius: 16px;
    margin-top: 8px;
    margin-bottom: 12px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    position: relative;
}

    .slick-slider-wrapper .dot-style.timeline-style .slick-slider-item:hover {
        transform: translateY(-5px);
    }


    .slick-slider-wrapper .dot-style.timeline-style .slick-slider-item::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 100px;
        height: 100px;
        background: color-mix(in srgb, var(--sm-primary), transparent 95%);
        border-radius: 0 10px 0 100%;
        z-index: 4;
    }


    .slick-slider-wrapper .dot-style.timeline-style .slick-slider-item .slick-slider-item__item-inner {
        position: relative;
    }

        .slick-slider-wrapper .dot-style.timeline-style .slick-slider-item .slick-slider-item__item-inner::after {
            /*position: absolute;
            width: 100%;
            top: 20px;
            left: 0;
            content: "";
            border-bottom: 2px solid #444;*/
        }

        .slick-slider-wrapper .dot-style.timeline-style .slick-slider-item .slick-slider-item__item-inner .year {
            font-family: Raleway;
            font-size: 1.7rem;
            line-height: 36px;
            color: var(--sm-primary);
            display: table;
            letter-spacing: -1px;
            padding-right: 10px;
            z-index: 1;
            position: relative;
            margin: 0px 0 10px;
            font-weight: 700;
            /*background: var(--sm-white);*/
            padding-right: 10px;
        }

        .slick-slider-wrapper .dot-style.timeline-style .slick-slider-item .slick-slider-item__item-inner .month {
            font-family: Raleway;
            font-size: 1.2rem;
            color: var(--sm-black);
            display: block;
            margin-bottom: 10px;
            font-weight: 600;
        }

        .slick-slider-wrapper .dot-style.timeline-style .slick-slider-item .slick-slider-item__item-inner p {
            font-size: 1rem;
            line-height: 1.6;
        }


.portfolio-info-title:after {
    height: 2px;
    width: 30%;
    margin-left: 34%;
    margin-top: 10px;
}

.portfolio-text:hover .portfolio-info-title:after {
    width: 60%;
    margin-left: 20%;
}

.titlebar {
    /*box-shadow: 0 0 3px #bfbfbf;*/
    position: relative;
    background-color: var(--sm-white);
    border: none;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

#bannerWrapper-2 {
}

    #bannerWrapper-2.full-width {
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
        padding: 0;
    }

    #bannerWrapper-2 .banner-hero {
    }

        #bannerWrapper-2 .banner-hero .banner-hero-image-wrapper {
            position: relative;
            border-radius: 15px;
            overflow: hidden;
        }

    #bannerWrapper-2.full-width .banner-hero .banner-hero-image-wrapper {
        border-radius: 0;
    }

    #bannerWrapper-2 .banner-hero .banner-hero-image-wrapper img {
        height: 450px;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    #bannerWrapper-2.full-width .banner-hero .banner-hero-image-wrapper img {
        height: auto;
        max-height: 60vh;
    }

    #bannerWrapper-2 .banner-hero .banner-hero-image-wrapper:hover img {
        transform: scale(1.1);
    }

    #bannerWrapper-2 .banner-hero .banner-hero-image-wrapper .banner-hero-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
        color: var(--sm-white);
        padding: 60px 40px 40px;
        min-height: 40%;
    }

        #bannerWrapper-2 .banner-hero .banner-hero-image-wrapper .banner-hero-overlay .banner-hero-content h1 {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 15px;
            color: var(--sm-white);
        }

        #bannerWrapper-2 .banner-hero .banner-hero-image-wrapper .banner-hero-overlay .banner-hero-content .banner-hero-meta {
            display: flex;
            gap: 30px;
            margin-bottom: 20px;
            flex-wrap: wrap;
        }

            #bannerWrapper-2 .banner-hero .banner-hero-image-wrapper .banner-hero-overlay .banner-hero-content .banner-hero-meta span {
                display: flex;
                align-items: center;
                gap: 8px;
                font-size: 0.95rem;
            }

                #bannerWrapper-2 .banner-hero .banner-hero-image-wrapper .banner-hero-overlay .banner-hero-content .banner-hero-meta span i {
                    font-size: 1.1rem;
                    color: var(--accent-color);
                }

        #bannerWrapper-2 .banner-hero .banner-hero-image-wrapper .banner-hero-overlay .banner-hero-content .banner-hero-tagline {
            font-size: 1.2rem;
            margin-bottom: 25px;
            opacity: 0.9;
        }

        #bannerWrapper-2 .banner-hero .banner-hero-image-wrapper .banner-hero-overlay .banner-hero-content .btn-book {
            background: var(--sm-primary);
            color: var(--sm-white);
            padding: 12px 30px;
            border-radius: 25px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
        }

            #bannerWrapper-2 .banner-hero .banner-hero-image-wrapper .banner-hero-overlay .banner-hero-content .btn-book:hover {
                background: color-mix(in srgb, var(--sm-primary), black 20%);
                color: var(--sm-white);
                transform: translateY(-2px);
            }


@media (max-width: 768px) {
    #bannerWrapper-2 .banner-hero .banner-hero-image-wrapper img {
        height: 350px;
    }

    #bannerWrapper-2 .banner-hero .banner-hero-image-wrapper .banner-hero-overlay {
        padding: 40px 20px 20px;
    }

        #bannerWrapper-2 .banner-hero .banner-hero-image-wrapper .banner-hero-overlay .banner-hero-content h1 {
            font-size: 1.5rem;
        }

        #bannerWrapper-2 .banner-hero .banner-hero-image-wrapper .banner-hero-overlay .banner-hero-content .banner-hero-meta {
            gap: 15px;
        }

        #bannerWrapper-2 .banner-hero .banner-hero-image-wrapper .banner-hero-overlay .banner-hero-content .banner-hero-tagline {
            font-size: 1rem;
        }
}


.section-title-home {
    line-height: 1.2;
    margin: 0 0 20px 0;
}

    .section-title-home div {
        text-transform: none;
    }

    .section-title-home h3 {
        font-size: 22px;
        font-weight: 700;
        position: relative;
        color: var(--sm-heading);
    }

        .section-title-home h3:before {
            margin: 0 15px 6px 0;
        }

        .section-title-home h3:after {
            margin: 0 0 6px 15px;
        }

        .section-title-home h3:before, .section-title-home h3:after {
            /* content: "";
            width: 50px;
            height: 2px;
            background: #444;
            display: inline-block;*/
        }

    .section-title-home h2 {
        color: var(--sm-heading);
    }

        .section-title-home h2::before, .section-title-home h2::after {
            /*content: "";
            width: 70px;
            height: 2px;
            background: #444;
            display: inline-block;
            margin: 4px 10px;*/
        }


    .section-title-home p {
        margin-bottom: 0;
        color: var(--sm-black);
        font-size: 18px;
    }



.students-life-block .students-life-img {
    overflow: hidden;
    border-radius: 1rem;
}

    .students-life-block .students-life-img img {
        transition: transform 0.5s ease;
        width: 100%;
    }

    .students-life-block .students-life-img .img-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
        padding: 2rem 1.5rem;
        transition: all 0.3s ease;
    }

        .students-life-block .students-life-img .img-overlay h3 {
            color: var(--sm-white);
            font-size: 1.5rem;
            margin-bottom: 0.5rem;
        }

        .students-life-block .students-life-img .img-overlay .explore-btn {
            color: color-mix(in srgb, var(--sm-primary), var(--sm-white) 30%);
            font-weight: 500;
            display: inline-flex;
            align-items: center;
        }

            .students-life-block .students-life-img .img-overlay .explore-btn i {
                margin-left: 5px;
                transition: transform 0.3s;
            }

            .students-life-block .students-life-img .img-overlay .explore-btn:hover {
                color: var(--sm-white);
            }

                .students-life-block .students-life-img .img-overlay .explore-btn:hover i {
                    transform: translateX(5px);
                }

    .students-life-block .students-life-img:hover img {
        transform: scale(1.05);
    }

    .students-life-block .students-life-img:hover .img-overlay {
        background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    }

.students-life-block .students-life-content h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    position: relative;
}

    .students-life-block .students-life-content h2:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 60px;
        height: 3px;
        background-color: var(--sm-heading);
    }

.students-life-block .students-life-content p {
    margin-top: 1.5rem;
    line-height: 1.7;
}

.students-life-block .student-activity-item {
    background-color: var(--sm-white);
    border-radius: 16px;
    padding: 1.5rem;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

    .students-life-block .student-activity-item .icon-box {
        background-color: color-mix(in srgb, var(--sm-primary), transparent 85%);
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
        transition: all 0.3s ease;
    }

        .students-life-block .student-activity-item .icon-box i {
            font-size: 1.5rem;
            color: var(--sm-primary);
        }

    .students-life-block .student-activity-item h4, .students-life-block .student-activity-item h3 {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }

    .students-life-block .student-activity-item p {
        font-size: 1rem;
        margin-top: 0;
        margin-bottom: 0;
    }

    .students-life-block .student-activity-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    }

        .students-life-block .student-activity-item:hover .icon-box {
            background-color: var(--sm-primary);
        }

            .students-life-block .student-activity-item:hover .icon-box i {
                color: var(--sm-white);
            }

.students-life-block .students-life-cta {
    margin-top: 1rem;
    font-size: 16px;
}

@media (max-width: 992px) {
    .students-life-block .students-life-img {
        margin-bottom: 2rem;
    }

    .students-life-block .students-life-content h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .students-life-block .student-activity-item {
        margin-bottom: 1rem;
    }
}


.students-life-block .students-life-cta .cta-buttons {
    display: flex;
    gap: 15px;
}

@media (max-width: 576px) {
    .students-life-block .students-life-cta .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
}


.info-box {
    display: flex;
    gap: 1.5rem;
    padding: 2rem;
    background: color-mix(in srgb, var(--sm-primary), transparent 95%);
    border-radius: 12px;
    margin: 2rem 0;
}

    .info-box .icon i {
        font-size: 2.5rem;
        color: var(--sm-primary);
    }

    .info-box .content h4 {
        color: var(--sm-heading);
        margin-bottom: 0.5rem;
        font-weight: 600;
    }

    .info-box .content p {
        margin: 0;
    }

.achievements-gallery {
}

    .achievements-gallery .achievement-item {
        position: relative;
        border-radius: 0.75rem;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        height: 100%;
    }

        .achievements-gallery .achievement-item img {
            width: 100%;
            height: 350px;
            object-fit: cover;
            transition: all 0.5s ease;
        }

        .achievements-gallery .achievement-item .achievement-content {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 1.5rem;
            background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
        }

            .achievements-gallery .achievement-item .achievement-content h4 {
                color: var(--sm-white);
                margin-bottom: 0.5rem;
                font-weight: 600;
            }

            .achievements-gallery .achievement-item .achievement-content p {
                color: color-mix(in srgb, var(--sm-white), transparent 20%);
                margin-bottom: 0;
                font-size: 0.9rem;
            }

        .achievements-gallery .achievement-item:hover img {
            transform: scale(1.1);
        }

.footer-wrapper a:hover {
    color: var(--sm-primary-focus);
}

.footer-widget .widget-title {
    color: #fff;
    border: 0;
    padding: 0;
}

.footer-hr {
    border-bottom: 0;
}

.main-footer .share-buttons {
    display: flex;
    float: right;
}

    .main-footer .share-buttons a {
        border-radius: 8px;
        text-align: center;
        margin: 0 0px;
        padding: 4px;
        position: relative;
        top: -8px;
        flex: 0 1 auto;
    }

        .main-footer .share-buttons a:hover {
            background-color: #e0e0e0;
            color: var(--sm-primary);
        }

.footer-hr {
    border-top: 2px solid #4c4c4c;
}

.blog-details .hero-img {
    height: auto !important;
}

.popover {
    border: none;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.40);
}

    .popover .popover-header {
        background-color: var(--sm-white);
        font-family: Raleway;
        color: var(--sm-heading);
        font-weight: 700;
        position: relative;
        border: none;
        padding: 1.2rem 1rem 0.7rem;
    }

        .popover .popover-header:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 1rem;
            width: calc(100% - 2rem);
            height: 1px;
            background-color: var(--sm-heading);
        }
