/* 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; */
}

.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;
  font-size: 13px !important;
}

/* 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;
}
.footer-subsidiaries a{
  color:#fff !important;
}
.footer-subsidiaries a:hover{
  text-decoration: none !important;
}

.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.2rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: 2px solid #007C96;
  padding: 10px 30px;
  border-radius: 30px;
}

/*.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;
  border: 2px solid #007C96;
}

/* ***** 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;
}

.sustainable_logo{
width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 20px; 
}

.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;
  border-radius: 50px !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 {
  top: 210px;
  right: 20px;
  width: 45px;
  height: 45px;
  z-index: 999;
  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-cta{
border: 1px solid #007C96;
    transition: color 0.3s ease;
    padding: 4px;
    padding-right: 15px;
    border-radius: 4px;
    padding-left: 11px;
    /* margin-top: 10px; */
    font-size: 12px;
}
.read-more-cta:hover {
  color: #fff !important;
  background-color: #007C96;
  /* 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: 20px;
  color: #4a4a4a;
  font-weight: 600;
  margin-bottom: 5px;
}

.imgbg h4 {
  font-size: 14px;
  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: 100% !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: 60% !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: 25px;
  height: 25px;
  /* color: #28a745; */
  color: #0082c5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  min-width: auto;
}

#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.55rem;
  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;
}

.csr_listSec{
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;
}
.show-more-CSR{
  display:block;
}


/* ? 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.active {
 color: #007C96 !important;
font-weight: 700 !important;
border: 1px solid #ddd;
border-radius: 4px;
}

/* .tab-content-csr .nav-link {
  color: #6e6e6e !important;
  font-weight: 400 !important;
  font-size: 14px;
  text-transform: capitalize !important;
  
} */

.tab-content-csr .nav-link {
  color: #000000 !important;
  font-weight: 400 !important;
  font-size: 14px;
  text-transform: capitalize !important;
  background-color: #e7e7e7;
  margin: 2px;
  }

.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: 120px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}

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

.galleryTabSec a {
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 18px;
  padding: 0;
  border-radius: 4px;
  font-size: 13px;
  width: 150px;
  text-align: left;
}

.galleryTabSec a:hover {
  color: #fff;
}

.galleryTabSecDetails h3 {
  color: #fff;
  font-size: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*----------- indra 21012026 start --------------*/
.img_cstm_hgt {
  height: 400px;
}
.service-list-icon{
  width: 30px;
  height: 30px;
}

.service-list-icon img{
  width: 16px;
  height: 16px;
}
.imgSmhgt img{
  height: 300px;
}
.csr-btn{
  border: 2px solid #007C96;
  padding: 10px 30px;
  border-radius: 30px;
  margin-top: 20px;
  color: #007C96;
}
.csr-btn:hover{
  border: 2px solid #007C96;
  background-color: #007C96;
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  margin-top: 20px;
}
.pdfFrame{
  height: 1000px;
}
/*----------- Sitemap --------------*/
.sitemap-section {
      padding: 70px 0;
    }

    .section-heading {
      text-align: center;
      font-size: 42px;
      font-weight: 700;
      margin-bottom: 50px;
      color: #0d1b2a;
    }

    .sitemap-card {
      background: #fff;
      border-radius: 18px;
      padding: 30px;
      height: 100%;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
      transition: 0.4s;
      border-top: 5px solid #0082C5;
    }

    .sitemap-card:hover {
      transform: translateY(-8px);
    }

    .sitemap-title {
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 25px;
      color: #0d1b2a;
    }

    .sitemap-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .sitemap-list li {
      margin-bottom: 14px;
    }

    .sitemap-list li a {
      text-decoration: none;
      color: #444;
      font-size: 17px;
      display: inline-block;
      transition: 0.3s;
      position: relative;
      padding-left: 18px;
    }

    .sitemap-list li a::before {
      content: "➜";
      position: absolute;
      left: 0;
      color: #0082C5;
      font-size: 14px;
      top: 1px;
    }

    .sitemap-list li a:hover {
      color: #0082C5;
      padding-left: 25px;
    }

    .sub-menu {
      list-style: none;
      padding-left: 20px;
      margin-top: 10px;
    }

    .sub-menu li {
      margin-bottom: 10px;
    }

    .sub-menu li a {
      font-size: 15px;
      color: #666;
    }

    .parent-title {
      font-size: 18px;
      font-weight: 600;
      color: #111;
      margin-bottom: 8px;
      display: block;
    }

 .top-header{
    background:#ffffff;
    padding:15px 0;
    border-bottom:1px solid #e5e5e5;
}

/* Wrapper */

.top-header-wrapper{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

/* Left Menu */

.home-link{
    text-decoration:none;
    color:#000;
    font-size:20px;
    font-weight:700;
    transition:0.3s;
}

.home-link:hover{
    color:#0077a6;
}

/* Right Menu */

.top-menu{
    margin:0;
    padding:0;
    list-style:none;
    display:flex;
    align-items:center;
    gap:35px;
}

.top-menu li{
    position:relative;
}

.top-menu li a{
    text-decoration:none;
    color:#0077a6;
    font-size:18px;
    font-weight:500;
    transition:0.3s;
}

.top-menu li a:hover{
    color:#000;
}

.arrow{
    font-size:12px;
    margin-left:5px;
}

/* Submenu */

.submenu{
    position:absolute;
    top:35px;
    left:0;
    background:#fff;
    min-width:220px;
    padding:10px 0;
    list-style:none;
    border-radius:8px;
    box-shadow:0 5px 20px rgba(0,0,0,0.1);
    opacity:0;
    visibility:hidden;
    transition:0.3s;
    z-index:999;
}

.submenu li a{
    display:block;
    padding:10px 20px;
    color:#333;
    font-size:16px;
}

.submenu li a:hover{
    background:#f4f4f4;
    color:#0077a6;
}

.dropdown-menu-custom:hover .submenu{
    opacity:1;
    visibility:visible;
    top:30px;
}













.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;
}







/*gallery event slider*/

/* Move arrows to bottom */
.myEventSlider .swiper-button-prev,
.myEventSlider .swiper-button-next {
  top: auto;
  bottom: 3px;
  width: 40px;
  height: 33px;
  background: #0082c5;
  border-radius: 4px;
  color: #333;
  text-align: center;
}

.myEventSlider .swiper-wrapper {
  height: 70% !important;
}

.myEventSlider .swiper-button-prev::after,
.myEventSlider .swiper-button-next::after {
  position: absolute;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px !important;
}

/* Position left & right */
.myEventSlider .swiper-button-prev {
  left: 45%;
}

.myEventSlider .swiper-button-next {
  right: 45%;
}

/* Arrow icon size */
.myEventSlider .swiper-button-prev::after,
.myEventSlider .swiper-button-next::after {
  font-size: 16px;
  font-weight: bold;
}

/* Hover effect */
.myEventSlider .swiper-button-prev:hover,
.myEventSlider .swiper-button-next:hover {
  opacity: 0.6;
}

.myEventSlider {
  position: relative;
  padding-bottom: 80px;
  /* space for arrows */
  height: 200px;
}

.myEventSlider .swiper-button-prev {
  left: 50%;
  transform: translateX(-35px);
}

.myEventSlider .swiper-button-next {
  left: 50%;
  transform: translateX(15px);
}

/* End of gallery event slider */

/* 5 items per row */
.col-gallery {
  width: 20%;
}



.gallery-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 8px;
  transition: transform .3s ease;
}

.gallery-img:hover {
  transform: scale(1.03);
}

.gallery-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.gallery-modal.active {
  display: flex;
}

.gallerySwiper {
  width: 80%;
  height: 80%;
}

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

.gallery-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 100;
}


/* 3 rd layer sub menu */

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  display: none;
}

.dropdown-submenu>.dropdown-menu.show {
  display: block;
}

/* arrow */

.dropdown-submenu .dropdown-submenu>a::after {
  content: "�";
  float: right;
}





.swiper-slide {
  display: flex;
  justify-content: center;
  /* horizontal centering */
  align-items: center;
  /* vertical centering */
  height: 80vh;
  /* keeps vertical alignment consistent */
}

.swiper-slide img,
.swiper-slide iframe {
  max-height: 100%;
  max-width: 90%;
  /* use 100% to fill slide container */
  object-fit: contain;
  margin: 0 auto;
  /* ensures horizontal centering inside slide */
  display: block;
  /* fixes inline-block spacing issue */
}



/* Move left arrow 50px to the left */
.swiper-button-prev {
  color: #fff;
  z-index: 1056;
}

/* Move right arrow 50px to the right */
.swiper-button-next {
  color: #fff;
  z-index: 1056;
}

.swiper-slide iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}


.col-gallery {
  position: relative;
  cursor: pointer;
}

.col-gallery::after {
  content: attr(data-title);
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 4px;
  opacity: 0;
  transition: 0.3s;
  white-space: nowrap;
}

.col-gallery:hover::after {
  opacity: 1;
}

.blkBg {
  position: absolute;
  top: 6px;
  left: 12px;

  width: 90%;
  height: 95%;
  border-radius: 10px;

  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;

  opacity: 0;
  transition: opacity 0.3s ease;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 33px;

  pointer-events: none;
  /* prevents hover flicker  */
}

.col-gallery:hover .blkBg {
  opacity: 1;
}

/* ***************** 310326********************* */
 
.service-section {

    padding: 60px 0;

}
 
.section-title {

    color: #007a99;

    font-size: 48px;

    font-weight: 300;

    margin-bottom: 10px;

}
 
.section-subtitle {

    color: #007a99;

    font-size: 22px;

    margin-bottom: 50px;

}
 
.service-row {

    gap: 20px;

}
 
.custom-5-col {

    flex: 0 0 19%;

    max-width: 19%;

}
 
.service-card {

    position: relative;

    text-align: center;

    transition: all 0.4s ease;

    border-radius: 20px;

    overflow: hidden;

    position: relative;

}
 
.service-image img {

    width: 100%;

    height: 220px;

    object-fit: cover;

    border-radius: 20px;

    display: block;

    position: relative;

}
 
.service-title {

    color: #007a99;

    font-size: 15px;

    font-weight: 500;

    padding-top: 14px;

    line-height: 1.4;

    /* min-height: 80px; */

    font-weight: bold;

    position: relative;

}
 
.sub-services {

    max-height: 0;

    overflow: hidden;

    opacity: 0;

    background: #005f78;

    color: white;

    border-radius: 0 0 20px 20px;

    transition: all 0.4s ease;

    padding: 0 20px;

    position: relative;

}
 
.sub-services ul {

    list-style: square;

    padding-left: 20px;

    margin: 0;

}
 
.sub-services li {

    text-align: left;

    margin-bottom: 12px;

    font-size: 18px;

}

.blue-overlay{

  position:absolute;

  top:0;

  left:0;

  width:100%;

  height:100%;

    background: linear-gradient(

        to bottom,

        rgba(0, 122, 153, 0.35) 0%,

        rgba(0, 95, 120, 0.65) 86%,

        rgba(0, 77, 102, 0.95) 100%

    );

  display:none;

  border-radius: 20px;

}

.has-submenu:hover .blue-overlay{

    display:block;

    z-index:99;

}

.has-submenu:hover .service-title{

    color:#fff;

    z-index:999;

    background-color: #005f78;    

}
 
.has-submenu:hover .sub-services {

    max-height: 300px;

    opacity: 1;

    padding: 20px;

    z-index:999;

}
 
.has-submenu:hover .service-image img {

    border-radius: 20px 20px 0 0;

}
 
.sub-services ul {

    list-style: square;

    padding-left: 20px;

    margin: 0;

}
 
.sub-services li {

    text-align: left;

    margin-bottom: 12px;

    font-size: 15px;

}
 
.sub-services li a {

    color: #fff;

    text-decoration: none;

    transition: all 0.3s ease;

}
 
.sub-services li a:hover {

    text-decoration: underline;

    padding-left: 4px;

}

a.dropdown-item {

  white-space: normal !important;

}

.dropdown-menu.show{

  right: 0 !important;

  width:200px;

}
 
 
/* Tablet */


 .publication-pagination {
    text-align: center;
    margin-top: 40px;
}

.pagination-info {
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
}

.pagination .page-link {
    color: #007EA7;
    border: 1px solid #d8d8d8;
    margin: 0 4px;
    border-radius: 8px;
    min-width: 42px;
    text-align: center;
    transition: all .3s ease;
}

.pagination .page-link:hover {
    background: #007EA7;
    color: #fff;
    border-color: #007EA7;
}

.pagination .active .page-link {
    background: #007EA7;
    border-color: #007EA7;
    color: #fff;
}

.pagination .disabled .page-link {
    color: #999;
    background: transparent;
}

.swiper-wrapper-csr{
   justify-content: center;
}

.cvsubmissionModel .form-select{
  height: 54px;
  border-radius: 10px;
}

.quickLink-container{
  display: flex;
  justify-content: space-between;
}

 .quickLink-container .list-unstyled{
      width: 50%;
    }


/* ********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) {
   .col-gallery {
    width: 33.33%;
  }
  .custom-5-col {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .dropdown-submenu>.dropdown-menu.show {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
}



@media (max-width: 992px) {
  .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;

  }
  .mobile-menu-overlay .dropdown-toggle.submenu-toggle {
	display: block;
	width: 100%;
	padding: 10px 11px;
	text-align: left;
	color: #000 !important;
	border-radius: 5px;
	border-radius: 0;
	font-size: 0.875rem;
	margin: 0;
	border-bottom: 1px solid #DDD;
}

  .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;
  }



	.flex-nowrap.service-row{

		flex-wrap:wrap !important;

	}

  .custom-5-col {

    flex: 0 0 48%;

    max-width: 48%;

  }

   .mega-menu {
    position: static;
    padding: 15px;
  }

  .mega-title {
    height: auto;
  }

}

@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;
  }

 

      .section-heading {
        font-size: 32px;
      }

      .sitemap-title {
        font-size: 24px;
      }

      .top-header-wrapper{
        flex-direction:column;
        gap:15px;
    }

    .top-menu{
        flex-wrap:wrap;
        justify-content:center;
        gap:15px;
    }

    .top-menu li a{
        font-size:16px;
    }

    .home-link{
        font-size:18px;
    }

    }

@media (max-width: 576px) {

  .col-gallery {
    width: 50%;
  }

   .custom-5-col {

    flex: 0 0 100%;

    max-width: 100%;

  }

  .pdfFrame{
    height: 200px;
  }

  .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: 60% !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 ========== */


    .pagination .page-item {
        display: none;
    }

    .pagination .page-item.prev,
    .pagination .page-item.next,
    .pagination .page-item.active {
        display: block;
    }

    .quickLink-container {
        flex-direction: column;
    }
    .quickLink-container .list-unstyled{
      width: 100%;
    }

    .quickLink-container ul {
        width: 100%;
        margin-right: 0 !important;
    }
}





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