/*--------------------------------------------------------------------- 
File Name: style.css 
---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 
import Fonts
---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,700i,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&amp;display=swap');

/*****---------------------------------------- 1)
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- 
import Files 
---------------------------------------------------------------------*/

@import url(normalize.css);
@import url(icomoon.html);
@import url(font-awesome.min.css);
@import url(owl.carousel.min.css);
@import url(nice-select.css);

@font-face {
  font-family: 'helveticaregular';
  src: url('../fonts/helvetica_400-webfont.woff2') format('woff2'), url('../fonts/helvetica_400-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


/*--------------------------------------------------------------------- 
basic 
---------------------------------------------------------------------*/

* {
  box-sizing: border-box !important;
}

.container {
  max-width: 1170px;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #666666;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.80857;
  font-weight: normal;
}


/*font-family: 'Roboto', sans-serif;*/

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0;
  font-weight: normal;
  line-height: normal;
  color: #111111;
  margin: 0
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px
}

h5 {
  font-size: 14px
}

h6 {
  font-size: 13px
}

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

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1
}

button:focus {
  outline: none;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  margin: 0px;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
}

a {
  color: #222222;
  text-decoration: none;
  outline: none !important;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  outline: 0;
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}

.form-control:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
  border: none !important;
}

.badge {
  font-weight: 500;
}

blockquote {
  margin: 20px 0 20px;
  padding: 30px;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.full {
  float: left;
  width: 100%;
}

.full {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
  position: fixed;
  z-index: 9999999;
  background: #fff;
  width: 100%;
  height: 100%;
}

.loader {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader img {
  width: 280px;
}

.titlepage {
  text-align: center;
  padding-bottom: 60px;
}

.titlepage h2 {
  text-transform: uppercase;
  font-size: 45px;
  color: #353d47;
  line-height: 50px;
  font-weight: bold;
  padding: 0;
  display: inline-block;
}

.d_flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.read_more {
  font-size: 16px;
  background: linear-gradient(135deg, #3B3B3B, #111);
  color: #fff;
  width: 100%;
  max-width: 200px;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/* Shine animation layer */
.read_more::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg,
      transparent,
      rgba(255, 255, 255, 0.4),
      transparent);
  transition: all 0.6s ease;
}

/* Hover effect */
.read_more:hover {
  background: #ffffff;
  color: #3B3B3B;
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}


.text_align_left {
  text-align: left;
}

.text_align_right {
  text-align: right;
}

.text_align_center {
  text-align: center;
}


/* ================= HEADER ================= */

.header-area {
  padding: 20px 16px;
  width: 100%;
  height: 80px;
  background: #ffffff;
  z-index: 9999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

/* Logo */
.logo img {
  height: 60px;
  width: 150px;
  margin-top: -10px;
}

/* ================= NAVBAR ================= */

.site-navbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: -10px;
}

.site-navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.site-navbar ul li {
  position: relative;
  padding-right: 40px;
}

.site-navbar ul li:last-child {
  padding-right: 0;
}

.site-navbar ul li a {
  color: #3B3B3B;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
  display: flex;
  align-items: center;
}



/* ================= DROPDOWN ================= */

.has-dropdown {
  position: relative;
}

.has-dropdown i {
  margin-left: 6px;
  font-size: 14px;
  transition: 0.3s;
}

/* DROPDOWN CLOSED BY DEFAULT */
.has-dropdown>.dropdown {
  position: absolute;
  top: 110%;
  left: 0;
  background: #fff;
  min-width: 300px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  display: none;
  padding: 10px 0;
  max-height: 260px;
  overflow-y: auto;
  z-index: 999;
}

/* Dropdown links */
.dropdown li a {
  padding: 10px 18px;
  font-size: 14px;
  color: #000;
  text-transform: capitalize;
  display: block;
}

.dropdown li a:hover {
  background: #f5f5f5;
  color: #ed242e;
}

/* ================= DESKTOP HOVER ================= */
@media (min-width: 992px) {

  /* OPEN ONLY ON HOVER */
  .has-dropdown:hover>.dropdown {
    display: block;
  }

  .has-dropdown:hover>a i {
    transform: rotate(180deg);
  }
}

/* ================= MOBILE MENU ================= */

.nav-toggler {
  border: 2px solid #000;
  padding: 5px;
  background-color: transparent;
  cursor: pointer;
  height: 38px;
  display: none;
}

.nav-toggler span,
.nav-toggler span:before,
.nav-toggler span:after {
  width: 28px;
  height: 3px;
  background-color: #000;
  display: block;
  transition: .3s;
}

.nav-toggler span:before {
  content: '';
  transform: translateY(-9px);
}

.nav-toggler span:after {
  content: '';
  transform: translateY(6px);
}

.nav-toggler.toggler-open span {
  background-color: transparent;
}

.nav-toggler.toggler-open span:before {
  transform: rotate(45deg);
}

.nav-toggler.toggler-open span:after {
  transform: rotate(-45deg);
}

/* ================= RESPONSIVE ================= */

@media (max-width: 991px) {

  .nav-toggler {
    display: block;
  }

  .site-navbar {
    position: relative;
  }

  .site-navbar ul {
    flex-direction: column;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    padding: 10px 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  }

  .site-navbar ul.open {
    display: block;
  }

  .site-navbar ul li {
    padding: 12px 20px;
  }

  /* MOBILE DROPDOWN CLOSED */
  .has-dropdown>.dropdown {
    position: static;
    box-shadow: none;
    max-height: 200px;
    display: none;
  }

  /* OPEN ONLY ON CLICK (JS adds .open) */
  .has-dropdown.open>.dropdown {
    display: block;
    background-color: #777474;
    color: white;
  }

  .has-dropdown.open>a i {
    transform: rotate(180deg);
  }
}


/* intro-area css start */

.intro-area {
  height: calc(100vh - 61px);
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
}




/* intro-area css end */


.left {

  position: absolute;
  background: #00132b;
  width: 80px;
  left: 0;
  height: 87px;
  top: 0;
  text-align: center;
  line-height: 87px;

}

.left a i {
  color: #fff;

}

.right {
  position: absolute;
  background: #00132b;
  width: 80px;
  right: 0;
  height: 87px;
  top: 0;
  text-align: center;
  line-height: 87px;

}

.right a i {
  color: #fff;

}

/** end header **/




/** end header **/

/* ================= BANNER SECTION ================= */



/* ================= INDICATORS ================= */

.full_bg .carousel-indicators {
  display: none;
}

/* ================= CAPTION ================= */

.cuplle {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 0;
  z-index: 9;
}

.photog {
  position: relative;
  text-align: left;
}

.photog h1 {
  font-size: 80px;
  line-height: 85px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 60px;
}

/* Buttons */
.photog .read_more {
  margin-right: 15px;
  background: #fff;
  color: #000;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  display: inline-block;
  transition: 0.3s;
}

.photog .read_more:hover {
  background: #ed1c24;
  color: #fff;
}

/* ================= ARROWS ================= */

#banner1 .carousel-control-prev,
#banner1 .carousel-control-next {
  width: 50px;
  height: 50px;
  background-color: #3B3B3B;
  color: #fff;
  font-size: 35px;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

#banner1 .carousel-control-prev {
  left: 2%;
}

#banner1 .carousel-control-next {
  right: 2%;
}

#banner1 .carousel-control-prev:hover,
#banner1 .carousel-control-next:hover {
  background-color: #fff;
  color: #3B3B3B;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 991px) {

  .photog h1 {
    font-size: 48px;
    line-height: 55px;
    padding-bottom: 30px;
  }

  .photog {
    text-align: center;
  }

  .photog .read_more {
    margin-bottom: 10px;
  }

  .carousel-item {
    height: 200px;
  }

  .slider_main {
    height: 33vh;
  }
}

@media (max-width: 576px) {

  .photog h1 {
    font-size: 36px;
    line-height: 42px;
  }
}


/** end banner section **/


/** about section **/

.about {
  background: #fff;
  padding: 30px 50px;
  position: relative;
  margin: 20px 70px;
  box-shadow: 3px 0 62px rgba(13, 3, 3, 0.18);
  border-radius: 60px;
  /* margin-top: -230px; */
}

.container_width {
  max-width: 1380px;
  padding: 0 15px;
  display: block;
  margin: 0 auto;
  clear: both;


}

.about .titlepage {
  padding-bottom: 0;
}

.about .titlepage h2 {
  position: relative;
  padding-bottom: 18px;
  font-size: 35px;
  color: #3B3B3B;
  line-height: 1.1;
}

.about .titlepage h2::before {
  position: absolute;
  content: "";
  bottom: 0px;
  background: #ed1c24;
  width: 93px;
  height: 11px;
  margin-bottom: 5px;
  left: 0;
  border-radius: 20px;
}

.about .titlepage p {
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #111111;
  /* margin-top: -5px; */
  padding: 18px 0px 20px 0px;
}

.about .titlepage h3 {
  font-size: 20px;
  font-style: italic;
  color: #3B3B3B;
  font-weight: 600;
  margin-top: 10px;
}


.about_img figure {
  margin: 0;
}

/** end about section **/

/* what we do  */

/* ===============================
   PHARMA VIDEO SECTION
================================ */

.pharma-video-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* Background Video */
.pharma-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

/* Dark overlay for readability */
.pharma-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

/* Content alignment */
.pharma-content-wrap {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 3%;
}

/* Right side box */
.pharma-info-box {
  background: rgba(255, 255, 255, 0.95);
  max-width: 600px;
  padding: 20px 30px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
}

/* Typography */
.pharma-info-box h2 {
  font-size: 48px;
  font-weight: 700;
  color: #3B3B3B;
  margin-bottom: 8px;
}

.pharma-info-box h4 {
  font-size: 19px;
  font-weight: 600;
  color: #3B3B3B;
  margin-bottom: 20px;
}

.pharma-info-box p {
  font-size: 16px;
  line-height: 20px;
  color: #555;
  margin-bottom: 20px;
}

/* List */
.pharma-info-box ul {
  padding-left: 18px;
  margin-bottom: 20px;
}

.pharma-info-box ul li {
  font-size: 15px;
  color: #333;
  margin-bottom: 5px;
}

/* Bottom note */
.pharma-note {
  font-size: 15px;
  color: #666;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
  .pharma-content-wrap {
    justify-content: center;
    padding: 0 20px;
  }

  .pharma-info-box {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .pharma-video-section {
    height: auto;
    padding: 80px 0;
  }

  .pharma-bg-video {
    position: absolute;
    height: 100%;
  }

  .pharma-info-box {
    padding: 35px 30px;
  }

  .pharma-info-box h2 {
    font-size: 34px;
  }
}



/*  */





/** contact **/

.contact {
  background: #fff;
  padding-top: 50px;
}



.contact .titlepage {
  padding-bottom: 0;
}

.main_form {
  padding-top: 45px;
}

.main_form .contactus {
  padding: 0px 20px;
  margin-bottom: 25px;
  width: 100%;
  height: 66px;
  background: #fff;
  color: #a3a3a2;
  font-size: 17px;
  font-weight: normal;
  border: #9d9d9c solid 2px;
}

.main_form .textarea {
  margin-bottom: 30px;
  width: 100%;
  background: #fff;
  color: #a3a3a2;
  font-size: 17px;
  font-weight: normal;
  padding: 40px 20px 10px 20px;
  border: #9d9d9c solid 2px;
  height: 120px;
}

.main_form .send_btn {
  font-size: 15px;
  transition: ease-in all 0.5s;
  background-color: #2b2b2b;
  text-transform: uppercase;
  color: #fff;
  max-width: 200px;
  width: 100%;
  display: block;
  font-weight: bold;
  height: 77px;
  line-height: 77px;
}

.main_form .send_btn:hover {
  background-color: #e92f0b;
  transition: ease-in all 0.5s;
  color: #fff;
}

#request *::placeholder {
  color: #a3a3a2;
  opacity: 1;
}


/** end contact **/


/* footer */
/* FOOTER BASE */
.chlovek-footer {
  background: #3b3b3b;
  color: #e0e0e0;
  font-size: 15px;
}

.footer-main {
  padding: 40px 0 50px;
}

/* COLUMNS */
.footer-col h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.footer-col p {
  line-height: 1.7;
  color: #d1d1d1;
  width: 280px;
}


.quick {
  padding-left: 30px;
}

/* LOGO */
.footer-logo {
  max-width: 180px;
  margin-bottom: 18px;
}

/* LINKS */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #cfcfcf;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #ffffff;
}

/* CONTACT */
.footer-contact {
  list-style: none;
  padding: 0;
}

.footer-contact li {
  margin-bottom: 12px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.footer-contact i {
  color: #ffffff;
  font-size: 16px;
  margin-top: 4px;
}

.footer-contact a {
  color: #cfcfcf;
  text-decoration: none;
}

.footer-contact a:hover {
  color: #ffffff;
}

/* ARROW BEFORE LINKS */
.footer-links li a {
  position: relative;
  padding-left: 18px;
}

.footer-links li a::before {
  content: "\f105";
  /* Font Awesome right arrow */
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
  color: #cfcfcf;
  font-size: 14px;
  transition: 0.3s ease;
}

/* Hover effect */
.footer-links li a:hover::before {
  color: #ffffff;
  left: 4px;
}

.footer-links li a:hover {
  padding-left: 22px;
}


/* COPYRIGHT */
.footer-bottom {
  border-top: 1px solid #555;
  text-align: center;
  padding: 18px 0;
  font-size: 14px;
  color: #cfcfcf;
}

/* COPYRIGHT */
.footer-bottom {
  border-top: 1px solid #555;
  padding: 18px 0;
  font-size: 14px;
  color: #cfcfcf;
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

/* MOBILE */
@media (max-width: 768px) {
  .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
  }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .footer-col {
    margin-bottom: 40px;
    text-align: left;
  }

  .footer-logo {
    margin-left: 0;
  }

  .quick {
    padding-left: 3px;
  }
}


/*  */



/**  inner page css **/



.inner_page .full_bg {
  height: 106px;
  padding-bottom: 0;

}

.inner_page .about {
  margin-top: 145px;
  margin-bottom: 80px;
}

.inner_page .doctors {
  padding-top: 140px;
  padding-bottom: 50px;
}

.inner_page .coronata {
  padding-top: 130px;
  padding-bottom: 80px;
}

.inner_page .cases {
  padding-top: 140px;
  padding-bottom: 40px;
}

.inner_page .contact {
  padding-top: 145px;
  padding-bottom: 80px;
}



/* product highlight */

.pharma-highlight {
  padding: 80px 20px;
  background: #ffffff;
  font-family: "Segoe UI", sans-serif;
}

.pharma-container {
  max-width: 1200px;
  margin: auto;
}

/* Header */
.pharma-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}

.small-tag {
  font-size: 18px;
  letter-spacing: 1.5px;
  font-weight: 700;
  /* font-weight: 600; */
  color: #3B3B3B;
}

.pharma-heading h2 {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 10px;
  text-transform: uppercase;
  color: #111;
}

/* Rotating text */
.rotating-text-wrap {
  width: 200px;
  height: 200px;
}

.rotating-text-wrap svg {
  width: 100%;
  height: 100%;
  animation: rotate 10s linear infinite;
}

.rotating-text-wrap text {
  font-size: 30px;
  letter-spacing: 2px;
  fill: #3B3B3B;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Cards */
.pharma-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1.4fr;
  gap: 30px;
}

.info-card {
  background: #f4f4f4;
  padding: 35px;
  border-radius: 16px;
  min-height: 350px;
}

.info-para {
  margin-top: 70px;
}

.info-card h4 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3B3B3B;
  margin-bottom: 15px;
}

.info-card p,
.info-card li {
  font-size: 15px;
  color: #555;
  line-height: 1.3;
  list-style: circle;
  font-weight: 600;
}

.info-card ul {
  padding-left: 18px;
  margin-top: 15px;
}

/* Video card */
.video-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 300px;
}

.video-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg,
      rgba(59, 59, 59, 0.85),
      rgba(0, 0, 0, 0.4));
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.video-overlay h4 {
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.video-overlay p {
  color: #eee;
  font-size: 15px;
  line-height: 1.4;
}

/* Responsive */
@media (max-width: 992px) {
  .pharma-header {
    flex-direction: column;
    gap: 30px;
  }

  .pharma-cards {
    grid-template-columns: 1fr;
  }

  .pharma-heading h2 {
    font-size: 34px;
  }
}

@media (max-width: 576px) {
  .pharma-highlight {
    padding: 70px 15px;
  }

  .pharma-heading h2 {
    font-size: 28px;
  }
}

/*  */

/* why choose */


/* SECTION */
.verticals-section {
  position: relative;
  height: 190vh;
}

/* STICKY VIDEO */
.bg-video-wrap {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.bg-video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.10;
}

/* MAIN CONTAINER (❌ FLEX REMOVED) */
.verticals-container {
  position: relative;
  max-width: 1200px;
  margin-top: -680px !important;
  margin: auto;
  padding: 120px 20px;
}

/* TOP CONTENT */
.verticals-left {
  max-width: 720px;
  margin-bottom: 140px;
}

.verticals-left h2 {
  font-size: 43px;
  text-transform: uppercase;
  line-height: 1.15;
  margin-bottom: 24px;
  font-weight: 600;
}

.verticals-left p {
  font-size: 17px;
  line-height: 1.6;
  color: #444;
}

/* CARD STACK (STARTS AFTER PARA) */
.verticals-right {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

/* CARD */
.vertical-card {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.08);
  max-width: 550px;
}

.vertical-card .icon {
  width: 62px;
  height: 62px;
  background: #3B3B3B;
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 26px;
  margin-bottom: 22px;
}


/* STAGGER LIKE IMAGE */
.card-1 {
  margin-left: 650px !important;
  margin-top: -100px;
}

.card-2 {
  margin-left: 50px;
  margin-top: -250px;
}

.card-3 {
  margin-left: 650px !important;
  margin-top: -150px;
}

.card-4 {
  margin-left: 50px;
  margin-top: -250px;
}

/* ICON */
.vertical-card .icon {
  width: 65px;
  height: 65px;
  background: #3B3B3B;
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 28px;
  margin-bottom: 22px;
}

.vertical-card h4 {
  font-size: 27px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.vertical-card p {
  font-size: 17px;
  line-height: 1.4;
  color: #555;
}

/* =========================
   MOBILE RESPONSIVE FIX
   ========================= */
@media (max-width: 992px) {

  /* SECTION HEIGHT RESET */
  .verticals-section {
    height: auto;
  }

  /* BACKGROUND VIDEO NORMAL */
  .bg-video-wrap {
    position: relative;
    height: 100vh;
  }

  /* CONTAINER RESET */
  .verticals-container {
    margin-top: -950px !important;
    padding: 80px 16px;
  }

  /* TOP CONTENT */
  .verticals-left {
    max-width: 100%;
    margin-bottom: 60px;
  }

  .verticals-left h2 {
    font-size: 28px;
    line-height: 1.3;
  }

  .verticals-left p {
    font-size: 15px;
    line-height: 1.6;
  }

  /* CARD STACK NORMAL FLOW */
  .verticals-right {
    gap: 40px;
  }

  .vertical-card {
    max-width: 100%;
    padding: 28px;
    margin: 0 !important;
  }

  /* REMOVE DESKTOP STAGGER */
  .card-1,
  .card-2,
  .card-3,
  .card-4 {
    margin-left: 0 !important;
    margin-top: 0 !important;
  }

  /* ICON */
  .vertical-card .icon {
    width: 56px;
    height: 56px;
    font-size: 22px;
  }

  /* TEXT */
  .vertical-card h4 {
    font-size: 20px;
  }

  .vertical-card p {
    font-size: 15px;
    line-height: 1.5;
  }
}


/* pcd pharama */

/* OUTER LIGHT BACKGROUND */
.pcd-wrap-section {
  background: #f3f6fb;
  /* light grey like image */
  padding: 80px 0;
}

/* WHITE CONTAINER */
.pcd-main-container {
  max-width: 1250px;
  margin: auto;
  background: #ffffff;
  border-radius: 14px;
  padding: 60px;
  display: flex;
  align-items: center;
  gap: 80px;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.06);
}

/* LEFT CONTENT */
.pcd-left-content {
  flex: 0 0 48%;
}

.pcd-left-content h2 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 24px;
  color: #111;
}

.pcd-desc {
  font-size: 17px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 24px;
}

/* POINT LIST */
.pcd-list {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
}

.pcd-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
  font-size: 16px;
  color: #333;
}

.pcd-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #3b3b3b;
  font-weight: 600;
}

/* SUPPORT TEXT */
.pcd-note {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 36px;
}

/* BUTTON */
.pcd-cta-btn {
  display: inline-block;
  padding: 14px 36px;
  background: #3b3b3b;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}



/* RIGHT VIDEO */
.pcd-right-media {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
}

.pcd-right-media video {
  width: 100%;
  height: 550px;
  object-fit: cover;
  display: block;
}

/* =======================
   MOBILE RESPONSIVE
   ======================= */
@media (max-width: 992px) {

  .pcd-wrap-section {
    padding: 70px 20px;
  }

  .pcd-main-container {
    flex-direction: column;
    padding: 40px 24px;
    gap: 50px;
  }

  .pcd-left-content h2 {
    font-size: 28px;
  }

  .pcd-desc,
  .pcd-note {
    font-size: 15px;
  }

  .pcd-right-media {
    width: 100%;
    height: 260px;
  }

  .pcd-right-media video {
    height: 100%;
  }
}


/*  */


/* bulid your  */
/* LIGHT BACKGROUND */
.cta-grey-section {
  /* background: #f4f5f7; */
  padding: 30px 20px;
}

/* MAIN BOX */
.cta-grey-box {
  max-width: 1200px;
  margin: auto;
  padding: 65px 70px;
  border-radius: 16px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;

  /* 🖤 YOUR BRAND COLOR */
  background: linear-gradient(90deg,
      #2f2f2f 0%,
      #3b3b3b 50%,
      #4a4a4a 100%);
}

/* LEFT CONTENT */
.cta-grey-left {
  max-width: 720px;
}

.cta-grey-left h2 {
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 18px;
  line-height: 1.2;
}

.cta-grey-left p {
  font-size: 16px;
  line-height: 1.7;
  color: #e0e0e0;
}

/* RIGHT BUTTON */
.cta-grey-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;

  padding: 16px 42px;
  background: #ffffff;
  color: #3b3b3b;

  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;

  transition: all 0.3s ease;
}

.cta-grey-btn span {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.cta-grey-btn:hover {
  background: #e6e6e6;
}

.cta-grey-btn:hover span {
  transform: translateX(4px);
}

/* ====================
   MOBILE RESPONSIVE
   ==================== */
@media (max-width: 992px) {

  .cta-grey-box {
    flex-direction: column;
    text-align: center;
    padding: 45px 28px;
  }

  .cta-grey-left h2 {
    font-size: 28px;
  }

  .cta-grey-left p {
    font-size: 15px;
  }

  .cta-grey-btn {
    margin-top: 20px;
  }
}

/*  */


/* about us page content */

/* ================= ABOUT BANNER ================= */

.about-banner {
  height: 300px;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.096),
      rgba(0, 0, 0, 0)),
    url("https://t4.ftcdn.net/jpg/06/00/38/29/360_F_600382918_rodL5pr9CGksWi6qlAMJ79OnyPnZQ02t.jpg");
  /* image change kar sakte ho */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.about-banner-overlay {
  width: 100%;
}

.about-banner-content {
  color: #fff;
}

.about-banner-content h1 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* ================= BREADCRUMB ================= */

.about-breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 8px;
  font-size: 15px;
}

.about-breadcrumb li {
  color: #bdbaba;
}

.about-breadcrumb li a {
  color: #3b3838;
  text-decoration: none;
  transition: 0.3s;
  font-weight: 600;
}

.about-breadcrumb li a:hover {
  color: #f2f2f2;
}

.about-breadcrumb li::after {
  content: "/";
  margin-left: 8px;
  color: #bbb;
}

.about-breadcrumb li:last-child::after {
  display: none;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 768px) {

  .about-banner {
    height: 220px;
  }

  .about-banner-content h1 {
    font-size: 28px;
  }

  .about-breadcrumb {
    font-size: 14px;
  }
}



/* abourt us  */

.about-wrapper {
  background: #ffffff;
  color: #3b3b3b;
  padding: 40px 0 0;
}

.about-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: start;
}

/* LEFT */
.about-tag {
  font-size: 14px;
  letter-spacing: 1.5px;
  color: #3b3b3b;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 15px;
}

.about-heading {
  font-size: 55px;
  line-height: 1.2;
  font-weight: 700;
}

/* RIGHT */
.about-right p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 18px;
  color: #3b3b3b;
}

/* VIDEO */
.about-video {
  width: 100%;
  margin-top: 30px;
}

.about-video video {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}


@media (max-width: 992px) {
  .about-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-heading {
    font-size: 36px;
  }
}

@media (max-width: 576px) {
  .about-wrapper {
    padding-top: 50px;
  }

  .about-heading {
    font-size: 30px;
  }

  .about-right p {
    font-size: 15px;
  }

  .about-video video {
    height: 280px;
  }
}




/*  */


/* mission vission */


/* WRAPPER */
.mv-wrapper {
  background: #f4f4f4;
  padding: 80px 20px 150px;
  color: #3b3b3b;
}

/* TOP SECTION */
.mv-top {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 80px;
}

.mv-label {
  font-size: 18px;
  letter-spacing: 1.4px;
  color: #3b3b3b;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
  display: inline-block;
  color: rgb(177, 6, 6);
}

.mv-text {
  font-size: 17px;
  line-height: 1.55;
  font-weight: 500;
  color: #3b3b3b;
}

/* BOTTOM STATS – THEME BASED */
.mv-stats {
  max-width: 1200px;
  margin: 70px auto 0;
  background: #3b3b3b;
  border-radius: 20px;
  padding: 45px 20px;
  display: flex;
  margin-top: -90px;
  justify-content: space-between;
  align-items: center;
}

/* STAT ITEMS */
.mv-stat-item {
  flex: 1;
  text-align: center;
  position: relative;
}

.mv-stat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, 0.25);
}

.mv-stat-item h3 {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 6px;
}

.mv-stat-item p {
  font-size: 15px;
  color: #dcdcdc;
}


@media (max-width: 992px) {
  .mv-top {
    flex-direction: column;
    gap: 40px;
  }

  .mv-text {
    font-size: 18px;
  }

  .mv-stats {
    flex-direction: column;
    gap: 30px;
  }

  .mv-stat-item:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 576px) {
  .mv-wrapper {
    padding-top: 60px;
  }

  .mv-text {
    font-size: 16px;
  }

  .mv-stat-item h3 {
    font-size: 28px;
  }
}


/*  */


/* our pressence */

.quality-wrapper {
  padding: 22px 20px;
  background: #ffffff;
}

.quality-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 50px;
}

/* IMAGE */
.quality-image {
  flex: 1;
}

.quality-image img {
  width: 100%;
  max-width: 420px;
  display: block;
}

/* CONTENT */
.quality-content {
  flex: 1;
}

.quality-heading {
  font-size: 49px;
  line-height: 1.1;
  font-weight: 700;
  color: #3b3b3b;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.quality-text {
  font-size: 19px;
  line-height: 1.8;
  color: #3b3b3b;
  margin-bottom: 18px;
}

@media (max-width: 992px) {
  .quality-container {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }

  .quality-image img {
    margin: auto;
  }

  .quality-heading {
    font-size: 36px;
  }
}

@media (max-width: 576px) {
  .quality-wrapper {
    padding: 60px 15px;
  }

  .quality-heading {
    font-size: 28px;
  }

  .quality-text {
    font-size: 15px;
  }
}


/*  */


/* location */

.brand-presence {
  position: relative;
  height: 100vh;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  align-items: center;
}

/* HUGE BACKGROUND TEXT */
.presence-bg-text {
  position: absolute;
  top: 50%;
  left: -10%;
  transform: translateY(-50%);
  font-size: 22vw;
  font-weight: 800;
  color: rgba(59, 59, 59, 0.096);
  letter-spacing: -10px;
  pointer-events: none;
  transition: transform 0.2s linear;
}

/* MAIN GRID */
.presence-inner {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  margin: auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 120px;
  align-items: center;
}

/* FLOATING CARDS */
.presence-cards {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.presence-card {
  background: #ffffff;
  padding: 35px;
  border-radius: 18px;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.08);
  transform: translateY(60px);
  opacity: 0;
  transition: all 0.9s cubic-bezier(.19, 1, .22, 1);
}

.presence-card span {
  font-size: 35px;
}

.presence-card h4 {
  font-size: 25px;
  margin: 15px 0 6px;
  text-transform: uppercase;
  font-weight: 600;
  color: #3b3b3b;
}

.presence-card p {
  font-size: 16px;
  color: #666;
}

/* CONTENT */
.presence-content {
  transform: translateY(60px);
  opacity: 0;
  transition: all 1s cubic-bezier(.19, 1, .22, 1);
}

.presence-tag {
  font-size: 15px;
  letter-spacing: 1.6px;
  font-weight: 600;
  color: #3b3b3b;
}

.presence-content h2 {
  font-size: 50px;
  line-height: 1.10;
  margin: 20px 0 25px;
  font-weight: 700;
  color: #3b3b3b;
}

.presence-content p {
  font-size: 19px;
  line-height: 1.5;
  color: #3b3b3b;
}


@media (max-width: 992px) {
  .brand-presence {
    height: auto;
    padding: 120px 0;
  }

  .presence-inner {
    grid-template-columns: 1fr;
    gap: 80px;
  }

  .presence-bg-text {
    font-size: 40vw;
    left: -120%;
  }

  .presence-content h2 {
    font-size: 34px;
  }
}

@media (max-width: 576px) {
  .presence-content h2 {
    font-size: 28px;
  }
}


/*  */


/* call to action */


.cta-light-wrapper {
  background: #f7f7f7;
  padding: 70px 20px;
  overflow: hidden;
}

.cta-light-container {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 90px;
  align-items: center;
}

/* LEFT CONTENT */
.cta-light-tag {
  font-size: 13px;
  letter-spacing: 1.6px;
  font-weight: 600;
  color: #3b3b3b;
  opacity: 0.7;
}

.cta-light-content h2 {
  font-size: 54px;
  line-height: 1.1;
  margin: 18px 0 28px;
  font-weight: 700;
  color: #3b3b3b;
}

.cta-light-intro {
  font-size: 17px;
  margin-bottom: 18px;
  color: #3b3b3b;
}

.cta-light-list {
  list-style: none;
  padding: 0;
  margin-bottom: 28px;
}

.cta-light-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 14px;
  font-size: 16px;
  color: #3b3b3b;
}

.cta-light-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #3b3b3b;
  opacity: 0.6;
}

.cta-light-note {
  font-size: 16px;
  line-height: 1.8;
  color: #3b3b3b;
}

/* RIGHT CARD */
.cta-light-card {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  padding: 55px;
  border-radius: 26px;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.12);
  transform: translateY(60px);
  opacity: 0;
  transition: all 1s cubic-bezier(.19, 1, .22, 1);
}

.cta-light-card h3 {
  font-size: 30px;
  margin-bottom: 12px;
  color: #3b3b3b;
}

.cta-light-card p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 32px;
  color: #555;
}

/* BUTTON */
.cta-light-btn {
  display: inline-block;
  padding: 14px 42px;
  border-radius: 50px;
  background: #3b3b3b;
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.35s ease;
}

.cta-light-btn:hover {
  background: #1f1f1f;
  transform: translateY(-4px);
}


@media (max-width: 992px) {
  .cta-light-container {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .cta-light-content h2 {
    font-size: 40px;
  }
}

@media (max-width: 576px) {
  .cta-light-wrapper {
    padding: 90px 15px;
  }

  .cta-light-content h2 {
    font-size: 32px;
  }

  .cta-light-card {
    padding: 40px;
  }
}



/*  */




/* contact uss */

/* SECTION */
.contact-section {
  width: 100%;
  background: #f7f7f7;
  padding: 50px 20px;
}

/* CONTAINER */
.contact-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADING */
.contact-heading h2 {
  font-size: 44px;
  color: #3b3b3b;
  margin-bottom: 10px;
  font-weight: 600;
}

.contact-heading p {
  font-size: 19px;
  color: #666;
  margin-bottom: 50px;
}

/* FORM */
.contact-form {
  background: #ffffff;
  padding: 60px;
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.08);
}

/* ROW */
.form-row {
  display: flex;
  gap: 30px;
  margin-bottom: 28px;
}

/* GROUP */
.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.form-group.full-width {
  flex: 100%;
}

/* LABEL */
.form-group label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #444;
}

/* INPUTS */
.form-group input,
.form-group select,
.form-group textarea {
  padding: 16px 18px;
  border-radius: 12px;
  border: none;
  background: #f1f4f6;
  font-size: 15px;
  outline: none;
  transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  background: #ffffff;
  box-shadow: 0 0 0 2px #3b3b3b;
}

/* SUBMIT */
.form-submit {
  margin-top: 40px;
}

.form-submit button {
  padding: 16px 46px;
  background: #3b3b3b;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.35s ease;
}

.form-submit button:hover {
  background: #1f1f1f;
  transform: translateY(-3px);
}


@media (max-width: 768px) {
  .contact-heading h2 {
    font-size: 34px;
  }

  .contact-form {
    padding: 40px 30px;
  }

  .form-row {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .contact-section {
    padding: 80px 15px;
  }

  .contact-heading h2 {
    font-size: 28px;
  }
}


.contact-info-section {
  /* background: #f7f7f7; */
  padding: 40px 20px;
}

.contact-info-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

/* CARD */
.contact-info-card {
  background: #ffffff;
  padding: 20px 30px;
  border-radius: 22px;
  text-align: center;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
}

.contact-info-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.12);
}

/* ICON */
.contact-info-icon {
  font-size: 40px;
  /* margin-bottom: 10px; */
}

/* TEXT */
.contact-info-card h4 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #3b3b3b;
}

.contact-info-card p,
.contact-info-card a {
  font-size: 16px;
  color: #555;
  text-decoration: none;
}

.contact-info-card a:hover {
  color: #3b3b3b;
}


@media (max-width: 768px) {
  .contact-info-container {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .contact-info-card {
    padding: 40px 30px;
  }
}



/*  */


/* product page content css */
.pvk-container {
  max-width: 1400px;
  margin: auto;
  padding: 30px;
}

/* HERO SECTION */
.pvk-hero-wrapper {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 30px;
  align-items: center;
}

.pvk-content-box {
  background: white;
  padding: 50px;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
}

.pvk-title-main {
  font-size: 48px;
  color: #737373;
  font-weight: 600;
  line-height: 1.2;
}

.pvk-subtitle {
  margin-top: 8px;
  font-weight: 500;
}

.pvk-tagline {
  margin-top: 15px;
  font-weight: 600;
  color: #444;
}

.pvk-description {
  margin-top: 18px;
  line-height: 1.7;
  color: #555;
  font-size: 16px;
}

.pvk-highlight-box {
  margin-top: 20px;
  padding: 12px 16px;
  background: #f0f0f0;
  border-left: 4px solid #737373;
  font-weight: 500;
  line-height: 1.6;
}

/* IMAGE SECTION */
.pvk-image-wrapper {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  width: 100%;
  max-width: 500px;
  height: 480px;
  margin: auto;
}

.pvk-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pvk-image-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: #fff;
  font-size: 14px;
}

/* BENEFITS SECTION */
.pvk-benefits-header {
  text-align: center;
  margin-bottom: 35px;
}

.pvk-benefits-title {
  font-size: 45px;
  color: #737373;
  font-weight: 600;
  line-height: 1.2;
}

.pvk-benefits-sub {
  margin-top: 8px;
  color: #666;
  font-size: 17px;
  line-height: 1.6;
}

.pvk-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.pvk-benefit-card {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: .3s;
  overflow: hidden;
}

.pvk-benefit-card:hover {
  transform: translateY(-6px);
}

.pvk-num {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 35px;
  font-weight: 600;
  color: #e0e0e0;
}

.pvk-benefit-card p {
  margin-top: 10px;
  line-height: 1.7;
  font-size: 18px;
  width: 80%;
}

/* HOW IT WORKS */
.pvk-work-section {
  margin-top: 70px;
}

.pvk-work-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 30px;
  align-items: center;
}

.pvk-work-visual {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
}

.pvk-work-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pvk-work-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 18px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: #fff;
  font-size: 14px;
}

.pvk-work-content {
  background: #fff;
  padding: 40px;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.pvk-work-title {
  font-size: 32px;
  color: #737373;
  margin-bottom: 15px;
  line-height: 1.2;
}

.pvk-work-desc {
  line-height: 1.8;
  color: #555;
  font-size: 16px;
}

.pvk-work-highlight {
  margin-top: 20px;
  padding: 12px 16px;
  background: #f0f0f0;
  border-left: 4px solid #737373;
  font-weight: 500;
  line-height: 1.6;
}

/* ========================= */
/* DARK SECTION */
/* ========================= */

.pvz-work {
  padding: 60px 20px;
  background: linear-gradient(135deg, #1a1a1a, #262626);
}

.pvz-wrap {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 60px;
  align-items: center;
}

.pvz-side h2 {
  font-size: 70px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.9;
}

.pvz-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 50px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}

.pvz-head span {
  font-size: 12px;
  letter-spacing: 3px;
  color: #9a9a9a;
}

.pvz-text {
  margin-top: 20px;
  font-size: 17px;
  line-height: 1.9;
  color: #d6d6d6;
}

.pvz-flow {
  margin-top: 30px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.pvz-flow div {
  padding: 12px 18px;
  border-radius: 30px;
  background: #2a2a2a;
  color: #eaeaea;
  font-size: 13px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: 0.3s;
}

.pvz-flow div:hover {
  background: #737373;
  color: #fff;
  transform: translateY(-3px);
}

.pvz-side-img {
  margin-top: 25px;
  border-radius: 16px;
  overflow: hidden;
  height: 220px;
  width: 100%;
  max-width: 450px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.pvz-side-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.4s;
}

.pvz-side-img img:hover {
  transform: scale(1.05);
}

/* ========================= */
/* FINAL SECTION */
/* ========================= */

.pmg-sec {
  padding: 50px 20px;
  background: #ffffff;
}

.pmg-wrap {
  max-width: 1200px;
  margin: auto;
}

.pmg-head span {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  color: #737373;
}

.pmg-head h2 {
  font-size: 65px;
  color: #2a2a2a;
  font-weight: 600;
  margin-top: 5px;
  line-height: 1.1;
}

.pmg-layout {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
}

.pmg-main {
  background: linear-gradient(rgba(115, 115, 115, 0.85),
      rgba(115, 115, 115, 0.85)),
    url("https://thumbs.dreamstime.com/b/doctor-medical-healthcare-icon-interface-medical-healthcare-concept-doctor-hospital-medical-icons-modern-interface-109106306.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  color: #fff;
  padding: 50px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.pmg-main h3 {
  font-size: 45px;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 1.2;
  color: white;
}

.pmg-main p {
  line-height: 1.8;
  opacity: 0.9;
  font-size: 16px;
}

.pmg-stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.pmg-item {
  background: #fafafa;
  padding: 20px 24px;
  border-radius: 14px;
  font-size: 18px;
  color: #444;
  border-left: 4px solid #737373;
  transition: 0.3s;
  font-weight: 600;
  line-height: 1.6;
}

.pmg-item:hover {
  transform: translateX(8px);
  background: #737373;
  color: #fff;
}

.pmg-strip {
  margin-top: 60px;
  font-size: 18px;
  padding: 20px;
  text-align: center;
  background: #f0f0f0;
  font-weight: 600;
  letter-spacing: 1px;
  color: #555;
  line-height: 1.7;
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */

@media (max-width: 1200px) {

  .pvk-title-main,
  .pmg-head h2 {
    font-size: 42px;
  }

  .pvz-side h2 {
    font-size: 55px;
  }

  .pmg-main h3 {
    font-size: 38px;
  }
}

@media (max-width: 991px) {

  .pvk-hero-wrapper,
  .pvk-work-wrapper,
  .pvz-wrap,
  .pmg-layout {
    grid-template-columns: 1fr;
  }

  .pvk-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pvk-content-box,
  .pvk-work-content,
  .pvz-card,
  .pmg-main {
    padding: 30px;
  }

  .pvk-title-main,
  .pvk-benefits-title,
  .pmg-head h2 {
    font-size: 36px;
  }

  .pvz-side h2 {
    font-size: 46px;
  }

  .pmg-main h3 {
    font-size: 34px;
  }

  .pvk-image-wrapper {
    height: 400px;
  }

  .pvz-side-img {
    max-width: 100%;
    height: 260px;
  }
}

@media (max-width: 767px) {

  .pvk-container,
  .pvz-work,
  .pmg-sec {
    padding: 20px 15px;
  }

  .pvk-benefits-grid {
    grid-template-columns: 1fr;
  }

  .pvk-content-box,
  .pvk-work-content,
  .pvz-card,
  .pmg-main {
    padding: 22px;
    border-radius: 14px;
  }

  .pvk-title-main,
  .pvk-benefits-title,
  .pmg-head h2 {
    font-size: 28px;
  }

  .pvk-work-title {
    font-size: 24px;
  }

  .pvz-side h2 {
    font-size: 34px;
  }

  .pmg-main h3 {
    font-size: 28px;
  }

  .pvk-description,
  .pvk-work-desc,
  .pmg-main p,
  .pvz-text,
  .pvk-benefit-card p,
  .pmg-item {
    font-size: 15px;
    line-height: 1.7;
  }

  .pvk-image-wrapper {
    height: 300px;
  }

  .pvz-side-img {
    height: 220px;
  }

  .pvk-benefit-card p {
    width: 100%;
  }

  .pmg-strip {
    font-size: 15px;
    padding: 16px;
  }

  .pvk-highlight-box,
  .pvk-work-highlight {
    font-size: 14px;
  }

  .pvz-flow {
    gap: 10px;
  }

  .pvz-flow div {
    font-size: 12px;
    padding: 10px 14px;
  }
}

@media (max-width: 480px) {

  .pvk-title-main,
  .pvk-benefits-title,
  .pmg-head h2 {
    font-size: 24px;
  }

  .pvk-work-title {
    font-size: 21px;
  }

  .pvz-side h2 {
    font-size: 28px;
  }

  .pmg-main h3 {
    font-size: 24px;
  }

  .pvk-image-wrapper {
    height: 240px;
  }

  .pvz-side-img {
    height: 180px;
  }

  .pvk-content-box,
  .pvk-work-content,
  .pvz-card,
  .pmg-main {
    padding: 18px;
  }

  .pvk-benefit-card {
    padding: 20px;
  }

  .pvk-num {
    font-size: 26px;
  }
}