.text-primary {
  color: #409dd9 !important;
}
.bg-primary {
  background-color: #409dd9 !important;
}
.text-blue {
  color: #402A72 !important;
}
.text-magenta {
  color: #553592 !important;
}
/* 553592 magenta blue */
::-webkit-scrollbar {
  display: none;
}
a{
  text-decoration: none;
  color: black;
}
a:hover{
  color: black !important;
}
.overflow-hidden{
  overflow:  hidden !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.body {
  background-image: url('/embed/Sarvayogam_custom_assets/images/home-bg/2.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  font-family: 'Poppins', sans-serif; 
  /* color: #004B87; */
}
.performance-card {
  height: 197px;
  padding: 20px 0;
  border-top: 5px solid #409dd9;
  border-bottom: 5px solid #409dd9;
  border-radius: 0px 43px;
}
.bg-secondary-set{
  background-color: #d9d9d9;
}
.bg-secondary {
  background-color: #f1f1f1 !important;
}
.contact-bg-img{
  background-image: url('/embed/Sarvayogam_custom_assets/images/customer-care/1.jpg');
  /* min-height: 556px; */
  position: relative;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  background-size: cover;
  width: 100%;
  background-position: center;
}
.pt-6 {
  padding-top: 120px;
}
.py-6 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.mt-6 {
  margin-top: 120px;
}
.my-6 {
  margin-top: 120px;
  margin-bottom: 120px;
}

:root {
  --primary-color: #c8dc71;
  --gradient-color: linear-gradient(180deg, #d2ff00 0%, #00d2ff 100%);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


/* body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
} */
.border-primary {
  border-color: #409dd9 !important;
}
.social-icons-btn {
  display: flex;
  justify-content: end;
}
.icons {
  width: 40px;
  height: 40px;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  background: #9f9f9f;
  margin: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 
    0 2px 2px #d1d1d1;
  color: #fff;
  cursor: pointer;
  transition:
    all 0.15s ease;
}
.twitter:hover {
  background: #1DA1F2;
}
.facebook:hover {
  background: #4267B2;
}
.instagram:hover {
  background-image: 
    linear-gradient(
    #8a3ab9,
    #e95950, 
    #bc2a8d, 
    #fccc63
    );
}
.linkedin:hover {
  background: #0A66C2;
}
.why-sarvayogam-card img {
  max-width: 100%;
  height: 82px;
  border: 1px solid black;
  padding: 10px;
  margin: 10px;
  object-fit: contain;
  width: 112px;
}
.testimonial-bg-img{
  background-image: url('/embed/Sarvayogam_custom_assets/images/testimonial/testimonial.jpg');
  /* min-height: 556px; */
  position: relative;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  background-size: cover;
  width: 100%;
  background-position: center;
}
.why-sarvayogam-bg-img{
  background-image: url('/embed/Sarvayogam_custom_assets/images/why-sarvayogam.jpg');
  /* min-height: 556px; */
  position: relative;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  background-size: cover;
  width: 100%;
  background-position: center;
}
.header-border h5, .header-border h1, .header-border h3, .header-border h2 {
  display: inline-block;
  margin: 5px;
  border-bottom: 2.5px solid #5fb7ea;
  font-weight: 400 ;
  line-height: 1.3;
}
.main-content, .client {
  position: relative;
}
.main-content .owl-theme .custom-nav, .client .owl-theme .custom-nav{
  position: absolute;
  top: 40%;
  left: -40px;
  right: -40px;
}
.main-content .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next, .client .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 50px;
  color: inherit;
  background: #409dd9;
  border: none;
  z-index: 100;
  width: 31px;
  border-radius: 5px;
}
.main-content .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .custom-nav .owl-next i, .client .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #ffffff;
}
.main-content .owl-theme .custom-nav .owl-prev, .client .owl-theme .custom-nav .owl-prev {
  left: 0;
}
.main-content .owl-theme .custom-nav .owl-next, .client .owl-theme .custom-nav .owl-next {
  right: 0;
}
.client-img{
  height: 150px !important;
  width: 100%;
  object-fit: contain;
  text-align: center;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #553592;
  font-weight: 900;
}
.nav-link {
  color: #553592;
  font-weight: 600;
  text-transform: uppercase;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #553592;
  font-weight: 600;
  width: 100%;
}

.nav-link:focus, .nav-link:hover {
  color: #000000;
}
.nav {
  border: 2px solid #553592;
  padding: 7px;
}
/*social icon start */
/* body{
  background-image: url(https://i.pinimg.com/564x/0d/7c/48/0d7c48e87adfd7b18c508356a716f2e5.jpg);
  background-position: center;
  background-size: cover;
  height: 100vh;
  color: white;
} */
.social{
  position: fixed;
  top:30%;
  z-index: 1;
}
.social ul{
list-style: none;
padding: 0;
transform: translateX(-270px);
}
.social ul li{
  display: block;
  margin: 5px;
  background: rgba(0, 0, 0, 0.5);
  width: 321px;
  text-align: right;
  padding: 10px;
  border-radius: 0 30px 30px 0;
  transition: all 1s;
}
.social ul li:hover{
  transform: translateX(110px);
}
.social ul li#twitter:hover{
  background-color: #1DA1F2;
}
.social ul li#facebook:hover{
  background-color: #3A559F;
}
.social ul li#instagram:hover{
  /* background-color: #C11A76; */
  background-image: 
  linear-gradient(
  #8a3ab9,
  #e95950, 
  #bc2a8d, 
  #ffae00
  );
}
.social ul li a{
  color: #fff;
  text-decoration: none;
}
/* .social ul li i{
  text-align: center;
  color: #000;
  margin-left: 14px;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 20px;
  transform: rotate(0deg);
} */
.social ul li i {
  text-align: center;
  color: #000;
  margin-left: 14px;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  transform: rotate(0deg);
}
.social ul li:hover i{
  transform: rotate(360deg);
  transition: all 1s;
}
.bg-why-sarvayogam {
  background-color: #553592 !important;
}
.w-32 {
  width: 32.9% ;
}
/* faq start */
.accordion-container {
  max-width: 1000px;
  margin: 20px auto;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  overflow: hidden;
  padding: 20px;
}

.accordion-item {
  margin-bottom: 15px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.accordion-header {
  background-color: #409dd9;
  padding: 18px 24px;
  cursor: pointer;
  transition: background-color 0.3s ease, padding 0.3s ease;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  text-transform: uppercase;
}

.accordion-header:hover {
  background-color: #66acdb;
}

.accordion-header h3 {
  margin: 0;
  font-size: 19px;
  font-weight: 600;
}

.accordion-header .icon {
  font-size: 24px;
  transition: transform 0.3s ease;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease, padding 0.3s ease;
  padding: 0 24px;
  background-color: #ffffff;
  border-radius: 0 0 12px 12px;
}

.accordion-content p {
margin: 16px 0 0px 0;
font-size: 16px;
line-height: 1.6;
/* border-top: 1px solid #e5e5e5; */
}

.accordion-item.active .accordion-content {
  max-height: 378px;
  /* Adjust based on content */
  padding-bottom: 18px;
}

.accordion-item.active .accordion-header {
  background-color: #1d98eb;
  border-radius: 12px 12px 0 0;
}

.accordion-item.active .icon {
  transform: rotate(180deg);
}

.accordion-item.active .icon {
  content: '−';
  /* Minus sign when active */
}

.accordion-header .icon::before {
  content: '+';
  /* Plus sign by default */
}

.accordion-item.active .icon::before {
  content: '−';
}

.inner-banner-blog {
        background-image: url('/embed/sarvayogam_assets/images/FAQ.jpg');
        min-height: 400px;
        position: relative;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        background-size: cover;
        width: 100%;
        background-position: center;
    }

    .inner-banner-blog .content {
        color: white;
        text-align: center;
    }

    .inner-banner-blog ul li {
        display: inline;
    }
/* faq end */
.nav-shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) ;
}
/*social icon end  */
/* review start */
.review {
  position: relative;
}
.review .owl-theme .custom-nav {
  position: absolute;
  top: -27%;
  left: 87%;
  right: 0%;
}
.review .owl-theme .custom-nav .owl-prev, .review .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.review .owl-theme .custom-nav .owl-prev i, .review .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #ffffff;
    border: 2px solid #ffffff;
    padding: 9px 20px;
    border-radius: 50%;

}
.review .owl-theme .custom-nav .owl-prev:hover i, .review .owl-theme .custom-nav .owl-next:hover i {
  font-size: 2.5rem;
  color: #ffffff;
  background-color: #000000;
    border: 2px solid #000000;
    padding: 9px 20px;
    border-radius: 50%;
    transition: all 0.5s ease;

}
.review .owl-theme .custom-nav .owl-prev {
  left: 0;

}
.review .owl-theme .custom-nav .owl-next {
  right: 0;

}


.image-container {
  /* overflow: hidden; */
  display: inline-block;
  position: relative;
}

.image-container img {
  transition: all 0.5s ease;
  transform: translateY(0);
  opacity: 1;
}

.image-container:hover img {
  transform: translateY(-10px);
  /* opacity: 0.8; */
}

/* review end */
@media (min-width: 1440px) {
  .container {
    max-width: 1170px !important;
  }
}

@media (max-width: 768px) {
  .flex-direction {
    flex-direction: column-reverse;
  }
}
@media (max-width: 528px) {
  .contact-bg-img{

    background-position: right;
  }
  .social-icons-btn {
    display: flex;
    justify-content: start;
  }
  .main-content .owl-theme .custom-nav {
    position: absolute;
    top: 94%;
    left: 33%;
    right: 35%;
}
.main-content .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next {
  width: 50px;
}
.performance-card {
  height: auto;
  padding: 20px 0;
}
.w-32 {
  width: auto ;
}
.nav-shadow {
  box-shadow: none;
}
.review .owl-theme .custom-nav {
  position: absolute;
  top: -20%;
  left: 0%;
  right: 0%;
}
.review .owl-theme .custom-nav .owl-prev i, .review .owl-theme .custom-nav .owl-next i {
  font-size: 1.5rem;
    padding: 9px 16px;

}
.review .owl-theme .custom-nav .owl-prev:hover i, .review .owl-theme .custom-nav .owl-next:hover i {
  font-size: 1.5rem;
    padding: 9px 16px;

}
.review .owl-theme .custom-nav {
  position: absolute;
  top: 92%;
  left: 33%;
  right: 35%;
}
.review .owl-theme .custom-nav .owl-prev i, .review .owl-theme .custom-nav .owl-next i {
  color: #ffffff;
  border: 2px solid #ffffff;
}
}

@media (max-width: 430px) {

}
