body {
  font-family: "open sans", sans-serif;
  background: #FFF;
  max-width: 1585px;
  margin: 0 auto;
  /* -webkit-text-size-adjust: 100%; */
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
}

.row {
  --bs-gutter-x: 0px !important;
}

/* floating buttons */
.floating-buttons {
  position: fixed;
  bottom: 30px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  z-index: 9999;
}

/* WhatsApp button style */
.whatsapp-float,
.phone-float {
  background-color: #06375D;
  color: white;
  font-size: 20px;
  padding: 10px 15px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.whatsapp-float:hover,
.phone-float:hover {
  background-color: #06375D;
}

.scroll-up-btn {
  position: fixed;
  bottom: 40px;
  left: 30px;
  z-index: 999;
  background-color: #06375D;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.scroll-up-btn:hover {
  background-color: #06375D;
}


/* header  */
.top-bar {
  background-color: #06375D;
  color: white;
  font-size: 14px;
  padding: 10px 0;
  font-weight: 600;
}

.top-bar a {
  color: white;
  margin-left: 10px;
}

.top-bar-button-mobile {
  display: none;
}

.header-main {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.header-main img {
  max-height: 60px;
}

.temp-logo {
  color: #06375D;
  font-size: 35px;
}

.header-contact i {
  color: #999;
  ;
  margin-right: 8px;
}

.header-phone a,
.header-email a,
.header-address a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}

.appointment-btn {
  background-color: #06375D;
  color: white;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 12px;
  text-decoration: none;
  display: inline-block;
}

.navbar {
  background-color: #06375D;
}

.navbar-nav .nav-link {
  color: white !important;
  font-weight: 500;
  padding: 0px;
}

.navbar-nav .dropdown-menu {
  background-color: #06375D;
}

.navbar-nav .dropdown-item {
  color: white;
}

.navbar-nav .dropdown-item:hover {
  background-color: #06375D;
}

.light-text {
  font-size: 12px;
  color: #999;
}

@media (max-width: 767px) {
  .scroll-up-btn {
    bottom: 30px;
    left: 10px;
  }

  .top-bar {
    padding: 12px 0px;
  }

  .top-bar-button-mobile {
    display: block;
  }

  .top-bar-left-sec {
    display: none;
  }

  .top-bar-button-mobile .appointment-btn {
    border: 1px solid #fff;
  }

  .top-bar-middle-sec {
    margin-top: 10px;
  }

  .header-contact,
  .header-btn {
    display: none;
  }

  .navbar {
    display: none;
  }
}

@media (max-width: 1024px) {
  .header-contact {
    display: none;
  }

  .navbar {
    display: none;
  }

  .header-main-row {
    justify-content: space-between;
  }

  .header-btn {
    width: 33%;
  }
}

/* hero section css  */

.hero-banner {
  background-image: url('https://adca.in/images/slider/1-new.webp');
  /* Replace with your image */
  background-size: cover;
  background-position: center;
  height: 312px;
  position: relative;
  display: flex;
  align-items: center;
  color: white;
}

.hero-content {
  max-width: 600px;
}

.hero-content h1 {
  font-size: 3rem;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}

.btn-outline-light-custom {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 25px;
  font-weight: 600;
  font-size: 14px;
}

.btn-outline-light-custom:hover {
  background-color: #fff;
  color: #000;
}

.btn-light {
  font-weight: 600;
  padding: 10px 25px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .hero-content h1 {
    font-size: 1.8rem;
  }

  .hero-content {
    text-align: center;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 10px !important;
    align-items: center;
  }
}

/* about-us css */
.about-section {
  padding: 50px 20px;
  text-align: center;
}

.about-section h1 {
  font-size: 36px;
  color: #06375D;
  font-weight: 500;
}

.about-section p {
  font-size: 16px;
  color: #333;
  line-height: 1.5em;
  /* max-width: 800px; */
  margin: 0 auto;
  margin-top: 20px;
}

@media (max-width: 576px) {
  .about-section {
    padding: 30px 15px;
    text-align: left;
  }

  .about-section h1 {
    font-size: 1.6rem;
  }

  .about-section p {
    font-size: 1rem;
  }

  .about-section .container {
    padding: 0px !important;
  }

}

/* value propsition css */
.value-prop-section {
  background-color: #f4f7fa;
}

.value-prop-section h2 {
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 30px;
}

.custom-list-arrow {
  list-style: none;
  padding-left: 0;
  text-align: justify;
}

.custom-list-arrow li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px;
  color: #333;
}

.custom-list-arrow li::before {
  content: "›";
  position: absolute;
  left: 0;
  color: #06375D;
  font-weight: bold;
  width: 1em;
  text-align: center;
}

.value-prop-section .first-half {
  padding: 50px 100px;
  padding-right: 70px;
  padding-left: 115px;
}

.value-prop-container {
  margin-right: 0px !important;
  margin-left: 0px !important;

}

.second-half {
  padding-right: 0px !important;
}

.second-half img {
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 767px) {
  .value-prop-section h2 {
    text-align: left;
    font-size: 1.5rem;
  }

  .value-prop-section img {
    margin-top: 30px;
  }

  .value-prop-section .first-half {
    padding: 20px 15px;
    text-align: left;
    padding-bottom: 0px !important;
  }

  .custom-list-arrow {
    text-align: left;
  }
}


/* services  */

.services-heading {
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 45px;
  margin-bottom: 30px;
}

.services-ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.6;
  margin-bottom: 8px;
}

.services-ul li i {
  color: #06375D;
  flex-shrink: 0;
  font-size: 1rem;
  margin-top: 4px;
}

.services-sub-heading {
  font-weight: 600;
  color: #06375D;
  font-size: 24px;
}

.btn-teal {
  background-color: #06375D;
  color: #FFF;
  border: 1px solid #06375D;
  border-radius: 0;

}

.btn-teal:hover {
  background-color: #FFF;
  color: #06375D;
  border: 1px solid #06375D;
}

.services-section h5 i {
  color: #000 !important;
}

.services-section .row {
  --bs-gutter-x: 60px !important;
}

.services-section h5 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

@media (max-width: 767px) {
  .services-heading {
    font-size: 24px;
  }
  .services-section .row {
  --bs-gutter-x: 0px !important;
}

  .services-section {
    padding: 30px 15px !important;
    padding-top: 70px !important;
  }

  .services-section .container {
    padding: 0px !important;
  }

  .service-appoinment-btn {
    margin-top: 10px !important;
  }

}

/* our leadership section css */

.professionals-heading {
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 45px;
  margin-bottom: 30px !important;
}

.professionals {
  background-color: #f4f7fa;
  padding: 50px 0;
}

.professionals .row {
  gap: 50px;
}


.contact-label {
  font-size: 0.85rem;
  color: #7f8c8d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.contact-value {
  font-size: 1rem;
  color: #2c3e50;
  font-weight: 500;
}

.contact-value a {
  color: #06375D;
  text-decoration: none;
  font-weight: 600;
}

.contact-value a:hover {
  color: #2980b9;
  text-decoration: underline;
}

.scroll-box {
  max-height: 325px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
}

.scroll-box::-webkit-scrollbar {
  display: none;
}

.leadership-contact-info {
  padding-top: 15px;
}

.leadership-right-part {
  width: 70% !important;
}

.scroll-box p {
  color: #333;
  line-height: 28px;
}

.contact-icon {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #06375D, #1474b5);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.1rem;
  margin-right: 5px;
  flex-shrink: 0;
}

.carousel-indicators [data-bs-target] {
  background-color: #06375D;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.carousel-indicators [data-bs-slide-to="0"] {
  position: absolute;
  top: -5%;
}

.carousel-indicators [data-bs-slide-to="1"] {
  position: absolute;
  top: 2%;
}

.carousel-indicators {
  position: absolute;
  right: -30px !important;
  top: 40%;
  justify-content: end;
  margin-right: 0% !important;
  margin-bottom: 0rem !important;
  margin-left: 0% !important;
}

.carousel-indicators .active {
  background-color: #06375D;
}

.leadership-image-container img {
  height: 365px;
  object-fit: cover;
  object-position: top center;
}


/* Responsive Design */
@media (max-width: 768px) {
  .professionals {
    padding: 30px 0;
  }

  .professionals .row {
    gap: 0px;
  }

  .professionals-heading {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .leadership-right-part {
    width: 100% !important;
  }

  .leadership-content {
    padding: 0px !important;
    padding-top: 20px !important;
  }

  .carousel-indicators {
    position: absolute;
    right: 0px !important;
    top: -5%;
  }

  .carousel-indicators [data-bs-slide-to="0"] {
    position: initial;
  }

  .carousel-indicators [data-bs-slide-to="1"] {
    position: initial;
  }

}

@media (max-width: 767px) {
  .professionals {
    padding-left: 15px;
    padding-right: 15px;
  }

  .professionals .container {
    padding: 0px !important;
  }

  .professionals-heading {
    font-size: 24px;
    line-height: 32px;
    text-align: left !important;
  }

  .carousel-indicators {
    position: absolute;
    right: 0px !important;
    top: -5%;
  }

  .carousel-indicators [data-bs-slide-to="0"] {
    position: initial;
  }

  .carousel-indicators [data-bs-slide-to="1"] {
    position: initial;
  }
}

/* industry specialization */

.industry-box {
  background-color: #f4f7fa;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.industry-box:hover {
  transform: translateY(-5px);
}

.icon-img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.img-icon-bg img {
  position: absolute;
  right: 0;
  opacity: .04;
  top: 0;
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.industry-grid {
  padding: 30px 20px !important;
}

.industry-grid::after {
  border-right: 50px solid #FFF;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  border-bottom: 50px solid #eee;
  left: auto;
  z-index: 9;
  height: 0;
  content: "";
  box-shadow: 0 6px 6px -7px rgba(0, 0, 0, .7);
}

.industry-heading {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 45px;
}

.industry-specialization .col-lg-4 {
  width: 31% !important;
}

.industry-specialization .row {
  gap: 25px !important;
}

@media (max-width: 767px) {
  .industry-heading {
    font-size: 24px;
  }

  .industry-specialization .col-lg-4 {
    width: 48% !important;
  }

  .industry-specialization .row {
    gap: 10px !important;
  }

  .industry-grid {
    padding: 30px 10px !important;
    gap: 12px !important;
  }

  .icon-img {
    width: 27px;
    height: 27px;
  }

  .industry-grid h6 {
    font-size: 12px;
  }

  .industry-grid::after {
    border-right: 40px solid #FFF;
    border-bottom: 40px solid #eee;
  }

  .industry-specialization .container {
    padding: 0px !important;
  }

  .industry-specialization {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

/* contact us  */
.contact-section {
  /* margin-top: 30px; */
}

.contact-us-heading {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 35px;
  margin-bottom: 20px;
}

.bg-teal {
  background-color: #06375D;
}

.icon-box {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-section a {
  text-decoration: none;
  color: #06375D;
}

.contact-section a:hover {
  text-decoration: underline;
}

.contact-second-half {
  padding-top: 120px;
  /* padding-bottom: 60px; */
}

.contact-first-half iframe {

  height: 440px !important;
}

.contact-address {
  padding: 0px 20px;
}

.contact-address i {
  font-size: 20px !important;
}

.contact-second-half h5 {
  margin-bottom: 2px !important;
}

@media (max-width: 767px) {
  .contact-us-heading {
    font-size: 24px;
  }

  .contact-second-half {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-first-half iframe {

    height: 340px !important;
  }

  .contact-address i {
    font-size: 22px !important;
  }
}



/* footer */

.footer-section {
  font-family: "Open Sans", sans-serif;
  background-color: #f4f7fa;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #000;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #06375D;
  text-decoration: underline;
}

.footer-services-ul i {
  color: #06375D !important;
}

.footer-get-in-touch i {
  color: #06375D !important;
}

.footer-get-in-touch a {
  color: #06375D !important;
  text-decoration: none;
  font-weight: 600;
}

.footer-services-ul li,
.footer-get-in-touch ul li {
  position: relative;
  padding-left: 1.5rem;
}

.footer-services-ul li i,
.footer-get-in-touch ul li i {
  position: absolute;
  left: 0;
}

.footer-services-ul li a {
  font-size: 14px;
  display: inline-block;
  text-indent: 0;
}

.footer-section h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 0;
  position: relative;
  text-transform: uppercase;
}

.footer-first-sec {
  /* padding-right: 20px; */
}

.footer-section .row {
  /* gap: 48px; */
  justify-content: space-between;
}


@media (max-width: 767px) {
  .footer-section .container {
    padding: 0px;
  }

  .footer-section {
    padding: 0px 15px;
    padding-top: 0px !important;
  }
}


/* tab view  */

@media (min-width: 768px) and (max-width:992px) {
  .header-main {
    max-width: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-logo-container {
    width: 40% !important;
  }

  .header-main-row {
    align-items: center;
  }

  .hero-banner .container {
    max-width: 100% !important;
    padding: 0px !important;
  }

  .hero-banner {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .value-prop-container .first-half {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .services-section {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .services-section .container {
    max-width: 100% !important;
    padding: 0px !important;
  }

  .services-section .row {
    gap: 20px;
  }

  .services-section .col-md-6 {
    width: 48% !important;
  }

  .professionals .container {
    max-width: 100% !important;
    padding: 0px !important;
  }

  .professionals {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .professionals .col-md-6 {
    width: 48%;
  }

  .professionals .row {
    gap: 20px;
  }

  .industry-specialization .container {
    max-width: 100% !important;
    padding: 0px !important;
  }

  .industry-specialization {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .industry-specialization .row {
    gap: 20px !important;
  }

  .contact-section .row {
    gap: 20px !important
  }

  .contact-second-half {
    width: 46% !important;
  }

  .footer-section .container {
    max-width: 100% !important;
    padding: 0px !important;
  }

  .footer-section {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .carousel-indicators {
    position: absolute;
    right: 0px !important;
    top: -5%;
  }

  .carousel-indicators [data-bs-slide-to="0"] {
    position: initial;
  }

  .carousel-indicators [data-bs-slide-to="1"] {
    position: initial;
  }

  .contact-value {
    word-break: break-word;
    overflow-wrap: anywhere;
  }
}

/* large tab view  */
@media (min-width: 993px) and (max-width:1200px) {
  .header-main {
    max-width: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-logo-container {
    width: 40% !important;
  }

  .header-main-row {
    align-items: center;
  }

  .value-prop-container .first-half {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .services-section .col-lg-4 {
    width: 31%;
  }

  .services-section {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .services-section .container {
    max-width: 100% !important;
    padding: 0px !important;
  }

  .industry-specialization .container {
    max-width: 100% !important;
    padding: 0px !important;
  }

  .industry-specialization {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .footer-section .container {
    max-width: 100% !important;
    padding: 0px !important;
  }

  .footer-section {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .professionals .col-lg-5 {
    width: 47%;
  }

  .contact-section .col-lg-5 {
    width: 100%;
  }

  .contact-section .row {
    gap: 0px;
  }

  .carousel-indicators {
    position: absolute;
    right: 0px !important;
    top: -5%;
  }

  .carousel-indicators [data-bs-slide-to="0"] {
    position: initial;
  }

  .carousel-indicators [data-bs-slide-to="1"] {
    position: initial;
  }

  .contact-value {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .leadership-right-part {
    width: 68% !important;
  }

}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1365px !important;
  }
}