/* ===================================
    Erichsol
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap');

/* variable */
:root {
    --base-color: #074eb9;
    --dark-gray: #252840;
    --black: #05060a;
    --medium-gray: #7d8087;
    --very-light-gray: #f0f2f8;
    --primary-font: 'Plus Jakarta Sans', sans-serif;
}



@font-face {
    font-family: "Erichsol";
    font-display: block;
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/Erichsol-Regular.woff2") format("woff2"), url("../fonts/Erichsol-Regular.ttf") format("truetype");
}

/* helpful class */

@media(min-width: 768px) {
    .h-md-75 {
        height: 75% !important;
    }
}


.erichsol-font {
    font-family: 'Erichsol', serif;
    font-size: 80%;
    font-weight: 300;
    letter-spacing: 3px;
}

.erichsol-text {
    font-family: 'Erichsol', serif;
    font-size: 110%;
}

.erichsol-logo::before {
    content: "E";
    /* Replace "A" with your logo character */
    font-family: 'MyCustomFont', sans-serif;
    font-size: 2rem;
    /* Adjust size as needed */
    color: #333;
    /* Set color */
    display: inline-block;
    vertical-align: middle;
}

.erichsol-flip {
    display: inline-block;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.erichsol-service-width {
    width: 400px;
    height: 800px;
}

.erichsol-gradient {
    background: linear-gradient(to right, rgb(50, 90, 150), rgb(110, 40, 200), rgb(180, 0, 250), rgb(160, 0, 230), rgb(140, 0, 200));
    -webkit-background-clip: text;
    /* For Webkit browsers (Chrome, Safari) */
    -webkit-text-fill-color: transparent;
    /* Makes the background visible */
}


.erichsol-animated-text {
    display: inline-block;
    /* Required for animation */
    transform: rotateY(180deg);
    /* Start reversed */
    animation: flipToNormal11 1s ease-in-out 1s forwards;
    /* 1s delay, 1s duration */
}

.erichsol-animated-text-1 {
    display: inline-block;
    /* Required for animation */
    transform: rotateY(180deg);
    /* Start reversed */
    animation: flipToNormal11 1s ease-in-out 1.5s forwards;
    /* 1s delay, 1s duration */
}

.erichsol-animated-text-2 {
    display: inline-block;
    /* Required for animation */
    transform: rotateY(180deg);
    /* Start reversed */
    animation: flipToNormal11 1s ease-in-out 2s forwards;
    /* 1s delay, 1s duration */
}

.erichfs {
    font-size: clamp(1.5rem, 6vw, 7rem);
    line-height: 6.25rem;
}


/* Keyframes for the flip & reverse animation */
@keyframes flipToNormal11 {
    0% {
        transform: rotateY(180deg);
        /* Start reversed */
    }

    100% {
        transform: rotateY(0deg);
        /* Flip to normal */
    }
}


/* reset */
body {
    line-height: 29px;
}

/* header */
header .navbar-brand img {
    max-height: 32px;
}

.navbar .navbar-nav .nav-link {
    font-size: 17px;
}

header .btn.btn-rounded.btn-large {
    padding: 10px 26px;
    font-size: 13px;
    font-weight: 500;
}

.sticky .header-transparent .header-button .btn {
    color: var(--dark-gray);
    border-color: var(--extra-medium-gray);
}

.sticky .header-transparent .header-button .btn:hover {
    border-color: var(--dark-gray);
    color: var(--white);
    background: var(--dark-gray);
}

header.sticky.sticky-active [data-header-hover="light"] .widget-text i {
    color: var(--white);
}

/* accordion style 02 */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    background-color: var(--dark-gray);
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--white);
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:hover a,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active a {
    opacity: .5;
}

/* btn */
[class*=btn-transparent],
[class*=" btn-transparent"] {
    font-weight: 500;
}

.btn {
    text-transform: none;
    font-family: var(--primary-font);
}

.btn.btn-switch-text.btn-extra-large>span {
    padding: 19px 40px;
}

.btn-gradient-purple-pink {
    background-image: linear-gradient(to right, #0b58cb, #e94037, #0b58cb);
    background-size: 200% auto;
    color: var(--white);
}

.btn-gradient-erichsol {
    background-image: linear-gradient(to right, rgb(50, 90, 150), rgb(110, 40, 200), rgb(180, 0, 250), rgb(160, 0, 230), rgb(140, 0, 200));
    background-size: 200% auto;
    color: var(--white);
}


.btn-gradient-erichsol {
    background-image: linear-gradient(to right, rgb(50, 90, 150), rgb(110, 40, 200), rgb(180, 0, 250), rgb(160, 0, 230), rgb(140, 0, 200));
    background-size: 200% auto;
    color: var(--white);
}

.btn-gradient-erichsol:hover {
    background-image: linear-gradient(to left, rgb(50, 90, 150), rgb(110, 40, 200), rgb(180, 0, 250), rgb(160, 0, 230), rgb(140, 0, 200));
    background-size: 200% auto;
    color: var(--white);
}


.btn-gradient-erichsol-transparent {
    background-color: transparent;
    background-size: 200% auto;
    border-color: rgba(255, 255, 255, 0.3);
    color: var(--white);
}

.btn-gradient-erichsol-transparent:hover {
    background-image: linear-gradient(to left, rgb(140, 0, 200), rgb(160, 0, 230), rgb(180, 0, 250), rgb(110, 40, 200), rgb(50, 90, 150));
    background-size: 200% auto;
    background-position: left center;
    color: var(--white);
}


/* bg gradient color */

.bg-gradient-erichsol {
    background-image: linear-gradient(to right, rgb(50, 90, 150), rgb(110, 40, 200), rgb(180, 0, 250), rgb(160, 0, 230), rgb(140, 0, 200));
}

.bg-gradient-dark-gray-transparent {
    background: -webkit-linear-gradient(right, rgba(24, 25, 28, .5), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(24, 25, 28, .5), rgba(255, 255, 255, 0.0));
}

.bg-gradient-very-light-gray-transparent {
    background: -webkit-linear-gradient(right, rgba(240, 244, 253, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(240, 244, 253, 1.0), rgba(255, 255, 255, 0.0));
}

.bg-gradient-flamingo-red-transparent {
    background: -webkit-linear-gradient(right, rgba(243, 69, 59, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(243, 69, 59, 1.0) 10%, rgba(255, 255, 255, 0.0) 95%);
}

.bg-gradient-base-color-transparent {
    background: -webkit-linear-gradient(right, rgba(50, 90, 150, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(50, 90, 150, 1.0) 10%, rgba(255, 255, 255, 0.0) 95%);
}

.bg-gradient-light-gray-transparent {
    background: -webkit-linear-gradient(right, rgba(222, 230, 244, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(222, 230, 244, 1.0), rgba(255, 255, 255, 0.0));
}

.bg-gradient-erichsol-transparent {
    background: -webkit-linear-gradient(right, rgba(50, 90, 150, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(140, 0, 200, 1.0), rgba(255, 255, 255, 0.0));
}

.bg-midnight-blue {
    background-color: #1e2033;
}

/* text */
.text-flamingo {
    color: #e55b53;
}

.text-erichsol {
    color: rgb(140, 0, 200);
}

.text-erichsol-blue {
    color: rgb(50, 90, 150);
}


.text-gradient-orange-sky-blue {
    background-image: linear-gradient(to right, #5e70f3, #6170f1, #8074dc, #b87bb6, #ec8192);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 25px;
}

/* portfolio filter */
.portfolio-filter li {
    padding: 0 18px;
    line-height: 24px;
}

/* blog */
.categories-btn {
    font-size: 11px;
}

/* page title */
.page-title-extra-large h1 {
    font-size: 4rem;
    line-height: 4rem;
}

.page-title-extra-large h2 {
    font-size: 17px;
    line-height: 28px;
    margin: 0 auto;
}

.process-step-style-05 .progress-step-separator {
    bottom: -10px;
    height: 100%;
    z-index: -1;
}

/* height */
.h-72px {
    height: 72px !important;
}

#map {
    height: 650px;
    border-radius: 6px 0 0 6px;
}

/* margin top */
.mt-minus-50px {
    margin-top: -50px;
}

/* line-height */
.lh-200 {
    line-height: 12.5rem;
}

/* bottom */
.bottom-auto {
    bottom: auto;
}

/* footer */
footer .footer-logo img {
    max-height: 35px;
}

footer ul li {
    margin-bottom: 0;
}

.footer-light a:hover,
.footer-navbar li a:hover {
    color: var(--dark-gray);
}

@media (max-width: 1299px) {
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
    }

    header .btn.btn-rounded.btn-large {
        padding: 10px 15px;
        font-size: 12px;
    }
}

@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-link {
        font-size: 15px;
    }

    header .btn.btn-rounded.btn-large {
        padding: 10px 10px;
        font-size: 11px;
    }
}

@media (max-width: 991px) {
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
        width: calc(100% + 30px) !important;
        margin-left: -15px;
        padding: 10px 45px;
        margin-bottom: 0;
        margin-right: -15px;
    }

    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:last-child a {
        padding-bottom: 17px;
    }

    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
        font-size: 19px;
    }

    header .btn.btn-rounded.btn-large {
        color: var(--dark-gray);
        border-color: var(--extra-medium-gray);
        padding: 10px 15px;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .portfolio-filter li {
        padding: 0;
    }
}


.errorclass {
    color: red;
}

/* CSS for Cookie Manager */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    z-index: 9999;
}

.cookie-banner p {
    margin: 5px 0;
}

.cookie-banner strong {
    font-size: 16px;
}

.cookie-banner a {
    color: #ffd700;
    text-decoration: underline;
}

.cookie-buttons {
    margin-top: 10px;
}

.cookie-buttons button {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 10px 15px;
    margin: 5px;
    cursor: pointer;
    border-radius: 5px;
}

.cookie-buttons button:hover {
    background: #45a049;
}

/* Cookie Modal */
.cookie-modal-content {
    display: block;
    position: fixed;
    top: calc(50% - 16px);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    background: white;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    z-index: 10000;
    max-width: calc(100% - 16px);
    width: 100%;
    margin: 8px auto;
    text-align: left;
}

.cookie-modal {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    background-color: rgba(37, 40, 64, 0.8);
    z-index: 9999;
    display: none;
}

@media (min-width:540px) {
    .cookie-modal-content {
        max-width: 500px;
        padding: 30px;
    }
}

@media (min-width:768px) {
    .cookie-modal-content {
        max-width: 640px;

    }
}


/* .cookie-modal-content label {
    display: block;
    margin: 10px 0 10px 10px;
} */
.cookie-scroll-body {
    max-height: calc(100vh - 28vh);
    overflow-y: auto;
    height: 100%;
}

.form-check-green .form-check-input:not(:checked) {
    background-color: var(--bs-form-check-bg);
}

.form-check-green .form-check-input {
    width: 20px;
    height: 20px;
    padding: 0;
    border: var(--bs-border-width) solid var(--bs-border-color);
    background-image: var(--bs-form-check-bg-image);
}

.cursor-pointer {
    cursor: pointer;
}


/* swiper slider */
.swiper-wrapper .swiper-slide {
    display: flex;
    align-self: stretch;
    height: auto;
}

.swiper-wrapper .swiper-slide .services-box-style-03 {
    display: flex;
    flex-flow: column;
}

/* bootstrap tags input */
.custom-tagsInput .bootstrap-tagsinput{width: 100%; padding: 12px 25px; border-color: #e4e4e4;}
.custom-tagsInput .bootstrap-tagsinput .tag [data-role="remove"]{opacity: 0.6;}

/* select 2 */
.select2-container .select2-selection--single.customSelect{
    height: auto; border-color: #e4e4e4;
}
.select2-container .select2-selection--single.customSelect .select2-selection__rendered{
     padding: 12px 25px;
}
.select2-container .select2-selection--single.customSelect .select2-selection__arrow{
     right: 14px;
     top: 50%;
     transform: translateY(-50%);
}
.select2-container .select2-selection--single.customSelect .select2-selection__arrow b{display: none;}
.select2-container .select2-selection--single.customSelect .select2-selection__arrow::before{
    content: "\f282";
    font-family: bootstrap-icons !important;
}