@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

:root {
    --primary-color: #e52629;
    --secondary-color: #253e80;
    --black: #000000;
    --white: #ffffff;
    --dark-gray: #333333;

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
    object-fit: cover;
}
section#our_clients {
    padding: 5px 0 100px;
}

.our-clients img {
    filter: none !important;
}
/* Header css */
.header {
    padding: 0.75rem 0;
    position: absolute;
    width: 100%;
    z-index: 99;

}
div#grid {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 20px;
}
section.founder-section {
    padding: 80px 0px;
    background: #8080800f;
}
section.founder-section h2.section-heading.text-center {
    padding-bottom: 49px;
}

header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation: slideDown 0.35s ease-out;
    background-color: var(--secondary-color);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.menu-list ul {
    gap: 5rem;
}


.menu-list ul li a {
    font-family: Inter;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.3s;
}


.menu-list ul li:not(:last-child) a:hover {
    color: var(--primary-color);
}

.menu-list ul li:last-child a {
    background: var(--primary-color);
    border-radius: 0.625rem 0 0.625rem 0;
    padding: 1.25rem 1.875rem;
    margin-left: 1.375rem;
    transition: all 0.3s linear;
}

.menu-list ul li:last-child a:hover {
    background-color: var(--black);
}

/* Header css end here */

/* Banner css start  */
.hero-banner {
    padding-top: 12.5rem;
    padding-bottom: 7.5rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
}
#hero_banner {
    padding-top: 12.5rem;
    padding-bottom: 30.5rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.hero-banner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.play-btn {
    position: absolute;
    bottom: 40px;
    right: 50px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    color: #fff;
    font-size: 28px;
}
a.btn.btn-primary {
    background: transparent;
    border: none;
    padding: 0px;
}

.play-btn:hover {
    background: rgba(0, 0, 0, 0.7);
}


.hero-banner::after {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: #0000006b;
    content: '';
    z-index: -1;
}

/* Projects Slider Section */
.projects-slider-section {
    padding: 5rem 0;
}


/* Slider Container */
.slider-container {
    position: relative;
    width: 100%;
}

/* Main Slider */
.main-slider {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.slider-image-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.main-image {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: 0.5s;
    border-radius: 5rem 0 5rem 0 !important;
}


.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5rem 0 5rem 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0 3.125rem 3.125rem 3.125rem;
}


.slider-content h2 {
    color: #ffffff;
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-size: 3rem;
    line-height: 3.75rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}


.slider-content p {
    color: var(--white);
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    width: 100%;
    max-width: 31.25rem;
}


/* Navigation Arrows */
.slider-nav {
    position: absolute;
    bottom: 4.25rem;
    right: 2.8125rem;
    display: flex;
    gap: 0.625rem;
    z-index: 10;
}

.nav-btn {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    background: var(--primary-color);
    border: none;
    color: var(--white);
    font-size: 1.125rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-btn:hover {
    background: #c41e21;
    transform: scale(1.1);
}

/* Thumbnail Gallery */
.thumbnail-gallery {
    display: flex;
    gap: 5px;
    padding: 1.875rem 0;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}


.thumbnail-gallery::-webkit-scrollbar {
    display: none;
}

.thumbnail-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 3px solid transparent;
    border-radius: 0.625rem;
    width: 9.4375rem;
    height: 3.625rem;
}

.thumbnail-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.thumbnail-item.active {
    border-color: var(--primary-color);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(229, 38, 41, 0.3);
}

.thumbnail-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.thumbnail-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: var(--white);
    padding: 10px;
    text-align: center;
    transform: translateY(100%);
    transition: all 0.3s ease;
}

.thumbnail-item:hover .thumbnail-overlay {
    transform: translateY(0);
}

.thumbnail-item.active .thumbnail-overlay {
    transform: translateY(0);
}

.thumbnail-overlay h4 {
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    font-family: Inter, sans-serif;
    display: none;
}

.hero-content h1 {
    color: var(--white);
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-size: 4.125rem;
    line-height: 5.25rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.hero-content p {
    color: var(--white);
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-size: 1.25rem;
    line-height: 1.9375rem;
    font-weight: 600;
    width: 100%;
    max-width: 26.875rem;
    font-style: italic;
}


.hero-button {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 30px;
}

.custom-btn {
    border-radius: 0.625rem 0 0.625rem 0;
    padding: 1.25rem 1.875rem;
    color: var(--white);
    text-align: left;
    font-family: Inter;
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.3s;
}


.bg-red-btn {
    background: var(--primary-color);
    border-style: solid;
    border-color: var(--primary-color);
    border-width: 1px;
}

.bg-red-btn:hover {
    background: var(--black);
    border-color: var(--black);

}

.bg-blue-btn {
    background: var(--secondary-color);
    border-style: solid;
    border-color: var(--secondary-color);
    border-width: 1px;
}

.bg-blue-btn:hover {
    background-color: var(--black);
    border-color: var(--black);
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*  */
.acefuture-wrapper {
    padding: 100px 0 258px;
    background-image: url(../images/acefuture-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.section-heading {
    font-family: "Open Sans", sans-serif;
    font-size: 3rem;
    line-height: 5.625rem;
    font-weight: 700;
    color: var(--secondary-color);
    font-size: 34px;
}


.section-heading span {
    color: var(--primary-color);
}

.acefuture-content p {
    color: var(--black);
    text-align: left;
    font-family: Inter;
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
    width: 100%;
    max-width: 35.625rem;
}

.acefuture-img img {
    height: 580px;
    object-fit: cover;
    width: 100%;
}

.acefuture-btn {
    margin-top: 3.125rem;
    display: flex;
    gap: 1.75rem;
    align-items: center;
}

.acefuture-img {
    position: relative;
}

.acefuture-img::after {
    content: "";
    position: absolute;
    top: 20px;
    left: -20px;
    width: 100%;
    border: 1px solid var(--primary-color);
    pointer-events: none;
    height: 93%;
    /* transform: translateY(-50%); */
}

/*  */
.who-we-serves {
   /*  margin-top: -200px;*/
    padding: 60px 0;
}

.serves-items {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    align-items: center;
    gap: 2.9375rem;
    margin-top: 3.75rem;
}

.serve-box p {
    color: var(--black);
    font-family: Inter;
    font-size: 16px;
    line-height: 1.625rem;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0.75rem;
}


.serve-box {
    text-align: center;
}

.serve-box img {
    width: 3.75rem;
    height: 3.75rem;
    object-fit: contain;
    margin: 0 auto;
}


/* Footer css */
.footer {
        background-color: var(--secondary-color);
        padding: 40px 0;
}

.footer-logo img {
    max-width: 160px;
    object-fit: contain;
}
div#address {
    padding-left: 160px;
}
div#number {
    padding-left: 205px;
}

.footer-title {
    color: var(--white);
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 0.9375rem;
}

.footer-content p {
    color: var(--white);
    font-size: 1rem;
    line-height: 1.625rem;
    font-weight: 400;
    font-family: Inter;
}


.footer-content ul li a {
    color: var(--white);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding-bottom: 8px;
    transition: all 0.3s;
}

.footer-content ul li a:hover {
    transform: translateX(6px);
    color: var(--primary-color);
}

.news-letter form {
    position: relative;
}

.news-letter form input,
.form-group textarea#message {
    background: var(--white);
    border-radius: 0.3125rem;
    width: 100%;
    padding: 0.5625rem 1.25rem;
    color: rgba(0, 0, 0, 0.69);
    text-align: left;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 400;
    outline: none;
    box-shadow: none;
}


.news-letter h6 {
    color: var(--white);
    text-align: left;
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

.mail-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.news-letter {
    margin-top: 40px;
}

.footer-bottom-content p,
.footer-bottom-content a {
    color: var(--white);
    font-family: "DM Sans", sans-serif;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 400;
}

.footer-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 100px;
}

.faq-item {
    border-top: 1px solid #ddd;
    padding: 15px 0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    color: #1e1b1a;
    font-family: "OpenSans-Bold", sans-serif;
    font-size: 17px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.faq-content p {
    color: #1e1b1a;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    width: 100%;
    max-width: 438px;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    margin-top: 5px;
    opacity: 0;
    color: #1e1b1a;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.faq-sec {
    padding: 80px 0;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    /* enough for long text */
    opacity: 1;
}

.faq-icon {
    font-size: 20px;
    transition: transform 0.3s ease;
}



section.our-clients {
    padding: 100px 0;
}

.have-a-project-inner {
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
}

.contact-form form .form-group input,
.form-group textarea#message {
    width: 100%;
    padding: 14px 8px;
    border: none;
    border-bottom: 1px solid var(--black);
    background-color: transparent;
    margin-bottom: 27px;
    outline: none;
    box-shadow: none;
    color: var(--black);
    border-radius: 0;
}

.contact-form form .form-group input::placeholder,
.form-group textarea#message::placeholder {
    color: #000;
}

.contact-form {
    padding: 65px;
    background: #f8f7f7;
    border-radius: 30px 0 0 30px;
    height: 100%;
}

.social-media-icons {
    margin-top: 50px;
    text-align: right;
}

.have-a-project {
    padding-bottom: 100px;
}

.checkbox span {
    color: var(--black);
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

.checkbox {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-media-icons a {
    color: var(--white);
    font-size: 20px;
}

.contact-form p {
    color: var(--black);
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    font-family: Inter;

}

.contact-form-right {
    background: #253e80;
    border-radius: 0px 30px 30px 0px;
    padding: 65px;
    height: 100%;
}

.have-a-project-inner .row .col-lg-6 {
    padding: 0;
}

.contact-form-right iframe {
    border-radius: 10px;
}

.contact-form-right p {
    color: var(--white);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 28px;
    font-family: Inter;
}

.contact-info img {
    max-width: 100%;
    margin-right: 15px;
    width: auto;
}

.contact-info a {
    display: block;
    color: #f8f7f7;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.contact-info {
    padding-top: 28px;
}

/*  */
.client-feed-box {
    background: var(--white);
    border-radius: 12px;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 42px;
    margin: 0 20px;

}

.customer-feedback {
    overflow: hidden;
    background: url(../images/banner-bg.png);
    padding: 80px 0 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.customer-after img {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    max-width: 900px;
}

.client-img img {
    border-radius: 12px 0px 0px 12px;
    width: 245px;
    height: 296px;
}

.customer-feedback h2 {
    text-align: center;
    margin-bottom: 50px;
    color: var(--white);
}

section.customer-feedback .slick-track {
    display: flex !important;
    align-items: stretch;
}

section.customer-feedback .slick-slide {
    height: auto !important;
    display: flex;
}

.client-feed-box {
    flex: 1;
    height: 100%;
}

/* Dots */
.customer-feedback .slick-dots {
    bottom: -54px;
}

.customer-feedback .slick-dots li button:before {
    font-size: 34px;
    color: var(--white);
    opacity: 0.8;
}

.customer-feedback .slick-dots li.slick-active button:before {
    color: var(--primary-color);
    opacity: 1;
}

/* Arrows */
.customer-feedback .slick-prev,
.customer-feedback .slick-next {
    z-index: 2;
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    top: auto;
    bottom: -80px;
}

.customer-feedback .slick-prev:before,
.customer-feedback .slick-next:before {
    font-size: 20px;
    color: var(--white);
    opacity: 1;
}

/* Adjust arrow position */
.customer-feedback .slick-prev {
    left: 40%;

}

.customer-feedback .slick-next {
    right: 40%;
}

.customer-feedback .client-feed-box {
    display: flex;
    background: var(--white);
    border-radius: 10px;
    overflow: hidden;
    min-height: 296px;
    align-items: stretch;
}

.customer-feedback .client-img {
    flex: 0 0 250px;
    height: auto;
}

.customer-feedback .client-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.client-content-feed {
    padding: 20px;
}

.workimg {
    border-radius: 20px;
    width: 90px;
    height: 90px;
    padding: 20px;
    margin: 0 auto;
}

.work-bg-red {
    background: var(--primary-color);
}

.work-bg-blue {
    background: var(--secondary-color);
}

.workimg img {
    max-width: 50px;
}

.our-work-box {
    text-align: center;
    position: relative;
}

.our-work .row .col-lg-3.col-md-6 .our-work-box {
    position: relative;
    /* parent relative hona chahiye */
}

.our-work .row .col-lg-3.col-md-6:not(:last-child) .our-work-box::after {
    content: '';
    position: absolute;
    top: 30px;
    left: 70%;
    /* box ke right se start hoga */
    width: 210px;
    height: 11px;
    background: url('../images/line-dot.svg') no-repeat center;
    background-size: contain;
}


.work-content h3 {
    color: var(--black);
    font-size: 20px;
    font-weight: 600;
}

.work-content {
    margin-top: 50px;
}

.work-content p {
    color: #333333;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    font-weight: 400;
}

.our-work-progress {
    padding: 0 0 100px 0;
}

.our-work {
    margin-top: 70px;
}

/* Fix for RTL slider */
.row2 .slick-track {
    direction: ltr;
}

.row2 {
    direction: rtl;
}
.logo img {
    max-width: 150px;
}

.acefuture-img::after {
    /* left: 0; */
}

.contact-form textarea {
    height: 170px;
    width: 100%;
    padding: 14px 8px;
    border: none;
    border-bottom: 1px solid var(--black);
    background-color: transparent;
    margin-bottom: 27px;
    outline: none;
    box-shadow: none;
    color: var(--black);
    border-radius: 0;
}
/************* New Home Page Css ****************/
.counter-strip {
    position: relative;
}

.counter-container {
    max-width: 1360px;
    margin: auto;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    gap: 25px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    top: -71px;
}

/* Item */
.counter-item {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  flex: 1;
}

/* Icon */
.icon-box {
  width: 70px;
  height: 70px;
  background: #f4e6e1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box i {
  font-size: 26px;
  color: #ff5a2c;
}

/* Text */
.text h2 {
  font-size: 32px;
  margin: 0;
  font-weight: 700;
}

.text p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #666;
}

/* Slanted Divider */
.counter-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -1px;
    width: 1px;
    height: 100%;
    background: #dddddd7d;
}

/* Responsive */
@media (max-width: 992px) {
  .counter-container {
    flex-wrap: wrap;
  }

  .counter-item {
    flex: 45%;
  }

  .counter-item::after {
    display: none;
  }
}

@media (max-width: 576px) {
  .counter-item {
    flex: 100%;
  }
}
.services-section {
    padding: 163px 0 60px;
    background: #f5f5f5;
}

/* LEFT */
.sub-title {
  color: #ff5a2c;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

.left-content h2 {
    font-size: 42px;
    margin: 15px 0;
    font-weight: 700;
}

.left-content p {
    color: #666;
    font-size: 18px;
    margin-bottom: 25px;
}
a {
    text-decoration: none !important;
}

/* BUTTON */
.btn-custom {
  display: inline-block;
  background: #ff5a2c;
  color: #fff;
  padding: 12px 25px;
  text-decoration: none;
  font-weight: 600;
}

.btn-custom i {
  margin-left: 8px;
  transition: 0.3s;
}

.btn-custom:hover i {
  transform: translateX(5px);
}

/* CARD */
.service-card {
    background: #fff;
    padding: 25px;
    margin-bottom: 25px;
    transition: 0.3s;
    height: 240px;
}

.service-card:hover {
  transform: translateY(-5px);
}

/* ACTIVE CARD */
.service-card.active {
    background: #253E80;
    color: #fff;
}

.service-card.active p {
  color: #fff;
}

.service-card.active .icon-box {
  background: rgba(255,255,255,0.2);
}

.service-card.active i {
  color: #fff;
}

/* ICON */
.icon-box {
    width: 65px;
    height: 57px;
    background: #f4e6e1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
div#icon1 {
    width: 98px;
}
div#icon {
    width: 82px;
}
.icon-box i {
    font-size: 24px;
    color: #E52629;
}

/* TEXT */
.service-card h4 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}

.service-card p {
  font-size: 16px;
  color: #666;
}
.industries-section {
    padding: 170px 0px 100px;
    background: #F5F5F5;
}

/* CARD */
.industry-card {
    background: #253E80;
    position: relative;
    overflow: hidden;
}

/* IMAGE */
.industry-image {
  position: relative;
}

.industry-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

/* ICON */
.industry-icon {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fff;
  padding: 15px;
}

.industry-icon i {
    color: #E52629;
    font-size: 22px;
}

.industry-icon.active {
  background: #ff5a2c;
}

.industry-icon.active i {
  color: #fff;
}

/* CONTENT */
.industry-content {
  padding: 25px;
}

.industry-title {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.industry-text {
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
}

/* LINK */
.industry-link {
  color: #ff5a2c;
  font-weight: 600;
  text-decoration: none;
}

.industry-link i {
  margin-left: 8px;
  transition: 0.3s;
}

.industry-link:hover i {
  transform: translateX(5px);
}

/* BOTTOM DESIGN */
.industry-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 6px;
    background: #e52629;
    transform: skewX(-40deg);
}
.custom-indicators {
    position: absolute;
    bottom: -40px;
    left: 50%;
    display: flex;
    gap: 10px;
}
.slider_head h2 {
    text-align: center;
    font-size: 42px;
    color: #000;
    font-weight: 700;
}
.slider_head p {
    text-align: center;
    color: #000;
    font-size: 18px;
    margin: 12px;
}
div#industriesCarousel {
    padding-top: 32px;
}
.custom-indicators button {
  width: 35px;
  height: 4px;
  background: #ccc;
  border: none;
  transition: 0.3s;
}

.custom-indicators button.active {
    background: #E52629;
}

/* Section */
.care-section {
    background: #F5F5F5;
    padding: 80px 40px;
    position: relative;
}

/* 5 column layout */
@media (min-width: 992px) {
  .col-lg-custom {
    width: 20%;
    flex: 0 0 20%;
  }
}

/* Box */
.care-box {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

/* Circle Image */
.care-img {
    width: 170px;
    height: 170px;
    margin: 0 auto;
    border-radius: 50%;
    padding: 8px;
    background: #fff;
    box-shadow: 0 0 0 12px #e526290f;
    overflow: hidden;
    transition: all 0.4s ease;
}

.care-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: 0.4s;
}

/* Heading */
.care-box h5 {
    margin-top: 25px;
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 20px;
}

/* Text */
.care-box p {
  font-size: 14px;
  color: #7a7a7a;
  margin-top: 8px;
}

/* 🔥 Hover Effects */
.care-box:hover .care-img {
  transform: translateY(-12px) scale(1.05);
  box-shadow: 0 0 0 12px #d6defa, 0 15px 35px rgba(0,0,0,0.1);
}

.care-box:hover img {
  transform: scale(1.1);
}

.care-box:hover h5 {
    color: #E52629;
}


/* Responsive Fix */
@media (max-width: 991px) {
  .care-section::before {
    display: none;
  }
}
/* Force all items in one row */
.care-section .row {
  flex-wrap: nowrap;
}

/* 5 equal width boxes */
.col-lg-custom {
  width: 20%;
  flex: 0 0 20%;
}

/* Mobile pe overflow scroll */
@media (max-width: 991px) {
  .care-section .row {
    overflow-x: auto;
  }

  .col-lg-custom {
    min-width: 220px;
  }
}
/* SECTION */
.why-section {
  background: #fff;
  padding: 80px 40px;
}

/* LEFT IMAGE STICKY */
.why-img {
  position: sticky;
  top: 100px;
}

.why-img img {
  width: 100%;
  border-radius: 20px;
}

/* RIGHT SIDE */
.why-right {
  padding-left: 30px;
}

.why-right h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 18px;
}
p.subtitle {
    font-size: 18px;
}
/* CARD */
.why-card {
    background: #F5F5F5;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 25px;
    height: 298px;
    transition: 0.3s;
}
/* SHAPE IMAGE (top cut style) */
.shape-img {
  display: flex;
  gap: 8px;
  margin-bottom: 15px;
}

.shape-img img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  clip-path: ellipse(40% 50% at 50% 50%);
}

/* TEXT */
.why-card h5 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}

.why-card p {
  color: #6c757d;
  font-size: 14px;
}

/* TAGS */
.tags {
  margin-top: 15px;
}

.tags span {
  display: inline-block;
  background: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  margin-right: 10px;
}
.why_choose {
    text-align: center;
    margin-bottom: 71px;
}
.why_choose h2 {
    font-size: 42px !important;
    font-weight: 700;
    margin-bottom: 18px;
}
/* HOVER 🔥 */
.why-card:hover {
  transform: translateY(-8px);
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.hero-section {
    background-color: #253E80;
    padding: 74px 20px;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #ffffff33;
}

.hero-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    max-width: 900px;
    text-transform: capitalize;
    margin: 0 auto 40px;
}

.hero-btn {
    background: #fff;
    color: #000;
    padding: 14px 30px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

.hero-btn:hover {
    background: #f1f1f1;
}
.testimonial-section {
    padding: 80px 0;
}

/* Heading */
.sub-title {
    color: #6c63ff;
    font-weight: 600;
    font-size: 14px;
}

.main-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 40px;
}

/* Layout */
.slider-area {
    position: relative;
}

/* Arrows top right */
.slider-nav {
    position: absolute;
    top: -60px;
    right: 0;
    display: flex;
    gap: 10px;
}

.slider-nav div {
    width: 40px;
    height: 40px;
    background: #eee;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/* Rating Box */
.rating-box {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
}

.rating-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rating-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.rating-overlay h1 {
    font-size: 48px;
}

/* Card */
.testimonial-card {
    background: #F5F5F5;
    border-radius: 15px;
    padding: 25px;
    height: 100%;
    /* box-shadow: 0 5px 20px rgba(0,0,0,0.05); */
}
.profile {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.profile img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 12px;
}

.profile span {
    color: #6c63ff;
    font-size: 14px;
}

.stars {
    color: #ff9800;
}
/* Stars */
.stars {
    color: #ff9800;
}

/* Image rating */
.rating-box {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 89%;
}

.rating-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rating-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.rating-overlay h1 {
    font-size: 48px;
}
/* Swiper fix */
.swiper-slide {
    height: auto;
}

/* Section */
.events-section {
    padding: 80px 0;
    background: #f5f5f5;
}

/* Top */
.section-top {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.sub-title {
    font-size: 14px;
    font-weight: 600;
    color: #b3002d;
}

.main-title {
    font-size: 42px;
    font-weight: 700;
    text-align: center;
}

section.founder-section .main-title {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
	margin-bottom:0px;
}
/* Button */
.view-btn {
    background: #eee;
    border-radius: 40px;
    padding: 12px 25px;
    font-size: 14px;
    border: none;
}

/* Card */
.event-card {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    height: 100%;
}
button.details-btn {
    background: var(--primary-color);
    border-radius: 0.625rem 0 0.625rem 0;
    padding: 9px 20px;
    transition: all 0.3s linear;
    color: #fff;
}
section#section_faqs .faq-container {
    max-width: 800px;
    margin: auto;
}
.event-img {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.event-img img {
    width: 100%;
    border-radius: 12px;
}

/* Tag */
.tag {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #E52629;
    color: #fff;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 12px;
}
.event-img img {
    height: 263px;
}
/* Date */
.event-date {
    margin: 15px 0;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

/* Title */
.event-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Button */
.details-btn {
    border: 1px solid #ddd;
    padding: 8px 18px;
    border-radius: 6px;
    background: transparent;
    font-size: 14px;
}
h2.section-heading {
    text-transform: capitalize;
    font-size: 42px;
    font-weight: 700;
    line-height: 49px;
    color: #000;

}
section#section_faqs h2.section-heading {
    text-align: center;
}
setion#section_faqs .faq-container {
    max-width: 801px;
    margin: auto;
}







/*.founder-section {
    padding: 80px 0;
}*/

.founder-title {
    font-size: 42px;
    color: #000000;
    letter-spacing: 2px;
    line-height: 50px;
    font-family: system-ui;
}

.founder-subtitle {
    font-size: 18px;
    color: #555;
    margin-top: 15px;
    font-family: system-ui;
}

.line {
    width: 60px;
    height: 2px;
    background-color: #000000;
    margin: 15px 0 25px;
}

.founder-text {
    font-size: 14px;
    color: #333;
    line-height: 27px;
    margin-bottom: 18px;
    font-family: system-ui;
}
.founder-img {
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
    height: 394px;
}
section.founder-section .social-media-icons a i {
    color: #000;
}
section#section_faqs {
    padding-top: 0px;
}
section.founder-section .social-media-icons {
    text-align: left;
    margin-top: 10px;
}
.industry-content {
    padding: 25px;
    height: 213px;
}
.testimonial-card p {
    font-size: 18px;
}
.testimonial-card h6 {
    font-size: 20px;
}
@media (max-width: 768px) {
    .founder-title {
        font-size: 28px;
    }
}
section#Welcome {
    padding: 160px 0px 100px;
}
section#Equipment {
    padding: 70px 0px;
}
section.counter-strip.pppp {
    margin-top: 140px;
}
.counter-container.ooo {
    box-shadow: 6px 3px 30px 6px #e9e9e9;
}
@media (max-width: 768px) {
section.counter-strip.pppp {
    margin-top: 0px !important;
}
section#Welcome {
    padding: 489px 0px  70px;
}
}



.our-clients {
    padding: 80px 0;
    background: #f9f9f9;
    overflow: hidden;
}
	section.our-clients {
    padding: 50px 0 !important;
}

/*.section-heading {
    text-align: center;
    margin-bottom: 60px;
}*/

.logo-slider {
    overflow: hidden;
    margin-bottom: 50px;
}

.logo-track {
    display: flex;
    gap: 60px;
    width: max-content;
    animation: scroll 30s linear infinite;
}

.logo-track.reverse {
    animation-direction: reverse;
}

/* UPDATED LOGO STYLE */
.logo-track img {
    height: 60px;
    object-fit: contain;
    opacity: 0.8;
    transition: 0.3s;
}

.logo-track img:hover {
    opacity: 1;
    transform: scale(1.05);
}

/* ANIMATION */
@keyframes scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@media (max-width: 768px) {

   .slider_head h2 {
    text-align: center;
    font-size: 32px;
    color: #000;
    font-weight: 700;
}
div#icon1 {
    width: 65px;
}
div#icon {
    width: 65px;
}.why-right h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 18px;
}
	.hero-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    max-width: 900px;
    text-transform: capitalize;
    margin: 0 auto 40px;
}
	h2.section-heading {
    /* text-align: center; */
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 700;
    line-height: 49px;
    color: #000;
}
	.why-section {
    background: #fff;
    padding: 10px 0px;
}
	.who-we-serves {
    /* margin-top: -200px; */
    padding: 40px 0;
}
div#icon2 {
    width: 76px;
}
	section.founder-section {
    padding: 40px 0px;
    background: #8080800f;
}

    }
section.our-clients h2 {
    margin-bottom: 60px;
}
@media (max-width: 768px) {
    .care-section .row {
        display: flex;
        overflow: hidden;
    }

    .care-section .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
	p.subtitle {
    font-size: 17px;
}
}



  .laundry-section {
    padding: 80px 0;
    background: #f5f5f5;
}


.laundry-content p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #555;
}

.laundry-image img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    height: 500px;
}
p.text-start.ppp {
    margin-left: 0px;
}

/* Responsive */
@media (max-width: 991px) {
    .laundry-content {
        margin-bottom: 30px;
    }
}

.text h2 {
    font-size: 28px !important;
    line-height: 30px !important;
}
.spanspan {
    color: #e52629;
}




@media (max-width: 768px) {
h2.section-heading {
    /* text-align: center; */
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    color: #000;
}
	.laundry-section {
    padding: 30px 0;
    background: #f5f5f5;
}
	h2.text-start {
    text-align: center !important;
}
	p.text-start.ppp {
    text-align: center !important;
}
	.slider_head h2 {
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 30px;
}
	.why-right h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 18px;
}
	.why_choose h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 18px;
}
	.laundry-image img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    height: 330px;
}
	.hero-section {
    background-color: #253E80;
    padding: 35px 20px;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #ffffff33;
}
	.hero-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    max-width: 900px;
    text-transform: capitalize;
    margin: 0 auto 20px;
}
	.care-section {
    background: #F5F5F5;
    padding: 50px 40px;
    position: relative;
}
	.why_choose {
    text-align: center;
    margin-bottom: 30px;
}
	.main-title {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}
	.testimonial-section {
    padding: 40px 0;
}
	section.founder-section .main-title {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
    text-align: start !important;
}
	body.wp-singular.page-template.page-template-template-parts.page-template-page-home.page-template-template-partspage-home-php.page.page-id-1362.logged-in.admin-bar.no-customize-support.wp-theme-ace-future-theme.uni-body.panel.bg-white.text-gray-900.dark\:bg-black.dark\:text-white.text-opacity-50.overflow-x-hidden.elementor-default.elementor-kit-7.elementor-page.elementor-page-1362 {
    margin-top: -35px;
}
}
html {
    margin-top: 0px !important;
}
body.wp-singular.page-template.page-template-template-parts.page-template-page-home.page-template-template-partspage-home-php.page.page-id-1362.logged-in.admin-bar.no-customize-support.wp-theme-ace-future-theme.uni-body.panel.bg-white.text-gray-900.dark\:bg-black.dark\:text-white.text-opacity-50.overflow-x-hidden.elementor-default.elementor-kit-7.elementor-page.elementor-page-1362 {
    margin-top: -25px;
}

@media (max-width: 768px) {

  #grid {
    display: block !important;
  }

  #grid > div {
    width: 100% !important;
    display: block;
  }

  .founder-img {
    width: 100% !important;
    height: auto;
    display: block;
    margin-bottom: 15px;
  }

}
.single-post li {
    list-style: disc;
    margin-left: 20px;
}




=========================LOGO SECTION===============================


@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

:root {
    --primary-color: #e52629;
    --secondary-color: #253e80;
    --black: #000000;
    --white: #ffffff;
    --dark-gray: #333333;

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
    object-fit: cover;
}
section#our_clients {
    padding: 5px 0 100px;
}

.our-clients img {
    filter: none !important;
}
/* Header css */
.header {
    padding: 0.75rem 0;
    position: absolute;
    width: 100%;
    z-index: 99;

}
div#grid {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 20px;
}
section.founder-section {
    padding: 80px 0px;
    background: #8080800f;
}
section.founder-section h2.section-heading.text-center {
    padding-bottom: 49px;
}

header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation: slideDown 0.35s ease-out;
    background-color: var(--secondary-color);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.menu-list ul {
    gap: 5rem;
}


.menu-list ul li a {
    font-family: Inter;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.3s;
}


.menu-list ul li:not(:last-child) a:hover {
    color: var(--primary-color);
}

.menu-list ul li:last-child a {
    background: var(--primary-color);
    border-radius: 0.625rem 0 0.625rem 0;
    padding: 1.25rem 1.875rem;
    margin-left: 1.375rem;
    transition: all 0.3s linear;
}

.menu-list ul li:last-child a:hover {
    background-color: var(--black);
}

/* Header css end here */

/* Banner css start  */
.hero-banner {
    padding-top: 12.5rem;
    padding-bottom: 7.5rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
}
#hero_banner {
    padding-top: 12.5rem;
    padding-bottom: 30.5rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.hero-banner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.play-btn {
    position: absolute;
    bottom: 40px;
    right: 50px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    color: #fff;
    font-size: 28px;
}
a.btn.btn-primary {
    background: transparent;
    border: none;
    padding: 0px;
}

.play-btn:hover {
    background: rgba(0, 0, 0, 0.7);
}


.hero-banner::after {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: #0000006b;
    content: '';
    z-index: -1;
}

/* Projects Slider Section */
.projects-slider-section {
    padding: 5rem 0;
}


/* Slider Container */
.slider-container {
    position: relative;
    width: 100%;
}

/* Main Slider */
.main-slider {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.slider-image-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.main-image {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: 0.5s;
    border-radius: 5rem 0 5rem 0 !important;
}


.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5rem 0 5rem 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0 3.125rem 3.125rem 3.125rem;
}


.slider-content h2 {
    color: #ffffff;
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-size: 3rem;
    line-height: 3.75rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}


.slider-content p {
    color: var(--white);
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    width: 100%;
    max-width: 31.25rem;
}


/* Navigation Arrows */
.slider-nav {
    position: absolute;
    bottom: 4.25rem;
    right: 2.8125rem;
    display: flex;
    gap: 0.625rem;
    z-index: 10;
}

.nav-btn {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    background: var(--primary-color);
    border: none;
    color: var(--white);
    font-size: 1.125rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-btn:hover {
    background: #c41e21;
    transform: scale(1.1);
}

/* Thumbnail Gallery */
.thumbnail-gallery {
    display: flex;
    gap: 5px;
    padding: 1.875rem 0;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}


.thumbnail-gallery::-webkit-scrollbar {
    display: none;
}

.thumbnail-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 3px solid transparent;
    border-radius: 0.625rem;
    width: 9.4375rem;
    height: 3.625rem;
}

.thumbnail-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.thumbnail-item.active {
    border-color: var(--primary-color);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(229, 38, 41, 0.3);
}

.thumbnail-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.thumbnail-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: var(--white);
    padding: 10px;
    text-align: center;
    transform: translateY(100%);
    transition: all 0.3s ease;
}

.thumbnail-item:hover .thumbnail-overlay {
    transform: translateY(0);
}

.thumbnail-item.active .thumbnail-overlay {
    transform: translateY(0);
}

.thumbnail-overlay h4 {
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    font-family: Inter, sans-serif;
    display: none;
}

.hero-content h1 {
    color: var(--white);
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-size: 4.125rem;
    line-height: 5.25rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.hero-content p {
    color: var(--white);
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-size: 1.25rem;
    line-height: 1.9375rem;
    font-weight: 600;
    width: 100%;
    max-width: 26.875rem;
    font-style: italic;
}


.hero-button {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 30px;
}

.custom-btn {
    border-radius: 0.625rem 0 0.625rem 0;
    padding: 1.25rem 1.875rem;
    color: var(--white);
    text-align: left;
    font-family: Inter;
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.3s;
}


.bg-red-btn {
    background: var(--primary-color);
    border-style: solid;
    border-color: var(--primary-color);
    border-width: 1px;
}

.bg-red-btn:hover {
    background: var(--black);
    border-color: var(--black);

}

.bg-blue-btn {
    background: var(--secondary-color);
    border-style: solid;
    border-color: var(--secondary-color);
    border-width: 1px;
}

.bg-blue-btn:hover {
    background-color: var(--black);
    border-color: var(--black);
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*  */
.acefuture-wrapper {
    padding: 100px 0 258px;
    background-image: url(../images/acefuture-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.section-heading {
    font-family: "Open Sans", sans-serif;
    font-size: 3rem;
    line-height: 5.625rem;
    font-weight: 700;
    color: var(--secondary-color);
    font-size: 34px;
}


.section-heading span {
    color: var(--primary-color);
}

.acefuture-content p {
    color: var(--black);
    text-align: left;
    font-family: Inter;
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
    width: 100%;
    max-width: 35.625rem;
}

.acefuture-img img {
    height: 580px;
    object-fit: cover;
    width: 100%;
}

.acefuture-btn {
    margin-top: 3.125rem;
    display: flex;
    gap: 1.75rem;
    align-items: center;
}

.acefuture-img {
    position: relative;
}

.acefuture-img::after {
    content: "";
    position: absolute;
    top: 20px;
    left: -20px;
    width: 100%;
    border: 1px solid var(--primary-color);
    pointer-events: none;
    height: 93%;
    /* transform: translateY(-50%); */
}

/*  */
.who-we-serves {
   /*  margin-top: -200px;*/
    padding: 60px 0;
}

.serves-items {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    align-items: center;
    gap: 2.9375rem;
    margin-top: 3.75rem;
}

.serve-box p {
    color: var(--black);
    font-family: Inter;
    font-size: 16px;
    line-height: 1.625rem;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0.75rem;
}


.serve-box {
    text-align: center;
}

.serve-box img {
    width: 3.75rem;
    height: 3.75rem;
    object-fit: contain;
    margin: 0 auto;
}


/* Footer css */
.footer {
        background-color: var(--secondary-color);
        padding: 40px 0;
}

.footer-logo img {
    max-width: 160px;
    object-fit: contain;
}
div#address {
    padding-left: 160px;
}
div#number {
    padding-left: 205px;
}

.footer-title {
    color: var(--white);
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 0.9375rem;
}

.footer-content p {
    color: var(--white);
    font-size: 1rem;
    line-height: 1.625rem;
    font-weight: 400;
    font-family: Inter;
}


.footer-content ul li a {
    color: var(--white);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding-bottom: 8px;
    transition: all 0.3s;
}

.footer-content ul li a:hover {
    transform: translateX(6px);
    color: var(--primary-color);
}

.news-letter form {
    position: relative;
}

.news-letter form input,
.form-group textarea#message {
    background: var(--white);
    border-radius: 0.3125rem;
    width: 100%;
    padding: 0.5625rem 1.25rem;
    color: rgba(0, 0, 0, 0.69);
    text-align: left;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 400;
    outline: none;
    box-shadow: none;
}


.news-letter h6 {
    color: var(--white);
    text-align: left;
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

.mail-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.news-letter {
    margin-top: 40px;
}

.footer-bottom-content p,
.footer-bottom-content a {
    color: var(--white);
    font-family: "DM Sans", sans-serif;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 400;
}

.footer-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 100px;
}

.faq-item {
    border-top: 1px solid #ddd;
    padding: 15px 0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    color: #1e1b1a;
    font-family: "OpenSans-Bold", sans-serif;
    font-size: 17px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.faq-content p {
    color: #1e1b1a;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    width: 100%;
    max-width: 438px;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    margin-top: 5px;
    opacity: 0;
    color: #1e1b1a;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.faq-sec {
    padding: 80px 0;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    /* enough for long text */
    opacity: 1;
}

.faq-icon {
    font-size: 20px;
    transition: transform 0.3s ease;
}



section.our-clients {
    padding: 100px 0;
}

.have-a-project-inner {
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
}

.contact-form form .form-group input,
.form-group textarea#message {
    width: 100%;
    padding: 14px 8px;
    border: none;
    border-bottom: 1px solid var(--black);
    background-color: transparent;
    margin-bottom: 27px;
    outline: none;
    box-shadow: none;
    color: var(--black);
    border-radius: 0;
}

.contact-form form .form-group input::placeholder,
.form-group textarea#message::placeholder {
    color: #000;
}

.contact-form {
    padding: 65px;
    background: #f8f7f7;
    border-radius: 30px 0 0 30px;
    height: 100%;
}

.social-media-icons {
    margin-top: 50px;
    text-align: right;
}

.have-a-project {
    padding-bottom: 100px;
}

.checkbox span {
    color: var(--black);
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

.checkbox {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-media-icons a {
    color: var(--white);
    font-size: 20px;
}

.contact-form p {
    color: var(--black);
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    font-family: Inter;

}

.contact-form-right {
    background: #253e80;
    border-radius: 0px 30px 30px 0px;
    padding: 65px;
    height: 100%;
}

.have-a-project-inner .row .col-lg-6 {
    padding: 0;
}

.contact-form-right iframe {
    border-radius: 10px;
}

.contact-form-right p {
    color: var(--white);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 28px;
    font-family: Inter;
}

.contact-info img {
    max-width: 100%;
    margin-right: 15px;
    width: auto;
}

.contact-info a {
    display: block;
    color: #f8f7f7;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.contact-info {
    padding-top: 28px;
}

/*  */
.client-feed-box {
    background: var(--white);
    border-radius: 12px;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 42px;
    margin: 0 20px;

}

.customer-feedback {
    overflow: hidden;
    background: url(../images/banner-bg.png);
    padding: 80px 0 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.customer-after img {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    max-width: 900px;
}

.client-img img {
    border-radius: 12px 0px 0px 12px;
    width: 245px;
    height: 296px;
}

.customer-feedback h2 {
    text-align: center;
    margin-bottom: 50px;
    color: var(--white);
}

section.customer-feedback .slick-track {
    display: flex !important;
    align-items: stretch;
}

section.customer-feedback .slick-slide {
    height: auto !important;
    display: flex;
}

.client-feed-box {
    flex: 1;
    height: 100%;
}

/* Dots */
.customer-feedback .slick-dots {
    bottom: -54px;
}

.customer-feedback .slick-dots li button:before {
    font-size: 34px;
    color: var(--white);
    opacity: 0.8;
}

.customer-feedback .slick-dots li.slick-active button:before {
    color: var(--primary-color);
    opacity: 1;
}

/* Arrows */
.customer-feedback .slick-prev,
.customer-feedback .slick-next {
    z-index: 2;
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    top: auto;
    bottom: -80px;
}

.customer-feedback .slick-prev:before,
.customer-feedback .slick-next:before {
    font-size: 20px;
    color: var(--white);
    opacity: 1;
}

/* Adjust arrow position */
.customer-feedback .slick-prev {
    left: 40%;

}

.customer-feedback .slick-next {
    right: 40%;
}

.customer-feedback .client-feed-box {
    display: flex;
    background: var(--white);
    border-radius: 10px;
    overflow: hidden;
    min-height: 296px;
    align-items: stretch;
}

.customer-feedback .client-img {
    flex: 0 0 250px;
    height: auto;
}

.customer-feedback .client-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.client-content-feed {
    padding: 20px;
}

.workimg {
    border-radius: 20px;
    width: 90px;
    height: 90px;
    padding: 20px;
    margin: 0 auto;
}

.work-bg-red {
    background: var(--primary-color);
}

.work-bg-blue {
    background: var(--secondary-color);
}

.workimg img {
    max-width: 50px;
}

.our-work-box {
    text-align: center;
    position: relative;
}

.our-work .row .col-lg-3.col-md-6 .our-work-box {
    position: relative;
    /* parent relative hona chahiye */
}

.our-work .row .col-lg-3.col-md-6:not(:last-child) .our-work-box::after {
    content: '';
    position: absolute;
    top: 30px;
    left: 70%;
    /* box ke right se start hoga */
    width: 210px;
    height: 11px;
    background: url('../images/line-dot.svg') no-repeat center;
    background-size: contain;
}


.work-content h3 {
    color: var(--black);
    font-size: 20px;
    font-weight: 600;
}

.work-content {
    margin-top: 50px;
}

.work-content p {
    color: #333333;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    font-weight: 400;
}

.our-work-progress {
    padding: 0 0 100px 0;
}

.our-work {
    margin-top: 70px;
}

/* Fix for RTL slider */
.row2 .slick-track {
    direction: ltr;
}

.row2 {
    direction: rtl;
}
.logo img {
    max-width: 150px;
}

.acefuture-img::after {
    /* left: 0; */
}

.contact-form textarea {
    height: 170px;
    width: 100%;
    padding: 14px 8px;
    border: none;
    border-bottom: 1px solid var(--black);
    background-color: transparent;
    margin-bottom: 27px;
    outline: none;
    box-shadow: none;
    color: var(--black);
    border-radius: 0;
}
/************* New Home Page Css ****************/
.counter-strip {
    position: relative;
}

.counter-container {
    max-width: 1360px;
    margin: auto;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    gap: 25px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    top: -71px;
}

/* Item */
.counter-item {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  flex: 1;
}

/* Icon */
.icon-box {
  width: 70px;
  height: 70px;
  background: #f4e6e1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box i {
  font-size: 26px;
  color: #ff5a2c;
}

/* Text */
.text h2 {
  font-size: 32px;
  margin: 0;
  font-weight: 700;
}

.text p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #666;
}

/* Slanted Divider */
.counter-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -1px;
    width: 1px;
    height: 100%;
    background: #dddddd7d;
}

/* Responsive */
@media (max-width: 992px) {
  .counter-container {
    flex-wrap: wrap;
  }

  .counter-item {
    flex: 45%;
  }

  .counter-item::after {
    display: none;
  }
}

@media (max-width: 576px) {
  .counter-item {
    flex: 100%;
  }
}
.services-section {
    padding: 163px 0 60px;
    background: #f5f5f5;
}

/* LEFT */
.sub-title {
  color: #ff5a2c;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

.left-content h2 {
    font-size: 42px;
    margin: 15px 0;
    font-weight: 700;
}

.left-content p {
    color: #666;
    font-size: 18px;
    margin-bottom: 25px;
}
a {
    text-decoration: none !important;
}

/* BUTTON */
.btn-custom {
  display: inline-block;
  background: #ff5a2c;
  color: #fff;
  padding: 12px 25px;
  text-decoration: none;
  font-weight: 600;
}

.btn-custom i {
  margin-left: 8px;
  transition: 0.3s;
}

.btn-custom:hover i {
  transform: translateX(5px);
}

/* CARD */
.service-card {
    background: #fff;
    padding: 25px;
    margin-bottom: 25px;
    transition: 0.3s;
    height: 240px;
}

.service-card:hover {
  transform: translateY(-5px);
}

/* ACTIVE CARD */
.service-card.active {
    background: #253E80;
    color: #fff;
}

.service-card.active p {
  color: #fff;
}

.service-card.active .icon-box {
  background: rgba(255,255,255,0.2);
}

.service-card.active i {
  color: #fff;
}

/* ICON */
.icon-box {
    width: 65px;
    height: 57px;
    background: #f4e6e1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
div#icon1 {
    width: 98px;
}
div#icon {
    width: 82px;
}
.icon-box i {
    font-size: 24px;
    color: #E52629;
}

/* TEXT */
.service-card h4 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}

.service-card p {
  font-size: 16px;
  color: #666;
}
.industries-section {
    padding: 170px 0px 100px;
    background: #F5F5F5;
}

/* CARD */
.industry-card {
    background: #253E80;
    position: relative;
    overflow: hidden;
}

/* IMAGE */
.industry-image {
  position: relative;
}

.industry-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

/* ICON */
.industry-icon {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fff;
  padding: 15px;
}

.industry-icon i {
    color: #E52629;
    font-size: 22px;
}

.industry-icon.active {
  background: #ff5a2c;
}

.industry-icon.active i {
  color: #fff;
}

/* CONTENT */
.industry-content {
  padding: 25px;
}

.industry-title {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.industry-text {
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
}

/* LINK */
.industry-link {
  color: #ff5a2c;
  font-weight: 600;
  text-decoration: none;
}

.industry-link i {
  margin-left: 8px;
  transition: 0.3s;
}

.industry-link:hover i {
  transform: translateX(5px);
}

/* BOTTOM DESIGN */
.industry-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 6px;
    background: #e52629;
    transform: skewX(-40deg);
}
.custom-indicators {
    position: absolute;
    bottom: -40px;
    left: 50%;
    display: flex;
    gap: 10px;
}
.slider_head h2 {
    text-align: center;
    font-size: 42px;
    color: #000;
    font-weight: 700;
}
.slider_head p {
    text-align: center;
    color: #000;
    font-size: 18px;
    margin: 12px;
}
div#industriesCarousel {
    padding-top: 32px;
}
.custom-indicators button {
  width: 35px;
  height: 4px;
  background: #ccc;
  border: none;
  transition: 0.3s;
}

.custom-indicators button.active {
    background: #E52629;
}

/* Section */
.care-section {
    background: #F5F5F5;
    padding: 80px 40px;
    position: relative;
}

/* 5 column layout */
@media (min-width: 992px) {
  .col-lg-custom {
    width: 20%;
    flex: 0 0 20%;
  }
}

/* Box */
.care-box {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

/* Circle Image */
.care-img {
    width: 170px;
    height: 170px;
    margin: 0 auto;
    border-radius: 50%;
    padding: 8px;
    background: #fff;
    box-shadow: 0 0 0 12px #e526290f;
    overflow: hidden;
    transition: all 0.4s ease;
}

.care-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: 0.4s;
}

/* Heading */
.care-box h5 {
    margin-top: 25px;
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 20px;
}

/* Text */
.care-box p {
  font-size: 14px;
  color: #7a7a7a;
  margin-top: 8px;
}

/* 🔥 Hover Effects */
.care-box:hover .care-img {
  transform: translateY(-12px) scale(1.05);
  box-shadow: 0 0 0 12px #d6defa, 0 15px 35px rgba(0,0,0,0.1);
}

.care-box:hover img {
  transform: scale(1.1);
}

.care-box:hover h5 {
    color: #E52629;
}


/* Responsive Fix */
@media (max-width: 991px) {
  .care-section::before {
    display: none;
  }
}
/* Force all items in one row */
.care-section .row {
  flex-wrap: nowrap;
}

/* 5 equal width boxes */
.col-lg-custom {
  width: 20%;
  flex: 0 0 20%;
}

/* Mobile pe overflow scroll */
@media (max-width: 991px) {
  .care-section .row {
    overflow-x: auto;
  }

  .col-lg-custom {
    min-width: 220px;
  }
}
/* SECTION */
.why-section {
  background: #fff;
  padding: 80px 40px;
}

/* LEFT IMAGE STICKY */
.why-img {
  position: sticky;
  top: 100px;
}

.why-img img {
  width: 100%;
  border-radius: 20px;
}

/* RIGHT SIDE */
.why-right {
  padding-left: 30px;
}

.why-right h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 18px;
}
p.subtitle {
    font-size: 18px;
}
/* CARD */
.why-card {
    background: #F5F5F5;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 25px;
    height: 298px;
    transition: 0.3s;
}
/* SHAPE IMAGE (top cut style) */
.shape-img {
  display: flex;
  gap: 8px;
  margin-bottom: 15px;
}

.shape-img img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  clip-path: ellipse(40% 50% at 50% 50%);
}

/* TEXT */
.why-card h5 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}

.why-card p {
  color: #6c757d;
  font-size: 14px;
}

/* TAGS */
.tags {
  margin-top: 15px;
}

.tags span {
  display: inline-block;
  background: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  margin-right: 10px;
}
.why_choose {
    text-align: center;
    margin-bottom: 71px;
}
.why_choose h2 {
    font-size: 42px !important;
    font-weight: 700;
    margin-bottom: 18px;
}
/* HOVER 🔥 */
.why-card:hover {
  transform: translateY(-8px);
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.hero-section {
    background-color: #253E80;
    padding: 74px 20px;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #ffffff33;
}

.hero-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    max-width: 900px;
    text-transform: capitalize;
    margin: 0 auto 40px;
}

.hero-btn {
    background: #fff;
    color: #000;
    padding: 14px 30px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

.hero-btn:hover {
    background: #f1f1f1;
}
.testimonial-section {
    padding: 80px 0;
}

/* Heading */
.sub-title {
    color: #6c63ff;
    font-weight: 600;
    font-size: 14px;
}

.main-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 40px;
}

/* Layout */
.slider-area {
    position: relative;
}

/* Arrows top right */
.slider-nav {
    position: absolute;
    top: -60px;
    right: 0;
    display: flex;
    gap: 10px;
}

.slider-nav div {
    width: 40px;
    height: 40px;
    background: #eee;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/* Rating Box */
.rating-box {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
}

.rating-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rating-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.rating-overlay h1 {
    font-size: 48px;
}

/* Card */
.testimonial-card {
    background: #F5F5F5;
    border-radius: 15px;
    padding: 25px;
    height: 100%;
    /* box-shadow: 0 5px 20px rgba(0,0,0,0.05); */
}
.profile {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.profile img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 12px;
}

.profile span {
    color: #6c63ff;
    font-size: 14px;
}

.stars {
    color: #ff9800;
}
/* Stars */
.stars {
    color: #ff9800;
}

/* Image rating */
.rating-box {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 89%;
}

.rating-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rating-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.rating-overlay h1 {
    font-size: 48px;
}
/* Swiper fix */
.swiper-slide {
    height: auto;
}

/* Section */
.events-section {
    padding: 80px 0;
    background: #f5f5f5;
}

/* Top */
.section-top {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.sub-title {
    font-size: 14px;
    font-weight: 600;
    color: #b3002d;
}

.main-title {
    font-size: 42px;
    font-weight: 700;
    text-align: center;
}

section.founder-section .main-title {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
	margin-bottom:0px;
}
/* Button */
.view-btn {
    background: #eee;
    border-radius: 40px;
    padding: 12px 25px;
    font-size: 14px;
    border: none;
}

/* Card */
.event-card {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    height: 100%;
}
button.details-btn {
    background: var(--primary-color);
    border-radius: 0.625rem 0 0.625rem 0;
    padding: 9px 20px;
    transition: all 0.3s linear;
    color: #fff;
}
section#section_faqs .faq-container {
    max-width: 800px;
    margin: auto;
}
.event-img {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.event-img img {
    width: 100%;
    border-radius: 12px;
}

/* Tag */
.tag {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #E52629;
    color: #fff;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 12px;
}
.event-img img {
    height: 263px;
}
/* Date */
.event-date {
    margin: 15px 0;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

/* Title */
.event-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Button */
.details-btn {
    border: 1px solid #ddd;
    padding: 8px 18px;
    border-radius: 6px;
    background: transparent;
    font-size: 14px;
}
h2.section-heading {
    text-transform: capitalize;
    font-size: 42px;
    font-weight: 700;
    line-height: 49px;
    color: #000;

}
section#section_faqs h2.section-heading {
    text-align: center;
}
setion#section_faqs .faq-container {
    max-width: 801px;
    margin: auto;
}







/*.founder-section {
    padding: 80px 0;
}*/

.founder-title {
    font-size: 42px;
    color: #000000;
    letter-spacing: 2px;
    line-height: 50px;
    font-family: system-ui;
}

.founder-subtitle {
    font-size: 18px;
    color: #555;
    margin-top: 15px;
    font-family: system-ui;
}

.line {
    width: 60px;
    height: 2px;
    background-color: #000000;
    margin: 15px 0 25px;
}

.founder-text {
    font-size: 14px;
    color: #333;
    line-height: 27px;
    margin-bottom: 18px;
    font-family: system-ui;
}
.founder-img {
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
    height: 394px;
}
section.founder-section .social-media-icons a i {
    color: #000;
}
section#section_faqs {
    padding-top: 0px;
}
section.founder-section .social-media-icons {
    text-align: left;
    margin-top: 10px;
}
.industry-content {
    padding: 25px;
    height: 213px;
}
.testimonial-card p {
    font-size: 18px;
}
.testimonial-card h6 {
    font-size: 20px;
}
@media (max-width: 768px) {
    .founder-title {
        font-size: 28px;
    }
}
section#Welcome {
    padding: 160px 0px 100px;
}
section#Equipment {
    padding: 70px 0px;
}
section.counter-strip.pppp {
    margin-top: 140px;
}
.counter-container.ooo {
    box-shadow: 6px 3px 30px 6px #e9e9e9;
}
@media (max-width: 768px) {
section.counter-strip.pppp {
    margin-top: 0px !important;
}
section#Welcome {
    padding: 489px 0px  70px;
}
}



.our-clients {
    padding: 80px 0;
    background: #f9f9f9;
    overflow: hidden;
}
	section.our-clients {
    padding: 50px 0 !important;
}

/*.section-heading {
    text-align: center;
    margin-bottom: 60px;
}*/

.logo-slider {
    overflow: hidden;
    margin-bottom: 50px;
}

.logo-track {
    display: flex;
    gap: 60px;
    width: max-content;
    animation: scroll 30s linear infinite;
}

.logo-track.reverse {
    animation-direction: reverse;
}

/* UPDATED LOGO STYLE */
.logo-track img {
    height: 60px;
    object-fit: contain;
    opacity: 0.8;
    transition: 0.3s;
}

.logo-track img:hover {
    opacity: 1;
    transform: scale(1.05);
}

/* ANIMATION */
@keyframes scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@media (max-width: 768px) {

   .slider_head h2 {
    text-align: center;
    font-size: 32px;
    color: #000;
    font-weight: 700;
}
div#icon1 {
    width: 65px;
}
div#icon {
    width: 65px;
}.why-right h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 18px;
}
	.hero-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    max-width: 900px;
    text-transform: capitalize;
    margin: 0 auto 40px;
}
	h2.section-heading {
    /* text-align: center; */
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 700;
    line-height: 49px;
    color: #000;
}
	.why-section {
    background: #fff;
    padding: 10px 0px;
}
	.who-we-serves {
    /* margin-top: -200px; */
    padding: 40px 0;
}
div#icon2 {
    width: 76px;
}
	section.founder-section {
    padding: 40px 0px;
    background: #8080800f;
}

    }
section.our-clients h2 {
    margin-bottom: 60px;
}
@media (max-width: 768px) {
    .care-section .row {
        display: flex;
        overflow: hidden;
    }

    .care-section .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
	p.subtitle {
    font-size: 17px;
}
}



  .laundry-section {
    padding: 80px 0;
    background: #f5f5f5;
}


.laundry-content p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #555;
}

.laundry-image img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    height: 500px;
}
p.text-start.ppp {
    margin-left: 0px;
}

/* Responsive */
@media (max-width: 991px) {
    .laundry-content {
        margin-bottom: 30px;
    }
}

.text h2 {
    font-size: 28px !important;
    line-height: 30px !important;
}
.spanspan {
    color: #e52629;
}




@media (max-width: 768px) {
h2.section-heading {
    /* text-align: center; */
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    color: #000;
}
	.laundry-section {
    padding: 30px 0;
    background: #f5f5f5;
}
	h2.text-start {
    text-align: center !important;
}
	p.text-start.ppp {
    text-align: center !important;
}
	.slider_head h2 {
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 30px;
}
	.why-right h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 18px;
}
	.why_choose h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 18px;
}
	.laundry-image img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    height: 330px;
}
	.hero-section {
    background-color: #253E80;
    padding: 35px 20px;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #ffffff33;
}
	.hero-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    max-width: 900px;
    text-transform: capitalize;
    margin: 0 auto 20px;
}
	.care-section {
    background: #F5F5F5;
    padding: 50px 40px;
    position: relative;
}
	.why_choose {
    text-align: center;
    margin-bottom: 30px;
}
	.main-title {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}
	.testimonial-section {
    padding: 40px 0;
}
	section.founder-section .main-title {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
    text-align: start !important;
}
	body.wp-singular.page-template.page-template-template-parts.page-template-page-home.page-template-template-partspage-home-php.page.page-id-1362.logged-in.admin-bar.no-customize-support.wp-theme-ace-future-theme.uni-body.panel.bg-white.text-gray-900.dark\:bg-black.dark\:text-white.text-opacity-50.overflow-x-hidden.elementor-default.elementor-kit-7.elementor-page.elementor-page-1362 {
    margin-top: -35px;
}
}
html {
    margin-top: 0px !important;
}
body.wp-singular.page-template.page-template-template-parts.page-template-page-home.page-template-template-partspage-home-php.page.page-id-1362.logged-in.admin-bar.no-customize-support.wp-theme-ace-future-theme.uni-body.panel.bg-white.text-gray-900.dark\:bg-black.dark\:text-white.text-opacity-50.overflow-x-hidden.elementor-default.elementor-kit-7.elementor-page.elementor-page-1362 {
    margin-top: -25px;
}

@media (max-width: 768px) {

  #grid {
    display: block !important;
  }

  #grid > div {
    width: 100% !important;
    display: block;
  }

  .founder-img {
    width: 100% !important;
    height: auto;
    display: block;
    margin-bottom: 15px;
  }

}
.single-post li {
    list-style: disc;
    margin-left: 20px;
}
/* Equal size for all partner logos */
.logo-track img {
    width: 200px;   
    height: 110px;      
    object-fit: contain; 
    flex-shrink: 0;
    margin: 0 6px;    
    padding: 10px;
    border-radius: 10px;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .logo-track img {
        width: 100px;
        height: 60px;
        margin: 0 10px;
    }
}
/* Reduce gap between slider rows */
.logo-slider {
    margin-bottom: 15px; 
}

/* Optional: even tighter on mobile */
@media (max-width: 768px) {
    .logo-slider {
        margin-bottom: 8px;
    }
}


	.contact-info span {
    color: white;
}
	footer.footer-section.text-white span {
    color: white;
}






.bakery-roadmap-section {
	background-color: #ffffff;
	font-family: sans-serif;
	padding: 100px 0;
}

/* Main Title - 50px */
.roadmap-main-title {
	color: #253e80;
	font-size: 50px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 80px;
	text-transform: capitalize;
}

.roadmap-container {
	max-width: 900px;
	margin: 0 auto;
	position: relative;
}

/* Central Vertical Line */
.roadmap-container::before {
	content: '';
	position: absolute;
	left: 50px;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #e5e5e5;
}

.roadmap-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 60px;
	position: relative;
}

/* Red Dot Marker */
.roadmap-marker {
	width: 30px;
	height: 30px;
	background-color: #ffffff;
	border: 4px solid #e52629;
	border-radius: 50%;
	position: absolute;
	left: 36px;
	z-index: 1;
	transition: all 0.3s ease;
}

.roadmap-item:hover .roadmap-marker {
	background-color: #e52629;
	box-shadow: 0 0 15px rgba(229, 38, 41, 0.5);
	transform: scale(1.2);
}

/* Content Card Styling */
.roadmap-content {
	margin-left: 100px;
	background: #f8f9fa;
	padding: 30px 40px;
	border-radius: 15px;
	transition: all 0.3s ease;
	border-left: 0px solid #253e80;
	width: 100%;
}

.roadmap-item:hover .roadmap-content {
	background: #ffffff;
	box-shadow: 0 15px 40px rgba(37, 62, 128, 0.1);
	border-left: 8px solid #253e80;
}

.step-tag {
	color: #e52629;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 10px;
}

.step-name {
	color: #253e80;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}

.step-desc {
	color: #666;
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.roadmap-main-title {
		font-size: 32px;
	}

	.roadmap-container::before {
		left: 20px;
	}

	.roadmap-marker {
		left: 6px;
	}

	.roadmap-content {
		margin-left: 50px;
		padding: 25px;
	}

	.step-name {
		font-size: 20px;
	}
}
.clients-title {
    font-weight: 700 !important;
    margin-bottom: 10px;
    font-size: 40px;
    /* font-weight: 600; */
    line-height: 50px;
    font-family: sans-serif;
}
h3.clients-title.text-center.pb-4 span {
    color: #e52629;
}



/* --- Ready to Start Your star--- */	
 .city-card {
        position: relative;
        background: #ffffff;
        border-radius: 25px;
        padding: 55px 20px 40px;
        text-align: center;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        height: 100%;
        cursor: pointer;
        /* Border thickness badha di hai */
        border: 1px solid; 
    }

    /* Static Border Colors Pattern */
    .card-1, .card-3 { border-color: #c2272d; } /* Solid Red Border */
    .card-2, .card-4 { border-color: #253e80; } /* Solid Blue Border */

    /* Number Badge Style */
    .number-badge {
        position: absolute;
        top: -22px;
        left: 50%;
        transform: translateX(-50%);
        width: 44px;
        height: 44px;
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 16px;
        z-index: 2;
        border: 3px solid white;
    }

    .card-1 .number-badge, .card-3 .number-badge { background: #c2272d; }
    .card-2 .number-badge, .card-4 .number-badge { background: #253e80; }

    /* Icon Box Style */
    .city-icon-box {
        width: 80px;
        height: 80px;
        border-radius: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        font-size: 34px;
        margin-bottom: 20px;
    }

    /* Matching Icon Backgrounds */
    .card-1 .city-icon-box, .card-3 .city-icon-box { background: #fff5f5; color: #253E80; }
    .card-2 .city-icon-box, .card-4 .city-icon-box { background: #f0f4ff; color: #253E80; }

    /* --- Hover Effects --- */
    .city-card:hover {
        transform: translateY(-15px); /* Up-Down Animation */
        color: white !important;
        box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    }

    .city-card:hover p { color: rgba(255, 255, 255, 0.9) !important; }

    /* Hover Backgrounds matching the border */
    .card-1:hover, .card-3:hover { background: #c2272d; }
    .card-2:hover, .card-4:hover { background: #253e80; }

    .city-card:hover .city-icon-box {
        background: rgba(255, 255, 255, 0.2) !important;
        color: white !important;
    }

    .city-card:hover .number-badge {
        background: white !important;
        color: #333 !important;
    }

    /* Mobile First cite: 4 */
    @media (max-width: 768px) {
        .city-card { margin-top: 20px; }
	a#requests {
    	margin-top: 20px;
}
		.clients-title {
    font-weight: 700 !important;
    margin-bottom: 10px;
    font-size: 25px !important;
    /* font-weight: 600; */
    line-height: 35px !important;
    font-family: sans-serif;
}
		section.bakery-roadmap-section.py-5 {
    padding: 20px 0px !important;
}
		.slider-nav {
    position: absolute;
    top: -48px !important;
    right: 15 !important;
    display: flex;
    gap: 10px;
}
		h2.section-heading {
    /* text-align: center; */
    text-transform: capitalize;
    font-size: 20px !important;
    font-weight: 700;
    line-height: 35px;
    color: #000;
}
    }
.number-badge {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 44px;
    height: 44px;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    z-index: 2;
    border: 3px solid white;
}
section.events-section h2 {
    justify-content: center !important;
    font-size: 42px !important;
}
section#section_faqs span {
    color: black !important;
}
a.btn-danger-custom:hover {
    background: #253e80;
    color: white;
}
a.btn.btn-main:hover {
    background: #253e80;
    color: white !important;
}
	.section-container {
	padding: 60px 0;
	text-align: center;
}

.main-heading {
	font-size: 42px;
	color: #000;
	margin-bottom: 50px;
	font-weight: 700;
	line-height: 49px;
	font-family: system-ui;
}

.main-heading span {
	color: #d62828;
	/* Red */
}

.custom-card {
	background: #fff;
	border-radius: 15px;
	border: 1px solid #ddd;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	padding: 20px;
	height: 100%;
	position: relative;
	transition: transform 0.3s ease;
	overflow: hidden;
}

.custom-card:hover {
	transform: translateY(-5px);
}

.card-number-badge {
	position: absolute;
	top: 0;
	left: 0;
	background: #253e80;
	color: white;
	padding: 5px 15px;
	font-weight: bold;
	font-size: 1.1rem;
	border-bottom-right-radius: 10px;
}

/* Faded Number on Top Right */
.card-number-bg {
	position: absolute;
	top: 5px;
	right: 15px;
	font-size: 1.5rem;
	color: #e9ecef;
	font-weight: bold;
}

.card-icon {
	font-size: 40px;
	color: #253e80;
	margin-top: 25px;
	margin-bottom: 15px;
}

.card-title {
	font-size: 20px;
	font-weight: 700;
	color: #001d3d;
	margin-bottom: 10px;
	font-family: system-ui;
}

.card-text {
	font-size: 0.9rem;
	color: #555;
	line-height: 1.4;
	font-family: sans-serif;
}

.footer-text {
	margin-top: 40px;
	color: #003049;
	font-style: italic;
	font-weight: 500;
}
	.custom-card {
    width: 100%;
    min-width: 220px;
    max-width: 260px; 
    margin: 0 auto;
}
.section-container .row {
    display: flex;
    justify-content: center;
    gap: 15px; 
}
		.contact-info span {
    color: white;
}
	footer.footer-section.text-white span {
    color: white;
}
a.btn-danger-custom:hover {
    color: white;
    background: #253e80;
}
a.btn.btn-main:hover {
    background: #253e80 !important;
    color: #fff !important;
}