* {
    padding: 0;
    margin: 0;
}

.header-languages {
    position: absolute;
    width: 100%;
    display: flex;
    margin: auto;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .header-languages {
        position: absolute;
        width: 100%;
        top: 70%;
        right: 0;
        width: 30%;
        left: 65%;
    }
}

.header-languages__list {
    display: flex;
    list-style-type: none;
}

    .header-languages__list li {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .header-languages__list a {
        color: #fff;
        text-decoration: underline;
        font-size: 24px;
    }
/*Cookie Consent*/
#cookieConsent {
    font-size: 14px !important;
}

    #cookieConsent h4 {
        margin-top: 0 !important;
    }

    #cookieConsent .dropdown-link {
        font-size: 14px !important;
    }

.cookie-consent-container {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    margin-bottom: 0 !important;
    width: 100%;
    color: #fff;
    background-color: #3f3f3f;
    border-color: #ffffff;
    width: 50%;
    box-shadow: 1px 1px 12px 1px #29292942;
    right: 50px;
    bottom: 50px;
}

@media screen and (max-width: 768px) {
    .cookie-consent-container {
        width: 100%;
        right: 0;
        bottom: 0;
    }

    .cookie-left {
        padding-top: 5rem !important;
    }
}

.cookie-consent-container .row {
    flex-direction: column;
}

.cookie-left {
    padding: 0.5rem;
}

.cookie-right {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
}

.accept-cookie-policy {
    background-color: #956b22;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    font-weight: 600;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.dropdown-link:hover {
    color: #2e2e2e63;
}

.accept-cookie-policy:hover {
    background-color: #b48128;
}

#Website {
    display: none;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    transition: background-color 0.5s ease;
    overflow-x: hidden;
}


[data-theme="light"] body {
    background-color: #fff;
    color: #000;
}


.hero {
    position: relative;
    text-align: center;
    color: white;
}

.hero-overlay {
    height: 800px;
    width: 100%;
    position: absolute;
    display: flex;
    flex-direction: row;
    transition: 0.5s ease;
}

.hero-section {
    width: 20%;
    z-index: 2;
    transition: 0.5s ease;
}

    .hero-section:hover {
        background-color: rgba(0, 0, 0, 0.7);
        background: radial-gradient(rgb(234 234 234 / 50%), #ffffff52);
    }

.hero-image {
    background-image: url('../images/house.jpg');
    mask-image: linear-gradient(to bottom, #000, #000), linear-gradient( to bottom, #000, #000 ), linear-gradient(to bottom, #000, #000), linear-gradient( to bottom, #000, #000 ), linear-gradient(to bottom, #000, #000);
    mask-size: 19.5% 75%;
    mask-position: 0 100%, 25% 25%, 50% 50%, 75% 0, 100% 50%;
    mask-repeat: no-repeat;
    width: 100%;
    height: 800px;
    background-size: cover;
    background-position: center;
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.hero h1 {
    font-size: 4em;
    margin: 0;
}

.hero p {
    font-size: 1.5em;
}

#feature-1 {
    background-image: url('../images/gallery/11.webp');
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 0 !important;
}

#feature-2 {
    background-image: url('../images/gallery/10.webp');
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 0 !important;
}

#feature-3 {
    background-image: url('../images/gallery/9.webp');
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 0 !important;
}

#feature-4 {
    background-image: url('../images/gallery/8.webp');
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 0 !important;
}

.feature-overlay {
    padding: 5rem;
    background: #111111b8;
    width: 100%;
    height: 100%;
    transition: 0.5s ease;
    display: flex
}

@media screen and (max-width: 768px) {
    .feature-overlay {
        padding: 2rem;
    }
}

.feature-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

/*Home Image*/
.home-image-row{
    justify-content: center;
    align-items: center;
}
.home-image-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;
    height: 500px;
    width: 500px;
    overflow: hidden;
    z-index: 3;
}

.home-image {
    height: 500px;
    width: 500px;
    object-fit: cover;
    transition: 0.5s ease;
}
.home-image-content {
    height: 500px;
    width: 500px;
    overflow: hidden;
}
.home-image-overlay {
    display: none;
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(0, 0, 0, 0.7);
    transition: 0.5s ease;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    z-index: 5;
}

.home-image-wrapper:hover .home-image-overlay {
    display: flex;
}

.home-image-wrapper:hover .home-image {
    transform: scale(1.1);
}
@media screen and (max-width: 1150px){
    .home-image-wrapper {
        width: 400px !important;
        height: 400px !important;
        display: flex !important;
        justify-content: center !important;
    }
    .home-image {
        width: 400px;
        height: 400px;
    }
    .home-image-content {
        height: 400px;
        width: 400px;
        overflow: hidden;
    }
    .home-image-overlay {
        width: 400px;
        height: 400px;
    }
}
@media screen and (max-width: 926px) {
    .home-image-wrapper {
        width: 300px !important;
        height: 300px !important;
        display: flex !important;
        justify-content: center !important;
    }
    .home-image-content {
        height: 300px;
        width: 300px;
        overflow: hidden;
    }
    .home-image {
        width: 300px;
        height: 300px;
    }

    .home-image-overlay {
        width: 300px;
        height: 300px;
    }
}

@media screen and (max-width: 426px) {
    .home-image-wrapper {
        width: 250px !important;
        height: 250px !important;
        display: flex!important;
        justify-content: center !important;
    }
    .home-image-content {
        height: 250px;
        width: 250px;
        overflow: hidden;
    }
    .home-image {
        width: 250px;
        height: 250px;
    }

    .home-image-overlay {
        width: 250px;
        height: 250px;
    }
}








.home-feature-title {
    margin-top: 1rem !important;
}

.home-feature {
    flex-direction: column;
    border: 1px solid grey;
    margin-right: 1rem !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .home-feature:hover .feature-overlay {
        transform: scale(1.1);
    }

.home-feature-container .col-block {
    width: 45% !important;
}

@media screen and (max-width: 768px) {
    .home-feature-container .col-block {
        width: 100% !important;
    }

    .home-feature-text {
        font-size: 14px;
    }

    .home-feature-title {
        font-size: 16px;
    }

    .home-icon-container {
        flex-direction: column !important;
    }

    .feature-wrapper {
        width: 90%;
        margin: auto;
    }
}

@media screen and (max-width: 480px) {
    .home-feature-container .col-block {
        width: 100% !important;
    }

    .home-feature-text {
        font-size: 14px;
    }

    .home-feature-title {
        font-size: 16px;
    }

    .home-icon-container {
        flex-direction: column !important;
    }
}

.item-process {
    margin-bottom: 1rem !important;
}

.home-feature-container {
    display: flex;
}

.home-icon-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

    .home-icon-container p {
        color: #fff;
        margin-bottom: 0;
    }

.home-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

[data-theme="light"] .home-icon-item p {
    color: #000;
}
/*BestSeller Swiper*/
.bestseller-swiper-container {
    overflow: hidden;
    z-index: 100;
    position: relative;
}

.swiper-bestseller {
    width: 100%;
    padding-bottom: 2rem;
    border-radius: 5px;
}

.swiper-bestseller-wrapper {
    position: relative;
}

.product-second-image {
    display: none !important;
}

.bestseller-swiper-slide {
    text-align: unset !important;
    background: none !important;
}

    .bestseller-swiper-slide img {
        width: 100% !important;
        height: 260px !important;
        object-fit: cover;
    }

@media screen and (max-width: 765px) {
    .bestseller-swiper-slide img {
        width: 100% !important;
        height: 180px !important;
    }
}

.signature {
    width: 400px;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 1px 1px 30px 1px gainsboro;
}

@media screen and (max-width: 765px) {
    .signature {
        width: 300px;
    }
}

.techsign-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .techsign {
        margin-top: 1rem !important;
    }

    .techsign-wrapper {
        padding: 1.5rem !important;
        background: linear-gradient(45deg, #767676, #070707);
        border-radius: 20px;
        margin-bottom: 1rem;
    }

        .techsign-wrapper h3 {
            margin-top: 1rem !important;
            margin-bottom: 1rem !important;
        }
}

@media screen and (max-width: 480px) {
    .techsign {
        margin-top: 1rem !important;
    }

    .techsign-wrapper {
        padding: 1.5rem !important;
        background: linear-gradient(45deg, #767676, #070707);
        border-radius: 20px;
        margin-bottom: 1rem;
    }

        .techsign-wrapper h3 {
            margin-top: 1rem !important;
            margin-bottom: 1rem !important;
        }
}

/*Dark-Light Mode Spesifications*/
.switch-container {
    width: 100px;
    right: 0;
    position: fixed;
}

@media screen and (max-width: 768px) {
    .switch-container {
        left: 20px;
    }
}

@media screen and (max-width: 480px) {
    .switch-container {
        left: 10px;
    }
}


[data-theme="light"] {
    background-color: #f0f0f0;
    color: #000;
}

[data-theme="dark"] {
    background-color: #1e1e1e;
    color: #fff;
}

.theme-switch-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-left: 1rem;
}

.switch-dark-mode {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch-dark-mode input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        transition: .4s;
        border-radius: 50%;
        background-image: url('../icons/sun2.png');
        background-size: cover;
    }

.slider {
    background-image: url('../images/day.webp');
    background-size: cover;
}

input:checked + .slider {
    background-image: url(../images/night.webp);
    background-size: cover;
}

    input:checked + .slider:before {
        transform: translateX(26px);
        background-image: url('../icons/moon.png');
        background-size: cover;
    }


.parallax-mirror {
    z-index: 1 !important;
}

[data-theme="light"] .s-home::before {
    background-color: #c2bdbd1f;
}

.s-home {
    transition: 0.3s ease;
}


.stage-container {
    margin-left: 4rem;
    margin-right: 4rem;
}

.stage-image {
    width: 550px;
    border-radius: 10px;
    margin-bottom: 2rem;
    height: 400px;
    object-fit: cover;
}

@media screen and (max-width: 480px) {
    .stage-container {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .stage-image {
        width: 350px;
        height: 300px;
        display: flex;
        margin: auto !important;
    }

    .stage-row {
        display: block;
    }
}

.stage-row {
    width: auto;
    display: flex;
    flex-wrap: wrap;
}


.stage-container .col-block {
    width: 33% !important;
    justify-content: center;
    display: flex;
}

.item-service__text {
    margin-left: 0 !important;
    padding: 1rem;
    border: 1px solid #c6c6c65e;
}

    .item-service__text p {
        width: 550px;
    }

@media screen and (max-width: 480px) {
    .item-title {
        margin-top: 1rem !important;
    }

    .item-service__text p {
        width: 320px !important;
    }
}

.item-process {
    padding: 0 !important;
    margin-right: 1rem;
}

.process {
    justify-content: center;
}

@media screen and (max-width: 480px) {
    .item-process {
        margin-right: 0 !important;
    }

    .process h4 {
        padding: 0 !important;
    }
}

.row {
    max-width: none !important;
}

.section-title {
    margin: 0;
    margin-bottom: 1rem !important;
}

.section-subtitle {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

[data-theme="light"] .section-subtitle {
    color: #000;
}

.agency-info {
    margin-top: 15rem;
}

.distributorship-info {
    margin-top: 15rem;
}

@media screen and (max-width: 768px) {
    .distributorship-info {
        margin-top: 7rem;
        margin-bottom: 7rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .application-form {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }

    .agency-info {
        margin-top: 7rem;
        margin-bottom: 7rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .contact-container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@media screen and (max-width: 480px) {
    .distributorship-info {
        margin-top: 5rem;
        margin-bottom: 5rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .application-form {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .agency-info {
        margin-top: 5rem;
        margin-bottom: 5rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .contact-container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

.breadcrumb-item a {
    color: #fff;
    text-shadow: 4px 4px 10px #090909;
}

.breadcrumb-item {
    color: orange;
}

[data-theme="light"] .section-title {
    color: #000;
}

.req-star {
    color: #e5990d;
}

.form-input {
    margin: 0;
    margin-bottom: 1rem;
    padding: 0.5rem 2rem;
    width: 500px;
}

[data-theme="light"] .form-input {
    color: #000;
    border: 1px solid rgb(163 163 163 / 50%);
}

    [data-theme="light"] .form-input::placeholder {
        color: #000;
    }

    [data-theme="light"] .form-input:focus {
        color: #000;
    }

[data-theme="light"] .form-label {
    color: #000;
}

textarea {
    height: 200px !important;
}

.application-form {
    margin-bottom: 15rem;
    margin-top: 15rem;
}

.form-button {
    width: 300px;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
}

.page-header {
    background-image: url(../images/gallery/14.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
}

.page-header-overlay {
    width: 100%;
    height: 300px;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

option {
    background: rgb(18 18 18 / 83%);
}

[data-theme="light"] option {
    background: #f0f0f0;
}

[data-theme="light"] footer {
    background-color: #262626;
    color: #fff;
}

/*Footer*/
/*Footer-top*/
.footer {
    position: absolute;
    width: 100%;
    white-space: nowrap;
}

.footer-container {
    background-color: #141414;
    color: #868686;
    padding: 1rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    box-shadow: 0px -4px 10px 1px #111111;
}

    .footer-container ul li {
        list-style-type: none;
    }

.footer-header {
    font-size: 14px !important;
    font-weight: 500;
    margin-left: 0.5rem;
}

    .footer-header a {
        color: #fff;
    }

@media screen and (max-width: 675px) {
    .footer-end-row {
        padding-left: 1rem;
    }

    .footer-logo {
        box-shadow: none !important;
        margin-top: 0rem !important;
        margin-bottom: 2rem !important;
    }
}

.footer-logo {
    border-radius: 5px;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    object-fit: contain;
    background: #fffc;
    box-shadow: 2px 2px 4px #000000e8;
}

.footer-container ul li,
.footer-link {
    text-decoration: none;
    font-size: 14px;
    color: #a6a6a6;
    border-bottom: 0.5px solid transparent;
    transition: 0.2s ease;
    padding: 0.5rem;
    font-weight: 700;
    width: 100%;
    display: flex;
    align-items: center;
}

    .footer-link:hover {
        padding-left: 1rem;
        color: #dba368;
        opacity: 1;
        border-bottom: 0.5px solid #a6762f;
    }

.footer-container a {
    text-decoration: none;
}

@media screen and (max-width: 675px) {
    .footer-link-container {
        padding-left: 1rem !important;
    }

    .footer-link {
        font-size: 12px;
    }
}

.copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-direction: column;
}

.policy-link-container {
    text-align: center;
}

.policy {
    text-align: center;
    color: #868686;
    border-bottom: 1px solid transparent;
    transition: 0.3s ease;
}

    .policy:hover {
        color: #b08304;
        border-bottom: 1px solid #fff;
    }

.policy-header {
    color: #0A063A;
}

.page-margin {
    margin-top: 15rem;
    margin-bottom: 15rem;
}

@media screen and (max-width: 768px) {
    .page-margin {
        margin-top: 7rem;
        margin-bottom: 7rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media screen and (max-width: 480px) {
    .page-margin {
        margin-top: 5rem;
        margin-bottom: 5rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.social-container a {
    font-size: 12px;
    color: #000;
}

.section-division {
    border-top: .3px solid #e5e5e582;
    color: #313131;
    max-width: 100%;
}

.section-division-dark {
    border-top: 0.3px solid #07015521;
}

.copyright p {
    margin-bottom: 0;
}

.e-bulletin-input {
    position: absolute;
    outline: none;
    border-radius: 8px;
    padding: 8px 39px;
    border: 1px solid #e4e4e4;
    font-size: 12px;
}

    .e-bulletin-input:active {
        border: 1px solid #a8b324;
    }

    .e-bulletin-input:focus {
        border: 1px solid #a8b324;
    }

.e-bulletin-button {
    position: relative;
    bottom: -5px;
    left: 178px;
    border: none;
    outline: none;
    background: transparent;
    color: grey;
    margin-right: 1rem;
    z-index: 3;
    font-size: 12px;
}

.copyright-text {
    font-size: 12px;
    text-align: center;
}



























/* Text selection styles */
::selection {
    background-color: #2c2c2c;
    color: #fff;
}

/* Scrollbar styles */
::-webkit-scrollbar {
    width: 1rem; /* Slightly thinner scrollbar */
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

::-webkit-scrollbar-button:single-button {
    display: block;
    background: none;
    width: 0.75rem;
    height: 0.75rem;
}

    ::-webkit-scrollbar-button:single-button:vertical:decrement {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='50,0 0,50 100,50'/></svg>");
        background-size: 50%;
        background-repeat: no-repeat;
        background-position: center;
    }

        ::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
            background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(112, 112, 112)'><polygon points='50,0 0,50 100,50'/></svg>");
        }

    ::-webkit-scrollbar-button:single-button:vertical:increment {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='0,0 100,0 50,50'/></svg>");
        background-size: 50%;
        background-repeat: no-repeat;
        background-position: center;
    }

        ::-webkit-scrollbar-button:single-button:vertical:increment:hover {
            background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(112, 112, 112)'><polygon points='0,0 100,0 50,50'/></svg>");
        }

    ::-webkit-scrollbar-button:single-button:horizontal:decrement {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='0,50 50,100 50,0'/></svg>");
        background-size: 50%;
        background-repeat: no-repeat;
        background-position: center;
    }

        ::-webkit-scrollbar-button:single-button:horizontal:decrement:hover {
            background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(112, 112, 112)'><polygon points='0,50 50,100 50,0'/></svg>");
        }

    ::-webkit-scrollbar-button:single-button:horizontal:increment {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='0,0 0,100 50,50'/></svg>");
        background-size: 50%;
        background-repeat: no-repeat;
        background-position: center;
    }

        ::-webkit-scrollbar-button:single-button:horizontal:increment:hover {
            background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(112, 112, 112)'><polygon points='0,0 0,100 50,50'/></svg>");
        }

::-webkit-scrollbar-thumb {
    background: #794d25;
    border-radius: 3px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #965b25;
    }



[data-theme="light"] .contact-form-input {
    color: #000 !important;
    background: rgb(0 0 0 / 5%) !important;
}

    [data-theme="light"] .contact-form-input::placeholder {
        color: #000 !important;
    }

    [data-theme="light"] .contact-form-input:focus {
        color: #000 !important;
    }

[data-theme="light"] .x-lbl-sm {
    color: #000;
}

[data-theme="light"] .contact-form h5 {
    color: #000;
}

[data-theme="light"] .contact-heading {
    color: #000;
}

.icon-containers {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-link {
    font-size: 24px;
    color: #ce7626;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

[data-theme="light"] .dropdown-link:hover {
    color: #a15b1b;
}


.agency-image {
    width: 500px;
    height: 600px;
    object-fit: cover;
    margin-left: 0;
    padding-left: 0;
    border-radius: 10px;
    border: 2px solid #fff;
    padding-right: 0;
    display: flex;
    margin-bottom: 2rem;
}
.agency-name {
    color: #fff;
}
.agency-position {
    color: #fff;
}
[data-theme="light"] .agency-name {
    color: #000;
}
[data-theme="light"] .agency-position {
    color: #000;
}

/*Notifications*/
/*Success*/
.k-alert-success {
    background-color: #438715;
    color: #ffffff;
    border: 1px solid transparent;
    box-shadow: 1px 1px 12px #38383880;
    animation: successFade 1s;
}

#alertMessage {
    display: flex;
}

@keyframes successFade {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}
/*Danger*/
.k-alert-danger {
    background-color: #f5c6cb;
    color: #5f0b0be0;
    border: 1px solid transparent;
    box-shadow: 1px 1px 12px #2e2e2e63;
}
/*Warning*/
.k-alert-warning {
    background-color: #ffcc29;
    color: #3b331d;
    border: 1px solid transparent;
    box-shadow: 1px 1px 12px #2e2e2e63;
}
/*Info*/
.k-alert-info {
    background-color: #baebf3;
    color: #0c5460;
    border: 1px solid transparent;
    box-shadow: 1px 1px 12px #2e2e2e63;
}
/*Detail*/
.k-alert-detail {
    color: #004085;
    background-color: #cce5ff;
    border: 1px solid transparent;
    box-shadow: 1px 1px 12px #2e2e2e63;
}

.k-alert-close {
    text-decoration: none;
    cursor: pointer;
    transition: 0.1s ease;
    outline: none;
    color: #247816;
    padding: 0rem 0.7rem;
    background-color: #ffffff;
    font-size: 24px;
    border: none;
    margin: 0;
    position: absolute;
    top: 10% !important;
    right: 0 !important;
    margin-top: 0.6rem;
    margin-right: 0.4rem;
    -ms-transform: translate(-50%, -50%);
    width: 38px;
    height: 40px;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .k-alert-close:hover {
        background-color: #f1f1f1f2;
        color: #22a70e;
    }

.k-alert {
    width: 400px;
    position: absolute;
    top: 9rem;
    right: 5rem;
    position: fixed;
    z-index: 100;
    padding: 1.5rem;
}

@media screen and (max-width: 675px) {
    .k-alert {
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        position: fixed;
        z-index: 30;
        font-size: 14px;
        border-radius: 0 !important;
    }
}

.org-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.org-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 250px !important;
    margin-bottom: 2rem;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    background: #fff;
    padding-bottom: 1rem;
    padding-right: 0;
    padding-left: 0;
    margin-left: 1rem;
    margin-right: 1rem;
}
.org-position {
    color: #000;
    text-align: center;
}
.org-image {
    display: flex;
    margin: auto;
    width: 250px;
    object-fit: cover;
    height: 320px;
}
.org-name {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #b17a16;
    width: 100%;
    text-align: center;
    color: #000;
}
[data-theme="light"] .org-name, .org-position{
    color: #070707;
}

.row-product {
    width: 95% !important;
}

.product-wrapper {
    padding: 0.5rem;
    border: 1px solid grey;
    width: 280px;
    height: 500px;
    margin-right: 0.5rem;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .product-wrapper {
        height: auto;
        margin-bottom: 1rem;
    }
}

.product-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: 0.3s ease;
}

.product h3 {
    font-size: 22px;
    padding-top: 1.5rem;
    margin-top: 1rem !important;
}

.category-name {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.text-gray {
    margin-bottom: 0 !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

[data-theme="light"] .product h3 {
    color: #000;
}

.product:hover .product-image {
    transform: scale(1.1);
    overflow: hidden;
    height: 300px;
}

.product-image-wrapper {
    overflow: hidden;
    height: 300px;
}

.product:hover .product-image-wrapper {
    background: rgba(255,255,255,0.1);
}

[data-theme="light"] .description h3 {
    color: #000;
}

[data-theme="light"] label {
    color: #000;
}

input {
    margin-bottom: 0.5rem !important;
}

[data-theme="light"] a:hover, a:focus, a:active {
    color: #2e2e2e63;
}

.document-image{
    width: 300px!important;
    cursor: pointer;
}
.document-row {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
/* Modal Stil */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 600px;
    max-height: 700px;
    object-fit: cover;
    margin-top: 3rem;
}
@media screen and (max-width: 768px){
    .modal-content{
        max-width: 350px;
        max-height: 700px;
        margin-top: 12rem;
    }
    .document-row{
        flex-wrap: wrap;
    }
    .document-image{
        margin-bottom: 1rem;
    }
}
.modal .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

#caption {
    color: white;
    text-align: center;
    margin-top: 10px;
}



.country-list {
    list-style: none;
    padding-left: 0;
    columns: 2;
}

    .country-list li {
        margin-bottom: 10px;
        padding-left: 25px;
        position: relative;
    }

        .country-list li i {
            position: absolute;
            left: 0;
            top: 4px;
        }

.benefits-list {
    list-style: none;
    padding-left: 0;
}

    .benefits-list li {
        margin-bottom: 15px;
        padding-left: 30px;
        position: relative;
    }

        .benefits-list li i {
            position: absolute;
            left: 0;
            top: 3px;
            color: #007bff;
        }

.bank-logo {
    transition: transform 0.3s ease;
}

    .bank-logo:hover {
        transform: scale(1.05);
    }

@media (max-width: 768px) {
    .country-list {
        columns: 1;
    }

    .benefits-box {
        margin: 15px;
    }
}