
   .about-title h1 {
  font-size: 67px;
  font-weight: 700;
  color: #2d2457;
  line-height: 1;
  text-align: center;

  padding: 20px;
    margin-top: 150px;
}

.goals-box {
 margin-top: 30px;
    height: 317px;
    width: 100%;
    margin-left: 159px;
    max-width: 488px;

}

.goals-box h4 {
    font-size: 25px;
    font-weight: 600 !important;
    padding-top: 46px;
    text-align: center;
}

.goal-item {
  font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
    padding-left: 50px;
    text-align: left;
    padding-right: 50px;
    font-weight: 600px !important;
}

.goal-number {
  font-weight: 700;
  color: rgb(0, 0, 0);
  font-size: 18px;
  margin-right: 345px;
}


.about-image img {
  border-radius: 47px 47px;
  width: 100%;
  height: auto;


 /*overflow-y: hidden;*/
}
@media (max-width: 768px){
  .about-image img{
    margin-top: -20px;
    margin-left: 0px;
  }
}
@media (min-width:360px )and (  max-width: 740px){
  .goals-box{
    font-size: 14px;
  }
}
.abmobonly{
display: block !important;
  }
@media (min-width: 1025px) {
  /* Extra large devices (large desktops, 1200px and up) */
  .about-title h1 {
    font-size: 4.5rem;
  }
  .abmobonly{
display: none !important;
  }
}

/* ---------- Responsive Queries ---------- */

/* Tablet (768px to 991px) */
@media (max-width: 991px) {
  html,body{
    overflow-x: hidden;
  }
  .about-title h1 {
    font-size: 50px;
    margin-top: 115px;

  }
  .border1 {
    margin-top: 5px !important;
  }


  .goals-box {
    margin: 40px auto;
    border: 2px solid #1f1c1c !important;
    border-radius: 35px;
  }
  .goals-box{
  background-image: url('image/Rectangle 70.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment:fixed;
}
}

.color-bar-wrapper {
    display: none;
      width: 833px;
      left: 40px;
      height: 40px;
      border-radius: 30px;
      overflow: hidden;
      background-color: #fff;
      border: 1px solid #ccc;
      margin: 0 630px;
      position: relative;
    }

    .color-bar-track {
       display: flex;
  width: calc(60px * 10); /* Adjust based on number of blocks */
  animation: bounceRight 2s ease-in-out infinite;

    }

    @keyframes scrollLeft {
      0%   { transform: translateX(0); }
      25% { transform: translateX(20px);}
      50% { transform: translateX(20px);}
      75% {transform: translateX(20px);}
      100% { transform: translateX(0); }
    }

    .color-block {
      width: 202px;
      height: 40px;
      border-radius: 30px;
      margin-right: -31px;
      flex-shrink: 0;
    }

    /* Color Variants */
    .color-1 { background-color: #5d3c00; }
    .color-2 { background-color: #b6f001; }
    .color-3 { background-color: #fdae00; }
    .color-4 { background-color: #a98636; }
    .color-5 { background-color: #5b771e; }
/*image aligned to corner */
.image-container {
     position: relative;
    width: 100%;
    max-width: 500px;
    height: 500px;
    margin-left: 106px;
}
.gradient-circle-bg{
  width: 500px;
  height: 500px;
  background: radial-gradient(circle at center, #7cf5eb, #e3c476); /* or solid color */
  border-radius: 50%;
  position: absolute;
  left: -126px;;
  top: 0;
  z-index: 0;
}
@media (min-width: 481px) and (max-width: 768px){
  .image-container {
  /* display: none; */
 position: relative;
  width: 100%;
  max-width: 500px; /* Controls total block width */
  height: 500px;
  margin-left: 121px; /* Pushes image to the left */
}
.goal-item{
  font-size:14px;
  margin-top: 11px;
}
.goals-box img{
  width: 100%;
}

.classborder{
 padding: 50px;
}

.gradient-circle-bg{
  display: none;
    width: 430px;
    height: 446px;
     background: linear-gradient(to bottom right, #e3c476 #7cd3f5);
    border-radius: 65%;
    position: absolute;
    left: -144px;
    top: 0px;
    z-index: 0;
}
.custom-img{
  width: 83%;
  margin-left: -81px;
}


}
@media (max-width:768px) {
 .image-container {
  /* display: none; */
 position: relative;
  width: 100%;
  max-width: 500px; /* Controls total block width */
  height: 500px;
  margin-left: 121px; /* Pushes image to the left */
}

.classborder{
 padding: 50px;
 margin-top: -65px;
}

.gradient-circle-bg{
  /* display: none; */
    width: 430px;
    height: 446px;
     background: linear-gradient(to bottom right, #e3c476 #7cd3f5);
    border-radius: 65%;
    position: absolute;
    left: -144px;
    top: 0px;
    z-index: 0;
}
.custom-img{
  width: 83%;
  margin-left: -81px;
}

}
.align-items-center {
    align-items: center !important;
    margin-bottom: 60px;
}
.custom-img {
width: 100%;
    max-width: 436px;
    margin-left: -46px;
    border-radius: 20px;
    height: 82%;
    border-radius: 642px;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-57%, -47%);
    z-index: 2;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: -2rem !important;
}



/* Decorative Circles */
.decorative-circles .circle {
  position: absolute;
  border-radius: 50%;
  background-color: #3b237a;
  z-index: 2;
}

.decorative-circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.circle-tl-lg {
    width: 62px;
    height: 62px;
    top: -31px;
    left: 168px;
    background-color: #3b237a;
}

.circle-tl-sm {
      width: 42px;
    height: 42px;
    top: -28px;
    left: 242px;
    background-color: #3b237a;
}

.circle-tlm-sm {
        width: 38px;
    height: 38px;
    bottom: 109px;
    right: 7px;
    background-color: #3b237a;
}

.circle-br-lg
 {
    width: 56px;
    height: 56px;
    bottom: 49px;
    right: 38px;
    background-color: #3b237a;
}

.circle-br-sm {
    width: 30px;
    height: 30px;
    top: -11px;
    left: 297px;
}

.circle-brm-sm {
     width: 23px;
    height: 23px;
    bottom: 157px;
    right: -2px;
}
/* Double Circle Adjustments */
.double-circle {
  position: relative;
  width: 180px;   /* Bigger Circle */
  height: 180px;
  flex-shrink: 0;
}

.classborder{
 padding: 30px;
}

.border{
  border: 1px solid black;
  border-radius: 150px;
  background-attachment: fixed;
  background-color:#03779E54;

  font-size: 15px;
  padding:30px 40px 30px 20px;

}
.border1{
  border: 1px solid rgb(233, 216, 184);
  border-radius: 150px;
  background-attachment: fixed;
  background-color:rgb(233, 216, 184);
  /* width: 889px; */
  font-size: 15px;
 padding:30px 20px 30px 40px;
  margin-top: 75px;
}

.outer-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 10px solid orange;
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(43deg); /* Creates a semi-ring look */
  z-index: 1;
}

.outer-ring1 {
  position: absolute;
  top: 0;
  left: 2;
  width: 183px;
  height: 183px;
  border-radius: 50%;
  border: 10px solid orange;
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(-137deg); /* Creates a semi-ring look */
  z-index: 1;
}

.inner-circle {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #007bff;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  font-size: 16px;
}

.text{
    font-weight: bold;
    text-align: justify;
}

.text1{
  font-weight: bold;
    text-align: justify;
}
     svg {
      width:24px;
      height: 24px;
      fill: rgb(5, 49, 111);
    }

.inner-circle1 svg {
  width: 24px;
  height: 24px;
  fill: rgb(255, 255, 255);
}

    .desc-box {
      max-width: 500px;
    }

    .desc-box h5 {
      font-weight: bold;
    }

    .desc-box p {
      margin: 0;
      font-size: 15px;
    }

    .mission .outer-circle {
      background-color: #fcd89f;
    }

    .mission .inner-circle {
      background-color: #f5a623;
    }

    .icon-label {
      color: white;
      font-size: 12px;
      font-weight: 600;
      position: absolute;
      bottom: -20px;
      left: 50%;
      transform: translateX(-50%);
    }

.inner-circle1 {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color:orange;
  color: white;
  text-align: center;
  padding-top: 30px;
  z-index: 2;
  font-size: 16px;
}

.inner-circle img {
  width: 36px;
  margin-bottom: 8px;
}

.inner-circle1 img {
  width: 36px;
  margin-bottom: 8px;
}

/* Orange variant for Mission */
.outer-ring {
  border-color: #03779E;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.inner-circle{
  background-color:#03779E;
}

.text{
  margin-right: -10px;
}
@media (min-width: 481px) and (max-width: 768px){



  .border{

    height: auto;
    margin-left: 10px;
    padding: 20px;
    border-radius: 40px;

  }
  .border1 {

    margin-left: 10px;
    height: auto;
    padding: 20px;
    border-radius: 40px;
  }

  .outer-ring,
  .outer-ring1 {
    width: 100px;
    height: 100px;
    border-width: 6px;
    top: 10px;
    left: 106px;
  }

  .double-circle {
    position: center;
    width: 321px;
    height: 123px;
    flex-shrink: 0;
}

  .inner-circle,
  .inner-circle1 {
    top: 20px;
    left: 114px;
    width: 80px;
    height: 80px;
    font-size: 12px;
    padding-top: 18px;
  }

  .inner-circle img,
  .inner-circle1 img {
    width: 24px;
    margin-bottom: 5px;
  }

  .text, .text1 {
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    font-size: 18px;
    text-align: justify;
  }

  .desc-box {
    max-width: 100%;
    text-align: center;
  }

  .desc-box h5 {
    font-size: 16px;
  }

  .desc-box p {
    font-size: 13px;
  }

  .icon-label {
    bottom: -15px;
    font-size: 10px;
  }
}
@media (max-width: 767px) {
      .about-title h1 {
      margin-bottom:-30px;
  }
  .align-items-center{
      margin-bottom:0px !important;
  }
}
.cvtxtd{
        display: none !important;
    }
@media (max-width: 768px) {
    .cvtxtd{
        display: flex !important;
    }
  .border{

    height: auto;
    margin-left: 10px;
    padding: 20px;
    border-radius: 40px;

  }

  .border1 {

    margin-left: 10px;
    height: auto;
    padding: 20px;
    border-radius: 40px;
  }

  .outer-ring,
  .outer-ring1 {
    width: 100px;
    height: 100px;
    border-width: 6px;
    top: 10px;
    left: 106px;
  }

  .double-circle {
    position: center;
    width: 321px;
    height: 123px;
    flex-shrink: 0;
}

  .inner-circle,
  .inner-circle1 {
    top: 20px;
    left: 114px;
    width: 80px;
    height: 80px;
    font-size: 12px;
    padding-top: 18px;
  }

  .inner-circle img,
  .inner-circle1 img {
    width: 24px;
    margin-bottom: 5px;
  }

  .text, .text1 {
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    font-size: 18px;
    text-align: justify;
  }

  .desc-box {
    max-width: 100%;
    text-align: center;
  }

  .desc-box h5 {
    font-size: 16px;
  }

  .desc-box p {
    font-size: 13px;
  }

  .icon-label {
    bottom: -15px;
    font-size: 10px;
  }
}

.core-values-section {
   width: 274px;
  height: 274px;
  background: radial-gradient(circle at center, #b4f0ec, #fbe18c);
  border-radius: 50%;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  position: relative;
  left: 17%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
}

.circle-center {
  width: 250px;
  height: 250px;
  background: radial-gradient(circle at center, #b4f0ec, #fbe18c);
  border-radius: 50%;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}


  .circle-container {
            display: flex;
            flex-direction: column;
            align-items: left;
            padding: 40px 0;
        }

        .main-circle {
            width: 300px;
            height: 300px;
            border-radius: 50%;
            background: linear-gradient(135deg, #3498db, #2c3e50);
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 30px;
            margin-bottom: 40px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }

        .main-circle h1 {
            font-weight: 700;
            font-size: 1.8rem;
            margin-bottom: 15px;
        }

       .mul-ring {
  position: absolute;
  top: 52;
  left: 166;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 10px solid orange;
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(43deg); /* Creates a semi-ring look */
  z-index: 1;
}


    .img-back {
      width: 100px;
      height: auto;
      margin-right: 15px;
    }

    .text-wrapper {
      display: flex;
      align-items: center;
    }

    .text-wrapper h4, .text-wrapper p {
      margin: 0;
    }

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


/*
.approach-cards {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  padding: 30px 20px;
}

.approach-card {
  position: relative;
  flex: 1 1 300px;
  max-width: 300px;
  background-color: #f5f5f5;
  border-radius: 100px 100px 0 0;
  padding-top: 90px; /* leave space for the image circle *
  padding-bottom: 30px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.circle-image {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgb(0, 0, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.circle-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* Font Awesome (for icons) *
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

.core-values-section {
  position: relative;
  padding: 100px 20px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
}

.core-circle {
  background-color: #555;
  color: white;
  width: 220px;
  height: 220px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.core-timeline {
  width: calc(100% - 260px);
  max-width: 800px;
  position: relative;
}

.core-value {
  display: flex;
  align-items: center;
  margin: 30px 0;
  position: relative;
}

.core-value.right {
  flex-direction: row;
  justify-content: flex-start;
}

.core-value.left {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.core-value .icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  background: #eee;
  border-radius: 50%;
  color: white;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  flex-shrink: 0;
}

.core-value .content {
  background: #f1f1f1;
  border-radius: 30px;
  padding: 20px;
  max-width: 500px;
  flex: 1;
}

.core-value h3 {
  margin-top: 0;
  font-size: 18px;
  color: #2c2359;
}

.core-value p {
  font-size: 14px;
  color: #333;
}

/* Color classes *
.yellow .icon { background-color: #f7b500; }
.red .icon { background-color: #e74c3c; }
.blue .icon { background-color: #5bc0de; }
.pink .icon { background-color: #e91e63; }
.green .icon { background-color: #4caf50; }

/* Responsive *
@media (max-width: 768px) {
  .core-values-section {
    flex-direction: column;
    align-items: center;
  }
  .core-circle {
    width: 160px;
    height: 160px;
    font-size: 22px;
  }
  .core-timeline {
    width: 100%;
  }
  .core-value {
    flex-direction: column !important;
    text-align: center;
  }
  .core-value .icon {
    margin: 0 auto 15px;
  }
}

/* Base Footer Styles */
