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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  font-family: poppins, sans-serif;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;

}
p{color: #434751;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 29.25px; /* 162.5% */}

img {
  max-width: 100%;
}


ul,
li {
  list-style: none;
   font-family: poppins, sans-serif;;
}

a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
   font-family: poppins, sans-serif;
  font-size: 15px;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;

}

.hover_btn {
  position: relative;
  overflow: hidden !important;
  display: block;
  transition: 0.2s ease-in-out;
}

.hover_btn:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000024;
  transform: rotate(45deg);
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 83%;
  transition: 0.2s ease-in-out;
}

.hover_btn:hover:after {
  left: -87% !important;
  transition: 0.5s ease-in-out;
}

.btn_style {
  background: #0a0b0b;
  color: #fff;
  border-radius: 30px;
  padding: 13px 30px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}

button {
  /* WebKit */
  -webkit-appearance: none;

  /* Mozilla */
  -moz-appearance: none;

  /* Opera */
  -o-appearance: none;

  /* Internet Explorer */
  -ms-appearance: none;

  /* CSS3 */
  appearance: none;
}

h1,
h2,
h3,
h5,
h6 {
   font-family: poppins, sans-serif;
}

h4 {
  font-size: 25px;
      font-weight: 600;
  margin: 0px 0px 10px;
  color: #2F343C;
   font-family: poppins, sans-serif;
}

p {
  color: #464646;
  font-size: 15px;
  font-weight: 400;
   font-family: poppins, sans-serif;
}

h1 {
  font-size: 66px;
  color: #fff;
  font-weight: bold;
  line-height: 50px;
}

h2 {
  font-size: 35px;
  color: #000;
  font-weight: bold;
  line-height: 45px;
  margin-bottom: 10px;
}

h2 {
  font-size: 25px;
  color: #000;
  font-weight: bold;
  line-height: 34px;
}

@media(max-width: 991px) {

  h2 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 35px;
  }
}

input:focus,
textarea:focus,
select:focus {
  box-shadow: none !important;
  outline: none;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  box-shadow: none !important;
  border: none;
  outline: none;
}

.sub_heading {
  font-size: 15px;
  color: EE1C25;
  font-weight: 500;
  color: #EE1C25;
  margin-bottom: 12px;
}

header.HeaderSticky {
  z-index: 99;
  position: fixed;
}

header.HeaderSticky .top_section {
  display: none;
}

header.HeaderSticky nav ul li a {
  padding: 24px 12px;
}

main {
  overflow: clip;
}

.banner_sec .swiper-slide img {
  width: 100%;
}

.banner_sec {
  position: relative;
}

header.HeaderSticky nav ul ul li a {
  padding: 14px 12px;
}


/*=====header=====*/


div#sidebar {
  background: #ffffff;
}

header {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .16);
  position: sticky;
  top: 0;
  z-index: 9;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s;    padding: 20px 0px;
}


header ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.FormobmenuHeader {
  display: none;
}

.headerMainWrapper {
  position: relative;
}

.menuHeaderinner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menuHeaderinner .logoheader {
  max-width: 90px;
  overflow: hidden;
  position: relative;
}

header nav ul.mainULnav {
  margin: 0px;
  padding: 0px;
}

header nav ul li {
  display: inline-block;
  position: relative;
  list-style: none;
}

header nav ul li a {
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  padding: 20px 12px;
  color: #071C1F;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 16px;
letter-spacing: 1.2px;
}

header .sub-menu {
  background-color: #fff;
  position: absolute;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: all ease 0.3s;
  top: calc(100% + 0px);
  width: auto;
  left: inherit;
  bottom: inherit;
}

header .sub-menu li {
  display: block;
}

header .sub-menu li a {
  font-size: 15px;
  font-weight: 500;
  color: #071C1F;
  padding: 0px;
  margin: 0;
  position: relative;
  display: block;
  text-transform: capitalize;
  min-height: auto;
  padding: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

header .sub-menu li:last-child a {
  border: 0px;
}
  
.hamburgerMenuBtn {
    width: 35px;
    height: 35px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23D40214' class='bi bi-list' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    margin: 0;
    cursor: pointer;
    display: none;
}

.HeaderMenuRhs {
  display: flex;
  align-items: center;
  gap: 15px;
}


.menuOverlay {
  background-color: rgba(0, 0, 0, 0.35);
  height: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  transition: all ease 0.3s;
  display: none;
}

body.sidebarMenuOpen .menuOverlay {
  display: block;
}

.right-menu{display: flex;
    gap: 30px;
}
.right-menu a{color: #071C1F;
text-align: center;
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 16px; /* 133.333% */
letter-spacing: 1.2px;}
.right-menu .header-btn{color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 14px;
font-style: normal;
    font-weight: 600;
line-height: 20px; /* 142.857% */
letter-spacing: 1.4px;
text-transform: uppercase;border-radius: 2px;
background: #eb141b;padding: 10px 20px;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);}
/*=========Header Search=====*/
/*=======min-width:1151px=======*/

@media (min-width: 1151px) {
  header .dropdownMenu .sub-menu {
    min-width: 240px;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    /* border-top: 3px solid #f3d014; */
  }

  header .dropdownMenu:hover .sub-menu {
    opacity: 1;
    z-index: 2;
    visibility: visible;
  }

  header nav ul li a:hover {
    color: #0a0b0b;
  }

  header .sub-menu li a:hover {
    background-color: #0a0b0b;
    color: #ffffff;
  }

 li.dropdownMenu>a:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='21' viewBox='0 0 17 21' fill='none'%3E%3Cpath d='M10.1099 11.3833L14.2266 7.26667L15.4099 8.43333L10.1099 13.7333L4.80994 8.43333L5.99327 7.26667L10.1099 11.3833Z' fill='%23071C1F'/%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    display: inline-flex;
    right: 0px;
    top: 0px;
    position: relative;
    transition: all 0.3s !important;
}

li.dropdownMenu>a:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='21' viewBox='0 0 17 21' fill='none'%3E%3Cpath d='M10.1099 11.3833L14.2266 7.26667L15.4099 8.43333L10.1099 13.7333L4.80994 8.43333L5.99327 7.26667L10.1099 11.3833Z' fill='%23071C1F'/%3E%3C/svg%3E");
}

  .request_btn a {
    background: #ee1c25;
    color: #fff;
    border-radius: 30px;
    padding: 13px 30px;
    text-transform: uppercase;
    font-weight: 600;
  }

  input::placeholder,
  textarea::placeholder,
  select::placeholder {
    color: #ccc;
    font-size: 16px;
  }

  .headermenuparent {
    display: flex;
    align-items: center;
    gap: 30px;
  }
}

/*============max-width:1150px=========*/

@media screen and (max-width: 1150px) {
  .headerMainWrapper {
    padding: 0px 0px;
  }

  .hamburgerMenuBtn {
    display: block;
  }

  .headerrhscontent {
    position: fixed;
    right: -280px;
    bottom: 0;
    top: 0;
    z-index: 4;
    width: 280px;
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
    background-color: #fff;
    width: 280px;
  }

  body.sidebarMenuOpen .headerrhscontent {
    right: 0px;
  }

  /*for mobile*/
  .FormobmenuHeaderWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.4);
    position: relative;
    width: 100%;
  }

  .FormobmenuHeaderWrapper .logo {
    max-width: 90px;
  }

  .FormobmenuHeaderWrapper .logo img {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
  }

  .FormobmenuHeader {
    display: block;
    width: 100%;
  }

  header nav ul li a:not(header ul.sub-menu li a),
  header.HeaderSticky nav ul li a:not(header.HeaderSticky ul.sub-menu li a) {
          color: #164992;
    padding: 12px;
    width: 100%;
    font-weight: 500;
    border-bottom: 1px solid rgba(204, 204, 204, 0.4);
  }

  .headerrhs {
    display: none;
  }

  .headerrhscontent {
    flex-direction: column;
    justify-content: flex-start;
  }
.closeIcon {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23071C1F' class='bi bi-x-lg' viewBox='0 0 16 16'%3E%3Cpath d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8z'/%3E%3C/svg%3E");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    cursor: pointer;
    border: 0;
    background-color: transparent;
}
  header nav ul li {
    width: 100%;
  }

  header nav ul .dropdownMenu span {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    right: 15px;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 4;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
  }

  header .sub-menu {
    opacity: 1;
    z-index: 1;
    visibility: visible;
    transition: none;
    top: 0;
    display: none;
    min-width: 100%;
    position: relative;
    box-shadow: none;
    padding: 0px;
  }

  header .sub-menu li a {
    padding: 12px;
  }

  header .sub-menu li a:hover {
    color: #424242;
  }

  header nav {
    overflow-y: auto;
    height: calc(100% - 87px);
  }

  header nav::-webkit-scrollbar {
    display: none;
    width: 0px;
  }

  header nav ul li:last-child a:not(header ul.sub-menu li a),
  header.HeaderSticky nav ul li:last-child a:not(header.HeaderSticky ul.sub-menu li a) {
    border-bottom: 0px;
  }

  header nav ul .dropdownMenu span.hasSub.menuactve {
    transform: rotate(180deg);
  }

  .menuHeaderinner .logoheader {
    max-width: 74px;
    padding: 10px 0px;
  }

  .sidebarMenuOpen .HeaderSticky {
    animation: none;
  }

  .headerSearch {
    display: none;
  }

  .request_btn a {
    color: #ee1c25;
  }

}


/*======================header=========================*/





/*=======================footer================*/
.footer {
  background: #f5f7fa;
  padding-top: 60px;
  font-family: 'Poppins', sans-serif;
}

/* GRID */
.footer-grid {
  display: grid;
grid-template-columns: 1.5fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
}

/* LOGO */
.footer-logo {
  width: 160px;
  margin-bottom: 20px;
}

/* TEXT */
.footer-col p {
color: #212529;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}

/* HEADINGS */
.footer-col h4 {
color: #071C1F;
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 16px; /* 133.333% */
letter-spacing: 1.2px;
text-transform: uppercase;
}

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

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

.footer-col ul li a {
  text-decoration: none;
 color: #212529;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: #eb141b;
}

/* PHONE */
.phone-ft{
  margin-top: 15px;
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

/* SHARE ICON */
.share-box {
  margin-top: 20px;
}

.share-box {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.share-box a {
    width: 40px;
    height: 40px;
    background: #0a0b0b;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    transition: 0.3s;
}

.share-box a:hover {
  background: #eb141b;
  color: #fff;
}
/* BOTTOM BAR */
.footer-bottom {
  border-top: 1px solid #ddd;
  padding: 15px 0;
}

.footer-bottom p {
color: #212529;
font-family: Poppins;
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 15px; /* 150% */
letter-spacing: 1px;
text-transform: uppercase;text-align: center;
}

.footer-links a {
  margin-left: 20px;
  font-size: 13px;
  color: #7a8793;color: #212529;
font-family: Poppins;
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 15px; /* 150% */
letter-spacing: 1px;
text-transform: uppercase;
  text-decoration: none;
}

.footer-links a:hover {
  color: #000;
}
.footer-img img{width: 140px;margin-bottom: 10px;}
/* ========================= */
/* 📱 MOBILE RESPONSIVE */
/* ========================= */

@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-bottom .container {
    flex-direction: column;
    gap: 10px;
  }

  .footer-links a {
    margin: 0 10px;
  }

  .share-box {
    justify-content: center;
  }
}

/*=======================footer================*/

/*=======================================responsive================================================*/
/*=======media query======*/

@media (min-width: 992px) {
  .container {
    max-width: 1100px;
  }
}

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

@media screen and (min-width: 1151px) {}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 1150px) {
  .container {
    max-width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 991px) {
  .footerMenu {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .footerLogo {
    max-width: 95px;
    margin: 0px 0px 20px;
  }

  .SubFooter {
    padding: 13px 0px;
  }

  .footerMenu {
    padding: 25px 0px;
  }

}




@media screen and (max-width: 767px) {}

@media screen and (max-width: 575px) {

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

/* ---------Home Page CSS----------  */
/* ----------Banner Section CSS---------- */

.homebanner {
    height: 85vh;
    display: flex;
    align-items: center;
}
.hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0px;
  gap: 40px;
  flex-wrap: wrap;

}

.hero-text {
  flex: 1 1 450px;
}

.tag {
color: #eb141b;
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 16px; /* 133.333% */
letter-spacing: 3.6px;
}

.hero-text h1 {
color: #ffffff;
font-family: Poppins;
font-size: 72px;
font-style: normal;
    font-weight: 600;
line-height: 79.2px;
letter-spacing: -1.44px;
text-transform: uppercase;
}
.hero-text h1 span{
  background: linear-gradient(90deg, #eb141b 0%, #FFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins;
  font-size: 72px;
font-style: normal;
    font-weight: 600;
line-height: 79.2px;
letter-spacing: -1.44px;
text-transform: uppercase;}
.review {
  margin-bottom: 25px;
}



.hero-text p {
  font-size: 18px;
  color: #dfe6e9;
  margin-bottom: 25px;
  max-width: 500px;
}

.hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn {
  padding: 12px 24px;
  font-size: 15px;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-red{
border-radius: 2px;
background: #eb141b;
  color: white;
}

.btn-primary:hover {
  background: #74b9ff;
}

.btn-outline {
  border: 1px solid white;
  color: white;
  background: transparent;
}

.btn-outline:hover {
  background: white;
  color: #0a3d62;
}

.hero-image {
  flex: 1 1 350px;
  text-align: center;
}

.hero-image img {
    max-width: 100%;
    height: auto;
    border-radius: 50px;
}

/* Responsive */
@media (max-width: 900px) {
  .hero {
    flex-direction: column-reverse;
    text-align: center;

  }

  .hero-text h1 {
    font-size: 28px;
    line-height: 45px;
    font-weight: 600;
  }

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


/* ----------Banner Section CSS End here---------- */

/* ------------About Section CSS----------  */
section.aboutus {
  padding: 80px 0px;
}

.aboutus-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
  margin: auto;

}

/* Left image area */
.aboutus-image-box {
  position: relative;
}

.aboutus-image-box img {
  width: 100%;
  border-radius: 15px;
  display: block;
}

.aboutus-stats-card {
    position: absolute;
    bottom: 40px;
    right: -20px;
    background: #fff;
    padding: 15px 10px;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    width: 160px;
    border-bottom: 4px solid #eb141b;
    background: #212529;
    text-align: center;
}
.aboutus-stats-card h3 {
    margin: 5px 0;
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
}
.aboutus-stats-card span {
  color: #666;
  font-size: 13px;
}

/* Right text area */
.aboutus-text-box h5 {
  color: #071C1F;
  font-size: 16px;
  margin-bottom: 10px;
      font-weight: 600;
}

.aboutus-text-box h2 {
  font-size: 40px;
  color: #071C1F;
  line-height: 45px;color: #071C1F;
font-family: Poppins;
font-size: 48px;
font-style: normal;
    font-weight: 600;
line-height: 57.6px; /* 120% */
}

.aboutus-text-box p {

  line-height: 1.6;
  color: #585B6F;

  font-size: 15.832px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.145px;
}

ul.aboutus-list {
  padding: 0px;
}

.leftsidex p {
  margin-bottom: 8px;color: #FFF;
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 133.333% */
letter-spacing: 1.2px;
text-transform: uppercase;
}

.aboutus-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 30px;
  margin-bottom: 30px;
}

.aboutus-list li {
 color: #071C1F;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
        font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}
.aboutus-list li {
  position: relative;
  padding-left: 28px;
  /* add spacing for icon */
  list-style: none;
}

.aboutus-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 19px;
  height: 19px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 19 19" fill="none"><path d="M8.08073 13.7538L14.8038 7.03073L13.75 5.97691L8.08073 11.6461L5.23073 8.79614L4.17691 9.84996L8.08073 13.7538ZM9.50164 18.9999C8.18771 18.9999 6.95267 18.7506 5.79653 18.2519C4.64039 17.7533 3.63471 17.0765 2.77948 16.2217C1.92426 15.3668 1.2472 14.3616 0.748323 13.206C0.249441 12.0503 0 10.8156 0 9.50164C0 8.18771 0.24933 6.95267 0.74799 5.79653C1.24665 4.64039 1.9234 3.63471 2.77825 2.77948C3.6331 1.92426 4.63833 1.24721 5.79396 0.748323C6.94958 0.249441 8.18436 0 9.49829 0C10.8122 0 12.0473 0.24933 13.2034 0.74799C14.3595 1.24665 15.3652 1.9234 16.2204 2.77825C17.0757 3.6331 17.7527 4.63833 18.2516 5.79396C18.7505 6.94958 18.9999 8.18436 18.9999 9.49829C18.9999 10.8122 18.7506 12.0473 18.2519 13.2034C17.7533 14.3595 17.0765 15.3652 16.2217 16.2204C15.3668 17.0757 14.3616 17.7527 13.206 18.2516C12.0503 18.7505 10.8156 18.9999 9.50164 18.9999ZM9.49996 17.5C11.7333 17.5 13.625 16.725 15.175 15.175C16.725 13.625 17.5 11.7333 17.5 9.49996C17.5 7.26663 16.725 5.37496 15.175 3.82496C13.625 2.27496 11.7333 1.49996 9.49996 1.49996C7.26663 1.49996 5.37496 2.27496 3.82496 3.82496C2.27496 5.37496 1.49996 7.26663 1.49996 9.49996C1.49996 11.7333 2.27496 13.625 3.82496 15.175C5.37496 16.725 7.26663 17.5 9.49996 17.5Z" fill="%23D40214"/></svg>') no-repeat center;
  background-size: contain;
}

.headingwithlinedark h5 {
  position: relative;
  font-size: 16px;
      font-weight: 600;
  color: #212529;color: #212529;
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 16px; /* 133.333% */
letter-spacing: 1.2px;
}


/* Responsive */

@media (max-width: 1326px) {
  .aboutus-stats-card {
    bottom: 21px;
    left: -25px;
  }
}

@media (max-width: 992px) {
  .aboutus-wrapper {
    grid-template-columns: 1fr;

  }
  .aboutus-text-box h2 {
    font-size: 30px;
    line-height: 40px;
}



  .aboutus-stats-card {
    bottom: -13px;
    left: -6px;
  }
}

@media (max-width: 557px) {

  .aboutus-list {
    grid-template-columns: 1fr;
  }

  .aboutus-button {
    padding: 10px 11px;
    font-size: 14px;

  }

  .aboutus-contact {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .aboutuscall-icon {
    background-color: #0a0b0b;
    padding: 10px;
    border-radius: 57px;
  }

  .aboutus-contact strong {

    font-size: 14px;
    margin-top: 0px;

  }
    .aboutus-stats-card {
        padding: 10px 6px;
        border-radius: 12px;
        font-size: 13px;
        width: 164px;
    }

  .aboutus-stats-card h3 {
    margin-top: 2px;
    font-size: 19px;
    font-weight: 600;
  }

}

@media (max-width: 420px) {}


/* <-----service page----->   */
/* ===== SERVICES SECTION ===== */

.services-section {
  background: #212529;
  padding: 90px 0;
  overflow: hidden;
}

.services-top {
  display: flex;
     align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 50px;
}

.small-title {
  color: #eb141b;
  font-size: 13px;
      font-weight: 600;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.section-service h2 {
  color: #fff;
  font-size: 52px;
  line-height: 1.1;
      font-weight: 600;
  margin-bottom: 18px;
}

.section-service p {
  color: rgba(255,255,255,0.70);
  max-width: 520px;
  font-size: 16px;
  line-height: 1.7;
}

.download-btn {
  color: #fff;
  font-size: 13px;
      font-weight: 600;
  text-decoration: none;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 10px;
  margin-top: 20px;
  white-space: nowrap;
}

.download-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #eb141b;
}

/* ===== CARD ===== */
.servicesSwiper .swiper-slide{display: flex;height:auto;}

.service-card {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  padding: 35px 25px;
  min-height: 320px;
  transition: 0.4s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.08);
}

.service-icon {
  width: 65px;
  height: 65px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;

  /* make svg/icon red */
  filter: brightness(0) saturate(100%) invert(13%) sepia(94%)
    saturate(7472%) hue-rotate(352deg) brightness(92%) contrast(108%);
}

.service-card h4 {
    color: #fff;
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 18px;
    font-weight: 600;
    color: #F9F9F9;
    font-family: Poppins;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.2px;
}
.service-card p {
  color: rgba(255,255,255,0.70);
  font-size: 15px;
line-height: 1.6;
  margin-bottom: 40px;
}

.service-card a {
  color: #eb141b;
  text-decoration: none;
  font-size: 16px;
      font-weight: 600;
}

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

@media (max-width: 991px) {

  .section-service h2 {
    font-size: 40px;
  }

}

@media (max-width: 767px) {

  .services-section {
    padding: 70px 0;
  }

  .section-service h2 {
    font-size: 34px;
  }

  .section-service p {
    font-size: 15px;
  }

  .service-card {
    min-height: auto;
    padding: 30px 22px;
  }

  .service-card h4 {
    font-size: 24px;
  }

}

/* ------------Service page end here---------- */


/* <-------------feature css-------------------> */
/* ========================================
   ATLAS FEATURED WORK
======================================== */

.atlas-featured-work{
  padding:80px 20px;
background: #EAEAEA;
}

.atlas-container{
  max-width:1300px;
  margin:auto;
}

.atlas-section-title{
  text-align:center;
  margin-bottom:60px;
}

.atlas-section-title span{
  display:block;
  margin-bottom:14px;
color: #212529;
text-align: center;
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 16px; /* 133.333% */
letter-spacing: 3.6px;
}

.atlas-section-title h2{
color: #071C1F;
text-align: center;
font-family: Poppins;
font-size: 48px;
font-style: normal;
    font-weight: 600;
line-height: 57.6px; /* 120% */
text-transform: uppercase;
}

.atlas-work-grid{
  display:grid;
  grid-template-columns:2fr 1fr;
  gap:24px;
}

.atlas-right-column{
  display:grid;
  grid-template-rows:1fr 1fr;
  gap:24px;
}

.atlas-work-card{
  position:relative;
  overflow:hidden;
  border-radius:6px;
  background:#000;
  box-shadow:0 15px 40px rgba(0,0,0,0.15);
}

.atlas-large-card{
  height:650px;
}

.atlas-small-card{
  height:313px;
}

.atlas-work-card video{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:0.5s ease;
}

.atlas-work-card:hover video{
  transform:scale(1.05);
}
.atlas-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.08));
    box-shadow: 0px 0px 2px #dddd;
}

.atlas-card-content{
  position:absolute;
  left:35px;
  bottom:35px;
  z-index:2;
  max-width:500px;
}

.atlas-tag {
    display: inline-block;
    padding: 8px 14px;
    margin-bottom: 18px;
    background: #eb141b;
    color: #fff;
    font-size: 11px;
        font-weight: 600;
    letter-spacing: 1px;
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
        font-weight: 600;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.atlas-card-content h3{
color: #F9F9F9;
font-family: Poppins;
font-size: 30px;
font-style: normal;
    font-weight: 600;
line-height: 36px; /* 120% */
  margin-bottom:14px;
}

.atlas-card-content p{
color: rgba(226, 226, 226, 0.70);
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}

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

@media(max-width:991px){

  .atlas-section-title h2{
    font-size:42px;
  }

  .atlas-work-grid{
    grid-template-columns:1fr;
  }

  .atlas-right-column{
    grid-template-columns:1fr 1fr;
    grid-template-rows:auto;
  }

  .atlas-large-card{
    height:540px;
  }

  .atlas-small-card{
    height:260px;
  }

}

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

@media(max-width:767px){

  .atlas-featured-work{
    padding:60px 15px;
  }

  .atlas-section-title{
    margin-bottom:35px;
  }

  .atlas-section-title h2{
    font-size:32px;
  }

  .atlas-work-grid{
    gap:18px;
  }

  .atlas-right-column{
    grid-template-columns:1fr;
    gap:18px;
  }

  .atlas-large-card,
  .atlas-small-card{
    height:320px;
  }

  .atlas-card-content{
    left:20px;
    right:20px;
    bottom:20px;
  }

  .atlas-card-content h3{
    font-size:28px;
  }

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

  .atlas-tag{
    font-size:10px;
    padding:7px 12px;
  }

}

/* --------stats section CSS----------   */

.statssection {
border-top: 1px solid rgba(195, 198, 211, 0.10);
border-bottom: 1px solid rgba(195, 198, 211, 0.10);
background: #FFF;
  padding: 100px 0px;
}



.statsdetails {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.statbox {
  text-align: center;
  transition: transform 0.3s ease;
}

.statbox:hover {
  transform: translateY(-10px);
}

.statbox h3 {
color: #212529;
text-align: center;
font-family: Poppins;
font-size: 48px;
font-style: normal;
    font-weight: 600;
line-height: 48px; /* 100% */
}

.statbox p {
color: #434751;
text-align: center;
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 133.333% */
letter-spacing: 1.2px;
text-transform: uppercase;
}

@media (max-width: 991px) {
  .statsdetails {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width:500px) {
  .statbox h3 {
    font-size: 30px;
  }

}

/* ----------stats section CSS end here---------- */



/* --------------industry-page------------------ */
section.industriessxs {
  padding: 80px 0px;
}

.industry-section {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: start;
}

.industry-left h6 {
  font-size: 14px;
  color: #00AEEF;
  margin-bottom: 10px;
  font-weight: 600;
}

.industry-left h2 {
  font-size: 27px;
      font-weight: 600;
  color: #071C1F;
  line-height: 1.2;
  margin-bottom: 15px;
}

.industry-left p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 20px;
}

.industry-left .btn {
  display: inline-block;
  background: #00AEEF;
  color: #fff;
  padding: 12px 24px;
  font-size: 14px;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.3s;
}

.industry-left .btn:hover {
  background: #008CBA;
}

.industry-right {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 20px;
}

.industry-card {
  background: #f9fcff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 600;
  color: #0A165E;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid #e0f0ff;

}

.industry-card i {
  font-size: 14px;
  color: #0A165E;
  margin-right: 0px;
  font-weight: 400;
}

.industry-card span {
  display: flex;
  align-items: center;
  gap: 20px;
}

.industry-card:hover {
  background: #e8f6ff;
  transform: translateY(-3px);
}

@media (max-width: 900px) {
  .industry-section {
    grid-template-columns: 1fr;
  }
}

/* --------------industry-page------------------ */



/* ------------------testimonial------------------- */
/* ================= TESTIMONIAL SECTION ================= */

.testimonial-section {
background: #EAEAEA;
  padding: 100px 0;
  overflow: hidden;
}

.testimonial-wrapper {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 60px;
  align-items: center;
}

/* LEFT SIDE */

.sub-title {
  color: #e30613;
  font-size: 12px;
      font-weight: 600;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 20px;
}

.testimonial-left h2 {
color: #071C1F;
font-family: Poppins;
font-size: 48px;
font-style: normal;
    font-weight: 600;
line-height: 57.6px; /* 120% */
}

.line {
  width: 45px;
  height: 4px;
  background: #0d3b7a;
  margin-bottom: 30px;
}

.testimonial-left p {
color: #434751;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
}

/* RIGHT SIDE */

.testimonial-right {
  overflow: hidden;
}

.testimonial-card {
  background: #fff;
  padding: 40px 35px;
  min-height: 330px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  position: relative;
}

/* TOP BORDER */

.red-top {
  border-top: 4px solid #d90429;
}

.blue-top {
  border-top: 4px solid #0d3b7a;
}

/* QUOTE */

.quote {
  color: #d90429;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 20px;
      font-weight: 600;
}

.quote.blue {
  color: #0d3b7a;
}

/* TEXT */

.review-text {
color: #434751;
font-family: Montserrat;
font-size: 18px;
font-style: italic;
font-weight: 400;
line-height: 29.25px; /* 162.5% */
}

/* CLIENT */

.client-info h4 {
color: #071C1F;
font-family: Poppins;
font-size: 14px;
font-style: normal;
    font-weight: 600;
line-height: 20px; /* 142.857% */
text-transform: uppercase;
}

.client-info span {
 color: #212529;
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 133.333% */
letter-spacing: 1.2px;
}

/* NAVIGATION */

.testimonial-nav {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 40px;
}

.testimonial-prev,
.testimonial-next {
  position: static !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  background: #071c1f;
  margin: 0 !important;
}

.testimonial-prev::after,
.testimonial-next::after {
  font-size: 18px !important;
  color: #fff;
      font-weight: 600;
}

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

@media (max-width: 1199px) {

  .testimonial-wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .testimonial-left {
    text-align: center;
  }

  .line {
    margin: 0 auto 30px;
  }

  .testimonial-left p {
    margin: auto;
    max-width: 100%;
  }

}

@media (max-width: 767px) {

  .testimonial-section {
    padding: 70px 0;
  }

  .testimonial-left h2 {
    font-size: 42px;
  }

  .testimonial-left p {
    font-size: 16px;
    line-height: 28px;
  }

  .testimonial-card {
    padding: 30px 25px;
    min-height: auto;
  }

  .review-text {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 35px;
  }

  .testimonial-prev,
  .testimonial-next {
    width: 45px !important;
    height: 45px !important;
  }

}

@media (max-width: 480px) {

  .testimonial-left h2 {
    font-size: 34px;
  }

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

}
/* ------------------testimonial------------------- */



/* ------------contact-form-section-------- */
/* ================= REQUEST PRODUCTION SECTION ================= */

.request-production-section {
background: #0a0b0b;

  padding: 100px 0;
  overflow: hidden;
}

.request-production-wrapper {
  max-width: 850px;
  margin: auto;
  text-align: center;
}

/* HEADING */

.request-production-content h2 {
  color: #F9F9F9;
text-align: center;
font-family: Poppins;
font-size: 48px;
font-style: normal;
    font-weight: 600;
line-height: 57.6px; /* 120% */
letter-spacing: -1.2px;
text-transform: uppercase;
}

.request-production-content h2 span {
color: #eb141b;
}

/* TEXT */

.request-production-content p {
  color: rgba(255,255,255,0.65);
  font-size: 20px;
  line-height: 34px;
  max-width: 700px;
  margin: 30px auto 0;color: rgba(226, 226, 226, 0.70);
text-align: center;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 140% */
}

/* BUTTONS */

.request-production-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 45px;
  flex-wrap: wrap;
}

.request-production-buttons a {
color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 14px;
font-style: normal;
    font-weight: 600;
line-height: 20px; /* 142.857% */
letter-spacing: 1.4px;
text-transform: uppercase;
  transition: 0.4s ease; padding: 14px 25px;
    border-radius: 10px;
}

/* PRIMARY BUTTON */

.request-quote-btn {
  background: #eb141b;
  color: #fff;
  border: 1px solid #eb141b;
}

.request-quote-btn:hover {
  background:#eb141b
}

/* SECONDARY BUTTON */

.request-contact-btn {
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
}

.request-contact-btn:hover {
  background: #fff;
  color: #0d47a1;
}

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

@media (max-width: 991px) {

  .request-production-section {
    padding: 80px 20px;
  }

  .request-production-content h2 {
    font-size: 46px;
  }

  .request-production-content p {
    font-size: 18px;
    line-height: 30px;
  }
 .hero-text h1 span {
    font-size: 33px;
    line-height: 41.2px;
    letter-spacing: -1.44px;}
}

@media (max-width: 767px) {

  .request-production-section {
    padding: 70px 15px;
  }

  .request-production-content h2 {
    font-size: 34px;
    line-height: 1.2;
  }

  .request-production-content p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
  }

  .request-production-buttons {
    flex-direction: column;
    gap: 15px;
    margin-top: 35px;
  }

     .request-production-buttons a {
        width: 100%;
        min-width: 100%;
        height: auto;
        font-size: 13px;
        font-weight: 400;
        padding: 12px 20px;
    }
}

/* ------------contact-form-section-------- */

/* <----------------responsive-------------------> */

@media(max-width:1180px){
  .aboutus-text-box h2 {
    font-size: 40px;
    line-height: 48.6px;
}
.aboutus-text-box p {
    font-size: 15px;}
    .section-service h2 {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 8px;
}
.services-section {
    padding: 60px 0;}
.services-top {
    gap: 20px;
    margin-bottom: 30px;
}
.statbox h3 {
    font-size: 40px;} 
    .statssection {
    padding: 80px 0px;
}
.testimonial-left h2 {
    font-size: 40px;}
.testimonial-left h2 br{display:none;}
.request-production-content h2 {
    font-size: 40px;}
.right-menu{display:none;}
.hero-text h1 {
    font-size: 52px;
    line-height: 59.2px;}
    .hero-text h1 span {
    font-size: 52px;
    line-height: 60.2px;}
    .atlas-section-title h2 {
    font-size: 40px;}
}


 .testimonial-right .swiper-slide{display: flex;height:auto;}
@media(max-width:1024px){
  .aboutus-text-box h2 {
    font-size: 35px;
}
.aboutus-text-box p {
    font-size: 15px;}
    .section-service h2 {
    font-size: 35px;
}
.services-section {
    padding: 60px 0;}
.services-top {
    gap: 20px;
    margin-bottom: 30px;
}
.statbox h3 {
    font-size: 35px;} 
    .statssection {
    padding: 80px 0px;
}
.testimonial-left h2 {
    font-size: 35px;}
.request-production-content h2 {
    font-size: 35px;}
.hero-text h1 {
    font-size: 42px;
    line-height: 59.2px;}
    .hero-text h1 span {
    font-size: 42px;
    line-height: 60.2px;}
        .atlas-section-title h2 {
    font-size: 35px;}
    .atlas-section-title {
    margin-bottom: 30px;
}
.atlas-large-card {
    height: 500px;
}
.atlas-small-card {
    height: 239px;
}
.testimonial-section {
    padding: 60px 0;}
   
}


@media(max-width:991px){
  .homebanner {
    height: auto;
    padding: 120px 0px;
}
.aboutus-image-box img {
    height: 600px;
    object-fit: cover;
}
  .services-top {
    flex-direction: row;
  }
      .statsdetails {
        grid-template-columns: repeat(2, 1fr);
    }
    .container{padding:0px;width:95%;margin:auto;}
    .hero-text {
    flex: 1 1 auto;
}
}

@media (max-width:700px) {
    .homebanner {
        height: auto;
        padding: 60px 0px;
    }
        .hero-text h1 {
        font-size: 36px;
        line-height: 57.2px;
    }
    .hero-text h1 span {
        font-size: 33px;
        line-height: 56.2px;
    }
    section.aboutus {
    padding: 50px 0px;
}
    .aboutus-image-box img {
        height: auto;}
            .aboutus-text-box h2 {
        font-size: 30px;
        line-height: 39.6px;
    }
    .aboutus-list {
    gap: 10px 20px;
    margin-bottom: 0px;
}
    .section-service h2 {
        font-size: 30px;
    }
        .services-top {
        flex-direction: column;}
        .download-btn {
    text-align: left;
    width: 100%;
}
.atlas-section-title h2 {
        font-size: 30px;
        line-height: 36.6px;
    }
        .testimonial-section {
        padding: 40px 0;
    }
        .testimonial-section {
        padding: 40px 0;
    }
    .footer-grid {
        text-align: left;
    }
        .share-box {
        justify-content: start;
    }
    .footer-grid {
    gap: 10px;
    padding-bottom: 20px;
}
.footer {
    padding-top: 40px;}
    .request-production-content h2 {
        font-size: 30px;
    }
        .line {
        margin: 0 auto 13px;
    }
    .sub-title {
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 0px;
}
.atlas-large-card {
        height: 400px;
    }
        .statbox h3 {
        font-size: 30px;
        font-weight: 600;
        line-height: 41px;
    }
    header {
    padding: 10px 0px;
}
    .testimonial-left h2 {
        font-size: 30px;
    }
        .testimonial-left h2 {
        font-size: 30px;
    }
    .hero {
    padding: 10px 0px;}
    .tag {
    color: #ffffff;}
    h1,h2,h3,h4,h5,h6{font-weight: 500 !important;}
    .hero-text h1,.hero-text h1 span {
        line-height: 45.2px;
    }
    .aboutus-list li {
    font-weight: 500;}
        .aboutus-text-box p {
        text-align: justify;
    }
    .hero-text p {
    font-size: 16px;
    margin-bottom: 21px;
    max-width: 400px;
    line-height: 27.25px;
}
}

/* <----------------inabout-----------------> */
   
    .inabout-container {
      max-width: 1200px;
      margin-inline: auto;
      padding-inline: clamp(18px, 5vw, 60px);
    }
 
 .inabout-hero {
    /* background: #1A1C1C; */
    position: relative;
    /* min-height: 260px; */
    display: flex;
    align-items: center;
    padding: 160px clamp(18px, 5vw, 70px) 160px;
    overflow: hidden;
}

    /* .inabout-hero::before {
      content: '';
      position: absolute;
      left: 0; top: 0; bottom: 0;
      width: 4px;
      background: #eb141b;
    } */
 
    .inabout-hero__inner {
      position: relative;
      z-index: 1;
      max-width: 1210px;
      margin-inline: auto;
      width: 100%;text-align: center;
    }

 
    .inabout-hero__title {
      
      font-size: clamp(32px, 5vw, 60px);
          font-weight: 600;
      line-height: 1.08;
      color: #ffffff;
      letter-spacing: -.01em;
      margin-bottom: 16px;
    }
 
.inabout-hero__sub {
    font-size: 13.5px;
    color: rgb(255 255 255);
    /* max-width: 520px; */
    line-height: 1.7;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
 
    .inabout-hero__sub a { color: #eb141b; }

    .inabout-experience {
      background: #ffffff;
      padding-block: 90px;
    }
.inabout-experience__grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 35px;
    align-items: center;
}
    .inabout-experience__eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 10px;
      font-weight: 600;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: #eb141b;
      margin-bottom: 18px;
    }
 
    .inabout-experience__eyebrow::before {
      content: '';
      display: inline-block;
      width: 28px;
      height: 2px;
      background: #eb141b;
      flex-shrink: 0;
    }
 
    .inabout-experience__heading {
color: #1A1C1C;
font-family: Poppins;
font-size: 48px;
font-style: normal;
    font-weight: 600;
line-height: 56px; /* 116.667% */
    }
 
    .inabout-experience__heading em {
      font-style: italic;
      color: #eb141b;
    }
 
    .inabout-experience__para {
      font-size: 14.5px;
      color: #555759;
      line-height: 1.82;
      margin-bottom: 16px;
    }
 
 
    /* ============================================================
       SECTION 3 — VALUES & MISSION
       bg: #ffffff  |  icon circle bg: red tint  |  stroke: #eb141b
       heading: #1A1C1C  |  hover border: #eb141b
    ============================================================ */
    .inabout-values {
      padding-block: 120px;
     background: #EAEAEA;
    }
 
    .inabout-values__grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
    }
 
    .inabout-values__card {
      background: #ffffff;
      border: 1px solid #e0e0e0;
      border-radius: 14px;
      padding: 42px 38px;
      transition: border-color .3s ease, transform .3s ease, box-shadow .3s ease;
    }
 
    .inabout-values__card:hover {
      border-color: #eb141b;
      transform: translateY(-4px);
      box-shadow: 0 12px 36px rgba(212,2,20,.08);
    }
 
    .inabout-values__icon {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: rgba(212,2,20,.08);
      border: 1px solid rgba(212,2,20,.22);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 24px;
    }
 
    .inabout-values__icon svg {
      width: 20px; height: 20px;
      stroke: #eb141b;
      fill: none;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
 
    .inabout-values__card-title {
color: #1A1C1C;
font-family: Poppins;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 133.333% */
    }
 
    .inabout-values__card-body {
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
    }

    .inabout-team {
      background: #ffffff;
      padding-block: 90px;
      border-top: 1px solid #ebebeb;
    }
 
    .inabout-team__header {
      text-align: center;
      margin-bottom: 56px;
    }
 
    .inabout-team__eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 10px;
      font-weight: 600;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: #eb141b;
      margin-bottom: 14px;
    }
 
    .inabout-team__eyebrow::before,
    .inabout-team__eyebrow::after {
      content: '';
      display: inline-block;
      width: 22px; height: 2px;
      background: #eb141b;
      flex-shrink: 0;
    }
 
    .inabout-team__heading {
      
      font-size: clamp(28px, 3.5vw, 46px);
          font-weight: 600;
      color: #1A1C1C;
      line-height: 1.1;
    }
 
    .inabout-team__heading em {
      font-style: italic;
      color: #eb141b;
    }
 
    .inabout-team__grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }
 
    .inabout-team__card {
      background: #ffffff;
      border: 1px solid #e0e0e0;
      border-radius: 14px;
      overflow: hidden;
      transition: border-color .3s ease, transform .3s ease, box-shadow .3s ease;
    }
 
    .inabout-team__card:hover {
      border-color: #eb141b;
      transform: translateY(-6px);
      box-shadow: 0 16px 40px rgba(212,2,20,.08);
    }
 
    .inabout-team__photo {
      position: relative;
      width: 100%;
      overflow: hidden;
    }
 
    .inabout-team__photo img {
      width: 100%;    height: 430px;
      object-fit: cover;
      object-position: top center;
      display: block;
    }
 
    .inabout-team__photo-placeholder {
      width: 100%; height: 100%;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      overflow: hidden;
    }
 
    .inabout-team__card:nth-child(1) .inabout-team__photo-placeholder { background: #f0f0f2; }
    .inabout-team__card:nth-child(2) .inabout-team__photo-placeholder { background: #f2f0f0; }
    .inabout-team__card:nth-child(3) .inabout-team__photo-placeholder { background: #f0f1f2; }
 
    /* White gradient fade at photo bottom */

    .inabout-team__silhouette {
      width: 54%;
      opacity: .18;
      position: relative;
      z-index: 0;
    }
 
    .inabout-team__info { padding: 22px 26px 28px; }
 
    .inabout-team__name {
      
      font-size: 22px;
          font-weight: 600;
      color: #1A1C1C;
      margin-bottom: 3px;
    }
 
    .inabout-team__role {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: #eb141b;
      margin-bottom: 12px;
    }
 
    .inabout-team__bio {
      font-size: 13px;
      color: #666;
      line-height: 1.78;
      margin-bottom: 0px;
    }
 
    .inabout-team__socials { display: flex; gap: 8px; }
 
    .inabout-team__social {
      width: 32px; height: 32px;
      border-radius: 50%;
      border: 1px solid #e0e0e0;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #999;
      transition: border-color .25s, color .25s, background .25s;
    }
 
    .inabout-team__social:hover {
      border-color: #eb141b;
      color: #ffffff;
      background: #eb141b;
    }
   @media (max-width:1180px) {
.inabout-experience__heading {
    font-size: 38px;
    line-height: 47px;
}
  .inabout-values {
    padding-block: 100px;}
    .inabout-team__photo img {
    height: 350px;  
   }
.inabout-team__info {
    padding: 15px 16px 12px;
}
.request-production-section {
    padding: 70px 0;}
.inabout-hero {
    padding: 160px clamp(18px, 5vw, 70px) 160px;}
    .inabout-hero__title {
    font-size: clamp(32px, 4vw, 60px);}

  }
    @media (max-width:990px) {
      .inabout-experience__grid  { grid-template-columns: 1fr; gap: 48px; }
      .inabout-experience__media { order: -1; }
      .inabout-team__grid        { grid-template-columns: repeat(2, 1fr); }
            .inabout-experience__imgblock img{
    max-width: 100%;
    width: 100%;
    height: 470px;
    object-fit: cover;
}
    }
 
    /* ============================================================
       RESPONSIVE — MOBILE  max 580px
    ============================================================ */
    @media (max-width: 700px) {
       .inabout-values__grid { grid-template-columns: 1fr; }
      .inabout-experience,
      .inabout-values,
      .inabout-team              { padding-block: 60px; }
    .inabout-hero {
        padding: 70px 0px 70px;
        min-height: auto;
     }
         .inabout-experience__imgblock img {
        height: 360px;}
      .inabout-team__grid        { grid-template-columns: 1fr; }
      .inabout-values__card      { padding: 28px 22px; }
      .inabout-team__info        { padding: 18px 20px 22px; }
      .inabout-experience__badge-num { font-size: 26px; }
    .inabout-experience__heading {
        font-size: 30px;
        line-height: 39px;
    }
    }

    /* <-------------------contact----------------> */
    /* ── Section wrapper ── */
  .incontact-section {
    padding: 60px 20px 80px;
background: #F0F0F0;
    margin: 0 auto;
  }
 
  /* ── Header ── */
  .incontact-header {
    margin-bottom: 48px;
  }
  .incontact-label {
  color: #eb141b;
font-family: Montserrat;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 16px; /* 133.333% */
letter-spacing: 3.6px;
text-transform: uppercase;
  }
  .incontact-title {color: #212529;
font-family: Poppins;
font-size: 64px;
font-style: normal;
font-weight: 600;
line-height: 70.4px; /* 110% */
letter-spacing: -1.28px;
  }
  .incontact-subtitle {
    font-size: 15px;
    color: #434751;
    opacity: .75;
    max-width: 480px;
    line-height: 1.6;
  }
 
  /* ── Office cards grid ── */
  .incontact-offices-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 48px;
  }
 
  .incontact-office-card {
    background: #fff;
    border-radius: 6px;
    padding: 22px 24px 24px;
    border-top: 3px solid #eb141b;
    transition: box-shadow .25s ease, transform .25s ease;
  }
  .incontact-office-card:hover {
    box-shadow: 0 8px 28px rgba(0,49,110,.12);
    transform: translateY(-3px);
  }
 
  .incontact-office-region {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #eb141b;
    margin-bottom: 10px;
  }
  .incontact-office-name {color: #212529;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 27px; /* 150% */
  }
  .incontact-office-address {
color: #434751;
font-family: Montserrat;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
  }
 
  .incontact-office-contacts { display: flex; flex-direction: column; gap: 8px; }
  .incontact-office-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
  }
  .incontact-office-contact-item svg {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
  }
  .incontact-office-contact-item a {
 color: #434751;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 25.6px; /* 160% */
  }
  .incontact-office-contact-item a:hover { color: #eb141b; }
 
  /* ── Lower grid: form + image ── */
  .incontact-lower-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 28px;
    align-items: stretch;
  }
 
  /* ── Contact form card ── */
  .incontact-form-card {
    background: #fff;
    border-radius: 6px;
    padding: 36px 36px 40px;
  }
 
  .incontact-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 24px;
  }
  .incontact-form-group { display: flex; flex-direction: column; gap: 6px; }
  .incontact-form-group.full { grid-column: 1 / -1; }
 
  .incontact-form-group label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    color: #434751;
  }
 
  .incontact-form-group input,
  .incontact-form-group select,
  .incontact-form-group textarea {
    width: 100%;
    padding: 10px 0;
    border: none;
    border-bottom: 1.5px solid #d5d7da;
    background: transparent;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    color: #434751;
    outline: none;
    transition: border-color .2s;
    -webkit-appearance: none;
    appearance: none;
  }
  .incontact-form-group input::placeholder,
  .incontact-form-group textarea::placeholder { color: #b0b3b9; font-size: 13px; }
  .incontact-form-group input:focus,
  .incontact-form-group select:focus,
  .incontact-form-group textarea:focus { border-bottom-color: #212529; }
 
  /* Custom select wrapper */
  .incontact-select-wrapper { position: relative; }
  .incontact-select-wrapper select { cursor: pointer; padding-right: 28px; }
  .incontact-select-wrapper::after {
    content: '';
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #434751;
    pointer-events: none;
  }
 
  .incontact-form-group textarea { resize: none; height: 90px; line-height: 1.5; }
 
  .incontact-btn-submit {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
    padding: 14px 30px;
    background: #eb141b;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: background .2s, transform .15s;
    text-decoration: none;color: #FFF;
text-align: center;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 150% */
letter-spacing: 1.6px;
text-transform: uppercase;
  }
  .incontact-btn-submit:hover { background: #b0010f; transform: translateX(2px); }
  .incontact-btn-submit svg { transition: transform .2s; }
  .incontact-btn-submit:hover svg { transform: translateX(4px); }
 
  /* ── Image panel ── */
  .incontact-image-panel {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    min-height: 320px;
  }
  .incontact-image-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .incontact-image-badge {
    position: absolute;
       top: 50%;
    right: 24px;
    background: #eb141b;
    color: #fff;
    padding: 10px 16px;
    border-radius: 3px;
    text-align: center;    right: 0px;
    margin: auto;
    display: block;
    left: 0px;width: fit-content;
  }
  .incontact-image-badge .incontact-badge-label {
    display: block;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: .85;
    margin-bottom: 2px;
  }
  .incontact-image-badge .incontact-badge-value {
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
  }
 
  /* ── RESPONSIVE ── */
    @media (max-width: 11800px) {.incontact-title {
    font-size: 35px;}
  .incontact-section {
    padding: 40px 0px 60px;}
  }
  @media (max-width: 960px) {
    .incontact-lower-grid {
      grid-template-columns: 1fr;
    }
    .incontact-image-panel {
      order: -1;
    }
  }
 
  @media (max-width: 720px) {
    .incontact-offices-grid {
      grid-template-columns: 1fr;
    }
    .incontact-form-card { padding: 28px 20px 32px; }
  }
 
  @media (max-width: 540px) {
    .incontact-form-grid {
      grid-template-columns: 1fr;
    }
    .incontact-form-group.full { grid-column: auto; }
    .incontact-image-badge {
    top: 41%;}
  }
 
  @media (max-width: 400px) {
    .incontact-section { padding: 40px 16px 60px; }
  }

  /* <---------------service--------------> */
section.inservice.featureprdct {
    padding: 80px 0px;
}
.inservice-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    position: relative;
}
.service-box {
    box-shadow: 0px 0px 10px #ddd;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s ease-in;
    background-color: transparent;
    margin-bottom: 15px;
    border: 1px solid transparent;
       box-shadow: 0px 09px 20px #ddd;
  border-radius: 10px;
}
.service-img{overflow: hidden;height: 250px;display: block;transition: all 0.5s ease-in;}
.service-box img {
    transition: all 0.5s ease-in;    
}
.service-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.service-box:hover {
    border: 1px solid #0a0b0b;
    color: #fff;
    transform: translateY(5px);
}
.service-box:hover img {
    transform: scale(1.1);
}

.servicetitl {
    color: #494949;
   
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: block;
}

.service-cont {
    color: #494949;
   
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 10px;padding: 20px;
}
.service-cont p{  
  display: -webkit-box;
  -webkit-line-clamp: 2;     
  -webkit-box-orient: vertical;
  overflow: hidden;

}
.service-btn:hover {
    border: 1px solid #0a0b0b;
    background-color: transparent;
    color:#0a0b0b;
    border-radius: 30px;
}
.service-bannertitle{
    font-size: 50px;
    color: #fff;
    text-align: center;
    z-index: 1;
    position: relative;
}
@media (max-width: 991px) {
    .inservice-grid {
        grid-template-columns: repeat(2, 1fr);
    }
        .ip-wc-hero.ip-wc-service {
        min-height: 400px !important;
    }
    .service-bannertitle {
    font-size: 40px;}
}
@media (max-width: 600px) {
    .inservice-grid {
        grid-template-columns: 1fr;gap: 10px;
    }
   .footer-img img {
    width: 90px;}
}
.incontact-btn-submit br{display:none;}
.des-btn:hover{background-color: #fff;}
.full-width-title h2 {
    color: #494949;
    font-family: Poppins;
    font-size: 33px;
    font-style: normal;
    font-weight: 600;
    line-height: 57.6px;
    text-align: center;
}
/* Grid Fix */
.inservice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

/* Service Box Design */
.service-box {
  display: none;
}

.service-box.show {
  display: block;
}

.service-cont {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: 0.3s;
  height: 100%;
}

/* Hover Effect */
.service-cont:hover {
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

/* Title */
.service-cont h4 {
  font-size: 20px;
  margin-bottom: 15px;
}

/* List */
.service-cont ul {
  padding-left: 18px;
}

.service-cont ul li {
     margin-bottom: 9px;
    font-size: 16px;
  position: relative;
}

/* Bullet style */
.service-cont ul li::before {
  content: "•";
  color: #000;
  font-weight: bold;
  position: absolute;
  left: -12px;
}

/* Tabs Better UI */
.service-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.tab-btn {
    padding: 8px 18px;
    border-radius: 20px;
    border: none;
    background: #eb141b;
    cursor: pointer;
    transition: 0.3s;
    color: #fff;
}
.tab-btn.active {
  background: #000;
  color: #fff;
}
@media(max-width:600px){
	section.inservice.featureprdct {
    padding: 60px 0px;
}
.inabout-hero__inner {
	max-width: 90%;}
}

@media (max-width: 400px) {
    .hero-text h1, .hero-text h1 span {
        line-height: 39.2px;
        font-size: 27px;
    }
}