/* Keron Energy - Main Stylesheet */

body {font-family: "Lato", sans-serif;background-color: #f0f0f0 !important;overflow-x: hidden;}
a {text-decoration: none;}
img{max-width: 100%;}
.header {background: #FFF;color: #000;}
.logo img {max-width: 240px;}
.header-top .secondary-menu__list {list-style: none;padding: 0;margin: 0;}
.header-top .secondary-menu__list li {display: inline-block;}
.contact-info span {color: #000;font-weight: normal;}
.header-top {padding: 5px 0;position: relative;}
.header-top:before {background-color: rgba(0, 0, 0, 0.2);content: "";position: absolute;height: 1px;top: calc(50% - 1px);right: 0;left: 0;}
.contact-info span a {color: #000;text-decoration: none;}
.contact-box {padding: 0 5px;position: relative;background: #FFF;}
.contact-icon .fa {width: 13px;font-size: 23px;display: inline-block;}
.secondary-menu__list .menu-link {border-radius: 3px;padding: 4px 10px;color: #FFF;text-decoration: none;}
.secondary-menu__list {display: inline-block;background: #065b8d;position: relative;}
.header-main {padding: 15px 0 25px;}
.account-menu__list {list-style: none;margin: 0;padding: 0;display: flex;}
.account-menu__list li {display: block;}
.header-top-right {display: flex;align-items: center;justify-content: flex-end;}
.account-menu {background: #065b8d;position: relative;padding-right: 5px;flex: none;}
.account-menu__item a {background: rgba(0, 0, 0, 0.15);border-radius: 5px;-webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.05);font-weight: 700;padding: 7px 15px 8px;color: #FFF;text-transform: uppercase;
    font-size: 13px;display: block;}
.account-menu__list .account-menu__item {margin-right: 5px;}
.account-menu__list .account-menu__item:last-child {margin-right: 0;}
.search-header .menu-link {font-size: 18px;padding: 5px 10px;color: #FFF;text-decoration: none;font-weight: 700;}
.search-header {display: flex;align-items: center;justify-content: flex-end;}
.header__search-form {display: flex;margin-left: 30px;}
.select-wrapper select {background: #eee;border: none;border-radius: 5px 0 0 5px;color: #1a1a1a;font-size: 16px;line-height: 1.5 !important;padding: 14px 20px;height: 54px;}
.typeahead-search input {width: 100%;background: #f0f0f0;border: none !important;border-radius: 0 5px 5px 0;color: #1a1a1a;font-size: 16px;line-height: 1;outline: none;padding: 15px 20px;height: 54px;width: 300px;background: none 0% 0% / auto repeat scroll padding-box border-box #f0f0f0 !important;position: relative;vertical-align: top;background-color: transparent;}
.typeahead-search:after {color: #1a1a1a;content: "\f002";font: normal normal normal 14px/1 FontAwesome;font-size: 1rem;font-weight: 900;position: absolute;top: 50%;right: 30px;-webkit-transform: translateY(-50%);transform: translateY(-50%);right: 15px;text-rendering: auto;-webkit-font-smoothing: antialiased;z-index: 1;}
.typeahead-search {position: relative;}
.header__mega-menu {background: #065b8d;}
.mega-menu ul {padding: 0;margin: 0;list-style: none;}
.mega-menu > ul.header_mega_menu > li > a {padding: 13px 15px 18px;color: white;font-weight: 700;display: inline-block;position: relative;}
.mega-menu > ul.header_mega_menu > li {display: inline-block;}
.menu-item .megamenu-block__inner {display: none;}
.mega-menu > ul.header_mega_menu > li.menu-item-has-children > a:after {width: 0;height: 0;border-style: solid;border-width: 4px 4px 0 4px;border-color: rgba(255, 255, 255, 0.2) transparent transparent transparent;content: "";position: absolute;bottom: 9px;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);}
.mega-menu > ul.header_mega_menu > li.menu-item-has-children.current_page_item > a:after{border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;}
.mega-menu > ul.header_mega_menu > li.current_page_item {background: black;}
.hero-block {padding: 70px 0;}
.hero-text {padding: 50px 70px;border-radius: 10px;background: white;}
.hero-title h1 {font-size: 55px;font-weight: 700;text-transform: uppercase;position: relative;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;flex-direction: column;}
.hero-title h1:after {width: 50px;height: 8px;background: #065b8d;content: "";display: inline-block;margin: 20px 0 0;}

.hero-title-center *{text-align: center;}
.hero-title-center h1:after{display:block; margin:20px auto 0 auto;}
.mb-30{margin-bottom:30px;}
.p-0{padding: 0;}
.font-weight-600{font-weight:600;}
.font-weight-700{font-weight:700;}
.font-weight-800{font-weight:800;}

.our-strength-section{border-bottom: 1px solid #eee;}
.our-strength-section h6{line-height: 1.6;}

.our-strength-section .title-wrapper h2{
   font-size: 50px;
   text-transform: uppercase;
   font-weight: 600;
   color: #000;
   text-align: center;
}

.our-strength-section .title-wrapper h2:after {
  width: 50px;
  height: 5px;
  background: #065b8d;
  content: "";
  display: block;
  margin: 15px auto 0 auto;
}

.cap-icon {
  width: 80px;
  height: 80px;
  background: #cc2020;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.strength-wrapper {
   display: flex;
   gap: 25px;
   width: calc(50% - 10px);
   padding: 25px 20px;
   border-left: 4px solid transparent;
   transition: all ease-in-out 0.3s;
   box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
   min-height: 350px;
}

.strength-wrapper:last-child {
    align-items: center;
}

.strength-wrapper:hover{
  box-shadow: 1px 0px 8px 0px rgba(0, 0, 0, 0.2);
  border-left: 4px solid #155c8c;
}

.strength-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

ul.cap-list li i {
  font-weight: 600;
  color: #1e5d8a;
}

.content-wrapper {
    width: 80%;
}

.cap-icon svg {
  overflow: hidden;
  width: 40px;
  height: 40px;
  stroke: white;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

ul.cap-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 0;
  padding: 0;
}

.why-keron-content-wrapper {
  display: flex;
  gap: 50px;
}

.why-keron-content-wrapper h2 {
    font-size: 27px;
}

.hero-text p {font-size: 22px;line-height: 36px;}
.btn-primary {background-color: #065b8d;-webkit-box-shadow: -2px 2px 0px 0px #1a5bb9;box-shadow: -2px 2px 0px 0px #1a5bb9;cursor: pointer;border: none;color: white;display: inline-block;font-size: 1rem;font-weight: 700;letter-spacing: 0.25px;line-height: normal;padding: 13px 15px;border-radius: 5px;}
.btn-primary:hover {background-color: #065b8d;-webkit-box-shadow: -2px 2px 0px 0px #1a5bb9;box-shadow: -2px 2px 0px 0px #1a5bb9;
    color: white;text-decoration: none;}
.col-image .img-box {height: 100%;border-radius: 10px;}
.col-image .img-box img {height: 100%;object-fit: cover;border-radius: 10px;}
.icon-text-box {height: 100%;background: white;padding: 25px;text-align: center;border-radius: 10px;}
.icon-text-box img {margin-bottom: 15px;}
.field-label {font-size: 22px;font-weight: 700;letter-spacing: -0.5px;color: #262626;}
.hero-block .row {margin-bottom: 10px;}
.col-text {background: white;padding: 40px;border-radius: 10px;height: 100%;}
.title-box h2 {font-size: 40px;line-height: 45px;font-weight: 700;text-transform: uppercase;position: relative;display: flex;flex-direction: column;}
.title-box h2:after {width: 40px;height: 3px;background: #065b8d;content: "";display: inline-block;margin: 0;margin-top: 20px;}
.line-heading:after {width: 40px;height: 3px;background: #065b8d;content: ""; display:block; margin-bottom:20px; margin-top:10px;}
.title-box h2.text-center:after{margin: 0 auto;margin-top: 20px;}
.body-text p {font-size: 22px;line-height: 36px;}
.two-col-block .img-box img {border-radius: 10px;}
.pb-100 {padding-bottom: 100px;}
.pt-100 {padding-top: 100px;}
.ptb-70{padding: 70px 0;}
.two-col-block .img-box img {object-fit: cover;height: 100%;}
.two-col-block .img-box {height: 100%;}
.two-col-block .img-box.fix-image img {object-fit: cover;height: 550px;width: 100%;}
.content-box {padding: 40px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;background: white;height: 100%;}
.service-box {border-radius: 10px;height: 100%;display: flex;flex-direction: column;}
.service-box .img-box img {border-top-left-radius: 10px;border-top-right-radius: 10px;}
.service-box .content-box h4 {margin: 0 0 20px;font-weight: 700;}
.service-box .content-box p {font-size: 19px;line-height: 30px;margin-bottom: 20px;}
.card-block {padding: 100px 0;background: #ed212c;}
.body-text p a {color: #065b8d;}
.about-block {padding: 100px 0;}
.about-block .content-box {padding: 0;}
.about-block .img-box img {max-width: 80%;margin-top: -50px;height: auto;}
.about-block .img-box {text-align: center;}
.footer-block {background: #FFF;color: #000;padding: 100px 0;}
.footer-block h3 {font-size: 30px;font-weight: 700;letter-spacing: -0.5px;margin: 0 0 20px;}
.footer-block p {font-size: 18px;}
.footer-block p a {color: #065b8d;font-weight: bold;}
.social-menu {padding: 0;margin: 0;list-style: none;display: flex;margin-top: 30px;}
.social-menu a.menu-link {width: 24px;height: 24px;position: relative;text-indent: -2000px;}
.social-menu li.menu-item {display: inline-block;margin: 0 10px 0 0;padding: 0;}
.social-menu .menu-item a::before {position: absolute;top: 0;right: 0;bottom: 0;left: 0;text-indent: 0;font-size: 20px;text-align: center;color: #065b8d;}
.quick-menu h5 {color: rgba(0, 0, 0, 0.7);font-size: 13px;font-weight: 700;letter-spacing: 1px;line-height: normal;margin: 0 0 20px;text-transform: uppercase;}
.footer-block .menu {list-style: none;margin: 0;padding: 0;}
.footer-block .menu li {margin: 10px 0 0;padding: 0;}
.footer-block .menu li a {color: #000;font-size: 17px;font-weight: 700;line-height: 24px;}
.copyright-block {padding: 15px 0;background: #1a1a1a;color: rgba(255, 255, 255, 0.8);}
.copyright-block ul {list-style: none;margin: 0;padding: 0;}
.copyright-block ul li {margin: 0 10px 0 0;display: inline-block;position: relative;line-height: 15px;}
.copyright-block ul li a {color: rgba(255, 255, 255, 0.8);font-size: 12px;line-height: 15px;}
.copyright-text {font-size: 12px;}
.copyright-content {display: flex;align-items: center;}
.copyright-text p {margin: 0;line-height: 15px;}
.copyright-block ul li:after {width: 2px;height: 2px;background: white;border-radius: 50%;content: "";display: block;font-size: 2px;line-height: 2px;position: absolute;top: 50%;right: -7px;text-align: center;}
.twae-story {display: flex;gap: 40px;margin-bottom: 10px;}
.twae-icondot {width: 8px;height: 8px;}
.twae-icondot:after {content: "";position: absolute;margin: 10px 0 0 0;width: 8px;height: 8px;border-radius: 20px;background: #eb342a;z-index: 1;}
.timeline-content:after {content: '';position: absolute;top: 0;bottom: 0;width: 2px;left: 94px;top: 10px;background: #E4E4E4;}
.timeline-content {position: relative;}
.twae-label-big {font-size: 22px;font-weight: 700;}
.twae-title {font-size: 20px;}
.history-block .title-box {margin-bottom: 30px;}
.count-wrapper .count-box {padding: 30px;background: #FFF;text-align: center;height: 100%;}
.count-wrapper {padding: 30px 0;}
.count-wrapper .count-box .number-count {font-size: 40px;font-weight: 900;position: relative;display: flex;flex-direction: column;align-items: center;line-height: 1;margin-bottom: 20px;}
.count-wrapper .count-box p {margin-bottom: 0;font-size: 18px;font-weight: 500;}
.count-wrapper .count-box .number-count:after {width: 40px;height: 3px;background: #065b8d;content: "";display: inline-block;margin: 0;margin-top: 10px;}
.count-block {padding: 100px 0;background: #ed212c;}
.history-block {padding: 100px 0;}
.body-text ul {padding: 0 0 20px 30px;margin: 0;}
.body-text ul li {font-size: 18px;}
.contact-block {line-height: 2rem;padding: 100px 70px;background: #FFF;}
.support-block {padding: 70px 0;}
.get-touch-block {padding-bottom: 100px;}
.get-touch-block .form-wrapper {padding: 40px;background: #FFF;}
.map-frame iframe {min-height: 640px;}
.get-touch-block .img-box {height: 100%;}
.get-touch-block .img-box img {height: 100%;object-fit: cover;}

.slider-block {padding: 100px 0 80px;}
.slider-block .slick-dots button {border: 0;outline: 0;box-shadow: none;width: 10px;height: 10px;background: #0000005d;border-radius: 30px;}
.slider-block .slick-dots .slick-active button {background: #000}
.slider-block .slick-dots li {margin: 0 3px;width: 10px;height: 10px;}
.slider-block .slick-dots button:after , .slider-block .slick-dots button:before {display: none;}

.slider-block .slider-wrapper .slick-slide{
    transition: all 0.4s ease;
    transform: scale(0.6);
    opacity: 0.85;
    padding: 20px 10px;
    pointer-events: none;
}

.slider-block .slider-wrapper .slick-center.slick-slide{
    transform: scale(0.8);
    opacity: 1;
    pointer-events: auto;
}

.slider-block .slider-wrapper .img-box {
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.slider-block .slider-wrapper .slick-center .img-box {
    border-color: #0d6efd;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.slider-block .slider-wrapper img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.service-block {padding: 100px 0;}
.service-block .row {margin-bottom: 60px;}
.service-block .row:last-child {margin-bottom: 0;}
.service-warapper .img-box {height: 100%;}
.service-warapper .img-box img {height: 100%;object-fit: cover;border-top-left-radius: 10px;border-bottom-left-radius: 10px;}
.service-warapper .col-text {border-top-left-radius: 0;border-bottom-left-radius: 0;}
.service-warapper .flex-row-reverse .col-text {border-top-right-radius: 0;border-bottom-right-radius: 0;border-top-left-radius: 10px;border-bottom-left-radius: 10px;}
.service-warapper .flex-row-reverse .img-box img {border-top-left-radius: 0;border-bottom-left-radius: 0;border-top-right-radius: 10px;border-bottom-right-radius: 10px;}

.page-banner {min-height: 420px;display: flex;align-items: center;justify-content: center;background: url('../images/top-image-about.jpg');
    background-repeat: no-repeat;background-size: cover;position: relative;z-index: 1;}
.page-banner:before {content: "";position: absolute;left: 0;top: 0;background: #FFF;width: 100%;height: 100%;opacity: 0.3;}
.form-block {padding: 80px 0;}
.form-wrapper .form-box {margin: 50px 0;}
.slider-block .single-box .img-box img {width: 100%;}
.contact-details span {display: flex;gap: 10px;font-size: 18px;font-weight: 600;margin-bottom: 10px;flex-wrap: wrap;}
.contact-details span a {color: #065b8d;}

.mobile-menu-toggle {display: none;}
.toogle .mobile-menu-toggle {margin-top: 20px;margin-left: 20px;}
.menu-toggle-btn {background: none !important;border: 1px solid gray;border-radius: 3px;cursor: pointer;padding: 10px;}
.menu-bar {display: block;width: 25px;height: 3px;background: #000;margin: 5px 0;transition: 0.3s ease;}

.dark-bg{background-color:#262626;}
.h-80vh{height:80vh;}
ul.sub-menu {
  position: absolute;
  background: #fff;
  min-width: 200px;
  border-top: 3px solid #f30b2a;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}

ul.sub-menu li a {
  color: #000;
  font-size: 14px;
  padding: 10px;
  display: block;
  text-align: left;
  line-height: 1.2;
  font-weight: 600;
}

ul.sub-menu li a:hover {
    background: #eee;
}

.menu-item-has-children:hover ul.sub-menu{
    opacity: 1;
    visibility: visible;
    z-index: 9;
}

.profile-list-ul, .profile-list-ul ul{list-style:none; padding:0;}
ul.sub-item{display:none; margin: 0;}
li.active > ul.sub-item{display:block;}
.profile-list-ul li {border-bottom:1px solid #eee;}
ul.profile-list-ul {border-right: 1px solid #eee; margin: 0;}

.profile-list-ul li.active > a{
    background: #155c8c;
    color: #fff;
    font-weight: 600;
}

.profile-list-ul li:not(.active) > a:hover{
    background: #f6f6f6;
}

.profile-list-ul li > a {
    display: block;
    padding: 10px 15px;
    color: #000;
}

.icon-sm{font-size:80%;}
.icon-xm{font-size:40%;}

li.active > ul.sub-item > li > a {
  padding: 8px 15px 8px 25px;
  background: #f6f6f6;
  font-size: 14px;
}

li.active > ul.sub-item.level-2 > li > a {
  padding: 8px 15px 8px 35px;
}

h4.profile-heading {
   font-size: 15px;
   padding: 12px 15px;
   margin: 0;
   background: #252424;
   color: #fff;
   font-weight: 600;
   border-right: 1px solid;
   margin-bottom: 2px;
   text-transform: uppercase;
   border-radius: 6px 6px 0 0;
}

.profile-content-wrapper h4, .bordered-title {
  font-size: 16px;
  display: inline-block;
  border-bottom: 3px solid #1e5d8b;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: 600;
  color: #d8002a;
}

.profile-content-wrapper {
  min-height: 300px;
  background: #f6f6f6;
  padding: 10px;
  margin: 10px;
  border-radius: 5px;
}

.text-red{color:#ee102c;}
.text-white{color:#fff;}

.accordion-button{
    color: #000;
    font-size: 17px;
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
   background: #1e5d8b;
   color: #fff;
}

.accordion-button:hover{
    background-color: #f6f6f6;
    color: #000;
}

.accordion-button:not(.collapsed):hover {
    color: #fff;
    background: #1e5d8b;
}

.accordion-button:focus {
    outline: none !important;
    box-shadow: none !important;
    background-color: #1e5d8b;
}

.accordion-button:not(.collapsed)::after{filter: brightness(20);}

ul.sub-item > li.active > a {
  color: #000;
  background: #dfe7ed !important;
}

.gallery img{
    width: 250px;
    cursor: pointer;
    border-radius: 10px;
    padding: 10px;
}

.custom-lightbox{
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
}

.lightbox-content{
    display: block;
    margin: auto;
    max-width: 90%;
    max-height: 85vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.close-lightbox{
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 45px;
    cursor: pointer;
}

.lightbox-prev,
.lightbox-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 30px;
    cursor: pointer;
    padding: 15px;
    user-select: none;
}

.lightbox-prev{
    left: 20px;
}

.lightbox-next{
    right: 20px;
}

.lightbox-prev:hover,
.lightbox-next:hover,
.close-lightbox:hover{
    color: #ccc;
}

.service-box .img-box img{height:200px; width:100%; object-fit:cover}

.logo-thumbnail{height:100%; background:#fff; border-radius:10px; overflow:hidden; display:flex; align-items:center;}
.logo-thumbnail img {width:80%; margin:0 auto;}

.kg-grid{display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.kg-card{background:#ffffff; border-radius: 3px; border:0.5px solid rgba(0,0,0,0.15); padding:1.5rem 1.25rem 1.25rem; position:relative; overflow:hidden; transition:border-color 0.2s; cursor:default;}
.kg-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: #CC2020; transform: scaleX(0); transform-origin: left; transition: transform 0.25s ease; }
.kg-card:hover::before { transform: scaleX(1); }
.kg-card:hover { border-color: rgba(0,0,0,0.30); }
.kg-card-num {position:absolute; top:14px; right:16px; font-size:40px; font-weight:800; color: rgba(0,0,0,0.15); line-height:1;}
.kg-icon { width:50px; height:50px; background:#fff0f0; border-radius:10px; display:flex; align-items:center; justify-content:center; flex-shrink:0; margin-bottom:14px;}
.kg-icon svg { width: 22px; height: 22px; stroke: #CC2020; fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.kg-card h4 {font-weight: 600; color: #1a1a1a; margin: 0 0 8px; line-height: 1.35; padding-right: 28px; }
.kg-card p {color:#555555; margin:0 0 14px; font-size:16px; letter-spacing: 0.1px;}
.kg-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.kg-tag { font-size: 10.5px; font-weight: 500; color: #8b1a1a; background: #fff0f0; border: 0.5px solid #f5c0c0; border-radius: 50px; padding: 3px 10px; }

  .ft-section { background: #111111; padding: 3.5rem 2.5rem; position: relative; overflow: hidden; }
  .ft-section::before { content: ''; position: absolute; top: -80px; right: -80px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(204,32,32,0.12) 0%, transparent 70%); pointer-events: none; }
  .ft-section::after { content: ''; position: absolute; bottom: -60px; left: -60px; width: 240px; height: 240px; border-radius: 50%; background: radial-gradient(circle, rgba(204,32,32,0.07) 0%, transparent 70%); pointer-events: none; }

  .ft-overline { display: flex; align-items: center; gap: 8px; margin-bottom: 20px; justify-content: center; }
  .ft-overline-bar { width: 28px; height: 2px; background: #CC2020; display: block; }
  .ft-overline span { font-size: 11px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: #CC2020; }

  .ft-title {font-weight:700; color:#ffffff; line-height:1.2; margin:0 0 16px; letter-spacing:0.3px; text-transform:uppercase; text-align:center;}
  .ft-title em { color: #CC2020; font-style: normal; }

  .ft-desc { font-size: 14px; color: rgba(255, 255, 255, 0.55); line-height: 1.75; width: 520px; max-width: 100%; display: block; margin: 0 auto 35px auto; text-align: center; }

  .ft-objective { background: rgba(204,32,32,0.1); border: 1px solid rgba(204,32,32,0.25); border-radius: 10px; padding: 1.1rem 1.25rem; display: flex; gap: 12px; align-items: center; }
  .ft-objective-icon { width: 32px; height: 32px; min-width: 32px; background: #CC2020; border-radius: 6px; display: flex; align-items: center; justify-content: center; }
  .ft-objective-icon svg { width: 16px; height: 16px; stroke: #fff; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
  .ft-objective p { font-size: 13px; color: rgba(255,255,255,0.75); margin: 0; line-height: 1.65; }
  .ft-objective p strong { color: #ffffff; font-weight: 600; }

  .ft-highlight-card { background: #1a1a1a; border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; overflow: hidden; }

  .ft-card-header { background: #CC2020; padding: 1.1rem 1.5rem; display: flex; align-items: center; gap: 10px; }
  .ft-card-header svg { width: 18px; height: 18px; stroke: #fff; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
  .ft-card-header span { font-size: 13px; font-weight: 600; color: #fff; letter-spacing: 0.5px; text-transform: uppercase; }

  .ft-list {padding:0; display:flex; flex-wrap:wrap; width:100%; gap:0; justify-content: center;}

  .ft-item { display: flex; align-items: center; gap: 14px; padding: 15px; border-bottom: 1px solid rgba(255, 255, 255, 0.05); transition: background 0.15s; flex: 0 0 calc(33.33% - 0px); }
  .ft-item:nth-child(4) { border-right: 1px solid; }
  .ft-item:last-child { border-bottom: none; }
  .ft-item:hover { background: rgba(255,255,255,0.03); }

  .ft-item-dot { width: 45px; height: 45px; min-width: 28px; border-radius: 50%; background: rgba(204,32,32,0.15); border: 1px solid rgba(204,32,32,0.3); display: flex; align-items: center; justify-content: center; flex: 0 0 45px; }
  .ft-item-dot svg { width: 20px; height: 20px; stroke: #CC2020; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

  .ft-item-text { font-size: 13px; color: rgba(255, 255, 255, 0.75); line-height: 1.4; font-weight: 600; text-transform: uppercase; }
  .ft-item:hover .ft-item-text { color: rgba(255,255,255,0.95); }

  .ft-item-arrow { margin-left: auto; opacity: 0; transition: opacity 0.15s; }
  .ft-item:hover .ft-item-arrow { opacity: 1; }
  .ft-item-arrow svg { width: 14px; height: 14px; stroke: #CC2020; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

  .ft-card-footer { padding: 1rem 1.5rem; border-top: 1px solid rgba(255,255,255,0.06); display: flex; align-items: center; justify-content: space-between; }
  .ft-card-footer span { font-size: 11px; color: rgba(255,255,255,0.3); letter-spacing: 1px; text-transform: uppercase; }
  .ft-badge { background: rgba(204,32,32,0.15); border: 1px solid rgba(204,32,32,0.3); border-radius: 50px; padding: 4px 12px; font-size: 11px; font-weight: 600; color: #e87070; letter-spacing: 0.5px; }

  .ft-inner { max-width: 1200px; margin: 0 auto; }
  .ft-left { text-align: center; margin-bottom: 30px; }
  .ft-right { margin-bottom: 20px; }

    .core-value-icon svg { width: 30px; height: 30px; color: #ffffff; }

    .philosophy-block { padding: 10px; border-bottom: 1px solid #f0f0f0; }
    .philosophy-block:last-child { border-bottom: none; }
    .philosophy-inner { display: flex; align-items: center; gap: 30px; }
    .philosophy-reverse .philosophy-inner { flex-direction: row-reverse; }
    .philosophy-text { flex: 1; }
    .philosophy-image { flex: 0 0 280px; max-width: 280px; }
    .philosophy-image img { width: 100%; object-fit: cover; border-radius: 8px; }
    .philosophy-text h4 { font-size: 16px; display: inline-block; border-bottom: 3px solid #1e5d8b; padding-bottom: 5px; text-transform: uppercase; font-weight: 600; color: #d8002a; }
    .philosophy-list { padding-left: 0; margin-top: 10px; }
    .philosophy-list li { margin-bottom: 8px; line-height: 1.7; color: #444; position: relative; }
    .philosophy-list li::marker { color: #c0392b; }

    .core-values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 20px; }
    .core-value-item { text-align: center; padding: 20px 15px; border: 1px solid #e8e8e8; border-radius: 8px; background: #fafafa; transition: all 0.3s ease; }
    .core-value-item:hover { box-shadow: 0 4px 15px rgba(0,0,0,0.1); transform: translateY(-3px); border-color: #c0392b; }
    .core-value-icon { width: 60px; height: 60px; margin: 0 auto 12px; background: #1a2e4a; border-radius: 50%; display: flex; align-items: center; justify-content: center; padding: 12px; }
    .core-value-icon img { width: 100%; height: 100%; object-fit: contain; filter: brightness(0) invert(1); }
    .core-value-item h6 { font-size: 13px; font-weight: 600; color: #1a2e4a; margin: 0; line-height: 1.4; }

    .editor-content p{margin-bottom: 10px;}
    .left-block{float: left}
    .right-block{float: right}
    .editor-content ul { margin: 0; }

@keyframes zoom{
    from{transform: scale(.7);}
    to{transform: scale(1);}
}

/* Contact Form Styles */
.contact-form .form-group { margin-bottom: 20px; }
.contact-form label { display: block; font-weight: 600; margin-bottom: 6px; color: #333; }
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form select,
.contact-form textarea { width: 100%; padding: 12px 15px; border: 1px solid #ddd; border-radius: 5px; font-size: 16px; font-family: inherit; transition: border-color 0.3s; }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus { outline: none; border-color: #065b8d; }
.contact-form textarea { height: 150px; resize: vertical; }
.contact-form .btn-submit { background-color: #065b8d; color: white; padding: 13px 30px; border: none; border-radius: 5px; font-size: 16px; font-weight: 700; cursor: pointer; transition: background 0.3s; }
.contact-form .btn-submit:hover { background-color: #054a73; }
.alert-success { padding: 15px; background: #d4edda; color: #155724; border: 1px solid #c3e6cb; border-radius: 5px; margin-bottom: 20px; }
.alert-error { padding: 15px; background: #f8d7da; color: #721c24; border: 1px solid #f5c6cb; border-radius: 5px; margin-bottom: 20px; }

/* Under Construction */
.under-construction { padding: 100px 0; text-align: center; background: #f9f9f9; }
.under-construction h2 { font-size: 36px; color: #333; margin-bottom: 20px; }
.under-construction p { font-size: 18px; color: #666; }

@media (min-width: 1500px) {
    .container {max-width: 1430px;}
}

@media (max-width: 1400px) {
    .hero-text {padding: 100px 60px;}
    .title-box h2 {font-size: 36px;line-height: 40px;}
    .pb-100 {padding-bottom: 80px;}
    .pt-100 {padding-top: 80px;}
    .ptb-70{padding:50px 0;}
    .card-block {padding: 80px 0;}
    .slider-block {padding: 80px 0 70px;}
    .footer-block {padding: 80px 0;}
    .two-col-block .img-box.fix-image img {height: 100%;}
    .about-block {padding: 80px 0;}
    .service-block {padding: 80px 0;}
}

@media (max-width: 1300px) {
    .about-block .img-box img {max-width: 90%;margin-top: -15px;}
    .count-block {padding: 80px 0;}
    .history-block {padding: 80px 0;}
    .content-box {padding: 20px;}
    .body-text p {font-size: 20px;line-height: 32px;}
    .hero-title h1 {font-size: 50px;}
    .our-strength-section .title-wrapper h2{font-size:42px;}
}

@media (max-width: 1199px) {
    .hero-title h1 {font-size: 40px;}
    .our-strength-section .title-wrapper h2{font-size:33px;}
}

@media (max-width: 992px) {
    .footer-block .quick-menu {margin-top: 30px;}
    .hero-text {padding: 50px 0px;}
    .title-box h2 {font-size:28px; line-height:32px;}
    .mobile-reverse, .hero-block .row {flex-direction: column-reverse;}
    .about-block .img-box img {max-width: 100%;margin-top: -25px;height: 100%;object-fit: cover;}
    .about-block .img-box {height: 100%;}
    .count-wrapper .count-box .number-count {font-size: 34px;}
    .count-wrapper .count-box {padding: 30px 10px;}
    .col-text {padding: 25px;}
    .page-banner {min-height: 360px;}
    .copyright-content {flex-direction: column;}
    .copyright-block {padding: 10px 0;text-align: center;}
    .strength-wrapper .content-wrapper p br, .our-strength-section h6 br{display: none;}
    .strength-wrapper {gap:0; flex-direction:column; min-height:auto; align-items:start !important;}
    .strength-wrapper, .content-wrapper{width: 100%;}
    .kg-grid{grid-template-columns:repeat(2, 1fr);}
    .why-keron-content-wrapper{flex-direction: column;}
    .contact-block{padding:50px 35px;}
    .ft-item{flex: 0 0 50%;}
}

@media (max-width: 991px) {
    .philosophy-inner,
    .philosophy-reverse .philosophy-inner { flex-direction: column; }
    .philosophy-image { flex: none; max-width: 100%; width: 100%; }
    .core-values-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .typeahead-search input {width: 300px;}
    .search-header {margin-top: 20px;}
    .mobile-menu-toggle {display: block;}
    .header__mega-menu {display: none;width: 100%;position: absolute;top: 190px;left: 0;z-index: 1;}
    .header__mega-menu.active {display: block;}
    .header_mega_menu {flex-direction: column;}
    .header_mega_menu li {display: block;text-align: left;}
    .mega-menu ul {display: flex;}
    .header__mega-menu.active .container {max-width: 100%;}
    .header__mega-menu.active .col--mega-menu-left {padding: 0;}
}

@media (max-width: 576px) {
    .hero-title h1 {font-size: 35px;}
    .our-strength-section .title-wrapper h2{font-size:27px;}
    .history-block, .service-block {padding: 50px 0;}
    .ptb-70{padding: 35px 0;}
    .about-block .img-box img {margin-top: 0;}
    .timeline-content:after {left: 75px;}
    .twae-icondot:after {left: 72px;}
    .timeline-block .twae-content {position: relative;left: -25px;}
    .timeline-block .twae-arrow {display: none;}
    .body-text p {font-size: 18px;line-height: 24px;}
    .page-banner {min-height: 300px;}
    .hero-text {padding: 10px 0px;}
    .support-block {padding: 10px 0;}
    .mb-30{margin-bottom:20px;}
    .ft-item{flex: 0 0 100%;}
    .hero-block {padding: 25px 0;}
    .about-block {padding: 25px 0;}
    .count-block {padding: 25px 0;}
    .slider-block {padding: 30px 0 20px;}
    .card-block {padding: 30px 0 30px 0;}
    .pb-100 {padding-bottom: 30px;}
    .pt-100 {padding-top: 30px;}
    .footer-block {padding: 20px 0 10px 0;}
    .kg-grid{grid-template-columns:repeat(1, 1fr);}
    .contact-block{padding:25px 15px;}
    .core-values-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}

/* Company Profile - History Timeline */
.profile-history-wrapper {min-height: auto;}
.profile-timeline-block {padding-top: 15px;}
.profile-timeline-block .timeline-content:after {left: 85px;}
.profile-timeline-block .twae-icondot:after {left: 82px;}
.profile-timeline-block .twae-story {gap: 25px;margin-bottom: 18px;}
.profile-timeline-block .twae-label-big {font-size: 18px;min-width: 60px;}
.profile-timeline-block .twae-title {font-size: 17px;}
.profile-timeline-block .twae-description p {font-size: 15px;margin-bottom: 0;color: #555;}
@media (max-width: 576px) {
    .profile-timeline-block .timeline-content:after {left: 68px;}
    .profile-timeline-block .twae-icondot:after {left: 65px;}
    .profile-timeline-block .twae-content {position: relative;left: -15px;}
    .profile-timeline-block .twae-arrow {display: none;}
}

/* Featured Products Page */
.featured-product-block {margin-bottom: 5px;}
.featured-product-block .profile-content-wrapper {min-height: auto;}
.featured-product-block .profile-content-wrapper img {width: 100%;border: 1px solid #e0e0e0;object-fit: cover;}
.badge-unconventional {display:inline-block;font-size:11px;font-weight:600;background:#e8f4e8;color:#2d7a2d;border:1px solid #b8dbb8;border-radius:4px;padding:2px 8px;vertical-align:middle;margin-left:8px;text-transform:none;letter-spacing:0;}
@media (max-width: 991px) {
    .featured-product-block .profile-content-wrapper h4 {margin-bottom: 12px;}
}

/* Profile Content */
.bg-white { background: #fff; }
.profile-content { padding: 10px; }

/* Required field star */
.required-star { color: red; }

/* kg-bottom CTA section (why-keron page) */
.kg-bottom { margin-top: 2rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; background: #CC2020; border-radius: 12px; padding: 1.5rem 1.75rem; }
.kg-bottom-text { color: #ffffff; }
.kg-bottom-text p { font-size: 12px; opacity: 0.75; margin: 0 0 3px; text-transform: uppercase; letter-spacing: 1px; font-weight: 500; }
.kg-bottom-text h3 { font-size: 18px; font-weight: 500; margin: 0; color: #ffffff; }
.kg-bottom-actions { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.kg-btn-white { display: inline-flex; align-items: center; gap: 7px; padding: 10px 20px; background: #ffffff; color: #CC2020; font-size: 13px; font-weight: 500; border-radius: 6px; border: none; cursor: pointer; white-space: nowrap; text-decoration: none; }
.kg-btn-outline { display: inline-flex; align-items: center; gap: 7px; padding: 10px 20px; background: transparent; color: #ffffff; font-size: 13px; font-weight: 500; border-radius: 6px; border: 1px solid rgba(255,255,255,0.4); cursor: pointer; white-space: nowrap; text-decoration: none; }

/* ft-section items */
.ft-overline { display: flex; align-items: center; gap: 8px; margin-bottom: 20px; justify-content: center; }
.ft-desc { font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.75; width: 520px; max-width: 100%; display: block; margin: 0 auto 35px auto; text-align: center; }
.ft-item { display: flex; align-items: center; gap: 14px; padding: 15px; border-bottom: 1px solid rgba(255,255,255,0.05); transition: background 0.15s; flex: 0 0 calc(33.33% - 0px); }
.ft-item:nth-child(4) { border-right: 1px solid rgba(255,255,255,0.1); }
.ft-item-text { font-size: 13px; color: rgba(255,255,255,0.75); line-height: 1.4; font-weight: 600; text-transform: uppercase; }
.core-value-icon svg { width: 30px; height: 30px; color: #ffffff; }

/* Philosophy page */
.philosophy-block { padding: 10px; border-bottom: 1px solid #f0f0f0; }
.philosophy-block:last-child { border-bottom: none; }
.philosophy-inner { display: flex; align-items: center; gap: 30px; }
.philosophy-reverse .philosophy-inner { flex-direction: row-reverse; }
.philosophy-text { flex: 1; }
.philosophy-image { flex: 0 0 280px; max-width: 280px; }
.philosophy-image img { width: 100%; object-fit: cover; border-radius: 8px; }
.philosophy-text h4 { font-size: 16px; display: inline-block; border-bottom: 3px solid #1e5d8b; padding-bottom: 5px; text-transform: uppercase; font-weight: 600; color: #d8002a; }
.philosophy-list { padding-left: 0; margin-top: 10px; }
.philosophy-list li { margin-bottom: 8px; line-height: 1.7; color: #444; position: relative; }
.philosophy-list li::marker { color: #c0392b; }

/* Core Values Grid */
.core-values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 20px; }
.core-value-item { text-align: center; padding: 20px 15px; border: 1px solid #e8e8e8; border-radius: 8px; background: #fafafa; transition: all 0.3s ease; }
.core-value-item:hover { box-shadow: 0 4px 15px rgba(0,0,0,0.1); transform: translateY(-3px); border-color: #c0392b; }
.core-value-icon { width: 60px; height: 60px; margin: 0 auto 12px; background: #1a2e4a; border-radius: 50%; display: flex; align-items: center; justify-content: center; padding: 12px; }
.core-value-icon img { width: 100%; height: 100%; object-fit: contain; filter: brightness(0) invert(1); }
.core-value-item h6 { font-size: 13px; font-weight: 600; color: #1a2e4a; margin: 0; line-height: 1.4; }

/* Sidebar level-2 sub-menu */
/*.profile-list-ul .sub-item.level-2 { padding-left: 10px; }*/

@media (max-width: 992px) {
    .philosophy-reverse .philosophy-inner { flex-direction: column; }
    .philosophy-image { flex: none; max-width: 100%; width: 100%; }
    .core-values-grid { grid-template-columns: repeat(2, 1fr); }
    .ft-item { flex: 0 0 100%; }
}
@media (max-width: 576px) {
    .core-values-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}

/* ============================================================
   RESPONSIVE ENHANCEMENTS — 2026-06-30
   Covers: 2560 → 320px per design spec
   ============================================================ */

/* 1100px — tighten nav before hamburger mode */
@media (max-width: 1100px) {
    .mega-menu > ul.header_mega_menu > li > a { padding: 13px 8px 18px; }
    .typeahead-search input { width: 220px; }
}

/* 1024px — laptop / tablet-landscape */
@media (max-width: 1024px) {
    .mega-menu > ul.header_mega_menu > li > a { padding: 13px 6px 18px; font-size: 14px; }
    .select-wrapper select { padding: 12px 10px; font-size: 14px; height: 46px; }
    .typeahead-search input { width: 180px; font-size: 14px; height: 46px; padding: 12px 15px; }
    .header__search-form { margin-left: 15px; }
}

/* ── Mobile nav drawer header (hidden on desktop) ── */
.mobile-nav-header {
    display: none;
}

/* ── Submenu toggle button hidden on desktop, shown only in mobile drawer ── */
.submenu-toggle {
    display: none;
}

/* ── Mobile nav backdrop ── */
.mobile-nav-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 9998;
    cursor: pointer;
}
.mobile-nav-backdrop.active { display: block; }

/* 991px — slide-in drawer from left */
@media (max-width: 991px) {

    /* Drawer: always in DOM, slides in/out via left */
    .header__mega-menu {
        display: block !important;
        position: fixed;
        top: 0;
        left: -105%;
        width: 290px;
        max-width: 85vw;
        height: 100%;
        background: #111111;
        border-right: 3px solid #cc2020;
        z-index: 9999;
        overflow-y: auto;
        overflow-x: hidden;
        transition: left 0.32s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .header__mega-menu.active {
        left: 0;
    }

    /* Drawer top bar: logo + close button */
    .mobile-nav-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 14px 16px;
        background: #fff;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        position: sticky;
        top: 0;
        z-index: 1;
    }
    .mobile-nav-close {
        background: none;
        border: none;
        color: rgba(255,255,255,0.7);
        cursor: pointer;
        padding: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        transition: background 0.2s, color 0.2s;
    }
    .mobile-nav-close:hover { background: rgba(255,255,255,0.1); color: #fff; }
    .mobile-nav-close svg {
        width: 20px; height: 20px;
        stroke: currentColor; fill: none;
        stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round;
    }

    /* Strip container/row padding so nav fills drawer width */
    .header__mega-menu .container,
    .header__mega-menu.active .container { max-width: 100%; padding: 0; }
    .header__mega-menu .row { margin: 0; }
    .header__mega-menu .col--mega-menu-left,
    .header__mega-menu.active .col--mega-menu-left { padding: 0; text-align: left; }

    /* Main list */
    .mega-menu { width: 100%; }
    .header_mega_menu { display: block !important; margin: 0; padding: 0; }

    /* Top-level item: flex row (link + chevron side by side) */
    .mega-menu > ul.header_mega_menu > li {
        display: flex !important;
        flex-wrap: wrap;
        align-items: stretch;
        border-bottom: 1px solid rgba(255,255,255,0.08);
        position: static !important;
        background: none !important;
    }
    .mega-menu > ul.header_mega_menu > li.current_page_item {
        background: rgba(6,91,141,0.3) !important;
    }

    /* Top-level link */
    .mega-menu > ul.header_mega_menu > li > a.menu-link {
        flex: 1;
        padding: 15px 18px;
        color: #ffffff;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.2px;
        display: block;
        text-align: left;
    }
    .mega-menu > ul.header_mega_menu > li > a.menu-link:hover { color: #fca5a5; }
    .mega-menu > ul.header_mega_menu > li.current_page_item > a.menu-link { color: #f87171; }

    /* Remove desktop after-chevron */
    .mega-menu > ul.header_mega_menu > li.menu-item-has-children > a:after { display: none !important; }

    /* Chevron button injected by JS */
    .submenu-toggle {
        background: none;
        border: none;
        border-left: 1px solid rgba(255,255,255,0.1);
        color: rgba(255,255,255,0.55);
        width: 52px;
        flex-shrink: 0;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.2s, color 0.2s;
    }
    .submenu-toggle:hover,
    .submenu-toggle:focus { background: rgba(255,255,255,0.07); color: #fff; outline: none; }
    .submenu-toggle svg {
        width: 16px; height: 16px;
        stroke: currentColor; fill: none;
        stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round;
        transition: transform 0.25s ease;
        pointer-events: none;
    }
    .menu-item-has-children.open > .submenu-toggle svg { transform: rotate(180deg); }

    /* Disable CSS hover on sub-menus — JS handles open/close only */
    .menu-item-has-children:hover > ul.sub-menu {
        opacity: 0 !important;
        visibility: hidden !important;
        display: none !important;
    }

    /* Sub-menu: accordion panel */
    .mega-menu > ul.header_mega_menu > li > ul.sub-menu {
        position: static !important;
        width: 100%;
        background: rgba(0,0,0,0.25);
        border-top: 1px solid rgba(255,255,255,0.06);
        visibility: visible !important;
        opacity: 1 !important;
        box-shadow: none;
        min-width: 0;
        z-index: auto;
        display: none !important;
    }
    .mega-menu > ul.header_mega_menu > li.open > ul.sub-menu {
        display: block !important;
    }

    /* Sub-menu links */
    .mega-menu > ul.header_mega_menu > li > ul.sub-menu li { display: block; }
    .mega-menu > ul.header_mega_menu > li > ul.sub-menu li a {
        padding: 12px 18px 12px 34px;
        font-size: 14px;
        color: rgba(255,255,255,0.65) !important;
        border-bottom: 1px solid rgba(255,255,255,0.05);
        display: block;
        font-weight: 500;
        background: none !important;
        text-align: left;
        line-height: 1.4;
    }
    .mega-menu > ul.header_mega_menu > li > ul.sub-menu li:last-child a { border-bottom: none; }
    .mega-menu > ul.header_mega_menu > li > ul.sub-menu li a:hover {
        color: #fff !important;
        background: rgba(255,255,255,0.06) !important;
    }

    /* Search: hidden on mobile */
    .header__search-form { display: none; }

    /* ft-item: fix 3-col border on 2-col layout */
    .ft-item:nth-child(4) { border-right: none; }
}

/* Hamburger bars animate to × when drawer is open */
.menu-bar { transition: transform 0.3s ease, opacity 0.2s ease; }
.menu-toggle-btn.is-active .menu-bar:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-toggle-btn.is-active .menu-bar:nth-child(2) { opacity: 0; transform: scaleX(0); }
.menu-toggle-btn.is-active .menu-bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* 768px — image heights when Bootstrap cols stack (height:100% collapses) */
@media (max-width: 768px) {
    /* Service page */
    .service-warapper .img-box { min-height: 260px; }
    .service-warapper .img-box img { height: 260px; object-fit: cover; }
    /* Normal row: img on top → round top corners only */
    .service-warapper .img-box img {
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
    .service-warapper .col-text {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }
    /* Reversed row: col-text stacks on top, img on bottom */
    .service-warapper .flex-row-reverse .img-box img {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }
    .service-warapper .flex-row-reverse .col-text {
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
    /* Contact page get-touch image */
    .get-touch-block .img-box { min-height: 280px; }
    .get-touch-block .img-box img { height: 280px; object-fit: cover; }
    /* Hero image */
    .col-image .img-box { min-height: 220px; }
    /*.col-image .img-box img { height: 220px; object-fit: cover; }*/
    /* Map iframe */
    .map-frame iframe { min-height: 420px; }
}

/* 576px — reduce image heights and tighten form padding */
@media (max-width: 576px) {
    .service-warapper .img-box { min-height: 220px; }
    .service-warapper .img-box img { height: 220px; }
    .get-touch-block .img-box { min-height: 200px; }
    .get-touch-block .img-box img { height: 200px; }
    .col-image .img-box { min-height: 200px; }
    /*.col-image .img-box img { height: 200px; }*/
    .get-touch-block .form-wrapper { padding: 25px 15px; }
    .map-frame iframe { min-height: 260px; }
}

/* 480px — small mobile font & spacing scale-down */
@media (max-width: 480px) {
    .hero-title h1 { font-size: 27px; }
    .our-strength-section .title-wrapper h2 { font-size: 22px; }
    .title-box h2 { font-size: 22px; line-height: 26px; }
    .body-text p { font-size: 16px; line-height: 22px; }
    .hero-text p { font-size: 16px; line-height: 22px; }
    .count-wrapper .count-box .number-count { font-size: 28px; }
    .contact-block { padding: 20px 15px; }
    .get-touch-block .form-wrapper { padding: 20px 12px; }
    .service-box .content-box p { font-size: 16px; line-height: 24px; }
    .service-warapper .img-box { min-height: 200px; }
    .service-warapper .img-box img { height: 200px; }
}

/* 360px — very small mobile */
@media (max-width: 360px) {
    .hero-title h1 { font-size: 22px; }
    .title-box h2 { font-size: 20px; line-height: 24px; }
    .logo img { max-width: 180px; }
    .body-text p { font-size: 15px; line-height: 21px; }
    .get-touch-block .img-box { min-height: 180px; }
    .get-touch-block .img-box img { height: 180px; }
}
