.ws_effect,
.ws_effect div {
    pointer-events: none;
}

.ws_effect a,
.ws_effect img {
    pointer-events: auto;
}

@media (min-width: 992px) {
    .col-lg-1-7 {
        -ms-flex: 0 0 14.2857%;
        flex: 0 0 14.2857%;
        max-width: 14.2857%;
    }
    .col-lg-1-6 {
        -ms-flex: 0 0 16.6666%;
        flex: 0 0 16.6666%;
        max-width: 16.6666%;
    }
}

.sec-contact-us {
    padding: 20px 0 30px;
    background: #fff;
}

.logo-box {
    padding: 10px;
    border: 1px solid #eee;
    background: #fff;
    text-align: center;
    height: 100px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.logo-box:hover {
    background-color: #f9f9f9;
    border-color: #ddd;
}

.logo-box img {
    max-height: 60px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    margin-bottom: 8px;
}

.logo-box p {
    font-size: 14px;
    color: #333;
    margin: 0;
    line-height: 1.2;
}

.custm-s {
    padding: 5rem 0 0 0 !important;
}
.gh-bar {
    margin-bottom: 0;
}
@media (min-width: 360px) and (max-width: 768px) {
    .big-box {
        border-radius: 30px !important;
        border-left: 1px solid #dee2e6 !important;
    }
    .man.two{
        font-size: 25px !important;
    }
    .contact-box iframe {
        width: 100% !important;
    }
    .gh-bar {
        margin-bottom: 15px;
    }
    .custm-s {
        padding: 3rem 0 0 0 !important;
    }
}

.logo-box {
    padding: 10px;
    border: 1px solid #eee;
    background: #fff;
    text-align: center;
    height: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border-radius: 25px 0 25px 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    height: 160px;
}

.logo-box:hover,
.logo-box:focus,
.logo-box:active {
    background-color: #fff;
    border-color: #ccc;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transform: scale(1.05);
    z-index: 2;
    border-radius: 0 25px 0 25px;
}

.logo-box img {
    max-height: 110px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    margin-bottom: 8px;
    transition: transform 0.3s ease;
}

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

.logo-box p {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.2;
    transition: color 0.3s ease;
}

.logo-box:hover p {
    color: #007bff;
    /* Bootstrap primary */
}


.bg-counter {
    background-color: #f2f2f2 !important;
}

.bg-award {
    background-color: #fff;
}

.section-title {
    font-size: 32px;
    color: #0e0e0e;
    clear: both;
    line-height: 1.2;
    margin-bottom: 1rem !important;
    font-weight: 600;
    text-align: center;
}

.section-title-bottom {
    font-size: 32px;
    color: #0e0e0e;
    clear: both;
    line-height: 1.2;
    margin-top: 1rem !important;
    font-weight: 600;
    text-align: center;
    /*! text-decoration: underline; */
    /*! font-style: italic; */
}

/* Counter block styling */
.de_count {
    position: relative;
    padding-left: 60px;
    /* creates space for the icon */
    margin-bottom: 0rem;
}

.de_count p {
    line-height: 25px;
    font-size: 14px;
    margin-bottom: 0;
}

/* Icon positioning and style */
.de_count i,
.de_count svg{
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 40px;
    color: #00aeef;
    /* Change to your brand color */
}

/* Optional spacing for heading */
.de_count h3 {
    margin: 0;
    font-weight: bold;
    font-family: Roboto Condensed,sans-serif;
    font-size: 36px;
}

/* Optional styling for the counter number */
.de_count .counter {
    font-weight: bold;
    color: #000;
    /* Adjust as needed */
}
.de_count.ct{
    padding-left: 50px;
}
@media (max-width: 767.98px) {
    .de_count {
        position: relative;
        padding-left: 60px;
        /* creates space for the icon */
        margin-bottom: 0;
    }
    .de_count.ct{
         padding-left: 60px;
    }
}

.hg {
    border-top: 2px solid #00000047;
    padding-top: 30px;
}

.hg2 {
    border-top: 0px solid #00000047;
    padding-top: 0px;
}

@media (max-width: 992px) {
    .award-sec-style {
  padding: 50px 0 30px !important;
}
    .de_count p {
  margin-bottom: 20px;
}
    .item--row {
        margin-left: 10px !important;
    }
    .carousel-control-prev,
    .carousel-control-next {
        width: 40px;
        height: 40px;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        z-index: 1000;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        background-size: 60% 60%;
        filter: invert(1);
        /* Makes arrow white */
    }
}

@media (max-width: 767.98px) {
    .fa-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        background: rgba(0, 0, 0, 0.6);
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        z-index: 1050;
        color: #fff;
        font-size: 20px;
    }

    .carousel-control-prev.fa-nav {
        left: -10px;
    }

    .carousel-control-next.fa-nav {
        right: -10px;
    }
}


@media (max-width: 767.98px) {
    .mobile-scroll-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        display: flex;
        gap: 10px;
        padding: 10px;
    }

    .mobile-scroll-wrapper .row {
        display: flex;
        flex-wrap: nowrap;
        margin: 0;
        padding: 0;
    }

    .mobile-scroll-wrapper .col-5ths {
        flex: 0 0 85%;
        scroll-snap-align: start;
        scroll-snap-stop: always;
        box-sizing: border-box;
        padding: 0 10px;
        margin: 0;
    }
}

.our-compnies {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 0;
}

.logo-brandx1 {
    display: inline-block;
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    max-width: 150px;
    height: auto;
}


.col-5ths {
    width: 20%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

@media (max-width: 991.98px) {
    .col-5ths {
        width: 50%;
    }
}

@media (max-width: 575.98px) {
    .col-5ths {
        width: 100%;
    }
}

.dlab-media {
    position: relative;
    cursor: pointer;
}

.logo-brandx {
    position: absolute;
    bottom: 20px;
    width: 200px !important;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    transition: opacity 0.3s ease;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
}

.dlab-info {
    position: relative;
    padding-top: 20px;
    color: white;
}

.dlab-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 15;
    color: white;
    font-weight: 700;
    text-align: center;
    /* Added to center image/text inside */
}

.dlab-box:hover .logo-brandx {
    opacity: 0;
}

.dlab-box:hover .dlab-title {
    opacity: 1;
    pointer-events: auto;
}

.read-more {
    display: inline-block;
    margin-top: 10px;
    color: #ffcc00;
    text-decoration: underline;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.3s ease;
}

.read-more:hover {
    color: #3caff2;
    text-decoration: underline;
}

/* Flex equal height */
.equal-height-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    border: 1px solid #000;
}

.equal-height-row>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

/* Make iframe and content-box fill parent */
iframe {
    flex-grow: 1;
    min-height: 260px;
    border: 0;
    width: 100%;
}

.content-box {
    flex-grow: 1;
}

/* Responsive stack */
@media (max-width: 768px) {
    .equal-height-row {
        flex-direction: column;
    }
}

#product-catagory .col-sm-4 {
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 992px) {
    #product-catagory .col-sm-4 {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.p-award {
    margin-bottom: 15px;
    line-height: 27px;
    font-size: 16px;
    color: #383838;
    font-weight: 400;
    letter-spacing: 0;
    font-family: Roboto Condensed, sans-serif;
}

.award-img-link img {
    max-width: 100%;
    width: 70%;
}
.bg-award .award-img-link img {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.bg-award .award-img-link:hover img {
  transform: scale(1.01);
}
.contact-section {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
    background: linear-gradient(to right, #0000 0%, #0000 30%, #c40000 30%, #c40000 70%, #fff0 70%, #fff0 100%);

}

@media (max-width: 767px) {
    .contact-section {
        background: linear-gradient(to bottom, #0000 0%, #0000 30%, #c40000 30%, #c40000 70%, #fff0 70%, #fff0 100%);
    }

    .item--row {
        margin-bottom: 10px !important;
        margin-left: 10px !important;
    }
}

.box-left,
.box-right {
    color: #fff;
    border-radius: 40px;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    background-color: #c40000;
}

.box-right {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}

.box-right iframe {
    width: 100%;
    height: 300px;
    border: 0;
    border-radius: 40px;
    display: block;
}

.item--icon {
    margin-right: 10px;
}

.item--icon i {
    font-size: 24px;
    color: #fff;
}

.item--row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.item--label {
    font-weight: 600;
    margin-right: 5px;
    color: #fff;
    min-width: 70px;
    font-size: 20px;
    font-family: Roboto Condensed,sans-serif;
    line-height: 28px;
}

.item--value {
    color: #fff;
}



#desktopCompanies{
    display: block;
}
#mobileCompaniesCarousel{
    display: none;
}
@media (max-width: 992px) {
    #desktopCompanies{
        display: none;
    }
    #mobileCompaniesCarousel{
        display: block;
    }
}



@media (min-width: 768px) {
    .box-left,
    .box-right {
        width: 48%;
    }
}

.item--row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    margin-left: 30px;
}

/* Add this override for the first row (icon + title) */
.item--row.title-row {
    align-items: center;
    margin: 30px 0 20px 0;
    justify-content: center;
}
.counter-sec-style{
    padding: 40px 0;
}
.award-sec-style{
    padding: 50px 0;
}
.sec-contact-us{
    padding: 125px 0;
}
.sec-contact-us .container{
    max-width: 1368px;
}
.product-category-sec-style{
    padding: 80px 0 26px;
}
.product-category-sec-style h2{
    font-size: 30px;
    color: #0e0e0e;
    clear: both;
    line-height: 1.2;
    margin: 0 0 30px;
    font-weight: 600;
    font-family: Roboto Condensed,sans-serif;
}
.title-ol{
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: 0;
    color: #333;
    line-height: 1.2;
    padding: 5px 0;
}
.description{
    font-size: 16px;
    line-height: 23px;
    color: #383838;
    font-weight: 400;
    letter-spacing: 0;
    font-family: Roboto Condensed,sans-serif;
}
.contact-form {
    background: #fff;
    padding: 30px 0px;
}

.intro-box,
.right-text {
    font-size: 1.2rem;
    font-weight: 600;
}

.right-text {
    text-align: center;
}

.form-control,
.custom-file-input {
    border-radius: 0;
}

.footer-icons {
    text-align: center;
    margin-top: 30px;
}

.footer-icons i {
    font-size: 24px;
    display: block;
}

.footer-icons small {
    display: block;
    margin-top: 5px;
}

.submit-btn {
    border-radius: 0;
}
.submit-btn:hover{
    color: #fff;
    background: #c40000;
}
.icon-en-pg {
    font-size: 24px;
    color: #fff;
    height: 63px;
    width: 63px;
    min-width: 63px;
    line-height: 55px;
    background-color: #c40000;
    text-align: center;
    border-radius: 63px;
    position: relative;
    overflow: hidden;
}
.intro-box {
    text-align: left;
}

.headline {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -1px;
    color: #333;
    line-height: 1.2;
}

.subline {
    font-size: 1.1rem;
    font-weight: 400;
    color: #555;
    margin-top: 0.25rem;
    font-style: italic;
}
.intro-box {
  font-family: 'Segoe UI', sans-serif;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 0 !important;
}

.intro-box .headline {
  font-size: 2rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 0.3rem;
  letter-spacing: -0.5px;
}

.intro-box .subline {
  font-size: 1.1rem;
  font-weight: 400;
  color: #6c757d;
  font-style: italic;
  margin: 0;
  color: #126ee6;
}
.custom-file .my-txt-muted{
    position: relative;
    display: block;
    padding: 20px 0;
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.5em + .75rem + 2px);
  padding: 6px 22px;
  font-weight: 400;
  line-height: 2.5;
  color: #9b9b9b;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
  font-size: 15px;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(2.5em + .75rem);
  padding: .375rem .75rem;
  line-height: 2.5;
  color: #fff;
  content: "Browse";
  background-color: #231f20;
  border-left: inherit;
  border-radius: 0;
}

.right-text {
  background-color: #f8f9fa;
  border-left: 4px solid #C40000;
  white-space: pre-line;
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 0.3rem;
  letter-spacing: -0.5px;
}
.right-text p{
  font-size: 5rem;
  line-height: 100px;
}

@media (max-width: 576px) {
  .intro-box .headline {
    font-size: 1.5rem;
  }
  .right-text {
    font-size: 1.2rem;
  }
}
.intro-text {
    font-size: 1.2rem;
    font-style: normal;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px;
}

.apply-btn {
    display: inline-block;
    padding: 10px 25px;
    font-size: 1rem;
    border: 2px solid #007bff;
    color: #007bff;
    background-color: transparent;
    border-radius: 5px;
    transition: 0.3s;
}

.apply-btn:hover {
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
}

.apply-btn2 {
    display: inline-block;
    padding: 10px 25px;
    font-size: 1rem;
    border: 2px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
    border-radius: 5px;
    transition: 0.3s;
}

.apply-btn2:hover {
    background-color: #ffffff;
    color: #007bff;
    text-decoration: none;
}

.apply-btn3 {
    display: inline-block;
    padding: 10px 25px;
    font-size: 1rem;
    border: 2px solid #c40000;
    color: #c40000;
    background-color: transparent;
    border-radius: 5px;
    transition: 0.3s;
}

.apply-btn3:hover {
    background-color: #c40000;
    color: #fff;
    text-decoration: none;
}

.big-box {
    border: 1px solid #dee2e6;
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    text-align: center;
    background: #fff;
    border-left: none;
}

.big-box.big-box2 {
    border: 1px solid #dee2e6;
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    text-align: center;
    background: #fff;
    border-right: none;
}

.big-box h2 {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 0;
    line-height: 1.3;
}

.image-info {
    font-size: 1rem;
    font-style: italic;
    color: #333;
}

.dot-line {
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 3px;
    color: #ccc;
    margin-top: 30px;
}


.career-page {
    padding: 70px 0 50px;
}
.big-box {
    position: relative; /* Needed for indicators to be absolutely positioned inside */
}

.big-box .carousel-indicators {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 15;
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.big-box .carousel-indicators li {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background-color: rgba(217, 0, 0, 0.5);
    border-radius: 50%;
    text-indent: -999px;
}

.big-box .carousel-indicators .active {
    background-color: #c90000;
}

.big-box .carousel-control-prev {
    left: 0
}

.big-box .carousel-control-next {
    right: 0
}

.big-box .carousel-control-next-icon,
.big-box .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.big-box .carousel-control-prev,
.big-box .carousel-control-next {
    color: #000;
    text-align: center;
}
.bg-red {
    background: #c40000 !important;
}

.testimonial-box-carousel .owl-nav .owl-next,
.testimonial-box-carousel .owl-nav .owl-prev {
    top: 40% !important;
}
.testimonial-box-carousel .owl-dots{
    margin-top: 0px;
}













/* Container spacing already handled by Bootstrap classes */

/* Section Titles */
#open-jobs h3 {
  font-weight: 600;
  margin-bottom: 25px;
}

/* Filters Styling */
.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
}

.filter {
  flex: 1 1 250px;
}

.filter label {
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
  color: #333;
}

/* Custom Select using Bootstrap + Enhancements */
.filter select {
  width: 100%;
  padding: 10px 16px;
  font-size: 15px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #fff;
  color: #495057;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px;
}

.filter select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(0,123,255,.25);
}

/* Job Listings Table */
#job-listings table {
  width: 100%;
  background: #fff;
  border-radius: 0.25rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border-collapse: collapse;
}

#job-listings th,
#job-listings td {
  padding: 10px 10px;
  text-align: left;
  border-bottom: 1px solid #dee2e6;
}

#job-listings th {
  background-color: #231f20;
  color: white;
  font-weight: 400;
  font-size: 16px;
    text-align: center;
}

#job-listings tr:last-child td {
  border-bottom: none;
}

#job-listings button {
  padding: 6px 14px;
  background-color: #28a745;
  border: none;
  color: white;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}

#job-listings button:hover {
  background-color: #218838;
}

/* Talent Pool Section */
#talent-pool {
  background: #fff;
  padding: 0;
  border-radius: 0.25rem;
  text-align: center;
  margin-top: 30px;
  /*! box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05); */
}
#talent-pool p strong{
  margin-bottom: 15px;
  font-size: 25px;
  color: #333;
}
#talent-pool p {
  margin-bottom: 15px;
  font-size: 16px;
  color: #333;
}

#talent-pool button {
  background-color: #0069d9;
  color: #fff;
  padding: 10px 22px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  transition: background-color 0.2s ease-in-out;
}

#talent-pool button:hover {
  background-color: #0056b3;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
  .filters {
    flex-direction: column;
  }

  #job-listings th,
  #job-listings td {
    font-size: 14px;
  }

  #job-listings button {
    font-size: 13px;
    padding: 5px 12px;
  }
}

/* Table wrapper */
.job-table {
  margin-top: 30px;
}

/* Base table styles */
.custom-job-table th,
.custom-job-table td {
  vertical-align: middle;
  padding: 12px 10px;
  font-size: 14px;
  text-align: left;
}

/* Zebra stripes */
.custom-job-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* Column width customization */
.col-sr {
  width: 5%;
  text-align: center;
}

.col-role {
  width: 15%;
  font-weight: 500;
}

.col-desc {
  width: 30%;
}

.col-loc {
  width: 15%;
}

.col-dept {
  width: 20%;
}

.col-apply {
  width: 10%;
  text-align: center;
}

/* Apply button */
.apply-btn {
  background-color: #007bff;
  color: #fff;
  padding: 6px 15px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  transition: background-color 0.2s ease-in-out;
}

.apply-btn:hover {
  background-color: #0056b3;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .custom-job-table th,
  .custom-job-table td {
    font-size: 13px;
    padding: 10px 6px;
  }

  .col-desc {
    width: auto;
  }

  .col-role,
  .col-loc,
  .col-dept {
    width: auto;
  }
}

.resume-form label {
  font-weight: 500;
}

.resume-form input[type="file"] {
  padding: 5px 0;
}

.resume-form .form-control {
  border-radius: 0.25rem;
}

.resume-form button {
  padding: 8px 40px;
  font-size: 16px;
}

.resume-note {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

.bg-left-block{
    background-color: #ffdbb9 !important;
}
.bg-left-block:hover{
    background-color: #fff !important;
}
.bg-award .bg-white:hover {
 background-color:#ffdbb9 !important;
 box-shadow: 0 0 10px rgb(0, 0, 0, 0.3) !important;
}
.resume-form-container{
    padding: 50px 0;
}

.contact-box {
  background-color: #c90000; /* Red background */
  border-radius: 35px;
  color: white;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.contact-box strong {
  color: #fff;
  font-size: 18px;
}

.contact-box p {
  margin: 0 0 8px;
  color: #fff;
}
.contact-box .item-blocks {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    margin-left: 0;
}
.contact-box .item-blocks .item--label {
  font-weight: 600;
  margin-right: 5px;
  color: #fff;
  min-width: 60px;
  font-size: 16px;
  font-family: Roboto Condensed,sans-serif;
  line-height: 28px;
}
.contact-box .item-blocks .item--value {
  color: #fff;
}
.contact-box iframe {
  width: 101%;
  height: 200px;
  border: none;
  border-radius: 35px;
  margin: 0;
}



.man.one{
    margin: 0 !important;
    color: #171717 !important;
    font-size: 32px;
    line-height: 45px;
    margin: 0;
    font-weight: 600;
    text-align: center;
    font-family: Roboto Condensed,sans-serif;
}
.man.two{
    color: #171717 !important;
    font-size: 32px;
    line-height: 45px;
    margin: 0;
    font-weight: 600;
    text-align: center;
    font-family: Roboto Condensed,sans-serif;
}


















/* Timeline */
.timeline-container {
    display: flex;
    padding: 50px 20px;
    height: 470px;
}

.timeline-circle {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #c40000;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    top: 100px;
    left: 0;
    z-index: 10;
}

.timeline-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    position: relative;
}

.timeline-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 10px;
    background-color: #c40000;
    z-index: 0;
    width: 2500px;
}

.timeline-wrapper {
    display: inline-flex;
    position: relative;
    z-index: 1;
    padding: 70px 0;
}

.timeline-block {
    background: #fff;
    border: 2px solid #c40000;
    border-radius: 4px;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    width: 200px;
    margin: 0 30px;
    position: relative;
    flex-shrink: 0;
}
.timeline-block::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 10px;
    height: 15px;
    background-color: #c40000;
    transform: translateX(-50%);
}

.timeline-block:nth-child(1n) {
    transform: translateY(-5px) !important;
}

.timeline-block:nth-child(even) {
    transform: translateY(125px) !important;
}

.timeline-block:nth-child(even)::after {
    top: auto;
    bottom: 100%;
}

.timeline-block:first-child::before {
    display: none;
}

.timeline-scroll::-webkit-scrollbar {
    height: 8px;
}

.timeline-scroll::-webkit-scrollbar-thumb {
    background: #c40000;
    border-radius: 4px;
}
@media (min-width: 360px) and (max-width: 768px) {
    .timeline-container {
  display: flex;
  padding: 50px 0px;
  height: 455px;
}
    .timeline-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #c40000;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    top: 135px;
    left: 0;
    z-index: 10;
}
}
.btn-bnx{
    background: transparent;
    border: none;
    box-shadow: none;
}




/* why choose us */
.lml-2 {
  font-size: 2rem;
  font-weight: 300;
}
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none !important;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  box-shadow: none;
  font-size: 25px;
}

.carousel-btn.left-btn {
  left: -30px;
}

.carousel-btn.right-btn {
  right: -30px;
}

@media (max-width: 768px) {
  .belief-container {
    width: 100%;
    padding: 30px 0;
  }

  .carousel-btn {
    position: relative;
    width: 40px;
    height: 40px;
  }

  .carousel-btn.left-btn {
    left: 5px;
    margin-top: 30px;
  }

  .carousel-btn.right-btn {
    right: 5px;
    margin-top: 30px;
  }

  .belief-card {
    flex: 0 0 160px;
    height: 160px;
  }

  .belief-card.active {
    transform: scale(1.05);
  }
}

  .belief-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 30px auto;
  }

  .carousel-btn {
    background: none;
    border: none;
    cursor: pointer;
  }

  .belief-container {
    overflow: hidden;
    width: 800px;
    padding: 50px 0;
  }

  .belief-track {
    display: flex;
    gap: 40px;
    will-change: transform;
    transition: transform 0.5s ease;
    margin: 0 20px;
  }

  .belief-card {
    flex: 0 0 220px;
    height: 180px;
    background: #fff;
    border: 2px solid #c40000;
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
    transform: scale(0.9);
    text-align: center;
    transition: all 0.3s ease;
  }

  .belief-card.active {
    transform: scale(1.2);
    opacity: 1;
    border-width: 3px;
    z-index: 1;
  }

  .belief-icon {
    background: #fff;
    border: 2px solid #c40000;
    border-radius: 50%;
    font-size: 28px;
    padding: 15px;
    margin-bottom: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 75px;
    height: 75px;
    line-height: 44px;
  }

  .belief-card span {
    font-size: 16px;
    font-weight: 600;
  }

  @media (max-width: 768px) {
    .belief-container {
      width: 90%;
    }

    .belief-card {
      flex: 0 0 180px;
    }

    .belief-card.active {
      transform: scale(1.0);
    }
  }









/* Industries we serve */
.industries-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 10px auto 0;
}

.industries-container {
  overflow: hidden;
  width: 800px;
  padding: 50px 0;
}

.industries-track {
  display: flex;
  gap: 40px;
  transition: transform 0.5s ease;
  margin: 0 20px;
}

/* Wrapper for card and label */
.industries-card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 220px;
}

/* Red border box only for image */
.industries-card {
  width: 100%;
  background: #fff;
  /* border: 2px solid #c40000; */
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  opacity: 0.7;
  transform: scale(0.9);
  transition: all 0.3s ease;
  padding: 0;
}

.industries-card.active {
  transform: scale(1.2);
  opacity: 1;
  border-width: 3px;
  z-index: 1;
  margin-bottom: 30px;
}

.industries-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* Name below image box */
.industry-label {
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 20px;
}


.industries-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  box-shadow: none;
}

.industries-btn.industries-left-btn {
  left: -30px;
}

.industries-btn.industries-right-btn {
  right: -30px;
}

@media (max-width: 768px) {
  .industries-container {
    width: 100%;
    padding: 30px 0;
  }

  .industries-btn {
    width: 40px;
    height: 40px;
    position: relative;
  }

  .industries-btn.industries-left-btn {
    left: 5px;
  }

  .industries-btn.industries-right-btn {
    right: 5px;
  }

  .industries-card-wrapper {
    flex: 0 0 160px;
  }

  .industries-card.active {
    transform: scale(1.05);
  }
}







.read-more-content {
    display: none;
}

.read-more-toggle {
    color: #007bff;
    cursor: pointer;
    font-weight: 500;
    text-decoration: underline;
    margin-left: 5px;
}
.img-title{
    margin: 10px 0;
    text-align: center !important;
    font-size: 18px;
    color: #383838;
    font-weight: 600;
    font-family: Roboto Condensed,sans-serif;
}


















/* timeline CSS starts here */

.hitech-timeline-section {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 60px 0;
    background: #ffffff;
}

.hitech-timeline-scroll {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    cursor: grab;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.hitech-timeline-scroll:active {
    cursor: grabbing;
}

.hitech-timeline-scroll::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.hitech-timeline-scroll::-webkit-scrollbar-thumb {
    background: transparent;
}

.hitech-timeline-inner {
    position: relative;
    width: 4000px;
    height: 520px;
}

.hitech-road {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    pointer-events: none;
}

.hitech-item {
    position: absolute;
    width: 360px;
    transform: translateX(-50%);
    text-align: center;
    cursor: pointer;
}

.hitech-item.top {
    top: 100px;
}

.hitech-item.bottom {
    bottom: 120px;
    display: flex;
    flex-direction: column-reverse;
}

.year-circle {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    border: 8px solid #9c9c9c;
    background: #ffffff;
    font-size: 22px;
    font-weight: 700;
    color: #8c8c8c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    transition: all 0.35s ease;
}

.hitech-item.top .year-circle {
    margin-top: 90px;
}

.hitech-item.bottom .year-circle {
    margin-bottom: 90px;
}

.road-dot {
    width: 14px;
    height: 14px;
    background: #9c9c9c;
    border-radius: 50%;
    margin: 6px auto;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.road-connector {
    width: 4px;
    height: 80px;
    margin: 12px auto;
    background: repeating-linear-gradient(
        to bottom,
        #9c9c9c,
        #9c9c9c 4px,
        transparent 4px,
        transparent 8px
    );
    transition: all 0.3s ease;
}

.content-wrap {
    display: flex;
    justify-content: center;
}

.content-box {
    background: #ece9e9;
    padding: 10px 5px;
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
    max-width: 280px;
    box-sizing: border-box;
    text-align: center;
    transition: all 0.35s ease;
}

.hitech-item:not(.active) .content-box {
    opacity: 0.5;
}

.hitech-item.active {
    z-index: 3;
}

.hitech-item.active .year-circle {
    border-color: #c90000;
    color: #c90000;
    transform: scale(1.15);
}

.hitech-item.active .content-box {
    background: #c90000;
    color: #ffffff;
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgb(201, 0, 0, 0.15);
}

.hitech-item.active .road-dot {
    background: #c90000;
}

.hitech-item.active .road-connector {
    background: repeating-linear-gradient(
        to bottom,
        #c90000,
        #c90000 4px,
        transparent 4px,
        transparent 8px
    );
}

.hitech-item:first-child .year-circle {
    animation: pulseStart 1.5s ease-out 1;
}

@keyframes pulseStart {
    0% { transform: scale(1); }
    40% { transform: scale(1.12); }
    100% { transform: scale(1); }
}
/* timeline CSS ends here */

.floating-enquiry-btn {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 9999;
    background: #c40000;
    color: #fff;
    padding: 16px 28px;
    border-radius: 50px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.2s, box-shadow 0.2s;
    display: flex;
    align-items: center;
    gap: 10px;
}
.floating-enquiry-btn:hover {
    background: #c0392b;
    box-shadow: 0 6px 24px rgba(0,0,0,0.3);
    text-decoration: none;
    color: #fff;
}