@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

body,
html {
    font-family: "Outfit", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}

.bg_1 {
    background-color: #f6f6f6;
}

.bg_2 {
    background-color: #ffffff;
}

/* header css start here */


section.header {
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
}

a.navbar-brand {
    padding: 0px !important;
}

img.header_logo {
    width: 60px;
    height: auto;
}

.search-box {
    position: relative;
    width: auto;
}

.search-box input {
    width: 100%;
    padding: 10px 40px 10px 15px;
    border: 2px solid #f6f6f6;
    border-radius: 25px;
    outline: none;
    font-size: 14px;
}

.search-box button {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 16px;
    color: black;
}

ul.navbar-nav li.nav-item {
    padding: 0px 25px;
}


a.nav-link {
    color: #000 !important;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}



/* banner part css start here  */

section.hero-section {
    position: relative;
}

.banner-content {
    position: absolute;
    left: 10%;
    margin: auto;
    bottom: 0;
    text-align: left;
    transform: translate(0%, 0%);
    bottom: 50%;
     /* background: #dcdcdca8; */
    padding: 10px;
}

.banner-content  br {
    display: none;
}

.banner-content h1 {
    background: linear-gradient(180deg, #48749F 22.88%, #355574 43.14%, #4A7298 150.28%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 70px;
    font-weight: 800 !important;
    text-transform: uppercase;
}

.banner-content p {
    font-size: 22px;
}


/* Usps Section css start here  */

section.usps {
    box-shadow: -4px 9px 25px -6px #00000066;
    margin-bottom: 50px;
}

.card {
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: left;
}

.usps-icon {
    margin: auto;
    text-align: end;
}

img.img-fluid.rounded-start {
    width: 80px;
}

h5.card-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}







.about-section {
    padding: 50px 0;
}

.about-title {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 48px ;
}

.about-subtitle {
    color: #000000;
    font-size: 20px;
    margin-bottom: 20px;
}

.about-text {
    color: #444;
    line-height: 1.7;
    font-size: 16px;
}

.read-more {
    font-weight: 600;
    color: #0d6efd;
    text-decoration: none;
}

.image-wrapper {
    position: relative;
}

.experience-badge {
    position: absolute;
    bottom: -35px;
    background: white;
    padding: 5px 14px;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 250px;
    justify-content: center;
}

.experience-number {
    font-size: 60px;
    font-weight: 700;
}

.experience-text {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
}





/* Segment SECTION css start here*/
.segment-section {
    padding: 50px 0;
    background: #f6f6f6;

}



/* LEFT PROMO CARD */
.promo-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.promo-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.promo-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* .promo-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}

.contact-btn {
    margin-top: 20px;
    background: #fff;
    color: #000;
    border-radius: 50px;
    padding: 10px 18px;
    border: none;
    font-weight: 600;
} */

/* SECTION TITLE */
.section-title {
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 20px;
}

.section-subtitle {
    color: #000000;
    font-size: 20px;
}

/* SEGMENT CARDS */
.segment-card {
    background: #f6f6f6;
    border-radius: 14px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #eee;
    transition: all 0.3s ease;
    cursor: pointer;
}

.segment-icon {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

img {
    width: 100%;
}

.segment-card h6 {
    margin: 0;
    font-weight: 600;
}

/* HOVER EFFECT */
.segment-card:hover {
    background: #446BD2;
    color: #fff;
    border-color: #446BD2;
}

.segment-card:hover .segment-icon {
    background: #fff;
}


.segment-section .right-content {
    border-radius: 20px;
    align-items: center;
    display: flex;

}


.right-content {
    background-image: url("../images/Frame\ 2.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 22%;
}



/* client section css start here */



.clients-section {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}

/* CITY SILHOUETTE */
.clients-section::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 420px;
    height: 160px;
    background: url("../images/about-1\ 1.png") no-repeat;
    background-size: contain;
    opacity: 1;
}

/* LEFT TEXT */
.clients-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
}

.clients-subtitle {
    color: #000000;
    margin-top: 10px;
    font-size: 20px;
    z-index: 2;
    position: relative;
}

/* LOGO GRID */
.client-grid {
    border-radius: 12px;
    overflow: hidden;
}

.client-card {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e9e9e9;
    background: #fff;
}

.client-card img {
    max-width: 100%;
    max-height: 100%;
    filter: grayscale(1);
}

/* COLOR VARIANTS */
.client-card.dark {
    background: #2f2f2f;
}

.client-card.gray {
    background: #9a9a9a;
}

.client-card.light {
    background: #e6e6e6;
}


.client-left::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 420px;
    height: 160px;
    background: url("../images/Frame\ 2.png") no-repeat;
    background-size: contain;
    opacity: 0.5;
    right: 0;
    background-position: right;
}

.client-left {
    position: relative;
}






.products-section {
    padding: 50px 0;
    background: #EDEDED;
}

/* TITLE */

/* FEATURE PRODUCT */
.feature-product {
    border-radius: 0px;
    overflow: hidden;
}

.feature-product img {
    width: 100%;
    height: auto;
}

/* RIGHT PANEL */
/* .products-panel {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
} */

/* BOOTSTRAP TABS CUSTOM */
.products-tabs {
    background: #f3f5f9;
    padding: 6px;
    border-radius: 50px;
    display: inline-flex;
}

.products-tabs .nav-link {
    border-radius: 50px;
    padding: 8px 22px;
    color: #333;
    border: none;
}

.products-tabs .nav-link.active {
    background: #446BD2;
    color: #fff;
}

/* PRODUCT CARD */
.product-card {
    border-radius: 0px;
    overflow: hidden;
    background: transparent;
    transition: 0.3s;
    position: relative;
}

.product-card img {
    width: 100%;
    height: 100%;
}

.product-info {
    padding: 4px 10px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #3c5e80c7;
    color: #fff !important;
    width: 100%;
    height: 50px;
    overflow: hidden;
}

a.product-link.list-products {
    color: #fff !important;
    text-decoration: none;
    font-size: 14px !important;
}
.product-model {
    font-size: 14px;
    color: #fff;
}

.product-name {
    font-weight: 600;
}

/* VIEW ALL BUTTON */
.view-all {
    margin-top: 20px;
    background: #446BD2;
    color: #fff;
    border-radius: 50px;
    padding: 8px 26px;
    border: none;
    text-decoration: none;
}
a.view-all:hover {
    color: white;
}
.feature-product-content {
    position: absolute;
    top: 20px;
    left: 20px;
}

.left-featured-product {
    position: relative;
}

.feature-product-content .product-name {
    font-weight: 600;
    color: #fff;
}

.feature-product-content .product-model {
    font-size: 14px;
    color: #ffffff;
}




.product-video-section {
    padding: 50px 0;
}

.video-box {
    border-radius: 0px;
    overflow: hidden;
}

.video-box video {
    width: 100%;
    height: auto;
    display: block;
}


/* RIGHT CONTENT */
.video-content {
    position: relative;
    padding: 20px 20px 20px 40px;
}

/* GRID BACKGROUND (RIGHT SIDE ONLY) */
/* .video-content::before {
    content: "";
    position: absolute;
    inset: 0;

    background-size: 40px 40px;
    opacity: 0.5;
    z-index: 0;
} */


/* CONTENT ABOVE GRID */
.video-content-inner {
    position: relative;
    z-index: 1;
}

/* TITLES */

.video-heading {
    font-size: 34px;
    font-weight: 700;
}

.video-heading span {
    color: #4169e1;
}

.video-subtitle {
    color: #6c757d;
    margin-top: 10px;
}







.rental-section {
    padding: 50px 0;
    position: relative;
}

/* LEFT CONTENT */
.rental-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
}

.rental-subtitle {
    color: #6c757d;
    margin: 10px 0 20px;
    font-size: 15px;
}

.rental-text {
    color: #555;
    line-height: 1.8;
    margin-bottom: 16px;
}

/* RIGHT IMAGE */
.rental-image {
    position: relative;
    text-align: right;
}

.rental-image img {
    max-width: 100%;
    height: auto;
}

/* FLOOR SHADOW EFFECT */
.rental-image::after {
    content: "";
    position: absolute;
    bottom: -15px;
    right: 0;
    width: 85%;
    height: 40px;
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.25), transparent);
    filter: blur(6px);
    z-index: -1;
}

.gallery-section {
    padding: 50px 0;
}



/* CARD */
.gallery-card {
    position: relative;
    border-radius: 0px;
    overflow: hidden;
}

/* IMAGE */
.gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

/* ZOOM ON HOVER */
.gallery-card:hover img {
    transform: scale(1.08);
}

/* OVERLAY (HIDDEN BY DEFAULT) */
.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
    display: flex;
    align-items: flex-end;
    padding: 15px;
    color: #fff;

    opacity: 0;
    transition: opacity 0.35s ease;
}

/* SHOW OVERLAY ON HOVER */
.gallery-card:hover .gallery-overlay {
    opacity: 1;
}

/* TEXT STYLE */
.overlay-text {
    font-size: 16px;
    font-weight: 600;
}

.overlay-text strong {
    font-size: 28px;
}


/* ARROWS STYLE */
.swiper-button-prev,
.swiper-button-next {
    color: #000;
}

/* DOTS STYLE */
.swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #4169e1;
}




.business-enquiry {
    padding: 20px 0px;
}

/* SUPPORT IMAGE */
.support-img-wrapper {
    position: relative;
}

.support-img {
    max-width: 420px;
}

/* CONTACT BAR */
/* .contact-bar {
    background: #fff;
    border-radius: 12px;
    padding: 15px 20px;
    margin-top: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    display: inline-flex;
}

.contact-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
} */

/* FORM CARD */
.enquiry-card {
    border-radius: 16px;
}

.enquiry-card .form-control, .enquiry-card .form-select {
    border-radius: 8px;
    padding: 5px 14px;
    border: solid;
    border-width: 1px;
    border-color: #b8b1b1;
    background: #F6F6F6;
}

/* BUTTON */
.btn-primary {
    background: #446BD2;
    border: none;
}

.btn-primary:hover {
    background: #446BD2;
}

/* SECTION SPACING */
.power-cta {
  padding: 15px 0;
}

/* BLUE BANNER */
.power-box {
    /* background: linear-gradient(90deg, #5a82ff, #4a6cf7); */
    border-radius: 18px;
    padding: 0px 30px;
}

/* CURVED BG */
.power-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  opacity: 1;
  pointer-events: none;
}

/* ENGINE — FIXED SIZE */
.engine-img {
    max-width: 260px;
    width: 100%;
    height: auto;
    position: relative;
    margin-left: 85px;
    margin-top: 0px;
}



.powe-cta-text {
    display: flex;
}
.power-cta-content {
    margin: auto;
    z-index: 2;
}










/* footer css start here  */

.footer-section {
    background-color: #0f1115;
    padding: 50px;
}

.footer-title {
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  text-decoration: none;
  color: #bfbfbf;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #ffffff;
  padding-left: 5px;
}

.social-icons a {
  color: #ffffff;
  margin-right: 12px;
  font-size: 18px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #0d6efd;
}


.footer-logo.mb-3 img {
    width: auto;
}


.email-content {
    display: flex;
    gap: 12px;
}

.social-icons {
    text-align: center;
    width: 252px;
    margin: auto;
    background: #262626;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.address-part {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.address-part {
    margin-bottom: 30px;
    border-bottom: 1px solid #cccccc33;
}















.section-testmonials {
    display: flex;
    gap: 70px;
    align-items: center;
}
  .column-testmonials {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 46%;
}



    .name-section {
        font-weight: 700;
        font-size: 48px;
        color: #000000 !important;
        margin: 0;
    }

    .title-section b {
        color: #650061;
    }

    .title-section {
        color: #000;
        font-family: Poppins;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 0;
    }

    .navigation-testmonials {
        display: flex;
        gap: 10px;
    }


    .swiper-testmonials {
        width: 100%;
        overflow: hidden;
        position: relative;
    }



.swiper-testmonials .swiper-slide {
    border-radius: 10px;
    background: #F6F6F6;
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    transition: 0.2s;
    border: 1px solid #D2D2D2;
    margin-right: 10px;
}

    .swiper-testmonials .swiper-slide * {
        margin: 0;
    }

    .swiper-testmonials .swiper-slide-active {
        filter: blur(0px) !important;
        transform: scale(1) !important;
    }

    .card-slide {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }



    .header-slide {
        display: flex;
        align-items: center;
        gap: 20px
    }

    .title-slide h4 {
        color: #FFF;
        font-size: 20px;
        font-weight: 700;
    }

    .title-slide h6 {
        color: #FFCB00;
        font-size: 14px;
        font-weight: 500;
    }

  .text-slide {
    color: #000000;
    font-size: 16px;
    line-height: normal;
}
p.name {
    font-weight: 800;
}

    .swiper-button-testmonials-next,
    .swiper-button-testmonials-prev {
        cursor: pointer;
    }
section.Testimonial-section {
    padding: 50px 0px;
}





    .head-slide img{
        width: auto;
    }

    .reviewr-des {
    margin-top: 14px !important;
}

.review-bottom-slide {
    display: flex;
    gap: 20px;
    align-items: center;
}

.profile-image img {
    width: 50px;
}










/* product page css start here */



.breadcrumb ol {
  list-style: none;
  display: flex;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
}

.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb li + li::before {
  content: "›";
  margin: 0 0.5rem;
  color: #888;
}

.breadcrumb a {
  text-decoration: none;
  color: #007bff;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb li[aria-current="page"] {
  color: #555;
  font-weight: bold;
}




.product-img-box {
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* ACCORDION STYLE */
.custom-accordion .accordion-item {
  border: none;
  margin-bottom: 12px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.04);
}
.accordion.custom-accordion {
    background: #fff;
    padding: 10px;
    border-radius: 20px;
}
.custom-accordion .accordion-button {
    background: #f6f6f6;
    font-weight: 600;
        border: 1px solid #e9e9e9;
    border-radius: 10px !important;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background: #f6f6f6;
    color: #000;
    box-shadow: none;
    border: 1px solid #e9e9e9;
    border-radius: 10px !important;
}

.custom-accordion .accordion-body {
  background: #fff;
}

.custom-accordion .accordion-button::after {
    display: none !important;
}

/* FEATURE LIST */
.feature-list {
  padding-left: 18px;
  margin: 0;
}

.feature-list li {
    margin-bottom: 8px;
    color: #5a5a5a;
    padding: 4px 0px;
}





.cta-strip{
  padding: 50px 0px;
}

.cta-wrapper {
    background: #fff;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    border-radius: 20px;
}

/* CTA BOX */
.cta-box {
  padding: 15px 22px;
  border-radius: 12px;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
  transition: 0.3s;
}

.cta-box:hover {
  transform: translateY(-3px);
  color: #fff;
}

/* COLORS */
.cta-red {
  background: linear-gradient(90deg, #ff1f3d, #e60023);
}

.cta-blue {
  background: linear-gradient(90deg, #2f4c8a, #274078);
}

/* ICON */
.cta-icon {
    font-size: 22px;
    width: 36px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* TEXT */
.cta-title {
  font-weight: 700;
  font-size: 16px;
}

.cta-sub {
  font-size: 13px;
  opacity: 0.9;
}

.cta-wrapper-row{
    justify-content: center;
}
.cta-features-row{
    justify-content: center;
}

.checklist{
    display: flex;
    align-items: center;
    gap: 5px;
}

.checklist img {
    width: 18px;
}



.gallery-card1 {
    text-align: center;
    background: #fff;
    padding: 39px;
    border-radius: 30px;
}
.gallery-card1-image {
    display: flex;
    justify-content: center;
}

.gallery-card1 img {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}







/* TAB WRAPPER */
.spec-tabs {
  border: none;
  position: relative;
  z-index: 2;
}

/* DEFAULT TAB */
.spec-tabs .nav-link {
  border: none;
  background: transparent;
  color: #333;
  font-weight: 600;
  padding: 16px 40px;
  border-radius: 16px 16px 0 0;
  position: relative;
}

/* ACTIVE TAB DESIGN */
.spec-tabs .nav-link.active {
  background: #fff;
  color: #000;
  box-shadow: 0 -6px 25px rgba(0,0,0,0.06);
}

/* SMALL CENTER LINE (like screenshot) */
.spec-tabs .nav-link.active::after {
  content: "";
  width: 22px;
  height: 3px;
  background: #000;
  border-radius: 2px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

/* CARD SHOULD TOUCH TAB */
.spec-card {
  margin-top: 0px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 35px rgba(0,0,0,0.05);
  position: relative;
  z-index: 1;
}


/* ITEM */
.spec-item small {
  color: #888;
  display: block;
}

.spec-item div {
  font-weight: 600;
}

/* PROMO CARD */




.spec-item {
    padding: 10px 0px;
}
.product--p {
    background: #EFEFEF;
    padding: 10px;
    border-radius: 20px;
}
.product-content {
    text-align: center;
    
}
.product-media {
    padding: 21px;
}

.product-content h4{
    font-size: 18px;
}

.swiper-button-next:after, .swiper-button-prev:after {
   display: none;
}

.swiper-button-next , .swiper-button-prev {
    border: 1px solid #3d3d3d;
    background: #ccc;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
}

.swiper-button-next i.bi , .swiper-button-prev  i.bi {
    font-size: 19px;
    color: #000;
}







.amc-section {
  background:url(https://abhapowers.co.in/wp-content/uploads/2026/02/background.png);
  position: relative;
  overflow: hidden;
}

/* subtle diagonal pattern */
.amc-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(https://abhapowers.co.in/wp-content/uploads/2026/02/background.png);
    pointer-events: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.amc-title {
  color: #fff;
  font-weight: 600;
  z-index: 9;
  position: relative;
}
form.amc-forom {
    position: relative;
    z-index: 9;
}
.amc-input {
  height: 48px;
  border-radius: 8px;
  border: none;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.amc-btn {
  background: #fff;
  color: #2f6fd3;
  border-radius: 30px;
  padding: 10px 40px;
  font-weight: 500;
  border: none;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.amc-btn:hover {
  background: #f2f2f2;
}

.amc-input {
    height: 48px;
    border-radius: 10px !important;
    border: none !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}
.amc-btn {
    background: #fff !important;
    color: #2f6fd3;
    border-radius: 30px !important;
    padding: 10px 40px !important;
    font-weight: 500;
    border: none !important;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}



.product-content h4::before {
    content: "";
    position: absolute;
    background-image: url();
}





.genset  .accordion.custom-accordion {
    background: transparent !important;
    padding: 10px;
    border-radius: 0px;
}

.genset .custom-accordion .accordion-button {
    background: #ffffff;
    font-weight: 600;
    border: 1px solid #e9e9e9;
    border-radius: 10px !important;
}





.models-section {
  background: #fff;
}

.models-title {
  font-weight: 700;
}

.model-card {
  background: #f6f7fb;
  border-radius: 16px;
  padding: 30px;
  min-height: 140px;
  transition: 0.3s;
}

.model-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.model-label {
  color: #7a859f;
  margin-bottom: 5px;
  font-size: 14px;
}

.model-name {
  font-weight: 600;
  margin: 0;
}

.model-img {
  width: 140px;
  height: auto;
  object-fit: contain;
}

/* responsive */
@media (max-width: 768px) {
  .model-card {
    padding: 20px;
  }

  .model-img {
    width: 110px;
  }
}

@media (max-width: 576px) {
  .model-card {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
}


.Faqs button.accordion-button {
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.Faqs  .custom-accordion .accordion-item {
    border: none;
    margin-bottom: 16px;
    border-radius: 0px !important;
    overflow: hidden;
    box-shadow: none !important;
    border-bottom: 1px solid #ccc;
}





section.hero-section.service .banner-content {
    position: absolute;
    top: 50% ;
    left: 5% ;
    margin: auto;
    bottom: 0;
    text-align: left;
    vertical-align: middle;
    transform: translate(0px ,0px ) !important;
    width:35rem;
}


section.hero-section.service .about .banner-content {
    position: absolute;
    top: 50% ;
    left: 5% ;
    margin: auto;
    bottom: 0;
    text-align: left;
    vertical-align: middle;
    transform: translate(0px ,0px ) !important;
    width:35rem;
}


.services-step{
    padding: 50px 0px;
}

.col-md-6.service-step-content-col {
    background: #fff;
    border: 1px solid #cccccc59;
    justify-content: center;
    display: flex;
}

.service-step-content {
    padding: 30px;
}

.service-page .accordion.custom-accordion {
    background: #f6f6f6;
    padding: 10px;
    border-radius: 20px;
}

.container-fluid {
    padding-left: 60px !important;
    padding-right: 60px !important;
}




section.hero-section.service .banner-content p {
    font-size: 16px;
}




/* Tabs */
.company-tabs .nav-link {
  border: none;
  background: #f1f3f7;
  color: #6b7280;
  padding: 12px 22px;
  border-radius: 8px;
  margin-right: 10px;
  font-weight: 600;
}

.company-tabs .nav-link.active {
  background: #3b5bdb;
  color: #fff;
}

/* Content box */
.company-content {
  background: #f9fafc;
  padding: 30px;
  border-radius: 12px;
  line-height: 1.8;
  color: #374151;
  font-size: 16px;
}


.manufacturing-box{
  background:#fff;
  border-radius:12px;
  padding:40px;
}

.process-title{
  text-align:center;
  font-weight:700;
  margin-bottom:10px;
}

.process-intro{
  text-align:center;
  max-width:750px;
  margin:0 auto 25px;
  color:#6b7280;
}

.process-subtitle{
  background:#e8f0ff;
  display:inline-block;
  padding:6px 14px;
  border-radius:6px;
  color:#3b5bdb;
  font-weight:600;
  margin-bottom:10px;
}

.process-img{
  width:100%;
  border-radius:10px;
}

.process-divider{
  margin:30px 0;
  opacity:.2;
}

.process-list{
  padding-left:18px;
}

.process-list li{
  margin-bottom:6px;
}


section.company-section {
    padding: 50px 0px;
}



/* contact us page css */
        /* ===== CONTACT SECTION STYLES ===== */
        .contact-section {
            background-color: #f5f5f5;
            padding: 60px 0;
        }

        .support-label {
            color: #446BD2;
            font-weight: 500;
            font-size: 30px;
            margin-bottom: 8px;
        }

        .contact-heading {
            font-size: 48px;
            font-weight: 300;
            color: #1A1A1A;
            line-height: 1.15;
            margin-bottom: 30px;
        }

        /* Office Cards */
        .office-address-card-con .office-card:first-child {
        border-bottom: 1px solid var(--Icon-Gray, #E6E6E6);
        }

        .office-card-title {
            text-align: center;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 1.5px;
            color: #111;
            background: #f0f0f0;
            border-radius: 6px;
            padding: 8px 0;
            margin-bottom: 16px;
            cursor: pointer;
            transition: background 0.2s;
            background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #EDEDED 49.83%, rgba(255, 255, 255, 0) 100%);
        }

        .office-info {
            display: flex;
            align-items: flex-start;
            gap: 14px;
        }

        .office-icon {
            width: 80px;
            height: 80px;
            object-fit: contain;
            border-radius: 8px;
            background: #f9f9f9;
            padding: 6px;
            flex-shrink: 0;
        }

        .office-info h6 {
            font-weight: 600;
            font-size: 16px;
            margin-bottom: 4px;
            color: #1A1A1A;
        }

        .office-info p {
            font-size: 14px;
            color: #1A1A1A;
            margin: 0;
            line-height: 1.5;
        }

        .office-info .contact-label {
            font-weight: 600;
            font-size: 16px;
            color: #1A1A1A;
            margin-top: 12px;
        }

        .enquiry-box h4 {
            font-size: 42px;
            font-weight: 700;
            color: #1A1A1A;
            margin-bottom: 6px;
        }

        .enquiry-box .sub-text {
            font-size: 16px;
            color: #5F697B;
            margin-bottom: 22px;
            max-width: 70%;
            font-weight: 400;
        }

        .enquiry-box .form-control,
        .enquiry-box .form-select {
            border: none;
            border-radius: 10px;
            background: #F6F6F6;
            padding: 16px;
            font-size: 16px;
            color: #5F697B;
            box-shadow: none;
            outline: none;
        }

        .enquiry-box .form-control:focus,
        .enquiry-box .form-select:focus {
            border-bottom-color: #1a56db;
            box-shadow: none;
        }

        .enquiry-box .form-control::placeholder {
            color: #aaa;
        }

        .enquiry-box .form-group {
            margin-bottom: 18px;
        }

        .enquiry-box textarea.form-control {
            resize: none;
            min-height: 80px;
        }

        .enquiry-box .btn-submit {
            background: #446BD2;
            color: #fff;
            border: none;
            border-radius: 50px;
            padding: 12px 60px;
            font-size: 18px;
            font-weight: 300;
            margin-top: 8px;
            transition: background 0.2s;
        }

        .enquiry-box .btn-submit:hover {
            background: #1344b0;
        }

        /* Map Section */
        .map-section {
            width: 100%;
            height: 400px;
            position: relative;
            overflow: hidden;
        }

        .map-section iframe {
            width: 100%;
            height: 100%;
            border: none;
            filter: grayscale(30%);
            transition: filter 0.3s;
        }

        .map-section iframe:hover {
            filter: grayscale(0%);
        }

        @media (max-width: 768px) {
            .contact-heading {
                font-size: 28px;
            }
            .enquiry-box {
                padding: 24px 16px;
                margin-top: 0;
            }
        }


.contact-section .col-lg-7.col-md-12 {
    background: #fff;
}

.contact-section .col-lg-7.col-md-12 {
    background: #fff;
    padding: 100px 80px;
}

.office-address-card-con{
    padding: 30px;
}

.contact-section {
    background: #F6F6F6;
}

section {
  scroll-margin-top: 90px;
}


@media(max-width: 1024px){
    .support-label {
        font-size: 20px;
    }
    .contact-heading {
        font-size: 38px;
    }
    .container-fluid{
        padding: 0 20px !important;
    }
    .office-address-card-con{
        padding: 30px 0 !important;
    }
    .contact-section .col-lg-7.col-md-12 {
        background: #fff;
        padding: 50px 40px;
    }
    .enquiry-box h4 {
        font-size: 32px;
        font-weight: 600;
    }
    .enquiry-box .sub-text {
        font-size: 16px;
        max-width: 100%;
    }
    .enquiry-box .form-group {
        margin-bottom: 0px;
    }
}

@media(max-width: 575px){
    .support-label {
        font-size: 18px;
    }
    .contact-heading {
        font-size: 28px;
    }
    .container-fluid{
        padding: 0 20px !important;
    }
    .office-address-card-con{
        padding: 30px 0 !important;
    }
    .contact-section .col-lg-7.col-md-12 {
        background: #fff;
        padding: 0px 0px;
    }
    .enquiry-box h4 {
        font-size: 32px;
        font-weight: 600;
    }
    .enquiry-box .sub-text {
        font-size: 16px;
        max-width: 100%;
    }
    .enquiry-box .form-group {
        margin-bottom: 0px;
        width: 100%;
    }
    .office-address-card-con .office-card:first-child {
        margin-bottom: 30px !important;
        padding-bottom: 30px !important;
    }
}

.client-card:hover img {
    filter: none;
}

a.product-link.feature {
    color: white;
    text-decoration: none;
}

a.product-link.list-products {
    color: black;
    text-decoration: none;
}


@media(max-width: 991px){
    /* section.hero-section.service .banner-content {
        position: absolute;
        top: 50% !important;
        left: 5% !important;
        margin: auto;
        bottom: 0;
        text-align: left;
        vertical-align: middle;
        transform: translate(0 ,-50%) !important;
        width: 95%;
    } */

    section.hero-section.service .banner-content {
        position: unset;
        left: 0% !important;
        margin: auto;
        text-align: left;
        transform: unset;
        bottom: 0;
        top: unset !important;
        background: #dcdcdca8;
        padding: 15px 10px;
        max-width: 100%;
    }

    .banner-image {
        min-height: 0;
    }

    .container:has(.banner-content) {
        padding: 0;
    }
    
    .banner-image img {
        min-height: fit-content;
        object-fit: cover;
    }
    .banner-content h1 {
        background: linear-gradient(180deg, #48749F 22.88%, #355574 43.14%, #4A7298 150.28%) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        background-clip: text !important;
        color: transparent;
        font-size: 70px;
        font-weight: 800 !important;
        text-transform: uppercase;
    }
    .banner-content p {
        font-size: 16px !important;
        color: #000 !important;
        max-width: 90%;
    }
}

/* Product Card Fixed Size */
.product--p {
    width: 100%;
    max-width: 280px;   /* Fixed card width */
    margin: auto;
}

.product-media {
    width: 100%;
    height: 320px;      /* Fixed image height */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;   /* Keeps image proper without distortion */
}

/* Optional: Fix title area height */
.product-content {
    height: 60px;        /* Fixed content height */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.product-content h4 a{
    font-size: 16px;
    margin: 0;
    color: #000;
    text-decoration: none;
}

a.social-media {
    color: white;
    text-decoration: none;
}
a.social-media:hover {
    color: white;
    text-decoration: none;
}


.testimonial-card{
  padding:35px 50px;
  border-radius:10px;
}

.testimonial-header{
  display:flex;
  align-items:center;
  gap:15px;
  background: white;
    padding: 25px;
}
.testimonial-content
{
    background: white;
    padding: 25px;
}
.user-img{
  width:50px;
  height:50px;
  border-radius:50%;
}

.user-name{
  margin:0;
  font-size:18px;
  font-weight:600;
}

.rating{
  color:#f4b400;
  font-size:14px;
}

.user-role{
  margin:0;
  font-size:13px;
  color:#666;
}

.testimonial-content p{
  color:#444;
  line-height:1.7;
  margin-bottom:10px;
}
.video-feedback{
padding:60px 20px;
}

.section-title{
text-align:center;
font-size:34px;
font-weight:700;
}

.video-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.video-card{
border-radius:12px;
overflow:hidden;
background:#f5f5f5;
}

.video-thumb{
position:relative;
}

.video-thumb video{
width:100%;
height:auto;
display:block;
border-radius:12px;
}

.video-title{
position:absolute;
bottom:0;
left:0;
width:100%;
background:rgba(0,0,0,0.6);
color:#fff;
text-align:center;
padding:10px;
opacity:0;
transition:0.3s;
}

.video-thumb:hover .video-title{
opacity:1;
}

/* Tablet */
@media (max-width:992px){
.video-grid{
grid-template-columns:repeat(2,1fr);
}
}

/* Mobile */
@media (max-width:576px){
.video-grid{
grid-template-columns:1fr;
}
.section-title{
font-size:26px;
}
.services-step {
    padding: 10px 0px !important;
}
.testimonial-card {
    padding: 35px 0px !important;
}
}


@media(min-width:768px){
    
.about-text {
    text-align: justify !important;
}
.rental-text {
    text-align: justify;
}

p {
    text-align: justify;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    margin-right: 0 !important;
}
.amc-section p:has(.wpcf7-submit) {
    display: flex;
    flex-direction: column;
    align-items: center;
}
}



form.wpcf7-form.init.amc-forom p {
    text-align: center;
}




.search-box {
    display: none;
}



body:not(.home) a.navbar-brand {
    display: none;
}


.gallery-card1 img {
    width: 50px;
    height: 50px !important;
    margin-bottom: 20px;
}
