html,
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --primary-color: #00ffff;
  --secondary-color: #00152e;
  --bg-color: #ffffff;
  --font-primary: #010f3c !important;
}

.fw-900 {
  font-weight: 900;
}
.fw-500 {
  font-weight: 500;
}
/* #pointer-dot {
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border: 2.5px solid #0066ff;
  position: fixed;
  border-radius: 4px;
  z-index: 2000;
  pointer-events: none;
  transition: border-color 0.5s;
}

#pointer-ring {
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  padding: 15px;
  border: 2px solid #0066ff;
  position: fixed;
  border-radius: 100px;
  z-index: 2002;
  pointer-events: none;
} */

html {
  /* cursor: none !important; */
}

a,
button {
  /* cursor: pointer !important; */
}

#wrap {
  width: 100%;
  padding: 50px 0;
}
#slider1 {
  width: 100%;
  margin: 0 auto 10px;
}
.serveCompanyLogo {
  width: 50%;
  height: 50%;
}
.custom-container {
  padding: 25px;
  margin-top: 50px;
  width: 33%;
  transition-duration: 0.3s;
  transition-property: box-shadow, transform;
}
.custom-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #495057;
}
.custom-text {
  font-size: 16px;
  line-height: 1.5;
  color: #6c757d;
}
.imageSlider {
  flex-shrink: 0;
  width: 150px; /* Fixed width for each item */
  margin-right: 10px; /* Space between items */
}
.imageSlider img {
  width: 50%;
  height: 50%;
}
.marquee__group1 {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 2rem;
  min-width: 100%;
  animation: scroll 10s linear infinite;
}
#marquee1 {
  display: flex;
  overflow: hidden;
}
#marquee {
  margin-top: 60px;
  display: flex;
  overflow: hidden;
}
.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 2rem;
  min-width: 100%;
  animation: scroll1 10s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100% - 2rem));
  }
}
@keyframes scroll1 {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX((calc(100% - 2rem)));
  }
}
.aboutus-section {
  padding: 90px 0;
}
.aboutus-title {
  font-size: 30px;
  letter-spacing: 0;
  line-height: 32px;
  margin: 0 0 39px;
  padding: 0 0 11px;
  position: relative;
  text-transform: uppercase;
  color: #000;
}
.aboutus-title::after {
  background: #fdb801 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 54px;
}
.aboutus-text {
  color: #606060;
  font-size: 13px;
  line-height: 22px;
  margin: 0 0 35px;
}

a:hover,
a:active {
  color: #ffb901;
  text-decoration: none;
  outline: 0;
}
.aboutus-more {
  border: 1px solid #fdb801;
  border-radius: 25px;
  color: #fdb801;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 7px 20px;
  text-transform: uppercase;
}
.feature .feature-box .iconset {
  background: #fff none repeat scroll 0 0;
  float: left;
  position: relative;
  width: 10%;
}
.feature .feature-box .iconset::after {
  background: var(--primary-color) none repeat scroll 0 0;
  content: "";
  height: 52%;
  left: 38%;
  position: absolute;
  top: 100%;
  width: 1px;
}

.feature .feature-box .feature-content h4 {
  color: #0f0f0f;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0 0 5px;
}

.feature .feature-box .feature-content {
  float: left;
  padding-left: 28px;
  width: 78%;
}
.feature .feature-box .feature-content h4 {
  color: #0f0f0f;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0 0 5px;
}
.feature .feature-box .feature-content p {
  color: #606060;
  font-size: 13px;
  line-height: 22px;
}
.icon {
  padding: 0px;
  font-size: 40px;
  border: 1px solid var(--primary-color);
  border-radius: 100px;
  font-size: 28px;
  height: 60px;
  line-height: 70px;
  text-align: center;
  width: 60px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.footer {
  background: #2e2a2b;
  padding-top: 20px;
  color: #fff;
}
.footer-info h3 {
  border-left: 4px solid var(--primary-color);
  padding-left: 5px;
}

.footer-links ul {
  list-style: none;
  padding-left: 10px;
}
.footer-links li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  line-height: 3;
}

.footer-links a {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  transition: 0.2s ease;
  letter-spacing: 0.5px;
  padding-left: 10px;
}
.footer-links h4,
.footer-contact h4 {
  display: flex;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

.footer-links h4::after,
.footer-contact h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, var(--primary-color) 30%, #555 30%);
}
.social-links {
  padding-top: 10px;
}
.social-links a {
  color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  padding: 10px;
  margin-right: 5px;
  background: #5e5252;
  text-align: center;
}
.social-links i {
  font-size: 20px;
}
.copyright_container {
  opacity: 0.8;
  text-align: center;
  color: #fff;
  padding-top: 5px;
}
.section-title,
.column-title {
  font-size: 36px;
  font-weight: 300;
  color: #101010;
  margin-bottom: 70px;
}

.section-title span,
.column-title span {
  font-weight: 700;
}

.title-small {
  font-size: 30px;
  font-weight: 700;
}

.column-title {
  margin-bottom: 30px;
}

.column-title-large {
  font-size: 48px;
  margin-bottom: 50px;
}

.ts-title {
  font-size: 24px;
  font-weight: 600;
}

.title-light {
  font-weight: 300;
}

.title-small-regular {
  font-weight: 400;
}

.black-color {
  color: #101010 !important;
}

.title-white {
  color: #fff;
}

.title-bg-small {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 15px;
  color: #fff;
  background: #101010;
  display: inline-block;
  padding: 3px 18px;
  text-transform: uppercase;
}
.primary-bg {
  background: #e80000;
}
.history-area,
#servicessection {
  padding: 100px 0;
  position: relative;
  min-height: 100vh;
}
#servicessection,
.history-area,
.choose-us-section {
  background-color: transparent;
  background-image: radial-gradient(at center center, #e0e8f7 0%, #ffffff 100%);
}
#history-slid .history-content {
  background: #fff;
  padding: 35px;
  padding-left: 14px;
}

#history-slid .carousel-inner {
  margin-bottom: 45px;
}

#history-slid .carousel-item {
  background: #fff;
}

#history-slid .carousel-indicators {
  position: relative;
  left: 0%;
  z-index: 5;
  width: 100%;
  padding-left: 0;
  margin-left: 0%;
  text-align: center;
  list-style: none;
}

#history-slid .carousel-indicators:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 15px;
  background-color: #ddd;
  z-index: -1;
}

#history-slid .carousel-indicators li {
  display: inline-block;
  width: 70px;
  height: 35px;
  line-height: 35px;
  margin: 0 35px;
  text-indent: 0px;
  cursor: pointer;
  color: #101010;
  border: 0px solid #fff;
  border-radius: 0px;
  margin-top: 40px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

#history-slid .carousel-indicators li:before {
  position: absolute;
  top: 10px;
  /* left: 50%; */
  display: inline-block;
  width: 12px;
  height: 12px;
  content: "";
  border-radius: 50%;
  background: #101010;
  margin-left: 8px;
}

#history-slid .carousel-indicators li.active {
  line-height: 35px;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
  color: #e80000;
  background: #fff;
}

#history-slid .carousel-indicators li.active::before {
  background: #e80000;
}

#history-slid .carousel-indicators li.active:after {
  position: absolute;
  top: 6px;
  /* left: 44%; */
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  border-radius: 50%;
  margin-left: -32px;
  border: 1px solid #e80000;
}

#history-slid .carousel-item-next,
#history-slid .carousel-item-prev,
#history-slid .carousel-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service-box {
  text-align: center;
  margin-bottom: 30px;
}
.hexagon {
  width: 60px;
  height: 60px;
  background-color: #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(25% 0, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  margin: auto;
}
.hexagon i {
  font-size: 24px;
}
.service-box h4 {
  font-weight: bold;
  margin-top: 15px;
}
#marqueeTech {
  margin-top: 60px;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.marquee_group_tech {
  display: block;
  position: absolute;
  width: 100%;
  animation: scrollVertical 5s linear infinite;
}
.marquee_group_tech:nth-child(2) {
  top: 115%;
}
.imagetechSlider {
  text-align: center;
  margin-bottom: 20px;
}
.imagetechSlider img {
  width: 15%;
  height: 15%;
}

.cloudmins-btn {
  background: var(--primary-color);
  border-radius: 3em 3em 3em 3em;
  padding: 10px 30px;
  font-weight: 600;
  color: var(--font-primary);
  width: max-content;
  text-decoration: none;
}
.navbar-light .navbar-brand {
  font-weight: 700;
  color: var(--font-primary);
  font-size: 25px;
}
.navbar-nav {
  font-weight: 700;
  font-size: 14px;
}
.navbar-light .navbar-nav .nav-link {
  color: black;
}
.nav-item {
  padding: 1px 10px;
  transition: color 0.15sease-in-out, background-color 0.15sease-in-out,
    border-color 0.15sease-in-out;
}
.nav-item:hover {
  background: #00ffff20;
  border-radius: 5px;
  color: var(--font-primary);
  /* padding: 1px 10px; */
}
.nav-link:hover {
  color: var(--font-primary);
}
.cloudmins-container {
  top: 70px;
  overflow: hidden;
}
.industry-card .industyicon{
  font-size: 24px;
}
@keyframes scrollVertical {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
header {
  text-align: center;
}
.section-header {
  display: inline-block;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
}

.section-header::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 40px; /* Adjust width as needed */
  height: 3px; /* Adjust thickness */
  background-color: #00c853; /* Green color */
  transform: translateX(-50%);
}
.industrySection {
  background: url(./images/industry-bg.jpeg) center top no-repeat fixed;
  background-size: cover;
  padding: 100px 0 0 0;
  position: relative;
}
.industrySection::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.88);
}
.about-section {
  background: url(./images/about-bg.jpeg) center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}
.about-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
}
#services{
  background: url(./images/services-bg.svg);
  background-position: top right;
    background-repeat: no-repeat;
    background-size: 35% auto;
  position: relative;
}
#services::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
}
.index-heading{
  font-size:18px;
  font-weight: 600;
  color:var(--font-primary)
}
.aboutus{
  background: url(./images/home-bg.jpg);
  background-size: cover;
}
.purecounter {
  font-size: 30px;
  color: green;
  font-weight: 700;
}
.navbar-toggler {
  border: none;
  outline: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}
.container{
  max-width: 100%;
}
.swiper-wrapper {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}
.swiper-slide {
  width: auto !important; /* Prevent fixed widths */
}  
.swiper-pagination{
  position: relative !important;
}
.swiper-pagination-bullet-active{
  background: var(--primary-color)  !important;
}
/* Media Queries for Responsive Design */
@media (max-width: 991px) {
  .navbar-collapse {
    display: none;
    text-align: center;
    background: white;
    padding: 10px 0;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.navbar-nav .nav-item {
    margin: 8px 0;
}

/* Center the meeting button */
.cloudminds-btn {
    display: block;
    margin: 10px auto;
    text-align: center;
}

/* Show Menu When Active */
.navbar-collapse.show {
    display: block ;
}
}
@media only screen and (min-width: 375px) and (max-width: 768px) {
  .container{
    max-width: 100%;
  }
  .cloudmins-container{
    padding:0px  !important
  }
  .navbar-brand{
    padding-left:15px;
  }
  .nav-item{
    font-size: 12px;
  }
  .cloudmins-btn{
    font-size: 12px;
  }
  .navbar-light .navbar-brand{
    font-size: 20px;
  }
  #introContainer{
    padding: 0px!important;
  }
  .introContent h1,#services h1 ,.technologyHeading h1,.industryHeading h1{
    font-size: 24px;
  }
  .introContent p,.servicesContent,.technologyContent,.industryContent,.aboutus{
    font-size: 12px;
  }
  #introContainer .image img{
    width:100%;
  }
  .index-heading{
    font-size: 14px;
    display: inline-block;
    border-bottom: 2px solid var(--primary-color);
  }
  #services{
    background-size: 50% auto;
  }
  .sevicesBtn,.aboutusBtn{
    font-size:12px;
    margin-top:10px;
    border-radius: 2em;
  }
  .servicesContainer{
    flex-direction: column;
    align-items: center;
    
  }
  .servicesContainer .custom-container{
    width: 70%;
    text-align: center;
    margin: 0px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .custom-container .custom-title{
    font-size: 20px;
  }
  .custom-container .custom-text{
    font-size: 12px;
  }
  .custom-container .btn-primary{
    display: none;
  }
  #marquee1 .imageSlider,#marquee .imageSlider{
    width: 80px;
  }
  #marquee{
    margin-top: 40px;
  }
  .industryHeading{
    padding-bottom: 0px !important;
  }
  .industryContent{
    padding-top: 0px !important;
  }
  .swiper-wrapper {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
  }
  .swiper-slide {
    width: auto !important; /* Prevent fixed widths */
  }  
  .swiper-pagination{
    position: relative !important;
  }
  .swiper-pagination-bullet-active{
    background: var(--primary-color)  !important;
  }
  .aboutus-text{
    margin: 0 0 25px;
  }
  #aboutus .icon{
    height: 45px;
    width: 45px;
  }
  #aboutus .feature .feature-box .iconset::after{
    height: 238%;
    left: 35%;
  }
  .aboutusContent{
    margin-top:20px
  }
  .social-links{
    text-align: center;
  }
  .social-links a{
    border-radius: 50%;
    padding: 5px;
    width: 10%;
    display: inline-block;
  }
  .social-links a i{
    font-size: 14px;
  }
  #footer{
    font-size: 12px;
  }
  .servicesContent{
    padding: 0px  !important;
  }
  .service-box-container:last-child .service-box{
    display: flex;
    flex-direction: row-reverse;
  }
  .service-box-content{
    width: 80%;
  }
  .contact-section{
    margin: 0px 10px;
  }
  .form-container{
    padding: 10px !important;
  }
  .form-container h2{
    font-size: 16px;
  }
  .formContent{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .form-label{
    width: 20%;
    font-size: 12px;
  }
  .form-control{
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #ced4da;
    font-size:12px ;
  }
  .form-container form .btn-primary{
    background: var(--primary-color);
    border: none;
    color: var(--font-primary);
  }
  .techContainer .techStackImg{
    padding-left: 20px;
    display: none;
  }
  .techStackContainer{
    padding-top:0px!important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .techStackContainer h1{
    font-size: 20px;
    text-align: center;
    font-weight: normal;
  }
  .techStackContainer #marqueeTech{
    width: 50%;
  }
  .marquee_group_tech:nth-child(2){
    top: 45%;
  }
  .approachRow{
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .approachContent{
    width: 70%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px;
  }
  .approachContent .icon-box{
    padding-right: 10px!important;
  }
  .approachContent .icon{
    width: 50px;
    height: 50px;
  }
  .approachSteps{
    font-size: 12px;
  }
  .approachSteps h5{
    font-size: 14px;
  }
  .section-header{
    font-size: 20px;
  }
  .lead{
    font-size: 12px;
  }
  .choose-us-section .section-header{
    margin: 15px;
  }
  .innovation-box{
    display: flex;
    align-items: end;
    justify-content: end;
  }
  .innovation-box h4{
    text-align: end;
  }
  .feature-box h4{
    font-size: 16px;
  }
  .feature-box p{
    font-size: 10px;
  }
  .aboutUsContainer{
    padding: 0px;
  }
  #history-slid .history-content p{
    font-size: 12px;
  }
  #history-slid .history-content h2{
    font-size: 14px;
  }
  .purecounter{
    font-size:20px ;
  }
  .counters p{
    font-size: 12px;
  }
  .industry-card h5{
    font-size: 16px;
  }
  .industry-card p{
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .marquee_group_tech:nth-child(2) {
      top: 80%;
  }
}
@media only screen and (max-width: 1024px) {
  .container{
    max-width: 100%;
  }
  .cloudmins-container{
    padding:0px  !important
  }
  .navbar-brand{
    padding-left:15px;
  }
  .nav-item{
    font-size: 12px;
  }
  .cloudmins-btn{
    font-size: 12px;
  }
  .navbar-light .navbar-brand{
    font-size: 20px;
  }
  #introContainer .image img{
    width:100%;
  }
  #services{
    background-size: 25% auto;
  }
  .sevicesBtn{
    margin-top: 10px;
  }
  .custom-title{
    font-size: 20px;
  }
  .servicesContainer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .custom-container{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 30%;
    margin: 10px;
    height: 240px;
  }
  .custom-container .btn-primary{
    display: none;
  }
  .swiper-wrapper {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
  }
  .swiper-slide {
    width: auto !important; /* Prevent fixed widths */
  }  
  .swiper-pagination{
    position: relative !important;
  }
  .swiper-pagination-bullet-active{
    background: var(--primary-color)  !important;
  }
  .feature .feature-box .iconset::after{
    height: 117%;
    left: 29%;
  }
  .feature-box .icon{
    width: 50px;
    height: 50px;
  }
  .servicesContent,.aboutUsContainer{
    padding: 0px  !important;
  }
  .service-box-content{
    width: 75%;
  }
  .service-box-container:last-child .service-box-content{
    width: 100%;
  }
  .contact-section{
    margin: 10px;
  }
  .techContainer:nth-child(2) .row{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .techStackContainer h1{
    font-size: 24px;
  }
  .marquee_group_tech:nth-child(2){
    top: 100%;
  }
  .approachContainer{
    margin-top: 50px;
  }
  .approachRow{
    display: flex;
    justify-content: center;
  }
  .approachContent{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px;
    margin: 10px;
    width: 33%;
  }
  .choose-us-section header{
    padding-top: 30px;
  }
}
 /* @media (max-width: 768px) {
  .navbar-brand {
    font-size: 18px;
}

.cloudminds-btn {
    font-size: 14px;
    padding: 6px 12px;
}
  .container,.container-fluid{
    padding:0px
  }
  .introContent{
    padding-right:0px!important
  }
  .index-heading{
    display: inline-block;
    border-bottom:1px solid var(--primary-color)
  }
  .services .cloudmins-btn{
    margin-top:12px
  }
  .servicesContainer{
    flex-direction: column;
  }
  .servicesContainer .custom-container{
    width: 50%;
    text-align: center;
  }
  #aboutus .icon{
    height: 45px;
    width: 45px;
  }
  #aboutus .feature .feature-box .iconset::after{
    height: 238%;
  }
  #footer .social-links{
    text-align: center;
  }
  #footer .copyright{
    padding: 15px 0px;
  }
  .servicesContent,.techContent,.aboutUsContainer{
    margin:0;
    max-width:100%;
  }
  .servicessection header p{
    margin-top: 15px
  }
  .techStackContainer{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .techStackContainer #marqueeTech{
    width: 50%;
  }
  .marquee_group_tech:nth-child(2){
    top:83%;
  }
  .techContainer .techStackImg{
    display: none;
  }
  .approachRow{
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .approachContent{
    width:50%;
  }
  .choose-us-section .section-header{
    margin: 15px;
  }
  .innovation-box{
    display: flex;
    align-items: end;
    justify-content: end;
  }
  .innovation-box h4{
    text-align: end;
  }
}  */


/* General styling for containers, titles, and buttons */
/* .custom-container {
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
} */

/* .custom-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
} */

/* .custom-text {
  font-size: 1rem;
  color: #555;
  margin-bottom: 20px;
} */

/* .btn-primary {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.btn-primary:hover {
  background-color: #0056b3;
} */

/* Grid layout */
/* .servicesContainer {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
} */

/* On larger screens, each service will take up 4 columns (1/3 of the row) */
/* .custom-container {
  flex: 1 1 30%; 
  max-width: 32%;
} */

@media (max-width: 1200px) {
  /* For medium screens (tablets and below), adjust the number of columns */
  .custom-container {
    flex: 1 1 48%; /* Two items per row */
    max-width: 48%;
  }
}

@media (max-width: 768px) {
  /* For smaller screens (phones and smaller tablets), stack the items vertically */
  .custom-container {
    flex: 1 1 100%; /* Full width per item */
    max-width: 100%;
  }

  /* Adjust button size for smaller screens */
  .btn-primary {
    font-size: 0.9rem;
    padding: 8px 15px;
  }
}

@media (max-width: 576px) {
  /* For very small screens, ensure padding is reduced and font sizes are legible */
  .custom-title {
    font-size: 1.5rem;
  }

  .custom-text {
    font-size: 0.9rem;
  }

  .btn-primary {
    font-size: 0.8rem;
    padding: 6px 12px;
  }
}

/* Ensuring the text and button are properly aligned in small screen layouts */
@media (max-width: 400px) {
  .custom-title {
    font-size: 1.2rem;
  }

  .custom-text {
    font-size: 0.8rem;
  }

  .btn-primary {
    font-size: 0.7rem;
    padding: 5px 10px;
  }
}



.approachContainer {
  padding: 20px;
}

.approachRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

/* Approach Section */
.approachContent {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  flex-direction: column;
  text-align: left;
  background:var(--bg-color);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 90%;
}

.icon-box {
  font-size: 30px;
  color: #0066cc;
  margin-bottom: 10px;
}

.approachSteps h5 {
  font-size: 18px;
  color: #333;
}

.approachSteps p {
  font-size: 14px;
  color: #666;
}

/* Desktop Layout (Large Screens) */
@media (min-width: 1200px) {
  .col-md-4 {
      flex: 0 0 30%; /* 3 items per row */
  }
}

/* Tablet Layout (Medium Screens) */
@media (max-width: 1199px) and (min-width: 768px) {
  .col-md-4 {
      flex: 0 0 48%; /* 2 items per row */
  }
}

/* Mobile Layout (Small Screens) */
@media (max-width: 767px) {
  .approachRow {
      flex-direction: column;
      align-items: center;
  }

  .col-md-4 {
      flex: 0 0 100%; /* 1 item per row */
      margin-bottom: 20px;
  }

  .icon-box {
      font-size: 24px;
  }

  .approachSteps h5 {
      font-size: 16px;
  }

  .approachSteps p {
      font-size: 12px;
  }
}


/* css */

/* General Styling */






