/********** Template CSS **********/
:root {
    --primary: #231d58;
    --secondary: #dc613b;
    --light: #F8F2F0;
    --dark: #060315;
}

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 20px;
    bottom: 20px;
    z-index: 99;
    border: 1px solid #dbd8fb;
    border-radius: 8px !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    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;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF !important;

    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--secondary) !important;
    font-weight: 600 !important;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar {
    background-color: #231f5c;
}


@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        top: -6px;
        left: 50%;
        background: #FFFFFF;
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.owl-carousel-item {
    max-height: 600px;
    
}

/*** Header ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: url(../img/aboutbanner1.png) center center no-repeat;
    background-size: cover;
}

.page-header2 {
    background:  url(../img/servicebanner.png) center center no-repeat;
    background-size: cover;
}



/* .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
} */

/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service, Price & Team ***/
.service-item,
.price-item,
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item img,
.team-item img {
    transition: .5s;
}

.service-item:hover img,
.team-item:hover img {
    transform: scale(1.1);
}

.service-item a.btn-slide,
.price-item a.btn-slide,
.team-item div.btn-slide {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
}

.service-item a.btn-slide i,
.service-item a.btn-slide span,
.price-item a.btn-slide i,
.price-item a.btn-slide span,
.team-item div.btn-slide i,
.team-item div.btn-slide span {
    position: relative;
    height: 40px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 0 35px 35px 0;
    transition: .5s;
    z-index: 2;
}

.team-item div.btn-slide span a i {
    padding: 0 10px;
}

.team-item div.btn-slide span a:hover i {
    background: var(--secondary);
}

.service-item a.btn-slide span,
.price-item a.btn-slide span,
.team-item div.btn-slide span {
    padding-left: 0;
    left: -100%;
    z-index: 1;
}

.service-item:hover a.btn-slide i,
.price-item:hover a.btn-slide i,
.team-item:hover div.btn-slide i {
    border-radius: 0;
}

.service-item:hover a.btn-slide span,
.price-item:hover a.btn-slide span,
.team-item:hover div.btn-slide span {
    left: 0;
}

.service-item a.btn-slide:hover i,
.service-item a.btn-slide:hover span,
.price-item a.btn-slide:hover i,
.price-item a.btn-slide:hover span {
    background: var(--secondary);
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item {
    position: relative;
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    animation: pulse 1s ease-out .5s;
}

.testimonial-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--primary);
    border: 5px solid var(--light);
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--light);
    border-color: var(--primary);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact-page {
        max-width: 100% !important;
    }

    .contact-page .contact-form {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-page .contact-form {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-page .contact-form {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer {
    /* background: linear-gradient(rgba(6, 3, 21, .2), rgba(6, 3, 21, .2)), url(../img/map.png) center center no-repeat; */
    background-color: #231f5c !important;
    padding: 0px 100px
        /* background-size: cover; */
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
    color: #dc613b;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

/* Media query for mobile devices */
@media (max-width: 768px) {
    .footer {
        padding: 0 20px; /* Adjust padding for mobile */
        text-align: left; /* Align text to the left */
    }

    .footer .btn.btn-social {
        margin-right: 5px; /* Keep existing margin */
        width: 30px; /* Adjust size for mobile if needed */
        height: 30px; /* Adjust size for mobile if needed */
    }

    .footer .btn.btn-link {
        text-align: left; /* Ensure links are left-aligned */
        margin-bottom: 10px; /* Adjust spacing for mobile */
    }

    .footer .copyright {
        padding: 15px 0; /* Adjust padding for mobile */
    }
}

/* faqs */

.faq-section {
    width: 100%;
    padding: 30px;
    background-color: #f4f4f4;
}

.faq-container {
    max-width: 90%;
    margin: auto;
    background: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

h2 {
    text-align: center;
    margin-bottom: 20px;
}

.faq-item {
    margin: 10px 0;
}

.faq-question {
    width: 100%;
    padding: 15px;
    background: #fe5255;
    /* Bright Red */
    color: white;
    border: none;
    border-radius: 5px;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question.active {
    color: #000;
    background-color: #fff;
    border: 1px solid #fe5255;
}

.icon {
    font-size: 18px;
    /* Adjust icon size */
    margin-left: 10px;
    /* Space between text and icon */
    color: white;
    /* Default color for icons */
}

.faq-answer {
    display: none;
    padding: 10px;
    border-top: 1px solid #ccc;
    background: #dcf8ff;
    /* Sky Blue */
}


.faq-question.active .icon.plus {
    display: none;
    /* Hide plus icon when active */
}

.faq-question.active .icon.minus {
    display: inline;
    /* Show minus icon when active */
    color: #dc613b;
    /* Change color of minus icon */
}

.faq-question .icon.minus {
    display: none;
    /* Hide minus icon by default */
}

.faq-question.active .icon.plus {
    color: #dc613b;
    /* Change color of plus icon */
}

.faq-question:focus {
    outline: none;
}

/* stat */



.stat {
    border-radius: 10px;
    /* Rounded corners for boxes */
    transition: transform 0.3s;
    /* Animation for hover effect */
}

.stat:hover {
    transform: scale(1.05);
    /* Slight zoom on hover */
}

.shadow {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    /* Subtle shadow effect */
}


.icon-center {
    display: block;
    margin: 0 auto;
    /* Center the icon */
}

.stat {
    text-align: center;
    /* Center text inside stat boxes */
}

.stat h2,
.stat p {
    margin: 0;
    /* Reset margin for consistent alignment */
}



/* form */

.quote-section {
    width: 100% !important;
    /* Full width of the viewport */
    position: relative;
    /* Position relative to allow background attachment */
    overflow: hidden;
    /* Ensure no overflow */
}

.quote-section::before {
    content: "";
    /* Create an empty pseudo-element */
    position: absolute;
    /* Position it absolutely within the section */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    /* Black with 30% opacity */
    z-index: 1;
    /* Make sure it's below the text */
}

.quote-section {
    background-attachment: fixed;
    /* Fix the background image */
    background-size: cover;
    /* Cover the entire section */
    z-index: 0;
    /* Make sure background image is below the overlay */
}

.quote-info {
    position: relative;
    /* Position relative for stacking context */
    z-index: 2;
    /* Make sure text is above the overlay */
}

.quote-info h1 {
    font-size: 2.5rem;
    /* Increase font size for emphasis */
    color: #ffffff;
    /* White text for contrast */
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    /* Add text shadow for readability */
}

.quote-info p {
    font-size: 1.1rem;
    /* Slightly larger paragraph text */
    line-height: 1.6;
    /* Improve line spacing */
    color: #ffffff;
    /* White text for contrast */
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    /* Add text shadow for readability */
}

.quote-form {
    border-radius: 10px;
    /* Rounded corners for the form */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
    /* Soft shadow */
    background-color: rgba(223, 223, 223, 0.9) !important;
    /* Slightly transparent white background */
    position: relative;
    /* Position relative for stacking context */
    z-index: 2;
    /* Make sure form is above the overlay */
    padding: 20px;
    /* Add padding for the form */
}

.quote-input,
.quote-select,
.quote-textarea {
    border-radius: 10px;
    /* Rounded inputs */
    padding: 10px;
    /* Add padding */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* 3D shadow effect */
    transition: box-shadow 0.3s ease;
    /* Smooth transition on focus */

}

.quote-button {
    background-color: #231d58;
    /* Primary button color */
    border: none;
    /* Remove border */
    transition: background-color 0.3s;
    /* Smooth transition */
    border-radius: 10px;
    color: white;
    /* White text for the button */
}

.quote-button:hover {
    background-color: #dc613b;
    /* Darker shade on hover */
}




.quote-input:focus,
.quote-select:focus,
.quote-textarea:focus {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    /* Enhanced shadow on focus */
    outline: none;
    /* Remove default outline */
}


/* counter */


.count {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 40px;
    font-weight: bold;
}

.counter-wrapper {
    background: #333;

    background-size: cover;
    background-position: center center;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat
}

.counter-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}

.counter-inner {
    position: relative;
    z-index: 2;
}

.count-icon {
    font-size: 48px;
}



/* process */
#process {
    text-align: center;
    margin: 40px 0;
    /* Add some space around the section */
}

.process-steps {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.step {
    width: 230px;
    /* Fixed width for circles */
    height: 230px;
    /* Fixed height for circles */
    margin: 10px;
    padding: 10px;
    /* Increased padding for better spacing */
    background-color: transparent;
    /* White background */
    /* border: 2px solid #ddd; */
    border-radius: 50%;
    /* Makes the div circular */
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); */
    /* Deeper shadow for more depth */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Center content horizontally */
    justify-content: center;
    /* Center content vertically */
    /* transition: transform 0.3s, box-shadow 0.3s; */
    /* Add shadow effect on hover */
    /* border: 1px solid #fe5255; */
}

.step:hover {
    transform: scale(1.01);
    /* Slightly enlarge on hover */
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.3);
    /* Darker shadow on hover */
    /* border: 1px solid #231d58; */
}

.step i {
    font-size: 36px;
    /* Increased icon size for better visibility */
    color: #231d58;
    /* Bright blue color for icons */
    margin-bottom: 10px;
    /* Increased space between icon and text */
}

.step:hover i {
    font-size: 40px;
    /* Increased icon size for better visibility */
    color: #dc613b;
    /* Bright blue color for icons */
    margin-bottom: 10px;
    /* Increased space between icon and text */
}

.step h3 {
    font-size: 18px;
    /* Slightly larger font size for headings */
    color: #333;
    /* Darker text color for better contrast */
    margin: 5px 0;
    font-weight: bold;
    /* Bold headings */
}

.step p {
    font-size: 14px;
    /* Increased font size for paragraphs */
    color: #666;
    /* Softer gray for paragraph text */
    text-align: center;
    /* Center align text */
    line-height: 1.4;
    /* Better line height for readability */
}

.process-steps {
    display: flex;
    align-items: center;
    /* Center items vertically */
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.arrow {
    width: 40px;
    /* Width of the arrow */
    height: auto;
    margin: 0 5px;
    /* Space between the step and the arrow */
}

@media (max-width: 560px) {
    .arrow {
        display: none;
    }
}

/* features */
.packers-movers-features {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    padding: 20px;
    margin-bottom: 30px;
}

.packers-movers-card {
    position: relative;
    background: #ffffff;
    border: 2px solid #dc613b;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}

.packers-movers-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #ebebf8;
    transition: left 0.5s ease;
    z-index: 0;
}

.packers-movers-card:hover::before {
    left: 0;
}

.packers-movers-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
}

.packers-movers-icon {
    font-size: 3em;
    margin-bottom: 15px;
    color: #231d58;
    position: relative;
    z-index: 1;
    transition: color 0.5s;
}

.packers-movers-card:hover .packers-movers-icon {
    color: #dc613b;
}

.packers-movers-title {
    font-size: 1.8em;
    margin: 15px 0;
    color: #333;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.packers-movers-description {
    font-size: 1.1em;
    color: #555;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}


/* vision */

.vision-mission-container {
    display: flex;
    justify-content: center;
    /* Center the cards */
    gap: 20px;
    /* Space between cards */
    max-width: 900px;
    margin: 0 auto;
    flex-wrap: wrap;
    /* Allow wrapping for smaller screens */
}

.vision-mission-card {
    background: white;
    /* White background for cards */
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    /* Shadow for depth */
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* Smooth transition */
    flex: 1;
    /* Allow cards to grow and shrink */
    min-width: 250px;
    /* Minimum width for cards */
    position: relative;
    /* Set position for pseudo-element */
    overflow: hidden;
    /* Ensure content doesn't overflow */
}

.vision-mission-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 62, 65, 0.8), rgba(81, 207, 237, 0.8));
    /* Gradient background */
    opacity: 0;
    /* Start hidden */
    transition: opacity 0.3s ease;
    /* Smooth transition for opacity */
    z-index: 0;
    /* Ensure the background is behind the content */
}

.vision-mission-card:hover {
    transform: translateY(-10px);
    /* Lift effect */
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
    /* Enhanced shadow on hover */
}

.vision-mission-card:hover::before {
    opacity: 1;
    /* Fade in the gradient background on hover */
}

.icon {
    margin-bottom: 15px;
    /* Space between icon and heading */
}

.icon img {
    width: 50px;
    /* Icon size */
    height: auto;
    /* Maintain aspect ratio */
}

.vision-mission-title {
    font-size: 1.8em;
    /* Slightly smaller for balance */
    color: #333;
    /* Dark grey for headings */
    margin-bottom: 10px;
    position: relative;
    /* Position for hover effect */
    z-index: 1;
    /* Ensure text is above the background */
}

.vision-mission-text {
    font-size: 1em;
    /* Readable font size */
    color: #666;
    /* Lighter grey for text */
    line-height: 1.5;
    /* Improved readability */
    z-index: 1;
    /* Ensure text is above the background */
    position: relative;
    /* Position for hover effect */
}


/* WhatsApp Button */
@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

.whatsapp-float {
    position: fixed;
    bottom: 23px;
    left: 20px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    /* Make the button perfectly round */
    width: 50px;
    /* Set equal width and height for round shape */
    height: 50px;
    /* Set equal width and height for round shape */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: bounce 2s infinite;
    /* Add the bounce animation */
}

.whatsapp-icon {
    font-size: 30px;
}



.animated-icon {
    display: inline-block;
    /* Ensure the icon can be animated */
    transition: transform 0.3s ease;
    /* Smooth transition */
    animation: pulse 2s infinite;
    /* Trigger pulse animation on hover */
    /* margin-left: 20px */
}

@keyframes pulse {
    0% {
        transform: scale(1);
        /* Initial size */
    }

    50% {
        transform: scale(1.2);
        /* Scale up */
    }

    100% {
        transform: scale(1);
        /* Scale back to initial */
    }
}



.slider-button {
    display: flex;
    align-items: center;
    /* Center items vertically */
}

.btn {
    border-radius: 10px;
    /* Rounded corners */
    margin-right: 20px;
    /* Space between button and image */
}

.slider-button img {
    width: 10% !important;
    /* Set image width */
    height: 50px !important;
    /* Maintain aspect ratio */
}

@media (max-width: 740px) {
    .slider-button img {
        display: none !important;
    }


}



/* Flexbox Styles for Feature List */
.list-unstyled {
    display: flex;
    /* Enable flexbox layout */
    flex-wrap: wrap;
    /* Allow items to wrap into multiple lines */
    padding: 0;
    /* Remove default padding */
    margin: 0;
    /* Remove default margin */
}

.list-unstyled .d-flex {
    align-items: center;
    /* Vertically center the items */
    flex-basis: 50%;
    /* Each item takes up 50% of the row */
    margin-bottom: 1.5rem;
    /* Space between list items */
}

.list-unstyled .fa-3x {
    font-size: 20px;
    /* Set the font size for the icons */
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .list-unstyled .d-flex {
        flex-basis: 100%;
        /* Stack items in a single column on small screens */
    }
}

@media (max-width: 999px) {
    .about-img {
        min-height: 300px;
        align-items: center;
        justify-content: center;
    }

    .feature-img {
        min-height: 250px;
        align-items: center;
        justify-content: center;
    }


}

@media (max-width:500px) {
    .about-img {
        min-height: 300px;
        align-items: center;
        justify-content: center;
        margin: -5px 0px;
    }


}

@media (max-width:400px) {
    .about-img {
        min-height: 300px;
        align-items: center;
        justify-content: center;
        margin: -25px 0px;
    }


}










/* services */
.s-our-services {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}

.s-service-items {
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.s-service-items .s-services-item {
    /* Updated from .s-service-item to .s-services-item */
    padding: 15px;
    border-left: 3px solid transparent;
    position: relative;
    cursor: pointer;
    border-radius: 0 15px 15px 0;
    /* Only right-side border-radius */
    transition: all 0.3s ease;
    background-color: #f9f9f9;
    border: 1px solid #dc613b;
    box-shadow: 
    0 6px 12px rgba(0, 0, 0, 0.2),  /* Primary shadow for depth */
    0 12px 24px rgba(0, 0, 0, 0), /* Secondary shadow for a more pronounced effect */
    0 18px 36px rgba(0, 0, 0, 0.1);  /* Faded outer shadow for softness */

}

.s-services-item::after {
    /* Updated from .s-service-item::after to .s-services-item::after */
    content: '➔';
    position: absolute;
    right: 15px;
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.s-services-item:hover,
.s-services-item.active {
    /* Updated from .s-service-item to .s-services-item */
    border-left-color: #3498db;
    background-color: #e5f1fc;
    font-weight: bold;
    
}

.s-services-item:hover::after,
.s-services-item.active::after {
    /* Updated from .s-service-item::after to .s-services-item::after */
    transform: translateX(5px);
}

.s-service-content {
    width: 70%;
    margin: 0px 10px;
    padding: 20px;
    /* background-color: #fafafa; */
    /* border-left: 1px solid #ddd; */
    border-radius: 15px;
}

.s-service-details {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.s-service-list {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 45%;

}

.s-service-list li {
    width: calc(50% - 10px);
    /* Two columns */
    list-style-type: none;
    margin-left: -25px
}

.s-service-images {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

.s-service-images img {
    width: calc(33.333% - 10px);
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
}

.s-cta-section {
    margin-top: 20px;
    text-align: center;
    padding: 10px;
    background-color: #faeee0;
    border-radius: 10px;
}
/* 
.s-call-now-button {
    background-color: #3498db;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.s-call-now-button:hover {
    background-color: #2980b9;
} */

/* Responsive Design */
@media (max-width: 999px) {
    .s-our-services {
        flex-direction: column;
        
    }

    .s-service-items,
    .s-service-content {
        width: 100%;
        margin:0;
        padding:0
    }

    .s-service-images img {
        width: calc(50% - 10px);
    }

    .s-service-list li {
        width:calc(100%)
    }
}

@media (max-width: 480px) {
    .s-service-images img {
        width: 100%;
    }
}


.modal {
    display: none; /* Hide modal by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5); /* Background color */
}
.modal-dialog {
    margin: 15% auto;
    max-width: 400px;
}















.custom-carousel.version-1, .custom-carousel.version-2 {
    position: relative;
    padding: 15px 35px 0;
  }
  .custom-logo-slider {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 40px;
    text-align: center;
  }
  .custom-carousel .owl-item {
    background: #fff;
    padding: 0 20px;
  }
  .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: #fff !important;
    border-radius: 50%;
    margin: auto 0;
    box-shadow: 0px 0px 5px #00000069;
  }
  .owl-nav button.owl-next {
    right: 0;
  }
  .owl-nav button.owl-prev {
    left: 0;
  }
  .version-2 h2 {
    margin: 0px;
    font-size: 20px;
  }
  .version-2 p {
    font-size: 15px;
  }
  .version-2 .owl-item {
    text-align: center;
    padding: 10px 20px 20px;
  }
  .version-2 .owl-item img {
    width: 160px;
    margin: 0 auto;
  }

  














  .partners-section {
    display: grid;
    place-items: center;
}

.partners-title {
    font-size: 3rem;
    padding: 20px;
    margin: 20px 0px;
}

.partners-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 80%;
    overflow: hidden;
   
    backdrop-filter: blur(7.4px);
    -webkit-backdrop-filter: blur(7.4px);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.partners-slider-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    animation: scrolling 20s linear infinite;
}

@keyframes scrolling {
    0% {
        transform: translateX(80%);
    }
    100% {
        transform: translateX(-20%);
    }
}

.partner-logo {
    width: 12%;
    margin: 20px;
}