/* ===================================
    Crafto - Digital agency
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
/* variable */
:root {     
    --base-color: #41AACE;
    --medium-gray:#727272;
    --dark-gray:#2d2c2b;
    --nero-gray:#1e1d1d;  
    --light-red: #c8b2ab;
    --alt-font: 'Space Grotesk', sans-serif;
    --primary-font: 'Inter', sans-serif;
}
.underline-link {
    text-decoration: underline;
}

/* custom cursor */
/*@media (hover: hover) and (pointer: fine) {*/
/*    .custom-cursor .circle-cursor-outer {*/
/*        border: 1px solid transparent;*/
/*    }*/
/*    .custom-cursor .circle-cursor-inner {*/
/*        width: 20px;*/
/*        height: 20px;*/
/*        left: -5px;*/
/*        top: -5px;*/
/*        background: var(--dark-gray);*/
/*    }*/
/*    .custom-cursor .circle-cursor-inner.cursor-link-hover {*/
/*        width: 30px;*/
/*        height: 30px;*/
/*        background: var(--white);*/
/*        opacity: 0.5 !important;*/
/*    }*/
/*    iframe:hover {*/
/*        cursor: none;*/
/*    }*/

/*    iframe:hover + .custom-cursor .circle-cursor-inner {*/
/*        width: 30px;*/
/*        height: 30px;*/
/*        background: var(--white);*/
/*        opacity: 0.5;*/
/*    }*/
/*}*/
body {
    font-size: 17px;
    line-height: 30px;
}
/* header */
header .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
}
.navbar
/*.navbar-nav */
.nav-link {
    font-weight: 600;
    font-size: 19px;
}
header .navbar-brand {
    padding: 35px 0;
}
header .navbar-brand img {
    max-height: 39px;
}
header .header-button .btn {
    text-transform: inherit;
    font-weight: 600;
    letter-spacing: 0;
}
header .header-button .btn.btn-switch-text > span {
    padding: 10px 24px;
}
.newsletter-style-02 input {
    padding-right: 50px !important;
    font-size: 14px;
}
/* swiper slider */ 
.banner-slider .swiper-slide .position-absolute {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: 1.5s;
    opacity: 0;
}
.banner-slider .swiper-slide.swiper-slide-active .position-absolute {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 1;
}
.fs-34 {
    font-size: 2.125rem;
    line-height: 2.20rem;
}
/* bg color */
.bg-nero-gray {
    background-color: var(--nero-gray);
}
/* bg sliding line */ 
/*.bg-sliding-line { */
/*    background-image: linear-gradient(135deg, transparent 45%, #d1b9b2 45%, #d1b9b2 55%, transparent 0);*/
/*    background-size: 5px 5px;*/
/*}*/
/*.bg-sliding-line-dark-gray { */
/*    background-image: linear-gradient(135deg, transparent 45%, #464646 45%, #464646 55%, transparent 0);*/
/*    background-size: 5px 5px;*/
/*}*/
/* bg color */ 
.bg-base-color-transparent {
    background-color: rgba(239, 211, 203,.6);
}
.border-color-light-red {
    border-color: var(--light-red) !important; 
}
.border-color-transparent-dark-very-light {
  border-color: rgba(35, 35, 35, 0.15) !important;
}
/* highlight separator */ 
.highlight-separator[data-shadow-animation] span {
    height: 100px;
    z-index: -1;
}
.highlight-separator[data-shadow-animation] span img {
    height: 100px;
    width: auto;
}
.highlight-separator-small .highlight-separator[data-shadow-animation] span {
    height: 45px; 
    bottom: -10px;
}
.highlight-separator-small .highlight-separator[data-shadow-animation] span img {
    height: 45px; 
    width: 100%;
}
/* btn */
.btn.btn-hover-animation-switch {
    text-transform: none;
    font-family: var(--primary-font);
}
/* blog only text */
.blog-only-text .card-body:after {
    display: none;
}
/* margin */
.mb-minus-50px {
    margin-bottom: -50px;
}
/* right */
.right-minus-40 {
    right: -40%;
}
/* page title extra large */
.page-title-extra-large h1 {
    font-size: 4.8rem;
    line-height: 4.8rem;
}
.extra-very-small-screen {
    height: 180px !important;
}
/* team style */ 
.team-style-08 figure figcaption .social-icon a {
    background-color: var(--base-color);
}
.team-style-08 figure figcaption .social-icon a:hover {
    color: var(--dark-gray);
}
.team-style-08.skrollable {
    transition: none !important; 
}
/* footer */
footer .footer-logo img {
    max-height: 48px; 
}
.newsletter-style-02 .btn { 
    padding: 10px 15px 9px 15px;  
}
footer a:hover, .footer-navbar li a:hover {
    color: var(--dark-gray);
}
/* media query responsive */
@media (max-width: 1600px) {
    .fs-140 {
        font-size: 8.125rem; 
    }
}
@media (max-width: 1199px) {
    .fs-140 {
        font-size: 6.875rem;
    }
    .lh-95 {
        line-height: 4.75rem;
    }
}
/*@media (max-width: 991px) {*/
/*    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav > .nav-item {*/
/*        border-bottom: 0;*/
/*        text-align: center;*/
/*        padding: 0;*/
/*    }*/
/*    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item .nav-link {*/
/*        font-size: 36px;*/
/*        line-height: 40px;*/
/*    }*/
/*     header .navbar-brand {*/
/*        padding: 22px 0;*/
/*    }*/
/*}*/
.image-responsive {
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .navbar-nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .elements-social ul {
        margin-bottom: 1.5rem !important;
    }
    .padding {
        padding-right: 0 !important;
    }
    section{
        margin-top: 0 !important;
    }
    .title-blog{
        margin-top: 50px !important;

    }
    .image-container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .image-responsive {
        width: auto;
        max-width: 45%;
        height: auto;
    }
    .col-auto.col-xxl-3.col-lg-2.text-end {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header-icon {
        display: flex;
        align-items: center;
    }

    .d-none.d-sm-flex {
        display: flex !important;
    }

    .header-button {
        margin-top: 0;
        justify-content: center !important;
        display: flex;
    }

    .header-button a {
        margin-left: 10px;
    }
    body > div.page-layout > section.bg-nero-gray.big-section > div > div.row.mb-7.sm-mb-50px > div > div{
        font-size: 25px;
    }



}

@media (max-width: 576px) {
    .elements-social {
        margin-top: 0.5rem !important;
    }

    .elements-social ul {
        margin-bottom: 1rem !important;
        flex-wrap: wrap;
    }
    .padding {
        padding-right: 0 !important;
    }
    section{
        margin-top: 0 !important;
    }
    .title-blog{
        margin-top: 50px !important;
    }
    .image-container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .image-responsive {
        width: auto;
        max-width: 45%;
        height: auto;
    }


}

@media (max-width: 768px) {
    body > div.page-layout > section.overlap-height.position-relative > div > div.row.row-cols-1.row-cols-lg-4.row-cols-sm-2.justify-content-center.text-center > div> div > div > div.text-box-hover.bg-dark-gray.h-100.d-flex.align-items-center.justify-content-center.flex-column > p{
        font-size: 0.7rem;
    }
    body > div.page-layout > section.overlap-height.position-relative > div > div.row.row-cols-1.row-cols-lg-4.row-cols-sm-2.justify-content-center.text-center > div > div > div > div.text-box-hover.bg-dark-gray.h-100.d-flex.align-items-center.justify-content-center.flex-column > span{
        font-size: 1rem;
    }
    body > div.page-layout > section.overlap-height.position-relative > div > div.row.row-cols-1.row-cols-lg-4.row-cols-sm-2.justify-content-center.text-center > div> div > div > div.text-box-hover.bg-dark-gray.h-100.d-flex.align-items-center.justify-content-center.flex-column > h1{
        font-size: 3rem;
    }
    .text-box {
        display: none !important;
    }

    .text-box-hover {
        display: flex !important;
        opacity: 1 !important;
        visibility: visible !important;
        position: relative !important;
        transform: none !important;
        height: 100% !important;
    }

    .text-box-wrapper {
        min-height: auto !important;
    }



}
@media (max-width: 768px) {
    body > div.page-layout > section.overlap-height.position-relative > div > div.row.row-cols-1.row-cols-lg-4.row-cols-sm-2.justify-content-center.text-center > div > div > div > div.text-box-hover.bg-dark-gray.h-100.d-flex.align-items-center.justify-content-center.flex-column{
        width: 100%;
    }
    body > div.page-layout > section.overlap-height.position-relative > div > div.row.row-cols-1.row-cols-lg-4.row-cols-sm-2.justify-content-center.text-center > div> div > div > div.text-box-hover.bg-dark-gray.h-100.d-flex.align-items-center.justify-content-center.flex-column > p{
        font-size: 1.2rem;
    }
    body > div.page-layout > section.overlap-height.position-relative > div > div.row.row-cols-1.row-cols-lg-4.row-cols-sm-2.justify-content-center.text-center > div > div > div > div.text-box-hover.bg-dark-gray.h-100.d-flex.align-items-center.justify-content-center.flex-column > span{
        font-size: 1.3rem;
    }
    body > div.page-layout > section.overlap-height.position-relative > div > div.row.row-cols-1.row-cols-lg-4.row-cols-sm-2.justify-content-center.text-center > div> div > div > div.text-box-hover.bg-dark-gray.h-100.d-flex.align-items-center.justify-content-center.flex-column > h1{
        font-size: 4rem;
    }


}
.swiper-slide img {
    transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
}

.bg-sliding-line {
    background-size: 5px 5px;
}
.navbar-nav .nav-item a {
    white-space: nowrap;
}

@media (max-width: 1125px) {
    .navbar-nav .nav-item a {
        white-space: wrap;
        font-size: 12px !important;
    }
    body > div.page-layout > section.cover-background.full-screen.ipad-top-space-margin.py-0.md-h-750px.sm-h-650px > div.container.h-100 > div > div > h1{
        font-size:3.5rem;
    }

}
@media (max-width: 1500px) {
    .navbar-nav .nav-item a {
        /*white-space: nowrap;*/
        justify-content: left !important;
        font-size: 13px !important;
    }
    body > div.page-layout > section.cover-background.full-screen.ipad-top-space-margin.py-0.md-h-750px.sm-h-650px > div.container.h-100 > div > div > h1{
        font-size:3.5rem;
    }


}

.navbar-nav {
    display: flex;
    /*flex-wrap: nowrap;*/
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.navbar-nav .nav-link {
    font-size: 14px;
    /*padding: 5px 10px;*/
}

#contact-form input::placeholder,
#contact-form textarea::placeholder {
    color: white !important;
}
/* Logo size adjustment */
@media (max-width: 991px) {
    header .navbar-brand img {
        max-height: 30px; /* Reduce logo size */
    }
    .text-box-hover {
        opacity: 1 !important;
        transform: translateY(0) !important;
        pointer-events: none;
    }
}

/* Navbar toggle button size on small screens */
@media (max-width: 767px) {
    .navbar-toggler {
        padding: 10px; /* Smaller button size */
    }

    .navbar-toggler-line {
        width: 20px; /* Adjust width of the toggle lines */
        height: 3px; /* Adjust height */
        background-color: black; /* Ensure it's visible */
    }
}

@media (max-width: 767px) {
    body > div.page-layout > section.cover-background.full-screen.ipad-top-space-margin.py-0.md-h-750px.sm-h-650px > div.container.h-100 > div{
        margin-top: 3.5rem;
    }
    .navbar-nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }

    .navbar-nav .nav-link {
        font-size: 16px;
        padding: 8px 15px;
    }

    .collapse.navbar-collapse {
        display: none;
    }

    .navbar-toggler.collapsed + .collapse.navbar-collapse {
        display: block;
    }
}

@media (max-width: 576px) {
    .header-button a {
        font-size: 14px;
        padding: 8px 15px;
    }
    body > div.page-layout > section.cover-background.full-screen.ipad-top-space-margin.py-0.md-h-750px.sm-h-650px > div.container.h-100 > div > div>h1{
       font-size:2.5rem;
    }
    body > div.page-layout > section.cover-background.full-screen.ipad-top-space-margin.py-0.md-h-750px.sm-h-650px > div.container.h-100 > div > div > a > span{
        font-size:1rem;
    }
}

@media (max-width: 767px) {
    .col-auto.col-xxl-3.col-lg-2.text-end {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }

    .header-icon {
        display: flex;
        align-items: center;
    }
}

@media screen {
    
}


@media (max-height: 1800px)  {
    .circle{
        height: 40% !important;
        right: -32% !important;

    }
    #contact-form{
        font-size: 1.5rem !important;
    }
    body > div.page-layout > section.p-0 > div > div > div.col-xxl-4.col-xl-6.position-relative > div > h4{
        font-size: 3.5rem !important;
    }
    body > div.page-layout > section:nth-child(2) > div > div > div:nth-child(2) > div > h4{
        font-size: 3.5rem !important;
    }
}

@media (max-width: 1440px) {
    .menu-order  {
        justify-content: center;
        /*width: 100% !important;*/
    }
    .circle{
        height: 40% !important;
        right: -32% !important;

    }
    #contact-form{
        font-size: 1.5rem !important;
    }
    body > div.page-layout > section.p-0 > div > div > div.col-xxl-4.col-xl-6.position-relative > div > h4{
        font-size: 2.5rem !important;
    }
    body > div.page-layout > section:nth-child(2) > div > div > div:nth-child(2) > div > h4, body > div.page-layout > section.p-0 > div > div > div.col-xxl-4.col-xl-6.position-relative > div > h4,body > div.page-layout > section.p-0 > div > div > div > div > div > h4{
        font-size: 2.5rem !important;
    }
    body > div.page-layout > section > div > div > div > iframe,body > div.page-layout > section.cover-background.full-screen.ipad-top-space-margin.py-0.md-h-750px.sm-h-650px > div.container.h-75 > div > div.row > div > iframe{
        height: 150px;
        width: 150px;
    }

    .container h1 {
        font-size: 3rem;
        line-height: 1.1;
    }


    .btn.btn-extra-large {
        font-size: 0.9rem;
        padding: 8px 15px;
    }
    body > div.page-layout > section.cover-background.full-screen.ipad-top-space-margin.py-0.md-h-750px.sm-h-650px > div.container.h-75 > div > div:nth-child(1){
        margin-top: 20px !important;
    }

}


@media (max-width: 425px) {
    body > div.page-layout > section.ipad-top-space-margin.bg-dark-gray.cover-background.page-title-big-typography > div.container.position-relative > div > div.col-lg-6.position-relative.page-title-extra-large.md-mb-30px.sm-mb-20px.z-index-9{
        margin-top: 100px;
    }
    body > div.page-layout > section:nth-child(2) > div > div > div:nth-child(2) > div > h4, body > div.page-layout > section.p-0 > div > div > div.col-xxl-4.col-xl-6.position-relative > div > h4,body > div.page-layout > section.p-0 > div > div > div > div > div > h4{
        font-size: 2.5rem;
    }
    body > div.page-layout > section:nth-child(2) > div > div > div:nth-child(2) > div > h4{
        font-size: 2.5rem;
    }
    body > div.page-layout > section > div > div > div > iframe, body > div.page-layout > section.cover-background.full-screen.ipad-top-space-margin.py-0.md-h-750px.sm-h-650px > div.container.h-75 > div > div.row > div > iframe{
        height: 150px;
        width: 150px;
    }
    section.big-section {
        text-align: center;
    }


    .container h1 {
        font-size: 2.5rem;
        line-height: 1.1;
    }


    .btn.btn-extra-large {
        font-size: 0.9rem;
        padding: 8px 15px;
    }
    body > div.page-layout > section.cover-background.full-screen.ipad-top-space-margin.py-0.md-h-750px.sm-h-650px > div.container.h-75 > div > div:nth-child(1){
        margin-top: 50px !important;
    }
    body > div.page-layout > section:nth-child(8) > div > div.row.mb-15 > div > h2{
        justify-content: center !important;
        display: flex;
        font-size: 3rem;
    }
    body > div.page-layout > section.overlap-height.position-relative > div > div.row.row-cols-1.row-cols-lg-4.row-cols-sm-2.justify-content-center.text-center > div > div > div > div.text-box-hover.bg-dark-gray.h-100.d-flex.align-items-center.justify-content-center.flex-column{
        width: 100%;
    }
    body > div.page-layout > section.overlap-height.position-relative > div > div.row.row-cols-1.row-cols-lg-4.row-cols-sm-2.justify-content-center.text-center > div> div > div > div.text-box-hover.bg-dark-gray.h-100.d-flex.align-items-center.justify-content-center.flex-column > p{
        font-size: 1.5rem;
    }
    body > div.page-layout > section.overlap-height.position-relative > div > div.row.row-cols-1.row-cols-lg-4.row-cols-sm-2.justify-content-center.text-center > div > div > div > div.text-box-hover.bg-dark-gray.h-100.d-flex.align-items-center.justify-content-center.flex-column > span{
        font-size: 1.7rem;
    }
    body > div.page-layout > section.overlap-height.position-relative > div > div.row.row-cols-1.row-cols-lg-4.row-cols-sm-2.justify-content-center.text-center > div> div > div > div.text-box-hover.bg-dark-gray.h-100.d-flex.align-items-center.justify-content-center.flex-column > h1{
        font-size: 5rem;
    }
    body > div.page-layout > section:nth-child(9) > div > div:nth-child(2){
        margin-top: unset !important;
    }
}
@media (max-width: 375px) {
    body > div.page-layout > section.ipad-top-space-margin.bg-dark-gray.cover-background.page-title-big-typography > div.container.position-relative > div > div.col-lg-6.position-relative.page-title-extra-large.md-mb-30px.sm-mb-20px.z-index-9{
        margin-top: 100px;

    }
    body > div.page-layout > section:nth-child(2) > div > div > div:nth-child(2) > div > h4 , body > div.page-layout > section.p-0 > div > div > div.col-xxl-4.col-xl-6.position-relative > div > h4{
        font-size: 2.5rem;
    }
    body > div.page-layout > section:nth-child(2) > div > div > div:nth-child(2) > div > h4{
        font-size: 2.5rem;
    }
    body > div.page-layout > section > div > div > div > iframe, body > div.page-layout > section.cover-background.full-screen.ipad-top-space-margin.py-0.md-h-750px.sm-h-650px > div.container.h-75 > div > div.row > div > iframe{
        height: 120px;
        width: 120px;
    }
    section.big-section {
        text-align: center;
    }
    body > div.page-layout > section:nth-child(9) > div > div:nth-child(2){
        margin-top: unset !important;
    }


    .container h1 {
        font-size: 2.5rem;
        line-height: 1.1;
    }



    .btn.btn-extra-large {
        font-size: 0.8rem;
        padding: 6px 12px;
    }
    body > div.page-layout > section.cover-background.full-screen.ipad-top-space-margin.py-0.md-h-750px.sm-h-650px > div.container.h-75 > div > div:nth-child(1){
        margin-top: 50px !important;
    }
    body > div.page-layout > section:nth-child(8) > div > div.row.mb-15 > div > h2{
        font-size: 3rem;
    }
    body > div.page-layout > section.overlap-height.position-relative > div > div.row.row-cols-1.row-cols-lg-4.row-cols-sm-2.justify-content-center.text-center > div > div > div > div.text-box-hover.bg-dark-gray.h-100.d-flex.align-items-center.justify-content-center.flex-column{
        width: 100%;
    }
    body > div.page-layout > section.overlap-height.position-relative > div > div.row.row-cols-1.row-cols-lg-4.row-cols-sm-2.justify-content-center.text-center > div> div > div > div.text-box-hover.bg-dark-gray.h-100.d-flex.align-items-center.justify-content-center.flex-column > p{
        font-size: 1.3rem;
    }
    body > div.page-layout > section.overlap-height.position-relative > div > div.row.row-cols-1.row-cols-lg-4.row-cols-sm-2.justify-content-center.text-center > div > div > div > div.text-box-hover.bg-dark-gray.h-100.d-flex.align-items-center.justify-content-center.flex-column > span{
        font-size: 1.5rem;
    }
    body > div.page-layout > section.overlap-height.position-relative > div > div.row.row-cols-1.row-cols-lg-4.row-cols-sm-2.justify-content-center.text-center > div> div > div > div.text-box-hover.bg-dark-gray.h-100.d-flex.align-items-center.justify-content-center.flex-column > h1{
        font-size: 3.9rem;
    }
}
#map-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.portfolio-image {
    position: relative;
}

.portfolio-image img {
    display: block;
    width: 100%;
    height: auto;
}

.overlay-text {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 15px;
    line-height: 28px;
    opacity: 1;
    padding: 5px 10px;
    border-radius: 5px;
    z-index: 10;
    text-align: center;
    white-space: nowrap;
}
.d5{
    color: #eed500 !important;
  }
a.text-dark-gray {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

a.text-dark-gray:hover {
    color: #41AACE;
}

a.text-dark-gray:hover i {
    color: #41AACE;
}
a.text-dark-gray:hover {
    color: #41AACE;
}
footer a {
    transition: color 0.3s ease;
}

footer a:hover {
    color: #41AACE;
}
body, html {
    overflow-x: hidden;
}
.card-title:hover {
    color: #41AACE;
}
/*@media (max-width: 991px) {*/

/*    body > div.page-layout > section > div > div > div > div > div{*/
/*        padding: 0 !important;*/
/*    }*/

/*}*/



.blue-hover:hover{
    color: #41AACE !important;
}
.blue-hover-underline:hover{
    border-bottom: 2px solid #41AACE !important;
    color: #41AACE !important;
 }
 .text-box-wrapper {
     transition: all 0.3s ease;
     min-height: 300px;
 }

.text-box-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.text-box-wrapper:hover .text-box-hover {
    opacity: 1;
    transform: translateY(0);
}



.text-box-wrapper {
    transition: all 0.3s ease;
    min-height: 300px;
}

.text-box-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.text-box-wrapper:hover .text-box-hover {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 768px) {
    .text-box-wrapper {
        min-height: 220px;
        padding: 1.5rem !important;
    }

    .text-box-hover p {
        font-size: 0.9rem !important;
        padding: 0 !important;
    }

    .text-box-hover h1 {
        font-size: 1.75rem !important;
    }

    .offset-lg-1.col-md-12.last-paragraph-no-margin.text-center.text-md-start.padding {
        padding-right: 0px !important;
    }
    body > div.page-layout > section:nth-child(9) > div > div:nth-child(2){
        margin-top: unset !important;
    }

    h2, h3 {
        text-align: left;
        font-size: 30px;
    }

    .client-review {
        text-align: left !important;
        font-size: 15px;
    }
    body > div.page-layout > section:nth-child(8) > div > div.row.mb-15 > div > h2 > span {
        text-align: center;
    }

    body > div.page-layout > section > div > div > div.col-xl-5.col-lg-6.offset-xl-1.text-center.text-md-start > div {
        justify-content: center !important;
    }


    body > div.page-layout > section.pb-0.overflow-hidden.position-relative > div > div.row.align-items-center.mb-5 > div.col-xl-8.tab-style-04.text-center.text-xl-end {
        text-align: left !important;
        padding-left: 20px;
    }
    body > div.page-layout > section.overlap-height.position-relative > div > div.row.mb-3.justify-content-center > div > h2{
        text-align: left !important;
    }

    body > div.page-layout > section:nth-child(8) > div > div:nth-child(2) {
        margin-top: unset !important;
    }

    #footer-placeholder > footer > div > div.row.justify-content-between.mb-6.text-start.align-items-start > div.col-sm-12.col-md-12.col-lg-5 > div > a {
        font-size: 30px;
    }

    #footer-placeholder > footer > div > div.row.justify-content-between.align-items-center.py-4.border-top.text-center.text-md-start, body > div.page-layout > section:nth-child(4) > div > div > div.col-xl-5.col-lg-6.offset-xl-1.text-center.text-md-start > p {
        justify-content: center !important;
    }

    body > div.page-layout > section:nth-child(2) > div > div.row.mb-8.align-items-center > div.col-xl-5.col-lg-6.offset-xl-1.text-center.text-md-start > p {
        text-align: left !important;
    }

    body > div.page-layout > section:nth-child(3) > div.container.position-relative > div > div > h2, body > div.page-layout > section:nth-child(5) > div.container.position-relative > div > div > h2 {
        text-align: center !important;
    }

    #swiper-wrapper-6b08d9834325c1e7 > div.swiper-slide.swiper-slide-prev > div {
        font-size: 40px !important;
    }

    .swiper-slide .fs-140 {
        font-size: 70px !important;
    }

    .swiper-slide .lg-fs-130 {
        font-size: 60px !important;
    }

    .swiper-slide .md-fs-110 {
        font-size: 50px !important;

        .swiper-slide .sm-fs-90 {
            font-size: 45px !important;
        }

        .swiper-wrapper {
            transition-duration: 2000ms !important;
        /
        }

        .swiper-slide {
            margin-right: 20px !important;
        }

    }
    body > div.page-layout > section:nth-child(4) > div > div > div.col-xl-5.col-lg-6.offset-xl-1.text-center.text-md-start > p{
        text-align: left !important;
    }
    body > div.page-layout > section:nth-child(5) > div > div > div.col-xl-5.col-lg-6.offset-xl-1.text-center.text-md-start{
        text-align: left !important;
    }
    body > div.page-layout > section.bg-nero-gray > div:nth-child(2) > div.row.mb-7.sm-mb-50px > div > h2{
        font-size: 30px;
    }
    body > div.page-layout > section:nth-child(3) > div > div.row.mb-6.md-mb-30px.justify-content-center > div > h2{
        text-align: left !important;
    }
    .d5{
        font-size: 30px;
    }
    .container1 {
        display: unset !important;
    }
    .container1 > h2{
        text-align: left !important;
        padding-right: 15px;
        padding-left: 15px;
    }
    .button-links{
        gap: 30px !important;
    }
    h1{
        font-size: 3rem !important;
    }
    #swiper-wrapper-adb2c27edf72ac17 > div.swiper-slide.swiper-slide-active > h5{
        font-size: 30px !important;
    }
    body > div.page-layout > section.top-space-margin > div > div > div > h1{
        text-align: left !important;
    }
    body > div.page-layout > section > div > div > div > div > div > p{
        text-align: left !important;
    }
    body > div.page-layout > section> div > div > div > div > div > ol>li{
        text-align: left !important;
    }
    body > div.page-layout > section.top-space-margin > div > div > div > p{
        text-align: left !important;
    }
    .contact-got-an-idea{
        text-align: center !important;
    }
    body > div.page-layout > section.overlap-height.position-relative > div > div.row.row-cols-1.row-cols-lg-4.row-cols-sm-2.justify-content-center.text-center.g-4 > div> div > div.text-box-hover.bg-dark-gray.h-100.w-100.d-flex.flex-column.justify-content-center.align-items-center.p-3 > p{
        text-align: center !important;
    }
    .title-blog{
        position: relative; left: unset !important; transform: unset !important; width: unset!important;
    }
    h2.text-dark-gray.text-white.alt-font.fw-500.ls-minus-2px.w-100.md-w-100.appear {
        text-align: left !important;
    }


}

    @media (max-width: 576px) {
        .text-box-wrapper {
            min-height: 200px;
        }

        .text-box-hover span {
            font-size: 1rem !important;
        }
    }
    body > div.page-layout > section.ipad-top-space-margin.bg-dark-gray.cover-background.page-title-big-typography > div.container.position-relative > div > div.col-lg-6.position-relative.page-title-extra-large.md-mb-30px.sm-mb-20px.z-index-9 > h1 {
        margin-top: 60px;
    }

    @media (max-width: 1199px) {
        body > div.page-layout > section:nth-child(2) > div > div.row.align-items-center.mb-6.sm-mb-50px > div.col-xl-6.col-lg-6.offset-xl-1.last-paragraph-no-margin > div > div.col-xl-6.col-lg-6.col-md-5.position-relative.atropos.transform-3d.sm-mb-30px.text-center.text-md-start.text-lg-center > div > div > div > div > div > span {
            height: 200px !important;
            width: 200px !important;
        }

    }

body > div.page-layout > section.p-0 > div > div > div > div > img{
    right: -20% !important;
}
.btn-blog{
    color: white!important;
    font-weight: bold !important;
}
.custom-swiper-prev, .custom-swiper-next {
    display: none;
}

@media (max-width: 768px) {
    .custom-swiper-prev, .custom-swiper-next {
        display: flex;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        width: 40px;
        height: 40px;
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .custom-swiper-prev {
        left: 10px;
        top: 50px;
    }

    .custom-swiper-next {
        right: 10px;
        top:50px;
    }
    .swiper-wrapper{
        transition-duration: unset ;
        transition-property: unset ;
        transform: unset ;
    }
    body > div.page-layout > section:nth-child(9) > div > div:nth-child(2){
        margin-top: unset !important;
    }
    h2.text-dark-gray.text-white.alt-font.fw-500.ls-minus-2px.w-100.md-w-100.appear {
        text-align: left !important;
    }
}
.title-blog{
    position: relative; left: 50%; transform: translateX(-50%); width: 120%; text-align: center;
}
h2.text-dark-gray.text-white.alt-font.fw-500.ls-minus-2px.w-100.md-w-100.appear {
    text-align: center;
}
.custom-file-upload {
    position: relative;
    display: inline-block;
}

.custom-file-upload input[type="file"] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.custom-file-upload .upload-label {
    display: inline-block;
    padding: 4px 8px;
    background-color: transparent;
    border: 1px solid white;
    color: white;
    font-size: 13px;
    cursor: pointer;
    width: 140px;
    text-align: center;
    border-radius: 12px;
}

.custom-file-upload .upload-label:hover {
    background-color: rgba(220, 53, 69, 0.1);
}


.container1 {
    display: flex;
    align-items: center;
    gap: 115px;
    padding: 30px 0;
    padding-left:10px;
    flex-wrap: wrap;
}


/* Button Links Container */
.button-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px; /* Increased gap for more separation */
    padding: 30px 0;
    flex-wrap: wrap;
}

/* Image Link Wrapper */
.img-link {
    display: block;
    min-height: 70px;
    max-height: 500px;
    width: 250px;
    cursor: pointer;
}

/* Image Styling */
.link-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 1; /* Default full opacity */
    transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
}

/* Hover Effects on Sibling Image */
.img-link:hover ~ .img-link .link-img {
    opacity: 0.6; /* Reduce opacity of the other image */
    transition: opacity 300ms ease-in-out;
}

/* Hover Effects on Specific Image */
.img-link:hover .link-img {
    opacity: 1; /* Ensure full opacity for the hovered image */
    transform: translate3d(0, -3px, 0) scale(1); /* Combine lift and subtle zoom */
    filter: brightness(1.05); /* Slight brightness boost for vibrancy */
}
