/***************************
// Font Imports
***************************/

@font-face {
    font-family: 'NunitoSans';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/Nunito_Sans/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf') format('truetype');
}


/***************************
// End Font Imports
***************************/

/***************************
// Default Styles
***************************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.grecaptcha-badge {
    z-index: 100000 !important;
}

:root {
    --font-nunito-sans: 'NunitoSans', sans-serif;

    --color-white: #FFFFFF;
    --color-black: #000000;
    --color-1E1E1E: #1E1E1E;
    --color-1E1F21: #1E1F21;
}

body {
    letter-spacing: 0;
    font-family: var(--font-nunito-sans);
    color: var(--color-1E1E1E);
    background-color: #F5F5F5;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

.font-color-1E1E1E * {
    color: var(--color-1E1E1E) !important;
}

.font-color-1E1F21 * {
    color: var(--color-1E1F21) !important;
}



.font-size-40 * {
    font-size: 40px !important;
}

.font-size-39 * {
    font-size: 39px !important;
}

.font-size-38 * {
    font-size: 38px !important;
}

.font-size-37 * {
    font-size: 37px !important;
}

.font-size-36 * {
    font-size: 36px !important;
}

.font-size-35 * {
    font-size: 35px !important;
}

.font-size-34 * {
    font-size: 34px !important;
}

.font-size-33 * {
    font-size: 33px !important;
}

.font-size-32 * {
    font-size: 32px !important;
}

.font-size-31 * {
    font-size: 31px !important;
}

.font-size-30 * {
    font-size: 30px !important;
}

.font-size-29 * {
    font-size: 29px !important;
}

.font-size-28 * {
    font-size: 28px !important;
}

.font-size-27 * {
    font-size: 27px !important;
}

.font-size-26 * {
    font-size: 26px !important;
}

.font-size-25 * {
    font-size: 30px !important;
}

.font-size-24 * {
    font-size: 24px !important;
}

.font-size-23 * {
    font-size: 23px !important;
}

.font-size-22 * {
    font-size: 22px !important;
}

.font-size-21 * {
    font-size: 21px !important;
}

.font-size-20 * {
    font-size: 20px !important;
}

.font-size-19 * {
    font-size: 19px !important;
}

.font-size-18 * {
    font-size: 18px !important;
}

.font-size-17 * {
    font-size: 17px !important;
}

.font-size-16 * {
    font-size: 16px !important;
}

.font-size-15 * {
    font-size: 15px !important;
}

.font-size-14 * {
    font-size: 14px !important;
}

.font-size-13 * {
    font-size: 13px !important;
}

.font-size-12 * {
    font-size: 12px !important;
}

.font-size-11 * {
    font-size: 11px !important;
}



strong {
    font-weight: 700 !important;
}

.font-weight-900 *:not(strong) {
    font-weight: 900 !important;
}

.font-weight-800 *:not(strong) {
    font-weight: 800 !important;
}

.font-weight-700 *:not(strong) {
    font-weight: 700 !important;
}

.font-weight-600 *:not(strong) {
    font-weight: 600 !important;
}

.font-weight-500 *:not(strong) {
    font-weight: 500 !important;
}

.font-weight-400 *:not(strong) {
    font-weight: 400 !important;
}

.font-weight-300 *:not(strong) {
    font-weight: 300 !important;
}

.font-weight-200 *:not(strong) {
    font-weight: 200 !important;
}

.font-weight-100 *:not(strong) {
    font-weight: 100 !important;
}



.line-height-200 * {
    line-height: 200% !important;
}

.line-height-190 * {
    line-height: 190% !important;
}

.line-height-180 * {
    line-height: 180% !important;
}

.line-height-170 * {
    line-height: 170% !important;
}

.line-height-160 * {
    line-height: 160% !important;
}

.line-height-150 * {
    line-height: 150% !important;
}

.line-height-140 * {
    line-height: 140% !important;
}

.line-height-130 * {
    line-height: 130% !important;
}

.line-height-120 * {
    line-height: 120% !important;
}

.line-height-110 * {
    line-height: 110% !important;
}

.line-height-100 * {
    line-height: 100% !important;
}

/***************************
// End Default Styles
***************************/

/***************************
// Custom Circle and Line
***************************/

.custom-circle-line-wrapper {
    display: inline-flex;
    align-items: center;
    height: 24px;
    margin-right: 1rem;
}

.custom-circle-line-wrapper .custom-circle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--color-1E1F21);
    display: inline-block;
}

.custom-circle-line-wrapper .custom-line {
    width: 119px;
    height: 1px;
    background: var(--color-1E1F21);
    display: inline-block;
    margin-left: -4px;
}

/* White variant */
.custom-circle-line-wrapper.white .custom-circle {
    background: var(--color-white);
}

.custom-circle-line-wrapper.white .custom-line {
    background: var(--color-white);
}

/***************************
// End Custom Circle and Line
***************************/

/***************************
// Buttons
***************************/
.btn img {
    transform: translateX(0);
    transition: transform 0.3s ease;
}

.btn:hover img {
    transform: translateX(6px);
    transition: transform 0.3s ease;
}

.btn.btn-filled-green {
    border-radius: 4px;
    padding-top: 20px !important;
    padding-right: 46px !important;
    padding-bottom: 20px !important;
    padding-left: 46px !important;
    gap: 10px;
    background: #7ABE47;
    color: white !important;
    box-shadow: 0px 4px 4px 0px #0000000D;
    vertical-align: middle;
    text-transform: uppercase;
}

.btn.btn-filled-green:hover {
    background: #6AA636;
    transition: background 0.2s;
}

.btn.btn-filled-blue {
    border-radius: 4px;
    padding-top: 20px !important;
    padding-right: 46px !important;
    padding-bottom: 20px !important;
    padding-left: 46px !important;
    gap: 10px;
    background: #176476;
    box-shadow: 0px 4px 4px 0px #0000000D;
    vertical-align: middle;
    text-transform: uppercase;
    color: #FFFFFF;
}

.btn.btn-filled-blue:hover {
    background: #145A5E;
    transition: background 0.2s;
}

.btn.btn-read-more {
    vertical-align: middle;
    text-transform: uppercase;
    color: #176476;
    padding: 0;
}

.btn.btn-read-more img {
    width: 19px !important;
    height: 19px !important;
}

.btn.btn-filled-red {
    border-radius: 4px;
    padding-top: 20px !important;
    padding-right: 46px !important;
    padding-bottom: 20px !important;
    padding-left: 46px !important;
    gap: 10px;
    background: #ec3131;
    box-shadow: 0px 4px 4px 0px #0000000D;
    vertical-align: middle;
    text-transform: uppercase;
    color: #FFFFFF;
}

.btn.btn-filled-red:hover {
    background: #b82828;
    transition: background 0.2s;
}

/***************************
// End Buttons
***************************/

/***************************
// Header
***************************/
.header {
    background: #7ABE47;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icon-bg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #9BD56F;
    transition: background 0.2s;
}

.social-icon-bg:last-child {
    margin-right: 0;
}

.social-icon-bg img {
    width: 14px;
    height: 14px;
}

/***************************
// End Header
***************************/
/***************************
// Navbar
***************************/
.navbar {
    padding: 0;
}

.navbar-custom {
    width: 100%;
    z-index: 10;
    background-color: white;
}

.navbar-custom .navbar-toggler {
    position: static;
    z-index: 11;
    color: black;
    border: 1px solid black;
}

.navbar-custom .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(30,31,33,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.navbar-collapse {
    transition: none !important;
}

.navbar-custom.scrolled {
    background-color: #2f2f2f;
}

.navbar-custom .nav-link {
    font-weight: 500;
    line-height: 130%;
    vertical-align: middle;
    color: var(--color-white);
}

.nav-item.dropdown {
    position: relative;
}

.navbar-brand img {
    width: 100%;
    max-width: 271px;
    object-fit: scale-down;
}

.dropdown-menu {
    border-radius: 0;
    padding: 0;
}

/* MEGAMENU */

.dropdown-toggle::after {
    display: none;
}

/***************************
// End Navbar
***************************/
/***************************
// Hero Section
***************************/
.hero {
    position: relative;
    background: url("../../../../assets/images/hero-bg.webp") center center / cover no-repeat;
    height: 100vh;
    max-height: 720px;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.54);
    opacity: 0.9;
    z-index: 1;
    transition: opacity 0.5s;
}

.hero:hover::before {
    opacity: 1;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

/***************************
// End Hero Section
***************************/

/***************************
// Little Hero Section
***************************/
.hero-little {
    position: relative;
    width: 100%;
    height: 400px;
    background: url("../../../../assets/images/hero-bg.webp") center center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-little::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.54);
    opacity: 1;
    z-index: 1;
    pointer-events: none;
    user-select: none;
}

.hero-little .container,
.hero-little .container * {
    position: relative;
    z-index: 2;
}

/***************************
// End Little Hero Section
***************************/

/***************************
// Floating Section
***************************/
.floating-section-wrapper {
    position: relative;
    z-index: 10;
    margin-top: -170px;
}

.floating-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 32px rgba(30, 31, 33, 0.10);
    height: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.floating-card-green {
    background: #7ABE47;
}

.floating-contact-icon {
    background: #9BD56F;
    border-radius: 50%;
    padding: 8px;
    width: 61px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.floating-card-green .floating-contact-icon img {
    width: 30px;
    height: 30px;
}

/***************************
// Floating List
***************************/
.floating-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.floating-list li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
}

.floating-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url("../../../../assets/images/icons/check-mark.svg") no-repeat center center;
    background-size: contain;
}

/***************************
// End Floating Section
***************************/

/***************************
// About Us Section
***************************/

.about-us {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.about-us img {
    height: 580px;
    object-fit: cover;
    width: 100%;
    max-width: 480px;
}

/***************************
// End About Us Section
***************************/

/***************************
// Highlight-features
***************************/
.highlight-features {
    background: #7ABE47;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.highlight-features p {
    margin-bottom: 0;
}

.highlight-features .feature-item {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.highlight-features .feature-icon img {
    width: 48px;
    height: 48px;
}

@media (min-width: 1200px) {
    .highlight-features .border-end-md {
        border-right: 1px solid white;
    }

    .highlight-features .border-end-md:last-child {
        border-right: none !important;
    }
}

/***************************
// End Highlight-features
***************************/

/***************************
// Why You 
***************************/
.why-you {
    position: relative;
    background: url('../../../../assets/images/why-bg.webp') center center/cover no-repeat;
}

.why-you .col-lg-7 {
    width: 55%;
}

.why-you .col-lg-5 {
    width: 45%;
}

.why-you-bg {
    background: rgba(0, 0, 0, 0.72);
    width: 100%;
    height: 100%;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.why-you-container {
    position: relative;
    z-index: 2;
}

.why-you-left {
    padding: 0 6rem 0 0;
}

.why-you-icon {
    background: #fff;
    border-radius: 50%;
    width: 61px;
    height: 61px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.why-you-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

@media (max-width: 991px) {

    .why-you-left,
    .why-you-right {
        padding: 24px 0 !important;
    }
}

/***************************
// End Why You 
***************************/


/***************************
// Services Products Section
***************************/
.services-products {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.services-products .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
    max-width: 370px;
    border: 1px solid #176476;
    border-radius: 10px;
}

.services-products .card-body {
    padding: 1.5rem;
    width: 100%;
}

.services-products .card-body .title {
    display: block;
    height: 90px;
    display: flex;
    align-items: center;
}

.services-products .card-body h5,
.services-products .card-body p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.services-products .card img {
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px 10px 0 0;
    height: 242px;
}

.services-products .service-card {
    flex: 1 1 0;
    min-width: 300px;
    /*max-width: 32%;*/
}

/***************************
// End Services Products Section
***************************/

/***************************
// Numbers Section
***************************/

.numbers-bg {
    position: relative;
    overflow: hidden;
    background: #7ABE47;
    padding: 0;
}

.numbers-section {
    margin: 0;
    padding: 0;
}

.numbers-image-outside {
    position: absolute;
    top: 0;
    right: 0;
    width: 40vw;
    height: 100%;
    max-width: 900px;
    z-index: 1;
}

.numbers-image-outside .numbers-image img,
.numbers-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 400px;
    display: block;
}

.numbers-content {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.numbers-stat {
    margin-bottom: 1.5rem;
}

.numbers-stat:last-child {
    margin-bottom: 0;
}

.numbers-stat p {
    margin-bottom: 0rem;
}

.numbers-progress {
    background: #C7C7C7;
    height: 2px;
    border-radius: 2px;
    overflow: hidden;
}

.numbers-progress .progress-bar {
    background: #176476;
    height: 100%;
    border-radius: 2px;
    transition: width 1s;
}

.numbers-image-col {
    min-height: 400px;
    padding: 0;
}

.numbers-image {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

@media (max-width: 991px) {
    .numbers-content {
        padding: 2rem 1rem;
    }

    .numbers-image-col {
        min-height: 220px;
    }

    .numbers-image img {
        min-height: 220px;
    }
}

@media (max-width: 767px) {
    .numbers-section .row {
        flex-direction: column;
    }

    .numbers-image-col,
    .numbers-content {
        max-width: 100%;
        padding: 0;
    }

    .numbers-content {
        padding: 2rem 1rem;
    }
}

/***************************
// End Numbers Section
***************************/

/***************************
// Text Split Section
***************************/

.text-split-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.text-split-section img {
    height: 580px;
    object-fit: cover;
    width: 100%;
    max-width: 480px;
}

/***************************
// End Text Split Section
***************************/


/***************************
// Feature Items Section
***************************/

.feature-items p {
    margin-bottom: 0;
}


.feature-items {
    padding-top: 6rem;
}

.feature-icon img {
    width: 60px;
    height: 60px;
}

/***************************
 // End Feature Items Section
***************************/

/***************************
 // Contact Section
***************************/

.contact-bg-section {
    position: relative;
    background: url('../../../../assets/images/why-bg.webp') center center/cover no-repeat;
}

.contact-bg {
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    padding-top: 17rem;
    padding-bottom: 17rem;
}

.contact-banner-section .row.align-items-stretch {
    margin-top: -280px;
    box-shadow: 0px 4px 4px 0px #0000000D;
    border-radius: 12px;

}

.contact-banner-section {
    padding-top: 0;
    padding-bottom: 6rem;
    margin: 0;
}

.contact-banner-section .btn.btn-filled-blue {
    border-radius: 10px;
}

.contact-banner-container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding-bottom: 0;
}

.contact-banner-image {
    height: 100%;
    overflow: hidden;
}

.contact-banner-image img {
    object-fit: cover;
    width: 100%;
    display: block;
}

.contact-banner-form-wrapper {
    background: #fff;
    border-radius: 0 12px 12px 0;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-banner-form-inner {
    width: 100%;
    margin: 0 auto;
}

.contact-banner-desc p {
    margin-bottom: 0;
}

.contact-banner-form .form-control {
    height: 54px;
    opacity: 1;
    border-radius: 10px;
    border-width: 1px;
    padding-right: 12px;
    padding-left: 12px;
    background: #FFFFFF;
    border: 1px solid #0000003B;
}

.contact-banner-form .form-control::placeholder {
    letter-spacing: 0.15px;
    color: #1E1F21;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.contact-banner-form .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: inherit;
}

.contact-banner-form textarea.form-control {
    min-height: 175px;
    resize: vertical;
}

.contact-banner-form .form-check-label {
    color: #222;
    font-size: 0.92rem;
    line-height: 1.3;
}

.request .form-check-input,
.contact-banner-form .form-check-input {
    margin-top: 0.1rem;
}

.contact-banner-btn {
    background: #1E7C7C;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 6px;
    padding: 0.75rem 0;
    border: none;
    transition: background 0.2s;
}

.contact-banner-btn:hover,
.contact-banner-btn:focus {
    background: #155e5e;
    color: #fff;
}

.form-select {
    opacity: 1;
    border-radius: 10px;
    border-width: 1px;
    padding-right: 12px;
    padding-left: 12px;
    border: 1px solid #0000003B;
    height: 54px;
    width: 100%;
    background: var(--color-white) url('../../../../assets/images/icons/arrow-select.svg') no-repeat right 12px center;
    background-size: 17px 17px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.form-select:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #0000003B;
}

/* Override disabled label style for this specific label */
#felmeres:disabled~.not-disabled-label {
    opacity: 1;
}

/* Mobil nézet */
@media (max-width: 991.98px) {
    .contact-banner-container {
        padding-top: 36px;
    }

    .contact-banner-form-wrapper {
        border-radius: 12px;
        min-height: unset;
        padding: 32px 16px 24px 16px;
    }

    .contact-banner-image {
        display: none;
    }

    .contact-banner-image-mobile {
        margin-top: 16px;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(30, 31, 33, 0.10);
    }

    .contact-banner-image-mobile img {
        object-fit: cover;
        width: 100%;
        height: 220px;
    }
}

@media (max-width: 575.98px) {
    .contact-banner-form-inner {
        padding: 0;
    }

    .contact-banner-title {
        font-size: 1.2rem;
    }

    .contact-banner-form .form-control {
        font-size: 0.98rem;
        padding: 0.65rem 0.8rem;
    }

    .contact-banner-btn {
        font-size: 0.98rem;
        padding: 0.65rem 0;
    }
}

@media (min-width: 992px) {
    .contact-banner-section .row.align-items-stretch {
        min-height: 420px;
    }

    .contact-banner-image,
    .contact-banner-form-wrapper {
        height: 100%;
    }
}

/***************************
 // End Contact Section
***************************/

/***************************
// Footer Section
***************************/
footer {
    background-color: #7ABE47;
    padding-top: 3rem;
    padding-bottom: 4rem;
}

footer img.logo {
    max-width: 317px;
    height: auto;
    width: 100%;
    object-fit: cover;
}

footer .footer-icon {
    width: 55px;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #8A766F;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    flex-shrink: 0;
}

footer .copyright {
    font-weight: 400;
    line-height: 100%;
}

footer .copyright strong {
    font-weight: 700;
}

footer a {
    color: inherit;
    text-decoration: none;
}

footer hr {
    border: none;
    border-top: 2px solid #176476;
    margin: 0;
    max-width: 100%;
    opacity: 1;
}

footer a:hover {
    text-decoration: underline;
}

footer img.phone-icon {
    width: 43px;
    height: 43px;
}

@media (min-width: 1200px) {
    footer .col-lg-2 {
        flex: 0 0 auto;
        width: 17.666667%;
    }

    footer .offset-lg-2 {
        margin-left: 21.666667%;
    }
}


footer .social-icon-bg img {
    width: 18px !important;
    height: 18px !important;
}

footer .social-icon-bg {
    width: 40px !important;
    height: 40px !important;
}

.footer-bottom-content {
    background: #176476;
    color: #fff;
    border-radius: 8px;
    padding: 1rem 0;
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.01em;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    z-index: 1;
}

.footer-copyright {
    opacity: 0.7;
}

/***************************
// End Footer Section
***************************/

@media (max-width: 991.98px) {
    .why-you .row.align-items-center {
        flex-direction: column !important;
    }

    .why-you .col-lg-7,
    .why-you .col-lg-5 {
        width: 100%;
        flex: 0 0 100%;
    }

    .why-you .col-lg-7 {
        margin-bottom: 2rem;
    }
}

/***************************
// Benefits Section
***************************/

.benefits-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.benefit-card {
    border: 1px solid #176476;
    border-radius: 10px;
    background: #fff;
    padding: 2.5rem 1.5rem;
    text-align: left;
    transition: box-shadow 0.2s;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.benefit-icon {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.benefit-icon img {
    width: 61px;
    height: 60px;
    object-fit: contain;
}

/***************************
// End Benefits Section
***************************/

/***************************
// Process Section
***************************/

.process-section {
    padding: 0 0 0 0;
}

.process-steps {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.process-step {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.process-number img {
    width: 60px !important;
    height: 60px !important;
    object-fit: contain;
}

/***************************
// End Process Section
***************************/

/***************************
// FAQ Section
***************************/
.faq {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.faq-item {
    padding: 1.5rem 1.5rem;
    padding-bottom: 0;
}

.faq-item.active {
    background: #176476;
    border-radius: 10px;
    gap: 10px;
    padding: 1.5rem 1.5rem;
    color: #fff;
    margin-bottom: 1rem;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    margin-top: 10px;
}

.faq-question {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.faq-question .icon {
    width: 20px;
    height: 20px;
    transition: transform 0.3s;
    margin-right: 10px;
}

/*.faq-item.active .faq-question .icon {
    width: 31px;
    height: 31px;
}*/

/***************************
// End FAQ Section
***************************/

/***************************
// Services List Section
***************************/

.services-list {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

@media (min-width: 1200px) {
    .services-list .col-xl-4 {
        max-width: 29.333333%;
        flex: 0 0 auto;
    }
}

.services-list .image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.services-list .image-wrapper {
    max-width: 370px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.services-list .image-wrapper img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.services-list .card {
    height: 100%;
    border: 1px solid #176476 !important;
    border-radius: 10px;
}

.services-list .context * {
    color: #1E1E1E;
}

.services-list .card div.context p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.services-list .btn-read-more {
    margin-top: auto;
}

.services-list .items img {
    width: 100%;
    max-width: 380px;
    height: 100%;
    object-fit: cover;
}

.services-list iframe {
    width: 100%;
}

.services-list .title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/***************************
// End Services List Section
***************************/

/***************************
// Pagination Bar
***************************/
.pagination-bar {
    padding-top: 3rem;
}

.pagination-wrapper {
    position: relative;
}

.pagination-line {
    top: -10px;
    height: 0.5px;
    background-color: #B9B9B9;
    z-index: 1;
}

.pagination-numbers {
    position: relative;
    z-index: 2;
}

.pagination-list {
    display: flex;
    padding: 0;
    font-size: 14px;
}

.pagination-number {
    text-decoration: none;
    position: relative;
}

.pagination-number.active {
    color: #176476;
    font-weight: 700 !important;
}

.pagination-prev,
.pagination-next {
    text-decoration: none;
    z-index: 2;
}

.pagination-prev:hover,
.pagination-next:hover {
    color: #176476;
}

.pagination-prev:hover img,
.pagination-next:hover img {
    filter: brightness(50%);
}

.pagination-prev img {
    transform: rotate(180deg);
}

.pagination-prev img,
.pagination-next img {
    height: 13px;
    width: 13px;
    filter: brightness(0%);
}

/***************************
// End Pagination Bar
***************************/

/***************************
// News In Page
***************************/

.news-in {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.news-in .back-to-list {
    color: #176476;
}

.news-in .back-to-list img {
    width: 13px;
    height: 13px;
}

.news-in-content {
    font-size: 16px;
    font-weight: 400;
}

.news-in-content h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    color: #1E1F21;
    margin-bottom: 1rem;
}

.news-in-content h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #1E1F21;
    margin-bottom: 1rem;
}

.news-in-content ul {
    margin-bottom: 0;
}

.news-in-content p:has(+ ul) {
    margin-bottom: 0;
}

.news-in-content img.banner-image {
    width: 100%;
    max-height: 342px;
    object-fit: cover;
    margin-bottom: 1rem;
}

/***************************
// End News In Page
***************************/

/***************************
// Request Section
***************************/

.request {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: var(--color-white);
}

.request h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    margin-top: 3rem;
}

.request h4 {
    font-weight: 400;
    line-height: 100%;
    vertical-align: middle;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.request .default-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
}

.request .form-section {
    background-color: var(--color-white);
    color: var(--color-dark);
    margin: auto;
}

.request .form-section h4 {
    font-weight: 700;
    margin-bottom: 2rem;
}

.request .form-control {
    opacity: 1;
    border-radius: 10px;
    border-width: 1px;
    padding-right: 12px;
    padding-left: 12px;
    border: 1px solid #0000003B;
    height: 54px;
    background: #FFFFFF;
}

.request .form-control-textarea::placeholder,
.request .form-control::placeholder {
    letter-spacing: 0.15px;
    color: #1E1F21;
    font-weight: 400;
    line-height: 140%;
}

.request .form-label-input {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 1rem;
}

.request .sub-form-label {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    vertical-align: middle;
    margin-bottom: 1rem;
}

.request .form-group {
    margin-bottom: 1.5rem;
}

.request .custom-radio {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: var(--color-black);
}

.request .custom-radio.small-font {
    font-size: 20px;
}

.request .btn.btn-filled-blue {
    width: 100%;
    max-width: 312px;
    border-radius: 10px;
}

.request .form-control-textarea {
    opacity: 1;
    width: 100%;
    min-height: 275px;
    border-radius: 10px;
    border-width: 1px;
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    border: 1px solid #0000003B;
    height: 54px;
    background: #FFFFFF;
}

.request .btn-dark-rounded {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: var(--color-white);
    height: 50px;
    border-radius: 30px;
    padding-top: 19px;
    padding-right: 57px;
    padding-bottom: 19px;
    padding-left: 57px;
    gap: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.upload-box {
    position: relative;
    border: 1px solid #7ABE47;
    background-color: #9BD56F40 !important;
    border-radius: 10px;
    padding: 40px 20px;
    background-color: #fefefe;
    text-align: center;
    color: #333;
    font-size: 14px;
    height: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.upload-box input[type="file"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.upload-box.drag-over {
    background-color: #e0f7ff;
    border-color: #00BFFF;
}

.form-check-input {
    margin-top: 0rem;
}

.form-check-input[type=checkbox] {
    box-shadow: 4px 2px 6.7px 0px #00000014;
    border: 0.7px solid #B9B9B9;
    background: #F9F9F9;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    margin-right: 12px;
}

.form-check-input[type=checkbox]:checked {
    background-color: #176476;
    border: 0.7px solid #176476;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 7.5L6 10.5L11 4.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
}

/****************************
// End Request Section
*****************************/

input:focus,
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}










.preview-image {
    width: 100%;
    max-width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.preview-file {
    background-color: #ECF0FF;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-close-preview {
    border: 0.5px solid #ECF0FF;
    background: #FBFCFF;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s, border-color 0.3s;
}

.btn-close-preview:hover {
    background: #ECF0FF;
    border-color: #ECF0FF;
}










.hero-slide {
    position: relative;
    overflow: hidden;
    height: 720px;
}

.hero-slide .carousel {
    height: 100%;
}

.hero-slide .carousel-inner,
.hero-slide .carousel-item,
.hero-slide .container-fluid {
    height: 100%;
}

.hero-slide-img-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-slide-img-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    z-index: 2;
    background: rgba(0, 0, 0, 0.25);
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    opacity: 0.4;
    width: auto !important;
}

.carousel-control-next {
    justify-content: end;
    margin-right: 1rem;
}

.carousel-control-prev {
    justify-content: start;
    margin-left: 1rem;
}

.carousel-control-circle {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 4px;
    background: var(--color-dark);
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-control-prev-icon {
    background-image: url('../../../../assets/images/icons/arrow-left-single.svg');
}

.carousel-control-next-icon {
    background-image: url('../../../../assets/images/icons/arrow-left-single.svg');
    transform: rotate(180deg);
}

iframe {
    max-width: 100%;
}