/*--------------------------------------------------------------
# Google Fonts
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
    --main-color1: #970000;
    --main-color2: #970000;
    --second-color1: #4c5b5d;
    --second-color2: #777;
    --second-color3: #ddd;
    --white-color1: #fff;
    --white-color2: #f2f5f9;
    --black-color1: #000;
    --black-color2: #1f1f1f;
    --font1: "Rubik", sans-serif;
    --font2: "Roboto", sans-serif;
}

* {
    margin: 0;
    padding: 0;
}

body {
    color: var(--second-color1);
    font-family: var(--font2);
    background-color: var(--white-color2);
    line-height: 1.6;
}

main section {
    margin-top: 10px;
    padding: 50px 0;
}

a {
    color: var(--main-color1);
    text-decoration: none;
}

a:hover {
    color: var(--second-color3) !important;
    text-decoration: none;
}

img {
    max-width: 100%;
}

i,
a {
    display: inline-block;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--white-color1);
}

hr {
    padding: 0;
    margin: 0;
    border: 1px solid var(--second-color2);
}

::-webkit-scrollbar {
    width: 7px;
    background-color: var(--second-color1);

}

::-webkit-scrollbar-thumb {
    background-color: var(--main-color1);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--white-color1);
}

.section-title2 {
    text-align: center;
    padding-bottom: 20px;
    position: relative;
}

.section-title2 h2 {
    font-size: 27px;
    font-weight: 700;
    position: relative;
    color: var(--second-color1);
}

.section-title2 h2:before,
.section-title2 h2:after {
    content: "";
    width: 50px;
    height: 2px;
    background: var(--main-color1);
    display: inline-block;
}

.section-title2 h2:before {
    margin: 0 15px 10px 0;
}

.section-title2 h2:after {
    margin: 0 0 10px 15px;
}

.section-title2 p {
    margin-bottom: 0;
}

.section-title {
    padding-bottom: 40px;
    position: relative;
}

.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: color-mix(in srgb, var(--main-color1), transparent 50%);
    position: relative;
}

.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: var(--main-color1);
    margin: 4px 10px;
}

.section-title p {
    color: var(--second-color1);
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 75%;
    margin-top: 10px;
}

.section-title .btn {
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (max-width: 425px) {
    .section-title .btn {
        position: relative !important;
        width: 100%;
    }

    .section-title2 h2 {
        font-size: 22px;
    }

    .section-title p {
        font-size: 18px;
        max-width: 100%;
        margin-top: 10px;
    }
}

.btn {
    font-size: 15px;
    padding: 12px 25px;
    color: var(--white-color1);
    border-radius: 5px;
    border: 0;
    font-weight: 500;
    transition: .3s;
    position: relative;
}

.btn:active,
.btn:focus {
    border: 0;
    box-shadow: none !important;
    border-color: var(--main-color3) !important;
}

.btn.btn-sm {
    padding: 10px 25px;
}

.btn:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.btn:hover .icon {
    background-color: var(--main-color1);
}

.btn:hover .icon i {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}

.btn.has-icon {
    padding: 14px 20px;
    padding-right: 60px;
}

.btn.has-icon .icon {
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--main-color1);
    height: 100%;
    width: 42px;
    padding: 0 8px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: 0.3s;
    overflow: hidden;
}

.btn.has-icon .icon i {
    height: 100%;
    width: 27px;
    margin-left: -1px;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn.btn-primary {
    background-color: var(--main-color1) !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
    color: var(--second-color5);
    background: color-mix(in srgb, var(--main-color1), transparent 9%);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.btn.btn-primary.btn2 {
    background-color: var(--white-color2) !important;
    color: var(--main-color1);
}

.btn.btn-primary.btn2:hover,
.btn.btn-primary.btn2:active,
.btn.btn-primary.btn2:focus {
    color: var(--main-color1) !important;
    background: color-mix(in srgb, var(--white-color2), transparent 9%);
}

.btn.btn2.has-icon .icon {
    background-color: var(--white-color2);
}

.btn.btn-primary:hover {
    box-shadow: 0px 5px 15px #8c222590;
}

/*--------------------------------------------------------------
# back-to-top
--------------------------------------------------------------*/
#back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99;
    background: var(--main-color1);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
    padding: 15px;
}

#back-to-top i {
    font-size: 28px;
    color: var(--white-color1);
    line-height: 0;
}

#back-to-top:hover {
    background: var(--main-color2);
}

#back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
    font-family: var(--font1);
}

header .top-bar {
    background-color: var(--main-color1);
    color: var(--white-color1);
}

header .top-bar .nav-link {
    color: var(--white-color1);
    font-size: 13px;
    padding: 0 10px;
    font-weight: 500;
}

header .top-bar .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 2;
}

header .top-bar .logo img {
    height: 90px;
    transition: height 0.5s ease;
}

header .top-bar .aum-btn {
    background-color: transparent;
    color: var(--white-color1);
    padding: 3px 12px;
    border: 1px solid var(--white-color1);
    border-radius: 30px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    transition: all 0.3s ease;
    margin-right: 10px;
}

header .top-bar .aum-btn i {
    margin-right: 5px;
}

header .top-bar .aum-btn:hover {
    background-color: var(--white-color1);
    color: var(--main-color1) !important;
    border-color: var(--main-color1);
}

@media screen and (max-width: 991.5px) {
    header .top-bar .button {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    header .top-bar .nav-link {
        font-size: 11px;
        padding: 0 5px;
    }
}

@media screen and (max-width: 767px) {
    header .top-bar .nav-item.d-none {
        display: block;
    }

    header .top-bar .button {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    header .top-bar .aum-btn {
        margin: 0;
    }
}

header .navigation {
    background-color: var(--white-color1);
}

header .navigation .navbar .navbar-nav li {
    margin-right: 30px;
    position: relative;
}

header .navigation .navbar .navbar-nav li:last-child {
    margin-right: 0;
}

header .navigation .navbar .navbar-nav li a {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: var(--black-color2);
    text-transform: uppercase;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    padding: 30px 0 20px;
    border-bottom: 4px solid transparent;
}

header .navigation .navbar .navbar-nav>li>a.active {
    color: var(--main-color1) !important;
}


header .navigation .navbar .navbar-nav>li>a:hover {
    color: var(--main-color1) !important;
    border-bottom: 4px solid var(--main-color1);
}


header .navigation .navbar .navbar-nav li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--white-color1);
    width: 200px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 99;
}

header .navigation .navbar .navbar-nav li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 105%;
}

header .navigation .navbar .navbar-nav li .sub-menu li {
    margin-right: 0;
}

header .navigation .navbar .navbar-nav li .sub-menu li a {
    padding: 10px 15px;
    display: block;
    border-bottom: 1px solid #8c222550;
    color: var(--black-color1);
}

header .navigation .navbar .navbar-nav li .sub-menu li a.active,
header .navigation .navbar .navbar-nav li .sub-menu li a:hover {
    padding-left: 20px;
    color: var(--main-color1) !important;
}

header .sub-nav-toggler {
    display: none;
}

header .navigation .navbar .navbar-nav li .sub-menu li:last-child a {
    border-bottom: 0;
}

header .navbar .navbar-toggler {
    padding: 3px 8px;
    margin: 18px 0;
    -webkit-transform: all 0.4s linear;
    transform: all 0.4s linear;
}

header .navbar .navbar-toggler .icon-bar {
    width: 30px;
    height: 2px;
    background-color: var(--main-color1);
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

header .right-icon ul li {
    display: inline-block;
    margin-right: 17px;
    padding: 22px 0;
}

header .right-icon ul li:last-child {
    margin-right: 0;
}

header .right-icon ul li a {
    font-size: 18px;
    color: var(--second-color1);
    position: relative;
}

header .right-icon ul li a:hover i {
    color: var(--main-color1) !important;
}

header .sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    width: 300px;
    background-color: var(--main-color1);
    color: var(--white-color1);
    transition: 0.5s ease;
    z-index: 1000;
    display: flex;
    flex-direction: column;
}

.sidebar.sidebar-open {
    left: 0;
}

header .sidebar .sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header .sidebar .sidebar-logo {
    width: 150px;
}

header .sidebar .close-btn {
    background: none;
    border: none;
    font-size: 30px;
    color: var(--white-color1);
    cursor: pointer;
    transition: color 0.3s;
}

header .sidebar .close-btn:hover {
    color: var(--main-color1);
}

header .sidebar .sidebar-links {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
}

header .sidebar .sidebar-links li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header .sidebar .sidebar-links li a {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    color: var(--white-color1);
    font-size: 18px;
    transition: background 0.3s, padding-left 0.3s;
}

header .sidebar .sidebar-links li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    padding-left: 30px;
}

header .sidebar .has-submenu {
    position: relative;
}

header .sidebar .submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
}

header .sidebar .has-submenu.open .submenu {
    display: block;
}

header .sidebar .has-submenu a i {
    float: right;
    transition: transform 0.3s;
}

header .sidebar .has-submenu.open a i {
    transform: rotate(-180deg);
}

header .sidebar.sidebar-open {
    left: 0;
    transition: left 0.4s ease-in-out;
}

header .mega-menu {
    position: absolute;
    width: 100%;
    background-color: var(--white-color1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 999;
    top: 100%;
    left: 0;
    visibility: hidden;
}

header .mega-menu .m-menu {
    position: absolute;
    overflow: hidden;
    width: 100%;
    box-shadow: 0px 7px 12px -4px rgba(0, 0, 0, 0.45);
    background: url('../Images/header/menu.png') no-repeat right bottom, var(--white-color1);
    z-index: 999;
    padding: 20px 10px;
    border-top: 4px solid var(--main-color1) !important;
}

header .mega-menu .mm1-com {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 20px;
    border-right: 1px solid var(--second-color3);
}

header .mega-menu .mm1-com:last-child {
    border: none;
}

header .mega-menu .mm1-com h4 {
    border-bottom: 1px solid var(--second-color3);
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--second-color1);
}

header .mega-menu .mm1-com ul li {
    display: block;
    width: 100%;
    position: relative;
    padding-left: 15px;
}

header .mega-menu .mm1-com ul li a {
    font-size: 14px;
    color: var(--second-color2);
    line-height: 31px;
    padding: 5px;
    text-transform: capitalize;
}

header .mega-menu .mm1-com ul li a:hover {
    color: var(--main-color1) !important;
}

header .mega-menu .mm1-com ul li a:after {
    bottom: 0px;
}

header .mega-menu .mm1-cour-com {
    width: 33%;
}

header .mega-menu .ed-dr-men-mar-top {
    padding-top: 30px;
    display: inline-block;
}

header .mega-menu .mm1-s1 img {
    width: 100%;
}

header .mega-menu .mm1-s2 p {
    font-size: 12px;
    color: var(--second-color2);
}

header .mega-menu .mm1-s4 {
    border-right: 0px solid var(--white-color2);
}

header .mega-menu.mega-3 .mm1-cour-com {
    width: 50%;
}

header .mega-menu .m-menu-inn>.mm1-s2>.mm-r-m-btn {
    background: var(--second-color2);
    padding: 4px 10px;
    color: var(--white-color1);
    font-size: 11px;
    border-radius: 3px;
    height: 30px;
    line-height: 24px;
}

header .mega-menu .mm1-com>.ed-course-in>a {
    padding: 0px;
}

header .mega-menu .mm2-com p {
    font-size: 12px;
    color: var(--second-color2);
}

header .mega-menu .m-menu-inn>.mm2-com>a {
    background: var(--second-color2);
    padding: 4px 10px;
    color: var(--white-color1);
    font-size: 11px;
    border-radius: 3px;
    height: 30px;
    line-height: 24px;
}

header .mega-menu .m-menu-inn ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: var(--black-color2);
    font-size: 16px;
    padding-right: 0.5em;
    position: absolute;
    top: 5px;
    left: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
    font-family: var(--font1);
}

.footer-section ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    background: var(--white-color1);
    position: relative;
    border-top: 3px solid var(--main-color1);
}

.footer-section .single-cta i {
    color: var(--main-color1);
    font-size: 27px;
    float: left;
    margin-top: 8px;
}

.footer-section .cta-text {
    padding-left: 15px;
    display: inline-block;
}

.footer-section .cta-text h4 {
    color: var(--main-color1);
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 1px;
}

.footer-section .cta-text a {
    color: var(--second-color2);
}

.footer-section .cta-text a:hover {
    color: var(--main-color1) !important;
}

.footer-section .cta-text span {
    color: var(--second-color2);
    font-size: 15px;
}

.footer-section .footer-content {
    position: relative;
    z-index: 2;
}

.footer-section .footer-logo {
    margin-bottom: 30px;
}

.footer-section .footer-social-icon span {
    color: var(--main-color1);
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.footer-section .footer-social-icon a {
    color: var(--white-color1);
    font-size: 19px;
}

.footer-section .footer-social-icon i {
    height: 42px;
    width: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    margin-bottom: 10px;
    margin-right: 5px;
}

.footer-section .footer-social-icon i:hover {
    color: var(--white-color1);
}

.footer-section .fab {
    background: var(--main-color1);
}

.footer-section .footer-widget-heading h3 {
    color: var(--main-color1);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-section .footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 70px;
    background: var(--main-color1);
}

.footer-section .footer-widget ul li {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 15px;
}

.footer-section .footer-widget ul li a:hover {
    color: var(--main-color1) !important;
}

.footer-section .footer-widget ul li a {
    color: var(--second-color2);
    text-transform: capitalize;
}

.footer-section .copyright-area {
    background: var(--main-color1);
    padding: 10px 0;
}

.footer-section .copyright-text p {
    margin: 0;
    font-size: 14px;
    color: var(--white-color1);
}

.footer-section .copyright-text p a {
    color: var(--white-color2);
    margin-left: 10px;
}

.footer-section .footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-section .footer-menu li a {
    font-size: 14px;
    color: var(--white-color1);
}

@media screen and (max-width: 768px) {
    .footer-section .footer-logo a {
        display: flex;
        justify-content: center;
    }

    .footer-section .footer-logo img {
        width: 50% !important;
    }

    .footer-section .footer-social-icon {
        text-align: center;
    }

    .footer-section .copyright-area .footer-menu {
        margin: 10px;
        text-align: center;
    }

    .footer-section .cta-text h4 {
        font-size: 15px;
    }

    .footer-section .single-cta i {
        font-size: 25px;
        margin-right: 6px;
    }

    .footer-section .cta-text span {
        font-size: 14px;
    }
}

@media screen and (max-width: 350px) {
    .footer-section .cta-text {
        padding: 0;
    }

    .footer-section .footer-social-icon a {
        font-size: 18px;
    }

    .footer-section .footer-social-icon i {
        height: 36px;
        width: 36px;
        line-height: 36px;
    }

    .footer-section .footer-logo img {
        width: 80% !important;
    }

    .footer-section .cta-text h4 {
        font-size: 13px;
    }

    .footer-section .single-cta i {
        font-size: 20px;
    }

    .footer-section .cta-text span {
        font-size: 12px;
    }
}

/* Announcement */
#announcement-popup {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

#announcement-popup .popup-content {
    background-color: var(--white-color1);
    padding: 0;
    border-radius: 8px;
    width: 100%;
    max-width: 600px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    max-height: 90vh;
}

#announcement-popup .popup-header {
    position: relative;
    padding: 5px 20px;
    border-bottom: 1px solid var(--second-color3);
    background-color: var(--white-color2);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#announcement-popup .popup-header h5 {
    color: var(--main-color1);
    margin: 0;
    font-weight: bold;
    text-transform: capitalize;
}

#announcement-popup .popup-header .close-btn {
    position: relative;
    font-size: 28px;
    color: var(--main-color1);
    cursor: pointer;
}

#announcement-popup .slider {
    position: relative;
    overflow: hidden;
}

#announcement-popup .slides {
    display: flex;
    transition: transform 0.5s ease;
}

#announcement-popup .slide {
    min-width: 100%;
    box-sizing: border-box;
    position: relative;
}

#announcement-popup .slide img {
    width: 100%;
    height: auto;
    max-height: 95vh;
    object-fit: cover;
    border: none;
}

#announcement-popup .prev,
#announcement-popup .next {
    position: absolute;
    top: 50%;
    padding: 10px;
    color: var(--white-color1);
    font-weight: bold;
    font-size: 16px;
    border: none;
    background-color: #8c222590;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    text-align: center;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#announcement-popup .prev {
    left: 10px;
}

#announcement-popup .next {
    right: 10px;
}

#announcement-popup .prev:hover,
#announcement-popup .next:hover {
    background-color: var(--main-color1);
}

#announcement-popup .prev:active,
#announcement-popup .next:active {
    transform: scale(0.95);
}

.side-nav {
    background-color: var(--white-color1);
    border: 1px solid var(--white-color2);
    padding: 20px 15px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;
}

.side-nav:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.side-nav .nav-list .nav-link {
    font-size: 1rem;
    font-weight: 500;
    color: var(--second-color2);
    padding: 10px 15px;
    border-radius: 8px;
    background-color: transparent;
    border-left: 4px solid transparent;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    margin: 0;
}

.side-nav .nav-link:hover {
    border-left: 4px solid transparent;
    color: var(--main-color1) !important;
}

.side-nav .nav-link.active {
    background-color: var(--second-color3);
    color: var(--main-color1);
    border-left: 6px solid var(--main-color1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.side-nav .nav-list .nav-item:not(:last-child) {
    margin-bottom: 8px;
}

/*--------------------------------------------------------------
# Search Box
--------------------------------------------------------------*/
.search-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #8c222590;
    z-index: 999;
    display: none;
}

.search-box .closebtn {
    position: absolute;
    top: 20px;
    right: 50px;
    cursor: pointer;
    width: 30px;
    height: 25px;
}

.search-box .closebtn span {
    width: 40px;
    height: 3px;
    background-color: var(--white-color1);
    position: relative;
    display: block;
}

.search-box .closebtn span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 11px;
}

.search-box .closebtn span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 9px;
}

.search-box .serach-form input {
    width: 50%;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: var(--white-color1);
    border: 2px solid var(--main-color1);
    color: var(--main-color1);
    padding-left: 20px;
    border-radius: 50px;
}

.search-box .serach-form button {
    position: absolute;
    top: 50%;
    left: 72%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
    border: 0;
    background-color: transparent;
    color: var(--main-color1);
    cursor: pointer;
    font-size: 16px;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
#Home-Page #slider-part {
    position: relative;
}

#Home-Page #slider-part .single-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 200px 0;
    padding-top: 150px;
    height: 100vh;
}

#Home-Page #slider-part .single-slider.slide1 {
    background-image: url('../Images/sliders/s-1.jpg');
}

#Home-Page #slider-part .single-slider.slide2 {
    background-image: url('../Images/sliders/s-2.jpg');
}

#Home-Page #slider-part .single-slider.bg_cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#Home-Page #slider-part .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

#Home-Page #slider-part .single-slider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
    z-index: 1;
}

#Home-Page #slider-part .slider-cont {
    position: relative;
    z-index: 2;
    text-align: center;
}

#Home-Page #slider-part .slider-cont .text-bg {
    background: rgba(140, 34, 37, 0.58);
    padding: 25px 30px;
    border-radius: 12px;
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(1px);
    display: inline-block;
    transition: transform 0.3s ease;
}

#Home-Page #slider-part .slider-cont .text-bg:hover {
    transform: scale(1.05);
}

#Home-Page #slider-part .slider-cont h1 {
    font-size: 42px;
    font-weight: 600;
    color: var(--white-color1);
    padding-bottom: 20px;
    letter-spacing: 1.2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: calc(1.5em * 2);
    margin-bottom: 10px;
}

#Home-Page #slider-part .slider-cont p {
    font-size: 16px;
    color: var(--white-color1);
    font-weight: 400;
    padding-bottom: 40px;
    max-width: 600px;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: calc(1.5em * 4);
    margin-bottom: 10px;
}

#Home-Page #slider-part .slider-cont ul {
    padding: 0;
    list-style: none;
}

#Home-Page #slider-part .slider-cont ul li {
    display: inline-block;
    margin-right: 20px;
}

#Home-Page #slider-part .slider-cont ul li:last-child {
    margin-right: 0;
}

#Home-Page #slider-part .slick-arrow {
    font-size: 45px;
    position: absolute;
    top: 50%;
    color: var(--white-color1);
    cursor: pointer;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

#Home-Page #slider-part .next.slick-arrow {
    right: 30px;
}

#Home-Page #slider-part:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%);
}

#Home-Page #slider-part:hover .slick-arrow:hover {
    color: var(--main-color1);
}

@media (max-width: 768px) {
    #Home-Page #slider-part .slider-cont h1 {
        font-size: 18px;
    }

    #Home-Page #slider-part .slider-cont p {
        font-size: 14px;
        max-width: 90%;
    }

    #Home-Page #slider-part .slick-arrow {
        font-size: 35px;
    }

    #Home-Page #slider-part .single-slider {
        padding-top: 40px;
        padding-bottom: 200px;
        height: 60vh;
    }
}

/*--------------------------------------------------------------
# Category
--------------------------------------------------------------*/
#Home-Page #category-part .category {
    background-color: var(--main-color1);
    border-radius: 10px;
    margin-top: -100px;
    position: relative;
    z-index: 5;
    padding: 50px 30px;
}

#Home-Page #category-part .category-text h2 {
    font-size: 35px;
    color: var(--white-color1);
    padding: 0 30px;
}

#Home-Page #category-part .singel-category {
    padding: 10px 0;
    border-radius: 5px;
    display: block;
    background: var(--white-color2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;

}

#Home-Page #category-part .singel-category:hover {
    transform: translateY(-10px);
}

#Home-Page #category-part .singel-category .icon {
    display: flex;
    justify-content: center;
    margin: auto;
    height: 80px;
    width: 80px;
}

#Home-Page #category-part .singel-category .icon svg {
    width: 100%;
}

#Home-Page #category-part .singel-category .cont {
    display: block;
    padding: 0 10px;
    line-height: 20px;
}

#Home-Page #category-part .singel-category .cont span {
    color: var(--main-color1);
    font-size: 17px;
    font-weight: 600;
    display: block;
    margin-top: 16px;
    min-height: 40px;
}

#Home-Page #category-part .category-slied a {
    display: block;
}

#Home-Page #category-part .category-slied .slick-arrow {
    position: absolute;
    top: 50%;
    right: -50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#Home-Page #category-part .category-slied .prev.slick-arrow {
    right: auto;
    left: -50px;
}

#Home-Page #category-part .category-slied .slick-arrow i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background-color: var(--second-color3);
    text-align: center;
    font-size: 24px;
    color: var(--main-color1);
    cursor: pointer;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

#Home-Page #category-part .category-slied .slick-arrow i:hover {
    background-color: var(--white-color1);
}

#Home-Page #category-part .category-slied .slick-arrow.next {
    display: flex;
    justify-content: end;
}

@media (max-width: 992px) {
    #Home-Page #category-part .category {
        padding: 40px 20px;
    }

    #Home-Page #category-part .category-text h2 {
        font-size: 30px;
        padding: 0 20px;
        text-align: center;
        margin-bottom: 20px;
    }

    #Home-Page #category-part .singel-category .cont span {
        font-size: 16px;
    }

    #Home-Page #category-part .singel-category .icon {
        height: 70px;
        width: 70px;
    }

    #Home-Page #category-part .category-slied .slick-arrow {
        right: -30px;
    }

    #Home-Page #category-part .category-slied .prev.slick-arrow {
        left: -30px;
    }
}

@media (max-width: 768px) {
    #Home-Page #category-part .category {
        margin-top: -50px;
        padding: 30px 15px;
    }

    #Home-Page #category-part .category-text h2 {
        font-size: 25px;
        padding: 0 15px;
    }

    #Home-Page #category-part .singel-category .cont span {
        font-size: 15px;
        margin-top: 10px;
    }

    #Home-Page #category-part .singel-category .icon {
        height: 60px;
        width: 60px;
    }

    #Home-Page #category-part .category-slied .slick-arrow {
        right: -20px;
    }

    #Home-Page #category-part .category-slied .prev.slick-arrow {
        left: -20px;
    }
}

@media (max-width: 576px) {
    #Home-Page #category-part .category {
        margin-top: -30px;
        padding: 20px 10px;
    }

    #Home-Page #category-part .category-text h2 {
        font-size: 20px;
        padding: 0 10px;
    }

    #Home-Page #category-part .singel-category .cont span {
        font-size: 14px;
        margin-top: 8px;
        margin-top: 30px;
    }

    #Home-Page #category-part .singel-category .icon {
        height: 50px;
        width: 50px;
    }

    #Home-Page #category-part .category-slied .slick-arrow {
        right: -15px;
    }

    #Home-Page #category-part .category-slied .prev.slick-arrow {
        left: -15px;
    }
}

/*--------------------------------------------------------------
# Why-Us
--------------------------------------------------------------*/
#Home-Page .why-us .hexagon-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#Home-Page .why-us .hexagon-item {
    cursor: pointer;
    width: 200px;
    height: 173.20508px;
    z-index: 0;
    position: relative;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

#Home-Page .why-us .hexagon-item:first-child {
    margin-left: 0;
}

#Home-Page .why-us .hexagon-item:hover {
    z-index: 1;
}

#Home-Page .why-us .hexagon-item:hover .hex-item:last-child {
    opacity: 1;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

#Home-Page .why-us .hexagon-item:hover .hex-item:first-child {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

#Home-Page .why-us .hexagon-item:hover .hex-item:first-child div:before,
#Home-Page .why-us .hexagon-item:hover .hex-item:first-child div:after {
    height: 5px;
}

#Home-Page .why-us .hexagon-item:hover .hex-item div::before,
#Home-Page .why-us .hexagon-item:hover .hex-item div::after {
    background-color: var(--main-color1);
}

#Home-Page .why-us .hexagon-item .hex-content svg {
    fill: var(--main-color1) !important;
}

#Home-Page .why-us .hexagon-item:hover .hex-content svg {
    -webkit-transform: scale(0.97);
    -moz-transform: scale(0.97);
    -ms-transform: scale(0.97);
    -o-transform: scale(0.97);
    transform: scale(0.97);
}

#Home-Page .why-us .hexagon-item:nth-last-child(1),
#Home-Page .why-us .hexagon-item:nth-last-child(2),
#Home-Page .why-us .hexagon-item:nth-last-child(3) {
    -moz-transform: rotate(30deg) translate(87px, -80px);
    -ms-transform: rotate(30deg) translate(87px, -80px);
    -o-transform: rotate(30deg) translate(87px, -80px);
}

#Home-Page .why-us .hex-item {
    position: absolute;
    top: 0;
    left: 50px;
    width: 100px;
    height: 173.20508px;
}

#Home-Page .why-us .hex-item:first-child {
    z-index: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#Home-Page .why-us .hex-item:last-child {
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
}

#Home-Page .why-us .hex-item div {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    width: 100px;
    height: 173.20508px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

#Home-Page .why-us .hex-item div::before,
#Home-Page .why-us .hex-item div::after {
    background-color: var(--main-color1);
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

#Home-Page .why-us .hex-item div:before {
    top: 0;
}

#Home-Page .why-us .hex-item div:after {
    bottom: 0;
}

#Home-Page .why-us .hex-item div:nth-child(1) {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

#Home-Page .why-us .hex-item div:nth-child(2) {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
}

#Home-Page .why-us .hex-item div:nth-child(3) {
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
}

#Home-Page .why-us .hex-content {
    color: var(--white-color1);
    display: block;
    height: 180px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    transform: rotate(-30deg);
    width: 156px;
}

#Home-Page .why-us .hex-content .hex-content-inner {
    left: 50%;
    margin: -3px 0 0 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 150px;
}

#Home-Page .why-us .hex-content .icon {
    display: block;
    font-size: 33px;
    line-height: 30px;
    margin-bottom: 11px;
}

#Home-Page .why-us .hex-content .title {
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
}

#Home-Page .why-us .hex-content svg {
    left: -7px;
    position: absolute;
    top: -13px;
    transform: scale(0.87);
    z-index: -1;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

#Home-Page .why-us .hexagon-item:nth-last-child(1),
#Home-Page .why-us .hexagon-item:nth-last-child(2),
#Home-Page .why-us .hexagon-item:nth-last-child(3) {
    -moz-transform: rotate(30deg) translate(87px, -80px);
    -ms-transform: rotate(30deg) translate(87px, -80px);
    -o-transform: rotate(30deg) translate(87px, -80px);
}

#Home-Page .why-us .hexagon-item:hover .icon i {
    color: var(--white-color1);
    transition: 0.6s;
}

#Home-Page .why-us .hexagon-item:hover .title {
    color: var(--white-color1);
}

@-webkit-keyframes focus-in-contract {
    0% {
        letter-spacing: 1em;
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes focus-in-contract {
    0% {
        letter-spacing: 1em;
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}


@media only screen and (max-width: 1024px) {
    #Home-Page .why-us .hexagon-item {
        float: none;
        margin: 0 auto 50px;
    }

    #Home-Page .why-us .hexagon-item:first-child {
        margin-left: auto;
    }

    #Home-Page .why-us .hexagon-item:nth-last-child(1),
    #Home-Page .why-us .hexagon-item:nth-last-child(2),
    #Home-Page .why-us .hexagon-item:nth-last-child(3) {
        -webkit-transform: rotate(30deg) translate(0px, 0px);
        -moz-transform: rotate(30deg) translate(0px, 0px);
        -ms-transform: rotate(30deg) translate(0px, 0px);
        -o-transform: rotate(30deg) translate(0px, 0px);
        transform: rotate(30deg) translate(0px, 0px);
    }

    #Home-Page .why-us .hexagon-item {
        margin-bottom: 35px;
    }
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
#Home-Page #News {
    background-color: var(--white-color2);
}

#Home-Page #News .news-wrapper {
    background-color: var(--white-color1);
    border-radius: 5px;
}

#Home-Page #News .news-thumb img {
    width: 100%;
    position: relative;
    height: 300px;
    object-fit: cover;
}

#Home-Page #News .news-content {
    padding-left: 30px;
    padding-top: 5px;
    padding-right: 30px;
    padding-bottom: 10px;
}

#Home-Page #News .news-wrapper-bottom {
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

#Home-Page #News .news-heading h1 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
    color: var(--main-color1);
    margin: 20px 0;
    font-weight: 500;
}

#Home-Page #News .news-heading h1:hover a,
#Home-Page #News .news-heading h1:focus a {
    color: var(--second-color1) !important;
}

#Home-Page #News .news-para p {
    line-height: 22px;
    font-size: 14px;
    margin: 0;
    color: var(--second-color2);
}

#Home-Page #News .news-single-icon {
    margin-right: 20px;
    font-size: 14px;
    color: var(--second-color2);
}

#Home-Page #News .course-main-content {
    border-bottom: 1px solid var(--second-color3);
}

#Home-Page #News .news-single-icon span.user-number {
    font-weight: 600;
    margin-left: 8px;
}

#Home-Page #News .news-wrapper-bottom a {
    font-size: 14px;
    color: var(--white-color1) !important;
    font-weight: 500;
    line-height: 1;
    transition: .3s;
    float: right;
}

#Home-Page #News .slick-prev,
#Home-Page #News .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: var(--main-color1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--white-color1);
    z-index: 1000;
    cursor: pointer;
    transition: all 0.4s ease;
    overflow: hidden;
}

#Home-Page #News .slick-prev::before,
#Home-Page #News .slick-next::before {
    content: '';
}

#Home-Page #News .slick-prev::after,
#Home-Page #News .slick-next::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 26px;
}

#Home-Page #News .slick-prev::after {
    content: '\f104';
}

#Home-Page #News .slick-next::after {
    content: '\f105';
}

#Home-Page #News .slick-prev:hover,
#Home-Page #News .slick-next:hover {
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.4), 0 0 15px rgba(255, 255, 255, 0.6);
    border: 2px solid rgba(255, 255, 255, 0.6);
    transform: translateY(-50%) scale(1.1);
    opacity: 1;
}

#Home-Page #News .slick-prev {
    left: -80px;
}

#Home-Page #News .slick-next {
    right: -80px;
}

@media (max-width: 1440px) {
    #Home-Page #News .slick-prev {
        left: -10px;
    }

    #Home-Page #News .slick-next {
        right: -10px;
    }
}

@media (max-width: 768px) {

    #Home-Page #News .slick-prev,
    #Home-Page #News .slick-next {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    #Home-Page #News .slick-prev::after,
    #Home-Page #News .slick-next::after {
        font-size: 24px;
    }

    #Home-Page #News .slick-prev:hover,
    #Home-Page #News .slick-next:hover {
        transform: translateY(-50%) scale(1.2);
    }
}

/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/
#Home-Page .facts .slider-container {
    overflow: hidden;
    width: 100%;
    position: relative;
}

#Home-Page .facts .slider-wrapper {
    display: flex;
    width: max-content;
    animation: slide-infinite 30s linear infinite;
}

@keyframes slide-infinite {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

#Home-Page .facts .slide {
    flex: 0 0 18%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    min-height: 180px;
    box-sizing: border-box;
    border-left: 1px solid var(--second-color3);
    border-right: 1px solid var(--second-color3);
}

#Home-Page .facts .slide:nth-child(odd) {
    background-color: var(--main-color1);
    color: var(--white-color1);
}

#Home-Page .facts .slide:nth-child(even) {
    background-color: var(--main-color2);
    color: var(--white-color1);
}

#Home-Page .facts .slide .icon {
    font-size: 40px;
    padding: 10px;
    display: inline-block;
    border-bottom: 2px solid var(--white-color1);
}

#Home-Page .facts .slide h3 {
    margin: 20px 0 10px;
    font-size: 2rem;
}

#Home-Page .facts .slide p {
    font-size: 1rem;
    margin: 0;
}

@media (max-width: 768px) {
    #Home-Page .facts .slide {
        flex: 0 0 15%;
    }
}

@media (max-width: 480px) {
    #Home-Page .facts .slide {
        flex: 0 0 15%;
    }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
#Home-Page .testimonials {
    overflow-x: hidden;
    padding: 42px 0;
    position: relative;
    overflow-y: hidden;
}

#Home-Page .testimonials .testimonials-header {
    padding: 0 20px;
}

#Home-Page .testimonials .testimonials-title {
    color: var(--main-color1);
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -0.8px;
    line-height: 37px;
    margin: 0;
    margin-bottom: 20px;
}

#Home-Page .testimonials .testimonials-image-container {
    aspect-ratio: 390 / 350;
    display: block;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

@supports not (aspect-ratio: 390 / 350) {
    #Home-Page .testimonials .testimonials-image-container {
        width: 100%;
        height: 0;
        padding-bottom: 89.7435%;
    }
}

@media only screen and (min-width: 600px) {
    #Home-Page .testimonials .testimonials-image-container {
        aspect-ratio: 490 / 450;
        margin: 0 auto;
        max-width: 490px;
    }

    @supports not (aspect-ratio: 490 / 450) {
        #Home-Page .testimonials .testimonials-image-container {
            width: 100%;
            height: 0;
            padding-bottom: 91.8367%;
        }
    }
}

#Home-Page .testimonials .testimonials-image-item {
    display: none;
    position: relative;
}

#Home-Page .testimonials .testimonials-image-item-active {
    display: block;
}


#Home-Page .testimonials .testimonials-image-item-active {
    aspect-ratio: 1 / 1;
    display: block;
    object-fit: cover;
    position: relative;
    width: 100%;
    overflow: hidden;
}

#Home-Page .testimonials .testimonials-image-item-active::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: var(--main-color1);
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left;
    animation: hpSlideIn 500ms ease;
    animation-fill-mode: forwards;
    z-index: 1;
}

#Home-Page .testimonials .testimonials-image-item {
    aspect-ratio: 1 / 1;
    position: relative;
    width: 100%;
}

#Home-Page .testimonials .testimonials-image {
    display: block;
    object-fit: contain;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transition: opacity 0.3s ease;
}

@supports not (aspect-ratio: 9/16) {
    #Home-Page .testimonials .testimonials-image-item {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
    }
}

#Home-Page .testimonials .testimonials-selectors {
    background: var(--main-color1);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 250px;
    margin-top: -178px;
    overflow-x: scroll;
    position: relative;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

#Home-Page .testimonials .testimonials-selectors::-webkit-scrollbar {
    display: none;
}

#Home-Page .testimonials .testimonials-selectors-container {
    align-items: center;
    display: flex;
    margin: 0 auto;
    padding: 10px 0;
    padding-left: 20px;
}

@media only screen and (min-width: 450px) {
    #Home-Page .testimonials .testimonials-selectors-container {
        padding-left: 0;
    }
}

#Home-Page .testimonials .testimonials-selector {
    align-items: center;
    background: transparent;
    border: 4px solid transparent;
    border-radius: 32px;
    cursor: pointer;
    display: inline-flex;
    flex-shrink: 0;
    flex-grow: 1;
    justify-content: flex-start;
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: all 300ms ease;
    width: 50px;
    flex-basis: 50px;
    text-align: left;
    max-width: max-content;
}

#Home-Page .testimonials .testimonials-selector:hover,
#Home-Page .testimonials .testimonials-selector:focus {
    background: rgba(0, 0, 0, 0.15);
}

#Home-Page .testimonials .testimonials-selector-active {
    background: rgba(0, 0, 0, 0.15);
    flex-basis: 100%;
    width: max-content;
}

#Home-Page .testimonials .testimonials-selector-image {
    border-radius: 50%;
    display: block;
    height: 42px;
    object-fit: cover;
    width: 42px;
}

#Home-Page .testimonials .testimonials-selector-text {
    color: var(--white-color1);
    display: block;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 20px;
    width: 0;
    opacity: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    transition: width 300ms ease, opacity 300ms ease;
}

@keyframes expandText {
    0% {
        flex-basis: 0;
        width: 0;
        opacity: 0;
    }

    100% {
        width: 100%;
        opacity: 1;
    }
}

#Home-Page .testimonials .testimonials-content {
    padding: 20px 20px 0;
    z-index: 1;
}

#Home-Page .testimonials .testimonials-content-item-active {
    display: block;
    z-index: 1;
}

#Home-Page .testimonials .testimonials-quote {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    transition: all 300ms ease;
}

#Home-Page .testimonials .testimonials-name {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    transition: all 500ms ease;
    transition-delay: 100ms;
}

#Home-Page .testimonials .testimonials-content-item-active .testimonials-quote {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

#Home-Page .testimonials .testimonials-content-item-active .testimonials-name {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

#Home-Page .testimonials .testimonials-quote-mark {
    align-items: center;
    color: var(--main-color1);
    display: flex;
    font-size: 40px;
    font-weight: bold;
    gap: 15px;
    letter-spacing: 0;
    line-height: 40px;
    margin: 0;
    margin-bottom: 15px;
    position: relative;
}

@supports (-webkit-touch-callout: none) and (not (translate: none)) {
    #Home-Page .testimonials .testimonials-quote-mark>*:not(:last-child) {
        margin-right: 15px;
    }
}

#Home-Page .testimonials .testimonials-quote-mark .icon {
    fill: var(--main-color1);
    height: 40px;
    width: 40px;
}

#Home-Page .testimonials .testimonials-quote-mark::after {
    content: "";
    background: var(--main-color1);
    height: 2px;
    width: auto;
    flex-grow: 1;
}

#Home-Page .testimonials .testimonials-quote {
    color: var(--second-color1);
    display: block;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 27px;
    margin: 0 0 10px;
}

#Home-Page .testimonials .testimonials-name {
    color: var(--main-color1);
    display: block;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 21px;
    margin-bottom: 30px;
}

#Home-Page .testimonials .testimonials-content-item>*:last-child {
    margin-bottom: 0;
}

#Home-Page .testimonials .testimonials-cite-subtext {
    font-weight: 400;
}

#Home-Page .testimonials .testimonials-row {
    margin: 0 auto;
    max-width: 1320px;
}

#Home-Page .testimonials .testimonials-content {
    position: relative;
}

#Home-Page .testimonials .testimonials-content-item {
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

#Home-Page .testimonials .testimonials-content-item-active {
    animation: fadeIn 600ms ease forwards;
    position: relative;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media only screen and (min-width: 980px) {
    #Home-Page .testimonials .testimonials {
        padding: 100px 0;
    }
}

@media only screen and (min-width: 720px) {
    #Home-Page .testimonials .testimonials-container {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 62px;
        grid-column-gap: 30px;
        grid-row-gap: 0;
        grid-template-rows: minmax(0, auto) minmax(0, 1fr);
    }

    #Home-Page .testimonials .testimonials-quote-mark .icon {
        flex-shrink: 0;
        height: 60px;
        width: 60px;
    }

    #Home-Page .testimonials .testimonials-content {
        padding: 0;
    }

    #Home-Page .testimonials .testimonials-header {
        padding: 0;
    }

    #Home-Page .testimonials .testimonials-quote-mark::after {
        flex-shrink: 0;
        width: calc(100%);
        z-index: 1;
    }

    #Home-Page .testimonials .testimonials-image-container {
        padding: 0;
        margin-top: 50px;
    }

    #Home-Page .testimonials .testimonials-row {
        padding-left: 20px;
        max-width: 1340px;
    }

    #Home-Page .testimonials .testimonials-header {
        grid-column: 1;
        grid-row: 1;
        max-width: 480px;
    }

    #Home-Page .testimonials .testimonials-content {
        grid-column: 1;
        grid-row: 2;
        max-width: 480px;
    }

    #Home-Page .testimonials .testimonials-image-container {
        grid-column: 2;
        grid-row: 1 / span 2;
        max-width: 450px;
        width: 100%;
    }

    #Home-Page .testimonials .testimonials-selectors {
        grid-column: 3;
        grid-row: 1 / span 2;
    }

    #Home-Page .testimonials .testimonials-selectors {
        height: calc(450px + 100px);
        margin-top: 0;
        margin-left: -20px;
        overflow: visible;
        position: relative;
    }

    #Home-Page .testimonials .testimonials-selectors::before {
        content: "";
        background: var(--main-color1);
        height: 100%;
        width: 200px;
        position: absolute;
        top: 0;
        left: -200px;
        z-index: 0;
    }

    #Home-Page .testimonials .testimonials-selectors::after {
        content: "";
        background: var(--main-color1);
        height: 100%;
        width: 100vw;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 0;
    }

    #Home-Page .testimonials .testimonials-selector {
        align-self: stretch;
        border: 10px solid transparent;
        justify-content: flex-start;
        max-width: 62px;
        flex-grow: 0;
        flex-basis: auto;
        width: 100%;
    }

    #Home-Page .testimonials .testimonials-selector-text {
        max-width: 0;
        margin-left: 0;
        margin-right: 0;
    }

    #Home-Page .testimonials .testimonials-selectors {
        justify-content: flex-start;
    }

    #Home-Page .testimonials .testimonials-selectors-container {
        flex-direction: column;
        margin: 0;
        margin-top: 50px;
    }

    #Home-Page .testimonials .testimonials-quote {
        font-size: 13px;
        letter-spacing: 0;
        line-height: 28px;
    }
}

@media only screen and (min-width: 1000px) {
    #Home-Page .testimonials .testimonials-container {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 80px;
        grid-column-gap: 30px;
        grid-row-gap: 0;
    }

    #Home-Page .testimonials .testimonials-selector {
        border-radius: 50px;
        margin-bottom: 1px;
    }

    #Home-Page .testimonials .testimonials-title {
        font-size: 55px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 69px;
        margin: 0 0 30px;
    }

    #Home-Page .testimonials .testimonials-quote {
        font-size: 17px;
        letter-spacing: 0;
        line-height: 30px;
        margin-bottom: 12px;
    }

    #Home-Page .testimonials .testimonials-name {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 27px;
    }

    #Home-Page .testimonials .testimonials-label {
        margin: 0 0 12px;
    }

    #Home-Page .testimonials .testimonials-selector {
        max-width: 80px;
    }

    #Home-Page .testimonials .testimonials-selector:last-child {
        margin-bottom: 0;
    }

    #Home-Page .testimonials .testimonials-selector-image {
        height: 60px;
        width: 60px;
    }
}

@media only screen and (min-width: 1140px) {
    #Home-Page .testimonials .testimonials-container {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 300px;
        grid-column-gap: 30px;
        grid-row-gap: 0;
    }

    #Home-Page .testimonials .testimonials-row {
        padding-left: 20px;
        max-width: 1340px;
    }

    #Home-Page .testimonials .testimonials-header {
        grid-column: 1;
        grid-row: 1;
        max-width: 480px;
    }

    #Home-Page .testimonials .testimonials-selectors-container {
        margin-top: 0;
    }

    #Home-Page .testimonials .testimonials-content {
        grid-column: 1;
        grid-row: 2;
        max-width: 480px;
    }

    #Home-Page .testimonials .testimonials-image-container {
        grid-column: 2;
        grid-row: 1 / span 2;
        max-width: 450px;
        width: 100%;
    }

    #Home-Page .testimonials .testimonials-selectors {
        grid-column: 3;
        grid-row: 1 / span 2;
    }

    #Home-Page .testimonials .testimonials-selectors {
        height: calc(450px + 100px);
        margin-top: 0;
        margin-left: -20px;
        overflow: visible;
        position: relative;
    }

    #Home-Page .testimonials .testimonials-selectors::before {
        content: "";
        background: var(--main-color1);
        height: 100%;
        width: 200px;
        position: absolute;
        top: 0;
        left: -200px;
        z-index: 0;
    }

    #Home-Page .testimonials .testimonials-selectors::after {
        content: "";
        background: var(--main-color1);
        height: 100%;
        width: 100vw;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 0;
    }

    #Home-Page .testimonials .testimonials-selector {
        align-self: stretch;
        border: 10px solid transparent;
        justify-content: flex-start;
        max-width: 300px;
        flex-grow: 0;
        flex-basis: auto;
        width: 100%;
    }

    #Home-Page .testimonials .testimonials-selector-text {
        opacity: 1;
        width: 100%;
        margin-left: 15px;
        margin-right: 15px;
    }

    #Home-Page .testimonials .testimonials-selector-active .testimonials-selector-text {
        animation: none;
        margin-left: 15px;
        margin-right: 15px;
    }

    #Home-Page .testimonials .testimonials-selectors-container {
        align-items: flex-start;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        width: 100%;
    }

    #Home-Page .testimonials .testimonials-image-container {
        aspect-ratio: 1 / 1;
        margin-top: 50px;
        max-width: 450px;
        padding: 0;
    }

    @supports not (aspect-ratio: 1/1) {
        #Home-Page .testimonials .testimonials-image-container {
            width: 100%;
            height: 0;
            padding-bottom: 100%;
        }
    }

    #Home-Page .testimonials .testimonials-quote-mark {
        margin-bottom: 30px;
    }

    #Home-Page .testimonials .testimonials-header {
        padding: 0;
    }

    #Home-Page .testimonials .testimonials-content {
        padding: 0;
    }

    #Home-Page .testimonials .testimonials-selector {
        border-radius: 50px;
        margin-bottom: 1px;
    }

    #Home-Page .testimonials .testimonials-selector:last-child {
        margin-bottom: 0;
    }

    #Home-Page .testimonials .testimonials-selector-image {
        height: 60px;
        width: 60px;
    }

    #Home-Page .testimonials .testimonials-selector-text {
        display: block;
        font-size: 18px;
        font-style: italic;
        letter-spacing: 0;
        line-height: 27px;
        margin-left: 15px;
        margin-right: 15px;
        max-width: 185px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media only screen and (min-width: 1270px) {
    #Home-Page .testimonials .testimonials-container {
        grid-template-columns: minmax(0, 1fr) 450px 300px;
    }
}

@media only screen and (min-width: 1290px) {
    #Home-Page .testimonials .testimonials-container {
        grid-template-columns: 480px 450px 300px;
    }
}

@keyframes hpSlideIn {
    0% {
        transform: scaleX(0) translate3d(0, 0, 0);
    }

    50% {
        transform: scaleX(1) translate3d(0, 0, 0);
    }

    100% {
        transform: scaleX(1) translate3d(100%, 0, 0);
    }
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
#Home-Page #events .single-events {
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s;
    margin-bottom: 30px;
    border: 1px solid var(--second-color3);
}

#Home-Page #events .single-events:hover {
    transform: translateY(-5px);
}

#Home-Page #events .events-text {
    padding: 25px;
    border-radius: 0px 5px 5px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    border-left: 3px solid var(--main-color1);
    width: 97%;
}

#Home-Page #events .event-text-heading {
    display: flex;
}

#Home-Page #events .event-row {
    display: flex;
}

#Home-Page #events .event-row>div {
    padding: 0;
}

#Home-Page #events .events-thumb img {
    object-fit: cover;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    transition: transform 0.3s;
}

#Home-Page #events .events-text-title {
    overflow: hidden;
}

#Home-Page #events .events-text-title a h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--black-color2);
    line-height: 1.2;
    margin: 0;
    transition: .4s;
    min-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#Home-Page #events .events-text-title a h4:hover {
    color: var(--main-color1);
}

#Home-Page #events .events-calendar {
    padding: 10px;
    display: inline-block;
    background-color: var(--main-color1);
    border-radius: 5px;
    margin-right: 14px;

}

#Home-Page #events .date {
    font-size: 24px;
    font-weight: 700;
    color: var(--white-color1);
    line-height: 1;
}

#Home-Page #events .events-calendar .month {
    display: block;
    font-size: 11px;
    color: var(--white-color2);
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 2px;
    width: 45px;
}

#Home-Page #events .time-area span {
    font-size: 14px;
    line-height: 1;
}

#Home-Page #events .time-area i {
    color: var(--main-color1);
}

#Home-Page #events span.published-time {
    color: var(--second-color2);
    margin-left: 4px;
}

#Home-Page #events .events-para p {
    line-height: 20px;
    font-size: 14px;
    color: var(--second-color2);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*--------------------------------------------------------------
# Stories
--------------------------------------------------------------*/
#Home-Page .our-stories .item {
    width: 100%;
    height: 300px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

#Home-Page .our-stories .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
}

#Home-Page .our-stories .item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 28px 25px;
    color: var(--white-color1);
    background: #8c2225;
    background: linear-gradient(0deg, #3a3a3aa1 3%, #17d9ff00 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

#Home-Page .our-stories .item .overlay span {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
}

#Home-Page .our-stories .item .overlay span i {
    background: #8c222595;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 50%;
    display: inline-block;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#Home-Page .our-stories .item .overlay>div h4 {
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

#Home-Page .our-stories .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
}

@media screen and (max-width: 600px) {
    #Home-Page .our-stories .owl-nav {
        top: -60px !important;
    }
}

#Home-Page .our-stories .owl-nav button {
    background: var(--white-color1);
    width: 48px;
    height: 48px;
    line-height: 48px;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border: none;
    transition: all 0.3s ease;
    color: var(--main-color1);
}

#Home-Page .our-stories .owl-nav button span {
    font-size: 35px;
}

#Home-Page .our-stories .owl-nav button:nth-of-type(1) {
    margin-right: 10px;
}

#Home-Page .our-stories .owl-nav button:hover {
    background: var(--main-color1);
    color: var(--white-color1);
    transform: scale(1.1);
}

#Home-Page .our-stories .owl-nav button:nth-of-type(1) {
    margin-right: 13px;
}

#Home-Page .our-stories .owl-nav button:active {
    transform: scale(0.95);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 600px) {
    #Home-Page .our-stories .owl-nav button {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
}

/*--------------------------------------------------------------
# Student Life
--------------------------------------------------------------*/
#Home-Page .student-life {
    font-size: 10px;
    overflow: hidden;
}

#Home-Page .student-life .student-life-swiper1,
.student-life-swiper2 {
    margin-bottom: 1rem;
}

#Home-Page .student-life-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

#Home-Page .student-life .swiper-slide {
    width: 200px;
    height: 200px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.5rem;
}

#Home-Page .student-life .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

#Home-Page .student-life .badge-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #8c2225cc;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#Home-Page .student-life .badge-box:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

#Home-Page .student-life .badge-box i {
    color: var(--white-color1);
    font-size: 24px;
}

/*--------------------------------------------------------------
# Reels
--------------------------------------------------------------*/
#Home-Page .reels {
    position: relative;
    column-gap: 3rem;
    padding-inline: 2.3em;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

@media screen and (min-width: 960px) {
    #Home-Page .reels {
        display: flex;
        padding-inline: 0;
    }
}

#Home-Page .reels .content {
    width: 100%;
    color: var(--main-color1);
    position: relative;
    z-index: 2;
}

@media screen and (min-width: 960px) {
    #Home-Page .reels .content {
        width: 30%;
        padding-left: 5em;
        margin-bottom: 0;
        text-align: center;
    }
}

#Home-Page .reels h2 {
    letter-spacing: 0.8px;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: bold;
    color: var(--main-color1);
}

#Home-Page .reels p {
    font-size: 1rem;
    line-height: 1.8;
    margin-inline: auto;
    margin-top: 10px;
}

#Home-Page .reels .btn {
    background-color: var(--main-color1);
    border: none;
    color: var(--white-color1);
    padding: 12px 20px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    transition: 0.3s ease-in;
    font-weight: bold;
}

#Home-Page .reels .btn i {
    margin-left: 15px;
}

#Home-Page .reels .btn:hover {
    background-color: var(--main-color2);
}

#Home-Page .reels .swiper-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    right: 0px;
    margin: 0 auto;
    margin-top: 15px;
}

@media screen and (min-width: 960px) {
    #Home-Page .reels .swiper-container {
        width: 60%;
        right: -60px;
    }
}

#Home-Page .reels .swiper {
    position: relative;
    width: 100%;
    z-index: 1;
}

#Home-Page .reels .swiper-slide,
#Home-Page .reels video {
    width: 10rem;
    height: 32rem;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    position: relative;
    border-radius: 12px;
    box-shadow: -1px 5px 15px #0000001f;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.4s ease-in;
}

#Home-Page .reels video {
    object-fit: fill;
}

#Home-Page .reels .swiper-slide--one,
#Home-Page .reels .swiper-slide--four {
    background: url("../Images/reels/1.jpg") no-repeat 50% 50%/cover;
}

#Home-Page .reels .swiper-slide--two,
#Home-Page .reels .swiper-slide--five {
    background: url("../Images/reels/2.jpg") no-repeat 50% 50%/cover;
}

#Home-Page .reels .swiper-slide--three,
#Home-Page .reels .swiper-slide--six {
    background: url("../Images/reels/3.jpg") no-repeat 50% 50%/cover;
}

#Home-Page .reels .swiper-slide-active {
    display: grid;
    opacity: 1;
}

#Home-Page .reels .swiper-pagination {
    position: relative;
    bottom: -0.313rem;
    text-align: center;
    margin-top: 35px;
    width: auto;
}

#Home-Page .reels .swiper-pagination-bullet {
    border-radius: 0;
    width: 1.5rem;
    height: 0.25rem;
    background: var(--main-color2);
}

#Home-Page .reels .swiper-pagination-bullet-active {
    background: var(--main-color1);
}

#Home-Page .reels .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    border-radius: 12px;
}

#Home-Page .reels .video-container:hover video {
    z-index: 3;
}

#Home-Page .reels .video-container:hover .video-overlay {
    z-index: 2;
}

#Home-Page .reels video::-webkit-media-controls {
    z-index: 3;
}

#Home-Page .reels video:hover {
    cursor: pointer;
    z-index: 3;
}

#Home-Page .reels .play-button-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 3;
}

#Home-Page .reels .play-button {
    background-color: transparent;
    border: none;
    font-size: 30px;
    color: var(--main-color1);
    z-index: 3;
}

/*--------------------------------------------------------------
# Tour
--------------------------------------------------------------*/
#Home-Page .tour-component {
    font-family: var(--font1);
    background-color: var(--main-color1);
}

@media screen and (min-width: 980px) {
    #Home-Page .tour-component {
        background-position: 0 9px;
        background-size: 100% calc(100% - 18px);
        min-height: 168px;
    }
}

#Home-Page .tour-component-inner {
    min-height: 86px;
    position: relative;
}

@media screen and (min-width: 980px) {
    #Home-Page .tour-component-inner {
        align-items: center;
        display: flex;
        min-height: 168px;
        padding: 30px 0 30px 30px;
    }
}

#Home-Page .tour-component-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-clip-path: polygon(0% 0%, 95% 0, calc(95% - 20px) 100%, 0% 100%);
    clip-path: polygon(0% 0%, 95% 0, calc(95% - 20px) 100%, 0% 100%);
}

@media screen and (min-width: 980px) {
    #Home-Page .tour-component-background {
        -webkit-clip-path: polygon(0% 0%, 65% 0, calc(65% - 35px) 100%, 0% 100%);
        clip-path: polygon(0% 0%, 65% 0, calc(65% - 35px) 100%, 0% 100%);
    }
}

#Home-Page .tour-component-background-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 980px) {
    #Home-Page .tour-component-background-image {
        width: 65%;
    }
}

#Home-Page .tour-component-background-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #8c2225cc;
}

#Home-Page .tour-component-content-wrap {
    position: relative;
    margin: 0 auto;
}

@media screen and (min-width: 980px) {
    #Home-Page .tour-component-content-wrap {
        width: 100%;
    }
}

#Home-Page .tour-component-content {
    position: relative;
    padding-top: 20px;
}

@media screen and (min-width: 980px) {
    #Home-Page .tour-component-content {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-top: 0;
        padding-right: 0;
        justify-content: space-around;
    }
}

#Home-Page .tour-component-title {
    color: var(--white-color1);
    font-size: 21px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (min-width: 980px) {
    #Home-Page .tour-component-title {
        font-size: 36px;
        line-height: 45px;
        margin: 0 68px 0 0;
        text-align: right;
    }
}

#Home-Page .tour-component-title-inner {
    display: block;
    text-align: center;
}

#Home-Page .tour-component-buttons {
    position: relative;
    padding-bottom: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;
    opacity: 1;
}

@media screen and (min-width: 980px) {
    #Home-Page .tour-component-buttons {
        bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

#Home-Page .tour-component-button {
    appearance: none;
    display: inline-flex;
    align-items: center;
    background-color: var(--white-color1);
    color: var(--main-color1);
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.2px;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 14px;
    white-space: nowrap;
    position: relative;
    border: none;
    overflow: hidden;
}

@media screen and (min-width: 980px) {
    #Home-Page .tour-component-button {
        padding: 14px 21px;
        transition: color 0.325s;
    }

    #Home-Page .tour-component-button:hover {
        color: var(--main-color1) !important;
    }

    #Home-Page .tour-component-button:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 100%;
        width: 110%;
        height: 110%;
        background: var(--white-color2);
        -webkit-clip-path: polygon(0 0, 75% 0, 100% 50%, 75% 100%, 0 100%);
        clip-path: polygon(0 0, 75% 0, 100% 50%, 75% 100%, 0 100%);
        transform: translate(0, -50%);
        transition: clip-path 0.325s, transform 0.325s;
        pointer-events: none;
        z-index: 1;
    }

    #Home-Page .tour-component-button:hover:after {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%);
        transform: translate(95%, -50%);
    }
}

#Home-Page .tour-component-button-text {
    position: relative;
    z-index: 2;
}

#Home-Page .tour-component-icon {
    width: 14px !important;
    height: 14px !important;
    margin-left: 10px;
    fill: var(--main-color1) !important;
}

@media screen and (min-width: 980px) {
    #Home-Page .tour-component-icon {
        transition: fill 0.325s !important;
        z-index: 2;
    }

    #Home-Page .tour-component-button:hover .tour-component-icon {
        fill: var(--main-color1) !important;
    }
}

/*--------------------------------------------------------------
# Madaba
--------------------------------------------------------------*/
#Home-Page .madaba {
    padding: 60px 0;
    position: relative;
    clip-path: inset(0);
}

#Home-Page .madaba img {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    font-family: var(--font1);
}

#Home-Page .madaba:before {
    content: "";
    background: color-mix(in srgb, var(--main-color1), transparent 25%);
    position: absolute;
    inset: 0;
    z-index: 2;
}

#Home-Page .madaba .container {
    position: relative;
    z-index: 3;
}

#Home-Page .madaba h3 {
    color: var(--white-color1);
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

#Home-Page .madaba p {
    color: var(--white-color1);
}

#Home-Page .madaba .cta-btn {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: var(--main-color1);
    background-color: var(--white-color1);
}

#Home-Page .madaba .cta-btn:hover {
    color: var(--main-color2) !important;
}

/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/
.page-header {
    margin-top: 50px;
}

.page-header .hero-container {
    background-image: url('../Images/links/link1.png');
    background-size: cover;
    background-position: center;
    height: 45vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color1);
    text-align: center;
    border-bottom: 4px solid var(--main-color1);
}

.page-header .hero-container .overlay {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-header .hero-container h1 {
    font-size: 3rem;
    font-weight: bold;
    margin: 0px 0 15px;
}

.page-header .hero-container .breadcrumb-container {
    position: relative;
    background: linear-gradient(90deg, var(--main-color2), var(--main-color1));
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: inline-block;
}

.page-header .hero-container .breadcrumb {
    background: none;
    margin-bottom: 0;
    padding: 0;
}

.page-header .hero-container .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    color: var(--white-color2);
    margin: 0 10px;
}

.page-header .hero-container .breadcrumb-item a {
    color: var(--white-color1);
    text-decoration: none;
}

.page-header .hero-container .breadcrumb-item a:hover {
    text-decoration: underline;
}

.page-header .hero-container .breadcrumb-item.active {
    color: var(--second-color3);
    font-weight: bold;
}

.page-header .hero-container .breadcrumb-item:first-child i {
    margin-right: 5px;
}

@media (max-width: 768px) {
    .page-header .hero-container h1 {
        font-size: 2rem;
    }

    .page-header .hero-container p {
        font-size: 1rem;
        margin: 10px 0 20px;
    }

    .page-header .hero-container .breadcrumb-container {
        padding: 8px 16px;
        border-radius: 20px;
    }

    .page-header .hero-container .breadcrumb-item+.breadcrumb-item::before {
        margin: 0 5px;
    }

    .page-header .hero-container .breadcrumb-item {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .page-header .hero-container {
        height: 50vh;
    }

    .page-header .hero-container h1 {
        font-size: 1.5rem;
    }

    .page-header .hero-container p {
        font-size: 0.9rem;
        margin: 10px 0 15px;
    }

    .page-header .hero-container .breadcrumb-container {
        padding: 6px 12px;
        border-radius: 15px;
    }

    .page-header .hero-container .breadcrumb-item a {
        font-size: 0.8rem;
    }
}

.page-header4 {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--white-color1);
    background-color: var(--main-color1);
    overflow: hidden;
}

.page-header4 .page-header4-content {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.page-header4 .page-header4-left {
    padding: 40px;
    z-index: 2;
    background-image: url('../Images/header/header.png');
    background-size: cover;
    min-height: 300px;
}

.page-header4 .page-header4-title {
    font-size: 3.5rem;
    font-weight: bold;
    color: var(--white-color1);
    letter-spacing: 1px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    text-align: center;
}

.page-header4 .breadcrumb-container {
    background: linear-gradient(90deg, var(--white-color1), var(--white-color2));
    padding: 8px 20px;
    border-radius: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
    width: fit-content;
    margin: auto;
    margin-top: 10px;
}

.page-header4 .breadcrumb-container:hover {
    transform: translateY(-3px);
}

.page-header4 .breadcrumb {
    background: none;
    margin-bottom: 0;
    padding: 0;
}

.page-header4 .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    color: var(--main-color1);
    margin: 0 10px;
}

.page-header4 .breadcrumb-item a {
    color: var(--main-color1);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.page-header4 .breadcrumb-item a:hover {
    color: var(--main-color2) !important;
}

.page-header4 .breadcrumb-item.active {
    color: var(--second-color1);
    font-weight: bold;
}

.page-header4 .page-header4-right {
    padding: 0;
    margin: 0;
    border-left: 4px solid var(--white-color1);
}

.page-header4 .page-header4-bg {
    background-image: url('../Images/links/link1.png');
    background-size: cover;
    background-position: center;
    transition: filter 0.5s ease;
    flex: 1;
    min-height: 300px;
}

.page-header4 .page-header4-right:hover .page-header4-bg {
    filter: brightness(0.85);
}

.page-header4 .hero-tags {
    gap: 15px;
}

.page-header4 .tag {
    background: var(--white-color1);
    color: var(--main-color1);
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-header4 .tag i {
    margin-right: 5px;
}

.page-header4 .tag:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(241, 91, 91, 0.7);
}

@media (max-width: 1200px) {
    .page-header4 .page-header4-title {
        font-size: 3rem;
    }

    .page-header4 .page-header4-bg {
        min-height: 300px;
    }
}

@media (max-width: 992px) {
    .page-header4 {
        height: auto;
    }

    .page-header4 .page-header4-title {
        font-size: 2.5rem;
    }

    .page-header4 .page-header4-bg {
        min-height: 300px;
    }
}

@media (max-width: 768px) {
    .page-header4 {
        padding: 20px 0;
    }

    .page-header4 .page-header4-left {
        padding: 20px;
        text-align: center;
    }

    .page-header4 .page-header4-title {
        font-size: 2rem;
    }

    .page-header4 .page-header4-right {
        order: -1;
    }

    .page-header4 .page-header4-bg {
        min-height: 250px;
    }

    .page-header4 .hero-tags {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .page-header4 .breadcrumb-container {
        padding: 8px 16px;
        border-radius: 30px;
    }

    .page-header4 .page-header4-bg {
        min-height: 200px;
    }
}

.sub-page .section {
    display: none;
}

.sub-page .section.active {
    display: block;
}

.sub-page .version-div {
    display: none;
}

.custom-tabs .tabs .nav-tabs {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.custom-tabs .tabs .nav-item {
    margin: 0 10px;
}

.custom-tabs .tabs .nav-link {
    text-align: center;
    padding: 15px;
    margin-top: 10px;
    border-radius: 10px 10px 0 0;
    color: var(--white-color1) !important;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    transition: background-color 0.3s, color 0.3s, transform 0.3s;
    background-color: var(--main-color1) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.custom-tabs .tabs .nav-link:hover {
    transform: translateY(-5px);
}

.custom-tabs .tabs .nav-link.active {
    background-color: var(--main-color2) !important;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    color: var(--white-color1);
}

.custom-tabs .tabs .nav-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--second-color1);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.custom-tabs .tabs .nav-link.active::after {
    transform: scaleX(1);
}

.tab-pane {
    display: none;
    margin-top: 30px;
    padding: 0 20px;
}

.tab-pane.active {
    display: block;
    animation: fadeIn 0.5s ease-out;
}

.tab-pane .section-title2 {
    padding-bottom: 10px;
}

.tab-pane .section-title2 h2 {
    display: flex;
    font-size: 20px;
    margin-top: 30px;
    align-items: end;
    justify-content: center;
}

.sub-page .tab-content {
    padding: 0 50px;
    background-color: var(--white-color1);
    border: 1px solid var(--white-color2);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 980px) {
    .sub-page .tab-content {
        padding: 15px;
    }
}

@media screen and (max-width: 767px) {
    .sub-page .tab-content {
        padding: 5px;
    }
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
#home-page .hero-section {
    background: var(--main-color1);
    filter: brightness(1.3);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    font-family: var(--font1);
}

@media screen and (min-width: 980px) {
    #home-page .hero-section {
        min-height: 100vh;
    }
}

#home-page .hero-section-background {
    display: none;
}

@media screen and (min-width: 980px) {
    #home-page .hero-section-background {
        display: block;
        min-height: 100vh;
        object-fit: cover;
        width: 100%;
    }
}

#home-page .hero-section.video .hero-section-background {
    display: none;
}

#home-page .hero-section-container-mask {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#home-page .hero-section-header-desktop {
    display: none;
}

@media screen and (min-width: 980px) {
    #home-page .hero-section-header-desktop {
        align-items: center;
        color: var(--white-color1);
        display: flex;
        height: 75px;
        justify-content: center;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
}

#home-page .hero-section-video-container {
    display: none;
    height: 0;
    padding-bottom: 390px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

#home-page .hero-section.video .hero-section-video-container {
    display: block;
}

@media screen and (min-width: 980px) {
    #home-page .hero-section-video-container {
        padding-bottom: 100vh;
    }
}

#home-page .hero-section-video {
    left: 50%;
    max-height: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 10px);
}

#home-page .hero-section-spotlight {
    color: var(--white-color1);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 auto;
    min-height: 390px;
    padding: 0 0 20px;
    position: relative;
}

@media screen and (min-width: 980px) {
    #home-page .hero-section-spotlight {
        background: none;
        margin: 0 auto;
        max-width: 1400px;
        padding: 0 100px 100px 100px;
    }
}

#home-page .hero-section-spotlight-background {
    bottom: 0;
    display: block;
    min-height: 390px;
    left: 0;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

#home-page .hero-section.video .hero-section-spotlight-background {
    display: none;
}

@media screen and (min-width: 980px) {
    #home-page .hero-section-spotlight-background {
        display: none;
    }
}

#home-page .hero-section-spotlight-mask {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (min-width: 980px) {
    #home-page .hero-section-spotlight-mask {
        display: none;
    }
}

#home-page .hero-section-spotlight-title {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -0.3px;
    line-height: 42px;
    margin: 0;
    padding: 0 20px;
    position: relative;
    user-select: none;
    -webkit-animation: hpFadeUp 0.6s linear forwards;
    animation: hpFadeUp 0.6s linear forwards;
}

@media screen and (min-width: 980px) {
    #home-page .hero-section-spotlight-title {
        font-size: 75px;
        letter-spacing: -1px;
        line-height: 92px;
        max-width: 760px;
    }
}

#home-page .hero-section-spotlight-caption {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.2px;
    line-height: 24px;
    margin: 12px 0 0 0;
    padding: 0 20px;
    position: relative;
    user-select: none;
    -webkit-animation: hpFadeUp 0.6s linear forwards;
    animation: hpFadeUp 0.6s linear forwards;
}

@media screen and (min-width: 980px) {
    #home-page .hero-section-spotlight-caption {
        font-size: 20px;
        line-height: 39px;
        margin: 20px 0 0 0;
        max-width: 640px;
    }
}

#home-page .hero-section-pause-play-content {
    display: none;
}

@media screen and (min-width: 980px) {
    #home-page .hero-section-pause-play-content {
        display: flex;
        align-items: center;
        bottom: 98px;
        position: absolute;
        right: 120px;
    }
}

#home-page .hero-section:not(.video) .hero-section-pause-play-content {
    display: none;
}

#home-page .hero-section-pause-play-text {
    display: none;
}

@media screen and (min-width: 980px) {
    #home-page .hero-section-pause-play-text {
        font-size: 14px;
        font-style: italic;
        letter-spacing: 0;
        line-height: 21px;
        opacity: 0.6;
        text-align: right;
    }
}

@media screen and (min-width: 1200px) {
    #home-page .hero-section-pause-play-text {
        display: block;
    }
}

#home-page .hero-section-pause-play {
    display: none;
}

@media screen and (min-width: 980px) {
    #home-page .hero-section-pause-play {
        align-items: center;
        -webkit-appearance: none;
        appearance: none;
        background-color: transparent;
        border-radius: 50%;
        border: 3px solid rgba(255, 255, 255, 0.7);
        color: transparent;
        cursor: pointer;
        display: flex;
        height: 40px;
        justify-content: center;
        margin-left: 20px;
        padding: 0;
        -webkit-transition: scale, transform 0.3s;
        transition: scale, transform 0.3s;
        -webkit-transform: none;
        transform: none;
        user-select: none;
        width: 40px;
    }

    #home-page .hero-section-pause-play:hover {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: scale(0.95) rotate(360deg);
        transform: scale(0.95) rotate(360deg);
    }

    #home-page .hero-section-pause-play .icon-pause,
    #home-page .hero-section-pause-play .icon-play {
        display: none;
        fill: var(--white-color1) !important;
        height: 20px;
        width: 20px;
    }

    #home-page .hero-section-pause-play .icon-play {
        margin-left: 4px;
    }

    #home-page .hero-section-pause-play .icon-pause.active {
        display: block;
    }

    #home-page .hero-section-pause-play .icon-play.active {
        display: block;
    }
}

@media screen and (min-width: 980px) {
    #home-page .hero-section-bottom {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
    }
}

#home-page .hero-section-cta {
    color: var(--white-color1);
    position: relative;
    width: 100%;
    background-color: var(--main-color2);
    font-family: var(--font1);
}

@media screen and (min-width: 980px) {
    #home-page .hero-section-cta {
        display: flex;
        justify-content: center;
        min-height: 145px;
    }
}

#home-page .hero-section-cta-spacer {
    display: none;
}

@media screen and (min-width: 980px) {
    #home-page .hero-section-cta-spacer {
        background-color: rgba(0, 0, 0, 0.3);
        border-top: 1px solid rgba(255, 255, 255, 0.6);
        display: block;
        flex: 1;
        position: relative;
        min-width: 20px;
    }
}

#home-page .hero-section-cta-nav {
    color: var(--white-color1);
    position: relative;
}

@media screen and (min-width: 980px) {
    #home-page .hero-section-cta-nav {
        display: flex;
        max-width: 1400px;
        width: 100%;
    }
}

#home-page .hero-section-cta-items {
    display: block;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 980px) {
    #home-page .hero-section-cta-items {
        display: flex;
        justify-content: stretch;
        width: 100%;
    }
}

#home-page .hero-section-cta-item {
    border-top: 1px solid var(--white-color1);
    color: var(--white-color1);
    cursor: pointer;
    display: block;
    font-family: var(--font-sans);
    height: 120px;
    list-style: none;
    margin-top: 0;
    min-height: 120px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    width: 100%;
}

@media screen and (min-width: 980px) {
    #home-page .hero-section-cta-item {
        border-top: none;
        height: auto;
        min-height: auto;
    }
}

#home-page .hero-section-cta-item-anchor,
#home-page .hero-section-cta-item-anchor:hover,
#home-page .hero-section-cta-item-anchor:active {
    color: inherit;
    display: block;
    height: 100%;
    text-decoration: none;
}

@media screen and (min-width: 980px) {
    #home-page .hero-section-cta-item-anchor {
        min-height: 145px;
    }
}

#home-page .hero-section-cta-item-container {
    overflow: hidden;
    padding: 30px 19px 0;
}

@media screen and (min-width: 980px) {
    #home-page .hero-section-cta-item-container {
        border-left: 1px solid rgba(255, 255, 255, 0.6);
        border-top: 1px solid rgba(255, 255, 255, 0.6);
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        -webkit-transition: top 300ms;
        transition: top 300ms;
    }

    #home-page .hero-section-cta-item:hover .hero-section-cta-item-container,
    #home-page .hero-section-cta-item:focus-within .hero-section-cta-item-container {
        top: -57px;
    }

    #home-page .hero-section-cta-item:hover .hero-section-cta-item-container,
    #home-page .hero-section-cta-item:focus-within .hero-section-cta-item-container {
        border-left: 1px solid transparent;
        border-top: 3px solid transparent;
    }

    #home-page .hero-section-cta-item:hover+.hero-section-cta-item .hero-section-cta-item-container,
    #home-page .hero-section-cta-item:focus-within+.hero-section-cta-item .hero-section-cta-item-container {
        border-left: 1px solid transparent;
    }

    #home-page .hero-section-cta-item:last-child .hero-section-cta-item-container {
        border-right: 1px solid rgba(255, 255, 255, 0.6);
    }

    #home-page .hero-section-cta-item:last-child:hover .hero-section-cta-item-container {
        border-right: 1px solid transparent;
    }

    #home-page .hero-section-cta-item:hover .hero-section-cta-item-container::after,
    #home-page .hero-section-cta-item:focus-within .hero-section-cta-item-container::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        width: 0;
        z-index: 5;
    }

    #home-page .hero-section-cta-item:hover .hero-section-cta-item-container::after,
    #home-page .hero-section-cta-item:focus-within .hero-section-cta-item-container::after {
        -webkit-animation: hpScaleRight 0.3s linear forwards;
        animation: hpScaleRight 0.3s linear forwards;
        background: transparent;
        transform-origin: left;
        width: 100%;
    }

    #home-page .hero-section-cta-item:nth-child(1):hover .hero-section-cta-item-container::after {
        background: var(--white-color1);
    }

    #home-page .hero-section-cta-item:nth-child(2):hover .hero-section-cta-item-container::after {
        background: var(--white-color1);
    }

    #home-page .hero-section-cta-item:nth-child(3):hover .hero-section-cta-item-container::after {
        background: var(--white-color1);
    }

    #home-page .hero-section-cta-item:nth-child(4):hover .hero-section-cta-item-container::after {
        background: var(--white-color1);
    }
}

#home-page .hero-section-cta-item-background {
    bottom: 0;
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: top;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

#home-page .hero-section-cta-item-anchor:focus {
    outline: none;
}

@media screen and (min-width: 980px) {
    #home-page .hero-section-cta-item-background {
        display: none;
    }

    #home-page .hero-section-cta-item .hero-section-cta-item-background {
        opacity: 0;
        -webkit-transition: opacity 0.2s;
        transition: opacity 0.2s;
    }

    #home-page .hero-section-cta-item:hover .hero-section-cta-item-background,
    #home-page .hero-section-cta-item:focus-within .hero-section-cta-item-background {
        opacity: 1;
        -webkit-animation: hpScaleUp 10s linear forwards;
        animation: hpScaleUp 10s linear forwards;
    }

    #home-page .hero-section-cta-item:hover .hero-section-cta-item-background,
    #home-page .hero-section-cta-item:focus-within .hero-section-cta-item-background {
        display: block;
    }
}

#home-page .hero-section-cta-item-mask {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#home-page .hero-section-cta-item-label {
    display: inline;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 15px;
    padding: 2px 5px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (min-width: 980px) {
    #home-page .hero-section-cta-item-label {
        font-size: 13px;
        letter-spacing: 1.2px;
        line-height: 18px;
        padding: 3px 9px;
    }
}

#home-page .hero-section-cta-item .hero-section-cta-item-label {
    background-color: var(--white-color2);
    color: var(--main-color1);
}

#home-page .hero-section-cta-item-title {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 33px;
    margin-top: 16px;
    position: relative;
    text-align: center;
}

@media screen and (min-width: 980px) {
    #home-page .hero-section-cta-item-title {
        font-size: 22px;
        line-height: 39px;
    }
}

#home-page .hero-section-cta-item-caption {
    visibility: hidden;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 9px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

@media screen and (min-width: 980px) {

    #home-page .hero-section-cta-item:hover .hero-section-cta-item-caption,
    #home-page .hero-section-cta-item:focus-within .hero-section-cta-item-caption {
        visibility: visible;
        -webkit-transition: visibility 300ms;
        transition: visibility 300ms;
    }
}

@keyframes hpScaleRight {
    0% {
        transform: scaleX(0);
    }

    100% {
        transform: scaleX(1);
    }
}

@keyframes hpFadeUp {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes hpScaleUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}


/*--------------------------------------------------------------
# Stories
--------------------------------------------------------------*/
#home-page .stories .swiper-container {
    width: 100%;
    overflow: hidden;
    margin: 20px auto;
    position: relative;
}

#home-page .stories .swiper-slide {
    width: 100%;
    height: auto;
    text-align: center;
    transition: all 200ms linear;
    transform: scale(0.8);
}

#home-page .stories .card {
    border: none;
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

#home-page .stories .card:hover {
    transform: scale(1.05);
    transition: all 0.5s ease;
    z-index: 999;
}

#home-page .stories .card .card-body {
    position: relative;
    padding-top: 40px;
}

#home-page .stories .card .badge-box {
    position: absolute;
    top: -20px;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    text-align: center;
}

#home-page .stories .card .badge-box i {
    background: var(--main-color1);
    color: var(--white-color1);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
}

#home-page .stories .card-img-top {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
}

#home-page .stories .card-title {
    color: var(--main-color1);
    font-weight: bold;
    font-size: 22px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#home-page .stories .swiper-button-next,
#home-page .stories .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: var(--main-color1);
    color: var(--white-color1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

#home-page .stories .swiper-button-next:hover,
#home-page .stories .swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.5);
    color: var(--main-color1);
}

#home-page .stories .swiper-button-next::after,
#home-page .stories .swiper-button-prev::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    content: '\f054';
}

#home-page .stories .swiper-button-prev::after {
    content: '\f053';
}

@media (max-width: 1024px) {
    #home-page .stories .card-title {
        font-size: 17px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    #home-page .stories .swiper-container {
        padding: 10px;
    }

    #home-page .stories .swiper-slide {
        flex: 0 0 100%;
    }

    #home-page .stories .swiper-button-next,
    #home-page .stories .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    #home-page .stories .swiper-button-next::after,
    #home-page .stories .swiper-button-prev::after {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    #home-page .stories .card-img-top {
        height: 150px;
    }

    #home-page .stories .swiper-button-next,
    #home-page .stories .swiper-button-prev {
        width: 35px;
        height: 35px;
    }

    #home-page .stories .swiper-button-next::after,
    #home-page .stories .swiper-button-prev::after {
        font-size: 14px;
    }
}

#home-page .stories .swiper-slide.swiper-slide-active {
    transform: scale(1);
}

#home-page .stories .swiper-slide.swiper-slide-active .card {
    background-color: var(--main-color1);
}

#home-page .stories .swiper-slide.swiper-slide-active .card .card-title {
    color: var(--white-color1);
}

#home-page .stories .swiper-slide.swiper-slide-active .card .badge-box i {
    background: var(--white-color1);
    color: var(--main-color1);
}

/*--------------------------------------------------------------
# Reels
--------------------------------------------------------------*/
#home-page .reels {
    position: relative;
    column-gap: 3rem;
    padding-inline: 2.3em;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

@media screen and (min-width: 960px) {
    #home-page .reels {
        display: flex;
        padding-inline: 0;
    }
}

#home-page .reels .content {
    width: 100%;
    color: var(--main-color1);
    position: relative;
    z-index: 2;
}

@media screen and (min-width: 960px) {
    #home-page .reels .content {
        width: 30%;
        padding-left: 5em;
        margin-bottom: 0;
        text-align: center;
    }
}

#home-page .reels h2 {
    letter-spacing: 0.8px;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: bold;
    color: var(--main-color1);
}

#home-page .reels p {
    font-size: 1rem;
    line-height: 1.8;
    margin-inline: auto;
    margin-top: 10px;
}

#home-page .reels .btn {
    background-color: var(--main-color1);
    border: none;
    color: var(--white-color1);
    padding: 12px 20px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    transition: 0.3s ease-in;
    font-weight: bold;
}

#home-page .reels .btn i {
    margin-left: 15px;
}

#home-page .reels .btn:hover {
    background-color: var(--main-color2);
}

#home-page .reels .swiper-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    right: 0px;
    margin: 0 auto;
    margin-top: 15px;
}

@media screen and (min-width: 960px) {
    #home-page .reels .swiper-container {
        width: 60%;
        right: -60px;
    }
}

#home-page .reels .swiper {
    position: relative;
    width: 100%;
    z-index: 1;
}

#home-page .reels .swiper-slide,
#home-page .reels video {
    width: 10rem;
    height: 32rem;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    position: relative;
    border-radius: 12px;
    box-shadow: -1px 5px 15px #0000001f;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.4s ease-in;
}

#home-page .reels video {
    object-fit: fill;
}

#home-page .reels .swiper-slide--one,
#home-page .reels .swiper-slide--four {
    background: url("../Images/reels/1.jpg") no-repeat 50% 50%/cover;
}

#home-page .reels .swiper-slide--two,
#home-page .reels .swiper-slide--five {
    background: url("../Images/reels/2.jpg") no-repeat 50% 50%/cover;
}

#home-page .reels .swiper-slide--three,
#home-page .reels .swiper-slide--six {
    background: url("../Images/reels/3.jpg") no-repeat 50% 50%/cover;
}

#home-page .reels .swiper-slide-active {
    display: grid;
    opacity: 1;
}

#home-page .reels .swiper-pagination {
    position: relative;
    bottom: -0.313rem;
    text-align: center;
    margin-top: 35px;
    width: auto;
}

#home-page .reels .swiper-pagination-bullet {
    border-radius: 0;
    width: 1.5rem;
    height: 0.25rem;
    background: var(--main-color2);
}

#home-page .reels .swiper-pagination-bullet-active {
    background: var(--main-color1);
}

#home-page .reels .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    border-radius: 12px;
}

#home-page .reels .video-container:hover video {
    z-index: 3;
}

#home-page .reels .video-container:hover .video-overlay {
    z-index: 2;
}

#home-page .reels video::-webkit-media-controls {
    z-index: 3;
}

#home-page .reels video:hover {
    cursor: pointer;
    z-index: 3;
}

#home-page .reels .play-button-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 3;
}

#home-page .reels .play-button {
    background-color: transparent;
    border: none;
    font-size: 30px;
    color: var(--main-color1);
    z-index: 3;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
#home-page .testimonials {
    overflow-x: hidden;
    padding: 42px 0;
    position: relative;
    overflow-y: hidden;
}

#home-page .testimonials .testimonials-header {
    padding: 0 20px;
}

#home-page .testimonials .testimonials-title {
    color: var(--main-color1);
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -0.8px;
    line-height: 37px;
    margin: 0;
    margin-bottom: 20px;
}

#home-page .testimonials .testimonials-image-container {
    aspect-ratio: 390 / 350;
    display: block;
    margin: 0 auto;
    max-width: 390px;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

@supports not (aspect-ratio: 390 / 350) {
    #home-page .testimonials .testimonials-image-container {
        width: 100%;
        height: 0;
        padding-bottom: 89.7435%;
    }
}

@media only screen and (min-width: 600px) {
    #home-page .testimonials .testimonials-image-container {
        aspect-ratio: 490 / 450;
        margin: 0 auto;
        max-width: 490px;
    }

    @supports not (aspect-ratio: 490 / 450) {
        #home-page .testimonials .testimonials-image-container {
            width: 100%;
            height: 0;
            padding-bottom: 91.8367%;
        }
    }
}

#home-page .testimonials .testimonials-image-item {
    display: none;
    position: relative;
}

#home-page .testimonials .testimonials-image-item-active {
    display: block;
}


#home-page .testimonials .testimonials-image-item-active {
    aspect-ratio: 1 / 1;
    display: block;
    object-fit: cover;
    position: relative;
    width: 100%;
    overflow: hidden;
}

#home-page .testimonials .testimonials-image-item-active::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: var(--main-color1);
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left;
    animation: hpSlideIn 500ms ease;
    animation-fill-mode: forwards;
    z-index: 1;
}

#home-page .testimonials .testimonials-image-item {
    aspect-ratio: 1 / 1;
    position: relative;
    width: 100%;
}

#home-page .testimonials .testimonials-image {
    display: block;
    object-fit: contain;
    position: relative;
    width: 100%;
    height: 100%;
}

@supports not (aspect-ratio: 9/16) {
    #home-page .testimonials .testimonials-image-item {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
    }
}

#home-page .testimonials .testimonials-selectors {
    background: var(--main-color1);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 250px;
    margin-top: -178px;
    overflow-x: scroll;
    position: relative;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

#home-page .testimonials .testimonials-selectors::-webkit-scrollbar {
    display: none;
}

#home-page .testimonials .testimonials-selectors-container {
    align-items: center;
    display: flex;
    margin: 0 auto;
    padding: 10px 0;
    padding-left: 20px;
}

@media only screen and (min-width: 450px) {
    #home-page .testimonials .testimonials-selectors-container {
        padding-left: 0;
    }
}

#home-page .testimonials .testimonials-selector {
    align-items: center;
    background: transparent;
    border: 4px solid transparent;
    border-radius: 32px;
    cursor: pointer;
    display: inline-flex;
    flex-shrink: 0;
    flex-grow: 1;
    justify-content: flex-start;
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: all 300ms ease;
    width: 50px;
    flex-basis: 50px;
    text-align: left;
    max-width: max-content;
}

#home-page .testimonials .testimonials-selector:hover,
#home-page .testimonials .testimonials-selector:focus {
    background: rgba(0, 0, 0, 0.15);
}

#home-page .testimonials .testimonials-selector-active {
    background: rgba(0, 0, 0, 0.15);
    flex-basis: 100%;
    width: max-content;
}

#home-page .testimonials .testimonials-selector-image {
    border-radius: 50%;
    display: block;
    height: 42px;
    object-fit: cover;
    width: 42px;
}

#home-page .testimonials .testimonials-selector-text {
    color: var(--white-color1);
    display: block;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 20px;
    width: 0;
    opacity: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    transition: width 300ms ease, opacity 300ms ease;
}

#home-page .testimonials .testimonials-selector-active .testimonials-selector-text {
    margin-left: 10px;
    animation: expandText 300ms ease-in forwards;
    margin-right: 16px;
}

@keyframes expandText {
    0% {
        flex-basis: 0;
        width: 0;
        opacity: 0;
    }

    100% {
        width: 100%;
        opacity: 1;
    }
}

#home-page .testimonials .testimonials-content {
    padding: 20px 20px 0;
    z-index: 1;
}

#home-page .testimonials .testimonials-content-item-active {
    display: block;
    z-index: 1;
}

#home-page .testimonials .testimonials-quote {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    transition: all 300ms ease;
}

#home-page .testimonials .testimonials-name {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    transition: all 500ms ease;
    transition-delay: 100ms;
}

#home-page .testimonials .testimonials-content-item-active .testimonials-quote {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

#home-page .testimonials .testimonials-content-item-active .testimonials-name {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

#home-page .testimonials .testimonials-quote-mark {
    align-items: center;
    color: var(--main-color1);
    display: flex;
    font-size: 40px;
    font-weight: bold;
    gap: 15px;
    letter-spacing: 0;
    line-height: 40px;
    margin: 0;
    margin-bottom: 15px;
    position: relative;
}

@supports (-webkit-touch-callout: none) and (not (translate: none)) {
    #home-page .testimonials .testimonials-quote-mark>*:not(:last-child) {
        margin-right: 15px;
    }
}

#home-page .testimonials .testimonials-quote-mark .icon {
    fill: var(--main-color1);
    height: 40px;
    width: 40px;
}

#home-page .testimonials .testimonials-quote-mark::after {
    content: "";
    background: var(--main-color1);
    height: 2px;
    width: auto;
    flex-grow: 1;
}

#home-page .testimonials .testimonials-quote {
    color: var(--second-color1);
    display: block;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 27px;
    margin: 0 0 10px;
}

#home-page .testimonials .testimonials-name {
    color: var(--main-color1);
    display: block;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 21px;
    margin-bottom: 30px;
}

#home-page .testimonials .testimonials-content-item>*:last-child {
    margin-bottom: 0;
}

#home-page .testimonials .testimonials-cite-subtext {
    font-weight: 400;
}

#home-page .testimonials .testimonials-row {
    margin: 0 auto;
    max-width: 1320px;
}

#home-page .testimonials .testimonials-content {
    position: relative;
}

#home-page .testimonials .testimonials-content-item {
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

#home-page .testimonials .testimonials-content-item-active {
    animation: fadeIn 600ms ease forwards;
    position: relative;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media only screen and (min-width: 980px) {
    #home-page .testimonials .testimonials {
        padding: 100px 0;
    }
}

@media only screen and (min-width: 720px) {
    #home-page .testimonials .testimonials-container {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 62px;
        grid-column-gap: 30px;
        grid-row-gap: 0;
        grid-template-rows: minmax(0, auto) minmax(0, 1fr);
    }

    #home-page .testimonials .testimonials-quote-mark .icon {
        flex-shrink: 0;
        height: 60px;
        width: 60px;
    }

    #home-page .testimonials .testimonials-content {
        padding: 0;
    }

    #home-page .testimonials .testimonials-header {
        padding: 0;
    }

    #home-page .testimonials .testimonials-quote-mark::after {
        flex-shrink: 0;
        width: calc(100%);
        z-index: 1;
    }

    #home-page .testimonials .testimonials-image-container {
        padding: 0;
        margin-top: 50px;
    }

    #home-page .testimonials .testimonials-row {
        padding-left: 20px;
        max-width: 1340px;
    }

    #home-page .testimonials .testimonials-header {
        grid-column: 1;
        grid-row: 1;
        max-width: 480px;
    }

    #home-page .testimonials .testimonials-content {
        grid-column: 1;
        grid-row: 2;
        max-width: 480px;
    }

    #home-page .testimonials .testimonials-image-container {
        grid-column: 2;
        grid-row: 1 / span 2;
        max-width: 450px;
        width: 100%;
    }

    #home-page .testimonials .testimonials-selectors {
        grid-column: 3;
        grid-row: 1 / span 2;
    }

    #home-page .testimonials .testimonials-selectors {
        height: calc(450px + 100px);
        margin-top: 0;
        margin-left: -20px;
        overflow: visible;
        position: relative;
    }

    #home-page .testimonials .testimonials-selectors::before {
        content: "";
        background: var(--main-color1);
        height: 100%;
        width: 200px;
        position: absolute;
        top: 0;
        left: -200px;
        z-index: 0;
    }

    #home-page .testimonials .testimonials-selectors::after {
        content: "";
        background: var(--main-color1);
        height: 100%;
        width: 100vw;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 0;
    }

    #home-page .testimonials .testimonials-selector {
        align-self: stretch;
        border: 10px solid transparent;
        justify-content: flex-start;
        max-width: 62px;
        flex-grow: 0;
        flex-basis: auto;
        width: 100%;
    }

    #home-page .testimonials .testimonials-selector-text {
        max-width: 0;
        margin-left: 0;
        margin-right: 0;
    }

    #home-page .testimonials .testimonials-selectors {
        justify-content: flex-start;
    }

    #home-page .testimonials .testimonials-selectors-container {
        flex-direction: column;
        margin: 0;
        margin-top: 50px;
    }

    #home-page .testimonials .testimonials-quote {
        font-size: 13px;
        letter-spacing: 0;
        line-height: 28px;
    }
}

@media only screen and (min-width: 1000px) {
    #home-page .testimonials .testimonials-container {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 80px;
        grid-column-gap: 30px;
        grid-row-gap: 0;
    }

    #home-page .testimonials .testimonials-selector {
        border-radius: 50px;
        margin-bottom: 1px;
    }

    #home-page .testimonials .testimonials-title {
        font-size: 55px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 69px;
        margin: 0 0 30px;
    }

    #home-page .testimonials .testimonials-quote {
        font-size: 17px;
        letter-spacing: 0;
        line-height: 30px;
        margin-bottom: 12px;
    }

    #home-page .testimonials .testimonials-name {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 27px;
    }

    #home-page .testimonials .testimonials-label {
        margin: 0 0 12px;
    }

    #home-page .testimonials .testimonials-selector {
        max-width: 80px;
    }

    #home-page .testimonials .testimonials-selector:last-child {
        margin-bottom: 0;
    }

    #home-page .testimonials .testimonials-selector-image {
        height: 60px;
        width: 60px;
    }
}

@media only screen and (min-width: 1140px) {
    #home-page .testimonials .testimonials-container {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 300px;
        grid-column-gap: 30px;
        grid-row-gap: 0;
    }

    #home-page .testimonials .testimonials-row {
        padding-left: 20px;
        max-width: 1340px;
    }

    #home-page .testimonials .testimonials-header {
        grid-column: 1;
        grid-row: 1;
        max-width: 480px;
    }

    #home-page .testimonials .testimonials-selectors-container {
        margin-top: 0;
    }

    #home-page .testimonials .testimonials-content {
        grid-column: 1;
        grid-row: 2;
        max-width: 480px;
    }

    #home-page .testimonials .testimonials-image-container {
        grid-column: 2;
        grid-row: 1 / span 2;
        max-width: 450px;
        width: 100%;
    }

    #home-page .testimonials .testimonials-selectors {
        grid-column: 3;
        grid-row: 1 / span 2;
    }

    #home-page .testimonials .testimonials-selectors {
        height: calc(450px + 100px);
        margin-top: 0;
        margin-left: -20px;
        overflow: visible;
        position: relative;
    }

    #home-page .testimonials .testimonials-selectors::before {
        content: "";
        background: var(--main-color1);
        height: 100%;
        width: 200px;
        position: absolute;
        top: 0;
        left: -200px;
        z-index: 0;
    }

    #home-page .testimonials .testimonials-selectors::after {
        content: "";
        background: var(--main-color1);
        height: 100%;
        width: 100vw;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 0;
    }

    #home-page .testimonials .testimonials-selector {
        align-self: stretch;
        border: 10px solid transparent;
        justify-content: flex-start;
        max-width: 300px;
        flex-grow: 0;
        flex-basis: auto;
        width: 100%;
    }

    #home-page .testimonials .testimonials-selector-text {
        opacity: 1;
        width: 100%;
        margin-left: 15px;
        margin-right: 15px;
    }

    #home-page .testimonials .testimonials-selector-active .testimonials-selector-text {
        animation: none;
        margin-left: 15px;
        margin-right: 15px;
    }

    #home-page .testimonials .testimonials-selectors-container {
        align-items: flex-start;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        width: 100%;
    }

    #home-page .testimonials .testimonials-image-container {
        aspect-ratio: 1 / 1;
        margin-top: 50px;
        max-width: 450px;
        padding: 0;
    }

    @supports not (aspect-ratio: 1/1) {
        #home-page .testimonials .testimonials-image-container {
            width: 100%;
            height: 0;
            padding-bottom: 100%;
        }
    }

    #home-page .testimonials .testimonials-quote-mark {
        margin-bottom: 30px;
    }

    #home-page .testimonials .testimonials-header {
        padding: 0;
    }

    #home-page .testimonials .testimonials-content {
        padding: 0;
    }

    #home-page .testimonials .testimonials-selector {
        border-radius: 50px;
        margin-bottom: 1px;
    }

    #home-page .testimonials .testimonials-selector:last-child {
        margin-bottom: 0;
    }

    #home-page .testimonials .testimonials-selector-image {
        height: 60px;
        width: 60px;
    }

    #home-page .testimonials .testimonials-selector-text {
        display: block;
        font-size: 18px;
        font-style: italic;
        letter-spacing: 0;
        line-height: 27px;
        margin-left: 15px;
        margin-right: 15px;
        max-width: 185px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media only screen and (min-width: 1270px) {
    #home-page .testimonials .testimonials-container {
        grid-template-columns: minmax(0, 1fr) 450px 300px;
    }
}

@media only screen and (min-width: 1290px) {
    #home-page .testimonials .testimonials-container {
        grid-template-columns: 480px 450px 300px;
    }
}

@keyframes hpSlideIn {
    0% {
        transform: scaleX(0) translate3d(0, 0, 0);
    }

    50% {
        transform: scaleX(1) translate3d(0, 0, 0);
    }

    100% {
        transform: scaleX(1) translate3d(100%, 0, 0);
    }
}

/*--------------------------------------------------------------
# Tour
--------------------------------------------------------------*/
#home-page .tour-component {
    font-family: var(--font1);
    background-color: var(--main-color1);
}

@media screen and (min-width: 980px) {
    #home-page .tour-component {
        background-position: 0 9px;
        background-size: 100% calc(100% - 18px);
        min-height: 168px;
    }
}

#home-page .tour-component-inner {
    min-height: 86px;
    position: relative;
}

@media screen and (min-width: 980px) {
    #home-page .tour-component-inner {
        align-items: center;
        display: flex;
        min-height: 168px;
        padding: 30px 0 30px 30px;
    }
}

#home-page .tour-component-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-clip-path: polygon(0% 0%, 95% 0, calc(95% - 20px) 100%, 0% 100%);
    clip-path: polygon(0% 0%, 95% 0, calc(95% - 20px) 100%, 0% 100%);
}

@media screen and (min-width: 980px) {
    #home-page .tour-component-background {
        -webkit-clip-path: polygon(0% 0%, 65% 0, calc(65% - 35px) 100%, 0% 100%);
        clip-path: polygon(0% 0%, 65% 0, calc(65% - 35px) 100%, 0% 100%);
    }
}

#home-page .tour-component-background-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 980px) {
    #home-page .tour-component-background-image {
        width: 65%;
    }
}

#home-page .tour-component-background-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #8c2225cc;
}

#home-page .tour-component-content-wrap {
    position: relative;
    margin: 0 auto;
}

@media screen and (min-width: 980px) {
    #home-page .tour-component-content-wrap {
        width: 100%;
    }
}

#home-page .tour-component-content {
    position: relative;
    padding-top: 20px;
}

@media screen and (min-width: 980px) {
    #home-page .tour-component-content {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-top: 0;
        padding-right: 0;
        justify-content: space-around;
    }
}

#home-page .tour-component-title {
    color: var(--white-color1);
    font-size: 21px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (min-width: 980px) {
    #home-page .tour-component-title {
        font-size: 36px;
        line-height: 45px;
        margin: 0 68px 0 0;
        text-align: right;
    }
}

#home-page .tour-component-title-inner {
    display: block;
    text-align: center;
}

#home-page .tour-component-buttons {
    position: relative;
    padding-bottom: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;
    opacity: 1;
}

@media screen and (min-width: 980px) {
    #home-page .tour-component-buttons {
        bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

#home-page .tour-component-button {
    appearance: none;
    display: inline-flex;
    align-items: center;
    background-color: var(--white-color1);
    color: var(--main-color1);
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.2px;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 14px;
    white-space: nowrap;
    position: relative;
    border: none;
    overflow: hidden;
}

@media screen and (min-width: 980px) {
    #home-page .tour-component-button {
        padding: 14px 21px;
        transition: color 0.325s;
    }

    #home-page .tour-component-button:hover {
        color: var(--main-color1) !important;
    }

    #home-page .tour-component-button:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 100%;
        width: 110%;
        height: 110%;
        background: var(--white-color2);
        -webkit-clip-path: polygon(0 0, 75% 0, 100% 50%, 75% 100%, 0 100%);
        clip-path: polygon(0 0, 75% 0, 100% 50%, 75% 100%, 0 100%);
        transform: translate(0, -50%);
        transition: clip-path 0.325s, transform 0.325s;
        pointer-events: none;
        z-index: 1;
    }

    #home-page .tour-component-button:hover:after {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%);
        transform: translate(95%, -50%);
    }
}

#home-page .tour-component-button-text {
    position: relative;
    z-index: 2;
}

#home-page .tour-component-icon {
    width: 14px !important;
    height: 14px !important;
    margin-left: 10px;
    fill: var(--main-color1) !important;
}

@media screen and (min-width: 980px) {
    #home-page .tour-component-icon {
        transition: fill 0.325s !important;
        z-index: 2;
    }

    #home-page .tour-component-button:hover .tour-component-icon {
        fill: var(--main-color1) !important;
    }
}

/*--------------------------------------------------------------
# Madaba
--------------------------------------------------------------*/
#home-page .madaba {
    padding: 60px 0;
    position: relative;
    clip-path: inset(0);
}

#home-page .madaba img {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    font-family: var(--font1);
}

#home-page .madaba:before {
    content: "";
    background: color-mix(in srgb, var(--main-color1), transparent 25%);
    position: absolute;
    inset: 0;
    z-index: 2;
}

#home-page .madaba .container {
    position: relative;
    z-index: 3;
}

#home-page .madaba h3 {
    color: var(--white-color1);
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

#home-page .madaba p {
    color: var(--white-color1);
}

#home-page .madaba .cta-btn {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: var(--main-color1);
    background-color: var(--white-color1);
}

#home-page .madaba .cta-btn:hover {
    color: var(--main-color2) !important;
}


/*--------------------------------------------------------------
# Student Life
--------------------------------------------------------------*/
#home-page .student-life {
    font-size: 10px;
    overflow-x: hidden;
}

#home-page .student-life .student-life-swiper1,
.student-life-swiper2 {
    margin-bottom: 1rem;
}

#home-page .student-life-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    /* border: 10px solid var(--main-color1); */
}

#home-page .student-life .swiper-slide {
    width: 200px;
    height: 200px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.5rem;
}

#home-page .student-life .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

#home-page .student-life .badge-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #8c2225cc;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#home-page .student-life .badge-box:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

#home-page .student-life .badge-box i {
    color: var(--white-color1);
    font-size: 24px;
}

/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/
#home-page .facts .swiper-container {
    width: 100%;
    border: var(--main-color1) 3px solid;
}

#home-page .facts .swiper-wrapper {
    display: flex;
    align-items: center;
}

#home-page .facts .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    min-height: 180px;
    border-left: 1px solid var(--second-color3);
    border-right: 1px solid var(--second-color3);
}

#home-page .facts .swiper-slide:nth-child(odd) {
    background-color: var(--main-color1);
    color: var(--white-color1);
}

#home-page .facts .swiper-slide:nth-child(even) {
    background-color: var(--main-color2);
    color: var(--white-color1);
}

#home-page .facts .swiper-slide .icon {
    font-size: 40px;
    border-bottom: 2px solid var(--white-color1);
    padding: 10px;
    display: inline;
}

#home-page .facts .swiper-slide h3 {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 2rem;
}

#home-page .facts .swiper-slide p {
    font-size: 1rem;
    margin: 0;
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
#home-page .trending-area .trending-main {
    border-bottom: 1px solid var(--main-color1)
}

#home-page .trending-area .trending-main .trending-top .trend-top-img {
    overflow: hidden;
    position: relative
}

#home-page .trending-area .trending-main .trending-top .trend-top-img::before {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    content: ""
}

#home-page .trending-area .trending-main .trending-top .trend-top-img img {
    width: 100%;
    border-radius: 7px;
    max-height: 500px;
    object-fit: cover;
}

#home-page .trending-area .trending-main .trending-top .trend-top-img .trend-top-cap {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #8c2225bb;
    width: 100%;
    padding: 20px;
}

@media (max-width: 767px) {
    #home-page .trending-area .trending-main .trending-top .trend-top-img .trend-top-cap {
        bottom: -2px;
        left: 5px
    }
}

#home-page .trending-area .trending-main .trending-top .trend-top-img .trend-top-cap span {
    background: var(--white-color1);
    color: var(--main-color1);
    padding: 9px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    line-height: 1;
    margin-bottom: 19px;
    display: inline-block
}

#home-page .trending-area .trending-main .trending-top .trend-top-img .trend-top-cap h2 {
    font-size: 30px;
}

@media (max-width: 767px) {
    #home-page .trending-area .trending-main .trending-top .trend-top-img .trend-top-cap h2 {
        font-size: 15px
    }
}

#home-page .trending-area .trending-main .trending-top .trend-top-img .trend-top-cap h2 a {
    color: var(--white-color1);
    font-weight: 700;
    line-height: 1.3
}

#home-page .trending-area .trending-main .trending-bottom {
    margin-top: 20px;
}

#home-page .trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-img {
    overflow: hidden
}

#home-page .trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-img img {
    width: 100%;
    border-radius: 5px;
    transform: scale(1);
    transition: all 0.5s ease-out 0s;
    height: 180px;
}

#home-page .trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-cap span {
    color: var(--white-color1);
    background-color: var(--main-color1);
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    padding: 10px 15px;
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
    border-radius: 5px;
}

#home-page .trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-cap h4 {
    font-size: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #home-page .trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-cap h4 {
        font-size: 16px
    }
}

#home-page .trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-cap h4 a {
    font-weight: 500;
    line-height: 1.4
}

#home-page .trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-cap h4 a:hover {
    color: var(--main-color2) !important;
}

#home-page .trending-area .trending-main .trand-right-single {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--main-color1)
}

#home-page .trending-area .trending-main .trand-right-single:last-child {
    border-bottom: 0
}

#home-page .trending-area .trending-main .trand-right-single .trand-right-img img {
    border-radius: 6px;
    width: 150px;
    max-height: 150px;
    object-fit: cover;
    min-height: 120px;
}

#home-page .trending-area .trending-main .trand-right-single .trand-right-cap {
    padding-left: 18px
}

#home-page .trending-area .trending-main .trand-right-single .trand-right-cap span {
    color: var(--white-color1);
    background-color: var(--main-color1);
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    padding: 10px 15px;
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
    border-radius: 5px;
}

#home-page .trending-area .trending-main .trand-right-single .trand-right-cap h4 {
    font-size: 18px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #home-page .trending-area .trending-main .trand-right-single .trand-right-cap h4 {
        font-size: 15px
    }
}

#home-page .trending-area .trending-main .trand-right-single .trand-right-cap h4 a {
    font-weight: 500;
    line-height: 1.4
}

#home-page .trending-area .trending-main .trand-right-single .trand-right-cap h4 a:hover {
    color: var(--main-color2) !important;
}

#home-page .trending-area .single-bottom:hover .trend-bottom-img img {
    transform: scale(1.1)
}

/*--------------------------------------------------------------
# Why-Us
--------------------------------------------------------------*/
#home-page .why-us .hexagon-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#home-page .why-us .hexagon-item {
    cursor: pointer;
    width: 200px;
    height: 173.20508px;
    z-index: 0;
    position: relative;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

#home-page .why-us .hexagon-item:first-child {
    margin-left: 0;
}

#home-page .why-us .hexagon-item:hover {
    z-index: 1;
}

#home-page .why-us .hexagon-item:hover .hex-item:last-child {
    opacity: 1;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

#home-page .why-us .hexagon-item:hover .hex-item:first-child {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

#home-page .why-us .hexagon-item:hover .hex-item:first-child div:before,
#home-page .why-us .hexagon-item:hover .hex-item:first-child div:after {
    height: 5px;
}

#home-page .why-us .hexagon-item:hover .hex-item div::before,
#home-page .why-us .hexagon-item:hover .hex-item div::after {
    background-color: var(--main-color1);
}

#home-page .why-us .hexagon-item .hex-content svg {
    fill: var(--main-color1) !important;
}

#home-page .why-us .hexagon-item:hover .hex-content svg {
    -webkit-transform: scale(0.97);
    -moz-transform: scale(0.97);
    -ms-transform: scale(0.97);
    -o-transform: scale(0.97);
    transform: scale(0.97);
}

#home-page .why-us .hexagon-item:nth-last-child(1),
#home-page .why-us .hexagon-item:nth-last-child(2),
#home-page .why-us .hexagon-item:nth-last-child(3) {
    -moz-transform: rotate(30deg) translate(87px, -80px);
    -ms-transform: rotate(30deg) translate(87px, -80px);
    -o-transform: rotate(30deg) translate(87px, -80px);
}

#home-page .why-us .hex-item {
    position: absolute;
    top: 0;
    left: 50px;
    width: 100px;
    height: 173.20508px;
}

#home-page .why-us .hex-item:first-child {
    z-index: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#home-page .why-us .hex-item:last-child {
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
}

#home-page .why-us .hex-item div {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    width: 100px;
    height: 173.20508px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

#home-page .why-us .hex-item div::before,
#home-page .why-us .hex-item div::after {
    background-color: var(--main-color1);
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

#home-page .why-us .hex-item div:before {
    top: 0;
}

#home-page .why-us .hex-item div:after {
    bottom: 0;
}

#home-page .why-us .hex-item div:nth-child(1) {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

#home-page .why-us .hex-item div:nth-child(2) {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
}

#home-page .why-us .hex-item div:nth-child(3) {
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
}

#home-page .why-us .hex-content {
    color: var(--white-color1);
    display: block;
    height: 180px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    transform: rotate(-30deg);
    width: 156px;
}

#home-page .why-us .hex-content .hex-content-inner {
    left: 50%;
    margin: -3px 0 0 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 150px;
}

#home-page .why-us .hex-content .icon {
    display: block;
    font-size: 33px;
    line-height: 30px;
    margin-bottom: 11px;
}

#home-page .why-us .hex-content .title {
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
}

#home-page .why-us .hex-content svg {
    left: -7px;
    position: absolute;
    top: -13px;
    transform: scale(0.87);
    z-index: -1;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

#home-page .why-us .hexagon-item:nth-last-child(1),
#home-page .why-us .hexagon-item:nth-last-child(2),
#home-page .why-us .hexagon-item:nth-last-child(3) {
    -moz-transform: rotate(30deg) translate(87px, -80px);
    -ms-transform: rotate(30deg) translate(87px, -80px);
    -o-transform: rotate(30deg) translate(87px, -80px);
}

#home-page .why-us .hexagon-item:hover .icon i {
    color: var(--white-color1);
    transition: 0.6s;
}

#home-page .why-us .hexagon-item:hover .title {
    color: var(--white-color1);
}

@-webkit-keyframes focus-in-contract {
    0% {
        letter-spacing: 1em;
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes focus-in-contract {
    0% {
        letter-spacing: 1em;
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}


@media only screen and (max-width: 1024px) {
    #home-page .why-us .hexagon-item {
        float: none;
        margin: 0 auto 50px;
    }

    #home-page .why-us .hexagon-item:first-child {
        margin-left: auto;
    }

    #home-page .why-us .hexagon-item:nth-last-child(1),
    #home-page .why-us .hexagon-item:nth-last-child(2),
    #home-page .why-us .hexagon-item:nth-last-child(3) {
        -webkit-transform: rotate(30deg) translate(0px, 0px);
        -moz-transform: rotate(30deg) translate(0px, 0px);
        -ms-transform: rotate(30deg) translate(0px, 0px);
        -o-transform: rotate(30deg) translate(0px, 0px);
        transform: rotate(30deg) translate(0px, 0px);
    }

    #home-page .why-us .hexagon-item {
        margin-bottom: 35px;
    }
}

/*--------------------------------------------------------------
# sub-page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Cards1
--------------------------------------------------------------*/
.sub-page .cards1 .preview-card {
    position: relative;
    margin: 15px;
    background: var(--white-color1);
    box-shadow: 0px 3px 10px rgba(34, 35, 58, 0.2);
    padding: 15px 25px 15px;
    border-radius: 25px;
    transition: all 0.3s;
    margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
    .sub-page .cards1 .preview-card {
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .sub-page .cards1 .preview-card {
        min-height: 500px;
        height: auto;
        margin: 120px auto;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .sub-page .cards1 .preview-card {
        height: auto;
    }
}

.sub-page .cards1 .preview-card-item {
    display: flex;
}

@media screen and (max-width: 768px) {
    .sub-page .cards1 .preview-card-item {
        flex-direction: column;
    }
}

.sub-page .cards2 .postcard-preview-txt {
    font-size: 0.9rem;
    color: var(--second-color2);
    margin-bottom: 1.6rem;
    line-height: 1.5rem;
    flex-grow: 1;
    font-weight: 400;
    letter-spacing: 0.0005rem;
    min-height: calc(5*1.5rem);
}

@media screen and (max-width: 768px) {
    .sub-page .cards2 .postcard-preview-txt {
        line-height: 1.5rem;
        min-height: calc(3* 1.5rem);
    }
}

.sub-page .cards1 .preview-card-item.swiper-slide-active .blog-slider-img img {
    opacity: 1;
    transition-delay: 0.3s;
}

.sub-page .cards1 .preview-card-item.swiper-slide-active .blog-slider-content>* {
    opacity: 1;
    transform: none;
}

.sub-page .cards1 .preview-card-img {
    width: 230px;
    flex-shrink: 0;
    height: 230px;
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.8);
    border-radius: 20px;
    transform: translateX(-50px);
    overflow: hidden;
}

.sub-page .cards1 .preview-card-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    opacity: 0.4;
}

.sub-page .cards1 .preview-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 1;
    border-radius: 20px;
    transition: all 0.3s;
}

@media screen and (max-width: 768px) {
    .sub-page .cards1 .preview-card-img {
        transform: translateY(-50%);
        width: 90%;
    }
}

@media screen and (max-width: 576px) {
    .sub-page .cards1 .preview-card-img {
        width: 95%;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .sub-page .cards1 .preview-card-img {
        height: 270px;
    }
}

.sub-page .cards1 .preview-card-content {
    padding-right: 25px;
}

@media screen and (max-width: 768px) {
    .sub-page .cards1 .preview-card-content {
        margin-top: -80px;
        text-align: center;
        padding: 0 30px;
    }
}

@media screen and (max-width: 576px) {
    .sub-page .cards1 .preview-card-content {
        padding: 0;
    }
}

.sub-page .cards1 .preview-card-content>* {
    transform: translateY(25px);
    transition: all 0.4s;
}

.sub-page .cards1 .preview-card-title {
    font-size: 33px;
    font-weight: bold;
    color: var(--main-color1);
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.sub-page .cards1 .preview-card-text {
    color: var(--second-color2);
    line-height: 1.3em;
    text-align: center;
    max-width: 100%;
    margin: auto;
    margin-bottom: 30px;
    font-size: 15px;
}

.sub-page .cards2 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.sub-page .cards2 .postcard {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    overflow: hidden;
    background-color: var(--white-color1);
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.sub-page .cards2 .postcard:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}

.sub-page .cards2 .postcard-img {
    height: 200px;
    object-fit: cover;
    width: 100%;
    transition: transform 0.4s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.sub-page .cards2 .postcard:hover .postcard-img {
    transform: scale(1.04);
}

.sub-page .cards2 .postcard-text {
    padding: 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.sub-page .cards2 .postcard-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--main-color1);
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
    letter-spacing: 0.5px;
}

.sub-page .cards2 .postcard-title:hover a {
    color: var(--main-color2) !important;
}

.sub-page .cards2 .postcard-bar {
    width: 80px;
    height: 6px;
    background-color: var(--main-color1);
    margin-bottom: 1.3rem;
    border-radius: 10px;
}

.sub-page .cards2 .postcard-tagbox {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.sub-page .cards2 .postcard-tagbox .tag-item {
    background: var(--main-color1);
    color: var(--white-color1);
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 0.9rem;
    transition: background 0.3s;
    width: 100%;
}

.sub-page .cards2 .postcard-tagbox .tag-item i {
    margin-right: 5px;
}

.sub-page .cards2 .postcard-tagbox .tag-item:hover {
    background-color: var(--main-color2);
}

@media (max-width: 1024px) {
    .sub-page .cards2 .postcard-tagbox .tag-item {
        font-size: 0.8rem;
    }
}

@media (min-width: 768px) {
    .sub-page .cards2 .postcard {
        flex: 0 0 calc(33.333% - 30px);
    }
}

@media (max-width: 767px) {
    .sub-page .cards2 {
        display: block;
    }

    .sub-page .cards2 .postcard {
        flex: 1 1 100%;
    }

    .sub-page .cards2 .postcard-img {
        height: 160px;
    }
}

/*--------------------------------------------------------------
# Cards3
--------------------------------------------------------------*/
.cards3 figure {
    position: relative;
    overflow: hidden;
    margin: 10px;
    max-width: 90%;
    width: 100%;
    background-color: var(--main-color1);
    color: var(--white-color1);
    text-align: left;
    font-size: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
}

.cards3 figure * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cards3 figure .image {
    max-height: 220px;
    overflow: hidden;
}

.cards3 figure img {
    max-width: 100%;
    vertical-align: top;
    position: relative;
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.cards3 figure figcaption {
    padding: 25px;
    position: relative;
}

.cards3 figure .date {
    background-color: var(--white-color1);
    top: 25px;
    color: var(--main-color1);
    left: 25px;
    min-height: 48px;
    min-width: 48px;
    position: absolute;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.cards3 figure .date span {
    display: block;
    line-height: 24px;
}

.cards3 figure .date .month {
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.1);
}

.cards3 figure h5,
.cards3 figure p {
    margin: 0;
    padding: 0;
}

.cards3 figure h5 {
    margin-bottom: 30px;
    margin-left: 60px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
}

.cards3 figure p {
    font-size: 0.8em;
    line-height: 1.6em;
}

.cards3 figure:hover img,
.cards3 figure.hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media screen and (max-width: 1024px) {
    .cards3 figure h5 {
        margin-bottom: 30px;
        margin-left: 55px;
        display: inline-block;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px;
    }
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
#Gallery .item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
    margin-bottom: 25px;
}

#Gallery .item:hover {
    transform: scale(1.01);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

#Gallery .item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

#Gallery .modal-img {
    width: 100%;
    border-radius: 10px;
}

/*--------------------------------------------------------------
# Cards 4 
--------------------------------------------------------------*/
.cards4 .card-member {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: var(--white-color2);
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    padding: 20px;
    margin: 15px auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    max-width: 100%;
    position: relative;
}

.cards4 .card-member:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    border-color: var(--main-color1);
}

.cards4 .card-member img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid var(--main-color1);
    padding: 5px;
    background-color: var(--white-color1);
    transition: border-color 0.3s ease;
    margin-right: 20px;
}

.cards4 .card-info {
    flex: 1;
    padding: 0;
    text-align: left;
}

.cards4 .card-info h4 {
    font-size: 18px;
    font-weight: 500;
    color: var(--main-color1);
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: 2px solid var(--second-color2);
    width: 100%;
}

.cards4 hr {
    margin: 20px;
}

.cards4 .card-info .role {
    font-size: 14px;
    color: var(--second-color1);
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.cards4 .card-info p {
    font-size: 13px;
    color: var(--second-color2);
    line-height: 1.6;
    margin-top: 10px;
    height: calc(1.6em * 3);
    overflow: hidden;
    display: flex;
    align-items: center;
}

.cards4 .card-member:hover img {
    border-color: var(--second-color1);
}

@media (max-width: 768px) {
    .cards4 .card-member {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .cards4 .card-member img {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .cards4 .card-info {
        text-align: center;
    }
}

.custom-items {
    border-radius: 15px;
    width: 100%;
    margin-bottom: 30px;
}

.custom-items .row {
    display: flex;
    flex-wrap: wrap;
}

.custom-items p{
    margin: 10px;
}

.custom-items .item {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--second-color1);
    padding: 20px;
    border-left: 4px solid var(--main-color1);
    background-color: var(--white-color1);
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 10px;
    margin-bottom: 10px;
}

.custom-items .item-table {
    color: var(--second-color1);
    padding: 20px;
    margin: 0 10px;
    margin-bottom: 10px;
}

.custom-items .item-images {
    color: var(--second-color1);
    padding: 20px;
    margin: 0 10px;
}

.custom-items h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--main-color1);
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.custom-items h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: var(--main-color1);
    transition: transform 0.3s ease;
    transform: scaleX(0);
    transform-origin: bottom right;
}

.custom-items h2:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.custom-items .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.custom-items .item i {
    font-size: 24px;
    color: var(--main-color1);
    margin-right: 15px;
}

.custom-items .item .details {
    color: var(--second-color2);
    font-weight: 400;
    margin-left: 10px;
}

.custom-items .item .details em {
    color: var(--main-color1);
    font-weight: bold;
    font-style: normal;
    background: linear-gradient(90deg, var(--main-color1), var(--main-color2));
    -webkit-background-clip: text;
    color: transparent;
}

/* Responsive adjustments */
@media screen and (max-width: 992px) {
    .custom-items .item {
        flex-basis: calc(100% - 20px);
        /* Full-width items on medium screens */
    }
}

@media screen and (max-width: 600px) {
    .custom-items .item {
        font-size: 1rem;
        padding: 15px;
        margin-bottom: 20px;
    }

    .custom-items h2 {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }

    .custom-items .item i {
        font-size: 20px;
        margin-right: 10px;
    }

    .custom-items .item .details {
        font-size: 0.95rem;
    }
}




.plans h1,
.plans h2,
.plans h3,
.plans h4,
.plans h5,
.plans h6 {
    color: var(--second-color1);
    padding: 0.3rem;
}

.plans h2 {
    padding: 0;
}

/* Container */
.plans .version-select-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
    padding: 0.3rem;
}

.plans .version-select {
    background-color: var(--white-color1);
    color: var(--second-color1);
    font-size: 1rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border: 2px solid var(--main-color1);
    transition: border-color 0.4s ease, box-shadow 0.4s ease;
    appearance: none;
    position: relative;
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1rem;
}

.plans .version-select:hover,
.plans .version-select:focus {
    border-color: var(--hover-main-color1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    outline: none;
}

/* Responsive */
@media (max-width: 768px) {
    .plans .version-select {
        font-size: 1rem;
        padding: 0.8rem 1.2rem;
    }

    .plans .version-select-label {
        font-size: 1.1rem;
    }
}

.plans .accordion-button {
    background-color: var(--main-color1);
    color: var(--white-color1);
    transition: background-color 0.6s ease-in-out, color 0.6s ease-in-out;
    box-shadow: none !important;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.plans .accordion-item {
    border: none;
    margin-bottom: 1rem;
}

.plans .accordion-button::after {
    filter: brightness(30);
}

.plans .accordion-header {
    font-size: 1.25rem;
}

.plans .accordion-body {
    padding: 1rem;
    border: 1px solid var(--white-color1);
    background-color: var(--white-color1);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.plans .table-responsive {
    overflow-x: auto;
    padding: 0.3rem;
}

.plans .table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: var(--white-color1);
    border-radius: 0.5rem;
    border-collapse: separate;
    overflow: hidden;
}

.plans .table th,
.plans .table td {
    padding: 1rem;
    text-align: left;
    border: none;
}

.plans .table thead th {
    background-color: var(--main-color1);
    color: var(--white-color1);
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid var(--second-color1);
}

.plans .table-striped tbody tr:nth-of-type(odd) {
    background-color: var(--white-color1);
}

.plans .table-borderless th,
.plans .table-borderless td {
    border: none;
}

.plans .section-header {
    margin-top: 2rem;
    padding: 1rem;
    background-color: #f9f9f9;
    border-radius: var(--border-radius);
    border-left: 5px solid var(--primary-color);
}

.plans .section-header h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.plans .section-header p {
    font-size: 1rem;
    color: var(--secondary-color);
}

.plans .pdf-button .btn {
    background-color: var(--main-color1);
    color: var(--white-color1);
    border: 0;
    transition: background-color var(--transition-speed);
    margin-top: 20px;
}

.plans .pdf-button .btn:hover {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}

.rules {
    font-family: 'Poppins', sans-serif;
}

.rules h3.text-center {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--main-color1);
}

.rules p.text-center {
    font-size: 1rem;
    color: var(--second-color2);
}

.rules p.text {
    font-size: 1.2rem;
    color: var(--second-color2);
    margin-bottom: 5px;
}

.rules .search-bar input[type="search"] {
    border: 1px solid var(--main-color1);
    padding: 0.7rem 1rem;
    border-radius: 30px;
    transition: box-shadow 0.3s ease-in-out;
    font-size: 0.9rem;
    width: 100%;
}

.rules .search-bar input[type="search"]:focus {
    box-shadow: 0 0 8px #8c222577;
    outline: none;
}

.rules .accordion-item {
    border: none;
    margin-bottom: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid var(--main-color1);
}

.rules .accordion-button {
    background-color: var(--white-color1);
    color: var(--main-color1) !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rules .accordion-button:not(.collapsed) {
    background-color: var(--main-color1);
    transform: translateY(-2px);
    color: var(--white-color1) !important;
}

.rules .accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.rules .accordion-button:focus-visible {
    outline: none;
    color: var(--white-color1) !important;
}

.rules .accordion-button:hover {
    background-color: var(--main-color1);
    color: var(--white-color1) !important;
}

.rules .accordion-button:not(.collapsed)::after {
    filter: brightness(30);
}

.rules .accordion-button:hover::after {
    filter: brightness(30);
}

.rules .accordion-button.collapsed::after {
    transform: rotate(0deg);
    color: var(--main-color1)
}

.rules .accordion-body {
    padding: 1rem 2rem;
    background-color: var(--white-color1);
    border-radius: 5px;
    font-size: 0.9rem;
    color: var(--second-color2);
}

.rules .pdf-button .btn-primary {
    background: var(--main-color1);
    border: none;
    padding: 0.5rem 1.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 10px;
    transition: background 0.3s ease;
    margin-top: 20px;
}

.rules .pdf-button .btn-primary:hover {
    background: var(--main-color2);
}

.rules .pdf-button .btn-primary:focus {
    outline: none;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .rules .accordion-button {
        font-size: 0.9rem;
    }

    .rules .pdf-button .btn-primary {
        font-size: 0.8rem;
        padding: 0.4rem 1.25rem;
    }
}

.rules h5,
.rules h6 {
    color: var(--main-color1);
}

.rules .highlight {
    background-color: var(--main-color1);
    color: var(--white-color1);
    /* Dark text for better readability */
    font-weight: 600;
}

.rules thead {
    background-color: var(--main-color1);
    color: var(--white-color1);
}

.page-header3 {
    margin-top: 50px;
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
    background: var(--main-color1);
    color: var(--second-color3);
    background-image: url('../Images/header/header.png');
    background-size: cover;
}

.page-header3 .container {
    position: relative;
    z-index: 1;
}

.page-header3 .breadcrumb-container {
    position: relative;
    background: linear-gradient(90deg, var(--white-color1), var(--white-color2));
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin-top: 20px;
}

.page-header3 .breadcrumb {
    background: none;
    margin-bottom: 0;
    padding: 0;
}

.page-header3 .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    color: var(--main-color1);
    margin: 0 10px;
}

.page-header3 .breadcrumb-item a {
    color: var(--main-color1) !important;
    text-decoration: none;
}

.page-header3 .breadcrumb-item a:hover {
    text-decoration: underline;
}

.page-header3 .breadcrumb-item.active {
    color: var(--second-color2);
    font-weight: bold;
}

.page-header3 .breadcrumb-item:first-child i {
    margin-right: 5px;
}

@media (max-width: 768px) {
    .page-header3 .breadcrumb-container {
        padding: 8px 16px;
        border-radius: 20px;
    }

    .page-header3 .breadcrumb-item+.breadcrumb-item::before {
        margin: 0 5px;
    }

    .page-header3 .breadcrumb-item {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .page-header3 .breadcrumb-container {
        padding: 6px 12px;
        border-radius: 15px;
    }

    .page-header3 .breadcrumb-item {
        font-size: 0.8rem;
    }
}

.message-from {
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 20px;
}

.message-from .image-wrapper {
    display: flex;
    justify-content: center;
}

.message-from .image-wrapper img {
    flex-shrink: 0;
    position: relative;
    width: 200px;
    height: auto;
    border: 4px solid var(--main-color1);
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    padding: 5px;
}

.message-from .image-wrapper img.department-image {
    flex-shrink: 0;
    position: relative;
    width: auto;
    border: 4px solid var(--main-color1);
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    padding: 5px;
    margin-bottom: 10px;
}

.message-from .dean-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
    filter: grayscale(30%);
}

.message-from .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.message-from .card-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--black-color2);
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.message-from .card-subtitle {
    font-size: 1.3rem;
    font-family: 'Serif', serif;
    color: var(--second-color2);
    display: flex;
    align-items: center;
    font-style: italic;
    letter-spacing: 0.02rem;
    text-align: center;
}

.message-from .quote-open,
.message-from .quote-close {
    font-size: 2.5rem;
    color: var(--main-color1);
    font-family: 'Georgia', serif;
    margin: 0 5px;
    transform: scale(1.2);
}

.message-from .paragraph {
    margin-top: 50px;
    width: 100%;
}

.message-from .card-text {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--second-color2);
    text-align: justify;
    margin-top: 1rem;
    border-left: 4px solid var(--main-color1);
    padding-left: 15px;
}

.message-from:hover .dean-image {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.message-from:hover .card-title {
    color: var(--main-color1);
}

.message-from .image-wrapper:hover::after {
    transform: scale(1.08);
    border-color: var(--main-color1);
}


@media (max-width: 1024px) {
    .message-from .card-title {
        font-size: 1.8rem;
    }

    .message-from .card-subtitle {
        font-size: 0.8rem;
    }
}

@media (max-width: 768px) {
    .message-from {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .message-from .content {
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
    }

    .message-from .card-title {
        font-size: 1.8rem;
    }

    .message-from .card-subtitle {
        font-size: 1.2rem;
    }

    .message-from .quote-open,
    .message-from .quote-close {
        font-size: 2rem;
    }
}

/* For extra small screens (mobile devices) */
@media (max-width: 576px) {
    .message-from .card-title {
        font-size: 1.6rem;
    }

    .message-from .card-subtitle {
        font-size: 1.1rem;
    }

    .message-from .quote-open,
    .message-from .quote-close {
        font-size: 1.8rem;
    }

    .message-from .card-text {
        font-size: 0.9rem;
    }

    .message-from .paragraph {
        margin-top: 20px;
    }
}

.projects .services-box {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    gap: 30px;
    background-color: var(--white-color2);
    padding: 25px 15px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 50px;
}

.projects .services-box img {
    border-radius: 10px;
}

.projects .services-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.projects .services-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0 30px;
}

.projects .services-content h2 {
    font-size: 2rem;
    color: var(--main-color1);
    font-weight: bold;
    margin-bottom: 10px;
}

.projects .services-content p {
    font-size: 15px;
    color: var(--second-color2);
    line-height: 22px;
}

.projects img {
    width: 100%;
    height: auto;
}

.projects .services-image {
    text-align: center;
    padding: 30px;
}

@media (max-width: 768px) {
    .projects .services-box {
        grid-template-columns: 1fr;
    }

    .projects .features-list li span {
        font-size: 10px;
    }

    .projects .services-content h2 {
        font-size: 24px;
    }

    .projectsry {
        width: 100% !important;
    }

    .projects .services-content {
        padding: 0;
    }
}

@media (max-width: 1024px) {
    .projects .services-box {
        grid-template-columns: 2fr 1fr;
    }
}

.text {
    color: var(--second-color2);
    line-height: 1.6;
}

.text h4 {
    color: var(--main-color1);
    border-bottom: 2px solid var(--main-color1);
    padding-bottom: 10px;
    margin: 20px 0;
    font-weight: 600;
}

.text ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.text li {
    background: #ffffff;
    margin: 10px 0;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.text li:hover {
    transform: translateY(-2px);
}

@media (max-width: 600px) {
    .text {
        padding: 10px;
    }

    .text li {
        padding: 10px;
    }
}

.profile main .card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.profile main .card-body {
    padding: 1.5rem;
}

.profile main img.rounded-circle {
    border: 4px solid #6c757d;
    padding: 2px;
}

.profile main h4,
.profile main h6 {
    font-weight: bold;
    color: #333;
}

.profile main .btn-primary,
.profile main .btn-outline-primary {
    padding: 0.4rem 1.3rem;
    margin: 4px;
}

@media (max-width: 768px) {
    .profile main h4,
    .profile main h6 {
        font-size: 1.2rem;
    }

    .profile main .btn {
        padding: 0.4rem;
        font-size: 15px;
    }
}

.profile main a:hover:not(.btn){
    color: var(--main-color2) !important;
}