@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Oswald:wght@400;500;600;700;800;900&display=swap');

/* === Reset === */
html { margin: 0; padding: 0; scroll-behavior: smooth; }
body { color: #000; font-family: 'Times New Roman', Times, serif; font-size: 16px; font-style: normal; margin: 0; padding: 0; }
div { margin: 0; padding: 0; }
ul { margin: 0; padding: 0; }
li { margin: 0; padding: 0; text-align: left; list-style: none; }
img { border: 0; margin: 0; padding: 0; }
a { text-decoration: none; transition: all 0.25s ease-in-out; }
a:hover { transition: all 0.25s ease-in-out; }
p { line-height: 24px; margin: 6px 0; padding: 0; text-align: justify; }
h1 { color: #000; font-size: 24px; font-weight: bold; margin: 0; padding: 10px 0; text-align: center; }
form { margin: 0; padding: 0; }
input { margin: 0; padding: 0; }
table, tr, td { margin: 0; padding: 0; }
b { margin: 0; padding: 0; }

.clear { clear: both; }
.clearfix:before, .clearfix:after { clear: both; content: ""; display: table; }

/* === Layout === */
.main { margin: 0 auto; max-width: 1500px; padding: 0 40px; }
.template-container { margin: 0 auto; max-width: 1500px; padding: 0 1.25rem; }

/* === Header === */
.header {
  background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  box-sizing: border-box;
  left: 0;
  padding: 20px 15px 15px;
  position: fixed;
  right: 0;
  top: 0;
  transition: background 0.7s ease 0s;
  width: 100%;
  z-index: 300;
}
.header.scrolled {
  background: rgba(0,0,0,0.95);
}
.logo { float: left; margin: 8px 0 0; }
.logo img { max-width: 100%; }
.header_call { float: right; display: flex; align-items: center; gap: 10px; margin-top: 10px; }
.call_btn {
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px;
  text-decoration: none;
  white-space: nowrap;
}
.call_btn svg { flex-shrink: 0; }
.call_btn:hover { background: #005eb8; border-color: #005eb8; }
.main_nav { float: right; position: relative; }

/* === CSS Menu === */
#cssmenu { box-sizing: border-box; background: transparent; border: 0; display: block; float: left; line-height: 1; list-style: none; margin: 0; padding: 0; position: relative; z-index: 99; }
#cssmenu ul { box-sizing: border-box; border: 0; display: block; line-height: 1; list-style: none; margin: 0; padding: 0; position: relative; }
#cssmenu ul li { box-sizing: border-box; border: 0; display: block; line-height: 1; list-style: none; margin: 0; padding: 0; position: relative; }
#cssmenu ul li a { box-sizing: border-box; border: 0; display: block; line-height: 1; list-style: none; margin: 0; padding: 0; position: relative; }
#cssmenu > ul > li { float: left; }
#cssmenu > ul > li > a { color: #fff; font-size: 16px; font-weight: 400; padding: 12px 16px; text-decoration: none; text-transform: uppercase; }
#cssmenu > ul > li:hover > a { background: transparent; color: #005eb8; }
#cssmenu > ul > li.has-sub > a::before { background: #fff; content: ""; display: block; height: 2px; position: absolute; right: 2px; top: 20px; width: 10px; }
#cssmenu > ul > li.has-sub > a::after { background: #fff; content: ""; display: block; height: 10px; position: absolute; right: 6px; top: 16px; width: 2px; }
#cssmenu > ul > li.has-sub:hover > a::after { height: 0px; }
#cssmenu > ul > li.has-sub:hover > a:before { background: #005eb8; content: ""; display: block; height: 2px; position: absolute; right: 2px; top: 20px; width: 10px; }
#cssmenu li:hover > ul { left: auto; }
#cssmenu li:hover > ul > li { height: auto; }
#cssmenu ul ul { box-shadow: 0px 0px 10px 0px transparent; left: -9999px; position: absolute; z-index: 999999; }
#cssmenu ul ul li { height: 0; }
#cssmenu ul ul li a { background: #edf6ff; border-bottom: 1px solid #c5d7e8; color: #000; font-size: 14px; line-height: 19px; padding: 11px 23px; text-decoration: none; width: 200px; }
#cssmenu ul ul li a:hover { background: #c5d7e8; color: #000; }
#cssmenu ul ul li:hover > a { background: #c5d7e8; color: #000; }
#cssmenu ul ul li.has-sub > a:before { background: #000; content: ""; display: block; height: 2px; position: absolute; right: 6px; top: 22px; width: 10px; }
#cssmenu ul ul li.has-sub > a:after { background: #000; content: ""; display: block; height: 10px; position: absolute; right: 10px; top: 18px; width: 2px; }
#cssmenu ul ul li.has-sub:hover > a:before { background: #000; content: ""; display: block; height: 2px; position: absolute; right: 6px; top: 22px; width: 10px; }
#cssmenu ul ul li.has-sub:hover > a:after { height: 0px; }
#cssmenu ul ul ul { margin-left: -100%; top: 0; }
#cssmenu ul ul li:last-child > a { border-bottom: 0; }
#cssmenu #menu-button { box-sizing: border-box; border: 0; color: #fff; display: none; line-height: 1; list-style: none; margin: 0; padding: 0; position: relative; }
#cssmenu .submenu-button:before { background: #fff; }
#cssmenu .submenu-button:after { background: #fff; }
#cssmenu .submenu-button.submenu-opened:after { background: #000; }
#cssmenu .submenu-button.submenu-opened { background: #ffffff; }
#cssmenu #menu-button:before { background: #fff; }
#cssmenu #menu-button:after { border-bottom: 2px solid #fff; border-top: 2px solid #fff; }
#cssmenu #menu-button.menu-opened:before { background: #fff; }
#cssmenu #menu-button.menu-opened:after { background: #fff; }

/* === Banner === */
.banner-area { display: block; margin: 0; overflow: hidden; padding: 0; text-align: center; width: 100%; }
.banner-area .banner .slick-list { display: block; overflow: hidden; width: 100%; }
.banner { display: block; margin-bottom: 0; position: relative; width: 100%; }
.banner img { max-width: 100%; width: 100%; }

/* Slick overrides */
.slick-dotted.slick-slider { margin-bottom: 0px; }
.slick-dots { bottom: 20px; display: block; list-style: none; margin: 0; padding: 0; position: absolute; right: 25px; text-align: center; width: 100%; z-index: 9; }
.slick-dots li { cursor: pointer; display: inline-block; height: 3px; margin: 0 5px; padding: 0; position: relative; width: 15px; }
.slick-dots li button { background: transparent; border: 1px solid #fff; border-radius: 10px; color: transparent; cursor: pointer; display: block; font-size: 0; height: 3px; line-height: 0; outline: none; padding: 2px 4px; width: 15px; }
.slick-dots li button:before { color: black; content: ''; font-family: 'slick'; font-size: 6px; height: 20px; left: 0; line-height: 20px; opacity: .25; position: absolute; text-align: center; top: 0; width: 20px; }
.slick-dots li.slick-active button:before { color: black; opacity: .75; }
.slick-dots li button:hover, .slick-dots li button:focus { background: #fff; outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-prev { background: transparent; border: none; color: transparent; cursor: pointer; display: none !important; font-size: 0; height: 20px; left: -25px; line-height: 0; outline: none; padding: 0; position: absolute; top: 50%; transform: translate(0, -50%); width: 20px; }
.slick-next { background: transparent; border: none; color: transparent; cursor: pointer; display: none !important; font-size: 0; height: 20px; line-height: 0; outline: none; padding: 0; position: absolute; right: -25px; top: 50%; transform: translate(0, -50%); width: 20px; }
.slick-track { margin: 0 auto; width: 90%; }

/* === Company Growth / Stats === */
.company_growth {
  background: url('images/fact-bg.jpg') top center no-repeat;
  background-size: cover;
  padding: 70px 15px;
}
.company_growth ul { list-style-type: none; text-align: center; }
.company_growth li {
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  float: left;
  margin: 5px 1.5%;
  padding: 25px;
  width: 17%;
}
.company_growth li h2 {
  color: #005eb8;
  font-family: 'Oswald', sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  margin: 0 0 10px;
  padding: 0 0 10px;
  text-align: left;
}
.company_growth li p {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  text-align: right;
}
.fact_title {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  margin: 0 0 35px 10px;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}
.fact_title span { color: #005eb8; }

/* === Products (static_categ) === */
.static_categ { padding: 60px 0 20px; text-align: center; }
.static_categ h2 {
  color: #000;
  float: left;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin: 0 0 40px;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}
.static_categ img:hover { transform: scale(1.02); }
.static_categ img {
  margin: 1px;
  transition: all 0.7s ease 0s;
  width: 24.5%;
}
.viewAll { float: right; font-size: 16px; font-weight: 700; line-height: 20px; margin: 15px 0 0; text-align: center; text-transform: uppercase; }
.viewAll a:hover { color: #000; }
.viewAll a { color: #005eb8; }
.viewAll img { margin: 0 0 0 5px; vertical-align: middle; }

/* === Application Area (small_para) === */
.small_para {
  background: url('images/para-bg.jpg') top center no-repeat;
  background-color: #333;
  background-size: cover;
  padding: 80px 15px;
}
.small_para_txt {
  color: #fff;
  float: left;
  font-size: 25px;
  line-height: 42px;
  width: 30%;
}
.small_para_txt h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  line-height: 35px;
  margin: 0 0 20px;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}
.small_para_txt h2 span { color: #005eb8; }
.small_para_txt ul { list-style: disc; padding-left: 20px; }
.small_para_txt li { color: #fff; font-size: 18px; line-height: 36px; list-style: disc; }
.para_img { float: right; text-align: right; width: 69%; }
.para_img img { max-width: 100%; }

/* === Home Products (Popular) === */
.homeProducts { background: #232426; padding: 50px 15px; }
.default_title {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.default_title span { color: #005eb8; }
.matterPart { float: left; height: auto; margin: 0 1%; width: 23%; }
.imgAndzoom { border: 1px solid #ddd; overflow: hidden; text-align: center; }
.imagePart { text-align: center; }
.imagePart img:hover { transform: scale(1.1); }
.imagePart img { margin: 0 0 -4px; transition: all 0.7s ease 0s; width: 100%; }
.btnArea { padding: 15px 0 0; transition: all 0.7s ease 0s; }
.proName {
  font-size: 19px;
  font-weight: 400;
  height: 42px;
  line-height: 22px;
  text-align: center;
}
.proName a:hover { color: #005eb8; }
.proName a { color: #fff; text-decoration: none; }
.shortDisc { display: none; font-size: 16px; line-height: 22px; margin: 12px 0 0; max-height: 60px; overflow: hidden; text-align: left; }
.sendInquary {
  font-size: 16px;
  font-weight: 700;
  margin: 15px auto 0;
  text-align: center;
  text-transform: uppercase;
  width: 85%;
}
.sendInquary a:hover { background: #fff; color: #000; }
.sendInquary a { border: 1px solid #fff; color: #fff; display: block; padding: 12px 0; }

/* === Content/About Area === */
.content_area {
  background: url('images/content-bg.jpg') top center no-repeat;
  background-color: #1a1a2e;
  background-size: cover;
  padding: 50px 15px 60px;
}
.about_img { float: right; text-align: right; width: 34%; }
.about_img img { max-width: 100%; }
.home_txt_area {
  color: #fff;
  float: left;
  font-size: 17px;
  font-weight: 400;
  line-height: 29px;
  padding: 20px 0 0;
  width: 62%;
}
.home_txt_area ul { margin: 10px 0 1px 15px; }
.company_vision { color: #fff; line-height: 28px; margin: 0 0 20px; }
.company_vision h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
  margin: 0 0 10px;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}
.company_vision h2 span { color: #005eb8; }
.company_vision h1 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  margin: 0;
  padding: 0;
  text-align: left;
}
.read_more {
  font-size: 17px;
  font-weight: 500;
  line-height: 21px;
  margin: 20px 0 0;
  text-align: center;
  width: 160px;
}
.read_more a:hover { background: #000; color: #fff; }
.read_more a { background: #005eb8; color: #fff; display: block; padding: 13px 0; }

/* === Testimonials === */
.testimonial_area { background: #000; padding: 50px 15px; text-align: center; }
.testimonial_area h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.testimonial_area h2 span { color: #005eb8; }
.testimonial_area img { max-width: 100%; }
#mycrawler3 { overflow-x: auto; -webkit-overflow-scrolling: touch; }
#mycrawler3 img { max-width: 100%; min-width: 700px; }

/* === Key Clients === */
.key_clients_area {
  background: #f5f5f5;
  padding: 60px 15px;
  text-align: center;
}
.clients_grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin: 0 auto;
}
.client_logo {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 200px;
  transition: all 0.5s ease;
}
.client_logo:hover {
  box-shadow: 0 5px 25px rgba(0,0,0,0.15);
  transform: translateY(-5px);
}
.client_logo img {
  max-width: 100%;
  max-height: 70px;
  object-fit: contain;
}

/* === Certifications === */
.certifications_area {
  background: #232426;
  padding: 60px 15px;
  text-align: center;
}
.certs_grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  margin: 0 auto;
}
.cert_logo {
  background: #fff;
  border-radius: 10px;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  width: 160px;
  transition: all 0.5s ease;
}
.cert_logo:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 25px rgba(0,94,184,0.3);
}
.cert_logo img {
  max-width: 100%;
  max-height: 90px;
  object-fit: contain;
}

/* === Footer === */
.footer { background: #232426; padding: 40px 15px 40px; }
.footer ul { list-style-type: none !important; }
.add_box { float: left; width: 50%; }
.add_box h3 { color: #cedfef; font-size: 15px; font-weight: bold; margin: 0 0 7px; padding: 0; }
.add_icon { float: left; margin: 6px 15px 0 0; }
.contact_detail { color: #fff; font-size: 25px; font-weight: 700; margin: 0 0 20px; }
.contact { color: #fff; font-size: 16px; font-weight: normal; line-height: 24px; text-align: left; }
.contact a:hover { text-decoration: underline; }
.contact a { color: #fff; text-decoration: none; }
.contact img { vertical-align: middle; }
.co_name_small { color: #fff; display: block; font-size: 20px; margin: 0 0 20px; padding: 0 0 10px; }
.punchline { color: #fff; font-size: 14px; font-style: italic; padding: 5px; text-align: left; }
.footer_strip { float: left; font-size: 16px; margin: 0 4%; width: 14%; }
.footer_strip ul { list-style-type: none; }
.footer_strip li { color: #fff; margin: 0; padding: 6px 0; }
.footer_strip li a { color: #fff; display: block; }
.footer_strip li a:hover { color: #005eb8; }
.footer_pro { float: left; font-size: 16px; font-weight: 400; width: 16%; }
.footer_pro ul { height: 124px; list-style-type: none; overflow: hidden; }
.footer_pro li { color: #fff; padding: 6px 0; }
.footer_pro li a { color: #fff; display: block; font-weight: 400; }
.footer_pro li a:hover { color: #005eb8; }
.view_all2 { font-size: 16px; font-weight: 400; padding: 6px 0; }
.view_all2 a:hover { color: #005eb8; }
.view_all2 a { color: #fff; display: block; }
.left_menu { color: #ffffff; font-weight: normal; text-align: left; text-decoration: none; }
.google_map { float: right; margin: 0; width: 45%; }
.footer_link { border-top: 1px solid #656567; margin: 20px 0 0; padding: 20px 0 0; text-align: center; }
.footer_link a { display: inline-table; float: none; }
.footer_link img { margin: 0 6px 0 0; vertical-align: middle; }
.footer_links a:hover { color: #fff; text-decoration: underline; }
.footer_links a { color: #fff; text-decoration: none; }
.footer_links { color: #fff; font-weight: normal; padding: 5px; text-align: center; }

/* Call to action buttons */
a .callto_action_buttons:hover {
  background: #005eb8;
  border: 1px solid #005eb8;
  color: #fff;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
a .callto_action_buttons,
.callto_action_buttons {
  background: transparent;
  border: 1px dashed #fff;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin: 0 6px;
  padding: 13px 30px;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.callto_action_buttons:hover {
  background: #005eb8;
  border: 1px solid #005eb8;
  color: #fff;
}

/* === Copyright === */
.copyright_bg { background-color: #fff; }
.terms-footer-section { display: block; margin: 0; padding: 20px 0; width: 100%; }
.terms-footer-section .terms-section-area { align-items: center; display: flex; justify-content: center; width: 100%; }
.terms-footer-section .terms-section { color: #333; font-size: 13px; }
.terms-footer-section .terms-section .terms-condition { color: #000; display: block; line-height: 22px; margin: 0; text-align: center; }

/* === Scroll to top === */
.scrollToTop:hover { text-decoration: none; }
.scrollToTop {
  background-color: #005eb8;
  bottom: 30px;
  color: #fff;
  border-radius: 50%;
  display: none;
  font-size: 14px;
  font-weight: bold;
  height: 45px;
  width: 45px;
  line-height: 45px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  z-index: 99;
  transition: all 0.3s ease;
}
.scrollToTop:hover { background-color: #004a93; }

/* === WhatsApp button === */
.whatsapp_phone { bottom: 100px; left: 10px; position: fixed; z-index: 99; }

/* === Send Inquiry Fixed Button === */
.static_send_inq {
  height: 102px !important;
  padding: 24px 14px;
  position: fixed;
  right: 4px;
  bottom: 16px;
  z-index: 9999;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
}
.static_send_inq a {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #000 !important;
  font-size: 14px !important;
  text-align: center;
  line-height: 18px;
  width: 40px;
  height: 56px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
}

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

/* --- Tablet --- */
@media (max-width: 1000px) {
  .main { padding: 0 15px; }
  .home_txt_area { width: auto; float: none; margin: 0; }
  .small_para_txt { width: auto; float: none; }
  .para_img { width: auto; float: none; text-align: center; margin-top: 20px; }
  .about_img { width: auto; float: none; text-align: center; margin-bottom: 20px; }
  .company_growth li { width: 17%; margin: 5px 1.5%; }
}

/* --- Mobile menu breakpoint --- */
@media all and (max-width: 801px) {
  #cssmenu > ul > li.has-sub:hover > a:before, #cssmenu ul ul li.has-sub:hover > a:before { display: none; }
  #cssmenu { width: auto; max-width: 300px; z-index: 1000; background: #005eb8; padding: 0; border: 0; float: none; position: absolute; right: 10px; margin: 3px 0 0; }
  #cssmenu ul { width: 100%; min-width: 280px; display: none; background: #005eb8; }
  #cssmenu ul li { width: 100%; border-top: 1px solid rgba(120,120,120,0.2); }
  #cssmenu ul ul li, #cssmenu li:hover > ul > li { height: auto; }
  #cssmenu ul li a, #cssmenu ul ul li a { width: 100%; border-bottom: 0; padding: 15px 20px; color: #fff; font-size: 14px; }
  #cssmenu > ul > li { float: none; background: none; }
  #cssmenu > ul > li:hover > a { color: #fff; }
  #cssmenu ul ul li a { padding-left: 25px; background: none; }
  #cssmenu ul ul ul li a { padding-left: 35px; }
  #cssmenu ul ul, #cssmenu ul ul ul { position: relative; left: 0; width: 100%; margin: 0; text-align: left; }
  #cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before { display: none; }
  #cssmenu #menu-button {
    display: block;
    padding: 12px 17px 20px 35px;
    cursor: pointer;
    font-size: 0;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute; top: 16px; right: 17px; display: block; height: 4px; width: 20px; content: '';
    border-bottom: 2px solid #fff; border-top: 2px solid #fff;
  }
  #cssmenu #menu-button:before {
    position: absolute; top: 10px; right: 17px; display: block; height: 2px; width: 20px; content: '';
    background: #fff;
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px; border: 0; height: 2px; width: 15px; background: #fff;
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px; width: 15px;
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute; z-index: 99; right: 0; top: 0; display: block; height: 46px; width: 46px; cursor: pointer;
  }
  #cssmenu ul ul .submenu-button { height: 34px; width: 34px; }
  #cssmenu .submenu-button:after {
    position: absolute; top: 22px; right: 19px; width: 8px; height: 2px; display: block; content: ''; background: #fff;
  }
  #cssmenu ul ul .submenu-button:after { top: 15px; right: 13px; }
  #cssmenu .submenu-button:before {
    position: absolute; top: 19px; right: 22px; display: block; width: 2px; height: 8px; content: ''; background: #fff;
  }
  #cssmenu ul ul .submenu-button:before { top: 12px; right: 16px; }
  #cssmenu .submenu-button.submenu-opened:before { display: none; }
  #cssmenu .submenu-button.submenu-opened { background: rgba(255,255,255,0.15); }
}

/* --- Small tablet / large phone --- */
@media (max-width: 800px) {
  body { font-size: 15px; }

  /* Header */
  .header { position: fixed; top: 0; left: 0; right: 0; background: rgba(0,0,0,0.95); padding: 10px 15px; margin: 0; z-index: 300; }
  .banner-area { padding-top: 60px; }
  .logo { margin: 2px 0 0; }
  .logo img { max-width: 120px; }
  .header_call { margin-top: 2px; gap: 6px; }
  .call_btn { font-size: 12px; padding: 6px 10px; }
  .main_nav { margin: 0; }
  .slick-dots { z-index: 1; }
  .static_send_inq { display: none !important; }

  /* Hide desktop-only elements */
  .showcase, .add_icon { display: none !important; }
  .social_icons_top { display: none !important; }

  /* Stats */
  .company_growth { padding: 40px 15px; }
  .company_growth li { width: 28%; margin: 5px 2%; padding: 20px 15px; }
  .company_growth li h2 { font-size: 28px; line-height: 35px; }
  .company_growth li p { font-size: 14px; height: auto; }
  .fact_title { font-size: 22px; line-height: 30px; margin: 0 0 25px 0; text-align: center; }

  /* Products grid */
  .static_categ { padding: 30px 10px; display: flex; flex-wrap: wrap; justify-content: center; }
  .static_categ .main { width: 100%; }
  .static_categ h2 { font-size: 28px; line-height: 36px; margin: 0 0 20px; float: none; text-align: center; }
  .static_categ a { width: 46%; margin: 2%; }
  .static_categ img { width: 100%; margin: 0; }
  .viewAll { float: none; text-align: center; margin: 0 0 15px; }

  /* Application area */
  .small_para { padding: 35px 15px; }
  .small_para_txt { width: 100%; float: none; font-size: 18px; line-height: 32px; padding: 0; }
  .small_para_txt h2 { font-size: 24px; text-align: center; }
  .small_para_txt ul { text-align: left; }
  .small_para_txt li { font-size: 16px; line-height: 30px; }
  .para_img { display: none; }

  /* About / Content area */
  .content_area { padding: 30px 15px; }
  .about_img { display: none; }
  .home_txt_area { width: 100%; float: none; font-size: 15px; line-height: 26px; padding: 0; }
  .read_more { margin: 20px auto 0; }

  /* Testimonials */
  .testimonial_area { padding: 30px 15px; }
  .testimonial_area h2 { font-size: 28px; line-height: 35px; margin: 0 0 20px; }
  #mycrawler3 img { max-width: 100%; height: auto; }

  /* Key Clients + Certifications */
  .key_clients_area { padding: 40px 15px; }
  .certifications_area { padding: 40px 15px; }
  .clients_grid { gap: 15px; justify-content: center; }
  .certs_grid { gap: 15px; }
  .client_logo { width: 42%; height: 85px; padding: 15px 20px; box-sizing: border-box; }
  .cert_logo { width: 42%; height: 100px; padding: 15px; box-sizing: border-box; }

  /* Footer */
  .footer { padding: 30px 15px; }
  .add_box { width: 100%; float: none; text-align: center; margin-bottom: 25px; }
  .footer_strip { display: none; }
  .footer_pro { display: none; }
  .google_map { float: none; width: 100%; margin-top: 20px; }
  .contact { text-align: center; }
  .contact_detail { text-align: center; font-size: 22px; }
  .co_name_small { text-align: center; }
  .footer_link { text-align: center; }

  /* Default title */
  .default_title { font-size: 28px; line-height: 36px; margin: 0 0 25px; }
}

/* --- Phone --- */
@media (max-width: 480px) {
  /* Header */
  .header { padding: 8px 10px; }
  .logo img { max-width: 100px; }
  .header_call { gap: 4px; margin-top: 0; }
  .call_btn { font-size: 11px; padding: 5px 8px; }
  #cssmenu { right: 5px; max-width: 260px; }
  #cssmenu ul { min-width: 260px; }
  #cssmenu ul li a, #cssmenu ul ul li a { padding: 12px 15px; font-size: 13px; }

  /* Banner */
  .banner img { min-height: 180px; object-fit: cover; }

  /* Stats */
  .company_growth { padding: 30px 10px; }
  .fact_title { font-size: 18px; line-height: 26px; margin: 0 0 20px 0; }
  .company_growth li { width: 42%; margin: 5px 3%; padding: 18px 12px; border-radius: 8px; }
  .company_growth li h2 { font-size: 24px; line-height: 30px; margin: 0 0 5px; padding: 0 0 5px; text-align: center; }
  .company_growth li p { font-size: 12px; height: auto; line-height: 16px; text-align: center; }

  /* Products */
  .static_categ { padding: 25px 8px; }
  .static_categ h2 { font-size: 22px; line-height: 30px; margin: 0 0 10px; }
  .static_categ a { width: 46%; margin: 2%; }
  .static_categ img { width: 100%; margin: 0; }

  /* Application area */
  .small_para { padding: 30px 15px; }
  .small_para_txt h2 { font-size: 20px; line-height: 28px; margin: 0 0 15px; }
  .small_para_txt li { font-size: 14px; line-height: 28px; }

  /* About */
  .content_area { padding: 25px 15px; }
  .home_txt_area { font-size: 14px; line-height: 24px; }
  .company_vision h2 { font-size: 24px; line-height: 32px; }
  .read_more { width: 140px; font-size: 15px; }
  .read_more a { padding: 10px 0; }

  /* Testimonials */
  .testimonial_area { padding: 25px 10px; }
  .testimonial_area h2 { font-size: 22px; line-height: 30px; margin: 0 0 15px; }

  /* Key Clients + Certifications */
  .key_clients_area { padding: 30px 10px; }
  .certifications_area { padding: 30px 10px; }
  .default_title { font-size: 22px; line-height: 30px; margin: 0 0 20px; }
  .clients_grid { gap: 15px; }
  .certs_grid { gap: 15px; }
  .client_logo { width: 42%; height: 75px; padding: 12px 15px; box-sizing: border-box; }
  .cert_logo { width: 42%; height: 90px; padding: 12px; box-sizing: border-box; }

  /* Footer */
  .footer { padding: 25px 15px; }
  .contact_detail { font-size: 20px; margin: 0 0 15px; }
  .contact { font-size: 14px; line-height: 22px; }
  .google_map iframe { height: 200px; }
  .callto_action_buttons { font-size: 14px; padding: 10px 25px; }

  /* Copyright */
  .terms-footer-section { padding: 15px 10px; }
  .terms-footer-section .terms-section { font-size: 11px; }

  /* Scroll to top */
  .scrollToTop { height: 38px; width: 38px; line-height: 38px; font-size: 12px; bottom: 20px; right: 15px; }
}

/* --- Small phone --- */
@media (max-width: 360px) {
  .logo img { max-width: 80px; }
  .call_btn { font-size: 10px; padding: 4px 6px; }
  #cssmenu { right: 2px; max-width: 240px; }
  #cssmenu ul { min-width: 240px; }

  .company_growth li { width: 90%; margin: 5px auto; display: block; float: none; }
  .company_growth li h2 { text-align: center; }
  .company_growth li p { text-align: center; }

  .static_categ a { width: 46%; margin: 2%; }
  .static_categ img { width: 100%; margin: 0; }
  .static_categ h2 { font-size: 20px; }

  .default_title { font-size: 20px; line-height: 28px; }
  .small_para_txt h2 { font-size: 18px; }

  .client_logo { width: 42%; height: 70px; padding: 10px; box-sizing: border-box; }
  .cert_logo { width: 42%; height: 80px; }
  .clients_grid { gap: 10px; }

  .contact_detail { font-size: 18px; }
}
