html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

:root {
  --primary-orange: #ff4d00;
  --dark-grey: #333333;
  --medium-grey: #6c757d;
  --light-grey: #f8f9fa;
  --black: #000000;
  --white: #ffffff;
  --border-grey: #dee2e6;

  /**************/
  --light-section-bg: #f8f9fa; /* Existing */

  /* Golden Corner Variables */
  --gold-bright: #ffeea8; /* Highlight */
  --gold-light: #fad02e;
  --gold-medium: #e4a81b; /* Richer mid-tone */
  --gold-dark: #b47f11; /* Deeper shadow */
  --corner-size: 40px; /* Size of the corner element */
  --corner-thickness: 4px; /* Thickness of the corner lines */
  --card-border-radius: 12px; /* Consistent radius */
}

p {
  text-align: justify !important;
}

.list-stl {
  list-style: none;
}

.pl-5 {
  padding-left: 9px;
}

.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.pl-10 {
  padding-left: 17px;
}

.bold-700 {
  font-weight: 700;
  color: #ff4d00;
}

.mtop-60 {
  margin-top: 60px !important;
}


/**************************/
.m-top-1{
    margin-top: 1rem;
}

.m-top-2{
    margin-top: 2rem;
}

.m-top-3{
    margin-top: 3rem;
}

.m-bottom-1{
    margin-bottom: 1rem;
}

.m-bottom-2{
    margin-bottom: 2rem;
}

.m-bottom-3{
    margin-bottom: 3rem;
}

.fw-bold2{
    color: #ffffff;
}
/*****************************/

ul {
  padding-left: 1rem !important;
}

li {
  text-align: justify !important;
  margin-bottom: 5px !important;
}

body {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  color: var(--dark-grey);
  overflow-x: hidden;
}

.fs-one {
  font-size: 1.5rem !important;
}

.fs-two {
  font-size: 3.2rem;
}


/*****************************Responsive CSS Starts*********************/
@media only Screen and (max-width: 1600px) {
}

@media only Screen and (max-width: 1400px) {
  .cta-section-ip .cta-heading {
    font-size: 2rem !important;
  }
  .fs-two {
    font-size: 2.4rem;
  }
}

@media only Screen and (max-width: 1200px) {
  .cta-section-ip .cta-heading {
    font-size: 1.4rem !important;
    text-align: left !important;
  }
  .fs-one {
    font-size: 1.4rem !important;
  }
  .me-3 {
    margin-right: 0rem !important;
  }
  .text-center {
    text-align: left !important;
  }
  .hero-heading-advanced {
    font-size: 2rem !important;
    text-align: left;
  }
  .graphics-wrapper img {
    height: 370px !important;
  }
}

@media only Screen and (max-width: 992px) {
  .graphics-wrapper img {
    height: 345px !important;
  }
  .description-advanced {
    text-align: left !important;
  }
  .hero-heading-advanced {
    font-size: 1.7rem !important;
  }
}

@media only Screen and (max-width: 768px) {
  .hero-heading-advanced {
    text-align: center !important;
  }
  .description-advanced {
    text-align: center !important;
  }
}

@media only Screen and (max-width: 576px) {
  .cta-section-ip .cta-heading {
    font-size: 1rem !important;
    text-align: left !important;
  }
  .fs-two {
    font-size: 1.6rem;
  }
  .fs-one {
    font-size: 1.1rem !important;
  }
}

/*******************************Responsive CSS ends*******************/

.shadow-effect {
  box-shadow: rgba(0, 0, 0, 0.24) 4px 5px 19px !important;
}

a {
  text-decoration: none;
}

h1 {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  color: var(--dark-grey);
}

.asia-btn:hover {
  color: #ff4d00 !important;
}

/* --- Header Start --- */

.head-cls {
  box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
  position: fixed;
  z-index: 100;
  width: 100%;
}

.top-bar-right .flag-icon {
  width: 1.2em; /* Adjust size as needed */
  height: auto; /* Maintain aspect ratio */
  vertical-align: middle; /* Align nicely with text */
  margin-right: 0.3em; /* Optional space between flag and text */
  display: inline-block; /* Helps with alignment */
}

.main-nav .dropdown-menu {
  background-color: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.1); /* Subtle border */
  border-radius: 0.375rem; /* Standard Bootstrap rounding */
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1); /* Soft shadow */
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-top: 0.5rem; /* Add a little space between nav link and dropdown */
  z-index: 1021; /* Ensure it's above most other content, including navbars */
}

.main-nav .dropdown-item {
  color: var(--dark-grey);
  font-family: "Arial", sans-serif;
  font-size: 0.9rem;
  font-weight: 400; /* Regular weight for dropdown items */
  padding: 0.5rem 1rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.main-nav .dropdown-item:hover,
.main-nav .dropdown-item:focus {
  color: var(--primary-orange);
  background-color: #f8f9fa; /* Light grey background on hover */
}

.main-nav .dropdown-item:active {
  background-color: #ededed; /* Slightly darker for active state */
  color: var(--dark-grey);
}

.main-nav .dropdown-divider {
  border-top: 1px solid #dee2e6; /* Standard divider color */
  margin: 0.5rem 0;
}

/* Adjust dropdown toggle arrow color if needed */

/* Ensure dropdown toggle hover matches other nav links */
.main-nav .nav-item.dropdown .nav-link.dropdown-toggle:hover {
  color: var(--primary-orange);
}

/* Ensure the collapsed navbar doesn't hide the dropdown */
@media (max-width: 991.98px) {
  .main-nav .navbar-collapse {
    overflow-y: auto; /* Allow scrolling if content overflows */
    max-height: 75vh; /* Prevent it from taking full screen height */
  }
  /* Static position for dropdowns within mobile nav */
  .main-nav .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    padding-left: 1rem; /* Indent dropdown items */
  }
  .main-nav .dropdown-item {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .main-nav .dropdown-item:hover,
  .main-nav .dropdown-item:focus {
    background-color: transparent; /* Remove hover background on mobile */
    color: var(--primary-orange);
  }
}

.top-bar {
  background-color: #fff;
  padding: 5px 0;
  font-size: 0.8rem;
}

.top-bar a,
.top-bar span {
  color: #000;
  margin: 0 3px;
  font-family: "Arial", sans-serif;
  font-weight: 400;
}

.top-bar a:hover {
  color: var(--primary-orange);
}

.top-bar-left span,
.top-bar-right span {
  color: #ff4d00;
}

.main-nav {
  background-color: var(--white);
}

@media (min-width: 992px) {
  .me-lg-4 {
    margin-right: 4.5rem !important;
  }
}

.logo {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  padding: 0;
}

.logo-orange {
  color: var(--primary-orange);
}

.logo-black {
  color: var(--dark-grey);
}

.nav-links .nav-item {
  margin: 0 5px;
}

.nav-links .nav-link {
  color: var(--dark-grey);
  font-weight: 600;
  padding: 0.5rem 0.8rem;
  font-size: 0.95rem;
  transition: color 0.2s ease-in-out;
}

.nav-links .nav-link:hover,
.nav-links .nav-link.active {
  color: var(--primary-orange);
}

.search-form {
  position: relative;
}

.search-form .form-control {
  border-radius: 20px;
  padding-right: 40px;
  font-size: 0.9rem;
  border-color: var(--border-grey);
  min-width: 200px;
}
.search-form .form-control::placeholder {
  color: #aaa;
}

.search-form .search-btn {
  position: absolute;
  right: 9px;
  top: 18%;
  /*transform: translateY(-50%);*/
  border: none;
  background: none;
  color: var(--medium-grey);
  padding: 0 10px;
}

.search-form .search-btn:hover {
  color: var(--primary-orange);
}

.navbar-toggler {
  border: 1px solid var(--medium-grey);
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(51, 51, 51, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.top-bar-links-mobile {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
  padding: 10px 0;
}

.top-bar-links-mobile a {
  color: var(--dark-grey);
  font-size: 0.85rem;
  font-family: "Arial", sans-serif;
}
.top-bar-links-mobile a:hover {
  color: var(--primary-orange);
}

/* --- Hero Section --- */

.hero-section {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  min-height: 60vh;
  display: flex;
  align-items: center;
}

.hero-text-content h1 {
  font-size: 2.8rem;
  line-height: 1.3;
  margin-bottom: 20px;
  font-family: "Arial", sans-serif;
  font-weight: 700;
}

.hero-text-content h1 .logo-orange {
  color: var(--primary-orange);
}

.btn-contact {
  border: 2px solid var(--primary-orange);
  color: var(--primary-orange);
  background-color: var(--white);
  padding: 10px 30px;
  border-radius: 25px;
  font-weight: 400;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.btn-contact:hover {
  background-color: var(--primary-orange);
  color: var(--white);
}

.hero-graphics-container {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-top: 40px; */
  position: relative;
}

.graphics-wrapper {
  width: 100%;
  text-align: center;
}

.graphics-wrapper img {
  max-width: 500px;
  height: 449px;
  display: block;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .hero-text-content h1 {
    font-size: 2.4rem;
  }

  .hero-graphics-container {
    margin-top: 50px;
  }

  .navbar-collapse {
    text-align: center;
  }
  .navbar-nav {
    width: 100%;
    justify-content: center;
  }
  .search-form {
    margin-top: 15px;
    justify-content: center;
  }
  .search-form .form-control {
    max-width: 300px;
  }
  .top-bar-links-mobile {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .hero-text-content {
    text-align: center;
  }

  .hero-text-content h1 {
    font-size: 2rem;
  }

  .hero-graphics-container {
    margin-top: 45px;
  }

  .main-nav .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 575.98px) {
  .hero-section {
    padding: 40px 0;
  }

  .hero-text-content h1 {
    font-size: 1.8rem;
  }

  .btn-contact {
    padding: 8px 25px;
    font-size: 0.9rem;
  }

  .hero-graphics-container {
    margin-top: 35px;
  }

  .search-form .form-control {
    min-width: auto;
    width: 100%;
  }

  .top-bar-links-mobile {
    font-size: 0.8rem;
    gap: 5px 10px;
  }
}

/* Section Two css starts */
.section-two .services-section {
  padding: 50px 0;
  background-color: #f8f9fa;
}

.section-two .service-card {
  background-color: var(--white);
  border-radius: 12px;
  padding: 25px;
  padding-right: 70px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  position: relative;
  height: 100%;
}

.section-two .service-icon-wrapper {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--primary-orange);
  width: 45px;
  height: 45px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}

.section-two .service-icon-wrapper i {
  font-size: 1.3rem;
  line-height: 1;
}

.section-two .service-title {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--dark-grey);
  margin-bottom: 8px;
}

.section-two .service-description {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  color: var(--medium-grey);
  line-height: 1.6;
  margin-bottom: 5px;
}

@media (max-width: 767.98px) {
  .section-two .service-card {
    padding: 20px;
    padding-right: 60px;
  }
  .section-two .service-icon-wrapper {
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
  }
  .section-two .service-icon-wrapper i {
    font-size: 1.2rem;
  }
  .section-two .service-title {
    font-size: 1rem;
  }
  .section-two .service-description {
    font-size: 0.85rem;
  }
}

@media (max-width: 575.98px) {
  .section-two .services-section {
    padding: 30px 0;
  }
}
/* Section two CSS ends */

/* Section three css starts */
.section-three .growth-section {
  padding: 80px 0 30px 0;
  background-color: var(--white);
}

.section-three .feature-column {
  margin-bottom: 50px;
}

.section-three .main-heading {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: var(--dark-grey);
  margin-bottom: 15px;
  line-height: 1.3;
}

.highlight {
  color: var(--primary-orange) !important;
}

.section-three .intro-paragraph {
  font-family: "Arial", sans-serif;
  font-size: 1rem;
  color: var(--medium-grey);
  line-height: 1.7;
  margin-bottom: 50px;
  max-width: 750px;
  /* margin-left: auto; */
  margin-right: auto;
}

.section-three .feature-heading {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--dark-grey);
  margin-bottom: 10px;
}

.section-three .feature-description {
  font-family: "Arial", sans-serif;
  font-size: 1rem;
  color: var(--medium-grey);
  line-height: 1.6;
  margin-bottom: 15px;
  padding-right: 10px;
}

.section-three .feature-link-wrapper {
  position: relative;
  padding-left: 15px;
  display: inline-block;
}

.section-three .feature-link-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 1em;
  background-color: var(--primary-orange);
  border-radius: 1px;
}

.section-three .feature-link {
  font-family: "Arial", sans-serif;
  font-size: 0.95rem;
  color: var(--primary-orange);
  font-weight: 400;
  text-decoration: none;
  transition: color 0.2s ease;
}

.section-three .feature-link:hover {
  color: var(--dark-grey);
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .section-three .intro-paragraph {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .section-three .growth-section {
    padding: 60px 0;
  }
  .section-three .main-heading {
    font-size: 1.8rem;
  }
  .section-three .intro-paragraph {
    font-size: 0.95rem;
  }
  .section-three .feature-column {
    text-align: center;
  }
  .section-three .feature-link-wrapper {
    display: inline-block;
    padding-left: 18px;
  }
  .section-three .feature-link-wrapper::before {
    left: 0;
  }
}

@media (max-width: 575.98px) {
  .section-three .growth-section {
    padding: 40px 0;
  }
  .section-three .main-heading {
    font-size: 1.6rem;
  }
  .section-three .feature-heading {
    font-size: 1rem;
  }
  .section-three .feature-description,
  .feature-link {
    font-size: 0.9rem;
  }
}
/* section three css ends */

/*Section Seventeen Starts*/
:root {
  --primary-dark: #000033;
  --primary-blue: #ff4d00;
  --secondary-blue: #0d47a1;
  --light-bg: #f5f3e9;
  --text-light: #ffffff;
  --text-dark: #333333;
}

.seventeen-section {
  font-family: "Arial", sans-serif;
  margin-top: 60px;
}


.seventeen-section .row {
  min-height: calc(100vh - 4rem);
}

.twin-card{
    box-shadow: none !important;
}

.twin-card:hover{
    box-shadow: none !important;
}

.mar-b-10 {
  margin-bottom: 10px !important;
}

.mar-b-4 {
  margin-bottom: 6px !important;
}

.seventeen-section .col-lg-4 {
  display: flex;
  flex-direction: column;
}

.seventeen-section .serv-list-stl {
  list-style: none;
  display: flex;
  gap: 3px;
}

.seventeen-section span{
    font-size: 0.9rem;
}

.seventeen-section .fa-angles-right {
  padding-top: 3px;
  padding-right: 3px;
}

.seventeen-section .card {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.seventeen-section .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.seventeen-section .card-body {
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.seventeen-section p {
  text-align: left !important;
}

.seventeen-section li {
  text-align: left !important;
}

.seventeen-section .carousel-item {
  /*padding: 1rem;*/
}

.seventeen-section .carousel-indicators {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

.seventeen-section .carousel-indicators button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  margin: 0 4px;
}

.seventeen-section .carousel-indicators button.active {
  background-color: var(--text-light);
}

.seventeen-section .light-card .carousel-indicators button,
.seventeen-section .gradient-card .carousel-indicators button {
  background-color: rgba(0, 0, 0, 0.3);
}

.seventeen-section .light-card .carousel-indicators button.active,
.seventeen-section .gradient-card .carousel-indicators button.active {
  background-color: var(--text-dark);
}

.seventeen-section .news-card {
  background: linear-gradient(135deg, var(--primary-dark) 0%, #cb5725 100%);
  color: var(--text-light);
}

.seventeen-section .news-card h2 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.seventeen-section .news-card p {
  font-size: 0.9rem;
  line-height: 1.6;
  opacity: 0.9;
  /*margin-bottom: 2rem;*/
}

.seventeen-section .feature-card {
  min-height: 280px;
}

.seventeen-section .light-card {
  background: linear-gradient(135deg, #f5bfb3 0%, #bed8cb 100%);
  color: var(--text-dark);
}

.seventeen-section .gradient-card {
  background: linear-gradient(135deg, #e8f5e9 0%, #b2ebf2 100%);
  color: var(--text-dark);
}

.seventeen-section .blue-card {
  background-color: var(--primary-blue);
  color: var(--text-light);
}

.seventeen-section .dark-blue-card {
  background: transparent;
  color: var(--text-light);
}

.seventeen-section .gradient-purple-card {
  background: linear-gradient(135deg, #ec6039 0%, #2e1387 100%);
  color: var(--text-dark);
}

.seventeen-section .tag {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 4px;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  background: rgb(255 255 255 / 15%);
  color: #ffffff;
}

.seventeen-section .light-card .tag,
.seventeen-section .gradient-card .tag {
  background: rgb(1 1 1 / 26%);
}

.seventeen-section h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
  line-height: 1;
}

.seventeen-section p {
  font-size: 0.9rem;
  line-height: 1.6;
  /*margin-bottom: 1.5rem;*/
  opacity: 0.9;
}

.seventeen-section .btn {
  border-radius: 25px;
  font-weight: 500;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.seventeen-section .btn-outline-light {
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: var(--text-light);
}

.seventeen-section .btn-primary {
  background-color: var(--primary-blue);
  color: var(--text-light);
  border: none;
}

.seventeen-section .btn-light {
  background-color: var(--text-light);
  color: var(--primary-blue);
  border: none;
}

.seventeen-section .report-image {
  height: 160px;
  width: auto;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.seventeen-section .software-image {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 180px;
  height: auto;
  border-radius: 8px;
}

.seventeen-section .col-lg-4.d-flex.flex-column {
  gap: 1.5rem;
}

.seventeen-section .col-lg-4.d-flex.flex-column .card {
  flex: 1;
}

@media (max-width: 991px) {
  .seventeen-section .row {
    min-height: auto;
  }
  .seventeen-section .card-body{
      height: 300px;
  }
  .seventeen-section .col-lg-4 {
    margin-bottom: 1.5rem;
  }
  .col-lg-4:last-child {
    margin-bottom: 0;
  }
  .seventeen-section .feature-card {
    min-height: 250px;
  }
  .seventeen-section .report-image {
    height: 120px;
  }
  .seventeen-section .software-image {
    width: 140px;
  }
}

@media (max-width: 767px) {
  .seventeen-section .card-body {
    padding: 1.5rem;
  }
  .seventeen-section h2 {
    font-size: 1.75rem;
  }
  .seventeen-section h3 {
    font-size: 1.25rem;
  }
  .seventeen-section .feature-card {
    min-height: 220px;
  }
}

@media (max-width: 575px) {
  .seventeen-section .container-fluid {
    padding: 1rem;
  }
  .seventeen-section .report-image {
    height: 100px;
  }
  .seventeen-section .software-image {
    width: 120px;
  }
  .seventeen-section .card-body{
      height: 400px;
  }
}

/*Section Seventeen Ends*/

/*Section Fourteen Starts*/
:root {
  --pink-bg: #ffe8e8;
  --light-pink-bg: #fff1f1;
  --blue-bg: #eef4ff;
  --orange-bg: #ff5c35;
}

.recovery-section {
  padding: 40px 0;

  display: flex;
  align-items: center;
}

.recovery-section .row {
  --bs-gutter-x: 24px;
}

.recovery-section .left-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-right: 40px;
}

.recovery-section .main-title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 24px;
}

.recovery-section .description {
  font-size: 16px;
  line-height: 1.6;
  color: #4a4a4a;
  margin-bottom: 32px;
  max-width: 90%;
}

.recovery-section .btn-dark {
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 4px;
  font-weight: 500;
  align-self: flex-start;
}

.recovery-section .stats-container {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}

.recovery-section .stat-item {
  flex: 1;
  padding-right: 20px;
}

.recovery-section .stat-number {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #0a0a0a;
}

.recovery-section .stat-label {
  font-size: 14px;
  color: #4a4a4a;
  margin: 0;
}

.recovery-section .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.recovery-section .info-card {
  border-radius: 16px;
  flex: 1;
  position: relative;
}

.recovery-section .card-content {
  padding: 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.recovery-section .info-card h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #0a0a0a;
}

.recovery-section .info-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #4a4a4a;
  margin-bottom: 24px;
  flex-grow: 1;
}

.recovery-section .practice-area {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  margin-top: auto;
}

.recovery-section .practice-area img {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.recovery-section .pink {
  background-color: var(--pink-bg);
  flex: 0.85;
}

.recovery-section .light-pink {
  background-color: var(--light-pink-bg);
  flex: 1;
}

.recovery-section .blue {
  background-color: var(--blue-bg);
  flex: 1.2;
}

.recovery-section .orange {
  background-color: var(--orange-bg);
  flex: 0.8;
  color: white;
}

.recovery-section .orange .card-content {
  padding: 40px 32px;
}

.recovery-section .orange p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 32px;
}

.recovery-section .clients-number {
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}

@media (max-width: 991.98px) {
  .recovery-section .recovery-section {
    padding: 60px 0;
  }

  .recovery-section .left-content {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .recovery-section .main-title {
    font-size: 40px;
  }

  .recovery-section .card-wrapper {
    margin-bottom: 24px;
  }
}

@media (max-width: 767.98px) {
  .recovery-section .recovery-section {
    padding: 40px 0;
  }

  .recovery-section .main-title {
    font-size: 36px;
  }

  .recovery-section .stats-container {
    padding-top: 40px;
  }

  .recovery-section .stat-number {
    font-size: 32px;
  }

  .recovery-section .info-card {
    margin-bottom: 20px;
  }
}

@media (max-width: 575.98px) {
  .recovery-section .main-title {
    font-size: 32px;
  }

  .recovery-section .card-content {
    padding: 24px;
  }

  .recovery-section .stats-container {
    flex-direction: column;
    gap: 24px;
  }

  .recovery-section .stat-item {
    padding-right: 0;
  }
}

/*Section Fourteen Ends*/

/* Section four css starts  */
.section-four-home .about-section {
  background-color: var(--white);
  overflow: hidden;
}

.section-four-home .about-heading {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: var(--dark-grey);
  display: inline-block;
  align-items: center;
  margin-bottom: 25px !important;
}

.section-four-home .about-logo-graphic {
  height: 72px;
  width: auto;
  margin-left: 8px;
  vertical-align: sub;
}

.section-four-home .about-text-col p {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.95rem;
  color: var(--medium-grey);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.section-four-home .btn-outline-primary-custom {
  border: 1.5px solid var(--primary-orange);
  color: var(--primary-orange);
  background-color: var(--white);
  padding: 8px 28px;
  border-radius: 25px;
  font-weight: 400;
  transition: all 0.3s ease;
  font-size: 0.95rem;
  font-family: "Arial", sans-serif;
  display: inline-block;
}

.section-four-home .btn-outline-primary-custom:hover {
  background-color: var(--primary-orange);
  color: var(--white);
}

.section-four-home .about-image-wrapper {
  position: relative;
  padding: 10px;
}

.section-four-home .main-about-image {
  border-radius: 12px;
  display: block;
  width: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.section-four-home .secondary-about-image {
  position: absolute;
  bottom: 6px;
  right: 6px;
  width: 33%;
  max-width: 180px;
  border-radius: 10px;
  border: 4px solid var(--white);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991.98px) {
  .section-four-home .about-heading {
    font-size: 2rem;
    margin-bottom: 20px !important;
  }

  .section-four-home .about-image-col {
    order: 1;
    margin-bottom: 30px;
  }
  .section-four-home .about-text-col {
    order: 2;
    text-align: center;
  }
  .section-four-home .about-text-col:last-child {
    margin-top: 20px;
  }
  .section-four-home .secondary-about-image {
    bottom: 5px;
    right: 5px;
    width: 38%;
  }
  .section-four-home .btn-outline-primary-custom {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .section-four-home .about-heading {
    font-size: 1.8rem;
  }
  .section-four-home .about-text-col p {
    font-size: 0.9rem;
  }
  .section-four-home .secondary-about-image {
    width: 45%;
    max-width: 150px;
    bottom: 0px;
    right: 0px;
  }
}

@media (max-width: 575.98px) {
  .section-four-home .about-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-four-home .about-heading {
    font-size: 1.7rem;
  }
  .section-four-home .btn-outline-primary-custom {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
    font-size: 0.9rem;
  }
  .section-four-home .secondary-about-image {
    width: 50%;
    max-width: 130px;
    border-width: 3px;
  }
}

/* Section four css ends  */

/* Section four V-2 Styles starts (About anovIP v2) */
.about-section-v2 {
  background-color: var(--white);
  overflow: hidden; /* Prevent potential horizontal scroll */
}

.about-heading-v2 {
  font-family: "Arial", sans-serif;
  font-weight: 700; /* Bold */
  font-size: 2.6rem; /* Adjust size as needed */
  color: var(--dark-grey);
  line-height: 1.3;
}

.about-heading-v2 .logo-orange {
  color: var(--primary-orange);
  font-weight: 700; /* Ensure orange part is bold too */
}

.about-text-col-v2 p {
  font-family: "Arial", sans-serif;
  font-weight: 400; /* Regular */
  font-size: 1rem; /* Adjust as needed */
  color: var(--medium-grey);
  line-height: 1.7;
  margin-bottom: 1.2rem; /* Spacing between paragraphs */
}

.btn-outline-primary-custom-v2 {
  border: 2px solid var(--primary-orange);
  color: var(--primary-orange);
  background-color: var(--white);
  padding: 10px 35px; /* Adjust padding for size */
  border-radius: 50px; /* Fully rounded ends */
  font-weight: 500; /* Medium weight */
  font-family: "Arial", sans-serif;
  font-size: 1rem; /* Adjust size */
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block; /* Needed for margin-top */
  text-align: center;
}

.btn-outline-primary-custom-v2:hover {
  background-color: var(--primary-orange);
  color: var(--white);
}

.about-image-v2 {
  border-radius: 15px; /* Rounded corners for the image */
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  width: 100%;
  height: auto; /* Maintain aspect ratio */
}

@media (max-width: 991.98px) {
  .about-heading-v2 {
    font-size: 2.3rem; /* Slightly smaller heading on tablets */
  }
  .about-image-col-v2 {
    margin-top: 30px; /* Add space above image when stacked */
  }
  .about-section-v2 {
    padding-top: 40px; /* Adjust padding */
    padding-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .about-heading-v2 {
    font-size: 2rem; /* Smaller heading on mobile */
    text-align: center; /* Center heading on mobile */
  }
  .about-text-col-v2 {
    text-align: center; /* Center text and button */
  }
  .about-text-col-v2 p {
    font-size: 0.95rem; /* Slightly smaller text */
    text-align: left; /* Keep paragraphs left-aligned */
  }
  .btn-outline-primary-custom-v2 {
    padding: 9px 30px;
    font-size: 0.95rem;
  }
}

@media (max-width: 575.98px) {
  .about-heading-v2 {
    font-size: 1.8rem;
  }
  .about-section-v2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* Section four V-2 Styles ends */

/* Section five css starts */

.section-five-home .advantages-section {
  padding: 60px 0;
  background-color: var(--white);
}

.section-five-home .advantages-title {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 2.5rem; /* Adjust size as needed */
  margin-bottom: 10px;
  color: var(--dark-grey); /* Default color for logo-grey */
}

.section-five-home .advantages-title .logo-grey {
  color: var(--dark-grey); /* Ensure grey part uses dark grey */
}

.advantages-title .logo-orange {
  color: var(--primary-orange);
}

.section-five-home .advantages-subtitle {
  font-family: "Arial", sans-serif;
  font-size: 1rem;
  color: var(--medium-grey);
  margin-bottom: 0;
}

.section-five-home .advantage-card {
  background-color: #ededed;
  border-radius: 15px;
  padding: 25px 20px 0px 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.section-five-home .advantage-card .icon-wrapper {
  background-color: var(--white);
  border-radius: 10px;
  display: inline-flex; /* Changed from inline-block for better alignment */
  align-items: center;
  justify-content: center;
  padding: 12px;
  margin: 0 auto 20px auto; /* Center horizontally, add bottom margin */
  width: 55px; /* Fixed width */
  height: 55px; /* Fixed height */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.section-five-home .advantage-card .icon-wrapper i {
  font-size: 1.6rem; /* Icon size */
  color: var(--medium-grey); /* Icon color */
  line-height: 1; /* Ensure icon is centered vertically */
}

.section-five-home .advantage-card-title {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--primary-orange);
  margin-bottom: 15px;
}

.section-five-home .advantage-card .content-box {
  background-color: var(--white);
  border-radius: 12px;
  padding: 25px;
  margin-top: auto; /* Pushes box down if card column grows */
  flex-grow: 1; /* Allows box to grow */
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Pushes button to bottom */
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.section-five-home .advantage-description {
  font-family: "Arial", sans-serif;
  font-size: 0.95rem;
  color: var(--medium-grey);
  line-height: 1.6;
  margin-bottom: 20px; /* Space between text and button */
  flex-grow: 1; /* Allows text to take available space */
}

.btn-explore {
  border: 2px solid var(--primary-orange);
  color: var(--primary-orange);
  background-color: var(--white);
  padding: 8px 25px;
  border-radius: 50px; /* Pill shape */
  font-weight: 400; /* Regular weight */
  font-family: "Arial", sans-serif;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  text-decoration: none;
  display: inline-block; /* Ensure it behaves like a block for centering/margins */
  align-self: center; /* Center button horizontally */
  margin-top: auto; /* Keep button at bottom */
}

.btn-explore:hover {
  background-color: var(--primary-orange);
  color: var(--white);
  border-color: var(--primary-orange);
}

/* Responsive Adjustments */
@media (max-width: 1199.98px) {
  .section-five-home .advantage-card-title {
    font-size: 1rem;
  }
  .section-five-home .advantage-description {
    font-size: 0.9rem;
  }
}

@media (max-width: 991.98px) {
  .section-five-home .advantages-title {
    font-size: 2.2rem;
  }
  .section-five-home .advantages-subtitle {
    font-size: 0.95rem;
  }
  .section-five-home .advantage-card .content-box {
    padding: 20px;
  }
}

@media (max-width: 767.98px) {
  .section-five-home .advantages-section {
    padding: 40px 0;
  }
  .section-five-home .advantages-title {
    font-size: 2rem;
    text-align: center; /* Center title on smaller screens */
  }
  .section-five-home .advantages-subtitle {
    text-align: center; /* Center subtitle */
  }
  .section-five-home .advantage-card {
    padding: 20px 15px;
  }
}

/* Section five css ends */

/* Section five V-2 Styles (Advantages v2) */

/* Shimmer Animation Definition */
@keyframes shimmer {
  0% {
    background-position: 200% 0;
  } /* Start position (far right) */
  100% {
    background-position: -200% 0;
  } /* End position (far left) */
}

/* Section five V-2 Styles (Advantages v2) */
.advantages-section-v2 {
  background-color: var(--light-section-bg);
  font-family: "Arial", sans-serif;
}

.advantages-title-v2 {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  color: var(--dark-grey);
  margin-bottom: 0.5rem;
}

.advantages-title-v2 .logo-orange {
  font-weight: 700;
  color: var(--primary-orange);
}

.advantages-subtitle-v2 {
  font-size: 1.1rem;
  color: var(--medium-grey);
  margin-bottom: 0;
  font-family: "Arial", sans-serif;
  font-weight: 400;
}

/* Base Card Style - Modified for Corner Effect */
.advantage-card-v2 {
  background-color: var(--white);
  border-radius: var(--card-border-radius);
  padding: 25px 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
  height: 100%;
  display: flex;
  flex-direction: column;
  /* Required for corner positioning */
  position: relative;
  overflow: hidden;
}

/* --- Attractive Golden Corner Effect --- */
.advantage-card-v2::before,
.advantage-card-v2::after {
  content: "";
  position: absolute;
  background-color: var(--gold-medium); /* Fallback */
  z-index: 1; /* Below content */
  /* Apply the gradient */
  background-image: linear-gradient(
    135deg,
    /* Diagonal angle for sheen */ var(--gold-dark) 0%,
    var(--gold-medium) 25%,
    var(--gold-bright) 50%,
    /* Central highlight */ var(--gold-medium) 75%,
    var(--gold-dark) 100%
  );
  /* Make gradient wider for animation */
  background-size: 400% 100%;
  /* Initial position */
  background-position: 150% 0;
  /* Subtle inner shadow for bevel */
  box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.4);
}

/* Top line segment */
.advantage-card-v2::before {
  top: 0;
  right: var(--corner-thickness); /* Offset by thickness */
  width: var(--corner-size);
  height: var(--corner-thickness);
  border-bottom-left-radius: 2px;
}

/* Right line segment */
.advantage-card-v2::after {
  top: var(--corner-thickness); /* Offset by thickness */
  right: 0;
  width: var(--corner-thickness);
  height: var(--corner-size);
  border-bottom-left-radius: 2px;
}

/* Apply shimmer animation on hover */
.advantage-card-v2:hover::before,
.advantage-card-v2:hover::after {
  animation: shimmer 100s ease-out forwards; /* Adjust duration/timing */
}
/* --- End Golden Corner Effect --- */

/* Card Content Styling - ensure it's above corners */
.advantage-card-v2 p,
.advantage-card-v2 h5.card-title-v2,
.read-more-link-v2 {
  position: relative; /* Establish stacking context */
  z-index: 2; /* Ensure content is above pseudo-elements */
}

.advantage-card-v2 p {
  font-size: 0.95rem;
  color: var(--medium-grey);
  line-height: 1.6;
  margin-bottom: 1rem;
  flex-grow: 1;
  font-family: "Arial", sans-serif;
  font-weight: 400;
}

.advantage-card-v2 h5.card-title-v2 {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  color: var(--dark-grey);
  margin-bottom: 0.8rem;
}

/* Existing Highlight class (used within h5) */
.highlight-orange {
  font-weight: 700;
  color: var(--primary-orange);
}

.read-more-link-v2 {
  font-family: "Arial", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--primary-orange);
  text-decoration: none;
  transition: color 0.2s ease;
  margin-top: auto;
}

.read-more-link-v2 .arrow {
  transition: transform 0.2s ease;
  display: inline-block;
}

.read-more-link-v2:hover {
  color: #d94800; /* Darker orange on hover */
}

.read-more-link-v2:hover .arrow {
  transform: translateX(4px);
}

/* Orange Stats Card - Keep original styling, ensure no corners */
.orange-stats-card {
  background-color: var(--primary-orange);
  color: var(--white);
  border-radius: var(--card-border-radius); /* Use variable */
  padding: 25px 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  min-height: 150px;
  position: relative; /* Need this for ::before/::after removal */
  overflow: hidden; /* Need this for ::before/::after removal */
}

/* Explicitly remove corners from orange card */
.orange-stats-card::before,
.orange-stats-card::after {
  display: none;
}

.stat-item-v2 {
  width: 48%;
  margin-bottom: 15px;
  text-align: left;
  font-family: "Arial", sans-serif;
}

.stat-number {
  font-weight: 700;
  font-size: 1.6rem;
  display: inline;
  margin-right: 5px;
}

.stat-label {
  font-weight: 400;
  font-size: 0.95rem;
  display: inline;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  :root {
    --corner-size: 35px;
    --corner-thickness: 3px;
  }
  .advantages-title-v2 {
    font-size: 2.3rem;
  }
  .advantages-subtitle-v2 {
    font-size: 1rem;
  }
  .advantage-card-v2 {
    padding: 20px 25px;
  } /* Adjust padding */
  .advantage-card-v2 h5.card-title-v2 {
    font-size: 1.05rem;
  }
  .advantage-card-v2 p {
    font-size: 0.9rem;
  }
  .orange-stats-card {
    padding: 20px 25px;
  } /* Adjust padding */
}

@media (max-width: 767.98px) {
  :root {
    --corner-size: 30px;
  }
  .advantages-section-v2 .text-md-end {
    text-align: center !important;
  }
  .advantages-section-v2 .col-md-8 {
    text-align: center !important;
  }
  .advantages-title-v2 {
    font-size: 2rem;
  }
  .advantages-subtitle-v2 {
    margin-bottom: 1.5rem;
  }
  .stat-number {
    font-size: 1.4rem;
  }
  .stat-label {
    font-size: 0.9rem;
  }
}

@media (max-width: 575.98px) {
  :root {
    --corner-size: 25px;
    --corner-thickness: 3px;
  }
  .advantages-title-v2 {
    font-size: 1.8rem;
  }
  .stat-item-v2 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .orange-stats-card {
    padding: 25px 20px;
  }
  .advantage-card-v2 {
    padding: 20px;
  } /* Adjust padding */
}
/* Section five V-2 Style ends */

/* Section six css starts */
.section-six-home .case-studies-section {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.section-six-home .case-studies-title {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: var(--dark-grey);
  margin-bottom: 0;
}

.section-six-home .case-studies-title .logo-orange {
  color: var(--primary-orange);
}

.section-six-home .case-study-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.section-six-home .case-study-card {
  position: relative;
  border-radius: 15px;
  overflow: visible; /* Allow overlay to show outside bounds */
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease-in-out;
  height: 250px;
  background-color: var(--medium-grey);
  margin-bottom: 45px; /* Add space below card for the overlay */
}

.section-six-home .case-study-card .card-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px; /* Keep image rounded */
  transition: transform 0.4s ease-in-out;
}

.section-six-home .case-study-card .card-text-overlay {
  position: absolute;
  bottom: -40px; /* Adjust this negative value to control overlap */
  left: 15px;
  right: 15px;
  background-color: rgb(255, 255, 255); /* Solid white background */
  padding: 18px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); /* Slightly stronger shadow */
  transition: background-color 0.3s ease, transform 0.3s ease; /* Added transform transition */
  z-index: 10; /* Ensure overlay is above other elements if needed */
}

.section-six-home .case-study-card .card-text-overlay p {
  font-family: "Arial", sans-serif;
  font-size: 0.9rem;
  color: var(--dark-grey);
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
}

.section-six-home .case-study-card-link:hover .case-study-card {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.section-six-home .case-study-card-link:hover .card-img {
  transform: scale(1.05);
}

/* Optional: lift the text overlay slightly on hover */
.section-six-home .case-study-card-link:hover .card-text-overlay {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* Responsive Adjustments */
@media (max-width: 1199.98px) {
  .section-six-home .case-study-card {
    height: 230px;
  }
}

@media (max-width: 991.98px) {
  .section-six-home .case-studies-title {
    font-size: 2.2rem;
  }
  .section-six-home .case-study-card {
    height: 240px;
  }
  .section-six-home .case-study-card .card-text-overlay p {
    font-size: 0.85rem;
  }
  .section-six-home .case-study-card .card-text-overlay {
    bottom: -35px; /* Slightly less overlap on medium */
  }
  .section-six-home .case-study-card {
    margin-bottom: 40px; /* Adjust margin */
  }
}

@media (max-width: 767.98px) {
  .section-six-home .case-studies-section {
    padding: 40px 0;
  }
  .section-six-home .case-studies-title {
    font-size: 2rem;
    text-align: center;
  }
  .section-six-home .case-studies-section .text-md-end {
    text-align: center !important;
  }
  .section-six-home .case-study-card {
    height: 220px;
    margin-bottom: 35px; /* Adjust margin */
  }
  .section-six-home .case-study-card .card-text-overlay {
    bottom: -30px; /* Even less overlap on small */
    left: 10px;
    right: 10px;
    padding: 15px;
  }
  .section-six-home .case-study-card .card-text-overlay p {
    font-size: 0.8rem;
  }
}

/* Reset Bootstrap default row gutter override if needed */
.section-six-home .row {
  --bs-gutter-y: 3rem; /* Ensure gy-5 works (adjust value if needed) */
}

/* Section six css ends */

/* Section seven css starts */
.section-seven-home .news-insights-section {
  padding: 60px 0;
  background-color: var(--white); /* White background */
}

.section-seven-home .news-insights-title {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: var(--dark-grey);
  margin-bottom: 10px;
}

.section-seven-home .tag {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 4px;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #80808070;
  color: #ffffff;
}

.section-seven-home .tags {
  margin-bottom: 5px;
}

.section-seven-home .news-insights-title .logo-orange {
  color: var(--primary-orange);
}

.section-seven-home .news-insights-subtitle {
  font-family: "Arial", sans-serif;
  font-size: 1rem;
  color: var(--medium-grey);
  margin-bottom: 0;
  max-width: 90%; /* Prevent text stretching too wide */
}

.section-seven-home .news-card {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #f0f0f0; /* Subtle border */
  position: relative;
  overflow: hidden;
}

.section-seven-home .news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.section-seven-home .news-img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}

.section-seven-home .large-img {
  height: 100%; /* Make image fill column height */
  min-height: 200px; /* Minimum height */
}

.section-seven-home .small-img {
  height: 140px; /* Fixed height for small images */
  max-width: 100%;
}

.section-seven-home .card-body-content {
  padding: 10px 15px; /* Add padding around text */
}

.section-seven-home .news-item-title {
  font-family: "Arial", sans-serif;
  font-weight: 700; /* Bold */
  font-size: 1.1rem;
  color: #ff4d00;
  margin-bottom: 8px;
}

.section-seven-home .news-item-desc {
  font-family: "Arial", sans-serif;
  font-size: 0.9rem;
  color: var(--medium-grey);
  line-height: 1.6;
  margin-bottom: 15px;
}

.section-seven-home .read-more-link {
  font-family: "Arial", sans-serif;
  font-size: 0.9rem;
  font-weight: 500; /* Medium weight */
  color: var(--primary-orange);
  text-decoration: none;
  transition: color 0.2s ease;
}

.section-seven-home .read-more-link .arrow {
  transition: transform 0.2s ease;
  display: inline-block;
}

.section-seven-home .read-more-link:hover {
  color: #ff4d00; /* Darker orange */
}

.section-seven-home .read-more-link:hover .arrow {
  transform: translateX(4px);
}

.section-seven-home .stacked-card .news-item-small {
  padding: 20px 0;
}

.section-seven-home .stacked-card .news-item-small:not(:last-child) {
  border-bottom: 1px solid var(--border-grey); /* Separator line */
}

.section-seven-home .stacked-card .news-item-small:first-child {
  padding-top: 0; /* Remove top padding on first item */
}
.section-seven-home .stacked-card .news-item-small:last-child {
  padding-bottom: 0; /* Remove bottom padding on last item */
}

.anime-btn-heading-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 0.5rem;
}

.anime-btn-heading-wrapper .news-insights-title {
  margin-bottom: 0;
}

.anime-btn-button {
  position: relative;
  display: inline-flex;
  align-items: center;

  padding: 10px 31px 10px 20px;
  overflow: hidden;
  border-radius: 50px;
  border: none;
  background-color: #ededed;
  color: #000;
  text-decoration: none;
  cursor: pointer;

  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.3s ease, transform 0.4s ease-in-out;
  transform: translateX(0);

  flex-shrink: 0;
}

.anime-btn-text {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  transition: transform 0.4s ease-in-out;
  transform: translateX(0);
  position: relative;
  z-index: 1;
}

.anime-btn-button:hover .anime-btn-text {
  transform: translateX(28px);
}

.anime-btn-icon-container {
  position: absolute;
  top: 7%;
  transform: rotate(-40deg);
  right: 5px;
  left: auto;
  z-index: 1;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1.5px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: left 0.4s ease-in-out, right 0.4s ease-in-out,
    background-color 0.4s ease-in-out, border-color 0.4s ease-in-out;
}

.anime-btn-arrow-icon {
  fill: #ff4d00;
  transition: fill 0.3s ease;
  width: 16px;
  height: 16px;
}

.anime-btn-button:hover .anime-btn-icon-container {
  left: 5px;
  right: auto;
  background-color: #ffffff;
  border: 1.5px solid #ff6831;
}

.anime-btn-button:hover .anime-btn-arrow-icon {
  fill: #ff4d00;
}

.anime-btn-button:focus-visible {
  outline: 2px solid #ff6831;
  outline-offset: 2px;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .section-seven-home .news-insights-title {
    font-size: 2.2rem;
  }
  .section-seven-home .news-insights-subtitle {
    font-size: 0.95rem;
  }
  .section-seven-home .large-img {
    min-height: 180px;
  }
  .section-seven-home .news-item-title {
    font-size: 1rem;
  }
  .section-seven-home .news-item-desc {
    font-size: 0.85rem;
  }
}

@media (max-width: 767.98px) {
  .section-seven-home .news-insights-section {
    padding: 40px 0;
  }
  .section-seven-home .news-insights-title {
    font-size: 2rem;
    text-align: center;
  }
  .section-seven-home .news-insights-subtitle {
    text-align: center;
    max-width: 100%;
  }
  .section-seven-home .news-insights-section .text-md-end {
    text-align: center !important;
  }
  .section-seven-home .news-card {
    padding: 15px;
  }
  /* Stack image above text in large cards on mobile */
  .section-seven-home .news-card .row > [class*="col-md-"] {
    width: 100%; /* Make columns full width */
  }
  .section-seven-home .large-img {
    height: 200px; /* Fixed height for stacked images */
    margin-bottom: 15px;
  }
  .section-seven-home .card-body-content {
    padding: 0; /* Remove padding when stacked */
  }
  .section-seven-home .news-card .row .order-md-1 {
    order: 1 !important;
  } /* Reset order */
  .section-seven-home .news-card .row .order-md-2 {
    order: 2 !important;
  } /* Reset order */
}

/* Section seven css ends */

/* Section eight starts */
.section-eight-home .ai-insights-section {
  padding: 60px 0;
  background-color: #f8f9fa; /* Light grey background */
}

.section-eight-home .ai-insights-title {
  font-family: "Arial", sans-serif;
  font-weight: 700; /* Bold */
  font-size: 2.5rem;
  color: var(--dark-grey);
  margin-bottom: 0;
}

.section-eight-home .ai-insights-title .highlight-orange {
  color: var(--primary-orange);
}

.section-eight-home .insight-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%; /* Ensure link takes full card height */
}

.section-eight-home .insight-card {
  background-color: var(--white);
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
  overflow: hidden; /* Important to clip image corners */
  height: 100%; /* Make cards in a row equal height */
  display: flex; /* Use flexbox for structure */
  flex-direction: column; /* Stack image and body vertically */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.section-eight-home .insight-card-img {
  display: block;
  width: 100%;
  height: 200px; /* Fixed height for images, adjust as needed */
  object-fit: cover; /* Cover the area, might crop */
  object-position: center;
}

.section-eight-home .insight-card-body {
  padding: 20px 25px;
  flex-grow: 1; /* Allow body to take remaining space */
  display: flex; /* To potentially align text if needed */
  flex-direction: column;
}

.section-eight-home .insight-card-text {
  font-family: "Arial", sans-serif;
  font-size: 1rem; /* Adjust as needed */
  color: var(--medium-grey);
  line-height: 1.6;
  margin: 0;
  font-weight: 400; /* Regular */
}

.section-eight-home .insight-card-link:hover .insight-card {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .section-eight-home .ai-insights-title {
    font-size: 2.2rem;
  }
  .section-eight-home .insight-card-img {
    height: 180px; /* Adjust image height */
  }
  .section-eight-home .insight-card-text {
    font-size: 0.95rem;
  }
}

@media (max-width: 767.98px) {
  .section-eight-home .ai-insights-section {
    padding: 40px 0;
  }
  .section-eight-home .ai-insights-title {
    font-size: 2rem;
    text-align: center;
  }
  .section-eight-home .insight-card-img {
    height: 160px; /* Further adjust image height */
  }
  .section-eight-home .insight-card-body {
    padding: 15px 20px;
  }
  .section-eight-home .insight-card-text {
    font-size: 0.9rem;
  }
}

/* Section eight ends */

/* Section nine css starts */

.section-nine-home .reports-resources-section {
  padding: 60px 0;
  background-color: var(--white); /* White background */
}

.section-nine-home .reports-resources-title {
  font-family: "Arial", sans-serif;
  font-weight: 700; /* Bold */
  font-size: 2.5rem;
  color: var(--dark-grey);
  margin-bottom: 0;
}

.section-nine-home .reports-resources-title .highlight-orange {
  color: var(--primary-orange);
}

.section-nine-home .report-section-subtitle {
  font-family: "Arial", sans-serif;
  font-weight: 700; /* Bold */
  font-size: 1.25rem;
  color: var(--primary-orange);
  margin-bottom: 10px;
}

.section-nine-home .report-section-desc {
  font-family: "Arial", sans-serif;
  font-size: 1rem;
  color: var(--medium-grey);
  line-height: 1.6;
  margin-bottom: 0;
  max-width: 95%; /* Limit width slightly */
}

.section-nine-home .report-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.section-nine-home .report-card {
  position: relative;
  border-radius: 15px;
  overflow: visible; /* Allow overlay to hang */
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease-in-out;
  height: 240px; /* Adjust height as needed */
  background-color: var(--light-grey); /* Fallback bg */
  margin-bottom: 40px; /* Space below card for the overlay */
}

.section-nine-home .report-card-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px; /* Rounded image corners */
}

.section-nine-home .report-card-overlay {
  position: absolute;
  bottom: -35px; /* Controls how much it hangs below. Adjust as needed */
  left: 15px;
  right: 15px;
  background-color: var(--white);
  padding: 20px 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 5;
}

.section-nine-home .report-card-overlay-title {
  font-family: "Arial", sans-serif;
  font-size: 1rem;
  color: var(--dark-grey);
  line-height: 1.5;
  margin: 0;
  font-weight: 400; /* Regular weight */
  padding-right: 10px; /* Space before arrow */
}

.section-nine-home .report-card-arrow-link {
  font-size: 1.5rem; /* Larger arrow */
  color: var(--primary-orange);
  line-height: 1;
  transition: transform 0.2s ease;
}

.section-nine-home .report-card-link:hover .report-card {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.section-nine-home .report-card-link:hover .report-card-overlay {
  transform: translateY(-5px); /* Lift overlay slightly */
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}

.section-nine-home .report-card-link:hover .report-card-arrow-link {
  transform: translateX(5px); /* Move arrow right */
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .section-nine-home .reports-resources-title {
    font-size: 2.2rem;
  }
  .section-nine-home .report-section-subtitle {
    font-size: 1.15rem;
  }
  .section-nine-home .report-section-desc {
    font-size: 0.95rem;
  }
  .section-nine-home .report-card {
    height: 220px;
  }
  .section-nine-home .report-card-overlay {
    bottom: -30px;
    padding: 18px 20px;
  }
  .section-nine-home .report-card {
    margin-bottom: 35px;
  }
}

@media (max-width: 767.98px) {
  .section-nine-home .reports-resources-section {
    padding: 40px 0;
  }
  .section-nine-home .reports-resources-title {
    font-size: 2rem;
    text-align: center;
  }
  .section-nine-home .report-section-subtitle {
    text-align: center;
  }
  .section-nine-home .report-section-desc {
    text-align: center;
    max-width: 100%;
  }
  .section-nine-home .reports-resources-section .text-md-end {
    text-align: center !important;
  }
  .section-nine-home .report-card {
    height: 200px;
    margin-bottom: 30px;
  }
  .section-nine-home .report-card-overlay {
    bottom: -25px;
    padding: 15px;
    left: 10px;
    right: 10px;
  }
  .section-nine-home .report-card-overlay-title {
    font-size: 0.9rem;
  }
}

/* Section nine css ends */

/* Section ten css starts */

.section-ten-home .backup-plan-section {
  padding: 80px 0; /* More padding for standalone feel */
  background-color: var(--white);
  overflow: hidden; /* Prevent potential overflow issues */
}

.section-ten-home .backup-plan-section .text-content-col {
  padding-right: 2rem; /* Space between text and image columns */
}

.section-ten-home .pre-title {
  font-family: "Arial", sans-serif;
  font-size: 0.9rem;
  color: var(--medium-grey);
  margin-bottom: 8px;
  font-weight: 400;
}

.section-ten-home .backup-main-title {
  font-family: "Arial", sans-serif;
  font-weight: 700; /* Bold */
  font-size: 2.4rem; /* Adjust size as needed */
  color: var(--dark-grey);
  margin-bottom: 20px;
  line-height: 1.3;
}

.section-ten-home .backup-main-title .highlight-orange {
  color: var(--primary-orange);
}

.section-ten-home .backup-description {
  font-family: "Arial", sans-serif;
  font-size: 1.1rem; /* Slightly larger description */
  color: var(--dark-grey);
  line-height: 1.6;
  margin-bottom: 15px;
  font-weight: 400;
}

.section-ten-home .backup-terms {
  font-family: "Arial", sans-serif;
  font-size: 0.85rem; /* Smaller terms text */
  color: var(--medium-grey);
  line-height: 1.5;
  margin-bottom: 25px; /* Space before button */
  font-weight: 400;
}

.section-ten-home .image-content-col .image-wrapper {
  position: relative;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.section-ten-home .image-wrapper .primary-image {
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: block;
}

.section-ten-home .image-wrapper .secondary-image {
  position: absolute;
  bottom: 0px; /* Adjust overlap amount */
  right: -4px; /* Adjust overlap amount */
  width: 150px; /* Adjust size */
  height: auto;
  border-radius: 15px; /* Rounded corners */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  border: 3px solid var(--white); /* White border */
  z-index: 2;
}

@media (max-width: 1199.98px) {
  .section-ten-home .backup-main-title {
    font-size: 2.2rem;
  }
  .section-ten-home .backup-description {
    font-size: 1rem;
  }
  .section-ten-home .image-wrapper .secondary-image {
    width: 130px;
    bottom: -20px;
    right: -15px;
  }
}

@media (max-width: 991.98px) {
  .section-ten-home .backup-plan-section {
    padding: 60px 0;
  }
  .section-ten-home .backup-plan-section .text-content-col {
    padding-right: 0;
    text-align: center;
  }
  .section-ten-home .pre-title,
  .backup-main-title,
  .backup-description,
  .backup-terms {
    text-align: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .section-ten-home .backup-main-title {
    font-size: 2rem;
  }
  .section-ten-home .image-content-col {
    margin-top: 40px;
  }
  .section-ten-home .image-wrapper .secondary-image {
    width: 120px;
    bottom: -15px;
    right: -10px;
  }
}

@media (max-width: 575.98px) {
  .section-ten-home .backup-plan-section {
    padding: 40px 0;
  }
  .section-ten-home .backup-main-title {
    font-size: 1.8rem;
  }
  .section-ten-home .backup-description {
    font-size: 0.95rem;
  }
  .section-ten-home .backup-terms {
    font-size: 0.8rem;
  }
  .section-ten-home .image-wrapper .secondary-image {
    width: 100px;
    bottom: -10px;
    right: 5px;
  }
}

/* Section ten css ends */

/*Upper Footer css starts*/

/* Footer styles */
.footer {
  background-color: #000000;
  color: #ffffff;
  padding: 60px 0;
}

.footer .flag-icon {
  width: 1.2em;
  height: auto;
  vertical-align: middle;
  margin-right: 0.3em;
  display: inline-block;
}

/* Footer header */
.footer-header {
  /*display: flex;*/
  /*justify-content: space-between;*/
  /*align-items: center;*/
  margin-bottom: 40px;
  padding: 0 15px;
}

.footer-header h2 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}

/* Social links */
.social-links {
  display: flex;
  gap: 20px;
}

.social-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  transition: opacity 0.3s ease;
}

.social-link:hover {
  opacity: 0.8;
  color: #ffffff;
}

/* Locations grid */
.locations-grid {
  padding: 0 15px;
}

.location-item {
  margin-bottom: 30px;
}

.location-item h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #ffffff;
}

.location-item p {
  margin: 0;
  line-height: 1.8;
  color: #ffffff;
  font-size: 14px;
}

.phone-link {
  display: inline-block;
  color: #cc5327;
  text-decoration: none;
  margin-top: 10px;
  font-size: 14px;
  transition: opacity 0.3s ease;
}

.phone-link:hover {
  opacity: 0.8;
  color: #ffffff;
}

/* Responsive styles */
@media (max-width: 991px) {
  .locations-grid {
    row-gap: 30px;
  }

  .location-item {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .footer {
    padding: 40px 0;
  }

  .footer-header {
    flex-direction: column;
    text-align: left;
    gap: 20px;
  }

  .social-links {
    justify-content: left;
  }

  .location-item {
    text-align: left;
  }
}

@media (max-width: 576px) {
  .footer-header h2 {
    font-size: 20px;
  }

  .location-item h3 {
    font-size: 18px;
  }

  .location-item p,
  .phone-link {
    font-size: 13px;
  }
}

/*Upper footer css ends*/

/* Lower footer css starts */
/* --- Footer Section --- */
.site-footer {
  background-color: var(--black);
  color: #a0a0a0; /* Light grey default text */
  padding: 50px 0;
  font-family: "Arial", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
}

.footer-heading {
  color: #d0d0d0; /* Lighter grey for headings */
  font-family: "Arial", sans-serif;
  font-weight: 600; /* Semi-bold */
  font-size: 0.9rem;
  /*text-transform: uppercase;*/
  margin-bottom: 1.2rem;
  letter-spacing: 0.5px;
}

.footer-links {
  padding-left: 0 !important;
}

.footer-links li {
  margin-bottom: 0.7rem;
}

.footer-links a {
  color: #d0d0d0; /* Link color */
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: var(--primary-orange);
  text-decoration: none;
}

/* Subscribe Form */
.subscribe-form .input-group {
  border-radius: 5px; /* Slightly rounded corners for the group */
  overflow: hidden; /* Clip button corners inside group */
}

.subscribe-form .form-control {
  background-color: #333333; /* Dark grey background */
  border: 1px solid #444444; /* Slightly lighter border */
  color: var(--white);
  border-radius: 5px 0 0 5px !important; /* Ensure left corners are rounded */
  padding: 0.6rem 1rem;
  font-size: 0.9rem;
}

.subscribe-form .form-control::placeholder {
  color: #888888; /* Placeholder text color */
}

.subscribe-form .form-control:focus {
  background-color: #404040;
  border-color: #555555;
  box-shadow: none;
  color: var(--white);
}

.btn-subscribe {
  background-color: #ff4d00;
  color: var(--white);
  border: none;
  border-radius: 0 5px 5px 0 !important; /* Ensure right corners are rounded */
  padding: 0.6rem 1.5rem;
  font-weight: 500;
  font-size: 0.9rem;
  transition: background-color 0.2s ease;
}

.btn-subscribe:hover {
  background-color: #ff4d00; /* Darker orange on hover */
  color: var(--white);
}

.subscribe-terms {
  font-size: 0.75rem;
  color: #888888; /* Dimmer text for terms */
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.subscribe-terms a {
  color: #a0a0a0; /* Slightly lighter link color */
  text-decoration: underline;
}

.subscribe-terms a:hover {
  color: var(--primary-orange);
}

/* Social Icons */
.social-icons a {
  color: var(--white);
  font-size: 1.1rem;
  margin-right: 15px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.social-icons a:last-child {
  margin-right: 0;
}

.social-icons a:hover {
  color: var(--primary-orange);
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .footer-heading {
    font-size: 0.85rem;
    margin-bottom: 1rem;
  }
  .site-footer {
    font-size: 0.85rem;
  }
  /* Make resources column span full width on medium if it looks odd */
  .col-md-4.col-12 {
    /* Target the resources col */
    width: 100%; /* Force full width if stacking weirdly */
    order: 3; /* Adjust order if needed */
  }
  .col-lg-6 {
    /* Target subscribe column */
    order: 4; /* Ensure it comes last */
  }
}

@media (max-width: 767.98px) {
  .site-footer {
    text-align: center; /* Center text on small screens */
    padding: 40px 0;
  }
  .footer-links {
    padding-left: 0; /* Remove padding */
  }
  .social-icons {
    margin-top: 1rem; /* Add margin above icons */
  }
  .subscribe-form .input-group {
    max-width: 400px; /* Limit form width */
    margin-left: auto;
    margin-right: auto;
  }
  /* Ensure correct order on small screens */
  .col-lg-2.col-md-4.col-6 {
    order: 1;
  }
  .col-lg-2.col-md-4.col-12 {
    order: 2;
  }
  .col-lg-6 {
    order: 3;
  }
}
/* Lower footer css ends */

/*New marquee section css starts*/
/*New marquee section css starts*/
.home-mark-dark {
  margin: 0;
  font-family: sans-serif;
  /* background-color: #f0f0f0; /* This might be your body or a global page background */
  /* The flex properties below are likely on a parent container or body to center the marquee */
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
}

.home-mark-dark .marquee-container {
  width: 100%;
  max-width: 100vw; /* Ensures it doesn't exceed viewport width */
  overflow: hidden; /* Crucial for marquee effect */
  background-color: #ff4d00;
  padding: 22px 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  white-space: nowrap; /* Ensures .marquee-content stays on one line */
}

.home-mark-dark .marquee-content {
  display: inline-block; /* So its width is determined by its content */
  /* padding-left: 100%; */ /* REMOVED - This was conflicting with seamless looping */

  animation-name: scroll-left-seamless; /* Renamed for clarity, can be original 'scroll-left' */
  animation-duration: 150s; /* Original duration. Adjust if speed feels off.
                                Example: 100s might give a speed closer to original if padding was large. */
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.home-mark-dark .marquee-content span {
  display: inline-block;
  font-size: 2em;
  font-weight: bold;
  color: #000;
  padding: 0 15px; /* This padding applies to each span */
}

@keyframes scroll-left-seamless {
  0% {
    transform: translateX(0%);
  }
  100% {
    /*
      The HTML has 9 identical sets of 8 spans.
      To make the loop seamless, we scroll by the combined width of 8 of these sets.
      When the 9th set moves into the position where the 1st set started, the animation loops.
      This corresponds to translating by ( (Number of Sets - 1) / Number of Sets ) * 100%
      (9-1)/9 = 8/9 = 0.8888888888888888
      So, translate by -88.8888888889% of .marquee-content's total width.
    */
    transform: translateX(-88.8888888889%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-mark-dark .marquee-content {
    animation: none;
  }
}
/*New marquee section css ends*/

/*New marquee section css ends*/

/*Section Eleven Css starts*/

/* Main Title Styles */
.solutions-section .main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 1rem;
}

.solutions-section .subtitle {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 3rem;
}

/* Hero Image Styles */
.solutions-section .hero-image {
  margin-bottom: 2rem;
  position: relative;
  height: 100%; /* Fixed height container */
}

.solutions-section .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  transform: none !important; /* Prevent any transformations */
}

.solutions-section .hero-image img.active {
  opacity: 1;
  z-index: 1; /* Ensure active image is on top */
}

/* Solutions List Styles */
.solutions-section .solutions-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.solutions-section .solution-item {
  padding: 1.5rem;
  border-radius: 12px;
  background: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid #eee;
}

.solutions-section .solution-item:hover {
  transform: translateX(10px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.solutions-section .icon-wrapper {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f7ff;
  border-radius: 50%;
  padding: 10px;
}

.solutions-section .solution-icon {
  width: 24px;
  height: 24px;
}

.solutions-section .solution-content {
  flex: 1;
}

.solutions-section .solution-content h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.solutions-section .solution-content p {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 0;
  line-height: 1.4;
}

.solutions-section .arrow-icon {
  font-size: 1.5rem;
  color: #0057b8;
  font-weight: 300;
}

/* Responsive Styles */
@media (max-width: 991.98px) {
  .solutions-section .hero-image {
    margin-bottom: 2rem;
  }

  .solutions-section .solutions-list {
    padding: 0 1rem;
  }
}

@media (max-width: 767.98px) {
  .solutions-section .main-title {
    font-size: 2rem;
  }

  .solutions-section .solution-item {
    padding: 1rem;
  }

  .solutions-section .solution-content h3 {
    font-size: 1.1rem;
  }

  .solutions-section .solution-content p {
    font-size: 0.9rem;
  }
}

/*Section Eleven CSS ends*/

/* --- Section Twelve / Contact Form Styles --- */

.contact-form-section-new {
  background-color: #ededed;
  font-family: "Arial", sans-serif;
}

.contact-form-section-new .custom-input-group {
  display: flex;
  align-items: stretch;
  width: 100%;
}

/* Style the prefix container to match the input */
.contact-form-section-new .custom-input-group-text {
  border: 1px solid #ced4da;
  border-right: none;
  border-radius: 0.375rem 0 0 0.375rem;
  background-color: #fff;
  padding: 0.375rem 0.75rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

/* Custom dropdown styling */
.contact-form-section-new .custom-dropdown {
  position: relative;
  flex: 0 0 auto;
  width: 200px; /* Default width when dropdown is closed */
}

.contact-form-section-new .custom-dropdown-toggle {
  border: 1px solid #ced4da;
  border-radius: 0;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  color: #6c757d;
  background-color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem;
  box-sizing: border-box;
}

/* When dropdown is open, make it full width and adjust borders */
.contact-form-section-new .custom-dropdown.open {
  width: 100%;
}

.contact-form-section-new .custom-dropdown.open .custom-dropdown-toggle {
  border-radius: 0 0.375rem 0.375rem 0;
  border-right: 1px solid #ced4da;
}

/* Dropdown menu styling */
.contact-form-section-new .custom-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 200px;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.contact-form-section-new .custom-dropdown-item {
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  color: black;
  cursor: pointer;
}

.contact-form-section-new .custom-dropdown-item:hover,
.custom-dropdown-item:focus {
  background-color: #e9ecef;
  outline: none;
}

.contact-form-section-new .custom-dropdown-item.selected {
  background-color: #d1e7ff;
  font-weight: normal !important;
}

/* Ensure the phone input aligns with the prefix and dropdown */
.contact-form-section-new .phone-input {
  border: 1px solid #ced4da;
  border-radius: 0 0.375rem 0.375rem 0;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  color: #6c757d;
  flex: 1 1 auto;
  box-sizing: border-box;
}

/* Hide phone input when dropdown is open */
.contact-form-section-new .phone-input.hidden {
  display: none;
}

/* Fix focus state for accessibility */
.contact-form-section-new .custom-dropdown-toggle:focus,
.phone-input:focus {
  border-color: #f9690e;
  box-shadow: 0 0 0 0.2rem rgba(249, 105, 14, 0.25);
  outline: none;
}

/* Ensure all form controls have consistent height */
.contact-form-section-new .form-control,
.contact-form-section-new .custom-input-group-text,
.contact-form-section-new .custom-dropdown-toggle,
.contact-form-section-new .phone-input {
  height: 50px; /* Match Bootstrap's default form-control height */
}

.contact-form-section-new .custom-dropdown-item[disabled] {
  color: #adb5bd !important; /* Grayed out text */
  cursor: not-allowed !important; /* Not-allowed cursor */
  background-color: transparent !important; /* Prevent any background change */
  pointer-events: none; /* Prevent mouse interaction */
}

.contact-form-section-new .custom-dropdown-item[disabled]:hover,
.custom-dropdown-item[disabled]:focus {
  background-color: transparent !important; /* No hover/focus effect */
  color: #adb5bd !important; /* Keep text grayed out */
  cursor: not-allowed !important;
}

.contact-form-section-new .contact-form-title {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: var(--dark-grey);
}

.contact-form-section-new .contact-form-title .logo-orange {
  color: var(--primary-orange);
}

.contact-form-section-new .contact-inner-image {
  display: block;
  width: 100%;
  height: 70%;
  /* object-fit: cover; */
  border-radius: 12px;
}

.contact-form-section-new .contact-form-wrapper {
  width: 100%;
}

.contact-form-section-new .contact-form-wrapper .form-control,
.contact-form-wrapper .form-select {
  background-color: var(--white);
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  color: var(--dark-grey);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  font-family: "Arial", sans-serif;
}

.contact-form-section-new .contact-form-wrapper .form-control:focus,
.contact-form-wrapper .form-select:focus {
  border-color: var(--primary-orange);
  box-shadow: 0 0 0 0.2rem rgba(255, 102, 0, 0.25);
  outline: none;
}

.contact-form-section-new .contact-form-wrapper .form-control::placeholder {
  color: #a0a0a0;
  font-family: "Arial", sans-serif;
}

.contact-form-section-new .contact-form-wrapper textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

.contact-form-section-new .contact-form-wrapper .form-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 12px;
  padding-right: 2.5rem;
}

.contact-form-section-new .contact-form-wrapper .form-check-input {
  border-radius: 4px;
  border: 1px solid #ced4da;
  margin-top: 0.2em;
}

.contact-form-section-new .contact-form-wrapper .form-check-input:checked {
  background-color: var(--primary-orange);
  border-color: var(--primary-orange);
}

.contact-form-section-new .contact-form-wrapper .form-check-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 102, 0, 0.25);
}

.contact-form-section-new .contact-form-wrapper .form-check-label {
  font-size: 1rem;
  color: var(--medium-grey);
  font-family: "Arial", sans-serif;
  padding-left: 0.5em;
}

.contact-form-section-new .form-disclaimer {
  font-size: 0.9rem;
  color: #888888;
  line-height: 1.5;
  font-family: "Arial", sans-serif;
}

.contact-form-section-new .form-disclaimer a {
  color: var(--dark-grey);
  text-decoration: underline;
}

.contact-form-section-new .form-disclaimer a:hover {
  color: var(--primary-orange);
}

.btn-submit-contact {
  border: 2px solid var(--primary-orange);
  background-color: var(--white);
  color: var(--primary-orange);
  padding: 0.6rem 1.8rem;
  border-radius: 50px;
  font-weight: 400;
  font-family: "Arial", sans-serif;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.btn-submit-contact:hover {
  background-color: var(--primary-orange);
  color: var(--white);
}

.contact-form-section-new .btn-submit-contact .arrow {
  display: inline-block;
  transition: transform 0.2s ease;
  margin-left: 5px;
}

.contact-form-section-new .btn-submit-contact:hover .arrow {
  transform: translateX(4px);
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .contact-form-section-new .contact-form-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 767.98px) {
  .contact-form-section-new .contact-form-title {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .contact-form-section-new .contact-image-frame {
    padding: 10px;
    min-height: 350px;
  }
  .contact-form-section-new .contact-inner-image {
    min-height: 330px;
  }
  .contact-form-section-new .contact-form-wrapper .form-check,
  .contact-form-wrapper .form-disclaimer,
  .contact-form-wrapper .text-start {
    text-align: center !important;
  }
  .contact-form-section-new .contact-form-wrapper .form-check-label {
    display: inline-block;
    text-align: left;
    max-width: 90%;
  }
}

@media (max-width: 575.98px) {
  .contact-form-section-new .contact-form-title {
    font-size: 1.4rem;
  }
  .contact-form-section-new .contact-image-frame {
    min-height: 300px;
  }
  .contact-form-section-new .contact-inner-image {
    min-height: 280px;
  }
  .contact-form-section-new .contact-form-wrapper .form-control,
  .contact-form-wrapper .form-select {
    font-size: 0.85rem;
    padding: 0.65rem 0.9rem;
  }
  .contact-form-section-new .contact-form-wrapper textarea.form-control {
    min-height: 100px;
  }
  .btn-submit-contact {
    width: 80%;
    padding: 0.7rem 1rem;
  }
}
/* --- Section Twelve / Contact Form Style ends --- */

/* Section Fifteen Styles (Contact Form Gradient) */
.contact-form-section {
  background: linear-gradient(
    90deg,
    rgba(173, 193, 217, 0.9) 0%,
    rgba(210, 219, 214, 0.9) 25%,
    rgba(235, 230, 210, 0.9) 50%,
    rgba(245, 215, 210, 0.9) 75%,
    rgba(255, 190, 170, 0.9) 100%
  );
  padding-top: 100px !important; /* More padding */
  padding-bottom: 80px;
  font-family: "Arial", sans-serif;
}

.contact-text-col {
  padding-right: 2rem; /* Space between text and form on large screens */
}

.contact-title {
  font-family: "Arial", sans-serif;
  font-weight: 700; /* Bold */
  font-size: 2.8rem;
  color: var(--dark-grey);
  line-height: 1.3;
}

.shadow-bg {
  background-color: #0000000f;
  padding: 0 20px 38px 20px;
}

.contact-title .highlight-orange {
  color: var(--primary-orange);
  font-weight: 700;
}

.contact-description {
  font-size: 1rem;
  color: #5a6a7a; /* Muted grey/blue color */
  line-height: 1.7;
  max-width: 90%; /* Limit width slightly */
  font-weight: 400; /* Regular */
}

/* Custom Form Control Styling */
.custom-form-control {
  background-color: var(--white);
  border: none;
  border-radius: 12px; /* More rounded corners */
  padding: 0.9rem 1.2rem;
  font-size: 0.95rem;
  color: var(--dark-grey);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
  width: 100%;
  font-family: "Arial", sans-serif; /* Arial for placeholders */
  font-weight: 400;
}

.custom-form-control:focus {
  background-color: var(--white);
  color: var(--dark-grey);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Enhance shadow on focus */
  border: none;
  outline: none;
}

.custom-form-control::placeholder {
  color: #a0a0a0; /* Light grey placeholder */
  font-family: "Arial", sans-serif;
  font-weight: 400;
}

/* Custom Select Dropdown */
.custom-select-expert {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
  background-size: 16px 12px;
  font-family: "Arial", sans-serif;
  color: #a0a0a0; /* Default color like placeholder */
}
/* Change color when an option is selected */
.custom-select-expert:valid {
  color: var(--dark-grey);
}
/* Style the placeholder option */
.custom-select-expert option[disabled] {
  color: #a0a0a0;
}
/* Style other options */
.custom-select-expert option {
  color: var(--dark-grey);
}

/* Custom Input Group (for Phone) */
.custom-input-group {
  display: flex;
}

.custom-input-group .custom-input-group-text {
  background-color: var(--white);
  border: none;
  border-radius: 12px 0 0 12px; 
  /*padding: 0.9rem 0.5rem 0.9rem 1rem;*/
  /*box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);*/
  color: #a0a0a0;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
}

.custom-input-group .flag-icon {
  width: 20px;
  height: auto;
  margin-right: 5px;
}

.custom-input-group .phone-input {
  border-radius: 0 12px 12px 0 !important; /* Ensure right side is rounded */
  padding-left: 0.5rem; /* Reduce left padding */
  flex-grow: 1; /* Allow input to take remaining space */
}
/* Remove shadow from input part within group */
.custom-input-group .custom-form-control {
  box-shadow: none;
}
/* Add shadow to the whole group on focus */
.custom-input-group:focus-within {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 12px; /* Maintain rounding */
}
.custom-input-group:focus-within .custom-input-group-text {
  box-shadow: none;
}

.message-area {
  min-height: 140px;
  resize: vertical;
}

.btn-contact-submit {
  background-color: #fff0e6;
  border: 2px solid var(--primary-orange);
  color: var(--primary-orange);
  border-radius: 50px;
  padding: 10px 35px;
  font-size: 1rem;
  font-family: "Arial", sans-serif;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-contact-submit:hover {
  background-color: var(--primary-orange);
  color: var(--white);
  border-color: var(--primary-orange);
}

/* Responsive Adjustments for Section Fifteen */
@media (max-width: 991.98px) {
  .contact-form-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contact-text-col {
    padding-right: 0; /* Remove padding when stacking */
    text-align: center; /* Center text */
  }
  .contact-description {
    max-width: 100%; /* Allow full width */
    margin-left: auto;
    margin-right: auto;
  }
  .custom-select-expert {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px; /* Limit width */
  }
  .contact-form-col {
    margin-top: 30px; /* Add space above form */
  }
  .contact-title {
    font-size: 2.4rem;
  }
}

@media (max-width: 767.98px) {
  .contact-title {
    font-size: 2.1rem;
  }
  .contact-form-section {
    background: linear-gradient(
      135deg,
      /* Change angle for mobile */ rgba(190, 205, 220, 0.9) 0%,
      /* Adjust colors/stops if needed */ rgba(220, 225, 218, 0.9) 30%,
      rgba(240, 235, 215, 0.9) 60%,
      rgba(250, 200, 190, 0.9) 100%
    );
  }
}

@media (max-width: 575.98px) {
  .contact-title {
    font-size: 1.9rem;
  }
  .custom-form-control {
    padding: 0.8rem 1rem;
    font-size: 0.9rem;
  }
  .custom-select-expert {
    background-position: right 1rem center;
  }
  .btn-contact-submit {
    width: 100%; /* Make button full width */
    padding: 12px 25px;
  }
  .contact-form-col .text-end {
    text-align: center !important; /* Center button container */
  }
}

/* Section Fifteen Styles Ends (Contact Form Gradient) */

/* --- Trusted Worldwide Section CSS Starts --- */

.trusted-worldwide-section {
  padding: 40px 0;
  background-image: url("./images/overlay-background/overlay-bg-img.webp"); /* Placeholder image */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.trusted-worldwide-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  z-index: 1;
}

.trusted-worldwide-section .container {
  position: relative;
  z-index: 2;
}

.trusted-worldwide-section .content-overlay {
  background-color: rgba(45, 45, 45, 0.85);
  color: var(--white);
  padding: 40px 50px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.trusted-heading {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.4;
  text-align: left;
}

.trusted-description {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  color: #e0e0e0;
  max-width: 95%;
  margin-right: auto;
  text-align: left;
}

.trusted-worldwide-section .button-group {
  margin-top: 30px;
}

.btn-outline-light-custom {
  border: 2px solid var(--white);
  color: var(--white);
  background-color: transparent;
  padding: 0.6rem 1.6rem;
  border-radius: 50px;
  font-weight: 400;
  font-family: "Arial", sans-serif;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-outline-light-custom:hover {
  background-color: var(--white);
  color: #333; /* Dark text on hover */
}

.btn-get-start .arrow {
  display: inline-block;
  margin-left: 6px;
  transition: transform 0.2s ease;
}

.btn-get-start:hover .arrow {
  transform: translateX(5px);
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .trusted-heading {
    font-size: 1.5rem;
  }
  .trusted-description {
    font-size: 0.95rem;
  }
  .trusted-worldwide-section .content-overlay {
    padding: 35px 40px;
  }
}

@media (max-width: 767.98px) {
  .trusted-worldwide-section {
    padding: 60px 0;
  }
  .trusted-heading {
    font-size: 1.4rem;
  }
  .trusted-description {
    font-size: 0.9rem;
    max-width: 100%;
  }
  .trusted-worldwide-section .content-overlay {
    padding: 30px;
  }
  .btn-outline-light-custom {
    padding: 0.5rem 1.4rem;
    font-size: 0.85rem;
  }
}

@media (max-width: 575.98px) {
  .trusted-heading {
    font-size: 1.3rem;
  }
  .trusted-description {
    font-size: 0.85rem;
  }
  .trusted-worldwide-section .content-overlay {
    padding: 25px 20px;
  }
  .trusted-worldwide-section .button-group {
    gap: 10px;
  }
  .btn-outline-light-custom {
    width: auto;
    padding: 0.5rem 1.2rem;
  }
}

/* --- Trusted Worldwide Section CSS Ends --- */

/* --- Section Fourteen / About anovIP Asia Styles --- */

.about-asia-section {
  background-color: var(--white);
  overflow: hidden; /* Prevent potential line overflow issues */
}

.about-asia-text {
  font-family: "Arial", sans-serif;
  color: var(--medium-grey); /* Default paragraph color */
  font-size: 0.95rem;
  line-height: 1.7;
}

.about-asia-title {
  font-family: "Arial", sans-serif;
  font-weight: 700; /* Bold */
  font-size: 1.8rem;
  color: var(--dark-grey);
}

.about-asia-title .logo-orange {
  color: var(--primary-orange);
}

.about-asia-text p {
  margin-bottom: 1.25rem;
}

.about-asia-text strong {
  font-weight: 700; /* Ensure bold */
  color: var(--dark-grey); /* Make bold text slightly darker */
}

.btn-explore-asia {
  border: 2px solid var(--primary-orange);
  background-color: var(--white);
  color: var(--primary-orange);
  padding: 0.5rem 1.5rem;
  border-radius: 50px; /* Pill shape */
  font-weight: 400;
  font-family: "Arial", sans-serif;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block; /* Necessary for positioning context */
}

.btn-explore-asia:hover {
  background-color: var(--primary-orange);
  color: var(--white);
}

.asia-map-image {
  border-radius: 12px;
  height: 480px;
  display: block;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

/* --- Connecting Line Styles --- */
.line-button-wrapper {
  position: relative; /* Parent for absolute positioning the line */
  display: inline-block; /* Wrap button width */
  margin-top: 1rem;
}

.connecting-line {
  position: absolute;
  bottom: 50%; /* Align vertically with button center */
  left: calc(100% + 15px); /* Start right after the button + gap */
  width: calc(
    100vw - 100% - 70px - (100vw - 1140px) / 2
  ); /* Complex calc trying to reach near image */
  height: 2px; /* Thickness of the line */
  transform: translateY(50%);
}

/* Adjust max-width in calc based on Bootstrap container max-widths */
@media (min-width: 1200px) {
  .connecting-line {
    width: calc(50vw - 100% - 30px - (100vw - 1140px) / 2); /* Simpler for xl */
    max-width: 350px; /* Cap the line length */
  }
}
@media (min-width: 1400px) {
  .connecting-line {
    width: calc(50vw - 100% - 30px - (100vw - 1320px) / 2);
    max-width: 450px;
  }
}

/* The main horizontal line segment */
.connecting-line::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: calc(100% - 20px); /* Main line length minus jog area */
  background-color: var(--primary-orange);
}

/* The vertical jog segment */
.connecting-line::after {
  content: "";
  position: absolute;
  right: 0; /* Position at the end of the main line space */
  bottom: 0; /* Align bottom */
  width: 2px; /* Thickness of the line */
  height: 22px; /* Height of the vertical jog */
  background-color: var(--primary-orange);
}

/* The dot at the end of the vertical jog */
.connecting-line::after {
  border-top: 8px solid var(--primary-orange); /* Create the dot using border */
  border-radius: 50%; /* Make it round */
  top: -10px; /* Position dot above the vertical line end */
  right: -3px; /* Center the dot horizontally */
  background-color: transparent; /* Override background */
  height: 0; /* Dot created by border */
  width: 0; /* Dot created by border */
  box-sizing: content-box; /* Prevent border from affecting layout */
}

/* Responsive Adjustments for Line & Layout */
@media (max-width: 1199.98px) {
  .connecting-line {
    width: calc(50vw - 100% - 30px - (100vw - 960px) / 2);
    max-width: 280px;
  }
}

@media (max-width: 991.98px) {
  .about-asia-text {
    text-align: center;
  }
  .line-button-wrapper {
    display: block; /* Allow button to be centered */
    margin-top: 1.5rem;
  }
  .btn-explore-asia {
    margin: 0 auto; /* Center button */
  }
  .about-asia-title {
    font-size: 1.7rem;
  }
  .about-asia-image {
    max-width: 450px; /* Limit image size when stacked */
    margin: 0 auto 2rem auto; /* Center image and add bottom margin */
  }
}

@media (max-width: 767.98px) {
  .about-asia-text {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .about-asia-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 575.98px) {
  .about-asia-title {
    font-size: 1.5rem;
  }
}

/* --- Section Fourteen / About anovIP Asia Style Ends --- */

/* --- Why Choose Us Section CSS Starts --- */

.why-choose-us-section {
  background-color: var(--white);
  font-family: "Arial", sans-serif;
}

.why-choose-img {
  max-height: 350px; /* Limit image height if needed */
  width: 100%;
  object-fit: cover;
}

.why-choose-heading {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.9rem; /* Slightly smaller than H1 */
  color: var(--dark-grey);
}

.why-choose-heading .logo-orange {
  color: var(--primary-orange);
}

.why-choose-subheading {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #555; /* Slightly lighter than main heading */
}

.why-choose-text {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: var(--medium-grey);
  line-height: 1.7;
}

.why-choose-card {
  border: none; /* Remove default card border */
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-choose-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1) !important; /* Enhance shadow on hover */
}

.why-choose-card .card-body {
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.why-choose-card-title {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: inherit; /* Inherit color (black for white card, white for orange) */
}

.why-choose-card-text {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.95rem;
  color: inherit; /* Inherit color */
  line-height: 1.6;
  opacity: 0.9; /* Slight fade for text on orange card */
}

/*.bg-orange {*/
/*  background-color: var(--primary-orange);*/
/*}*/

/* Ensure white text overrides default card text color */
/*.bg-orange.text-white .why-choose-card-title,*/
/*.bg-orange.text-white .why-choose-card-text {*/
/*  color: var(--white) !important;*/
/*}*/

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .why-choose-heading {
    font-size: 1.7rem;
  }
  .why-choose-subheading {
    font-size: 1rem;
  }
  .why-choose-text {
    font-size: 0.95rem;
  }
  .why-choose-us-section .col-lg-7 {
    padding-left: var(--bs-gutter-x, 0.75rem); /* Reset padding */
  }
}

@media (max-width: 767.98px) {
  .why-choose-heading,
  .why-choose-subheading {
    text-align: center;
  }
  .why-choose-img {
    max-height: 300px;
  }
}

@media (max-width: 575.98px) {
  .why-choose-heading {
    font-size: 1.6rem;
  }
  .why-choose-card .card-body {
    padding: 20px;
  }
  .why-choose-card-title {
    font-size: 1rem;
  }
  .why-choose-card-text {
    font-size: 0.9rem;
  }
}

/* Why chooseUs Section css ends */

/* ****************************Section S4 CSS starts********** */
.featured-section-2 {
  padding: 80px 0;
}

.featured-section-2 .featured-header {
  margin-bottom: 40px;
}

.featured-section-2 .featured-tag {
  font-weight: 600;
  font-size: 14px;
  color: #ff4d00;
  /*text-transform: uppercase;*/
}

.featured-section-2 .this-week {
  font-size: 14px;
  color: #666;
  margin-left: 4px;
  /*text-transform: uppercase;*/
}

.featured-section-2 h1 {
  font-size: 32px;
  font-weight: 700;
  margin-top: 16px;
  color: #333;
}

.featured-section-2 .article-card {
  position: relative;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  transition: all 0.3s ease;
}

.featured-section-2 .article-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.featured-section-2 .article-image {
  height: 100%;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.featured-section-2 .article-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  padding: 30px 25px 30px 13px;
  height: auto;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 4px;
  border-top: 5px solid #ff4d00;
}

.featured-section-2 .article-category {
  margin-bottom: 12px;
}

.featured-section-2 .category-tag {
  color: #ff4d00;
  font-weight: 600;
  font-size: 13px;
}

.featured-section-2 .article-type {
  color: #666;
  font-size: 13px;
  margin-left: 4px;
}

.featured-section-2 .article-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

/* Responsive Styles */
@media (max-width: 1199px) {
  .featured-section-2 {
    padding: 60px 0;
  }
}

@media (max-width: 991px) {
  .featured-section-2 {
    padding: 50px 0;
  }

  .article-image {
    height: 200px;
  }
}

@media (max-width: 767px) {
  .featured-section-2 {
    padding: 40px 0;
  }

  h1 {
    font-size: 28px;
  }

  .article-title {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .featured-section-2 {
    padding: 32px 0;
  }

  .featured-section-2 h1 {
    font-size: 24px;
  }

  .featured-section-2 .article-content {
    padding: 20px;
  }
}

.featured-section-2 .content-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 2rem;
}

.featured-section-2 .content-wrapper {
  max-width: 600px;
  padding: 2rem;
}

.featured-section-2 h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2.5rem;
  color: #333;
}

.featured-section-2 .category-date {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: #666;
}

.featured-section-2 .category {
  font-weight: 600;
}

.featured-section-2 .date,
.read-time {
  color: #666;
}

.featured-section-2 h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
}

.featured-section-2 .download-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: color var(--transition-speed);
}

.featured-section-2 .download-link:hover {
  color: #666;
}

.featured-section-2 .download-link svg {
  width: 16px;
  height: 16px;
}

/* Right Column with Swiper */
.featured-section-2 .image-section {
  position: relative;
  min-height: 100vh;
  background-color: #ededed;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem;
}

.featured-section-2 .hunter-logo {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
}

.featured-section-2 .testimonialSwiper {
  height: 100%;
  width: 100%;
  max-width: 600px;
}

.featured-section-2 .testimonial-content {
  max-width: 600px;
  position: relative;
  padding: 2rem;
}

.featured-section-2 .testimonial-text {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 2rem;
  position: relative;
  padding-left: 2rem;
}

.featured-section-2 .testimonial-text::before {
  content: '"';
  position: absolute;
  left: 0;
  top: -0.5rem;
  font-size: 3rem;
  color: #999;
  font-family: Georgia, serif;
}

.featured-section-2 .testimonial-author {
  border-top: 1px solid #e0e0e0;
  padding-top: 1.5rem;
}

.featured-section-2 .author-name {
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.featured-section-2 .author-title {
  color: #666;
  margin: 0;
}

/* Swiper Navigation */
.featured-section-2 .swiper-navigation {
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.featured-section-2 .swiper-button-prev,
.swiper-button-next {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0;
  color: #333;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  background-color: white;
}

.featured-section-2 li {
  font-size: 0.95rem;
  font-weight: 400;
  padding-bottom: 5px;
}

.featured-section-2 .swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 1.2rem;
}

.featured-section-2 .swiper-pagination {
  position: relative;
  width: auto;
  bottom: auto;
  left: auto;
  color: #666;
  font-size: 0.875rem;
}

@media (max-width: 991.98px) {
  .featured-section-2 .content-section {
    min-height: auto;
    padding: 3rem 1rem;
  }

  .featured-section-2 .image-section {
    min-height: auto;
    padding: 3rem 1.5rem;
  }

  .featured-section-2 h1 {
    font-size: 2rem;
  }

  .featured-section-2 .content-wrapper {
    padding: 1rem;
  }

  .featured-section-2 .testimonial-text {
    font-size: 1.1rem;
  }
}

.featured-section-2 .btn-primary {
  background-color: #ff4d00;
  border: none;
  padding: 0.75rem 2rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: background-color var(--transition-speed);
}

.featured-section-2 .btn-primary:hover {
  background-color: #085446;
}

.featured-section-2 .learn-more {
  color: #ff4d00;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: color var(--transition-speed);
}

.featured-section-2 .learn-more:hover {
  color: #085446;
}

.featured-section-2 .testimonial-item {
  padding: 1.5rem 0;
  border-bottom: 1px solid #e0e0e0;
}

/* Swiper Navigation */
.featured-section-2 .swiper-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin-top: 2rem;
}

.featured-section-2 .swiper-button-prev,
.swiper-button-next {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0;
  color: #333;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  background-color: white;
}

.featured-section-2 .swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 1.2rem;
}

.featured-section-2 .swiper-pagination {
  position: relative;
  width: auto;
  bottom: auto;
  left: auto;
  color: #666;
  font-size: 0.875rem;
}

.featured-section-2 .overlay-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg,
    rgba(13, 107, 88, 0.8) 0%,
    rgba(13, 107, 88, 0.4) 100%
  );
}

.featured-section-2 .overlay-people {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/* ****************************Section S4 CSS Ends********** */

/* --- Comprehensive Services Section starts --- */

.comprehensive-services-section {
  background-color: #f8f9fa;
}

.comprehensive-services-title {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 2.1rem;
  color: var(--dark-grey);
}

.comprehensive-services-title .logo-orange {
  color: var(--primary-orange);
}

.service-card {
  border: none;
  border-radius: 15px;
  background-color: var(--white);
  transition: transform 0.3s ease, box-shadow 0.3s ease,
    background-color 0.3s ease, color 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
}

/* Apply hover scale/shadow effect */
.service-card:not(.graphic-card):hover {
  /* Exclude graphic card from scaling */
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.12) !important;
}

.service-card .card-body {
  padding: 25px 30px;
  position: relative;
}

.service-card-title {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--primary-orange);
  transition: color 0.3s ease; /* Add transition for color change */
}

.service-card-list {
  padding-left: 0;
}

.service-card-list li {
  font-family: "Arial", sans-serif;
  font-size: 0.9rem;
  color: var(--medium-grey);
  line-height: 1.6;
  margin-bottom: 0.8rem;
  position: relative;
  padding-left: 18px;
  transition: color 0.3s ease; /* Add transition for color change */
}

.service-card-list li:last-child {
  margin-bottom: 0;
}

.service-card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  background-color: var(--medium-grey);
  opacity: 0.7;
  transition: background-color 0.3s ease; /* Add transition for color change */
}

/* --- Styles for Card Number --- */
.card-number {
  position: absolute;
  bottom: 15px; /* Position from bottom */
  right: 20px; /* Position from right */
  font-family: "Arial", sans-serif;
  font-size: 1.8rem; /* Larger number */
  font-weight: 700; /* Bold */
  color: rgb(0 0 0 / 12%); /* Very subtle grey */
  line-height: 1;
  transition: color 0.3s ease; /* Add transition for color change */
  z-index: 1; /* Keep below text if overlapping possibility exists */
}

/* --- Styles for the orange hover state (bg-orange class) --- */
/*.service-card.bg-orange {*/
/*  background-color: var(--primary-orange);*/
/*}*/

/*.service-card.bg-orange .service-card-title {*/
/*  color: var(--white);*/
/*}*/

/*.service-card.bg-orange .service-card-list li {*/
/*  color: rgba(255, 255, 255, 0.9);*/
/*}*/

/*.service-card.bg-orange .service-card-list li::before {*/
/*  background-color: rgba(255, 255, 255, 0.8);*/
/*}*/

/* Change number color on orange background */
.service-card.bg-orange .card-number {
  color: rgb(255 77 0 / 71%); /* Subtle white */
}

/* --- Styles for the graphic card --- */
.graphic-card {
  background-color: var(--white);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1) !important;
}

.asia-graphic-img {
  max-width: 300px;
  height: auto;
}

/* --- Responsive Adjustments --- */
@media (max-width: 991.98px) {
  .comprehensive-services-title {
    font-size: 1.9rem;
  }
  .service-card .card-body {
    padding: 20px 25px;
  }
  .card-number {
    font-size: 1.6rem;
    bottom: 12px;
    right: 15px;
  }
}

@media (max-width: 767.98px) {
  .comprehensive-services-title {
    font-size: 1.8rem;
  }
}

@media (max-width: 575.98px) {
  .comprehensive-services-title {
    font-size: 1.7rem;
  }
  .service-card .card-body {
    padding: 20px;
  }
  .service-card-title {
    font-size: 1rem;
  }
  .service-card-list li {
    font-size: 0.85rem;
    padding-left: 16px;
  }
  .service-card-list li::before {
    top: 6px;
    width: 5px;
    height: 5px;
  }
  .card-number {
    font-size: 1.5rem;
    bottom: 10px;
    right: 12px;
  }
}

/* --- Comprehensive Services Section ends --- */

/* --- Testimonials Section starts --- */

.testimonials-section {
  background-color: #fdfdfd;
  overflow: hidden;
}

.testimonials-title {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: var(--primary-orange);
  margin-bottom: 2rem;
}

.testimonial-swiper {
  padding-bottom: 40px;
}

.testimonial-card {
  background-color: var(--white);
  border: none;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
  height: 100%;
  transition: box-shadow 0.4s ease;
  overflow: hidden;
}

.testimonial-card .card-body {
  padding: 30px;
}

.testimonial-text {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.95rem;
  color: var(--medium-grey);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.testimonial-author {
  margin-top: auto;
}

.testimonial-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-name {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: var(--dark-grey);
}

.testimonial-swiper .swiper-slide-active .testimonial-card {
  box-shadow: 0 8px 25px rgba(255, 102, 0, 0.15);
}

.testimonial-pagination {
  position: relative;
  bottom: 0px;
  margin-top: 1.5rem;
  width: 100%;
  text-align: center;
}

.testimonial-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #cccccc;
  opacity: 0.8;
  margin: 0 5px;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  border-radius: 50%;
}

.testimonial-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary-orange);
  opacity: 1;
}

.testimonial-swiper .swiper-wrapper {
  padding-bottom: 20px;
  padding-top: 5px;
}

@media (max-width: 991.98px) {
  .testimonials-title {
    font-size: 1.7rem;
  }
  .testimonial-card .card-body {
    padding: 25px;
  }
}

@media (max-width: 767.98px) {
  .testimonials-title {
    font-size: 1.6rem;
    text-align: center;
  }
  .testimonial-text {
    font-size: 0.9rem;
  }
}

@media (max-width: 575.98px) {
  .testimonial-card .card-body {
    padding: 20px;
  }
  .testimonial-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
}

/* Testimonials Section Ends */

/* --- Latest Blog / Popular Post Section starts --- */

.blog-popular-section {
  background-color: var(--white);
}

.section-title {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: var(--dark-grey);
}

.section-title .logo-orange {
  color: var(--primary-orange);
}

.title-underline {
  height: 2px;
  width: 60px; /* Adjust width as needed */
  background-color: var(--primary-orange);
}

.blog-post-img {
  aspect-ratio: 16 / 9; /* Maintain aspect ratio */
  object-fit: cover;
  width: 100%;
}

.blog-post-title {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--dark-grey);
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.blog-post-excerpt {
  font-family: "Arial", sans-serif;
  font-size: 0.95rem;
  color: var(--medium-grey);
  line-height: 1.6;
  margin-bottom: 0.75rem;
}

.blog-post-meta,
.popular-post-meta {
  font-family: "Arial", sans-serif;
  font-size: 0.85rem;
  color: var(--medium-grey);
  margin-top: 0.25rem; /* Small space above meta */
}

.blog-post-separator,
.popular-post-separator {
  margin: 0 0.4rem;
  opacity: 0.5;
}

.popular-post-number {
  font-family: "Arial", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #ededed; /* Very light grey */
  line-height: 1;
  margin-right: 1.5rem;
  min-width: 50px; /* Ensure consistent spacing */
  text-align: right;
}

.popular-post-item-title {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: var(--dark-grey);
  line-height: 1.4;
  margin-bottom: 0.2rem;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 1.7rem;
  }
  .blog-post-title {
    font-size: 1rem;
  }
  .popular-post-item-title {
    font-size: 0.95rem;
  }
  .popular-post-number {
    font-size: 2.5rem;
    margin-right: 1rem;
    min-width: 40px;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 1.6rem;
  }
  .title-underline {
    margin-left: auto;
    margin-right: auto; /* Center underline if title is centered */
  }
  .blog-popular-section .col-lg-8,
  .blog-popular-section .col-lg-4 {
    text-align: center; /* Center titles on mobile */
  }
  .blog-popular-section .col-lg-8 .row {
    text-align: left; /* Reset text align for blog previews */
  }
  .popular-posts-list {
    text-align: left; /* Reset text align for popular list items */
  }
  .popular-post-number {
    font-size: 2.2rem;
  }
}

@media (max-width: 575.98px) {
  .section-title {
    font-size: 1.5rem;
  }
  .blog-post-title,
  .popular-post-item-title {
    font-size: 0.9rem;
  }
  .blog-post-excerpt {
    font-size: 0.9rem;
  }
  .popular-post-number {
    font-size: 2rem;
    margin-right: 0.75rem;
    min-width: 35px;
  }
}

.mb-custom {
  margin-bottom: 3.5rem !important;
}

/* --- Latest Blog / Popular Post Section Ends --- */

/* --- Featured for Members Section starts --- */

.featured-members-section {
  background-color: var(--white);
}

.featured-members-title {
  font-family: "Arial", sans-serif;
  font-weight: 400; /* Regular weight */
  font-size: 1.8rem;
  color: var(--dark-grey);
}

.featured-members-title .logo-orange {
  color: var(--primary-orange);
  font-weight: 700; /* Bold for 'members' */
}

.title-underline-featured {
  height: 2px;
  width: 80px; /* Adjust width as needed */
  background-color: var(--primary-orange);
}

.featured-img-large {
  aspect-ratio: 16 / 10; /* Adjust ratio if needed */
  object-fit: cover;
  width: 100%;
}

.featured-img-small {
  aspect-ratio: 4 / 3; /* Common ratio for smaller previews */
  object-fit: cover;
  width: 100%;
}

.featured-item-title {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--dark-grey);
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.featured-item-excerpt {
  font-family: "Arial", sans-serif;
  font-size: 0.95rem;
  color: var(--medium-grey);
  line-height: 1.6;
  margin-bottom: 0.75rem;
}

.featured-item-title-small {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 1rem; /* Slightly smaller title */
  color: var(--dark-grey);
  line-height: 1.4;
  margin-bottom: 0.2rem;
}

.featured-item-meta {
  font-family: "Arial", sans-serif;
  font-size: 0.85rem;
  color: var(--medium-grey);
  margin-top: 0.25rem;
}

.featured-item-separator {
  margin: 0 0.4rem;
  opacity: 0.5;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .featured-members-title {
    font-size: 1.7rem;
  }
  .featured-item-title {
    font-size: 1rem;
  }
  .featured-item-title-small {
    font-size: 0.95rem;
  }
}

@media (max-width: 767.98px) {
  .featured-members-title {
    font-size: 1.6rem;
    text-align: center; /* Center title */
  }
  .title-underline-featured {
    margin-left: auto;
    margin-right: auto; /* Center underline */
  }
  /* Ensure small items stack correctly within their column */
  .featured-members-section .col-lg-6 .col-md-6 {
    flex: 0 0 auto;
    width: 50%; /* Maintain 2 columns on medium if possible */
  }
}

@media (max-width: 575.98px) {
  /* Stack small items to single column on mobile */
  .featured-members-section .col-lg-6 .col-md-6 {
    width: 100%;
  }
  .featured-item-title,
  .featured-item-title-small {
    font-size: 0.95rem;
  }
  .featured-item-excerpt {
    font-size: 0.9rem;
  }
}

/* --- Featured for Members Section Ends --- */
/*infocus section css starts */

.infocus-section .services-section {
  padding: 60px 0;
  overflow: hidden;
  background-color: #f8f9fa;
}

.infocus-section .services-section .section-title {
  color: #333;
  font-weight: 600;
  position: relative;
  padding-bottom: 15px;
}

.infocus-section .services-section .section-title::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: #ff4d00;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.infocus-section .service-card {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  border-left: 4px solid #ff6501;
}

.infocus-section .service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-left: 4px solid #daa520;
}

.infocus-section .service-icon {
  color: #ff4d00;
}

.infocus-section .service-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.infocus-section .service-description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 20px;
}

.infocus-section .service-link {
  text-decoration: none;
  color: #ff4d00; /* Accent color */
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s ease;
}

.infocus-section .service-link i {
  transition: transform 0.3s ease;
  display: inline-block;
}

.infocus-section .service-link:hover {
  color: #e66a3f;
}

.infocus-section .service-link:hover i {
  transform: translateX(5px);
}

@media (max-width: 767px) {
  .infocus-section .service-card {
    margin-bottom: 30px;
  }
}

/*infocus section css ends*/
/*Infocus inner page css starts*/

.infocus-page-new {
  font-family: "Arial", sans-serif;
  color: #333;
  line-height: 1.7;
}

.infocus-page-new h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

/* Banner Section */
.infocus-page-new .banner {
  position: relative;
  height: 60vh; /* Adjust height as needed */
  min-height: 350px;
  background: url("https://via.placeholder.com/1920x600/cccccc/808080?text=Non-Facial+Banner+Image")
    no-repeat center center; /* REPLACE with your non-facial image URL */
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.infocus-page-new .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Dark overlay for text contrast */
  display: flex;
  align-items: center;
  justify-content: center;
}

.infocus-page-new .banner h1 {
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.infocus-page-new .banner p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
}

/* Section Styling */
.infocus-page-new .section-title {
  color: #000;
  margin-bottom: 1.5rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}

/* Underline effect for section titles */
.infocus-page-new .section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #ff4d00;
  border-radius: 2px;
}

.infocus-page-new .bg-light {
  background-color: #f8f9fa !important;
}

/* Horizontal Rule */
.infocus-page-new .theme-hr {
  border: 0;
  height: 2px;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    #ff4d00,
    rgba(0, 0, 0, 0)
  );
  margin-top: 0;
  margin-bottom: 0;
}
.infocus-page-new .container-fluid.theme-hr {
  padding: 0; /* Remove padding for full width */
}

/* Service Card Styling */
.infocus-page-new .service-card {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.infocus-page-new .service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.infocus-page-new .service-title {
  color: #ff4d00;
  margin-bottom: 15px;
  font-size: 1.2rem;
  border-bottom: 2px solid #ff4d00;
  padding-bottom: 5px;
  display: inline-block;
}

.infocus-page-new .service-card ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.infocus-page-new .service-card ul li {
  margin-bottom: 10px;
}

/* Accordion Styling */
.infocus-page-new .accordion-item {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  overflow: hidden; /* Ensures border radius is applied correctly */
}

.infocus-page-new .accordion-header {
  margin-bottom: 0;
}

.infocus-page-new .accordion-button {
  font-weight: 600;
  background-color: #f8f9fa;
  color: #333;
  border: none; /* Remove default border */
  box-shadow: none; /* Remove default focus shadow */
  border-radius: 0 !important; /* Override Bootstrap radius if needed */
}

.infocus-page-new .accordion-button:not(.collapsed) {
  background-color: #ff4d00;
  color: white;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); /* Keep bottom border consistent */
}

/* Change accordion icon color for collapsed state */
.infocus-page-new .accordion-button::after {
  filter: brightness(0) saturate(100%) invert(45%) sepia(96%) saturate(1821%)
    hue-rotate(349deg) brightness(102%) contrast(104%); /* Theme color icon */
}

/* Change accordion icon color for expanded state */
.infocus-page-new .accordion-button:not(.collapsed)::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7492%)
    hue-rotate(110deg) brightness(104%) contrast(104%); /* White icon */
}

.infocus-page-new .accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 104, 49, 0.25); /* Focus outline with theme color */
  border-color: transparent;
}

.infocus-page-new .accordion-body {
  background-color: #ffffff;
  padding: 1.5rem;
}

.infocus-page-new .accordion-body h4 {
  color: #e65c2a;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.infocus-page-new .accordion-body h4:first-of-type {
  margin-top: 0;
}

.infocus-page-new .accordion-body ul {
  padding-left: 20px;
}
.infocus-page-new .accordion-body ul ul {
  /* Nested lists */
  padding-left: 25px;
  margin-top: 5px;
}

.infocus-page-new .accordion-body li {
  margin-bottom: 8px;
}

.infocus-page-new .accordion-body strong {
  font-weight: 600;
}

/* Value Proposition Section */
.infocus-page-new .value-prop-card {
  background-color: #ffffff;
  border-left: 5px solid #ff4d00;
  padding: 25px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
.infocus-page-new .value-prop-title {
  color: #ff4d00;
  font-size: 1.3rem;
}
.infocus-page-new .value-prop-card ul li {
  margin-bottom: 5px;
}

/* Call to Action (CTA) Button */
.infocus-page-new .btn-primary {
  background-color: #ff4d00;
  border-color: #ff4d00;
  color: white;
  padding: 12px 30px;
  font-weight: 600;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.infocus-page-new .btn-primary:hover,
.infocus-page-new .btn-primary:focus {
  background-color: #e65c2a;
  border-color: #e65c2a;
  color: white;
  box-shadow: 0 0 0 0.25rem rgba(255, 104, 49, 0.5);
}

.infocus-page-new .contact-cta {
  background-color: #ff4d00;
  color: white;
}
.infocus-page-new .contact-cta .section-title {
  color: white;
}
.infocus-page-new .contact-cta .section-title::after {
  background-color: white;
}
.infocus-page-new .contact-cta .lead {
  color: rgba(255, 255, 255, 0.9);
}
.infocus-page-new .contact-cta .btn-primary {
  background-color: white;
  border-color: white;
  color: #ff4d00;
}
.infocus-page-new .contact-cta .btn-primary:hover,
.infocus-page-new .contact-cta .btn-primary:focus {
  background-color: #eee;
  border-color: #eee;
  color: #e65c2a;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

/* Responsive Adjustments */
@media (max-width: 767.98px) {
  .infocus-page-new .banner {
    height: 50vh;
    min-height: 300px;
  }
  .infocus-page-new .banner h1 {
    font-size: 2.5rem;
  }
  .infocus-page-new .banner p {
    font-size: 1rem;
  }
  .infocus-page-new .section-title {
    font-size: 1.8rem;
  }
  .infocus-page-new .service-card,
  .infocus-page-new .value-prop-card {
    margin-bottom: 1.5rem; /* Add space between stacked cards */
  }
}

/*Infocus inner page css ends*/
/*Case studies page css starts*/

/*--------------------------------------------------------------
# Variables & Base Styles
--------------------------------------------------------------*/

.case-study {
  font-family: "Arial", sans-serif;
  color: #555;
  line-height: 1.7;
}

.case-study .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.case-study h1,
.case-study h2,
.case-study h3,
.case-study h4,
.case-study h5,
.case-study h6 {
  font-family: "Arial", sans-serif;
  font-weight: 600;
  color: #000000;
}

.case-study h6 {
  font-size: 1rem;
}

.case-study .justify-content-center {
  justify-content: center !important;
}

.case-study .fs-5 {
  font-size: 1.25rem !important;
}

.case-study p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.case-study .text-primary {
  color: #ff4d00 !important;
}

.case-study .bg-primary {
  background-color: #ff4d00 !important;
}

.case-study .border-primary {
  border-color: #ff4d00 !important;
}

.case-study a {
  color: #ff4d00;
  text-decoration: none;
  transition: color 0.3s ease;
}

.case-study a:hover {
  color: #e0501b; /* Darker shade of primary */
  text-decoration: underline;
}

.case-study .section-title {
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px; /* More space below titles */
  color: #ff4d00;
}

.case-study .section-title::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 4px;
  background: #ff4d00;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

.case-study .section-subtitle {
  font-weight: 600;
  font-size: 2rem;
  color: #ff4d00;
}

/*--------------------------------------------------------------
# Hero Banner
--------------------------------------------------------------*/
.case-study .hero-banner {
  min-height: 60vh; /* Adjust height as needed */
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("https://images.unsplash.com/photo-1581091226803-9a48df43590a?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwyMzQ5MzZ8MHwxfGFsbHx8fHx8fHx8fDE2MjYwNjEwOTY&ixlib=rb-1.2.1&q=80&w=1920")
      no-repeat center center; /* Example non-facial image - REPLACE */
  background-size: cover;
  position: relative;
  display: flex; /* Ensure flex alignment works */
  align-items: center; /* Vertically center content */
  padding: 180px 0 50px 0;
}

.case-study .hero-banner h1 {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.case-study .hero-banner .lead {
  color: rgba(255, 255, 255, 0.9);
}

/*--------------------------------------------------------------
# Client & Challenge Section
--------------------------------------------------------------*/
.case-study .client-challenge-section .content-box {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.case-study .client-challenge-section .content-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
}

/*--------------------------------------------------------------
# Approach Section
--------------------------------------------------------------*/
.case-study .approach-section .approach-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 4px solid transparent;
  display: flex; /* Ensure flex works for card content */
  flex-direction: column; /* Stack content vertically */
}

.case-study .approach-section .approach-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.08) !important;
  border-top-color: #ff4d00;
}

.case-study .approach-section .icon-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffe8e0; /* Lighter primary shade */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff4d00;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.case-study .approach-section .approach-card:hover .icon-wrapper {
  background-color: #ff4d00;
  color: #fff;
}

.case-study .approach-section h5 {
  color: #ff4d00;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Results Section
--------------------------------------------------------------*/
.case-study .results-section .result-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.case-study .results-section .result-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
}
.case-study .deliverables-list li {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: flex-start;
}
.case-study .deliverables-list i {
  margin-top: 5px; /* Align icon slightly better */
}

/*--------------------------------------------------------------
# Why Choose Us Section
--------------------------------------------------------------*/
.case-study .why-choose-us-section .feature-item {
  transition: transform 0.3s ease;
}
.case-study .why-choose-us-section .feature-item:hover {
  transform: translateY(-5px);
}
.case-study .why-choose-us-section .icon-feature {
  color: #ff4d00;
  margin-bottom: 15px;
}
.case-study .why-choose-us-section .icon-feature i {
  font-size: 2.5rem; /* Larger icons */
}

/*--------------------------------------------------------------
# Testimonial Section
--------------------------------------------------------------*/
.case-study .testimonial-section {
  background-color: #343a40; /* Dark background for contrast */
  color: rgba(255, 255, 255, 0.8);
}
.case-study .testimonial-section blockquote {
  font-style: italic;
  color: #fff;
}
.case-study .testimonial-section .blockquote-footer {
  color: rgba(255, 255, 255, 0.7);
}
.case-study .testimonial-section .fa-quote-left {
  color: #ff4d00 !important;
}

/*--------------------------------------------------------------
# Conclusion & CTA Button
--------------------------------------------------------------*/
.case-study .lead {
  font-size: 1.1rem;
}

.case-study .custom-btn {
  background-color: #ff4d00;
  border-color: #ff4d00;
  padding: 12px 30px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 104, 49, 0.3); /* Shadow using primary color */
}

.case-study .custom-btn:hover {
  background-color: #e0501b; /* Darker primary */
  border-color: #e0501b;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 104, 49, 0.4);
}

/*--------------------------------------------------------------
# Responsive Adjustments
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .case-study .hero-banner {
    min-height: 50vh;
    text-align: center;
  }
  .case-study .hero-banner .col-lg-8 {
    margin: 0 auto; /* Center content */
  }
  .case-study .section-title,
  .case-study .section-subtitle {
    font-size: 1.8rem; /* Slightly smaller titles on medium screens */
  }
}

@media (max-width: 767px) {
  .case-study .hero-banner {
    min-height: 40vh;
  }
  .case-study .hero-banner h1 {
    font-size: 2.5rem;
  }
  .case-study .section-title {
    font-size: 1.6rem;
  }
  .case-study .section-subtitle {
    font-size: 1.3rem;
  }
  .case-study .client-challenge-section .col-lg-5,
  .case-study .client-challenge-section .col-lg-7 {
    text-align: center;
  }
  .case-study .client-challenge-section .content-box {
    border-left-width: 0; /* Remove left border on mobile */
    border-top: 4px solid red; /* Use top border instead */
    margin-bottom: 1.5rem;
  }
  .case-study .client-challenge-section .content-box.bg-white {
    /* Specificity for client box */
    border-top-color: #ff4d00;
  }
  .case-study .approach-section .approach-card,
  .results-section .result-card {
    text-align: center; /* Center card content */
  }
  .case-study .approach-section .icon-wrapper {
    margin-left: auto;
    margin-right: auto; /* Center icon */
  }
  .case-study .deliverables-list li {
    justify-content: center; /* Center list items */
  }
  .case-study .custom-btn {
    padding: 10px 25px;
    font-size: 0.9rem;
  }
}

/*Case studies page css ends*/

/*About section home css starts*/

.about-sec-home {
  margin: 0;
  font-family: "Arial", sans-serif;
  line-height: 1.6;
  background-color: #fff;
  padding-top: 60px;
}

.about-sec-home .about-angled-section {
  background-color: #ff4d00;
  padding: 0;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}

.about-sec-home .about-angled-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background-color: #1c1c1c;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 4%);
}

.about-sec-home .about-angled-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
  z-index: 2;
}

.about-sec-home .about-angled-content {
  padding-top: 120px;
  padding-bottom: 5rem;
}

.about-sec-home .about-angled-heading {
  font-size: 2.2rem;
  font-weight: 600;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.about-sec-home .about-angled-text {
  font-size: 1.2rem;
  color: #f0f0f0;
  margin-bottom: 1.25rem;
}

.about-sec-home .about-angled-text:last-of-type {
  margin-bottom: 2rem;
}

.about-sec-home .about-angled-button {
  display: inline-block;
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 15px 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}

.about-sec-home .about-angled-button:hover {
  background-color: #ffffff;
  color: #ff4d00;
}

@media (max-width: 991px) {
  .about-sec-home .about-angled-heading {
    font-size: 2rem;
  }
  .about-sec-home .about-angled-text {
    font-size: 0.9rem;
  }
  .about-sec-home .about-angled-section::before {
    height: 180px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 50%);
  }
  .about-sec-home .about-angled-content {
    padding-top: 220px;
    padding-bottom: 4rem;
  }
}

@media (max-width: 767px) {
  .about-sec-home .about-angled-container {
    padding: 0 15px;
  }
  .about-sec-home .about-angled-heading {
    font-size: 1.8rem;
    text-align: center;
  }
  .about-sec-home .about-angled-text {
    text-align: left;
  }
  .about-sec-home .about-angled-section::before {
    height: 130px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 45%);
  }
  .about-sec-home .about-angled-content {
    padding-top: 160px;
    padding-bottom: 3rem;
  }
  .about-sec-home .about-angled-button {
    display: inline-block;
    text-align: center;
    margin: 1.5rem auto 0 auto;
    max-width: 250px;
  }
}

/*About section home css ends*/

/* CTA IP Section Styles  */
.cta-section-ip {
  background-color: #ff4d00;
  padding: 4rem 0;
  color: #fff;
}

.cta-section-ip .cta-heading {
  font-family: "Arial", sans-serif;
  font-weight: 700; /* Bold */
  font-size: 2.2rem; /* Adjust as needed */
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

.cta-section-ip .cta-subtext {
  font-family: "Arial", "Helvetica", sans-serif; /* Arial for subtext */
  font-weight: 400; /* Regular */
  font-size: 1.1rem; /* Adjust as needed */
  opacity: 0.95; /* Slightly less prominent if needed, looks fully white */
}

.cta-section-ip .btn-cta-ip {
  background-color: #ffffff;
  color: #000000;
  border: none;
  padding: 10px 14px;
  border-radius: 50px;
  font-family: "Arial", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  display: inline-block;
}

.cta-section-ip .btn-cta-ip:hover {
  background-color: #000;
  color: #fff;
  transform: translateY(-2px); /* Optional: Slight lift on hover */
}

/* Responsive Adjustments for CTA IP Section */
@media (max-width: 991.98px) {
  .cta-section-ip {
    padding: 2.5rem 0;
  }
  .cta-section-ip .cta-heading {
    font-size: 2.6rem;
  }
  .cta-section-ip .cta-subtext {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .cta-section-ip .cta-heading {
    font-size: 1.9rem;
    margin-bottom: 0.75rem; /* More space below heading */
  }
  .cta-section-ip .cta-subtext {
    margin-bottom: 1.5rem; /* Add space below subtext before button stacks */
  }
}

@media (max-width: 575.98px) {
  .cta-section-ip {
    padding: 2rem 0;
  }
  .cta-section-ip .cta-heading {
    font-size: 1.7rem;
  }
  .cta-section-ip .cta-subtext {
    font-size: 0.95rem;
    text-align: left !important;
  }
  .cta-section-ip .btn-cta-ip {
    padding: 10px 30px;
    font-size: 0.95rem;
  }
}

/*CTA IP Section CSS ends*/
