@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* p {
	margin-bottom: 0 !important;
} */

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

.clear {
  clear: both;
}

.img {
  width: 100%;
  display: block;
}


/*-----------------------------
Whatsapp up
-----------------------------*/

.whatsapp_float {
    text-decoration: none;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.whatsapp-icon {
    margin-top: 16px;
}

/*--------------------------------------------------------------
image hover effect
--------------------------------------------------------------*/

/* New CSS */
.content-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner-img img {
  width: 100%;
  height: auto;
}

.bg_clr1 {
  background-color: #20818a;
  background-image: url(../images/bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_clr5 {
  background-image: url(../images/bg4.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #010717;
}

.banner h6 {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 140%;
  font-weight: 500;
  margin: 2% 0;
}

.banner h2 {
  font-size: 44px;
  font-family: "Barlow", sans-serif;
  color: #fff;
  line-height: 140%;
  font-weight: 700;
}

.banner span {
  color: #fff;
}

.banner_sub {
  padding: 11% 0;
}

.btn-left-right1 {
  position: relative;
  outline: none;
  background-image: linear-gradient(195deg, #20808a 0%, #78bec5 100%);
  font-size: 16px;
  overflow: hidden;
  transition: color 0.25s;
  padding: 10px 20px;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
}

.btn-left-right1 span {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.btn-left-right1::before,
.btn-left-right1::after {
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  background-color: #000;
  transition: all 0.25s;
  content: "";
  z-index: 1;
}

.btn-left-right1::before {
  top: 0;
  transform: translate(-104%, 0);
}

.btn-left-right1::after {
  bottom: 0;
  transform: translate(104%, 0);
}

.btn-left-right1:hover span {
  color: #fff !important;
}

.btn-left-right1:hover::before,
.btn-left-right1:hover::after {
  transform: translate(0, 0);
}

.btn-left-right {
  position: relative;
  display: inline-block;
  text-decoration: none;
  background: #fff;
  font-size: 16px;
  padding: 15px 60px;
  border-radius: 10px;
  overflow: hidden;
}

/* Button text */
.btn-left-right span {
  position: relative;
  z-index: 2;
  color: #20818a;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
}

/* Animation layers */
.btn-left-right::before,
.btn-left-right::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #f2f2f2;
  transition: transform 0.3s ease;
  z-index: 1;
}

.btn-left-right::before {
  top: 0;
  transform: translateX(-100%);
}

.btn-left-right::after {
  bottom: 0;
  transform: translateX(100%);
}

/* Hover */
.btn-left-right:hover::before,
.btn-left-right:hover::after {
  transform: translateX(0);
}

.main-section {
  position: relative;
}

.main-section h2 {
  font-size: 30px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #0c6168;
  line-height: 140%;
  margin: 1% 0;
}

.main-section-sub1 h3 {
  text-align: left;
  color: #000;
  font-family: "Barlow", sans-serif;
  line-height: 140%;
  margin: 1% 0;
  font-size: 18px;
  font-weight: 600;
}

.main-section-sub {
  position: relative;
}

.overview-img {
  float: right;
}

.overview-img img {
  border-radius: 16px;
}

.overview-img1 {
  width: 38%;
  float: left;
  position: absolute;
  top: 32%;
  left: 7%;
}

.overview-img1 img {
  border-radius: 16px;
}

.main-section p {
  font-size: 16px;
  font-family: "Barlow", sans-serif;
  line-height: 140%;
  font-weight: 500;
  margin: 0;
  color: #424242;
  text-align: justify;
}

.top {
  width: 98%;
  margin: 0 auto;
}

.top2 {
  width: 90%;
  margin: 0 auto;
  max-width: 1600px;
}

.top3 {
  width: 90%;
  margin: 0 auto;
  max-width: 1600px;
}

.logo {
  width: 258px;
  float: left;
  margin: 0.5%;
}

.navbarrr {
  width: fit-content;
  float: left;
  margin: 0;
}

.quote {
    width: 146px;
    float: left;
    margin: 0% 0% 0% 12%;
}

.quote2 {
    width: 146px;
    float: left;
    margin: 1% 0% 0% 0%;
}

.dis_none {
  display: none !important;
}

.logo_rigt {
  width: fit-content;
  float: right;
  display: flex;
  align-items: center;
  margin: 0.5% 0;
}

.fa-phone {
  font-size: 18px !important;
  color: #004762 i !important;
}

.banner {
  width: 100%;
}

.link {
  text-decoration: none;
  color: #000;
}

.link:hover {
  text-decoration: none;
  color: #236dec;
}

.link2 {
  text-decoration: none;
  color: #000;
}

.col_sm1 {
  width: 100%;
  margin: 0 auto;
}

.col_sm2 {
  width: 48%;
  float: left;
  margin: 1%;
}

.col_sm22 {
  width: 48%;
  float: left;
  margin: 1%;
}

.col_sm3 {
  width: 31%;
  float: left;
  margin: 1%;
}

.col_sm4 {
  width: 23%;
  margin: 1%;
  float: left;
}

.col_sm5 {
  width: 18%;
  margin: 1%;
  float: left;
}

.col_sm44 {
  width: 20%;
  margin: 1%;
  float: left;
}

.col_sm8 {
  width: 38%;
  margin: 1%;
  float: left;
}

.col_sm88 {
  width: 68%;
  margin: 1%;
  float: left;
}

.logo2 {
  width: 80%;
  margin: 0 0% 1.5%;
}

.about-bg{
	background-image: url(../images/about-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
}

.strengths-flex{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.icon{
  width: 80px;
  margin: 0 auto;

}

.strengths-txt h3 {
    font-size: 18px;
    font-family: "Barlow", sans-serif;
    color: #000;
    text-align: center;
    font-weight: 600;
    margin-bottom: 5px;
}

.strengths-txt p{
    font-size: 16px;
    font-family: "Barlow", sans-serif;
    color: #555;
    text-align: center;
    font-weight: 500;
    margin-bottom: 5px;
}

/* .ftr_lt_txt p {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 96%;
	font-family: "Roboto", sans-serif;
	margin: 0 0 1px;
} */

.ftr_right {
  text-align: right;
}

.bg_clr77_ftr {
  background-color: #20808a;
  padding: 1% 0%;
}

.logo_text p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin: 1% 12% 1% 1%;
  line-height: 160%;
  color: #fff;
  text-align: left;
}

.ftr_lt_txt p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 96%;
  font-family: "Roboto", sans-serif;
  margin: 0 0 1px;
}

.ftr_lt_txt a {
  color: white;
}

.ftr_txt h1 {
  font-family: "Roboto", sans-serif;
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #fff !important;
  text-transform: uppercase !important;
}

.ftr_txt p {
  font-family: "Roboto", sans-serif;
  font-size: 15px !important;
  font-weight: 400 !important;
  /* margin: 1% 0%; */
  margin-bottom: 3% !important;
  line-height: 160% !important;
  color: #fff !important;
  display: inline-flex !important;
  text-align: left !important;
}

.ftr_txt a {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 1% 0%;
  margin-bottom: 1% !important;
  line-height: 160%;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.ftr_txt a:hover {
  text-decoration: none;
  color: #78bec5;
}

.ftr_right {
  text-align: right;
}

.ftr_txt .fa {
  font-size: 19px;
  margin-top: 7px;
  display: inline;
  margin-right: 10px;
}

/*--------------------------------------------------------------
Home page our product
--------------------------------------------------------------*/

.ftr_txt h1 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0% 0% 2% 0%;
  color: #fff;
}

.ftr_txt p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin: 1% 0%;
  line-height: 160%;
  color: #fff;
  text-align: left;
}

.ftr_lt_txt {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  color: #fff;
  margin: 0 !important;
}

.ftr_right {
  text-align: right;
}

/*--------------------------------------------------------------
Bullet
--------------------------------------------------------------*/
.ftr_txt ul li {
  line-height: 150%;
  color: #fff;
  margin: 4% 2% 1.1% 2%;
  text-decoration: none;
  font-weight: 500;
  box-shadow: none !important;
  font-size: 16px;
  font-family: "Barlow", sans-serif;
  text-align: justify;
}

.ftr_txt ul li:hover {
  margin: 4% 2% 1.1% 4%;
  color: #78bec5;
  transition: all 0.5s ease;
}

.top_arrow {
  width: 35px;
  height: 38px;
  position: fixed;
  right: 1%;
  bottom: 3%;
  transition-duration: 1s;
  background-image: url("../images/top.png");
  cursor: pointer;
  background-repeat: no-repeat;
  z-index: 999;
  background-size: 100% 100%;
}

.top_arrow:hover {
  width: 35px;
  height: 38px;
  position: fixed;
  right: 1%;
  transition-duration: 1s;
  bottom: 3%;
  cursor: pointer;
  background-image: url("../images/top-b.png");
  background-size: 100% 100%;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table tr:nth-child(even) {
  background: #f8fbff;
}

table tr:nth-child(odd) {
  background: #ffffff;
}

table th,
table td {
  text-align: left;
  padding: 12px 18px;
  font-size: 15px;
  border-bottom: 1px solid #e5e7eb;
}

table th {
  background: #eef3fc;
  width: 30%;

  font-size: 16px;
  font-family: "Barlow", sans-serif;
  line-height: 140%;
  font-weight: 600;
  margin: 0;
  color: #424242;
  text-align: left;
}

table td {
  font-size: 16px;
  font-family: "Barlow", sans-serif;
  line-height: 140%;
  font-weight: 400;
  margin: 0;
  color: #424242;
  text-align: left;
}

/*============================
   	MISSION & VISION SECTION
============================*/
.mission-vision {
  padding: 80px 0;
  background: #f4fafb;
  position: relative;
  overflow: hidden;
}

.mission-vision::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 80px;
  background: #f4fafb;
  clip-path: ellipse(55% 100% at 50% 100%);
}

.mv-header {
  text-align: center;
  margin-bottom: 50px;
}

.mv-header h2 {
  font-size: 36px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 140%;
  margin: 0 0 12px;
}

.mv-header p {
  font-size: 16px;
  font-family: "Barlow", sans-serif;
  color: #555;
  font-weight: 500;
  margin: 0;
}

.mv-header .mv-line {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #20818a, #78bec5);
  border-radius: 2px;
  margin: 16px auto 0;
}

.mv-cards {
  display: flex;
  gap: 30px;
  align-items: stretch;
}

.mv-card {
  flex: 1;
  background: #fff;
  border-radius: 20px;
  padding: 50px 40px;
  box-shadow: 0 8px 40px rgba(32, 129, 138, 0.1);
  position: relative;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.mv-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(32, 129, 138, 0.18);
}

/* Decorative corner accent */
.mv-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  border-radius: 0 20px 0 100%;
  transition: all 0.4s ease;
}

.mv-card.mission::after {
  background: linear-gradient(135deg, #20818a22, #78bec533);
}

.mv-card.vision::after {
  background: linear-gradient(135deg, #20818a22, #78bec533);
}

.mv-card:hover::after {
  width: 160px;
  height: 160px;
}

.mv-icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  font-size: 30px;
  color: #fff;
}

.mission .mv-icon-wrap {
  background: linear-gradient(135deg, #20818a, #78bec5);
  box-shadow: 0 8px 20px rgba(32, 129, 138, 0.35);
}

.vision .mv-icon-wrap {
  background: linear-gradient(135deg, #1a6e76, #5aadaf);
  box-shadow: 0 8px 20px rgba(32, 129, 138, 0.35);
}

.mv-card h3 {
  font-size: 28px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #000;
  margin: 0 0 16px;
  line-height: 130%;
}

.mv-card p {
  font-size: 17px;
  font-family: "Barlow", sans-serif;
  line-height: 168%;
  color: #555;
  font-weight: 500;
  margin: 0 0 24px;
}

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

.mv-points li {
  font-size: 16px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  color: #333;
  padding: 9px 0 9px 32px;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  line-height: 148%;
}

.mv-points li:last-child {
  border-bottom: none;
}

.mv-points li::before {
  content: "\2b";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 13px;
  color: #20818a;
  position: absolute;
  left: 0;
  top: 11px;
}

/* Divider strip */
.mv-divider {
  width: 2px;
  background: linear-gradient(180deg, transparent, #20818a44, transparent);
  border-radius: 2px;
  flex-shrink: 0;
}

/* Tag badge */
.mv-badge {
  display: inline-block;
  background: linear-gradient(90deg, #20818a15, #78bec530);
  color: #20818a;
  font-family: "Barlow", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 30px;
  margin-bottom: 18px;
  border: 1px solid #20818a33;
}

@media only screen and (max-width: 960px) {
  .mv-cards {
    flex-direction: column;
  }
  .mv-divider {
    display: none;
  }
  .mv-header h2 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 600px) {
  .mission-vision {
    padding: 50px 0;
  }
  .mv-card {
    padding: 36px 24px;
  }
  .mv-card h3 {
    font-size: 26px;
  }
  .mv-header h2 {
    font-size: 28px;
  }
}


/* ============================
   PRODUCT SECTION
============================ */
.prof-flex{
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.prod-points li {
  font-size: 16px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  color: #333;
  padding: 9px 0 9px 32px;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  line-height: 148%;
}

.prod-points li:last-child {
  border-bottom: none;
}

.prod-points li {
  position: relative;
  padding-left: 25px; /* space for the image */
}

.prod-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 14px;   /* adjust based on your image size */
  height: 14px;
  background-image: url('../images/bullet.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.prod-points h2{
  font-size: 20px;
  font-family: "Barlow", sans-serif;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}

.prod-points p{
  font-size: 16px;
  font-family: "Barlow", sans-serif;
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 110%;
}

.prod-box-brd {
  border: 1px solid #c3c3c3;
  padding: 20px 10px;
  border-radius: 10px;
  gap: 10px;
  min-height: 373px;
}

.prod-section h2 {
    font-size: 30px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    color: #0c6168;
    line-height: 140%;
    margin: 1%;
}


/* ============================
    CONTACT SECTION
============================ */

.cont-brd {
    border: 1px solid #4399a1;
    border-radius: 10px;
    padding: 20px;
    min-height: 236px;
    transition: all 0.3s ease;
}

/* Hover Effect */
.cont-brd:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    border-color: #000;
}

.cont-icon {
  width: 60px;
  height: 60px;
  background: #5dbdbc57; /* change color as needed */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.cont-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.cont-section h2 {
    font-size: 30px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    color: #0c6168;
    line-height: 140%;
    margin: 1%;
}

.cont-section p {
    font-size: 18px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    color: #000;
    line-height: 140%;
    margin: 1%;
}

.cont-section-info h3 {
    font-size: 20px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: #0c6168;
    line-height: 140%;
    margin: 1%;
    text-align: center;
}

.cont-section-info p {
    font-size: 16px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    color: #000;
    line-height: 140%;
    margin: 1%;
    text-align: center;
}

.cont-section-info p a{
    text-decoration: none;
    color: #000;
}
/* ============================
    CERTIFICATES SECTION
============================ */
.cert-section {
  padding: 80px 0 100px;
  background: #fff;
  position: relative;
}

.cert-header {
  text-align: center;
  margin-bottom: 50px;
}

.cert-header h2 {
  font-size: 36px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 140%;
  margin: 0 0 12px;
}

.cert-header p {
  font-size: 16px;
  font-family: "Barlow", sans-serif;
  color: #555;
  font-weight: 500;
  margin: 0;
}

.cert-line {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #20818a, #78bec5);
  border-radius: 2px;
  margin: 16px auto 0;
}

/* Swiper container */
.cert-swiper {
  padding-bottom: 60px !important;
  position: relative;
}

/* Card */
.cert-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 30px rgba(32, 129, 138, 0.1);
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  cursor: pointer;
}

.cert-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 50px rgba(32, 129, 138, 0.2);
}

.pdg{
	padding: 40px 0 40px 0;
}

.flex-main{
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

/* Image area */
.cert-img-wrap {
  width: 100%;
  height: 220px;
  background: linear-gradient(135deg, #e8f7f8, #c8ecef);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cert-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.cert-card:hover .cert-img-wrap img {
  transform: scale(1.05);
}

/* Placeholder shown when image is missing */
.cert-placeholder {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #d4f0f3, #a8dde2);
  flex-direction: column;
  gap: 10px;
}

.cert-placeholder i {
  font-size: 60px;
  color: #20818a;
  opacity: 0.7;
}

/* Info area */
.cert-info {
  padding: 20px 24px 24px;
  background: #fff;
  border-top: 3px solid #20818a;
}

.cert-info h4 {
  font-size: 20px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #111;
  margin: 0 0 6px;
  line-height: 130%;
}

.cert-info p {
  font-size: 15px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  color: #20818a;
  margin: 0;
}

/* Navigation arrows */
.cert-btn-prev,
.cert-btn-next {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 10;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #20818a;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(32, 129, 138, 0.18);
}

.cert-btn-prev {
  left: 0px;
}
.cert-btn-next {
  right: 0px;
}

.cert-btn-prev i,
.cert-btn-next i {
  font-size: 16px;
  color: #20818a;
  transition: color 0.3s ease;
}

.cert-btn-prev:hover,
.cert-btn-next:hover {
  background: #20818a;
}

.cert-btn-prev:hover i,
.cert-btn-next:hover i {
  color: #fff;
}

/* Pagination dots */
.cert-swiper .swiper-pagination-bullet {
  background: #20818a;
  opacity: 0.3;
  width: 10px;
  height: 10px;
}

.cert-swiper .swiper-pagination-bullet-active {
  background: #20818a;
  opacity: 1;
  width: 28px;
  border-radius: 5px;
  transition: width 0.3s ease;
}

@media only screen and (max-width: 960px) {
  .cert-btn-prev {
    left: 0;
  }
  .cert-btn-next {
    right: 0;
  }
  .cert-header h2 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 600px) {
  .cert-section {
    padding: 50px 0 80px;
  }
  .cert-header h2 {
    font-size: 28px;
  }
  .cert-img-wrap {
    height: 180px;
  }
}

/* ===================== CTA BANNER ===================== */
.cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #010717 0%, #012d35 100%);
  background-image: linear-gradient(195deg, #20808a 0%, #78bec5 100%);
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
      circle at 20% 50%,
      rgba(32, 129, 138, 0.25) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 50%,
      rgba(120, 190, 197, 0.15) 0%,
      transparent 50%
    );
}

.cta-inner {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
}

.cta-text h2 {
  font-size: 38px;
  font-weight: 800;
  color: white;
  line-height: 1.2;
  margin-bottom: 12px;
  font-family: "Barlow", sans-serif;
}
.cta-text p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 400;
  font-family: "Barlow", sans-serif;
}
.cta-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-family: "Barlow", sans-serif;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: white;
  color: var(--teal);
  font-size: 15px;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 8px 30px rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(255, 255, 255, 0.3);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: white;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: white;
  transform: translateY(-3px);
}

@media only screen and (max-width: 1600px) {
  .banner h2 {
    font-size: 37px;
  }
  .cta-inner {
    max-width: 1400px;
  }

  .overview-img img {
    height: 75vh;
    object-fit: cover;
  }

  .overview-img1 {
    width: 44%;
    top: 37%;
  }
}

@media only screen and (max-width: 1560px) {
  .cont-section-info p {
  font-size: 15px;
}
}


@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1360px) {

	.overview-img1 {
	    top: 55%;
	    left: -4%;
	}

	.cta-section {
    	padding: 80px 40px;
	}
}

@media only screen and (max-width: 1200px) {
  .col_sm4 {
    width: 98%;
  }

  .logo2 {
	    width: 30%;
	    margin: 0 0% 1.5%;
	}

	.ftr_txt p {
    margin-bottom: 1% !important;
}

.ftr_txt ul li {
    margin: 1% 2% 1.1% 2%;
}

  .col_sm44 {
    width: 48%;
  }
}

@media only screen and (max-width: 1125px) {
  .top {
    width: 98%;
  }

  .top2 {
    width: 100%;
  }
}

@media only screen and (max-width: 999px) {

	.flex-main {
    flex-direction: column-reverse;
}

.col_sm2 {
    width: 98%;
}

  .banner h2 {
    font-size: 49px;
  }

  .col_sm22 {
    margin: 0 auto;
	}

	.overview-img1 {
        top: 63%;
        left: -20%;
    }

    .mv-cards {
    flex-direction: column;
}

.mv-card {
    margin: 1%;
}

}

@media only screen and (max-width: 960px) {
  .col_sm3 {
    width: 48%;
  }

  .top3 {
    width: 100%;
  }

  .col_sm2 {
    width: 98%;
  }

  .bg_clr1 {
    border-radius: none;
  }

  .overview-img {
    margin-left: unset;
    float: left;
  }

  .main-section-sub1 {
    padding-top: 0px !important;
  }

  .dis_none {
    display: block !important;
  }

  .quote {
    display: none;
  }

	.logo {
        margin: 0% auto 1%;
        padding-top: 1%;
        float: none;
        width: 250px;
    }

  .logo_rigt {
    width: 100%;
    float: none;
    margin: 0 auto;
  }

  .top {
    width: 100%;
  }

  .navbarrr {
    width: 100% !important;
    float: none !important;
    margin: 0% auto !important;
    background-color: #008c83 !important;
  }

  .col_sm88 {
    width: 98%;
  }

  .col_sm8 {
    width: 98%;
  }

  .col_sm2 {
    width: 98%;
  }

  .col_sm4 {
    width: 98%;
  }

  .col_sm44 {
    width: 98%;
  }
}

@media only screen and (max-width: 800px) {

  .prof-flex {
    flex-direction: column;
}


	.col_sm22 {
    width: 90%;
}

.overview-img1 {
        top: 39%;
        left: 3%;
    }
        .overview-img img {
        height: 44vh;
        object-fit: cover;
    }

  .col_sm8 {
    width: 98%;
  }

  .col_sm88 {
    width: 98%;
  }

  .col_sm3 {
    width: 98%;
    float: none;
    margin: 1%;
  }

  .ftr_txt h1 {
    margin: 4% 0%;
  }

  .col_sm2 {
    width: 98%;
  }

  .ftr_right {
    text-align: left;
  }
}

@media only screen and (max-width: 600px) {



  .banner h6 {
    text-align: center;
  }

  .banner_sub {
    text-align: center;
    padding-left: 0%;
  }

  .ftr_lt_txt p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 117%;
    font-family: "Roboto", sans-serif;
    margin: 0 0 1px;
    text-align: center;
  }

  .logo2 {
    width: 30%;
    margin: 0 0% 1.5%;
  }

  .ftr_txt ul li {
    margin: 2%;
  }

  .ftr_txt p {
    margin-bottom: 1% !important;
  }

  .ftr_txt h1 {
    margin: 0% 0% 3% 0% !important;
  }

      .banner h2 {
        text-align: center;
        font-size: 24px;
    }

  .main-section h2 {
    font-size: 38px;
  }

  .overview-img {
    margin-left: 155px;
  }
}

@media only screen and (max-width: 500px) {

		.logo2 {
        width: 70%;
    }

  .overview-img1 img {
    width: 58%;
  }

  .overview-img img {
    border-radius: 16px;
    width: 334px;
  }

  .overview-img1 img {
    width: 58%;
  }

      .overview-img {
        margin-left: 69px;
    }

    .flex-main {
        gap: 27px;
    }

  .overview-img1 {
    width: 44vh;
    height: 44vh;
    left: 0px;
  }
}

@media only screen and (max-width: 400px) {
  .overview-img img {
    border-radius: 16px;
    width: 243px;
  }
}
