    :root {
        /* scroll-behavior: smooth; */
        overflow-x: hidden;
    }
.form {
  background-color: #eaeaf3;
  border-radius: 20px;
  box-sizing: border-box;
  height: 500px;
  padding: 20px;
  width: 320px;
}

.scope {
    margin-bottom: 20px; /* Adjust the margin as needed for separation */
    border-bottom: 2px solid #e0e0e0; /* Add a bottom border for separation */
    padding-bottom: 20px; /* Add padding at the bottom for better visual separation */
}



form fieldset input, form fieldset select, form fieldset .textarea {
  width: 100%;
  border-radius: 6px;
  padding: 17px 30px;
  margin-top: 15px;
  border: none;
  box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
  background: #fff;
  outline: none;
  color: #525151;
  font-size: 14px;
  font-weight: 400;
}

.title {
  color: #eee;
  font-family: sans-serif;
  font-size: 36px;
  font-weight: 600;
  margin-top: 30px;
}

.subtitle {
  color: #eee;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

.input-container {
  height: 50px;
  position: relative;
  width: 100%;
}

.ic1 {
  margin-top: 40px;
}

.ic2 {
  margin-top: 30px;
}

.input {
  background-color: #ecedf7;
  border-radius: 12px;
  border: 0;
  box-sizing: border-box;
  color: #eee;
  font-size: 18px;
  height: 100%;
  outline: 0;
  padding: 4px 20px 0;
  width: 100%;
}

.cut {
  background-color: #15172b;
  border-radius: 10px;
  height: 20px;
  left: 20px;
  position: absolute;
  top: -20px;
  transform: translateY(0);
  transition: transform 200ms;
  width: 76px;
}

.cut-short {
  width: 50px;
}

.iLabel {
  color: #65657b;
  font-family: sans-serif;
  left: 20px;
  line-height: 14px;
  pointer-events: none;
  position: absolute;
  transform-origin: 0 50%;
  transition: transform 200ms, color 200ms;
  top: 20px;
}

.input:focus ~ .cut {
  transform: translateY(8px);
}

.input:focus ~ .iLabel {
  transform: translateY(-30px) translateX(10px) scale(0.75);
}

.input:not(:focus) ~ .iLabel {
  color: #808097;
}

.input:focus ~ .iLabel {
  color: #dc2f55;
}

.submit {
  background-color: #08d;
  border-radius: 12px;
  border: 0;
  box-sizing: border-box;
  color: #eee;
  cursor: pointer;
  font-size: 18px;
  height: 50px;
  margin-top: 38px;
  text-align: center;
  width: 100%;
}

.submit:active {
  background-color: #06b;
} 







.courses-item .Accordion_item .title_tab h3{
  font-size: 20px !important;
  font-weight: 800 !important;
  color: #1d415a;

}
.courses-item .title_tab.active h3{
  font-size: 20px !important;
  font-weight: 800 !important;
  color: white !important;

}
.heading-popup h2{
  text-align: center;
  padding-top: 30px;
}
form fieldset input, form fieldset select, form fieldset .textarea {
  width: 100%;
  border-radius: 6px;
  padding: 17px 30px;
  margin-top: 15px;
  border: none;
  box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
  background: #fff;
  outline: none;
  color: #525151;
  font-size: 14px;
  font-weight: 400;
}


.chinmaya-logo{
  width: 143px;
  height: 100px;
}



.pmount-footer {
  font-weight: 800;
  font-size: 22px !important;
  color: white;
  line-height: 1.3;
}

.footer-contact {
  display: flex;

}

.logo-container {
  margin-right: 10px;
  /* Adjust the margin as needed */
}


.choose-chin {
  font-size: 27px;
  font-weight: 700;
  color: #0b0bba;
}

.right-sec4 {
  position: fixed;
  /* transform: rotate(90deg); */
  right:6%;
  bottom: 16%;
  /* left:auto; */
  z-index: 10;
  /* display: flex; */
  gap: 10px;
  
  } 
  .right-sec4 a{
      text-shadow: -1px 2px 7px rgba(0,0,0,0.8)!important;
      background: #F84365;
      color: white;
      padding: 19px 21px;
      border-radius: 30px;
      text-decoration: none;
      /* text-: none; */
      box-shadow: 0px 0px 5px rgb(51 51 51 / 28%);
  }
  .right-sec4 a i{
      font-size: 24px;
  }
  .right-sec3 {
    position: fixed;
    /* transform: rotate(90deg); */
    left:4%;
    bottom: 3%;
	/* left:auto; */
    z-index: 10;
    /* display: flex; */
    gap: 10px;
	
	} 
    .right-sec3 a{
        text-shadow: -1px 2px 7px rgba(0,0,0,0.8)!important;
        background: #F84365;
        color: white;
        padding: 20px 19px;
        border-radius: 30px;
        text-decoration: none;
        /* text-: none; */
        box-shadow: 0px 0px 5px rgb(51 51 51 / 28%);
    }
    .right-sec3 a i{
        font-size: 24px;
    }

.UG-chin {
  font-size: 25px;
  font-weight: 700;
  color: black;
}
.Ambfaq-img {
  width: 44% !important;
}

.faq-outer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.Accordions {
  display: block;
}
.Accordions span.icon {
  position: relative;
}
.Accordions span.icon:before {
  content: "";
  background: url(../images/chevron-down.svg);
  position: relative;
  height: 20px;
  width: 20px;
}
.faq-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.faq-img-1 {
  background-image: url('./images/faq.jpg');
  /* You can set additional styles specific to this div if needed */
}


.width-img {
  width: 605px !important;
  height: auto !important
  
  ;
}
.Accordion_item {
  width: 100%;
  height: auto;
  margin: 0;
  border: 3px solid #fbfbfb;
  cursor: pointer;
}

.title_tab h3 {
  color: #fff;
  display: flex;
  align-items: center;
}
.title_tab span.icon {
  margin-left: 10px;
}

.Accordion_item .title_tab h3 {
  font-size: 15px;
  font-weight: 500;
  color: #5b5b5b;
}
.inner_content p{
  font-size: 15px;
  font-weight: 400;
  color: #232323;
}
.title_tab.active {
  background: #fa6e44;
  padding: 20px;
}
.title_tab {
  padding: 20px;
}
.title_tab.active h3{
  color: #fff;
}

.title_tab .title {
  display: flex;
  justify-content: space-between;
}
.title_tab.active span.icon {
  transform: rotate(180deg);
  transition: 0.5s;
}

.Accordions {
  display: block;
}
.Accordion_item {
  width: 100%;
  height: auto;
  margin: 0;
  border: 1px solid #c3c3c3;
  cursor: pointer;
}

.inner_content p {
  font-size: 16px;
  font-weight: 400;
  color: #232323;
}

.inner_content {
  display: none;
  padding: 34px 22px;
}

.title_tab.active {
  background: #1d415a;
  padding: 20px;
}

.bg-gray-2 {
  background: #fbfbfb;
}











.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 15px;
  font-size: 18px;
  color: white !important;
  font-weight: 600;
  white-space: nowrap;
  transition: 0.3s;
}



.kcettab ul li.nav-item {
  background-color: #dee4ff;
  margin: 0px 4px;
  /* color: white; */
  border-radius: 5px;
}

.kcettab ul li {

  color: white !important;
}

.kcettab ul li .active {
  background: #00008b !important;
  color: #fff !important;
  padding: 3px 11px;
  text-align: center;
}

.kcettab .nav-link.active:after {
  content: '\2193';
  /* Unicode character for down arrow */
  display: inline-block;
  margin-left: 10px;
  font-size: 26px;
  /* Adjust the spacing as needed */
}


.btntab {
  background: #d36329;
  display: inline-block;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 38px;
  color: #ffffff;
  border: 0px;
  padding: 1px 15px;
}

.tabcard span {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #020202 !important;
}

.tabcard h4 {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: rgb(96, 26, 162) !important;
}



.tabcard ul li {
  line-height: 1.5 !important;
  font-weight: 600;
}



.right-sec2 {
  position: fixed;
  transform: rotate(0deg);
  left: -272px;
  top: 48%;
  z-index: 10;
  display: flex;
  gap: 10px;
  transition: all 0.9s ease;
  /* transform-origin: bottom; */

}

.right-sec2 a {
  text-shadow: -1px 2px 7px rgba(0, 0, 0, 0.8) !important;
  background: #F84365;
  color: white;
  padding: 20px 24px;
  border-radius: 4px;
  text-decoration: none;
  /* text: none; */
  box-shadow: 0px 0px 5px rgb(51 51 51 / 28%);
}

.right-sec2 a i,
.right-sec a i {
  font-size: 24px;
}

.right-sec {
  position: fixed;
  transform: rotate(0deg);
  left: -141px;
  top: 38%;
  z-index: 10;
  display: flex;
  gap: 10px;
  transition: all 0.9s ease;
  /* transform-origin: bottom; */
}



.right-sec a {
  text-shadow: -1px 2px 7px rgba(0, 0, 0, 0.8) !important;
  background: #F84365;
  color: white;
  padding: 20px 19px;
  border-radius: 4px;
  text-decoration: none;
  /* text-: none; */
  box-shadow: 0px 0px 5px rgb(51 51 51 / 28%);
}

.right-sec a:hover,
.right-sec a:focus {
  color: #fff !important;
}

.right-sec:hover,
.right-sec:focus,
.right-sec2:hover,
.right-sec2:focus {
  left: 0px;
}

.fa-phone:before {
  content: "\f095";
}

.right-sec a i {
  font-size: 24px;
}

.imgh {
  min-height: 400px !important;
}

.ddAmb {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: rgb(8, 8, 8);
}

.bg-color {
  background: #112449;
}



















.card {
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  box-sizing: border-box;
}

.Accordion_item {
  width: 100%;
  height: auto;
  margin: 0;
  border: 3px solid #fbfbfb;
  cursor: pointer;
}

.title_tab.active {
  background: #1d415a;
  padding: 20px;
}

.inner_content {
  display: none;
  padding: 34px 22px;
}

.Accordions span.icon {
  position: relative;
}

.Accordions span.icon:before {
  content: "";
  background: url('../images/chevron-down.svg');
  position: relative;
  height: 20px;
  width: 20px;

}

.Accordions {
  display: block;
}



.faq-outer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.navbar .navbaritem a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
  /* background: #00a3f4; */
  border-radius: 5px;
}

.bdsscope .scope p {
  font-size: 20px !important;
  font-weight: 700;
  color: #003d7a;
}

.bdsscope .scope img {
  height: auto;
  width: 40%;
}

.h1chinmaya {
  color: #ffffff;
  margin: 0;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 1px;
}

.p-Chinmaya {
  color: #c1ff03;
  font-size: 22px;
  margin: 31px 0px;
  font-weight: 500;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

.blink-text-christ {
  animation: blink 2s infinite;
  /* Adjust the duration (2s) as needed */
}

.heading-chinmaya {
  font-size: 19px;
  color: #0e0e0d;
  font-weight: 900;
}

.headingtwo {
  position: relative;
  width: 100%;
  font-family: 'Gilroy-Regular', sans-serif !important;
  font-weight: normal;
  /* background: url(../images/headingtwoBG.png) no-repeat right center; */
  background-size: 100% 100%;
  padding: 10px;
  /* padding-right: 13%; */
  padding-left: 0;
}


.headingtwo h2 span {
  display: inline-block;
  padding: 0px 10px;
  border-right: 3px solid #ffd01e;
  text-align: center;
}

.headingtwo h2 {
  font-size: 28px;
  line-height: 1.07;
  padding: 12px 10px;
  border: 1px solid #ffffff;
  /* box-shadow: 1px 0px 12px rgba(247, 183, 51, .7); */
  font-weight: normal;
  background-color: #001c54;
  color: #ffffff;
  text-transform: none;
  display: inline-block;
}

.bgimage {
  min-height: 680px;
  width: 100%;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.form-box {
  max-width: 425px;
  margin: auto;
  padding: 25px;
  background: rgba(0, 0, 0, .27);
  border-radius: 11px;
}


.slide-in {
  animation: slideIn 1s ease-out;
  animation-delay: 2s;
}

.slide-in2 {
  animation: slideIn2 1s ease-out;
  animation-delay: 2s;
}

@keyframes slideIn2 {
  from {
    transform: translateX(+100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes slideIn {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

.our-courses-section .col-lg-3.col-md-6.text-center.aos-init.aos-animate {
  width: 32%;
}

.btnmdscolour {
  background: #d36329 !important;
}

.btn,
button {
  background: #00a3f4;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  border: 0;
  padding: 6px 30px;
}

.imgset {
  height: auto;
  width: 112px;
}

.card-animation {
  -webkit-animation: zoomInOut 1s linear;
  animation: zoomInOut 1s linear;
}

.section2card h5 {
  min-height: 70px !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  color: white !important;
}

.h1chinmaya {
  color: #ffffff;
  margin: 0;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 1px;
}

.p-Chinmaya {
  color: #c1ff03;
  font-size: 22px;
  margin: 31px 0px;
  font-weight: 500;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

.blink-text-christ {
  animation: blink 2s infinite;
  /* Adjust the duration (2s) as needed */
}

.heading-chinmaya {
  font-size: 19px;
  color: #0e0e0d;
  font-weight: 900;
}


.chinmaya-card div div {
  background: white !important;
}

.choose-chinmaya {
  color: #2020d6;
  font-size: 27px !important;
  font-weight: 800;
}

.choose-p {
  color: black;
  font-size: 23px !important;
  font-weight: 600;
}

.chinmayatabcard ul {
  padding-left: 33px !important;
  font-weight: 600;
}

.chinmayatabcard h4 {
  font-size: 20px;
  color: #2c02b4 !important;
}

.navbar .chinmaya-nav a {
  color: black !important;
}
.navbar .chinmaya-nav a:hover {
    color: #fff !important;
    background: #00a3f4;
    border-radius: 5px;

}
.fh3BDS {
  color: #023732;
  font-weight: 700;
  font-size: 35px;
}

.textmbbs,
.textmbbs li {
  font-size: 18px;
  color: #000;
  line-height: 2;
}

.kch4 {
  font-size: 22px;
}


.container-chinmaya .container {
  max-width: 1118px;
  margin: auto;
}

.border-radius-20 {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 1px 0px 10px #ccc;
}



















@media only screen and (max-width: 600px) {
.UG-chin {
  line-height : 1.5;
}

.title_tab .title {
  display: flex;
  justify-content: center;
}
.Accordions .course .title{
justify-content: center !important;
}
.chinmaya-logo{
  width: 149px;
  height: 100px;
}
 .h1chinmaya  {
            padding-top: 117px !important;
        }

.ff{
font-size: 15px !important; }

  .fh3BDS {
    color: #023732;
    font-weight: 700;
    font-size: 23px !important;
}

  .bdsscope .scope img {
    height: auto;
    width: 50%;
}

.bdsscope .scope p {
  font-size: 16px !important;
  font-weight: 700;
  color: #003d7a;
}



  .headingtwo p {
    font-size: 16px !important;
    text-align: left;
    line-height: 1.07;
    padding-left: 10px !important;
  }

  .headingtwo h2 span {
    margin: 3px 1px;
  }

  .headingtwo h2 {
    font-size: 21px;
    line-height: 1;
    padding: 12px 10px;
    border: 1px solid #ffffff;
    /* box-shadow: 1px 0px 12px rgba(247, 183, 51, .7); */
    font-weight: normal;
    background-color: #001c54;
    color: #ffffff;
    text-transform: none;
    display: inline-block;

  }

  .headingtwo {
    position: relative;
    width: 100%;
    font-family: 'Gilroy-Regular', sans-serif !important;
    font-weight: normal;
    /* background: url(../images/headingtwoBG.png) no-repeat right center; */
    background-size: 100% 100%;
    padding: 10px;
    /* padding-right: 13%; */
    padding-left: 0;
  }

}

@media (min-width: 769px) {
  .mobile-view{
      display: none;
  }
}
@media (max-width: 768px) {
  .desktop-view{
      display: none;
  }
  }

.bgblacksvyasa {
  /* background: #00000069 !important; */
    background: rgba(0, 0, 0, .27);
  border-radius: 11px;
}


.slide-in {
  animation: slideIn 1s ease-out;
  animation-delay: 2s;
}

.slide-in2 {
  animation: slideIn2 1s ease-out;
  animation-delay: 2s;
}

@keyframes slideIn2 {
  from {
    transform: translateX(+100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes slideIn {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}


.h1svyasa {
    margin: 0;
    font-size: 35px;
    font-weight: 700;
}



.h1inside {
    font-size: 28px;
    font-weight: 600;
}

.blinking-mount-text-decrease {
    animation: blink-decrease 1s infinite;
}
.first-carmel {
    font-size: 29px !important;
    font-weight: 600;
    color: #9bff3a;
    line-height: 1.2;
}
.color-svyasauniversity {
    color: #f1ff1f !important;
}

@keyframes blink-decrease {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.font23 {
    font-size: 23px !important;
}







.containers{
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }

    .row1 {
      display: flex;
      flex-wrap: wrap;
      background: white;
      border: 1px solid #ddd;
      border-radius: 15px;
      box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
      overflow: hidden;
    }

    /* Left Column */
    .left {
      flex: 1 1 50%;
      padding: 30px;
      border-bottom: 1px solid #ddd;
    }

    @media (min-width: 768px) {
      .left {
        border-bottom: none;
        border-right: 1px solid #ddd;
      }
    }

    .left p {
      text-align: center;
      line-height: 1.7;
      margin-bottom: 20px;
      font-size: 18px;
    }

    /* Right Column */
    .right {
      flex: 1 1 50%;
      padding: 30px;
    }

    .card-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 50px;
    }

    .cardnew {
      background: #f8f9fa;
      border: 1px solid #ddd;
      border-radius: 12px;
      padding: 20px;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .cardnew:hover {
      transform: scale(1.05);
      box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    }

    .cardnew img {
      max-width: 100px;
      margin-bottom: 15px;
    }

    .cardnew p {
      font-weight: bold;
      color: #333;
      margin: 0;
    }


    .f3svyasa-univ {
  color: #c7163a;
  font-weight: 700;
  font-size: 35px;
} 
.f3svyasa-univ-inside{
    color: #c7163a;
  font-weight: 700;
  font-size: 33px;
}

@media only screen and (max-width:600px)
{.f3svyasa-univ {
    color: #c7163a;
    font-weight: 700;
    font-size: 28px;
  }
.f3svyasa-univ-inside{
    color: #c7163a;
  font-weight: 700;
  font-size: 26px;
}

}







  .custom-card1:hover {
    background: #e8f1ff;
}
/* .cutomcard547 {
    height: 468px !important;
} */
.custom-card1 {
    /* background-color: #fff; */
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    max-width: 500px;
    flex: 1 1;
    min-width: 47% !important;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    /* height: 350px; */
    line-height: 2;
    position: relative;
}


/* 
.cutomcard547 {
    height: 468px !important;
} */
.custom-card2 {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    max-width: 500px;
    flex: 1 1;
    min-width: 47% !important;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    line-height: 2;
    position: relative;
}.cards-wrapper {
    display: flex
;
    flex-wrap: wrap;
    grid-gap: 50px;
    gap: 50px;
    justify-content: center;
    margin: 40px auto;
}

.custom-card2:hover {
    background: #fff3f3;
}
.custom-card1 :after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 7.5px;
    width: calc(100% - 15px);
    height: .3rem;
    background-color: #f48515;
    display: block;
    border-bottom-left-radius: 3000px 1000px;
    border-bottom-right-radius: 3000px 1000px;
    transform-origin: center;
    transform: scaleX(-1);
}

.custom-card2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 7.5px;
    width: calc(100% - 15px);
    height: .3rem;
    background-color: #8cc938;
    display: block;
    border-bottom-left-radius: 3000px 1000px;
    border-bottom-right-radius: 3000px 1000px;
    transform-origin: center;
    transform: scaleX(-1);
}

.custom-card h3 {
    font-size: 20px;
    color: #00008b;
    margin-bottom: 5px;
}

/* .tabcard ul {
  padding-left: 50px;
  list-style: none;
} */

.duration-box2 {
    background-color: #fdecea;
    color: #b71c1c;
    border-radius: 6px;
    border: 1px solid #ffcdd2;
        padding: 6px 14px;
    font-weight: 500;
}

.duration-box, .duration-box2 {
    padding: 6px 14px;
    font-weight: 500;
    margin-right: 10px;
}

.duration-box {
    background-color: #e0f0ff;
    color: #036;
    border-radius: 6px;
    border: 1px solid #b3d7f0;
}
.btn-bds-add-mount-apply {
    background: #690404 !important;
    padding: 4px 24px !important;
}
.custom-card h2{
  font-size:24px !important;
  text-align: center;
  color: #2d2d80;
} 

.h200{
    height: 186px !important;

}
.h135
{
  height:135px !important
}

@media only screen and (max-width:600px)
{
.h200{
    height: auto !important;

}
.h135
{
  height:auto !important
}
.max90card{
  max-width: 90% !important;
  margin:0 auto !important;
}
}

.textmbbsnew{
  max-width: 80% !important;
  margin:  0 auto !important;
  font-size: 18px !important;
  text-align: center;
  color:black
}

.textmbbsnewpp{
    max-width: 80% !important;
  margin:  0 auto !important;
  font-size: 18px !important;
  text-align: center;
}
.conatcnew{
    padding-top: 0px !important;
    display: flex ;
    justify-content: center;

}






    .logos-container {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      justify-content: center;
      margin-top: 30px;
    }

    .logo-card {
          width: 202px;
    height: 145px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
    transition: all 0.3s ease;
    cursor: pointer;
    }

    .logo-card:hover {
      border: 2px solid #007bff; /* Blue border */
      box-shadow: 0 4px 12px rgba(0,123,255,0.3);
    }

    .logo-img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
    }

    .toprecuter{
      margin: 20px 0;
    }


     .slider {
      overflow: hidden;
      position: relative;
      width: 100%;
      background: #fff;
      /* padding: 20px 0; */
    }

    .slide-track {
      display: flex;
      width: calc(250px * 14); /* number of logos × width */
      animation: scrollSteps 25s infinite;
    }

    .slide {
      width: 275px;
      flex-shrink: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px;
    }

    .slide img {
      max-width: 180px;
      max-height: 80px;
      object-fit: contain;
    }

    /* Keyframes with pauses */
    @keyframes scrollSteps {
      0%   { transform: translateX(0); }
      10%  { transform: translateX(-250px); }
      20%  { transform: translateX(-250px); } /* pause */
      30%  { transform: translateX(-500px); }
      40%  { transform: translateX(-500px); } /* pause */
      50%  { transform: translateX(-750px); }
      60%  { transform: translateX(-750px); } /* pause */
      70%  { transform: translateX(-1000px); }
      80%  { transform: translateX(-1000px); } /* pause */
      90%  { transform: translateX(-1250px); }
      100% { transform: translateX(-1250px); } /* pause at end */
    }

    .max90{
      max-width: 80% !important;
      margin: 0 auto !important;
    }

    @media only screen and (max-width:600px)
    {
      .slide {
      width: auto !important;
    
    }
     .max90{
      max-width: 100% !important;
      margin: 0 auto !important;
    }
    .max90heaidng{
      max-width: 90% !important;
      margin: 0 auto !important;
    }
    }


    
/* -----ask any query button---- */
.cta-banner {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background: #9a1c1c;
  padding: 25px 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto !important;
  border-radius: 30px;
  width: 900px !important;
}
.cta-banner .cta-banner__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 170%;
  color: white;
}
.single #mega-container #content .main-content-wrap article a {
  color: #9c2443;
}
.cta-banner .red.flat.button {
  border-radius: 38px;
  line-height: 40px !important;
  box-shadow: none;
  letter-spacing: normal !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  font-size: 14px !important;
  font-weight: bold;
}
.red.flat.button {
  color: #fff !important;
  text-decoration: none;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.16);
  background-color: #218811;
  border-color: transparent;
  text-transform: uppercase;
  font-weight: 500;
}
.red.flat.button {
  font-family: Gotham SSm A, Gotham SSm B;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
  display: inline-block;
  vertical-align: top;
  padding: 0 2em;
  width: auto;
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid;
  border-radius: 3px;
  overflow: hidden;
  white-space: nowrap;
}

@media only screen and (max-width:600px)
{
  .cta-banner {
 width: 90% !important;
 margin:  0 auto !important;
  }
}
.auto-slider {
  width: 100%;
  overflow: hidden;
  margin: 20px auto;

  background: #fff;
}

.auto-track {
  display: flex;
  width: max-content; /* auto width */
  animation: scroll-left 25s linear infinite;
}

.auto-item {
  flex: 0 0 225px; /* slide width */
  margin: 10px;
  text-align: center;
    border: 2px solid #ccc;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    height: 231px !important;
}

.auto-item img {
  width: 100%;
  height: 162px;
  object-fit: cover;
}

.auto-item p {
  margin-top: 6px;
  font-size: 17px;
  font-weight: 500;
  color: #333;
}

/* @keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
} */

.auto-track {
      display: flex;
      width: calc(250px * 14); /* number of logos × width */
      animation: scrollStepsnew 25s infinite;
    }


 @keyframes scrollSteps {
      0%   { transform: translateX(0); }
      10%  { transform: translateX(-250px); }
      20%  { transform: translateX(-250px); } 
      30%  { transform: translateX(-500px); }
      40%  { transform: translateX(-500px); } 
      50%  { transform: translateX(-750px); }
      60%  { transform: translateX(-750px); } 
      70%  { transform: translateX(-1000px); }
      80%  { transform: translateX(-1000px); } 
      90%  { transform: translateX(-1250px); }
      100% { transform: translateX(-1250px); } 
    }

     @keyframes scrollStepsnew {
      0%   { transform: translateX(0); }
      10%  { transform: translateX(-250px); }
      20%  { transform: translateX(-250px); } 
      30%  { transform: translateX(-500px); }
      40%  { transform: translateX(-500px); } 
      50%  { transform: translateX(-750px); }
      60%  { transform: translateX(-750px); } 
      70%  { transform: translateX(-1000px); }
      80%  { transform: translateX(-1000px); } 
      90%  { transform: translateX(-1250px); }
      100% { transform: translateX(-1250px); } 
    }

.max90swiper
{
     max-width: 80% !important;
      margin: 0 auto !important;
}
    @media only screen and (max-width:600px)
    {
      
.auto-item {
  flex: 0 0 286px; /* slide width */
 
}
.auto-item img {
  width: 283px;
  height: 162px;
  object-fit: cover;
}


     @keyframes scrollStepsnew {
      0%   { transform: translateX(0); }
      10%  { transform: translateX(-300px); }
      20%  { transform: translateX(-300px); } 
      30%  { transform: translateX(-610px); }
      40%  { transform: translateX(-610px); } 
      50%  { transform: translateX(-910px); }
      60%  { transform: translateX(-910px); } 
      70%  { transform: translateX(-1220px); }
      80%  { transform: translateX(-1220px); } 
      90%  { transform: translateX(-1520px); }
      100% { transform: translateX(-1520px); } 
    }
    .max90feature{
      max-width: 90% !important;
      margin:0 auto !important
    }

    }


    .features-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 66px;
      max-width: 1200px;
      margin: auto;
    }
    
    .feature-card {
      background: #fff;
      border-radius: 15px;
      padding: 40px 25px 25px;
      text-align: center;
      position: relative;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      transition: all 0.3s ease;
    }

    .feature-card:hover {
      background: #6a4ff5; 
      color: #fff;
      transform: translateY(-5px);
    }

    

    .feature-icon-wrapper {
      position: absolute;
      top: -30px;
      left: 50%;
      transform: translateX(-50%);
      background: #fff;
      border-radius: 50%;
      padding: 15px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.15);
      transition: background 0.3s ease;
    }

    .feature-card:hover .feature-icon-wrapper {
      background: #6a4ff5;
    }


    .feature-icon {
      width: 40px;
      height: 40px;
    }

    .feature-title {
      font-size: 20px;
      font-weight: bold;
      margin: 20px 0 10px;
      transition: color 0.3s ease;
    }

    .feature-description {
      font-size: 18px;
      line-height: 1.6;
      color: #444;
      transition: color 0.3s ease;
    }

    .feature-card:hover .feature-description,
    .feature-card:hover .feature-title {
      color: #fff;
    }
.feature-icon-wrapper{
     background: #6a4ff5;
}

.feature-icon {
  filter: brightness(0) invert(1);
}

.feature-card:hover   .feature-icon-wrapper
{
  background-color: #fff;
}


.feature-card:hover  .feature-icon
{
    filter: brightness(0) saturate(100%) invert(33%) sepia(100%) saturate(600%) hue-rotate(225deg) brightness(105%) contrast(105%);

}


.feature-icon-wrapper {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #6a4ff5;
  border-radius: 50%;
  padding: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  transition: background 0.3s ease;
}

.feature-icon {
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1); /* white icon */
}

.feature-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 40px;
  color: #333;
  transition: color 0.3s ease;
}

.feature-description {
  font-size: 18x;
  margin-top: 10px;
  color: #666;
  transition: color 0.3s ease;
}

/* ====== Desktop Hover Effect ====== */
@media (min-width: 769px) {
  .feature-card:hover {
    background: #6a4ff5;
    color: #fff;
    transform: translateY(-5px);
  }

  .feature-card:hover .feature-icon-wrapper {
    background: #fff;
  }

  .feature-card:hover .feature-icon {
    filter: brightness(0) saturate(100%) invert(33%) sepia(100%) 
            saturate(600%) hue-rotate(225deg) brightness(105%) contrast(105%);
  }

  .feature-card:hover .feature-title,
  .feature-card:hover .feature-description {
    color: #fff;
  }
}

/* ====== Mobile Click Effect (Active) ====== */
@media (max-width: 768px) {
  /* Only icon circle + icon changes on click */
  .feature-card.active .feature-icon-wrapper {
    background: #fff;
  }
    .feature-card.active {
    background: #6a4ff5;
    color: #fff !important;
    transform: translateY(-5px);
  }  .feature-card.active .feature-title
  {
    color: #fff;
  }
.feature-card.active .feature-description
  {
    color: #fff;
  }
  .feature-card.active .feature-icon {
    filter: brightness(0) saturate(100%) invert(33%) sepia(100%) 
            saturate(600%) hue-rotate(225deg) brightness(105%) contrast(105%);
  }

  /* If you also want text color to change on click, uncomment these */
  /*
  .feature-card.active {
    background: #6a4ff5;
  }
  .feature-card.active .feature-title,
  .feature-card.active .feature-description {
    color: #fff;
  }
  */
}



.accordion {
  width: 100%;
  max-width: 1000px;
  margin: 20px auto;
  /* border: 1px solid #ddd; */
  border-radius: 6px;
  overflow: hidden;
  font-family: Arial, sans-serif;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
      margin: 20px !important;
      border-radius: 12px !important; 
          box-shadow: 0 8px 18px rgba(0, 0, 0, .08);
}

.accordion-header {
  background: #fff;
     padding: 25px 27px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease, color 0.3s ease;
  color: #000;
  border-radius: 12px;


}

/* Active accordion header */
.accordion-header.active {
    background: #1d415a;
  color: #fff;
}

/* Accordion icon */
.accordion-icon {
  font-size: 18px;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

/* Accordion content */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 15px;
 background: #fff;
     border-radius: 12px !important;
     font-size: 18px !important;
}

.accordion-content.open {
  max-height: 500px;
  padding: 18px;
  padding-left: 42px !important;
  text-align: left !important;
}

/* Initial highlight for first header only */
.accordion-header.initial {
  background: #1d415a;
  color: #fff;
}






 .contact-banner {
      padding: 40px 20px;
      background: #f8f9fa;
    }

    .contact-card {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      padding: 20px;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      height: 100%;
    }

    .contact-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

    .icon {
      font-size: 30px;
      margin-bottom: 10px;
      color: #0d6efd;
    }

    iframe {
      border: 0;
      width: 100%;
      height: 200px;
      border-radius: 8px;
    }


.contact-card .icon img{
      filter: brightness(0) saturate(100%) invert(13%) sepia(96%) saturate(7480%) hue-rotate(1deg) brightness(104%) contrast(115%);

}
 
.iframwork{
  width:300px;
  height: 150px;
}

@media only screen and (max-width:600px) {

   
.iframwork{
  width:100%;
  height: 150px;
}
}



.hero-section {
      position: relative;
      background: url('images/Contact\ Banner.webp') no-repeat center center/cover;
      height: 400px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      color: #fff;
      text-align: center;
    }

    .overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.3);
    }

    .hero-content {
      position: relative;
      background: rgba(0, 2, 62, 0.48);
      padding: 20px 30px;
      border-radius: 11px;
      max-width: 800px;
    }

    .hero-content h2 {
      font-size: 2rem;
      font-weight: 700;
    }

    .hero-btn {
      position: relative;
      margin-top: 20px;
    }


    
.phone-icon {
  background-color: #f84365 !important;
  border-radius: 50% !important;
  padding: 8px 10px !important;
  border: none !important;
  width: 58px !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.45) !important;
  position: fixed !important;
  z-index: 100 !important;
  bottom: 13px !important;
  left: 28px !important;
}

@media only screen and (max-width: 500px) {
  .phone-icon {
    bottom: 11px !important;
    left: 9px !important;
  }
  .font-size-btn {
    font-size: 13px !important;
  }
.hero-content {
  max-width: 91% !important;
  margin: 0 auto !important;
}
   .hero-content h1 {
      font-size: 20px ;
    }

}


.phone-styling{
font-size: 38px !important;
    padding-left: 5px !important;
    padding-top: 2px !important;
    color:#fff;
}

.whatsapp
{
    position:fixed;
    background-color:#25d366 ;
          width: 63px;
          height: 64px;
          bottom: 13px;
          right: 24px;
        border-radius: 50px;
          text-align:center;
          z-index:  1059;
}
.whatsapp img{
  width: 66px;
}
.h162{
  height: 162px !important;
}
@media only screen and (max-width:600px)
{
  .h162{
  height: auto !important;
}
.h1inside {
    font-size: 23px;
    font-weight: 600;
}

  .logo-card {
          width: 261px;
    height: 172px;

    
   
  
    }

      .logos-container {
      gap: 0px;
    }
    .accord{
      text-align: left;
    }
    .whatsapp
{
 
          bottom: 11px;
      
}
}






.carousel-logo {
  width: 150px;   /* set desired width */
  height: 105px;   /* set desired height */
  object-fit: contain;  /* keeps aspect ratio, avoids distortion */
  margin: 0 auto; /* center images */
  display: block;
}



.max90crosuel{
  max-width: 80% !important;
  margin:  0 auto !important;
}

@media only screen and (max-width:600px)
{
  .textmbbsnewpp{
    max-width: 90% !important;
  margin:  0 auto !important;

}
.col2ndbox{
  display: flex;
  flex-direction: row ;
  flex-wrap: wrap;
}
.conatcnew{
  padding-top: 0px !important;  
}
.contact-card {
padding: 17px;
}
}

.logosize
{
  width:300px !important;
   height:80px !important;


  }@media only screen and (max-width:600px)
{
  .logosize
  {
width:200px !important;
   height:80px !important;
  }

}