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

    .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 ================= */

.full_bg {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

/* ================= SLIDER ================= */

.slider_main {
    height: 88vh;
}

/* Each slide */
.carousel-item {
    height: 550px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Slide backgrounds */
.slide1 {
    background-image: url("../images/banner-2.png");
}

.slide2 {
    background-image: url("../images/banner-3.png");
}

.slide3 {
    background-image: url("../images/banner-4.png");
}

/* ================= 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: 40px;
    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: 17px;
    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: 22px;
  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 */


.mfxpro-section {
  padding: 60px 8%;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.mfxpro-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  flex-wrap: wrap;
}

/* LEFT SIDE */
.mfxpro-content {
  flex: 1;
  min-width: 320px;
}

.mfxpro-tag {
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #3B3B3B;
  opacity: 0.7;
}

.mfxpro-title {
  font-size: 70px;
  font-weight: 700;
  margin: 20px 0 10px;
  line-height: 1.1;
}

.mfxpro-title span {
  color: #3B3B3B;
}

.mfxpro-subtitle {
  font-weight: 400;
  font-size: 20px;
  opacity: 0.6;
  margin-bottom: 10px;
}

.mfxpro-divider {
  width: 90px;
  height: 4px;
  background: #3B3B3B;
  margin-bottom: 20px;
}

.mfxpro-content p {
  font-size: 17px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 10px;
}

/* BUTTONS */
.mfxpro-buttons {
  margin-top: 35px;
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}

.mfxpro-btn-primary {
  background: #3B3B3B;
  color: #fff;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s ease;
}

.mfxpro-btn-primary:hover {
  background: #000;
  transform: translateY(-4px);
}

.mfxpro-btn-outline {
  border: 2px solid #3B3B3B;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  color: #3B3B3B;
  transition: 0.3s ease;
}

.mfxpro-btn-outline:hover {
  background: #3B3B3B;
  color: #fff;
  transform: translateY(-4px);
}

/* RIGHT IMAGE */
.mfxpro-image {
  flex: 1;
  min-width: 320px;
  text-align: center;
}

.mfxpro-image img {
  width: 100%;
  max-width: 550px;
  border-radius: 35px;
  min-height: 500px;
  box-shadow: 0 25px 70px rgba(0,0,0,0.08);
  transition: 0.5s ease;
}

.mfxpro-image img:hover {
  transform: scale(1.05);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .mfxpro-title {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  .mfxpro-container {
    flex-direction: column;
    text-align: center;
  }

  .mfxpro-buttons {
    justify-content: center;
  }

  .mfxpro-divider {
    margin-left: auto;
    margin-right: auto;
  }
}




/* details */


/* ===== SECTION ===== */
.fx-section-new {
  padding: 50px 8%;
  background: #ffffff;
  font-family: Arial, sans-serif;
}

/* ===== WRAPPER ===== */
.fx-wrapper-new {
  max-width: 1200px;
  margin: auto;
}

/* ===== HEADING ===== */
.fx-heading-area {
  text-align: left;
  margin-bottom: 40px;
}

.fx-heading-area h2 {
  font-size: 55px;
  color: #3B3B3B;
  margin-bottom: 20px;
  font-weight: 700;
}

.fx-subtext {
  font-size: 20px;
  color: #555;
  max-width: 600px;
  line-height: 1.4;
}

/* ===== GRID ===== */
.fx-feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

/* ===== BOX ===== */
.fx-box {
  flex: 1 1 calc(50% - 30px);
  background: #f7f9fc;
  padding: 40px;
  border-radius: 15px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.fx-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.fx-number {
  font-size: 65px;
  font-weight: bold;
  color: rgba(59,59,59,0.08);
  position: absolute;
  top: 15px;
  right: 25px;
}

.fx-box p {
  font-size: 18px;
  color: #3B3B3B;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .fx-box {
    flex: 1 1 100%;
  }

  .fx-heading-area h2 {
    font-size: 32px;
  }
}


/*  */


/*  */

.med-magazine{
  max-width:1200px;
  margin:30px auto;
  padding:40px;
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:60px;
  background:#ffffff;
  border-radius:30px;
  box-shadow:0 40px 100px rgba(0,0,0,0.15);
  font-family:"Playfair Display", serif;
  position:relative;
  overflow:hidden;
}



@keyframes floatShape{
  from{transform:translateY(0)}
  to{transform:translateY(60px)}
}

/* LEFT SIDE */
.med-left{
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.med-title{
  font-size:66px;
  line-height:1.1;
  color:#3B3B3B;
  margin-bottom:18px;
  letter-spacing:.5px;
  animation:fadeUp 1s ease forwards;
  font-family: Arial, sans-serif;
  font-weight: 600;
  opacity:0;
}

.med-bar{
  width:90px;
  height:4px;
  background:#3B3B3B;
  margin-bottom:22px;
  animation:expand 1.2s ease forwards;
  transform:scaleX(0);
  transform-origin:left;
}

.med-sub{
  font-family:"Inter",sans-serif;
  font-size:25px;
  color:#555;
  line-height:1.3;
  max-width:420px;
  animation:fadeUp 1.4s ease forwards;
  opacity:0;
}

/* RIGHT SIDE */
.med-right{
  background:#f7f7f7;
  padding:40px;
  border-radius:24px;
  font-family:"Inter",sans-serif;
  position:relative;
}

.med-right::after{
  content:"MED";
  position:absolute;
  font-size:140px;
  font-weight:700;
  color:#3B3B3B;
  opacity:.04;
  right:20px;
  bottom:-20px;
}

/* LIST */
.med-points{
  padding-left:20px;
}

.med-points li{
  font-size:17px;
  line-height:1.8;
  margin-bottom:18px;
  color:#333;
  animation:fadeUp .8s ease forwards;
  opacity:0;
  list-style: circle;
}

.med-points li:nth-child(1){animation-delay:.4s}
.med-points li:nth-child(2){animation-delay:.7s}
.med-points li:nth-child(3){animation-delay:1s}
.med-points li:nth-child(4){animation-delay:1.3s}

.med-points li::marker{
  color:#3B3B3B;
  font-size:20px;
}

/* animations */
@keyframes fadeUp{
  from{
    transform:translateY(40px);
    opacity:0;
  }
  to{
    transform:translateY(0);
    opacity:1;
  }
}

@keyframes expand{
  to{ transform:scaleX(1); }
}

/* RESPONSIVE */
@media(max-width:900px){

  .med-magazine{
    grid-template-columns:1fr;
    padding:40px 30px;
    gap:40px;
  }

  .med-title{
    font-size:42px;
  }

  .med-right{
    padding:30px;
  }

  .med-right::after{
    font-size:90px;
  }
}

@media(max-width:500px){

  .med-title{
    font-size:34px;
  }

  .med-points li{
    font-size:16px;
  }
}

/*  */
.indication-section{
  position:relative;
  padding:50px 20px;
  background:#ffffff;
  font-family:"Inter",sans-serif;
  overflow:hidden;
}

/* HUGE BACKGROUND TYPOGRAPHY */
.indication-bg-text{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  font-size:200px;
  font-weight:800;
  color:#3B3B3B;
  opacity:.04;
  white-space:nowrap;
  pointer-events:none;
}

/* WRAPPER GRID */
.indication-wrapper{
  max-width:1100px;
  margin:auto;
  display:grid;
  grid-template-columns:250px 1fr;
  gap:50px;
  align-items:center;
}

/* LEFT TITLE COLUMN */
.indication-title-box{
  border-left:5px solid #3B3B3B;
  padding-left:25px;
  animation:slideLeft 1s ease forwards;
  opacity:0;
}

.indication-label{
  font-size:16px;
  letter-spacing:3px;
  text-transform:uppercase;
  color:#777;
}

.indication-title{
  font-size:50px;
  margin-top:12px;
  color:#3B3B3B;
  font-weight:700;
}

/* FLOATING CARD */
.indication-card{
  background:#f8f8f8;
  padding:50px;
  border-radius:28px;
  box-shadow:0 35px 80px rgba(0,0,0,0.15);
  position:relative;
  animation:fadeUp 1.2s ease forwards;
  opacity:0;
}



/* LIST */
.indication-list{
  padding-left:22px;
  margin-bottom:35px;
}

.indication-list li{
  font-size:19px;
  margin-bottom:16px;
  color:#333;
  line-height:1.7;
  list-style: circle;
}

.indication-list li::marker{
  color:#3B3B3B;
  font-size:20px;
}

/* HIGHLIGHT STRIP */
.indication-highlight{
  font-size:22px;
  font-weight:600;
  padding:20px 25px;
  background:#3B3B3B;
  color:#fff;
  border-radius:14px;
  letter-spacing:.4px;
}

/* ANIMATIONS */
@keyframes fadeUp{
  from{transform:translateY(60px);opacity:0}
  to{transform:translateY(0);opacity:1}
}

@keyframes slideLeft{
  from{transform:translateX(-60px);opacity:0}
  to{transform:translateX(0);opacity:1}
}

/* RESPONSIVE */
@media(max-width:900px){

  .indication-wrapper{
    grid-template-columns:1fr;
    gap:40px;
  }

  .indication-title{
    font-size:38px;
  }

  .indication-card{
    padding:35px;
  }

  .indication-bg-text{
    font-size:120px;
  }
}

@media(max-width:500px){

  .indication-section{
    padding:80px 18px;
  }

  .indication-title{
    font-size:30px;
  }

  .indication-list li{
    font-size:16px;
  }

  .indication-highlight{
    font-size:18px;
  }

  .indication-bg-text{
    font-size:80px;
  }
}


.fx-tagline{
  text-align:center;
  margin-top:40px;
}

.fx-tagline h3{
  color:#c62828;
  font-weight:700;
  margin-bottom:8px;
}

.fx-tagline p{
  font-size:18px;
  color:#1a237e;
  font-weight:500;
}
