
:root {
  --black: #002C47;
  --white: #fff;
  --blue: #2B51A3;
  --light-blue: #476DBD;
  
  --light-bg: #EDF2F6;
  --dark-bg: #D9D9D9;
  
  --cream: #F4F0EC;
  --dark-cream: #EEEDEC;

  --outfit: 'Outfit';
  --dm-sans: 'DM Sans';  
}

.airflow_sec { padding: 100px 0; }
.airflow_div { grid-template-columns: 50% 1fr; gap: 60px; align-items: center; }
.airflow_pic {}
.airflow_pic img {
  width: 100%;
  border-radius: 10px;
  height: 400px;
  object-fit: cover;
  object-position: center;
}

.airflow_text {}
.airflow_text h2 { font-weight: 700; text-transform: uppercase; margin-bottom: 20px; }
.airflow_text p { color: var(--dim-black); margin-bottom: 25px; }
.airflow_text p strong {}

.rcvry_title { padding-top: 50px; }
.rcvry_title h3 { font-size: 28px; display: inline-block; max-width:750px; }


.surgery_sec { padding: 100px 20px; text-align: center; }
.surgery_sec::before { content: ""; width: 100%; height: 100%;

background: linear-gradient(
  rgba(0, 0, 0, 0.8),
  rgba(43, 81, 163, 0.6)
);

  position: absolute; left: 0; top: 0; }
.surgery_sec h2 { text-transform: uppercase; margin-bottom: 100px; color: var(--white); max-width: 767px; display: inline-block; line-height: 1.4; position: relative; }

.surgery_div { max-width: 1310px; }
.surgery_div ul { flex-wrap: wrap; }
.surgery_div ul li { width: 50%; padding: 25px 10px; }
.surgery_div ul li h3 { font-weight: 500; font-size: 32px; color: var(--white); }
.surgery_div ul li p { color: var(--white); font-size: 20px; }

.mediflow_boxes_sec { padding: 100px 0; }

.mediflow_boxes_div {  }
.mediflow_boxes_div h2 { text-transform: uppercase; margin-bottom: 15px; }
.mediflow_boxes_div p { margin-bottom: 80px; }

.mediflow_boxes_ul { gap: 15px; }
.mediflow_boxes_ul li { flex: 1; background: var(--light-bg); border-radius: 10px; padding: 30px; }
.mediflow_boxes_ul li span { background: var(--blue); width: 84px; height: 84px; border-radius: 10px; display: block; margin-bottom: 30px; display: flex; align-items: center; justify-content: center; }
.mediflow_boxes_ul li span img {  }
.mediflow_boxes_ul li h3 { font-size: 26px; font-weight: 500; margin-bottom: 10px; }
.mediflow_boxes_ul li small { font-family: var(--outfit); font-size: 15px; font-weight: 500; display: block; margin-bottom: 15px;}
.mediflow_boxes_ul li p { margin-bottom: 0; }

.hp_rcnt_prjct_sec { background: var(--blue); padding: 100px 0;  }

.hp_rcnt_prjct_title { margin-bottom: 40px; }
.hp_rcnt_prjct_title h2 { text-transform: uppercase; margin-bottom: 25px; color: var(--white); }
.hp_rcnt_prjct_title p { 
    /*max-width: 800px;*/
    color: var(--white);
}


.rcnt_slider_wrapper { position: relative; margin-bottom: 60px; }

.rcnt_slider_wrapper .swiper-wrapper { }

.rcnt_slider_wrapper .swiper-slide { height: auto; }

.rcnt_slider_wrapper .swiper-button-next.swiper-button-disabled, 
.rcnt_slider_wrapper .swiper-button-prev.swiper-button-disabled { opacity: 0; }

.rcnt_slider_wrapper .swiper-button-prev,
.rcnt_slider_wrapper .swiper-button-next { }

.rcnt_slider_wrapper .swiper-button-prev { background-image: url('../images/left_arrow.png'); left: -80px; width: 37px; height: 16px; background-repeat: no-repeat; background-size:cover;filter: invert(1); }
.rcnt_slider_wrapper .swiper-button-next  { background-image: url('../images/right_arrow.png'); right: -80px; width: 37px; height: 16px; background-repeat: no-repeat; background-size:cover;filter: invert(1); }

.swiper-button-prev::after,
.swiper-button-next::after { display: none; }


.projects { height: 100%; background: var(--light-bg); padding: 20px; border-radius: 10px; }

.projects_pic { position:relative; border-radius:10px; overflow:hidden; }
.projects_pic a { display: block; overflow: hidden; border-radius: 10px; /* height: 218px; */ }
.projects_pic a img { width: 100%; height: auto; border-radius: 10px; aspect-ratio: 16/9; object-fit: cover; object-position: center; /* position: absolute; top: 0; left: 0; */ }
/*.projects_pic a:hover img { scale: 1.1; }*/

.projects_pic a img.projects_pic_hver { opacity:0; visibility:visible; }
.projects_pic a:hover img.projects_pic_hver { opacity:1; visibility:visible; }

.before-after-side-by-side {
    display: flex;
    width: 100%;
    gap: 4px;
}
.ba-image {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.ba-image img {
    width: 100%;
    height: 180px; /* apni image height ke hisaab se adjust kar lena */
    object-fit: cover;
    display: block;
}

.ba-label {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #002c47; /* apni brand color daal dena */
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-sizing: border-box;
}

.childspan{padding: 10px; border: 1px solid #fff;}

.outcome-tiles {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 15px 0;
}

.outcome-tile {
    background: #f0f4f8;
    border-left: 3px solid #1a3f8f;
    padding: 10px 15px;
    flex: 1 1 100%;
    min-height: 65px;
  align-content: center;
}

.outcome-tile .tile-value {
    display: block;
    font-weight: 700;
    font-size: 18px;
    color: #1a3f8f;
}

.outcome-tile .tile-text {
    display: block;
    font-size: 16px;
    color: #333;
}








.projects_text { padding-top: 40px; }
.projects_text h3 a {
  margin-bottom: 20px;
  font-size: 24px;
  display: block;
  text-transform: uppercase;
}

.projects_text p { margin-bottom: 30px; }
.projects_text a { font-family: var(--dm-sans); font-weight: 700; font-size: 0; color: var(--black); text-decoration: none; }
.projects_text a:hover { color: var(--blue); text-decoration: underline; }
.projects_text h3 a:hover { text-decoration: none;color: var(--blue); }


.testimonial_sec { padding: 100px 0; overflow-x: hidden; }

.testimonial_div { grid-template-columns: 600px 1fr; gap: 50px; align-items: center; }

.testimonial_left { max-width: 600px; }
.testimonial_left h2 { text-transform: uppercase; line-height: 1; margin-bottom: 80px; }
.testimonial_left ul { grid-template-columns: 1fr 1fr; gap: 30px; }
.testimonial_left ul li { width: 100%; border-radius: 10px; background: var(--light-bg); padding:30px 5px; text-align: center; }
.testimonial_left ul li h3 { font-size: 45px; margin-bottom: 10px; }
.testimonial_left ul li p { font-size: 16px; }

.testimonial_right { max-width: 56%; position: relative;background: var(--light-bg); padding: 60px 50px; border-radius: 10px 0 0 10px; }

.testimonial_right::before { content: ""; width: 100%; height: 100%; background: var(--light-bg); position: absolute; right: -600px; top: 0;z-index: -1; }


.testimonial_slider { overflow: hidden; }
.testimonial_slide { margin-bottom: 30px; }
.testimonial_slide h2 { margin-bottom: 15px; }
.testimonial_slide h3 { font-size: 20px; margin-bottom: 25px; }
.testimonial_slide p { font-size: 20px; margin-bottom: 15px; }


.testi_swiper_btns { width: 100%; float: left; display: flex; justify-content: end; }
.testimonial_right .testimonial_prev { background-image: url('../images/left_arrow.png'); left: auto; right: 0; width: 37px; height: 16px; background-repeat: no-repeat; background-size:cover; margin-right: 20px; }
.testimonial_right .testimonial_next  { background-image: url('../images/right_arrow.png'); right: 0; width: 37px; height: 16px; background-repeat: no-repeat; background-size:cover; }


/* footer start */

.hp_news_sec { padding: 100px 0; background: var(--dark-bg); }

.hp_news_top_text { margin-bottom: 50px; }
.hp_news_top_text h2 { font-weight: 700; margin-bottom: 7px; text-transform: uppercase; }
.hp_news_top_text p { font-weight: 300; font-size: 20px; }

.hp_news_div {  }
.hp_news_div ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.hp_news_div ul li { background: var(--light-bg); border-radius: 10px; }

.hp_news { overflow: hidden; border-radius: 10px; }
.hp_news a { }
.hp_news a span {overflow: hidden; display: block; }

.hp_news a img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
  aspect-ratio: 16/8;
  object-fit: cover;
  object-position: top;
}

.hp_news_text { padding: 30px; }
.hp_news_text h3 { font-weight: 700; font-size: 15.6px; color:  var(--blue); margin-bottom: 20px; text-transform: uppercase; }
.hp_news_text h4 { font-family: var(--dm-sans); font-size: 22px; font-weight: 400; }

.hp_news a:hover img { scale: 1.1; }
.hp_news a:hover .hp_news_text h4 { color: var(--blue); }

.start_project { padding: 95px 20px; display: flex; align-items: center; justify-content: space-around; gap: 20px; background-position: center; }
.start_project h2 { font-family: var(--dm-sans); color: var(--white); font-size: 40px; font-weight: 500; max-width: 720px;}
.start_project a { cursor: pointer; }

.ftr_sec { background: var(--white); }

.ftr_div { padding: 70px 0; grid-template-columns: repeat(3, 1fr); gap: 50px; }

.ftr_logo { text-align: center; }
.ftr_logo img { width: 262px; height: auto; margin-bottom: 26px; }
.ftr_logo p { font-size: 22px; }

.ftr_social { width: 100%; float: left; margin-top: 20px; }
.ftr_social li { float: left; margin-right: 10px; }
.ftr_social li a { color: var(--blue); font-size: 36px; }
.ftr_social li a:hover { color: var(--black); }

.newsletter p { font-size: 18px; color: var(--white); font-weight: 300; margin-bottom: 30px; }

.iso { width: 100%; float: left; text-align: center; margin-top: 20px; }
.iso ul { display: flex; justify-content: center; gap: 15px; }
.iso ul li {}
.iso ul li img { height: 70px; width: auto; margin: 0; }

.ftr_links { padding:0 30px; }

.ftr_links_padding_left { padding-left: 100px; }

.ftr_links h2,
.newsletter h2 { font-family: var(--dm-sans); font-size: 22px; color:  var(--black); font-weight: 700; margin-bottom: 25px; }
.ftr_links ul {}
.ftr_links ul li { margin-bottom: 15px; }
.ftr_links ul li a { font-family: var(--dm-sans); font-size: 16px; font-weight: 500; color:  var(--blue); /* letter-spacing: 2.4px; */ }
.ftr_links ul li a:hover { color:  var(--black); }

.newsletter {}
.newsletter form { width: 100%; float: left; position: relative; }

.newsletter form .ginput_container_email { width: 100%; float: left; }
.newsletter form .ginput_container_email input[type="email"] {
  width: 100%;
  float: left;
  background: #dddddd;
  height: 50px;
  padding: 0 100px 0 20px;
  border-radius: 50px;
}

.newsletter form .gfield--input-type-checkbox {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.newsletter .gform_footer { position: absolute; right: 0; top: 0; width: 100px; text-align: center; }

.newsletter .gform_footer input[type="submit"], .newsletter .gform_footer input[type="image"] {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #2B51A3;
  height: auto;
  border-radius: 50px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  background-size: 20px;
  width: auto;
  padding: 11px 32px 11px 40px;
}

.newsletter .gform_footer input[type="submit"]:hover, 
.newsletter .gform_footer input[type="image"]:hover { background: #000; }

/* Container font size */
.newsletter .gfield_checkbox {
    font-size: 12px;
    display: flex;
    align-items: center;
}

/* Hide the default checkbox */
.newsletter .gfield_checkbox input[type="checkbox"] {
    display: none;
}

/* Custom checkbox */
.newsletter .gfield_checkbox label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    user-select: none; letter-spacing: 3px; text-align: left;
}

/* Create the custom box */
.newsletter .gfield_checkbox label::before {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    /*transform: translateY(-50%);*/
    width: 20px;
    height: 20px;
    border: 2px solid var(--blue);
    border-radius: 2px;
    background: #fff;
    transition: all 0.2s ease;
}

/* Checkmark */
.newsletter .gfield_checkbox input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    left: 8px;
    top: -1px;
    width: 6px;
    height: 12px;
    border: solid var(--blue);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Hover effect */
.newsletter .gfield_checkbox label:hover::before {
    background: #ffe5e5;
}

.ftr_btm { background: var(--blue); padding: 27px 0; }
.ftr_btm p { font-size: 16px; color: var(--white); }

/* footer end */

/* about page start */
.airflow_sec_ourstory { background: var(--light-bg); }

.story_box_div { grid-template-columns: 1fr 1fr; gap: 20px; }
.story_box { background: var(--white); border-radius: 10px; padding: 30px; }
.story_box h3 { font-size: 24px; text-transform: uppercase; margin-bottom: 20px; }
.story_box h3 span { width: 55px; height: 34px; background: var(--blue); float: left; margin-right: 15px; border-radius: 10px; text-align: center; line-height: 30px; }
.story_box h3 span i { color:  var(--white); font-size: 16px; }
.story_box p { font-size: 16px; }

.rating_div { margin-top: 50px; }
.rating_div ul {}
.rating_div ul li { width: 100%; border-right: 1px solid #000; }
.rating_div ul li:last-child { border-right: 0; }
.rating_div ul li h2 { font-size: 46px; margin-bottom: 10px; }
.rating_div ul li p { font-size: 14px; }

.brand_value_sec { padding: 80px 0; background-position:center; }
.brand_value_sec::before  { content: ""; width: 100%; height: 100%;

background: linear-gradient(
  rgba(0, 0, 0, 0.8),
  rgba(43, 81, 163, 0.6)
);

  position: absolute; left: 0; top: 0; }

.brand_value { }
.brand_value h2 { font-size: 36px; color: var(--white); text-transform: uppercase; margin-bottom: 15px; }
.brand_value p { color: var(--white); margin-bottom: 100px; }
.brand_value ul { gap: 70px; }
.brand_value ul li { width: 100%; float: left; }
.brand_value ul li img { width: auto; height: auto; margin-bottom: 15px; }
.brand_value ul li h3 {  color: var(--white); font-size: 28px; margin-bottom: 10px; }
.brand_value ul li p { color: var(--white); margin-bottom: 0;  }

.meet_our_team_sec { padding: 100px 0; }
.meet_our_team {}
.meet_our_team h2 { margin-bottom: 20px; text-transform: uppercase; }
.meet_our_team p { max-width: 622px; margin: 0 auto 70px; }
.meet_our_team p:last-child { margin-bottom: 0px; }

.meet_our_team ul { /*grid-template-columns: repeat(3, 1fr);*/ row-gap:30px; column-gap: 15px; max-width: 1199px; margin: 0 auto; }
.meet_our_team ul li { background: var(--light-bg); border-radius: 10px; padding: 0; width: calc(33.333% - 12px);}

.team_card { padding-bottom: 30px; }
.team_card span { width: 100%; float: left; margin-bottom: 30px; }
.team_card span img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
}
.team_card h3 { font-size: 24px; margin-bottom: 10px; padding: 0 10px; }
.team_card h4 { font-size: 18px; font-weight: 300; margin-bottom: 20px; /*min-height: 50px;*/ padding: 0 10px; }
.team_card ol { padding: 0 10px;}
.team_card ol li { width: auto; float: none; display: inline-block; margin: 0; padding: 0; }
.team_card ol li a { color: var(--blue); font-size: 36px; }
.team_card ol li a:hover { color: var(--black); }

/* about page end */

/* our projects page start */

.our_projects_sec { padding: 100px 0; }

.our_projects_title {}
.our_projects_title h2 { text-transform: uppercase; margin-bottom: 20px; }
.our_projects_title p { margin-bottom: 80px; }

.our_projects_div { grid-template-columns: repeat(3, 1fr); gap: 50px; }

.arrow_btn { min-width: 70px; height: 44px; color: var(--white); text-decoration: none; border-radius: 10px; float: right; }
.arrow_btn i { color: var(--white); font-size: 24px; }

/* our projects page end */

/* news page start */

.hp_news_sec_news_page { background: var(--white); }



.pagi { margin: 50px 0 100px; }
.pagi .page-numbers {display: inline-flex;align-items: center;justify-content: center;width: 50px;height: 50px;border: 1px solid var(--blue);border-radius: 50px; font-size: 18px; color: var(--blue);text-decoration: none;margin:0 2px;transition: all 0.3s ease; }

.pagi .page-numbers:hover,
.pagi .page-numbers.current {background-color: var(--blue);color: #fff;border: 1px solid var(--blue); }

.pagi .prev,
.pagi .next { width: 130px; font-weight: 500; }

/* news page end */

/* news detail page start */
.news_dtl_sec { padding: 100px 0; }
.news_dtl_sec .container { max-width: 1280px; }

.news_dtl_div {}
.news_dtl_div h1 { font-size: 30px; margin-bottom: 30px; text-transform: uppercase; }
.news_dtl_div h2 { text-transform: uppercase; margin:10px 0 15px; width: 100%; float: left; }
.news_dtl_div p { margin-bottom: 20px; }
.news_dtl_div img { width: 100%; height: auto; margin-bottom: 25px; border-radius: 10px; }
.news_dtl_div ul { width: 100%; float: left; margin-bottom: 25px; padding-left: 25px; }
.news_dtl_div ul li { list-style: disc; margin-bottom: 8px; }



.np_div { gap:30px; }

.np { max-width:50%; border-bottom:1px solid #2C3E50; padding-bottom: 20px; }
.np a { display: flex; justify-content: space-between; align-items: center; gap: 10px; text-decoration: none; }
.np a span {
  display: flex;
  align-items: center;
  gap: 20px;
}
.np a span img { width: 138px; height:90px; object-fit:cover; object-position:center; border-radius:10px; float: left; }
.np a span h2 { font-size: 18px; font-weight: 400; line-height:1.1; max-width:304px; }
.np a h3 { font-size: 22px; font-weight: 400; }

.np02 a span h2 { text-align:right; }
.np a:hover span h2 { color: var(--blue); }

/* news detail page end */

/* contact page start */

.two_box_sec { padding: 0 0 50px; }
.two_box_sec .container { max-width: 1240px; }


.assessment-options {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 28px;
    align-items: stretch;
}

.assessment-card {
    position: relative;
    background: rgb(237, 242, 246);
    border-radius: 10px;
    padding: 44px 40px;
    /* box-shadow: rgba(27, 47, 94, 0.08) 0px 20px 50px; */
    overflow: hidden;
}

.assessment-card h3 {
    position: relative;
    
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 16px;
    color: rgb(27, 47, 94);
}

.assessment-card p {
    position: relative;
    font-size: 17px;
    line-height: 1.65;
    color: rgb(75, 90, 122);
    margin: 0;
}

.assessment-or {
    display: flex;
    align-items: center;
    justify-content: center;
}

.assessment-or span {
    
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 0.08em;
    color: #fff;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgb(46, 76, 160);
    box-shadow: rgba(27, 47, 94, 0.12) 0px 12px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.assessment_btm_text { padding: 40px 0 0; }
.assessment_btm_text p  { max-width: 700px; margin: 0 auto; font-size: 22px; }


.page-id-332 .bnr_btm_text_sec { padding-bottom: 20px; }

.contact_new_sec .container { max-width: 1240px; }

.contact_sec { align-items: center; padding: 0 0 100px;align-items: stretch; }

.contact_info_main { max-width: 38%; background: var(--blue); padding: 50px; display: flex; align-items: center; border-radius: 10px 0 0 10px; }
/*.contact_info { max-width: 400px; }*/
.contact_info h2 {  color: var(--white);text-transform: uppercase; margin-bottom: 10px; }
.contact_info h3 {
    color: var(--white);
    font-size: 20px;
    margin-bottom: 50px;
    font-weight: 300;
}
.contact_info ul { width: 100%; float: left; margin-bottom: 20px; }
.contact_info ul li { width: 100%; float: left; margin-bottom: 20px; }
.contact_info ul li a { color: var(--white); font-family: var(--dm-sans); font-size: 22px; font-weight: 300; text-decoration: none; display: grid; grid-template-columns: 40px 1fr; max-width: 450px; }
.contact_info ul li a:hover { color: var(--dark-bg); }

.contact_info ol { width: 100%; float: left; }
.contact_info ol li { float: left; }
.contact_info ol li a { font-size: 36px; }
.contact_info ol li a:hover { color: var(--dark-bg);}

.contact_form { background: var(--light-bg); display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 50px; border-radius: 0 10px 10px 0; }
/* .contact_form ul {}
.contact_form ul li { width: 100%; float: left; margin-bottom: 20px; }
.contact_form ul li input[type="text"] { width: 100%; float: left; background: #fff; height: 64px; border-radius: 8px; border: 1px solid #D8D8D8; font-family: var(--dm-sans); color: #494949; font-size: 16px; padding: 0 25px; } */

.contact_form .gform_footer { width: 100%; float: left; margin-top: 20px; }
.contact_form .gform_footer input[type="submit"] { width: 100%; float: left; height: 64px; background: var(--blue); font-family: var(--dm-sans); font-size: 22px; color: var(--white); border: 0; border-radius: 6px; }
.contact_form .gform_footer input[type="submit"]:hover { background: #000; }


.gform_heading { display: none; }
.contact_form .gfield_label { font-size: 18px; margin-bottom: 8px; }

.contact_form .gform_fields {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* First 4 fields = 50% */
.contact_form .gfield--width-half {
    width: calc(50% - 10px);
}

/* 5th field = full width */
.contact_form .gfield--width-full {
    width: 100%;
}

/* Input styling (your given style) */
.contact_form input[type="text"],
.contact_form input[type="email"] {
    width: 100%;
    background: #fff;
    height: 64px;
    border-radius: 6px;
    border: 1px solid #D8D8D8;
    font-family: var(--dm-sans);
    color: #494949;
    font-size: 16px;
    padding: 0 25px;
}

/* Textarea styling */
.contact_form textarea {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #D8D8D8;
    font-family: var(--dm-sans);
    color: #494949;
    font-size: 16px;
    padding: 15px 25px; height: 148px; resize: none;
}



/* contact page end */

/* project detail page start */

.bnr_des { position: absolute; left: 50px; bottom: 25px; z-index: 1; }
.bnr_des h1 { text-transform: uppercase; font-size: 30px; margin-bottom: 10px; color: #fff; }
.bnr_des h1:last-child { margin-bottom: 0; }
.bnr_des p {  color: #fff; }


.project_slider_sec { align-items: center; padding: 0 0 140px; }

.project_slider_div { max-width: 52%; border-radius: 0 10px 10px 0; overflow: hidden; }

.project_slider {}

.slider_pic { border-radius: 0 10px 10px 0; height: 770px; }
.slider_pic img { border-radius: 0 10px 10px 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }


.project_slider_text_main { background: var(--blue); display: flex; flex-direction: column; justify-content: center; min-height: 600px; max-width: 48%; padding: 0 90px; }
.project_slider_text { max-width: 685px; }

 .project_slider_text h2 { font-size: 30px; margin-bottom: 20px; color: var(--white); text-transform: uppercase; }
 .project_slider_text h3 { font-size: 22px; color: var(--white); font-weight: 500; }
 .project_slider_text p { color: var(--white); margin: 10px 0; font-weight: 300; }

.project_slider_text ul { width: 100%; float: left; margin-top: 20px; padding-left: 20px; }
.project_slider_text ul li { width: 100%; float: left; font-family: var(--dm-sans); font-weight: 400; color: var(--white); margin-bottom: 10px; list-style: disc; }


/* .project_slider .swiper_btns { width: 170px; position: absolute; right: 0; bottom: 0; left: auto; } */


.project_slider .swiper-button-prev { background-image: url('../images/left_arrow.png'); left: auto; right: 110px; bottom: 20px; top: auto; width: 80px; height: 60px; background-repeat: no-repeat; background-size:auto; background-position: center; filter: invert(1); border: 3px solid #000; border-radius: 10px; }

.project_slider .swiper-button-next  { background-image: url('../images/right_arrow.png'); right: 20px; 
  bottom: 20px; top: auto; width: 80px; height: 60px;  background-repeat: no-repeat; background-size:auto; background-position: center; filter: invert(1); border: 3px solid #000; border-radius: 10px; }

.project_slider .swiper-button-prev:hover,
.project_slider .swiper-button-next:hover { filter: invert(0); }

.scope_sec { background: var(--light-bg); padding: 80px 0; }

.scope_div {}
.scope_div h2 { font-size: 36px; text-transform: uppercase; margin-bottom: 15px; }
.scope_div h3 { font-size: 28px; }
.scope_div h4 { font-size: 30px; margin-bottom: 40px; }
.scope_div p { margin-bottom: 60px; max-width: 1100px; }
.scope_sec ul { width: 100%; float: left; display: grid; grid-template-columns: repeat(2, 1fr); gap: 35px; }
.scope_sec ul li { width: 100%; float: left; background: var(--white); border-radius: 10px; padding: 30px 30px 10px; min-height: 200px; }
.scope_sec ul li:hover { box-shadow: 0 0 5px 0 #c1c1c1; }
.scope_sec ul li h5 { font-size: 24px; position: relative; padding-left: 70px; margin-bottom: 20px; }
.scope_sec ul li h5::before { content: ""; width: 55px; height: 40px; background: var(--blue); border-radius: 10px; position: absolute; top: -3px; left: 0; width: 55px; height: 40px; }
.scope_sec ul li p { margin-bottom: 0; max-width: 100%; }

.key_sec { background: var(--light-bg); padding: 100px 0 80px; margin-bottom: 150px; }
.key_sec h2 { margin-bottom: 40px; text-transform: uppercase; }

.range_tabs { grid-template-columns:500px 1fr; gap:80px; }
.tabs_title {}
.tabs_title ul {}
.tabs_title ul li {margin-bottom: 25px; }
.tabs_title ul li a { font-size: 28px; color: var(--black); font-weight: 500; text-decoration: none; padding: 30px 20px 30px 55px; display: block; position: relative; border:1px solid #000; border-radius: 10px;  }

.tabs_title ul li a::before { content: ""; position: absolute; right: 40px; top: 40%; 
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px; transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
 }

.tabs_title ul li a.active { background: var(--blue); border-color: var(--blue); color: #fff; border-radius: 10px; }
.tabs_title ul li a.active::before { border: solid #fff;border-width: 0 2px 2px 0; }

.tabs_des {}
.tabs_des .tab-pane {}
.tabs_des .tab-pane p { margin-bottom: 30px; }
.tabs_des .tab-pane ul { width: 100%; float: left; padding-left: 20px; }
.tabs_des .tab-pane ul li { font-family: var(--dm-sans); font-size: 20px; margin-bottom: 15px; list-style: disc; }


.uniform_sec { flex-direction: row-reverse; }
.uniform_sec .slider_pic img { border-radius: 10px 0 0 10px; }

/* project detail page end */

/* Enquiry Form start  */

.enquiry_form { /*max-width: 900px;*/ }
.enquiry_form .modal-dialog { max-width: 700px; text-align: center; }
.enquiry_form .modal-content { padding:50px 30px; background-color: var(--light-bg); }
.enquiry_form .modal-content .btn-close { position: absolute; right: 20px; top: 20px; font-size: 20px; color: var(--black); cursor: pointer; opacity: 1; }
.enquiry_form .gform_heading h2 { text-transform: uppercase; margin-bottom: 40px; }


.enquiry_form .gform_footer { width: 100%; float: left; margin-top: 20px; }
.enquiry_form .gform_footer input[type="submit"] {width: 100%; float: left; height: 64px; background: var(--blue); font-family: var(--dm-sans); font-size: 22px;color: var(--white); border: 0; border-radius: 6px;}

.enquiry_form .gform_footer input[type="submit"]:hover { background: #000; }


.enquiry_form .gform_fields { display: flex; flex-wrap: wrap; gap: 20px; }

.enquiry_form .gform_fields .gfield:nth-child(-n+4) { width: calc(50% - 10px); }
.enquiry_form .gform_fields .gfield:nth-child(n+5) { width: 100%; }
.enquiry_form .gform_fields .gfield label { display: none; }

.enquiry_form input[type="text"],
.enquiry_form input[type="email"] {width: 100%;background: #fff;height: 54px;border-radius: 6px;border: 1px solid #D8D8D8;font-family: var(--dm-sans);color: #494949;font-size: 16px;padding: 0 25px;}

.enquiry_form textarea {width: 100%;background: #fff;border-radius: 6px;border: 1px solid #D8D8D8;font-family: var(--dm-sans);color: #494949;font-size: 16px;padding: 15px 25px;height: 148px;resize: none; }


/* Enquiry Form end  */

/* Tools Page start */

.tools_btn_sec { padding: 100px 0; }

.tools_btn_div { grid-template-columns: repeat(3, 1fr); gap: 40px; }

.speed { background: #EDF2F6; border-radius: 20px; padding: 30px 30px 110px; position: relative; }

.speed span { width: 90px; height: 90px; background: var(--blue); border-radius: 10px; text-align: center; line-height: 90px; display: block; margin-bottom: 40px; }
.speed span img { width: auto; height: auto; }
.speed h2 { margin-bottom: 20px; }
.speed p { margin-bottom: 20px; }
.speed a {
  width: 88%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0 auto;
}

.tools_tmplt_sec { width: 100%; float: left; padding: 100px 20px; }


/* Tools Page end */





/* our solutions  */
:root {
    --mf-blue: #1a3f8f;
    --mf-blue-dark: #142f6b;
    --mf-bg-light: #eef3f8;
    --mf-white: #ffffff;
    --mf-text: #333333;
}

/* .section-text {
    color: var(--mf-text);
    font-size: 15px;
    line-height: 1.7;
    max-width: 900px;
} */

/* Part 1: Intro */
.solutions-intro {
    padding: 60px 0 30px;
    text-align: center;
}
.solutions-intro .section-text { margin: 0 auto; }

/* Part 2: X-Series Intro */
.xseries-intro {
    background: var(--mf-bg-light);
    padding: 60px 0;
}
.xseries-intro-grid {
   /* display: flex;
    gap: 40px;
    align-items: center;*/
    margin-bottom: 30px;
}
.xseries-intro-text h2, .xseries-intro-text p{
    text-align: center;
}
/*.xseries-intro-text, .xseries-intro-image { flex: 1; }*/
.xseries-intro-image img {
    width: 100%;
    border-radius: 6px;
}

.feature-tiles { display: grid; grid-template-columns: 385px 1fr; gap: 50px; }

.feature-tile { margin-bottom: 15px;
    background: var(--mf-white);
    border-left: 4px solid var(--mf-blue);
    padding: 15px 20px;
}
.feature-tiles .feature-tile p{text-align: left;}
.feature-tile .tile-label {
    display: block;
    font-weight: 700;
    color: var(--mf-blue-dark);
    margin-bottom: 4px;
}
.feature-tile p {
    margin: 0;
    font-size: 14px;
    color: var(--mf-text);
}

/* Part 3: Why Choose X Series */
/* .why-choose-xseries {
    padding: 60px 0;
    text-align: center;
}

.why-choose-xseries h2 { margin-bottom: 10px; }

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    text-align: left;
    margin-top: 30px;
}
.why-block {
    background: var(--mf-bg-light);
    padding: 25px;
    border-radius: 10px;
}
.why-block:hover  { background: #edf0f2; }
.why-block h3 {
    font-size: 22px;
    margin-bottom: 15px;
}
.why-block ul { padding-left: 18px; }
.why-block ul li {
    list-style: disc;
    font-size: 18px;
    margin-bottom: 15px;
}
*/

.why-image {
    margin-top: 40px;
}
.why-image img {
    width: 100%;
    border-radius: 10px;
} 

.x-benefits {
    background: #fff;
    padding: 60px 0;
}


/* HEADING */

.x-benefits-heading {
    max-width: 700px;
    margin: 0 auto 55px;
    text-align: center;
}

.x-eyebrow {
    display: inline-block;
    margin-bottom: 12px;

    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2px;

    color: var(--blue);
}

.x-benefits-heading h2 {
    margin: 0 0 10px;
    line-height: 1.15;
}

.x-benefits-heading h2 sup {
    font-size: 14px;
    top: -0.8em;
}

.x-benefits-heading p {
    margin: 0;

    color: #536978;
    font-size: 22px;
    line-height: 1.5;
}


/* GRID */

.x-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}


/* CARD */

.x-feature-card {
    position: relative;
    overflow: hidden;

    background: #ffffff;

    border: 1px solid #dae6ed;
    border-radius: 16px;

    padding: 30px;

    min-height: 390px;
    box-shadow: 0 22px 45px rgba(0, 44, 71, .09);
    display: flex;
    flex-direction: column;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}


/* Different from basic grey boxes */
.x-feature-card::before {
    content: "";

    position: absolute;
    top: 0;
    left: 0;

    width: 5px;
    height: 100%;

    background: linear-gradient(90deg, #839CD3, #839CD3);

    transition: width .3s ease;
}

.x-feature-card:hover {
/*     transform: translateY(-6px); */

    border-color: #c5dce9;

    box-shadow:
        0 22px 45px rgba(0, 44, 71, .09);
}

/* .x-feature-card:hover::before {
    width: 8px;
}
 */

/* TOP AREA */

.x-feature-top {
    display: flex;
    align-items: flex-start;
    gap: 18px;

    margin-bottom: 27px;
}


/* NUMBER */

.x-feature-number {
    width: 52px;
    height: 52px;

    flex: 0 0 52px;

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

    border-radius: 14px;

    background: #e7f2f8;
    color: var(--black);

    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
}


/* SMALL LABEL */

.x-feature-label {
    display: block;

    margin-bottom: 5px;

    color: #6f8390;

    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;

    text-transform: uppercase;
    letter-spacing: 1.3px;
}


/* TITLE */

.x-feature-title h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.25;
}


/* POINT CONTAINER */

.x-feature-points {
    border-top: 1px solid #e5edf2;
}


/* EACH BENEFIT IS NOW A ROW */

.x-point {
    display: grid;

    grid-template-columns: 32px 1fr;
    gap: 13px;

    align-items: flex-start;

    padding: 18px 0;

    border-bottom: 1px solid #e5edf2;
}


/* ICON */

.x-point-icon {
    width: 30px;
    height: 30px;

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

    border-radius: 8px;

    background: #edf6fa;
    color: var(--black);

    margin-top: 1px;
}

.x-point-icon svg {
    width: 15px;
    height: 15px;

    fill: none;

    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* POINT TEXT */

.x-point p {
    margin: 0;
    font-size: 18px;
    line-height: 1.52;
}


/* HOVER INDIVIDUAL POINT */

.x-point {
    transition:
        padding-left .25s ease,
        background-color .25s ease;
}

/* .x-point:hover {
    padding-left: 8px;
}

.x-point:hover .x-point-icon {
    background: #0878ba;
    color: #ffffff;
} */


/* TABLET */

@media (max-width: 1100px) {

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

}


/* MOBILE */

@media (max-width: 700px) {

    .x-benefits {
        padding: 65px 0px;
    }

    .x-benefits-heading {
        margin-bottom: 40px;
    }


    .x-benefits-heading p {
        font-size: 16px;
    }

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

    .x-feature-card {
        min-height: auto;
        padding: 25px 22px 22px;
    }

    .x-feature-title h3 {
        font-size: 20px;
    }

    .x-point p {
        font-size: 15px;
    }

}


/* VERY SMALL MOBILE */

@media (max-width: 400px) {

    .x-feature-top {
        gap: 13px;
    }

    .x-feature-number {
        width: 45px;
        height: 45px;

        flex-basis: 45px;
    }

    .x-point {
        grid-template-columns: 27px 1fr;
        gap: 10px;
    }

    .x-point-icon {
        width: 27px;
        height: 27px;
    }

}


/* Part 4: Config Options */

.xseries-config {}
.xseries-config h2 { margin-bottom: 15px; }


.xseries-config .container p {
    text-align: center;
    max-width: 980px;
    margin: 0 auto 20px;
    font-size: 22px;
}

.config-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin-top: 40px;
    text-align: left;
    margin-bottom: 30px;
}

/* Main category card */
.config-category {
    position: relative;
    width: 100%;
    padding: 28px;
    background: #ffffff;
    border: 1px solid #e4e9ef;
    border-radius: 18px;
    box-sizing: border-box;
    box-shadow: 0 10px 35px rgba(20, 40, 70, 0.07);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
    overflow: hidden;
}

/* Decorative top line */
.config-category::before {
    content: "";
    position: absolute;
    top: 0;
    left: 28px;
    right: 28px;
    height: 4px;
    background: linear-gradient(90deg, #406BC8, #839CD3);
    border-radius: 0 0 5px 5px;
}

.config-category:hover {
    transform: translateY(-5px);
    border-color: #b8dfe1;
    box-shadow: 0 18px 45px rgba(20, 40, 70, 0.12);
}

/* Category heading */
.config-category-title {
    position: relative;
    padding-bottom: 16px;
    color: #152536;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
}

/* .config-category-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42px;
    height: 3px;
    background: linear-gradient(90deg, #406BC8, #839CD3);
    border-radius: 10px;
} */

/* Options container */
.config-options {
    display: grid;
    grid-template-columns: repeat(
        auto-fit,
        minmax(min(145px, 100%), 1fr)
    );
    gap: 16px;
    width: 100%;
}

/* Individual option */
.config-option {
    position: relative;
    width: 100%;
    min-width: 0;
    padding: 10px 10px 15px;
    background: #f7f9fb;
    border: 2px solid transparent;
    border-radius: 14px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease;
}

.config-option:hover {
    transform: translateY(-4px);
    background: #ffffff;
    border-color: var(--blue);
    box-shadow: 0 10px 25px rgba(22, 139, 157, 0.14);
}

/* Image box */
.config-option img {
    display: block;
    width: 100%;
    height: 180px;
    aspect-ratio: auto;
    object-fit: contain;
    padding: 12px;
    background: #ffffff;
    border-radius: 10px;
    box-sizing: border-box;
    transition: transform 0.3s ease;
}

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

/* Option text */
.config-option span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-top: 12px;
    color: #213547;
    font-size: 16px;
    font-weight: 650;
    line-height: 1.35;
}

/* Optional selected style */
.config-option.active,
.config-option.selected {
    background: #effafb;
    border-color: #168b9d;
    box-shadow: 0 10px 25px rgba(22, 139, 157, 0.16);
}

.config-option.active::after,
.config-option.selected::after {
    content: "✓";
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: #ffffff;
    background: #168b9d;
    border: 3px solid #ffffff;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(22, 139, 157, 0.3);
}

/* Tablet */
@media screen and (max-width: 1024px) {
    .config-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .config-options {
        grid-template-columns: repeat(
            auto-fit,
            minmax(170px, 1fr)
        );
    }
}

/* Mobile */
@media screen and (max-width: 600px) {
    .config-grid {
        gap: 18px;
        margin-top: 25px;
    }

    .config-category {
        padding: 24px 18px 20px;
        border-radius: 14px;
    }

    .config-category::before {
        left: 18px;
        right: 18px;
    }

    .config-category-title {
        margin-bottom: 18px;
        font-size: 20px;
    }

    .config-options {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .config-option {
        padding: 7px 7px 12px;
        border-radius: 11px;
    }

    .config-option img {
        height: 130px;
        padding: 8px;
    }

    .config-option span {
        min-height: 42px;
        margin-top: 9px;
        font-size: 14px;
    }
}

/* Very small screens */
@media screen and (max-width: 380px) {
    .config-options {
        grid-template-columns: 1fr;
    }

    .config-option img {
        height: 180px;
    }
}

/* Part 5: Coming Soon */
.coming-soon-bg {
    background-size: cover;
    background-position: center;
    padding: 90px 0;
    position: relative;
}
.coming-soon-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    /*background: rgba(20, 47, 107, 0.75);*/
    background-color: #eef3f8;
}
.coming-soon-bg .container {
    position: relative;
    z-index: 2;
    color: #fff;
}
.coming-soon-bg h2 { margin-bottom: 15px; }
.coming-soon-bg p { margin: 0 0 25px; }
.coming-soon-main{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}
.coming-soon-text{
    width: 50%;
}
.coming-soon-img{
    width: 45%;
}
.coming-soon-main .coming-soon-img img{
    width: 100%; border-radius: 10px;
}
.coming-soon-text .insight-cta{
    max-width: 460px;
} 


@media (max-width: 767px) {
    .xseries-intro-grid { flex-direction: column; }
    .why-grid { grid-template-columns: 1fr; }
}





/* problem ssi state home section  */

.ssi-stats {
    padding: 60px 0;
    text-align: center;
}

.ssi-stats h2 { margin: 0 0 15px; }

.stats-tile-box {
    background: var(--mf-blue-dark);
    border-radius: 10px;
    padding: 40px 20px;
}

.stats-tile-box-row { display: flex; justify-content: space-evenly; row-gap: 30px; margin-bottom: 30px;}
.stat-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 30px;
    max-width: 300px;
    width: 100%;
    border-right: 1px solid #fff;
}
.stat-tile:last-child { border: 0; }

.stat-number {
    font-size: 30px;
    font-weight: 700;
    color: #6fb8f2; /* light blue/cyan accent, matches reference image */
    margin-bottom: 12px;
    line-height: 1.1; display: flex; gap: 5px;
}

.stat-tile-highlight .stat-number {
    color: #ffffff; /* brighter/white for the highlighted A$323.5M tile */
}

.stat-number a {
    font-size: 13px;
    color: #b8cbe6;
    margin-left: 2px;
    font-weight: 400;
}

.stat-label {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
}

.stat-label strong {
    color: #ffffff;
}

.stats-supporting-line {
    max-width: 700px;
    margin: 0 auto 35px;
    font-size: 18px;
    color: var(--mf-text);
    line-height: 1.7;
}

.stats-tile-box p { color: var(--white); font-size: 16px;}

/* Footnotes — footer of the whole page */
.page-footnotes {
    padding: 30px 0;
    border-top: 1px solid #e0e6ee;
}

.page-footnotes p {
    font-size: 11px;
    font-style: italic;
    color: #999999;
    line-height: 1.6;
    margin-bottom: 6px;
}

/* @media (max-width: 900px) {
    .stats-tile-box-row {
        grid-template-columns: repeat(2, 1fr);
    }
} */






/* insight to solution home page section  */

.insight-solution {
    padding: 70px 0;
    background: var(--mf-bg-light);
}

.insight-grid {
    display: flex;
    gap: 50px;
    align-items: center;
}

.insight-text, .insight-image {
    flex: 1;
}

.insight-text .section-title {
    margin-bottom: 20px;
}

.insight-text p {
    margin-bottom: 30px;
}

.insight-image img {
    width: 100%;
    border-radius: 6px;
    height: 500px;
    object-fit: cover;
    object-position: center;
}

.insight-cta-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.insight-cta {
    display: flex;
    flex-direction: column;
    background: var(--mf-white);
    border-left: 4px solid var(--mf-blue);
    padding: 15px 20px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.2s ease;
}

.insight-cta:hover {
    background: var(--mf-blue);
    transform: translateY(-2px);
}

.insight-cta:hover .cta-title,
.insight-cta:hover .cta-desc {
    color: #ffffff;
}

.cta-title {
    font-weight: 700;
    color: var(--mf-blue-dark);
    font-size: 18px;
    margin-bottom: 4px;
}

.cta-desc {
    font-size: 16px;
    color: var(--mf-text);
}

@media (max-width: 768px) {
    .insight-grid {
        flex-direction: column;
    }
    .insight-cta-grid {
        grid-template-columns: 1fr;
    }
}



/* why we exist section on home page  */
.why-we-exist {
    padding: 50px 0 0;
}

.why-exist-image-wrap {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.why-exist-image-wrap img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
}

.why-exist-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #182D5C 0%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px;
}

.why-exist-tag {
    color: #6fb8f2;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.why-exist-quote {
    display: flex;
    gap: 15px;
    /* max-width: 600px; */
}

.quote-mark {
    font-size: 48px;
    line-height: 1;
    color: #6fb8f2;
    font-family: Georgia, serif;
    flex-shrink: 0;
}
.quote-mark-end {
    font-size: 36px;
    line-height: 0;
    color: #6fb8f2;
    vertical-align: bottom;
    font-family: Georgia, serif;
    flex-shrink: 0; margin-left: 12px;
}

.why-exist-text h2 { color: var(--white); margin-bottom: 10px; max-width: 550px; }
.why-exist-subtitle {
    color: #c7d4e8;
    font-size: 18px;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .why-exist-image-wrap img {
        height: 400px;
    }
    .why-exist-overlay {
    background: linear-gradient( 180deg, rgba(10, 25, 60, 0.2) 0%, rgba(10, 25, 60, 0.85) 60% );
    position: relative;
    background: #1b2f5e;
}
    .why-exist-title {
        font-size: 18px;
    }
    .quote-mark {
        font-size: 36px;
    }
}


/*thi sis for link toh bottom*/
.stat-number sup a {
    color: inherit;
    text-decoration: none;
}

.stat-number sup a:hover {
    text-decoration: underline;
    cursor: pointer;
}

html {
    scroll-behavior: smooth;
}


/* this is for our team 2ns section tiles and images style */
.bnr_btm_text_sec {
    padding: 75px 0 60px 0;
}

/* Fact Tiles */
/* .fact-tiles-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    margin-top: 40px;
}

.fact-tile {
    background: var(--mf-bg-light);
    border-radius: 6px;
    padding: 25px 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.fact-tile-icon {
    width: 50px;
    height: 50px;
    background: var(--mf-blue);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    flex-shrink: 0;
}

.fact-tile p {
    font-size: 16px;
    color: var(--mf-text);
    line-height: 1.6;
    margin: 0;
} */

/*  */

.mediflow-trust {
float: left;
width: 100%;
}

.trust-grid {
    max-width: 1450px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 36px;
}


/* =========================
   CARD
========================= */

.trust-card {
    position: relative;

    background: #ffffff;

    border-top: 5px solid var(--mf-blue);
    border-radius: 8px;

    padding: 30px 25px;

    text-align: center;

    box-shadow:
        0 10px 30px rgba(0, 44, 71, 0.08),
        0 2px 8px rgba(0, 44, 71, 0.04);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.trust-card:hover {
    transform: translateY(-7px);

    box-shadow:
        0 18px 42px rgba(0, 44, 71, 0.13),
        0 4px 12px rgba(0, 44, 71, 0.06);
}


/* =========================
   FLOATING ICON
========================= */

.trust-icon {
    position: absolute;

    top: -49px;
    left: 50%;

    transform: translateX(-50%);

    width: 96px;
    height: 96px;

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            #1d54a5,
            #0d367c
        );

    border: 9px solid #ffffff;

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

    box-shadow:
        0 7px 18px rgba(0, 44, 71, 0.18);

    z-index: 2;
}

.trust-icon::before {
    content: "";

    position: absolute;

    width: 118px;
    height: 118px;

    border-radius: 50%;

    border-top: 1px dashed #2455a4;
    border-left: 1px dashed #2455a4;

    transform: rotate(45deg);

    opacity: 0.7;

    z-index: -2;
}

.trust-icon::after {
    content: "";

    position: absolute;

    inset: -10px;

    border-radius: 50%;

    background: #ffffff;

    z-index: -1;
}

.trust-icon svg {
    width: 45px;
    height: 45px;

    fill: none;

    stroke: #ffffff;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================
   CONTENT
========================= */

.trust-card-content {
    height: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.trust-card h3 {
    margin: 0; padding: 0 30px;

    color: #0a2463;

    font-size: 21px;
    line-height: 1.15;

    font-weight: 700;
    text-transform: uppercase;

    letter-spacing: -0.3px;
}

.trust-line {
    display: block;

    width: 38px;
    height: 2px;

    margin: 17px auto;

    background: var(--mf-blue);
}

.trust-card p {
    margin: 0;

    color: #1b2637;

    font-size: 16px;
    line-height: 1.55;

    font-weight: 400;

    max-width: 210px;
}


/* =========================
   BOTTOM ICON
========================= */

.trust-bottom-icon {
    margin-top: auto;
    padding-top: 25px;

    color: #1c4ca0;
}

.trust-bottom-icon span {
    min-width: 55px;
    height: 40px;

    padding: 0 10px;

    border: 1px solid #1c4ca0;
    border-radius: 4px;

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

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 1px;
}


/* =========================
   LARGE TABLET
========================= */

@media (max-width: 1250px) {

    .trust-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}


/* =========================
   TABLET
========================= */

@media (max-width: 900px) {


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

}


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

@media (max-width: 600px) {

    .mediflow-trust {}

    .trust-grid {
        grid-template-columns: 1fr;
    }

    .trust-card {
        min-height: auto;
    }

    .trust-card h3 {
        font-size: 20px;
    }

    .trust-card p {
        max-width: 280px;
        font-size: 15px;
    }

    .trust-bottom-icon {
        margin-top: 26px;
    }

}


/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 380px) {

    .trust-card {
        padding-left: 18px;
        padding-right: 18px;
    }

    .trust-icon {
        width: 88px;
        height: 88px;
        top: -44px;
    }

    .trust-icon::before {
        width: 108px;
        height: 108px;
    }

    .trust-icon svg {
        width: 40px;
        height: 40px;
    }

}


/* Logos Row */
.about-logos-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    margin-top: 20px;
    padding-top: 40px;
    /*border-top: 1px solid #e0e6ee;*/
    width: 100%;
}

.about-logos-row img {
    height: 100px;
    width: auto;
    object-fit: contain;
}

@media (max-width: 900px) {
    .fact-tiles-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .fact-tiles-grid {
        /* grid-template-columns: repeat(2, 1fr); */
        display: flex;
        flex-wrap: wrap;
    }
    .fact-tile { width: calc(50% - 8px); }
    .fact-tile:last-child { width: 100%; }


    .about-logos-row {
        flex-wrap: wrap;
        gap: 30px;
    }
}


/* our team section style  */
/* ===== Reset/isolation for this block only ===== */
.mfteam-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.mfteam-intro-sec,
.mfteam-grid-sec {
    box-sizing: border-box;
}

.mfteam-intro-sec *,
.mfteam-grid-sec *,
.mfteam-modal-overlay * {
    box-sizing: border-box;
}

/* ===== Team Intro Block ===== */
.mfteam-intro-sec {
    padding: 70px 0;
    background: var(--light-bg);
}

.mfteam-intro-grid {
    display: flex;
    gap: 100px;
    align-items: center;
}

.mfteam-intro-text,
.mfteam-intro-image {
    flex: 1;
    min-width: 0;
}

.mfteam-intro-text h2 { margin-bottom: 25px; }

.mfteam-intro-image img {
    width: 100%;
    border-radius: 10px;
    display: block;
}

@media (max-width: 768px) {
    .mfteam-intro-grid {
        flex-direction: column;
    }
}

/* ===== Team Grid (3 top, 2 bottom, centered) ===== */
.mfteam-grid-sec {
    padding: 40px 0 70px;
    background: var(--light-bg);
}

.mfteam-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 60px;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* .mfteam-grid-item { grid-column: span 2; }
.mfteam-grid-item:nth-child(4) { grid-column: 2 / 4; }
.mfteam-grid-item:nth-child(5) { grid-column: 4 / 6; } */

.mfteam-card {
    cursor: pointer;
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    text-align: center;
}

.mfteam-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.mfteam-card-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.mfteam-card-info {
    padding: 22px 15px 26px;
}

.mfteam-card-info h3 {
    font-size: 24px;
    font-weight: 700;
    color: #142f6b;
    margin: 0 0 5px;
}

.mfteam-card-info h4 {
    font-size: 18px;
    font-weight: 400;
    color: #1a3f8f;
    margin: 0;
}


/* ===== Bio Modal ===== */
.mfteam-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(10, 25, 60, 0.7);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;
}

.mfteam-modal-overlay.mfteam-active {
    display: flex;
}

.mfteam-modal-box {
    background: #ffffff;
    border-radius: 8px;
    max-width: 900px;
    width: 100%;
    overflow-y: auto;
    position: relative;
}

.mfteam-modal-close {
    position: absolute;
    top: 15px;
    right: 18px;
    background: none;
    border: none;
    font-size: 26px;
    line-height: 1;
    color: #142f6b;
    cursor: pointer;
    padding: 0;
}

.mfteam-modal-content{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center; align-items: center;
}

.mfteam-modal-content .mfteam-bio-photo{
    width: 40%;
    margin-right: 20px;
}

.mfteam-modal-content .mfteam-bio-detail{
    width: 60%;
    padding: 30px 40px 30px 0px;
}

.mfteam-modal-content .mfteam-bio-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.mfteam-modal-content h3 {
    margin: 0 0 4px;
}

.mfteam-modal-content h4 {
    font-size: 18px; margin-bottom: 20px;
}



/* this style is for the Mediflow X-Series™ */


.feature-section{
    padding:0px 15px;
}

.feature-wrapper{
    max-width:1200px;
    margin:auto;
    display:flex;
    position:relative;
    overflow:hidden;
}

.feature-content{
    width:32%;
    background:#063554;
    color:#fff;
    padding:80px 20px;
    position:relative;
    z-index:2;
}

.feature-image{
    width:68%;
}

.feature-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.feature-item{
    position:absolute;
    left:20px;
    display:flex;
    align-items:center;
}

.feature-text{
    width:276px;
    font-size:18px;
    line-height:1.4;
}

.line{
    width:320px;
    height:2px;
    background:#49A7FF;
}

.dot{
    width:14px;
    height:14px;
    background:#49A7FF;
    border-radius:50%;
    margin-left:-2px;
}

/* Positions */

.item-1{
    top:107px;
}

.item-1 .line{
    width:480px;
}

.item-2{
    top:172px;
}

.item-2 .line{
    width:384px;
}

.item-3{
    top:218px;
}

.item-3 .line{
    width:405px;
}

/* Responsive */

@media(max-width:992px){

.feature-wrapper{
    flex-direction:column;
}

.feature-content,
.feature-image{
    width:100%;
}

.feature-content{
    position:relative;
    padding:40px 20px;
}

.feature-item{
    position:relative;
    top:auto!important;
    left:auto;
    margin-bottom:35px;
}

.line{
    flex:1;
    width:auto;
}

.feature-image img{
    height:auto;
}

}

@media(max-width:576px){

.feature-text{
    width:276px;
    font-size:14px;
}

.line{
    margin-left:5px;
}

.dot{
    width:10px;
    height:10px;
}

}
.clientlogo { position:absolute; top:0; right:0px; z-index:1; background: #fff; }
.client-logo {
    height: 38px;
    object-fit: contain;
    object-position: top;
} 
.project-meta { margin-bottom: 0 !important; }



.mfpartners-sec {padding: 50px 0; background: var(--light-bg);
}

.mfpartners-container {max-width: 1100px;margin: 0 auto;padding: 0 20px;text-align: center;}
.mfpartners-container h2 { font-size:36px; margin-bottom:25px; }

.mfpartners-text {font-size: 18px;color: #555555;max-width: 750px;margin: 0 auto 25px;line-height: 1.7;
}

.mfpartners-logo-row {display: flex;flex-wrap: wrap;align-items: center;justify-content: center;gap: 45px;
}

.mfpartners-logo-item img {max-height: 82px;width: auto;object-fit: contain; /*filter: grayscale(100%);opacity: 0.65;transition: filter 0.3s ease, opacity 0.3s ease;*/
}

/*.mfpartners-logo-item img:hover {filter: grayscale(0%);opacity: 1;
}*/

.mfpartners-text-fallback {font-size: 14px;font-weight: 600;color: #666666;letter-spacing: 0.3px;
}

@media (max-width: 600px) {.mfpartners-logo-row {gap: 28px;}.mfpartners-logo-item img {max-height: 50px;}
}

.airinfo_sec { background: var(--light-bg); padding: 60px 0;  }
.airinfo_sec img { width: 100%; height: auto; }
.airinfo_sec p { font-size: 22px; }






/* this style code is just for hovering tha images on project listing  */
.mfproj-hover-wrap {
    position: relative;
    overflow: hidden;
}

.mfproj-main-img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    transition: opacity 0.4s ease;
}

.mfproj-hover-img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    object-fit: cover;
    transition: opacity 0.4s ease;
}

.mfproj-hover-wrap:hover .mfproj-hover-img {
    opacity: 1;
}



/* this is for our solution bottom section  */
.coming-soon-img {
    position: relative;
    width: 50%;
    overflow: hidden;
    border-radius: 12px; /* Optional */
}

.coming-soon-img img {
    width: 100%;
    display: block;
}

.coming-soon-img-caption {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 100px 15px 15px;
    text-align: center;
    background: rgba(24, 45, 92, 10);
    background: -webkit-linear-gradient(0deg,rgba(24, 45, 92, 1) 22%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(0deg,rgba(24, 45, 92, 1) 22%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg,rgba(24, 45, 92, 1) 22%, rgba(0, 0, 0, 0) 100%);
}

.coming-soon-img .coming-soon-img-caption{
    margin-bottom: 0px;
}

.coming-soon-img-caption h3 {
    margin: 0;
    font-size: 38px;
    font-weight: 700;
    color: #222;
}


.complex_sec { padding: 50px 0; }
.complex_div h2 {
    text-transform: uppercase;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 20px;
}
.complex_div img { width: 100%; height: auto; border-radius: 10px; }
.extra_para { min-height: 110px; margin-bottom: 10px !important; }