/* Import Noto Sans font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700&display=swap');

/* Global font style */
body {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  color: #333;
  background-color: #f9f9f9;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.3;
}

h2 {
  font-size: 2.375rem;
  /* 38px */
}

h5 {
  font-size: 1.375rem;
  /* 22px */
}

h6 {
  font-size: 1.10rem;
  /* 18px */
}

/* Paragraphs */
p {
  font-size: 1rem;
  line-height: 1.3;
}

a {
  text-decoration: none;
}

.text-primary {
  color: #007C96 !important;
}

.sectionSubtitle {
  font-size: 1.875rem;
  /* 30px */
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: 2.5rem;
  color: #007C96 !important;
}

/* Buttons */
button {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 600;
  padding: 10px 16px;
  border: none;
  background-color: #007bff;
  color: white;
  border-radius: 4px;
  cursor: pointer;
}


/* Navbar */
.navbar {
  background-color: #fff;
  padding: 10px 20px;
}

.navbar .nav-item {
  font-size: 1.125rem;
  /* 18px */
  font-weight: 600;
  margin-right: 25px;
}

.navbar .nav-item a {
  color: #050505;
}

.navbar .nav-item a:hover {
  color: #007C96;
}

.navbar-toggler {
  border: 3px solid #007d96;
  border-radius: 8px;
}

.quickLinks a {
  color: #007C96;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  margin-left: 25px;
}

.quickLinks a:hover {
  color: #000;
}

/* Transition setup */
.navbar {
  transition: top 0.4s ease-in-out;
  top: -100px;
  /* hide initially */
  position: sticky;
  z-index: 1030;
}

.navbar-visible {
  top: 0;
  /* slide down into view */
}

/* Header Search */
.headerSearch input {
  border: 3px solid #2B7592;
  border-right: none;
  padding: 6px 10px;
  border-radius: 10px 0 0 10px;
  margin: 0 !important;
}

.headerSearch button {
  background-color: #2B7592;
  padding: 6px 20px;
  border-radius: 0 10px 10px 0;
}

.headerSearch button i {
  color: #fff;
}

.headerSearch button:hover {
  background-color: #2B7592;
  opacity: 0.8;
}


.quickLinks a {
  color: #007C96;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  margin-left: 0;
}

.headerSearch input {
  border: 3px solid #2B7592;
  border-right: none;
  padding: 6px 10px;
  border-radius: 10px 0 0 10px;
  margin: 0 !important;
}

.headerSearch button {
  /* background-color: #2B7592;
    padding: 6px 20px;
    border-radius: 0px 10px  10px 0; */
  background-color: #2B7592;
  padding: 6px 20px;
  border-radius: 5px;
}

.headerSearch button i {
  color: #fff;
}

.headerSearch button:hover {
  background-color: #2B7592;
  opacity: 0.8;
}


/* slider */

.carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 10px;
}


/* Arrow pointing up (dropdown tip) */
.dropdown-menu.arrow-box::before {
  content: '';
  position: absolute;
  top: -6px;
  right: 20px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #000;
  /* match background of dropdown */
  z-index: 1;
}

.dropdown-menu.arrow-boxmenu::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 20px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #000;
  /* match background of dropdown */
  z-index: 1;
}

/* Add border & spacing between items */
.dropdown-menu .dropdown-item {
  padding: 10px 15px;
}

/* Optional: Hover style */
.dropdown-menu .dropdown-item:hover {
  background-color: #f1f1f1;
}

.dropdown-toggle::after {
  vertical-align: 0.1em !important;
}


/* Section 1 */

.sectionTitle {
  font-size: 2.375rem;
  margin-bottom: 0;
  color: #007C96;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 2.1875rem;
}

.sectionTitleCapitalize {
  text-transform: inherit;
}

.sectionSubtitle {
  font-size: 1.875rem;
  margin-bottom: 40px;
  color: #007C96 !important;
  font-style: italic;
  font-weight: 300;
  /* Light */
}

/* .bg-light-timeline {
  background-image: url('../images/timelineBg.png'); 
  background-size: contain;
  background-position: center;
  border-radius: 150px;
} */

.bg-light-timeline {
  position: relative;
  border-radius: 150px;
  overflow: hidden;
  z-index: 0;
}

.bg-light-timeline::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url(../images/timelineBg.png);
  background-size: contain;
  background-position: center;
  opacity: 0.8;
  z-index: 1;
}



.timeline-box {
  background: linear-gradient(91deg, rgba(253, 253, 253, 0.02) 0%, rgba(247, 247, 247, 1) 51%, rgba(241, 241, 241, 1) 99%);
  min-height: 572px;
  border-radius: 20px !important;
  border: 0 !important;
}

.timeline-box li {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 0.9375rem;
  text-align: left;
  margin-bottom: 10px;
}

.timeline-box ul {
  padding-left: 27px;
}

.timeline-box {
  height: 300px;
}

.timeline-year {
  background-color: #73C2CD;
  padding: 5px 12px;
  color: #fff;
  font-size: 1.25rem;
}

.timeline-year-odd {
  background-color: #0085C8;
}

.timeline-box ul {
  padding-left: 0.9rem;
  list-style-type: disc;
}

/* ***** section 2 */

.collaborateSection {
  color: white;
  background-image: url('../images/blueBg.png');
  background-size: cover;
  background-position: center;
  vertical-align: middle;
}

.collaborateSectionTitle {
  font-size: 2.375rem;
  /* 38px */
  font-weight: 600;
}

.collaborateSectionSubtitle {
  font-size: 1.875rem;
  /* 30px */
  font-weight: 200;
  line-height: 1.75rem;
  /* 28px */
}

.resourceSectionSubtitle {
  font-size: 1.5rem;
  /* 30px */
  font-weight: 200;
  line-height: 1.75rem;
  /* 28px */
}

.collaborateSecBtn {
  background-color: #fff;
  color: #1274AB;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 1.375rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

/*.collaborateSecBtn:hover{
    background-color: #fff;
    color: #1274AB;
    opacity: 0.8;
} */


.collaborateSecBtn:hover {
  transform: scale(1.05);
  /* subtle zoom on hover */
  text-decoration: none;
  background-color: #fff;
  color: #1274AB;
}

/* ***** service section */

.serviceCard .card {
  background-color: transparent !important;
  border-radius: 10px;
  box-shadow: none !important;
  text-align: center !important;
  margin-bottom: 20px;
}

.serviceCard .card .card-body {
  padding: 5px;
}

.serviceCard .card img {
  width: 243px;
  height: 243px;
  border-radius: 20px;
}

.serviceCard .card .card-title {
  color: #007C96;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 400;
  margin: 20px 0;
  min-height: 63px;
}

.serviceCard .card .card-text {
  color: #000;
  font-size: 1rem;
  line-height: 1.25rem;
}

.card-img-top {
  height: 120px;
  object-fit: cover;
}

.card-img-top2 {
  height: 400px;
  object-fit: cover;
}

.serviceCard .card a {
  color: #007C96 !important;
  font-size: 1rem
}


.introPara {
  color: #3B3B3B;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.profile-img {
  background-color: #fff;
  box-shadow: -2px 12px 5px -5px rgba(216, 215, 215, 0.78);
  -webkit-box-shadow: -2px 12px 5px -5px rgba(216, 215, 215, 0.78);
  -moz-box-shadow: -2px 12px 5px -5px rgba(216, 215, 215, 0.78);
  text-align: center;
  padding: 6px;
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.profile-info h6 {
  margin-top: 10px;
  font-size: 1.5625rem;
  color: #007C96;
}

.profile-info span {
  margin-top: 10px;
  font-size: 1rem;
  color: #222222;
}


.sustainableSectionMain {
  height: 80px;
}

.sustainableSection p {
  margin-top: 10px;
  font-size: 1.25rem;
  color: #323232;
  line-height: 1.625rem;
}

.sustainableSection img {
  width: 50px;
}

.bg-gray {
  background-color: #F4F4F4;
}

.viewLink {
  font-size: 1.5625rem;
  color: #000000;
  font-weight: 500;
}

.viewLink span {
  font-size: 1.5625rem;
  color: #000000;
  font-weight: 500;
}

.viewLink a {
  padding: 7px 13px;
  background-color: #0082C5;
  color: #fff;
  font-size: 1rem;
  border-radius: 8px;
  position: relative;
  top: -3px;
}

.viewLink a:hover {
  opacity: 0.6;
}

.certifiteCard img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.certifiteCard h5 {
  font-size: 1.375rem;
  color: #007C96;
}

.certifiteCard p {
  font-size: 1rem;
  color: #000;
  line-height: 1.375rem;
}

.testimonialsContent p {
  font-size: 1rem !important;
  color: #000 !important;
  line-height: 1.375rem;
}


.testimonialsOwner {
  background-image: url('../images/clintBg.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  /* Prevents distortion */
  min-height: 123px;
  height: auto;
  /* Let it grow with content if needed */
  position: relative;
}

.rounded-bg {
  border-radius: 20px;
  overflow: hidden;
}

.testimonialsImg {
  border: 8px solid #fff;
  border-radius: 50%;
  top: 20px;
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.testimonialsImg img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.testimonialInfo {
  position: relative;
  top: 43px;
}

.quoteSec i {
  font-size: 1.5625rem;
  color: #007C96;
}

.testimonialsOwner h6 {
  font-size: 1.125rem;
  color: #000;
  font-weight: 500;
}

.testimonialsOwner small {
  font-size: 1rem;
}

.clientBg {
  background-image: url('../images/clintBg.png');
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 50px 0;
  z-index: 0;
}

.newsTitle {
  font-size: 1.2rem;
  color: #007C96;
  font-weight: 600;
}

.newsPara {
  font-size: 1rem;
  color: #000;
  line-height: 1.375rem;
}

.blogTitle {
  font-size: 1rem;
  color: #000000;
  font-weight: 600;
}

.blogPara {
  font-size: 1rem;
  color: #000;
  line-height: 1.375rem;
  margin-bottom: 0 !important;
}

.newsCard small {
  font-size: 0.875rem;
}

.subcribeTitle {
  font-size: 1.875rem;
  color: #fff;
  font-weight: 600;
}

.subcribeForm input {
  border: 0;
}

.subcribeForm button {
  background-color: #0082C5;
  height: 40px;
  border-radius: 8px;
}

.subcribeForm button:hover {
  opacity: 0.6;
}

.socialIcons a {
  color: #2B9CD5;
  font-size: 1rem;
  text-decoration: none;
}

.socialIcons a:hover {
  opacity: 0.8;
}

.btn-primary {
  background-color: #0082C5 !important;
}

.backToTopBtn {
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  z-index: 999;
  display: none;
  line-height: 2.125rem;
  border: 1px solid #fff;
  border-radius: 10px;
}

.backToTopBtn:hover {
  opacity: 0.8;
  border: 1px solid #fff;
}

.whatsappBtn {
  bottom: 80px;
  right: 20px;
  width: 45px;
  height: 45px;
  z-index: 999;
  border-radius: 10px;
}

.business-enquiry-btn{
  bottom: 80px;
  right: 20px;
  width: 45px;
  height: 45px;
  z-index: 999;
  line-height: 32px;
  border-radius:10px;
  display: none !important;
}

.timelineCenterBand {
  height: 40px;
  top: 47%;
  position: absolute;
  background: linear-gradient(91deg, rgba(80, 184, 197, 1) 0%, rgba(0, 140, 205, 1) 100%);
}

.read-more-link {
  position: relative;
  transition: color 0.3s ease;
}

.read-more-link:hover {
  color: #0056b3;
  /* darker blue or your hover color */
}

.read-more-link i {
  transition: transform 0.3s ease;
}

.read-more-link:hover i {
  transform: translateX(4px);
  /* arrow slides right */
}

.isoPlus {
  width: 40px;
  height: 40px;
}

.isoPlus .fa-plus {
  transition: transform 0.3s ease;
}

.isoPlus:hover .fa-plus {
  transform: rotate(90deg);
}

#goTopBtn i {
  transition: transform 0.3s ease;
}

#goTopBtn:hover i {
  transform: translateY(-4px);
  /* move icon upward */
}

#whatsappBtn i {
  transition: transform 0.3s ease;
}

#whatsappBtn:hover i {
  transform: rotate(25deg);
  /* slight tilt */
}

.business-enquiry-btn i {
  transition: transform 0.3s ease;
}

.business-enquiry-btn:hover i {
  transform: rotate(25deg);
  /* slight tilt */
}

/* .navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: '';
  position: absolute !important;
  width: 24px;
  height: 2px;
  background-color: #007C96 !important;
  left: 0;
  transition: all 0.3s ease;
} */

/* .inner-page-banner { */


.inner-page-banner {
  height: 270px;
  /* height: 470px; */
  /* height: 350px; */
  overflow: hidden;
}

.inner-page-banner-big {
  height: 470px;
}

.banner-img {
  height: 100%;
  object-fit: cover;
}

.inner-page-banner .overlay {
  background: rgba(0, 130, 197, 0.65);
  /* #0082c5 with 65% opacity */
  /* backdrop-filter: blur(3px);  */
  z-index: 1;
}

/* Keep text above overlay */
.inner-page-banner .container {
  position: relative;
  z-index: 2;
}

.banner-overlay {
  background: rgba(0, 0, 0, 0.4);
}

.page-title {
  font-size: 3rem;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  line-height: 2.50rem;
}

.small-page-title {
  font-size: 2rem;
}

.pagetitleCapitalize {
  text-transform: inherit;
}

.inner-page-banner .page-title {
  font-size: 2rem;
}

.inner-page-banner-big .page-title {
  font-size: 3rem;
}

.inner-page-banner .page-subtitle {
  font-size: 2rem;
}

.inner-page-banner-big .page-subtitle,
.page-subtitle {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 600;
}

/* Ensure the bottom bar stays above image */
.banner-bottom-bar {
  z-index: 2;
}

.breadcrumb-item a {
  color: #007C96 !important;
  font-size: 1rem;
}

.breadcrumb-item.active {
  color: #000 !important;
  font-size: 1rem;
  line-height: 1.7rem;
}

.breadcrumb {
  --bs-breadcrumb-divider: '»';
}

.custom-breadcrumb {
  --bs-breadcrumb-divider: '»';
  font-size: 1.125rem;
  /* or 18px */
}

.custom-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  font-size: 1.40rem;
  padding: 0 0.5rem;
  color: #333;
  margin-right: 7px;
  line-height: 1.40rem;
}

.custom-dropdown-btn {
  border: 1px solid #007C96;
  color: #007C96;
  background-color: transparent;
  width: 200px;
}

.custom-dropdown-btn {
  width: auto;
  min-width: 200px;
  border-color: #007C96;
  color: #007C96;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
  /* extra space for the arrow */
  position: relative;
}

/* Custom caret (replace Bootstrap's default) */
.custom-dropdown-btn::after {
  content: '';
  border: solid #007C96;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  position: absolute;
  right: 12px;
  top: 48%;
  transform: translateY(-50%) rotate(45deg);
}

.custom-dropdown-btn:hover {
  background-color: #e6f6fa;
  color: #007C96;
  border-color: #007C96;
}

.timeline-wrapper {
  position: relative;
  padding: 40px 0;
}

.timeline-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #dee2e6;
  /* Bootstrap gray border */
  z-index: 0;
}

.timeline-point {
  width: 40px;
  height: 40px;
  background-color: #007bff;
  color: white;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.up-arrow {
  top: -20px;
}

.down-arrow {
  bottom: -20px;
}

.rounded-10 {
  border-radius: 10px;
}

.rounded-20 {
  border-radius: 20px;
}

.border-white-7 {
  border: 10px solid #fff !important;
}

.minHeight42 {
  min-height: 42px;
}

.iconArrowup {
  width: 40px;
  height: 40px;
  background-color: #026479;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 111;
}

.iconArrowdown {
  width: 40px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  top: -68px;
  left: 50%;
  transform: translateX(-50%);
}

.iconArrowdown img,
.iconArrowup img {
  width: 24px;
}

.icon-arrow-box {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #026479;
  /* Optional border */
  z-index: 2;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.arrow-down {
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #fff;
  /* same as icon box border or bg */
}

.arrow-up {
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #026479;
  /* same as icon box border or bg */
}

.devideLine {
  width: 100%;
  height: 3px;
  border-top: 1px solid #007C96;
  border-bottom: 1px solid #007C96;
}


/* =============== 27-06-2025 Indra ================ */

.imgbg {
  background-color: #ECECEC;
  cursor: pointer;
  height: 450px;
  overflow: hidden;
  margin-bottom: 25px;
}

.imgbg h3 {
  font-size: 24px;
  color: #4a4a4a;
  font-weight: 600;
  margin-bottom: 5px;
}

.imgbg h4 {
  font-size: 20px;
  color: #858484;
  font-weight: 400;
}

.desc {
  background-color: rgb(4 118 169 / 58%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 25px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  cursor: pointer;
}

.desc p {
  position: absolute;
  bottom: 15px;
  width: 90%;
  box-sizing: border-box;
  color: #fff;
}

.desc p span {
  font-size: 19px;
  line-height: 25px;
  font-weight: 300;
}

.desc p i {
  display: block;
  margin-top: 8px;
  color: #fff;
}

.imgbg:hover .desc {
  opacity: 1;
  visibility: visible;
}

.imgbg img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 350px;
  width: 400px !important;
  object-fit: contain;
}

.imgbg2 img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100% !important;
  object-fit: cover;
}

.imgLftsec {
  background-color: #ECECEC;
  text-align: center;
  padding-top: 50px;
}

.imgLftsec img {
  width: 450px !important;
  text-align: center;
  margin: 0 auto;
  object-fit: cover;
  height: 450px;
}

.textSec {
  font-size: 22px;
  font-weight: 400;
  line-height: 38px;
  color: #4A4A4A;
}

.textSec strong {
  font-weight: 600;
}

.textSecBtm h2 {
  color: #007C96;
  font-size: 38px;
  font-weight: 800;
}

.textSecBtm h3 {
  color: #007C96;
  font-size: 24px;
  font-weight: 300;
}

.btnSec div {
  border: 1px solid #007C96;
  border-radius: 100px;
  padding: 10px 30px;
  width: auto;
}

.btnSec {
  margin-top: 90px !important;
}

.btnSec div a {
  color: #007C96;
  font-size: 20px;
}

.divider-line {
  width: 4px;
  height: 100%;
  /* background-color: #007C96; */
  position: relative;
  border-left: 2px solid #007C96;
  border-right: 1px solid #007C96;
}

.ldrshp_bnr .banner-overlay {
  background: rgba(0, 0, 0, 0.1);
}

.serviceSet1Img {
  /* width: 300px;
  height:300px; */
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px !important;
  min-height: 500px;
  max-height: 500px;
}

.contactSet1Img {
  width: 380px;
  height: 380px;
}

.divider-container {
  /* height: 300px; */
  height: 483px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 9px;
}

.contact-divider-container {
  height: 380px;
}

.divider-line {
  width: 4px;
  height: 100%;
  /* background-color: #007C96; */
  position: relative;
  border-left: 2px solid #007C96;
  border-right: 1px solid #007C96;
}

.icon-circle {
  font-size: 1rem;
  background-color: #007bff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}



.arrow-left {
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 8px solid #026479;
  /* arrow color (same as icon box bg/border) */
}

.arrow-right {
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #026479;
  /* arrow color */
}


.serviceTimeline {
  position: relative;
  z-index: 1;
}

.serviceTimeline::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/serviceBg.png);
  background-size: cover;
  background-position: bottom;
  opacity: 0.5;
  z-index: -1;
}

.serviceTimelineBgBlue::before {
  background-image: url(../images/blueBg.png);
  opacity: 1;
  z-index: -1;
  border-bottom: 1px solid #fff;
}

.roundButton {
  border: 1px solid #ddd;
}

.img-box {
  border: 2px solid #ccc;
  border-radius: 8px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.swiper {
  width: 100%;
  padding: 20px 0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  margin-left: -28px;
  z-index: 9999999;
  font-size: 20px !important;
  color: #fff;
}

.swiper-button-next::after {
  margin-right: -53px;
  z-index: 9999999;
  font-size: 20px !important;
  color: #fff;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px;
  /* size of arrow icon inside (adjust if needed) */
}

footer a:hover {
  text-decoration: underline !important;
}

footer .socialIcons a:hover {
  text-decoration: none !important;
}

.check-circle {
  width: 35px;
  height: 35px;
  /* color: #28a745; */
  color: #0082c5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  min-width: 35px;
}

#textContent {
  overflow: hidden;
  transition: max-height 0.5s ease;
  /* max-height: 300px; */
  max-height: 475px;
}

#textContent.expanded {
  max-height: 1000px;
  /* enough for full text */
}

.text-collapsed {
  /* max-height: 300px;  */
  max-height: 475px;
  overflow: hidden;
  position: relative;
}

.text-expanded {
  max-height: none;
}

/* Optional fade out effect */
.text-collapsed::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 45px;
  background: linear-gradient(to bottom, transparent, white);
}

.show-fade::after {
  background: transparent;
}

.text-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4em;
  max-height: 2.8em;
  /* 2 lines * line-height */
}

.text-limit {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  max-height: 9em;
  /* 6 lines * 1.5em */
}

.square-img {
  width: 300px;
  height: 300px;
  object-fit: cover;
}

.phonenumSec {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.phonenumSec p,
.phonenumSec a {
  margin: 0;
}

.phonenumSec p i {
  color: #007C96;
}

.phonenumSec a {
  color: #007C96;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 600;
}

.phonenumSec a i {
  color: #dc0905;
  text-decoration: none;

}

.phonenumSec a:hover {
  text-decoration: none;
}

.ebrochureModal .form-control,
.contactModel .form-control,
.contact-form .form-control {
  padding: 15px;
  border-radius: 10px;
}

.contact-form button:hover {
  opacity: 0.6;
}








/*========== Indra start 30-06-25 5:00 ==========*/
.serviceSet1Img {
  width: auto;
  height: 100%;
  margin: 0 !important;
  object-fit: cover;
  border-radius: 20px;
  min-height: auto;
  max-height: auto;
}

.srvcs_dtls .divider-container {
  height: 340px;
}

.srvcs_dtls p {
  color: #707070;
  line-height: 1.563rem;
}

.mdl_devide_sec p {
  font-size: 1.75rem;
  font-weight: 600;
}

.accordion-button::after {
  content: '+';
  font-size: 1.2rem;
  transition: none !important;
  background-image: none;
  line-height: 1.2rem;
}

.accordion-button:not(.collapsed)::after {
  content: '-';
  /* Unicode minus sign */
  background-image: none;
  margin-right: 9px;
  margin-top: 4px;
  font-size: 1.6rem;
}

.accordionNoIcon .accordion-button:not(.collapsed)::after {
  font-size: 0;
}


.data_dtls .hdng {
  font-size: 1.75rem;
  font-weight: 600;
  color: #000;
}

.colbrteSec {
  background-color: #F4F4F4;
}

.img_mdm {
  width: auto;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
}

.data_dtls .accordion-item {
  border: 1px solid #ddd;
  border-bottom: 1px solid #ddd !important;
  border-top: 1px solid #ddd !important;
  border-left: 4px solid #0082c5;
  border-radius: 6px;
}

.data_dtls .accordion-button {
  background-color: transparent;
  box-shadow: none;
}

.accordion-body {
  padding: 10px 20px;
}

.data_dtls .accordion-button {
  color: #026479;
}

.offset-md-1-5 {
  margin-left: 14%;
}

.cstmTimline div.col-md-3 {
  width: 28% !important
}

.custmDvdidr {
  width: 72%;
  margin: 0 auto;
}

.custmDvdidr5 {
  width: 70%;
  margin: 0 auto;
}

.cstmTimline h6 {
  min-height: max-content;
  font-size: 1.25rem;
}

.data_dtls .accordion-body p {
  color: #707070;
  font-size: 1.05rem;
  line-height: 1.5rem;
}

/*========== Indra end 30-06-25 5:00 ==========*/

sub,
sup {
  font-size: 0.65rem;
}

.data_dtlsNew .accordion-body p {
  color: #707070;
  font-size: 0.90rem;
  line-height: 1.5rem;
}

.subSecrviceCard .card .card-title {
  color: #007C96;
  font-size: 1.25rem;
  text-transform: capitalize;
  font-weight: 400;
  margin: 20px 0;
  min-height: auto;
}

.list-wrapper {
  max-height: 55px;
  overflow: hidden;
  transition: max-height 0.6s ease;
}

.see-more-btn {
  z-index: 2;
  transition: transform 0.3s ease;
}

.show-more-link {
  user-select: none;
  position: absolute;
  bottom: -9px;
  right: 5px;
  background-color: #fff;
  padding: 0 10px;
  font-size: 0.80rem;
}

.list-wrapper.expanded {
  max-height: 1000px;
  /* large enough to fit all content */
}

.accordion-button-clickoff::after {
  display: none;
}

.data_dtlsNew .accordion-item {
  min-height: 135px;
  position: relative;
}


.accordion-itemValuePre {
  height: 100%;
  position: relative;
}

.text-collapse-valuePre {
  max-height: 45px;
  overflow: hidden;
  transition: max-height 0.5s ease;
  position: relative;
}

.text-collapse-corporateRes {
  max-height: 42px;
}

.text-collapse-valuePre.expanded-valuePre {
  max-height: 1000px;
}

.show-more-btn-valuePre {
  display: none;
  font-size: 0.875rem;
  color: #007C96;
  cursor: pointer;
  margin-top: 5px;
  position: absolute;
  bottom: -8px;
  background-color: #fff;
  padding: 0 10px;
  right: 5px;
}


/* ✅ Corrected class check */
.text-collapse-valuePre.needs-expand-valuePre+.show-more-btn-valuePre {
  display: inline-block;
}

.leaderSocialLink {
  bottom: 8px;
  left: 8px;
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50%;
}

.leaderSocialLink:hover {
  border-radius: 30%;
}

.icon-box i {
  font-size: 1rem !important;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.authorListSection span {
  font-size: 0.80rem !important;
}

.serviceSet5Img,
.serviceSet7Img {
  max-height: 150px;
  object-fit: cover;
}

.child-list {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-top: 0.5rem;
}

.custom-truncate-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* show only 2 lines */
  -webkit-box-orient: vertical;
  transition: all 0.3s ease;
  height: 73px;
  overflow: hidden;
}

.custom-expanded {
  height: auto;
}

.custom-truncate-text.custom-expanded {
  -webkit-line-clamp: unset;
}

.tab-content-csr .nav-link.active {
  color: #007C96 !important;
  font-weight: 700 !important;
}

.tab-content-csr .nav-link {
  color: #6e6e6e !important;
  font-weight: 400 !important;
}

.tab-content-gallery .nav-link {
  color: #6e6e6e !important;
  font-weight: 400 !important;
  opacity: 1;
  padding: 16px 50px !important;
}

.tab-content-gallery .nav-link:hover {
  background-color: #007C96 !important;
  color: #fff !important;
  opacity: 1;
  padding: 16px 50px !important;
  font-weight: 400 !important;
}

.tab-content-gallery .nav-link.active {
  background-color: #007C96 !important;
  font-weight: 700 !important;
  color: #fff !important;
  opacity: 1;
  padding: 16px 50px !important;
}




/* chain structure */

.tree-container {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 20px;
  box-sizing: border-box;
}

/* Optional: max-width for responsiveness */
.tree {
  min-width: 1000px;
  /* or 1200px depending on structure width */
}

.tree ul {
  padding-top: 20px;
  position: relative;
  display: flex;
  justify-content: center;
}

.tree li {
  list-style-type: none;
  text-align: center;
  position: relative;
  padding: 20px 10px 0 10px;
  flex-direction: column;
  display: flex;
}

/* Connectors */
.tree ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  border-top: 1px dashed #999;
  width: 100%;
  transform: translateX(-50%);
  z-index: 0;
}

.tree li::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  border-left: 1px solid #999;
  height: 20px;
  transform: translateX(-50%);
}

/* Node Box */
.node,
.leaf {
  padding: 6px 12px;
  border: 1px solid #999;
  display: inline-block;
  border-radius: 5px;
  background: white;
  font-family: monospace;
  font-size: 14px;
}

/* Remove line for root node */
.tree>ul>li::before,
.tree>ul::before {
  content: none;
}

.horizontal-list {
  display: flex !important;
  justify-content: center !important;
  /* or flex-start or space-between */
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 10px;
  /* optional spacing between list items */
}

.horizontal-list li {
  display: inline-block;
}

.gallery-item {
  position: relative;
}

.galleryBg {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #0082C5;
  position: absolute;
  bottom: 0px;
  left: 0px;
  opacity: 0.9;
}

.galleryTitle {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 30px;
  /* text-transform: uppercase; */
  font-weight: 700;
}

.swiper-slide {
  cursor: pointer;
}

.galleryTabSec {
  background-color: #1595d2;
  height: 100%;
  border-radius: 6px;
  padding: 20px;
  background-image: url(../images/blueBg.png);
  background-size: cover;
  background-position: center;
  vertical-align: middle;
  position: relative;
  min-height: 100px;
  margin-bottom: 20px;
}

.galleryTabSec h3 {
  color: #fff;
  font-size: 22px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.galleryTabSec i {
  color: #fff;
  font-size: 16px;
  /* position: absolute; */
  bottom: 20px;
  left: 20px;
}





/* ********Responsive design****** */

@media (max-width: 1400px) {

  .navbar-brand img {
    height: 65px;
  }

  .headerSearch input {
    width: 150px;
  }

  .navbar .nav-item {
    font-size: 2rem;
    margin-right: 15px;
  }

  .navbar .nav-item {
    font-size: 1rem;
  }

  .timeline-box li {
    line-height: 0.8rem;
    margin-bottom: 10px;
    font-size: 0.65rem;
  }

  .serviceCard .card img {
    width: 100%;
    height: auto;
  }

  .serviceCard .card .card-title {
    font-size: 1.4rem;
  }

}

@media (max-width: 1260px) {
  .navbar .nav-item {
    font-size: 0.9rem;
    font-weight: 600;
    margin-right: 0;
  }

  .quickLinks a {
    font-size: 0.9rem;
  }

  .navbar-brand img {
    height: 40px;
  }

  .headerSearch input {
    width: 150px;
  }

  .navbar .nav-item {
    font-size: 1rem;
    margin-right: 15px;
  }

  .navbar .nav-item {
    font-size: 0.80rem;
    margin-right: 0;
  }


  .cstmTimline h6 {
    font-size: 1.05rem;
  }

  .cstmTimline p {
    font-size: small;
  }

  .imgSec .textSec {
    font-size: 1rem;
    line-height: 1.75rem;
  }

  .imgLftsec img {
    width: 100% !important;
    height: auto;
  }

  .textSecBtm h2 {
    font-size: 1.55rem;
  }

  .textSecBtm h3 {
    font-size: 1.45rem;
  }

  .serviceCard .card .card-title {
    font-size: 1.2rem;
  }

}

@media (min-width: 992px) {
  .custom-5-col {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (max-width: 991.98px) {
  .sectionTitle {
    font-size: 2rem;
  }

  .sectionSubtitle {
    font-size: 1.75rem;
  }

  .mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: #0085C8;
    color: #fff;
    z-index: 1055;
    overflow-y: auto;
    transition: left 0.4s ease-in-out;
  }

  .mobile-menu-overlay.show {
    left: 0;
  }

  .mobile-menu-overlay .menu-inner {
    gap: 1rem;
  }

  .mobile-menu-overlay .nav-link {
    display: block;
    width: 100%;
    padding: 17px 15px;
    text-align: left;
    color: #fff !important;
    border-radius: 5px;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    font-size: 0.875rem;
  }

  .mobile-menu-overlay .quickLinks a {
    display: block;
    width: 100%;
    padding: 17px 15px;
    text-align: left;
    color: #fff !important;
    border-radius: 5px;
    border-radius: 0;
    font-size: 0.875rem;
    background-color: #017dbb;
    margin: 3px;
    border-radius: 10px;
  }

  .mobile-menu-overlay .dropdown-toggle {
    display: block;
    width: 100%;
    padding: 17px 15px;
    text-align: left;
    color: #fff !important;
    border-radius: 5px;
    border-radius: 0;
    font-size: 0.875rem;
    margin: 3px;

  }

  .custom-dropdown {
    flex: 0.5 0 100%;
  }

  .mobile-menu-overlay .quickLinks .dropdown-menu a {
    color: #0085C8 !important;
    background-color: transparent !important;
  }

  .customaMainNav ul {
    width: 100%;
  }

  .mobile-menu-overlay .dropdown-menu {
    background-color: #fff;
    color: #000;
    border-radius: 0;
    margin-top: 5px;
    width: 100%;
  }

  .btn-close-white {
    filter: invert(1);
  }

  .headerSearch {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .headerSearch button,
  .headerSearch input {
    width: auto;
    padding: 10px;
    border-radius: 10px;
    border: 0;
  }

  .headerSearch button {
    background-color: #026b9f;
  }

  .navbar .nav-item {
    width: 100%;
  }

  .custom-col-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .bg-light-timeline {
    border-radius: 50px;
  }

  .custom-col-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .serviceCard .card img {
    width: 100%;
    height: auto;
  }

  .mobile-menu-overlay .quickLinks {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    /* optional spacing */
  }

  .mobile-menu-overlay .quickLinks a {
    flex: 0 0 100%;
    padding: 17px 15px;
    text-align: left;
    color: #fff !important;
    font-size: 0.875rem;
    background-color: #017dbb;
    border-radius: 10px;
  }

  .dropdown-menu.arrow-box::before,
  .dropdown-menu.arrow-boxmenu::before {
    display: none;
  }

  .navbar-brand img {
    height: 50px;
  }

  .serviceCard .card .card-title {
    min-height: auto;
  }

  /* Indra 30-06-25 */
  .RspFlwdth {
    width: 100%;
  }

  .RspGrdSecLst {
    width: 48%;
  }

  .imgbg img {
    height: 310px;
    width: 325px !important;
    object-fit: contain;
  }

  .imgbg h3 {
    font-size: 1.2rem;
  }

  .imgbg h4 {
    font-size: 1.1rem;
  }

  .Rspw-100 {
    width: 100% !important;
    height: auto;
  }

  .Rsp_d-none {
    display: none !important;
  }

  .Rsp_m-top-30 {
    margin-top: 30px !important;
  }

  #textContent {
    max-height: inherit;
  }

  /*=====================*/
  .Rsp_pl0 {
    padding-left: 0 !important;
  }

  .RspWrdBrk {
    word-break: unset;
  }

  /* Indra 30-06-25 */

}

@media (max-width: 768px) {

  .collaborateSectionTitle,
  .sectionTitle {
    font-size: 1.75rem;
  }

  .collaborateSectionSubtitle,
  .sectionSubtitle {
    font-size: 1.45rem;
  }

  .collaborateSecBtn {
    font-size: 1.175rem;
  }

  .serviceCard .card .card-title {
    min-height: auto;
  }

  .viewLink span {
    font-size: 1.05rem;
  }


  .inner-page-banner {
    height: auto;
  }

  .banner-img {
    height: auto;
  }

  .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Optional for readability */
  }




  .banner-bottom-bar {
    width: 100%;
    background-color: #f8f9fa;
    /* Ensure visible if image has similar tone */
    padding: 10px 0;
    border-top: 1px solid #dee2e6;
  }

  .banner-bottom-bar .container {
    flex-direction: column;
    align-items: flex-start;
  }

  .breadcrumb {
    font-size: 0.875rem;
  }

  .vDevider,
  .devideLineMain,
  .iconArrowdown,
  .iconArrowup {
    display: none !important;
  }

  .serviceSet1Img {
    width: 100%;
    height: auto;
  }

  .sustainableSectionMain {
    height: auto;
  }

  .viewLink a {
    padding: 5px 10px;
    font-size: 0.70rem;
    top: 3;
  }

  /* Indra 30-06-25 */
  .imgbg img {
    height: 390px;
    width: 492px !important
  }

  .RspGrdSecLst {
    width: 100%;
  }

  .cstmTimline div.col-md-3 {
    width: 100% !important;
  }

  .offset-md-1-5 {
    margin-left: 0 !important;
  }

  .custmDvdidr {
    display: none;
  }

  .cstmTimline p {
    margin-bottom: 0 !important;
  }

  .data_dtls .accordion-button {
    font-size: 1rem;
  }

  .data_dtls .accordion-body p {
    line-height: 1.75rem;
  }

  .img_mdm {
    width: 100%;
    height: auto;
  }

  .cstmTimline .col-md-3 {
    padding-bottom: 10px !important;
  }

  .cstmTimline .txtDv {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: left;
  }

  .RspPt-0 {
    padding-top: 0 !important;
  }

  .RspPb-0 {
    padding-bottom: 0 !important;
  }

  /* Indra 30-06-25 */

  .business-enquiry-cta{
    display:none;
  }
  .business-enquiry-btn{
    display: block !important;
  }

}

@media (max-width: 576px) {


  .sectionTitle {
    font-size: 1.50rem;
    line-height: 1.50rem;
    margin-bottom: 5px;
  }

  .sectionSubtitle {
    font-size: 1rem;
  }

  .testimonialsOwner {
    min-height: 150px;
    background-size: 100% auto;
  }

  .testimonialsImg {
    top: 35px;
  }

  .testimonialInfo {
    position: relative;
    top: 60px;
  }

  .sustainableSection p,
  .introPara {
    font-size: 1.05rem;
    line-height: 1.35rem;
  }

  .subcribeTitle {
    font-size: 1.15rem;
    color: #fff;
    font-weight: 600;
  }

  .serviceTimeline h6 {
    min-height: auto;
  }

  .bg-light-timeline {
    border-radius: 20px;
  }

  .sectionSubtitle {
    margin-bottom: 20px;
  }

  .collaborateSectionTitle {
    font-size: 1.5rem;
  }

  .collaborateSectionSubtitle {
    font-size: 1.25rem;
  }

  .collaborateSecBtn {
    font-size: 1.1rem;
    padding: 5px 15px;
  }

  .serviceCard .card .card-title {
    font-size: 1.15rem;
    margin: 10px 0;
  }

  .map-wrapper img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }

  .inner-page-banner .page-title,
  .page-title {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .inner-page-banner .page-subtitle,
  .page-subtitle {
    font-size: 1rem;
  }

  /* =========== Indra Start ========== */
  .imgLftsec {
    margin: 0 !important;
  }

  .imgLftsec img {
    width: 100% !important;
    height: 385px;
  }

  .textSecBtm h2 {
    font-size: 1.75rem;
  }

  .textSecBtm h3 {
    font-size: 1.25rem;
  }

  .textSec {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }

  .data_dtls .accordion-button {
    font-size: 0.85rem;
  }

  .imgbg img {
    height: auto;
    width: 100% !important;
  }

  /* =========== Indra End ========== */

  

}

@media (max-width: 400px) {
  .navbar-brand img {
    height: 45px;
  }
}














/* =============== Mega Menu ================ */


.mega-dropdown {
  position: static;
}

.mega-menu {
  width: 100%;
  padding: 30px 0;
  background-color: #2B7592;
}

.mega-menu .dropdown-item {
  padding: 6px 0;
  font-size: 14px;
}

.navbar .nav-item .mega-menu li {
  border-bottom: 1px solid #fff;
}

.navbar .nav-item .mega-menu a {
  color: #ddf5ff;
  padding: 15px;
}

.navbar .nav-item .mega-menu a:hover {
  background-color: #3989a9;
  color: #fff;
}

.mega-title {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 20px;
  color: #fefefe;
  height: 30px;
}

/* Mobile fallback */
@media (max-width: 991px) {
  .mega-menu {
    position: static;
    padding: 15px;
  }

  .mega-title {
    height: auto;
  }
}



/* =============== Search Modal ================ */


/* Modal wrapper */
.search-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

/* Dark background */
.search-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
}

/* Content */
.search-content {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeInUp 0.4s ease;
}

/* Close button */
.search-close {
  position: absolute;
  top: 30px;
  right: 40px;
  background: none;
  border: none;
  color: #fff;
  font-size: 50px;
  cursor: pointer;
}

/* Search form */
.search-form {
  position: relative;
  width: 60%;
  max-width: 600px;
}

.search-form input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 28px;
  padding: 12px 45px;
  outline: none;
}

/* Search icon inside input */
.search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 22px;
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile */
@media (max-width: 768px) {
  .search-form {
    width: 85%;
  }

  .search-form input {
    font-size: 20px;
  }
}



.business-enquiry-cta {
  position: fixed;
  top: 140px;
  right: 45px;
  /* adjust for perfect alignment */
  background-color: #fff;
  color: #2B7592;
  border: 2px solid #2B7592;
  padding: 14px 22px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px 8px 0 0;
  transform: rotate(-90deg);
  transform-origin: right top;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
  transition: background-color 0.3s ease;
  text-transform: uppercase;
  font-weight: 700;
}

.business-enquiry-cta:hover {
  background-color: #2B7592;
  color: #fff;
  border-color: #fff;
}