.geometries_sec_inner_right .mgeometrySwiper{
    margin-bottom: 10px;
  }
  /* .geometries_sec_inner_right .mgeometrySwiper {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 40px;
  } */
  .geometries_sec_inner_right .mgeometrySwiperThumb .swiper-slide{
    border: 1px solid #cccccc;
    padding: 5px;
  }
  .geometries_sec_inner_right .mgeometrySwiperThumb .swiper-slide.swiper-slide-thumb-active{
    border: 1px solid #002395;
    padding: 5px;
  }
  .geometries_sec_inner_right .swiper-button-next, .geometries_sec_inner_right .swiper-rtl .swiper-button-prev {
    right: -30px;
    width: 100px;
    transform: rotate(90deg);
    bottom: auto;
    top: 35%;

  }
  .geometries_sec_inner_right .swiper-button-prev, .geometries_sec_inner_right .swiper-rtl .swiper-button-next {
    right: -30px;
    left: auto;
    width: 100px;
    transform: rotate(90deg);
    bottom: auto;
    top: 10%;
  }

.hero-inner-page-heading {
  font-size: 2rem;
}

@media (min-width: 700px) {
  .hero-inner-page-heading {
    font-size: 3rem; 
  }
}


@media (min-width: 768px) {
  .contactus{
    margin-top: -80px;
  }
}


.events_main_inner {
  height: 20rem;
}


.navigation-links {
  justify-content: center;
  /* margin-bottom: 10px; */
  font-size: 14px;
}


/* Ensure navigation and follow-us section stack on smaller screens */
@media (max-width: 540px) {
  .header-right-bottom {
    /* flex-direction: column; */
    gap: 20px;
  }

  .navigation-links {
    justify-content: center;
    /* margin-bottom: 10px; */
  }

  .follow-us h2 {
    font-size: 18px;
  }

  .social-links a {
    font-size: 16px; /* Adjust icon size for smaller screens */
  }
}

/* Custom styles for links and icons */
.nav-link {
  color: white;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.social-links a {
  color: white;
  transition: transform 0.3s ease;
}

.social-links a:hover {
  transform: scale(1.1);
}


@media (min-width: 540px) {
  .hero-inner-page{
    padding: 150px 10px 100px 10px;
  }
}

@media (min-width: 768px) {
  .about_tools {
    top: -50px;
    position: relative; 
    z-index: 100; 
  }
}

.drills-hero-img {
  height: 15rem; 
  object-fit: cover;
}

@media (min-width:992px) {
  
.about-right {
  padding: 2rem 0 0 0; 
}

}

.drill-geometries-section {
  padding: 20px 0;
}

.section-title-whyChoose {
  font-size: 2rem;
  font-weight: 700;
  color: #002395; /* Dark blue color for the title */
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.drill-image {
  width: 20rem; /* Adjust the image size */
}

@media (min-width: 768px) {
  .drill-image {
    width: 25rem; /* Adjust the image size */
    height: 3rem;
  }
}

.section-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #333333; 
  font-family: "Montserrat";
}

/* Section Styling */
.specification-section {
  padding: 30px 0;
}

h3 {
  color: #003366;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

/* Table Styling */
.table {
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  color: #002395;
}

.table th {
  font-weight: 400;
  padding: 12px;
  background-color: #B6C7FF24;
  border-color: #ddd;
  color: #002395;
}

.table td {
  padding: 12px;
  background-color: #B6C7FF24;
}

/* Material Table Styling */
.material-table {
  width: 100%;
  border-collapse: collapse;
}

.material-row {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
}

.material-cell {
  flex: 1;
  padding: 10px;
  font-size: 1rem;
  font-weight: bold;
  /* color: #002395; */
}

.material-cell:first-child {
  flex: 0.2;
  text-align: center;
  font-size: 1.25rem;
}

/* Material Row Colors */
.material-blue {
  background-color: #03BAFC;
  color: #fff;
}

.material-yellow {
  background-color: #FEF26A;
}

.material-red {
  background-color: #DE664E;
}

.material-green {
  background-color: #8CBD6E;
}

.material-orange {
  background-color: #F6B55B;
}

.material-grey {
  background-color: #C6C6C6;
}

/* Icon Styling */
.material-icon {
  float: right;
}

.optimal {
  color: rgb(33, 32, 32);
  font-size: 2.5rem;
  position: relative;
}

.secondary {
  color: grey;
}

/* Legend Styling */
.legend {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
}

.legend-item {
  font-size: 0.9rem;
}

.optimal-legend {
  color: black;
}

.secondary-legend {
  color: grey;
}


.testimonial-section-img {
  position: relative;
  left: 10rem;
  top: 5rem;
  z-index: 100;
  margin-bottom: 10rem;
}

@media (min-width: 1200px) {
  .testimonial-section-img {
    position: relative;
    left: 11rem;
    top: 5rem;
  }
}

@media (min-width: 1400px) {
  .testimonial-section-img {
    position: relative;
    left: 12rem;
    top: 5rem;
  }
}

.testimonial-title {
  padding-bottom: 10px ;
}

.test-right-main {
  margin: 0 10px 0 10px;
}

.blog-title {
  /* padding-bottom: 20px; */
  padding-top: 1rem;
}

@media (max-width: 992px) {
  .blog-title {
    padding-bottom: 20px;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .resource_blog .resource-row .swiper-slide {
    flex-basis: 100%;
    max-width: 50%;
  }
  .resource_blog .resource-row .swiper-slide:hover {
    flex-basis: calc(100% * 1/5);
    flex-basis: 100%;
    max-width: calc(100% * 1/5);
    max-width: 100%;
  }
}


.footer-big-img {
  height: 15rem;
  opacity: 1 !important;
  border: 1px solid #000F41;
  border-radius: 5%;
}

@media (min-width: 768px) {
  .footer-big-img {
    height: 70%;
  }
}

@media (min-width:768px) and (max-width: 992px) {
  .footer-left-inner {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  padding: 0 12px;
}

  .footer-left-inner h2{
    color: #002395;
    font-size: 20px;
    padding-bottom: 10px;
  }
}


@media (min-width: 992px) {
  .teal-lead-bg {
    position: absolute;
    width: 30rem;
    height: 15rem;
    left: 0rem;
  }
}


@media (max-width: 991px) {
  .teal-lead-bg {
    position: absolute;
    width: 20rem;
    height: 10rem;
    left: 0rem;
  }
}

@media (min-width: 1200px) {
  .events-title {
    width: 10%;
  }
   .footer-big-img {
    height: 67%;
  }
}



@media (min-width: 992px) {
  .blogs-bg {
    position: absolute;
    width: 30rem;
    height: 12rem;
    left: 0rem;
    top: -20px;
  }
}


@media (max-width: 991px) {
  .blogs-bg {
    position: absolute;
    width: 20rem;
    height: 7rem;
    left: 0rem;
    top: 0px;
  }
}


@media (min-width: 1400px) {
  .events-bg {
    position: absolute;
    width: 30rem;
    height: 12rem;
    left: 0rem;
    bottom: 100px;
  }
}

@media (min-width: 992px) {
  .events-bg {
    position: absolute;
    max-width: 30rem;
    height: 12rem;
    left: 0rem;
    bottom: 100px;
  }
}


@media (max-width: 991px) {
  .events-bg {
    position: absolute;
    width: 20rem;
    height: 7rem;
    left: 0rem;
    bottom: -20px;
  }
}

.fame-title {
  padding-bottom: 20px;
}


/* Our Expertise*/

@media (max-width: 767px){
    .expertise-left .swiper-button-next {
    top: 35% ;
}

.stats .swiper-button-next, .stats .swiper-rtl .stats .swiper-button-prev {
    right: 10%;
  }
  .stats .swiper-button-prev, .stats .swiper-rtl .stats .swiper-button-next {
    left: 35% ;
  }

}

@media (min-width: 768px) {

.stats .swiper-button-next, .stats .swiper-rtl .stats .swiper-button-prev {
    right: 30%;
  }
  .stats .swiper-button-prev, .stats .swiper-rtl .stats .swiper-button-next {
    left: 40% ;
  }

}
@media (min-width: 576px) and (max-width: 768px) {
.stats .swiper-button-next, .stats .swiper-rtl .stats .swiper-button-prev {
    right: 15%;
  }
  .stats .swiper-button-prev, .stats .swiper-rtl .stats .swiper-button-next {
    left: 35% ;
  }

}


@media (max-width: 400px) {
    
.stats .swiper-button-next, .stats .swiper-rtl .stats .swiper-button-prev {
    right: -15%;
  }
  .stats .swiper-button-prev, .stats .swiper-rtl .stats .swiper-button-next {
    left: 30% ;
  }
    
    .footer-right-bottom {
    padding: 10px 20px;
    flex-direction: column;
    row-gap: 10px;
}

    .footer-right-bottom h2 {
    font-size: 1rem ;
}

.footer {
    font-size: 12px ;
}

.btn-get-started1 {
    font-size: 14px;
    letter-spacing: 0px;
    padding: 10px 10px;
  }

}
    
.footer-right-2-inner .contact-links-1 span i {
  line-height: 0 !important ;
  padding-top: 0 !important ;
}

.contactus_icon {
    font-size: 20px;
}

.map_icon {
    font-size: 20px ;
}


.f-key_advantages {
    margin-top: 0rem;
}



@media (max-width: 320px) {
    .btn-get-started1 {
    font-size: 8px;
    letter-spacing: 0px;
    padding: 5px 5px;
  }
}


@media (min-width: 992px) {
    .geometries_sec_inner-f {
    padding-bottom: 10rem !important ;
}

.f-key_advantages {
    margin-top: -10rem;
}

}

geometries_sec_inner-f {
     padding-bottom: 0rem !important ;
}


.swiper-slider .swiper-wrapper {
    display: flex;
    flex-direction: row !important;
}

@media (max-width: 991px) {
    .swiper-slider .swiper-wrapper {
    display: flex;
    flex-direction: row !important;
}

.swiper-slider .swiper-wrapper .swiper-slide {
    margin-right: 10px;
}

.geometries_sec_inner_right .swiper-button-prev {
    left: 10%;
    top: 45%;
    transform: rotate(0deg);
}

.geometries_sec_inner_right .swiper-button-next {
    right: 10%;
    top: 45%;
    transform: rotate(0deg);
}

.features_sec {
    margin-top: -10rem;
}

.geometries_sec_main .nav-pills .nav-link {
    padding: 15px 10px;
}

.contactus_right .contactus_right_inner span i {
    font-size: 1.2rem;
}

.meet_leaders_inner .meet_leaders_text{
  position: absolute;
  bottom: 24px;
  left: 10px;
  padding: 20px;
  z-index: 2;
}
.meet_leaders_inner::after{
  content: '';
  width: 70px;
  height: 50px;
  background-color: #002395;
  position: absolute;
  bottom: 40px;
  left: 1px;
  z-index: 1;
}

}

@media (min-width: 768px) and (max-width: 992px) {
    .meet_leaders_inner .meet_leaders_text{
  position: absolute;
  bottom: 24px;
  left: 10px;
  padding: 20px;
  z-index: 2;
}
.meet_leaders_inner::after{
  content: '';
  width: 70px;
  height: 50px;
  background-color: #002395;
  position: absolute;
  bottom: 45px;
  left: 2px;
  z-index: 1;
}
}

@media (min-width: 992px) and (max-width: 1199px) {

 .meet_leaders_inner .meet_leaders_text{
  position: absolute;
  bottom: 35px;
  left: 10px;
  padding: 0px;
  z-index: 2;
}

 .meet_leaders_inner .meet_leaders_text h2{
  font-size: 14px;
}

 .meet_leaders_inner .meet_leaders_text p{
  font-size: 10px;
}

}


.contact-btn-fixed {
  display:none;
}


@media (min-width: 992px) {
    .swiper-slider .swiper-wrapper {
    flex-direction: column !important;
}

 .meet_leaders_inner .meet_leaders_text{
  position: absolute;
  bottom: 34px;
  left: 10px;
  padding: 0px;
  z-index: 2;
}

.meet_leaders_inner::after{
  left: 1px;
}

.contact-btn-fixed {
    display: block;
  position: fixed;
  top: 50%;
  right: 10px; /* Adjust for how far from the right you want it */
  transform: translateY(-50%); /* Centers the button vertically */
  z-index: 999;
  background-color: var(--accent-color);
  color: #fff;
  font-size: 1rem;
  letter-spacing: 1px;

    font-family: var(--heading-font);
    font-weight: 700;
    padding: 10px 25px;
    border-radius: 10px;
    transition: 0.5s;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: skew(-20deg);
    /*position: relative;*/

}

.contact-btn-fixed a {
    color: #fff;
    transform: skew(20deg);
    display: inline-block;
}

.contact-btn-fixed:hover {
    color: #fff;
    background-color: #002395;
}

}

.footer-text-transparent {
    opacity: 0.7 !important;
}


.footer-download-btn {
    display: block;
    background-color: var(--accent-color);
    color: #fff;
    font-size: 1rem;
    letter-spacing: 1px;
    font-family: var(--heading-font);
    font-weight: 700;
    padding: 10px 25px;
    border-radius: 10px;
    transition: 0.5s;
    overflow: hidden;
    transform: skew(-20deg);
    width: fit-content;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: -1rem;
}

.footer-download-btn:hover {
    color: #fff;
    background: #002395 !important;
}

@media (max-width: 400px) {
    .footer-download-btn {
        top: 50%;
    }
}

@media (min-width: 401px) and (max-width: 767px) {
    .footer-download-btn {
        top: 65%;
    }
}

@media (min-width: 768px) {
    .footer-download-btn {
        padding: 15px 25px;
    }
}

.footer-download-btn:hover {
    color: #fff;
    background-color: blue;
}

.footer-download-btn a {
        color: #fff;
    transform: skew(20deg);
    display: inline-block;
}


@media (min-width: 992px) {
    .testimonial_sec {
    padding-bottom: 0 !important;
}
}




    .fab-container {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 99999;
    }
    
    
    /* Main FAB button */
    .fab {
      /*background-color: #ff6b6b;*/
      /*background-color: #4154F1;*/
      /*color: white;*/
         color: #24366a;
    background-color: rgba(255, 255, 255, 0.5);
      border-radius: 50%;
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      font-size: 24px;
      cursor: pointer;
      position: relative;
      transition: all 0.3s ease;
      margin-bottom: 0rem;
      right: -0.5rem;
    }

    /* Expand circle animation */
    .fab.active::after {
      content: '';
      position: absolute;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: rgba(65, 84, 241, 0.5);
      animation: expand 0.4s forwards;
      z-index: -1;
    }
    
    .fab:hover {
      background-color: #4154F1;
      color: white;
    }

    @keyframes expand {
      0% {
        transform: scale(1);
        opacity: 1;
      }
      100% {
        transform: scale(2.5);
        opacity: 0;
      }
    }

    /* Additional action buttons */
    .fab-option {
      background-color: #ffffff;
      color: #ff6b6b;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      font-size: 20px;
      cursor: pointer;
      position: absolute;
      opacity: 0;
      transform: scale(0);
      transition: all 0.3s ease;
    }

    /* Visible state for options when active */
    .fab-container.active .fab-option {
      opacity: 1;
      transform: scale(1);
    }

    /* Positioning icons around the main button in an arc */
    .fab-option.phone {
      top: -80px;
      right: 0px;
      transition-delay: 0.1s;
      color: blue;
    }

    .fab-option.whatsapp {
      top: -60px;
      right: 80px;
      transition-delay: 0.2s;
      color: green;
    }

    .fab-option.email {
      top: 20px;
      right: 100px;
      transition-delay: 0.3s;
      color: red;
    }

    /* Transition for + to X */
    .fab.active span {
      transform: rotate(45deg);
      transition: transform 0.3s ease;
    }

 /* Pulse animation for main button */
    .fab::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background-color: rgba(65, 84, 241, 0.5);
      animation: pulse 1.5s infinite ease-in-out;
      z-index: -1;
    }


    @keyframes pulse {
      0% {
        transform: scale(1);
        opacity: 1;
      }
      100% {
        transform: scale(1.5);
        opacity: 0;
      }
    }
   
    
    
    .expertise .swiper-button-prev {
    right: -10px;
    left: auto;
    width: 100px;
    rotate: 90deg;
    top: 40%;
    }
    
        .expertise .swiper-button-next {
    right: -10px;
    left: auto;
    width: 100px;
    rotate: 90deg;
    top: 50%;
    }
    
    
    @media (min-width: 992px) and (max-width: 1050px) {
            .expertise .swiper-button-prev {
    right: -3%;
    }
    
    .expertise .swiper-button-next {
    right: -3%;
    }
    }
    
        @media (min-width: 1200px) and (max-width: 1250px) {
            .expertise .swiper-button-prev {
    right: -2%;
    }
    
                .expertise .swiper-button-next {
    right: -2%;
    }
    }
    
            @media (min-width: 1500px) and (max-width: 1599px) {
            .expertise .swiper-button-prev {
    right: 1%;
    }
    
                .expertise .swiper-button-next {
    right: 1%;
    }
    }
    
                @media (min-width: 1600px) and (max-width: 1699px) {
            .expertise .swiper-button-prev {
    right: 3%;
    }
    
                .expertise .swiper-button-next {
    right: 3%;
    }
    }
    
                @media (min-width: 1700px) and (max-width: 1849px) {
            .expertise .swiper-button-prev {
    right: 7%;
    }
    
                .expertise .swiper-button-next {
    right: 7%;
    }
    }
    
                @media (min-width: 1850px)  {
            .expertise .swiper-button-prev {
    right: 10%;
    }
    
                .expertise .swiper-button-next {
    right: 10%;
    }
    }
    
    
    .about-img-title {
        font-size: 1rem;
        bottom: -0.25rem;
        right:5%;
        font-weight: 700;
    }
    
      @media (max-width: 300px) {
        .about-img-title {
            font-size: 0.4rem !important;
             bottom: -0.4rem;
        }
        
        .expertise-left .expertise-left-inner p {
            font-size: 12px;
        }
        
        .expertise .swiper-button-prev {
            display: none;
        }
        
        .expertise .swiper-button-next {
            display: none;
        }
        
        .about-right-inner {
            display:flex;
            flex-direction: column;
        }
        
        .about-right-inner-text {
            margin-top: 1rem;
        }
        
        .footer-right-inner{
          height: 85%;
}
    }
    
    @media (min-width:301px) and (max-width: 400px) {
        .about-img-title {
            font-size: 0.5rem !important;
             bottom: -0.4rem;
        }
        
         .about-right-inner {
            display:flex;
            flex-direction: column;
        }
        
        .about-right-inner-text {
            margin-top: 1rem;
        }
    }
    
    @media (max-width: 550px) {
        .about-img-title {
            font-size: 0.7rem;
        }
    }
    
        @media (min-width: 768px) {
         .about-img-title {
            font-size: 1.2rem;
             right:7%;
        }
    }
    
    @media (min-width: 992px) {
         .about-img-title {
            font-size: 1.2rem;
             right:4%;
             bottom: -0.4rem;
        }
        
        .footer-right-inner{
          height: 76%;
          margin-top: 2rem;
}
    }

    @media (min-width: 1200px) {
         .about-img-title {
            font-size: 1.2rem;
             right:7%;
             bottom: -0.25rem;
        }
    }
    
      @media (max-width: 500px) {
        .products .product-row .swiper-slide {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .products .product-row .swiper-slide:hover {
    flex-basis: calc(100% * 1/5);
    flex-basis: 100%;
    max-width: calc(100% * 1/5);
    max-width: 100%;
  }
    }
    
    
    @media (max-width: 819px) {
        .products .product-row .swiper-slide {
    flex-basis: 50%;
    max-width: 50%;
  }
  .products .product-row .swiper-slide:hover {
    flex-basis: calc(100% * 1/5);
    flex-basis: 50%;
    max-width: calc(100% * 1/5);
    max-width: 50%;
  }
    }