body {
    font-family: "Nunito", sans-serif !important;
     overflow-x: hidden;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.header-wrapper {
    position: relative;
    width: 100%;
    z-index: 9999;
    transition: all 0.3s ease;
}

.header-wrapper.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header-placeholder {
    display: none;
}

.header-placeholder.active {
    display: block;
    height: 80px; /* Adjust to match your header height */
}


.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    /* background: #1B77E3; */
    transform: skew(40deg);
}

@media (max-width: 1200px) {
    .small,
    small {
        font-size: 10px !important;
    }
}
.top-info-bar {
    font-size: 14px;
}

.contact-info a:hover {
    opacity: 0.9;
}
.contact-info {
    gap: 10px; 
}

@media (min-width: 768px) {
    .contact-info {
        gap: 20px;
    }
}

.email-link {
    margin-bottom: 0; 
}

.phone-link {
    margin-bottom: 0; 
}


/* Navbar Styles */
.navbar {
    padding-top: 0rem; /* Decrease top padding */
    padding-bottom: 0.2rem; /* Decrease bottom padding */
    box-shadow: 0 2px 4px rgba(0,0,0,0.04);
}

.navbar-nav .nav-link {
    padding: 0.5rem 1rem;
    font-weight: 600;
    color: #666;
    transition: color 0.3s ease;
}



.navbar-nav .nav-item {
    margin-right: 1rem; /* Increase space between items */
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #8CC63F; /* Set hover and active color */
}


.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #8CC63F !important; /* Ensure hover and active color */
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
}


.contact-btn {
    background-color: #1f72d0;
    color: #fff !important;
    padding: 8px 20px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.contact-btn:hover {
    background-color: #1860b3;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
    .navbar-nav {
        text-align: right;
        padding: 1rem 0;
    }
    
    .contact-btn {
        display: inline-block;
        margin-top: 10px;
    }
}

/*** Button ***/

.btn {
    font-weight: 500;
    transition: .5s;
    border-radius: 10px;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 130px;
    z-index: 99;
}


/*** Navbar ***/

.navbar-light .navbar-nav .nav-link:hover {
    color: #90BE40;
}
.hero-header {
    background: url(../img/about_image.png) center center no-repeat;
    background-size: cover;
    height: 280px;
}

@media (max-width: 1200px) {
    .px-5 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }
}


/* hero start */

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.float-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    transition: all 0.3s ease;
}

.float-whatsapp:hover {
    background-color: #128C7E;
    transform: scale(1.1);
}

.whatsapp-icon {
    width: 36px;
    height: 36px;
    margin-top: 12px;
}

.dlab-separator {
    height: 4px;
    width: 80px;
    margin: 0 auto;
    border-radius: 2px;
}

.testimonials-wrapper {
    display: flex;
    overflow-x: hidden;
    gap: 20px;
    padding: 20px 0;
    -webkit-overflow-scrolling: touch;
    position: relative;
    scroll-behavior: smooth;
}

.testimonial-card {
    width: 100%;
    max-width: 320px;
    min-height: 360px;
    padding: 25px;
    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    flex-shrink: 0;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}


.swiper-container {
    width: 100%;
    overflow: hidden;
}

.swiper-wrapper {
    display: flex; 
    flex-wrap: nowrap; 
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }


.nav-btn {
    background: white;
    border: 2px solid #ddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 20px;
    line-height: 1;
}

.nav-btn:hover {
    background: #f8f9fa;
    border-color: #999;
}

@media (max-width: 768px) {
    .testimonial-card {
        min-width: 260px;
        width: 260px;
    }
}

.site-button.button-skew {
    background-color: #1b77e3;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 2px solid #1b77e3;
}

.site-button.button-skew:hover {
    background-color: #fff;
    color: #1b77e3;
}

.site-button.button-skew i {
    margin-left: 5px;
}



.btn-link::before {
    content: '›';
    /* or you can use '\276F' */
    margin-right: 8px;
    font-size: 24px;
    font-weight: 600;
}

.btn-link:hover,
.btn-link:focus {
    text-decoration: none !important;
    /* Ensures no underline on hover or focus */
}

.btn-link {
    padding: 0 !important;
    margin: 0 !important;
    display: block;
    text-align: left;
    text-decoration: none !important;
}

.contact-section {
    color: #fff;
    /* White text color */
    border-radius: 8px;
    /* Rounded corners */
    font-family: Arial, sans-serif;
}

.contact-section h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
}

.contact-section .contact {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.contact-section .contact i {
    font-size: 18px;
    margin-right: 10px;
    color: #fff;
}

.contact-section .contact a {
    color: #fff;
    text-decoration: none;
}

.contact-section .contact a:hover {
    text-decoration: underline;
}

.contact-section .btn-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff;
    border: 1px solid #fff;
    transition: all 0.3s ease;
}

.contact-section .btn-social:hover {
    background-color: #fff;
    color: #0056b3;
}

.contact-section .d-flex {
    margin-top: 10px;
}
.thank-you-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin: 40px auto; 
    max-width: 800px;
}

.popular-destination-area {
    min-height: 80vh;
    display: flex;
    align-items: flex-start; 
    justify-content: center;
    background-color: #f8f9fa;
    padding-top: 30px; 
}


._box {
    text-align: center;
    padding: 40px;
}

._box img {
    max-width: 600px; 
    width: 100%; 
    height: auto;
    margin-bottom: 25px;
}

.lead1 {
    font-size: 22px;
    margin-bottom: 20px;
}

.lead2.textcolr {
    color: #81617e;
    font-size: 18px;
    margin: 10px 0;
}

/* 
/***blog Start ***/

.ftco-section {
    padding: 2em 0;
}

.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 275px;
    position: relative;
    display: block;
}

.blog-entry img:hover {
    transform: rotate(6deg) scale(1.2);
}

.blog-entry .meta-date {
    display: inline-block;
    background: #1B77E3;
}

.blog-entry .meta-date .day {
    font-weight: 700;
    font-size: 20px;
}

.blog-entry .meta-date span {
    display: block;
    color: #fff;
}

.blog-entry .meta-date .mos {
    font-size: 13px;
}

.blog-entry .meta-date .yr {
    font-size: 13px;
}

.blog-entry .text {
    position: relative;
    border-top: 0;
    border-radius: 2px;
}

.blog-entry .text .heading {
    font-size: 20px;
    margin-bottom: 16px;
}

.blog-entry .text .heading a {
    color: #000000;
}

.btn.btn-primary {
    background: #1B77E3;
    border: 1px solid #1B77E3;
    color: #fff;
}

.blog-entry .text .meta-chat {
    color: #b3b3b3;
}

.border {
    border: 1px solid #dee2e6 !important;
    margin-bottom: 20px;
}


/*** contact ***/

.spad {
    padding-top: 102px;
    padding-bottom: 102px;
}

.contact-text {
    padding-right: 5px;
}

.contact-text h2 {
    font-weight: 700;
    margin-bottom: 38px;
}

.contact-text p {
    margin-bottom: 30px;
}

.contact-text ul {
    margin-bottom: 40px;
    list-style: none;
}

.social-links a {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 15px;
    padding-top: 3px;
    color: #cad2d9;
    border: 1px solid #cad2d9;
    border-radius: 50%;
    margin-right: 3px;
}

.contact-text ul {
    margin-bottom: 40px;
    list-style: none;
    padding: 0;
}

.contact-form {
    padding-top: 50px;
}

.contact-form input {
    width: 100%;
    height: 59px;
    border: none;
    padding: 0 27px;
    margin-bottom: 30px;
    font-size: 14px;
    background: #ebf0f3;
    border-radius: 5px;
    font-family: "Nunito", sans-serif !important;
}

.contact-form textarea {
    height: 222px;
    padding: 20px 27px 10px;
    margin-bottom: 35px;
    resize: none;
}

.contact-form textarea {
    width: 100%;
    border: none;
    font-size: 14px;
    font-style: italic;
    background: #ebf0f3;
}

.site-btn {
    display: inline-block;
    border: none;
    font-size: 14px;
    font-weight: 600;
    min-width: 188px;
    padding: 15px 35px;
    border-radius: 10px;
    text-transform: uppercase;
    background: #1B77E3;
    color: #fff;
    line-height: normal;
    cursor: pointer;
    text-align: center;
}

.contat-adrs {
    display: grid;
    grid-column-gap: 85px;
    padding-left: 38px;
}

.contat-adrs-sec {
    display: block;
    grid-row-gap: 25px;
}

.contat-adrs-cnt {
    position: relative;
}

.contat-adrs-cnt i {
    position: absolute;
    left: -40px;
    top: -2px;
    font-size: 25px;
    color: #1B77E3;
}

.contat-adrs-cnt h3,
.main-sub-container .contat-adrs-cnt h3 {
    font-size: 1.4em;
}

.contat-adrs-cnt p {
    margin-bottom: 0;
}


/*** Career ***/

.job_items {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 20px;
}

.crr_icon {
    background: url(../images/iconcareear.png) no-repeat 0 0;
    padding: 0 0 5px 0px;
    border-bottom: 1px dotted #CCCCCC;
    margin: 20px 0px 8px 0px;
    display: block;
    color: #1B77E3;
    font-size: 18px;
}

.job_items p {
    font-size: 13px !important;
    max-height: 55px;
    overflow: hidden;
}

.label {
    display: inline;
    padding: 1.2em 3.6em 1.3em;
    font-size: 50%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.label-primary {
    background: #1B77E3;
}

.label:hover {
    color: #fff !important;
}

@media (max-width: 1200px) {
    .col-lg-12 {
        height: 260px !important;
    }
}

@media (max-width: 768px) {
    .col-lg-12 {
        height: 275px !important;
    }
}

@media (max-width: 520px) {
    .col-lg-12 {
        height: 270px !important;
    }
    .job_items li {
        font-size: 14px;
    }
}

@media (max-width: 420px) {
    .col-lg-12 {
        height: 270px !important;
    }
    .job_items li {
        font-size: 8px;
    }
    .job_items p {
        font-size: 10px !important;
    }
}

@media (max-width: 320px) {
    .col-lg-12 {
        height: 355px !important;
    }
    .job_items li {
        font-size: 12px;
    }
}


/*** Section Title ***/

.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: #1B77E3;
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {
        left: 0;
    }
    50% {
        left: 145px;
    }
    100% {
        left: 0;
    }
}

@-webkit-keyframes section-title-run-center {
    0% {
        left: 50%;
        margin-left: -75px;
    }
    50% {
        left: 50%;
        margin-left: 45px;
    }
    100% {
        left: 50%;
        margin-left: -75px;
    }
}

@-webkit-keyframes section-title-run-sm {
    0% {
        left: 0;
    }
    50% {
        left: 85px;
    }
    100% {
        left: 0;
    }
}


/*** About & Feature ***/

/*** About & Feature Styles ***/
.about-img,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 500px;
}

.about-img img,
.feature-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid #1B77E3;
    z-index: -1;
}
/* Add spacing for the content section */
.section-title {
    margin-left: 20px;  /* Added left margin for better spacing */
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .about-img,
    .feature-img {
        margin-bottom: 30px;
        margin-right: 0;
    }
    
    .section-title {
        margin-left: 0;
    }
}


/*** Facts ***/

.fact-item .fact-icon {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 120px;
    transition: .5s;
}

.fact-item:hover .fact-icon {
    background: #65a2e7;
}

.fact-item .fact-icon i {
    color: var(--primary);
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}

.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    z-index: 999;
}

.white-heading {
    color: #ffffff;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}

.white-heading span {
    color: #ffffff;
}


/*** Service ***/

.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    border: 2px solid transparent;
    transition: .5s;
    margin-bottom: 2rem;
}

.service-item:hover {
    margin-top: -10px;
    box-shadow: none;
    border: 1px solid #90BE40;
    text-decoration: none;
}

.service-row-gap {
    margin-bottom: 3rem;
}


/*** portfolio ***/

.properties__button {
    float: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .properties__button {
        float: left
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .properties__button {
        float: left
    }
}

@media (max-width: 575px) {
    .properties__button {
        float: left
    }
}

.nav-tabs {
    margin-bottom: 9px;
    padding-bottom: 0px;
    position: relative;
    border: 0;
    display: flex;
    justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-tabs {
        justify-content: start
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nav-tabs {
        justify-content: start
    }
}

@media (max-width: 575px) {
    .nav-tabs {
        justify-content: start
    }
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: none;
    border-bottom: 2px solid #1B77E3;
    z-index: 5;
    position: relative
}

.nav-tabs .nav-item {
    display: block;
    color: #161e46;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 16px
}

.nav-tabs .nav-link {
    border: 0;
    border-bottom: 2px solid transparent;
    padding: 10px 20px
}

.nav-tabs::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #e7ebf2;
    bottom: -1px;
    left: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nav-tabs::before {
        display: none
    }
}

@media (max-width: 575px) {
    .nav-tabs::before {
        display: none
    }
}

.mb-30 {
    margin-bottom: 30px;
}

.single-services img {
    width: 100%;
}

.mb-35 {
    margin-bottom: 35px;
}



/* ------testimonial  close-------*/


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/map.png) center center no-repeat;
    background-size: cover;
    padding: 3rem 1rem 0;
    /* margin-bottom: 0; */
}

/* General footer styles */
.footer h3 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

/* Links styling */
.footer .btn.btn-link {
    display: flex;
    align-items: center;
    gap: 3px; 
    margin-bottom: 0.5rem;
    padding: 0.25rem 0;
    font-size: 0.9375rem;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    width: 100%;
    text-decoration: none;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 0.625rem;
}

/* Contact section */
.contact {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.contact i {
    margin-right: 0.75rem;
    width: 1rem;
}

.contact span, 
.contact span a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

/* Social media buttons */
.footer .btn.btn-social {
    margin: 0.5rem 0.5rem 0.5rem 0;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Newsletter section */
.footer .form-control {
    height: auto;
    padding: 0.75rem 1rem;
    border-radius: 4px;
    font-size: 0.9375rem;
}

.footer .position-relative .btn {
    padding: 0.5rem 1rem;
    border-radius: 4px;
}

/* Footer bottom section */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 1rem 0;
    margin-top: 1rem;
    margin-bottom: 0; 
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 0.875rem;
}

.footer-links span {
    color: rgba(255, 255, 255, 0.5);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .footer {
        padding: 2rem 1rem 0;
    }
    
    .row > div {
        margin-bottom: 2rem;
    }
    
    .footer-bottom .container {
        flex-direction: column;
        text-align: center;
        padding: 0.5rem 15px;
    }
    
    .footer-links {
        justify-content: center;
    }
    
    .contact-section {
        margin-bottom: 2rem;
    }
    
    .footer .position-relative .btn {
        position: static !important;
        width: 100%;
        margin-top: 0.5rem;
        transform: none;
    }
    
    .footer .form-control {
        padding-right: 1rem;
    }
}

/* Extra small devices */
@media (max-width: 576px) {
    .footer h3 {
        font-size: 1.125rem;
    }
    
    .footer .btn.btn-link {
        font-size: 0.875rem;
    }
    
    .footer-links {
        flex-direction: column;
    }
    
    .footer-links span {
        display: none;
    }
}
.footer > *:last-child,
.footer-bottom > *:last-child {
    margin-bottom: 0;
}

.container {
    margin-bottom: 0;
}

/*** UI/UX design ***/

.img-right img {
    float: right;
    width: 100%;
    padding-left: 40px;
    margin-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .img-right img {
        padding-left: 0;
        margin-top: 0px;
        margin-bottom: 40px;
    }
    br {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .img-right img {
        padding-left: 0;
        margin-top: 0px;
        margin-bottom: 40px;
    }
    br {
        display: none;
    }
}

@media (max-width: 575px) {
    .img-right img {
        padding-left: 0;
        margin-top: 0px;
        margin-bottom: 40px;
    }
    br {
        display: none;
    }
}

.sub h2 {
    font-size: 2rem;
}


/*** Index ***/

.slide-bg {
    overflow: hidden;
}

.slide-bg,
.slide-bg>.inside {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-position: 70% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.section.active .slide-bg>.inside {
    transform: scale(1);
}


/* .slide-bg-circle>.inside {
    background-image: url(../img/about-enke-consulting.webp);
    background-color: #f6f6f6;
} */

.intro_one {
    background-image: url(../img/image_bg_two.jpg);
    background-color: #f6f6f6;
}

.btn-outline-info:hover {
    background-color: #1B77E3;
}

@media (max-width: 768px) {
    h1,
    .h1 {
        font-size: calc(1.375rem + 0.5vw) !important;
    }
    .mb-3 {
        margin-bottom: 0 !important;
    }
}


/*----------------------------------------------------new css-------------------------------------*/

button.btn.btn-outline-info {
    padding: 12px 49px;
    border-radius: 3px;
    border: 2px solid #1B77E3;
    margin-top: 30px;
}


/***************************************Responsive Styles******************************************/

@media only screen and (max-width:1186px) and (min-width:769px) {
    .slide-bg,
    .slide-bg>.inside {
        background-color: #000;
    }
    .slide-bg,
    .slide-bg>.inside img {
        height: 100%;
        object-fit: cover;
    }
}


/***************************************************/

@media only screen and (max-width: 768px) {
    .slide-bg,
    .slide-bg>.inside {
        background-color: #000;
    }
    .slide-bg,
    .slide-bg>.inside img {
        height: 100%;
        object-fit: cover;
    }
}


/***************************************************/

@media only screen and (max-width: 600px) {
    .slide-bg,
    .slide-bg>.inside {
        background-color: #000;
    }
    .slide-bg,
    .slide-bg>.inside img {
        height: 100%;
        object-fit: cover;
    }
    .py-3 {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
}


.partners-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.partners-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.partners-container {
    position: relative;
    z-index: 2;
}

.partners-title {
    text-align: center;
    margin-bottom: 40px;
}

.partners-title h2 {
    color: white;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.partners-title p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
}

.partners-scroll-container {
    overflow: hidden;
    position: relative;
    margin: 0 -15px;
}

.partners-track {
    display: flex;
    animation: partnerScroll 30s linear infinite;
    gap: 30px;
    width: max-content;
}

.partners-track:hover {
    animation-play-state: paused;
}

@keyframes partnerScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.partner-card {
    flex: 0 0 auto;
    width: 300px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.partner-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.partner-card:hover::before {
    left: 100%;
}

.partner-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.partner-logo {
    width: 85px;
    height: 85px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}



.partner-logo img {
    max-width: 60px;
    max-height: 60px;
    object-fit: contain;
}

.partner-name {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 0px;
    position: relative;
    z-index: 2;
}

.partner-description {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 0px;
    height: 20px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.partner-description.default-description {
    color: #999;
    font-style: italic;
}


.partner-website {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.partner-website:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
    color: white;
    text-decoration: none;
}

.partners-controls {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
}

.control-btn {
    width: 50px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.control-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .partners-section {
        padding: 60px 0;
    }
    
    .partners-title h2 {
        font-size: 2.5rem;
    }
    
    .partner-card {
        width: 250px;
        padding: 25px 15px;
    }
    
    .partners-track {
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .partners-title h2 {
        font-size: 2rem;
    }
    
    .partner-card {
        width: 220px;
        padding: 20px 15px;
    }
}