:root {
  /* Colors: */
  --color-ff5000: #ff6c45;
  --color-000000: #000000;
  --color-333333: #333333;
  --color-fbdc37: #fbdc37;
  --color-f1f1f1: #f1f1f1;
  --color-ffffff: #ffffff;
  --color-d9d9d9: #d9d9d9;

  --font-family-plus: "Plus Jakarta Sans", sans-serif;

  --font-style-normal: normal;
  --font-size-12: 12px;
  --font-size-14: 14px;
  --font-size-15: 15px;
  --font-size-17: 17px;

  --font-size-16: 16px;
  --font-size-18: 18px;
  --font-size-20: 20px;
  --font-size-22: 22px;
  --font-size-25: 25px;
  --font-size-28: 28px;
  --font-size-33: 33px;

  --font-size-30: 30px;
  --font-size-40: 40px;

  --font-size-50: 50px;
  --font-size-60: 60px;

  --font-size-70: 70px;
  --font-size-85: 85px;
  --font-size-230: 230px;

  --character-spacing-0: 0px;
  --line-height-inherit: inherit;
  --font-weight-Thin: 100;
  --font-weight-ExtraLight: 200;
  --font-weight-Light: 300;
  --font-weight-Regular: 400;
  --font-weight-Medium: 500;
  --font-weight-SemiBold: 600;
  --font-weight-Bold: 700;
  --font-weight-ExtraBold: 800;
  --font-weight-Black: 900;
  --font-weight-normal: normal;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1630px;
}

@media (max-width: 1800px) {
  .product-box {
    margin: 1rem;
  }
}

/* responsive css */
@media (max-width: 1680px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .gallery-img.small {
    width: 18%;
    padding: 0;
  }



}

@media (max-width: 1560px) {
  .gallery-img.small {
    width: 18%;
    padding: 0;
  }
}

@media (max-width: 1480px) {
  :root {
    --font-size-60: 50px;
  }

  .presence-page-world .map img {
    border-radius: 1rem;
  }

  .about-box p {

    height: 160px;
  }

  .presence-page-india .map img {
    border-radius: 1rem;
  }

  .map.world img {
    height: 600px;
    object-fit: cover;
  }

  .carousel-caption::after {

    top: 25%;
    height: 454px;

  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    padding-left: 2rem;
    padding-right: 2rem;
  }



  .navbar-dark .navbar-nav .nav-link {
    margin-right: 1rem;
  }


}

@media (max-width: 1366px) {
  :root {
    --font-size-85: 65px;
    --font-size-25: 20px;
    --font-size-20: 17px;
  }

  .map.world img {
    height: 600px;
    width: 100%;
    object-fit: cover;
  }


  .about-page-right {
    padding: 1rem;
    height: 100%;
    align-items: center;
  }


  .product-range-box {
    margin: 0;
  }

  .navbar-dark .navbar-nav .nav-link {
    margin-right: 0;
  }

  .special-box {
    padding: 0px 1rem;
    text-align: center;
  }

  .gallery-img.small {
    width: 18.2%;
    padding: 0;
  }

  .journey-section .journey-box {
    padding: 3rem;
  }

  .about-box {
    padding: 1.5rem;
    padding-bottom: 0;
  }

  .journey-section .journey-box {
    margin-left: 0;
  }

  .ag-photo-gallery_list {
    column-count: 3;
  }

  .subcard {

    height: 58%;
    margin: 0;
  }

  .journey-right {
    margin-left: 1rem;
  }

  .product-left {

    margin-left: 2rem;
  }
}

@media (max-width: 1280px) {}


/* ===== Mobile styles (max-width: 991px) ===== */
@media (max-width: 1199.98px) {
  :root {
    --font-size-230: 130px;
    --font-size-40: 35px;

  }

  .md-content-section .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .contact-page-left {

    padding: 2rem;

  }

  .contact-page-form {

    padding: 2rem;
  }

  .managing-director {

    padding-top: 2rem;
  }

  .subcard {

    margin: 0 0.5rem;
  }

  .video-home-cover img {

    height: 400px;
  }

  .presence-slider img {
    width: 100%;
  }

  .gallery-img.small {
    width: 17.2%;
    padding: 0;
  }

  .presence-left {
    padding-left: 1rem;
  }

  .top-header-right .text {
    display: none;
  }

  .top-header-right li:last-child {
    margin-left: 1.8rem;
  }

  .top-header-right li {
    margin-left: 1.8rem;
  }

  .navbar-toggler {
    padding: 0;
  }

  .navbar-toggler {
    z-index: 9999;
    position: relative;
  }

  /* Prevent body scroll */
  body.nav-open {
    overflow: hidden;
    height: 100dvh;
  }

.navbar-collapse {
        position: absolute;
        top: -105px;
        right: -33px;
        width: 400px !important;
        max-width: 400px;
        height: 109dvh;
        background: var(--color-ffffff);
        padding: 4rem 3rem;
        display: none;
        flex-direction: column;
        z-index: 999;
    }
  /* OPEN */
  .navbar-collapse.show {
    display: block;
    animation: slideIn 0.45s ease forwards;
    z-index: 99;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  }
.navbar {
   
    justify-content: end;
    height: 100%;
}

.navbar-collapse {
  position: fixed;
  top: 0;
  right: 0;

  width: 400px;
  max-width: 100%;
  height: 100vh;

  background: var(--color-ffffff);
  padding: 4rem 3rem;

  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;

  transition: transform 0.45s ease, opacity 0.35s ease;
  z-index: 999;
}

/* OPEN STATE */
.navbar-collapse.show {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}

/* NAVBAR FIX */
.navbar {
  justify-content: end;
}
  /* CLOSE animation helper */
  .navbar-collapse.hide {
    animation: slideOut 0.35s ease forwards;
  }

  /* 🔥 Keyframes */
  @keyframes slideIn {
    from {
      transform: translateX(100%);
    }

    to {
      transform: translateX(0);
    }
  }

  @keyframes slideOut {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(100%);
    }
  }


  .navbar-dark .navbar-nav .nav-link.active::after {
    left: 0;
    bottom: 22px;
  }

  .navbar-dark .navbar-nav .nav-link.active:hover::after {
    bottom: 0;
  }

  /* Navbar items */
  .navbar-nav {
    flex-direction: column;
  }

  .nav-link {
    padding: 12px 0;
  }

  .g_header.g_shrink .navbar-dark .navbar-nav .nav-link {
    color: var(--color-333333);
  }

  /* Navbar toggler */
  .navbar-toggler {
    display: block;
  }

  /* Base hamburger */
  .navbar-toggler {
    padding: 0;
    border: none;
    z-index: 9999;
    position: relative;
  }

  .navbar-toggler-icon {
    width: 25px;
    height: 20px;
    position: relative;
  }

  .navbar-toggler-icon div {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 2px;
    background: var(--color-ff5000);
    transform: translateY(-50%);
    transition: background 0.2s ease;
  }

  /* top & bottom lines */
  .navbar-toggler-icon div::before,
  .navbar-toggler-icon div::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    background: var(--color-ff5000);
    left: 0;
    transition: transform 0.35s ease, top 0.35s ease;
  }

  .navbar-toggler-icon div::before {
    top: -8px;
  }

  .navbar-toggler-icon div::after {
    top: 8px;
  }

  /* 🔴 CLOSE STATE (menu open) */
  .navbar-toggler.active .navbar-toggler-icon div {
    background: transparent;
    /* hide middle line */
  }

  .navbar-toggler.active .navbar-toggler-icon div::before {
    transform: rotate(45deg);
    top: 0;
  }

  .navbar-toggler.active .navbar-toggler-icon div::after {
    transform: rotate(-45deg);
    top: 0;
  }


  /* Dropdown menu */
  .dropdown-menu {
    display: none;
  }

  .dropdown.open .dropdown-menu {
    display: block;
  }


  .dropdown-item {
    padding: 10px 15px;
    color: #ffffff;
    background-color: #2f2f2f;
    border: transparent;
  }


  /* Overlay for menu */
  /* .menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }

  .menu-overlay.active {
    opacity: 1;
    pointer-events: all;
  } */
  .about-box-flex {
    height: 100%;
  }

  .journey-right {
    position: relative;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    height: 100%;
  }

  .journey-section .journey-box {
    padding: 2rem;
    border-radius: 2rem;
    width: 100%;
    margin-left: 0;
    overflow: hidden;
  }

  .journey-right img {
    position: relative;
    right: 0;
    width: 100vw;
    height: 100%;
  }

  .section-space {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .about-section .about-box {
    margin-bottom: 2rem;
  }

  .testimonial-section h2 {
    z-index: 0;
    position: relative;
  }

  .navbar-toggler:focus {
    box-shadow: unset;
  }

  .top-header a i:hover {
    color: var(--color-333333);

  }

  .vision-img img {
    margin-right: 0;
    width: 100%;
    margin-bottom: 1rem;
  }

  .md-content-section {
    padding-right: 0rem;
  }

  .managing-director {
    padding-top: 2rem;
    padding-right: 0;
  }

  .vision-text {
    display: flex;
    flex-direction: column;
  }

  .why-section .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .vision-left img {

    margin-bottom: 2rem;
  }

  .why-img {
    margin-bottom: 2rem;
  }

  .timeline {

    padding: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-page-right {

    padding-top: 2rem;
  }
}

/* ===== Desktop styles (min-width: 992px) ===== */
@media (min-width: 1200px) {

  /* Hover dropdowns on desktop */
  .navbar .dropdown:hover>.dropdown-menu {
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
}

@media (max-width: 1024px) {

  .about-box p {
    height: 100px;
  }

  .why-left {
    padding-right: 0;
  }

  .card-item {
    margin-right: 0;

  }
}

@media (max-width: 991.98px) {
  :root {
    --font-size-50: 40px;

    --font-size-85: 55px;
  }

  .presence-left .section-heading {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

  .product-search {
    max-width: 100%;

  }

  .section-heading {

    margin-bottom: 1rem;
  }

  .presence-page-india .map {

    width: 100%;
    height: 100%;
  }

  .mb-5 {
    margin-bottom: 2rem !important;
  }

  .subcard {
    font-size: 15px;
  }

  .presence-left {
    padding-left: 0;
    padding-top: 0;
  }

  .presence-page-india {
    display: flex;
    flex-direction: column-reverse;
  }

  .map-box {

    margin-bottom: 2rem;
  }

  .map-box iframe {

    height: 300px;
  }

  .journey-left p {
    margin-bottom: 2rem;
  }

  .product-slider {
    position: relative;
  }

  .main-slider .swiper-pagination {

    top: 51%;

  }

  .presence-list {

    margin: 0;
    gap: 10px;
    margin-bottom: 1rem;
  }

  .map {

    height: auto;
  }

  .presence-india .row {
    display: flex;
    flex-direction: column-reverse;
  }

  map img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 100%;
    border-radius: 1rem;
  }

  .category-box {

    width: 100%;
  }

  .card-item {
    margin-right: 0;

  }

  .subcard {
    padding: 1rem;

  }

  .product-left .button_container {
    position: absolute;
    bottom: 0;
    right: 31px;
  }

  .contact-form-section .form-coantact-content {
    display: flex;
    flex-direction: column-reverse;
  }

  .contact-page-form {

    margin-top: 0rem;
  }

  .footer-section .contact-box a {
    font-size: var(--font-size-15);
  }

  .footer-section .contact-box {
    font-size: var(--font-size-15);
  }

  .testimonial-section h2 {
    text-align: center;
  }

  .video-home-cover img {
    height: 400px;
  }

  .navigation-button {
    margin-top: 5%;
    margin-bottom: 22px;
    display: grid;
  }

  .journey-right img {
    margin-bottom: 1rem;

    margin-top: 0;
  }

  .journey-right {
    margin-top: 0;
  }

  .journey-section .journey-box .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .count-area-content span {
    line-height: 3rem;
  }

  .about-section .about-box::nth-child(03) {
    margin-bottom: 0;
  }

  .counter-section .col-12:nth-child(01) {
    margin-bottom: 2rem;
  }

  .counter-section .col-12:nth-child(02) {
    margin-bottom: 2rem;
  }

  .gallery-img.big {
    width: 31%;

  }

  .gallery-img.small {
    width: 31%;

  }

  .count-area-content {
    margin-bottom: 0;
  }

  .presence-left {
    padding-left: 0;
    padding-top: 0;
  }

  .about-section .about-box::nth-child(04) {
    margin-bottom: 0;
  }

  .about-section {
    margin-top: 0;
  }

  .product-left {
    margin-top: 0;
    margin-left: 1rem;

  }

  .mt-5 {
    margin-top: 2rem !important;
  }

  .carousel-caption {
    width: 75%;
    position: relative;
    top: 0px;
  }

  .carousel-caption::after {
    content: "";
    position: absolute;
    top: 0;
    left: -27%;
    width: 149%;
    height: 105%;
    z-index: -1;
  }

  .banner-home .swiper {
    height: 100%;
  }

  .banner-home {
    flex-direction: column-reverse;
    display: flex;
  }

  .quality-circle {
    position: absolute;
    width: 215px;
    height: 215px;
    top: 35%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-ffffff);
    border-radius: 100%;
    margin-left: 0;

    left: 66%;
  }

  .ag-photo-gallery_list {
    column-count: 2;
  }

}

/* Select hidden by default (desktop) */
.category-select-wrapper {
  display: none;
}

/* Show select on mobile/tablet */
@media (max-width: 991px) {
  .category-select-wrapper {
    display: block;
  }

  .capacity-tabs li {
    width: 33.33%;
  }

  .category-box {
    background: var(--color-ff5000);
    border: 1px solid #e9e9e9;
  }

  .variation-box {
   background: var(--color-ff5000);
    border: 1px solid #e9e9e9;
  }

  .variation-title {
    font-size: 20px;
    border-bottom: 1px solid #ffffff60;
    color: var(--color-ffffff);
  }

 

  .category-title {
    font-size: 20px;
    border-bottom: 1px solid #ffffff60;
    color: var(--color-ffffff);
  }

  .category-list {
    display: none;
  }

  .map-section {

    position: relative;

  }

  .map-section iframe {
    height: 400px;
  }

  .category-select {
    width: 100%;
    padding: 12px 14px;
    font-size: 15px;
    border-radius: 8px;
    border: 1px solid #ccc;
    background: #fff;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23333' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 10px;
  }

  .product-section {

    border-top-right-radius: 5rem;
    border-bottom-left-radius: 5rem;
  }

  .testimonial-section {

    border-top-right-radius: 5rem;
    border-bottom-left-radius: 5rem;
  }

  .presence-section {
    border-top-right-radius: 5rem;
  }

  .copyright-section {
    border-top-right-radius: 5rem;
  }

  .footer-section {
    border-top-right-radius: 5rem;
    border-bottom-left-radius: 5rem;
  }

  .video-section {
    border-top-right-radius: 5rem;
    border-bottom-left-radius: 5rem;

  }

  .vision-page-section {
    border-top-right-radius: 5rem;
    border-bottom-left-radius: 5rem;
  }

  .specialties-section {
    border-top-right-radius: 5rem;
    border-bottom-left-radius: 5rem;
  }

  .gallary-section.section-space {
    padding-top: 3rem;
  }

  .main-slider .swiper-pagination {
    top: 299px;
  }

  .banner-home .swiper-slide img {
    width: 100%;
    height: 350px;
    object-fit: cover;
  }

  .carousel-caption {

    padding: 1rem;
  }
}

@media (max-width: 767px) {
  :root {
    --font-size-40: 35px;


  }

  .capacity-tabs li {
    width: 30.33%;
  }

  .navbar-brand img {
    width: 250px;
  }

  .variation-box {

    width: 100%;
  }

  .gallery-page.ag-photo-gallery_list {
    column-count: 2;
  }

  .ag-photo-gallery_list {
    column-count: 1;
  }

  .mb-5 {
    margin-bottom: 2rem !important;
  }

  .vision-left-content {

    padding-left: 0;
  }

  .vision-left-content {

    padding-top: 2rem;
  }

  .vision-text {
    display: flex;
    flex-direction: row;
  }

  .testimonial-prev,
  .testimonial-next {
    top: 52%;
  }

  .contact-page-form {
    padding: 2rem;
  }

  .top-header .container-fluid {
    padding: 0;
  }

  .inner-banner {


    height: 250px;

  }

  .product-img img {
    height: 300px;
  }

  .journey-left {
    margin-top: 1rem;
  }





  .presence-slider .swiper-slide img {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }

  .timeline {
    grid-template-columns: repeat(1, 1fr);
    justify-content: space-evenly;
    justify-items: center;
    text-align: center;
    padding: 0;
  }

  .card-icon {
    width: 105px;
    height: 135px;

  }

  .card-item {
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .subcard {
    width: 56%;
  }

  .vision-img img {
    margin-right: 1rem;
    width: 200px;
    margin-bottom: 1rem;
  }

  .value-right {

    padding: 2rem 3rem;
  }

  .value-right .section-heading {
    text-align: center;
  }

  .value-feature {

    margin-bottom: 2rem;
  }



  .why-accordion .accordion-item:last-child {
    margin-bottom: 0rem;
  }

  .about-page-right {
    padding: 2rem 0;
    padding-bottom: 0;
  }

  .gallery-img.small {
    width: 46.4%;
  }

  .gallery-img.big {
    width: 46.4%;
  }

  .timeline::after {
    height: 1px;
    width: 138%;
    transform: rotate(90deg);
    left: -19%;
    top: 44%;
  }

  .testmonial-slider .swiper-button-container {
    position: relative;
    width: 110px;
    top: 27px;
    margin: auto;
    height: 65px;
  }
}

@media (max-width: 575px) {

  :root {
    --font-size-230: 80px;
    --font-size-50: 40px;
    --font-size-40: 30px;
    --font-size-17: 15px;
    --font-size-85: 45px;
  }
 header .button_container {
    float: inline-start;
}
  .catalog-btn-fixed {
    right: 11px;
    bottom: 123px;
    width: 45px;
    height: 45px;
    
    font-size: 19px;
}
.catalog-btn-fixed i {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
  .capacity-btn {
    padding: 0.7rem 0.5rem !important;
  }

  .about-box {
    padding: 1rem;
  }

  .carousel-caption {
    left: 1rem;
    padding: 1rem 0;
  }

  .container, .container-lg, .container-md, .container-sm, .container-xl {
    padding-left: 1rem;
    padding-right: 1rem;
  }



  .contact-box.address br {
    display: none;
  }

  .category-box {

    padding: 1rem;

  }

  .category-box--sticky {
    position: static;
    margin-bottom: 20px;
  }

  .product-range-box .product-desc {
    opacity: 0;
    text-align: center;
  }

  .copy-right p {

    text-align: center;
  }

  .copy-right .right {
    display: flex;
    justify-content: center;
  }

  .emblem {

    width: 220px;
    height: 220px;
  }

  .product-range-content {
padding:1rem;
    text-align: center;
  }

  .product-content {
    text-align: center;

  }

  .testimonial-slider .swiper-button-container {
    top: 50px;
    position: relative;
    width: 110px;
    margin: 30px auto;
    text-align: center;
    justify-content: center;
    left: 0;
    /* height: 10px; */
  }

  .presence-slider .swiper-slide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }

  .about-img-main {
    width: 100%;
    left: 0;
    position: relative;
  }

  .product-slider-wrapper {
    overflow: hidden;
  }

  .vision-img img {
    margin-right: 0;
    width: 100%;
    margin-bottom: 1rem;
  }

  .subcard {
    width: 92%;
  }

  .gallery-img.small {
    width: 44.4%;
  }

  .gallary-section .transpert-heading {

    display: none;
  }

  .gallary-section.section-space {
    padding-top: 0;
  }

  .presence-list {

    margin-bottom: 1rem;
  }

  .presence-page-world .map img {

    height: 400px;
  }

  .journey-right img {
    height: 300px;
    border-radius: 2rem;
  }

  p {
    text-align: justify;
  }

  .map img {
    width: 100%;
    display: block;
    border-radius: 1rem;
  }

  .testimonial-page .testimonial-items {
    padding: 1rem;
  }

  .product-right {
    padding: 1rem;
  }

  .value-feature {

    padding-right: 0;
  }

  .why-accordion .accordion-button {
    font-size: 20px;

  }

  .value-icon {

    margin-bottom: 1rem;
  }

 .value-right {
        padding: 2rem 2rem;
        /* padding-left: 3rem; */
    }

  .value-content {
    width: 100%;
    color: var(--color-ffffff) !important;
  }

  .value-feature {
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .product-description {
    padding: 1rem;

  }

  .product-details-slider {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }

  .product-details-slider .swiper-slide img {
    height: 350px;
    margin-top: 0;
  }



  .video-home-wrapper iframe {
    height: 300px;
  }

  .presence-slider .swiper-slide {
    width: 100%;
  }


  #places-map {
    background-color: var(--color-f1f1f1);
    padding: 0;
    border-radius: 1rem;
  }

  .product-range-content {

    bottom: -348px;

  }


  .special-box .icon {

    width: 5rem;
    height: 5rem;

  }

  .special-box .icon img {
    width: 3rem;

  }

  .counter-section .col-12:nth-child(01) {
    margin-bottom: 2rem;
  }

  .counter-section .col-12:nth-child(02) {
    margin-bottom: 2rem;
  }

  .counter-section .col-12:nth-child(03) {
    margin-bottom: 2rem;
  }

  .quality-circle {
    top: 0;
    left: 28%;
    right: 0;
    position: relative;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* height: 100%; */
    width: 200px;
    height: 200px;
  }

  .about-box-flex {
    display: flex;
    flex-direction: column;
  }

  .section-space {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer-section p {
    margin-bottom: 2rem;
  }
 .footer-section .social-links {
    margin-top:0;
}
 .whatsapp-btn {
     bottom: 73px;
    right: 10px;
    width: 45px;
    height: 45px;
   
}
#button {
  width: 45px;
    height: 45px;
}
  .gallery-img img {
    height: 200px;
  }

  #button {
   
    right: 9px;
   
}
#button i {
   
    line-height: 43px;
   
}

  .testimonial-slider {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .testimonial-slider .testimonial-items {
    margin: 0;
  }

  .testimonial-slider .swiper-slide-active .testimonial-items {
    box-shadow: none;
  }

  .testimonial-slider .swiper-slide-active {
    z-index: 2;
    top: 0;
    margin: 0;
  }

  .specialties-section::after {
    display: none;
  }

  .product-img {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .transpert-heading {

    line-height: 82px;

  }

  .product-box {
    box-shadow: none;
  }

  .product-img img {
    width: 300px;
    height: 400px;
  }

  .top-header-right li {
    margin-left: 1.5rem;
  }

  .navbar-brand img {
    width: 300px;
  }

  .product-list-image img {
    width: 100%;
    height: 200px;

  }


  .banner-horizental {
    background-color: #ff6c45;
  }

  .testimonial-section .button_container {
    margin-top: 1rem;
    z-index: 1;
  }

.product-left {
        margin-left: 8px;
        padding-right: 0;
        padding-bottom: 1rem;
        width: 96%;
    }

  .product-left .button_container {
    position: absolute;
    bottom: 19px;
    right: 31px;
  }

  .special-box {
    padding: 0;
    text-align: center;
    margin-bottom: 2rem;
  }

  .special-box p {
    text-align: center;
  }

  .video-home-cover img {
    height: 300px;
  }

  .main-slider .swiper-pagination {
    position: absolute;
    top: 45%;
    left: -23px;
    z-index: 1;
  }



  .marquee {
    padding: 4rem 0;
  }

  .client-slider .swiper-slide img {
    height: 130px;
  }



  .journey-right {
    z-index: 1;
  }

  .client-section {
    padding: 2rem 0;

  }

  .pt-5 {
    padding-top: 2rem !important;
  }

  .about-section.section-space {
    padding-bottom: 0;
  }

  .about-box {
    padding: 2rem;
  }

  .navigation-button {
    position: relative;
    width: fit-content;
    left: -10px;
    margin-top: 9%;
  }

  .product-left .button_container {
    position: absolute;
    bottom: 14px;
    right: 31px;
  }

  .product-left .common-btn {
    position: relative;
    bottom: 0;
  }

  .video-wrapper {
    height: 100%;
  }

  .carousel-caption::after {
    display: none;
  }

  .navbar-brand img {
    width: 150px;
  }

  .button_su_inner {
    font-size: 14px;

    padding: 0.5rem 1rem;
  }

  .button_su {
    height: 40px;
  }

  #quoteForm .button_su_inner {

    height: 42px;
  }

  .product-range .container-fluid {
    padding: 0 1rem;
  }

  .product-range-img img {
    width: 300px;
    height: 450px;
    display: block;
    object-fit: cover;
    margin: auto;
  }

  .g_header.g_shrink .navbar-brand img {
    width: 100px;
  }

  .about-section .col-12.about-box:nth-child(4) {
    margin-bottom: 0;
  }

  .journey-left p {
    margin-bottom: 2rem;
  }



  .top-header-right li {
    margin-left: 0.8rem;
  }

  .top-header-right li:last-child {
    margin-left: 0.8rem;
  }

  .banner-home .swiper-slide img {
    width: 100%;
    height: 350px;
    object-fit: cover;
  }

  .timeline {
    grid-template-columns: repeat(1, 1fr);

  }



  .card-icon {

    height: 110px;

    width: 100px;
  }

  .top-header a i {
    margin-right: 1.3rem;
  }

  .about-page-right {
        padding: 1rem 0;
        padding-bottom: 0;
    }

  .vision-left-content {

    padding-right: 0;
  }

  .vision-text {
    display: flex;
    flex-direction: column;
  }

  .product-section {

    border-top-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

  .testimonial-section {

    border-top-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

  .presence-section {
    border-top-right-radius: 3rem;
  }

  .copyright-section {
    border-top-right-radius: 3rem;
  }
.value-section {
    border-bottom-right-radius: 3rem;
}
  .footer-section {
    border-top-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

  .video-section {
    border-top-right-radius: 3rem;
    border-bottom-left-radius: 3rem;

  }

  .journey-section {
    border-bottom-left-radius: 3rem;
  }

  .vision-page-section {
    border-top-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

  .specialties-section {
    border-top-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

  .testimonial-items {
    padding: 2rem 2rem;

  }

  .section-heading {
    margin-bottom: 1rem;
    z-index: 9;
    position: relative;
  }

  .about-section .about-box {
    padding-bottom: 0;
  }




  .capacity-tabs li {
    margin-right: 1rem;
    margin-bottom: 1rem;
    width: 45%;
  }

  .navbar-brand img {
    width: 100px;
  }

  .header-section {

    padding: 0 1rem;
  }

  .carousel-caption {

    width: 94%;
  }
}

@media (max-width: 480px) {
  :root {
    --font-size-50: 35px;
    --font-size-40: 30px;
    --font-size-17: 15px;
    --font-size-85: 45px;
    --font-size-30: 25px;

  }

  .product-box {
    margin: 0.5rem;
  }

 

  .journey-left {
    margin-top: 0;
  }

  .top-header a i {
    margin-right: 0.5rem;
  }

  .quality-circle {

    width: 170px;
    height: 170px;
  }



  .main-slider .swiper-pagination {
    top: 34%;

  }

  .emblem {

    width: 196px;
    height: 196px;
  }

  .digit-box {
    font-size: 1.5rem;
    width: 80px;
    height: 80px;

  }

  .product-list-page .col-6 {
    width: 100%;
  }

  .banner-home .swiper-slide img {
    height: 250px;
  }

  .banner-home .swiper-slide img {
    height: 250px;
  }

  .carousel-caption p {
    text-align: left !important;
  }

  .inner-banner {
    height: 200px;
  }
}

@media (max-width: 400px) {

  .subcard {
    width: 100%;
  }

  .capacity-tabs li {
    margin-right: 0.54rem;
    margin-bottom: 1rem;
    width: 44%;
  }




  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    padding-left: 1rem;
    padding-right: 1rem;
    /* padding-right: 3rem; */
  }

  .video-home-wrapper {
    border-radius: 2rem;
    object-fit: cover;
  }

  .journey-left p {
    margin-bottom: 1rem;
  }

  .mt-5 {
    margin-top: 1rem !important;
  }

  .mb-5 {
    margin-bottom: 1rem !important;
  }

  .journey-section .journey-box {
    padding: 1rem;
  }



  .quality-circle {
    position: relative;
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
  }





  .testimonial-slider .swiper-slide-active .testimonial-items {
    box-shadow: none;
  }

  .gallery-img.small {
    width: 95%;
  }

  .gallery-img.big {
    width: 95%;
  }

  .product-left .button_container {

    right: 30px;
  }

  .product-range .container-fluid {
    padding: 0 1rem;
  }
}

/* responsive css */