:root{
    --white: #fff;
    --black: #000;
    --orange: #FF5B27;
    --font: "Albert Sans", sans-serif !important;
}
.container {
    max-width: 80% !important;
}
.p_100{
    padding: 96px 0px;
}

p{
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: var(--font);
}
a{
    font-family: var(--font);
    text-decoration: none;
}
ul,li{
    font-family: var(--font);
    list-style: none;
    margin: 0;
    padding: 0;
}
span{
    font-family: var(--font);
}
h4,h5,h6{
    font-family: var(--font);
}
h1,h2,h3{
    font-family: var(--font);
}
button{
font-family: var(--font);
}
input{
    font-family: var(--font);
}
.main_title{
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #000000;
}
.p_100{
    padding: 96px 0px;
}

/*****************Hero Section******************/
.hero_sec {
    padding: 225px 0px 250px 0px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}

section.hero {
    position: relative;
    border-top: 5px solid var(--orange);
}

.hero_sec:before {
    position: absolute;
    content: "";
    width: 88%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(269.97deg, rgba(0, 0, 0, 0) 0.02%, #000000 99.98%);
    z-index: 1;
}

.hero_slid {
    position: relative;
}
.hero_control {
    position: absolute;
    bottom: 0;
    right: 10%;
    display: flex;
    flex-direction: row;
    z-index: 3;
    align-items: center;
    gap: 8px;
}
.show-header a.cta {
    background: var(--orange);
    color: var(--white);
}
.hero_sec:after {
    position: absolute;
    content: "";
    height: 53%;
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(181.45deg, rgba(255, 255, 255, 0) 25.8%, #FFFFFF 93.61%);
    z-index: 1;
}

.hero_cont h1 {
    font-size: 86px;
    line-height: 96px;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 24px;
}

.hero_cont {
    position: relative;
    z-index: 10;
    width: 58%;
}

.hero_cont p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 50px;
    color: var(--white);
}
.abot_cont {
    padding-right: 30px;
}
a.cta {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: var(--orange);
    background: var(--white);
    padding: 15px 36px;
    border-radius: 50px;
    border-bottom: 3px solid var(--orange);
    transition: 0.5s all ease;
    display: flex;
    width: max-content;
    text-transform: uppercase;
}

a.cta:hover {
    background: var(--orange);
    color: var(--white);
    border-color: var(--orange);
    transition: 0.5s all ease;
}

.hero_control .cont_icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.hero_control .cont_icon p {
    margin-bottom: 0;
}

.hero_control span {
    font-size: 25px;
}
.cont_icon.active {
    color: var(--orange);
}

.cont_icon.active svg path {
    fill: var(--orange);
}
/****************Product Section******************/

.pro_icon {
    padding: 15px;
    background: #fff;
    border-radius: 50px;
}
.product_box .product_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.product_box {
    position: relative;
    margin-right: 24px;
}

.prodcut_cont {
    position: absolute;
    display: flex;
    flex-direction: row;
    left: 15px;
    right: 15px;
    bottom: 15px;
    align-items: center;
    width: 94%;
    justify-content: space-between;
    padding: 10px 25px;
    background: #FFFFFF66;
    border-radius: 12px;
    backdrop-filter: blur(20px);
}

.prodcut_cont p {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: var(--black);
}
.product_wrapper button.slick-arrow::before {
  display: none;
}
.product_wrapper button.slick-arrow,
.product_wrapper button.slick-arrow:hover,
.product_wrapper button.slick-arrow:focus {
  outline: 0;
  bottom: -120px;
  top: auto;
  background-size: 50%;
  background-repeat: no-repeat;
  background-image: url(https://indosiamhelmets.com/wp-content/themes/roadking/assets/images/noun-arrow-2333164-FFFFFF%201.svg);
  border-radius: 0px;
  width: 70px;
  height: 70px;
  background-position-y: center;
  background-position-x: center;
}
.product_wrapper button.slick-prev.slick-arrow {
  transform: scalex(-1) translate(-50%, -50%);
  /* right: 100px; */
  /* left: auto; */
}

.product_wrapper button.slick-next.slick-arrow {
  right: 6px;
}
.product_wrapper button.slick-prev.slick-arrow {
    right: 85px !important;
    left: auto !important;
}
.product_wrapper .progress {
  position: relative;
  display: block;
  margin-top: 48px;
  margin-right: 100px;
  width: calc(100% - 140px);
  height: 8px !important;
  border-radius: 10px;
  overflow: hidden;
  background-color: transparent;
  background-image: linear-gradient(to right, #000000, #000000);
  background-repeat: no-repeat;
  background-size: 0 100%;
  opacity: 1;
  z-index: 1;
  transition: background-size 0.4s ease-in-out;
}
.product_wrapper .progress::after {
  content: "";
  width: 100%;
  height: 8px !important;
  background: #636363;
  position: absolute;
  left: 0;
  top: 0px;
  opacity: 0.5;
}

/*************About Section******************/
.left_img img {
    width: 100%;
}

.left_img {
    margin-bottom: 48px;
}

.left_cont h2.main_title {
    margin-bottom: 24px;
}
.value-part-main h2{font-size: 48px;
      line-height: 74px;
      font-weight: 600;
      color: #000;
      margin-bottom: 48px;
      text-align: center;}
.left_cont {
    padding-left: 60px;
}

.left_cont p {
    margin-bottom: 48px;
	width:85%;
}
.value-part {
    align-items: center;
    text-align: center;
padding: 10px;
}
.lead_left_box {
    padding-right: 60px;
}

.right_img img {
    width: 100%;
    height: 100%;
}

 .manangment_sec_1 {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 15px;
    }
    .main_mangement_team h2{
      margin-bottom: 48px;
      text-align: center;
    }

    .mang_img img {
      border-radius: 50%;
      height: 280px;
      width: 300px;
      cursor: pointer;
      transition: transform 0.3s ease-in-out;
    }
    .mang_cont {
      text-align: center;
    }
    .mang_cont h3 {
      font-size: 28px;
      line-height: 36px;
      font-weight: 600;
      color: #000;
    }
    .mang_cont h4 {
      font-size: 22px;
      line-height: 35px;
      font-weight: 500;
      color: #FF5B27;
    }
    .popup {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.6);
      z-index: 9999;
      display: flex;
      justify-content: center;
      align-items: center;

      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity 0.4s ease, visibility 0.4s ease;
    }
    .popup.active {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }
    .popup .popup-content {
      background: #fff;
      border-radius: 10px;
      max-width: 800px;
      width: 90%;
      padding: 30px;
      text-align: left;
      position: relative;
      transform: scale(0.8);
      transition: transform 0.4s ease;
    }
    .popup.active .popup-content {
      transform: scale(1);
    }
    .popup .popup-content img {
      max-width: 200px;
      border-radius: 100px;
      float: left;
      margin-right: 20px;
    }
    .popup .popup-content h3 {
      font-weight: 700;
    }
    .popup-content h3 {
      padding-top: 20px;
    }
    .popup .popup-content h3 {
      color: #FF5B27;
    }
    .popup .popup-content h3 {
  font-weight: 700;
  padding-top: 18px;
  margin-bottom: 15px;
  border-bottom: 2px dotted #000; 
  display: inline-block; 
  padding-bottom: 13px;
}

    .popup .close {
      position: absolute;
      top: 15px;
      right: 20px;
      font-size: 28px;
      font-weight: bold;
      cursor: pointer;
      color: #FF5B27;
    }
.mang_cont button.popupbtn {
    font-size: 24px;
    font-weight: bold;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #FF5B27;
    background: #fff;
    color: #FF5B27;
    cursor: pointer;
    margin-top: 10px;
    transition: all 0.3s ease;
}

.mang_cont button.popupbtn:hover {
    background: #FF5B27;
    color: #fff;
}

/******************Product Feature Section******************/
.feature_head {
    margin: 0px auto 48px auto;
    width: 46%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.feature_head h2 {
    margin-bottom: 24px;
}

.feature_head p {
    margin-bottom: 0px;
}

.feature_img {
    height: 500px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    z-index: 2;
}

section.p_100.feature_wrapper {
    position: relative;
    background: #EBECE9;
}
.feature_point {
    position: absolute;
    top: 0;
    left: 30%;
}

.feature_point.feature_point1 {
    top: 15%;
    left: 12%;
}

.feature_point.feature_point2 {
    top: 36%;
    left: 6%;
}

.feature_point.feature_point3 {
    bottom: 16%;
    top: auto;
    left: 18%;
}

.feature_point.feature_point4 {
    left: auto;
    right: 17%;
    top: 16%;
}

.feature_point.feature_point5 {
    left: auto;
    right: 13%;
    top: 47%;
}

.feature_point.feature_point6 {
    left: auto;
    right: 12%;
    top: auto;
    bottom: 15%;
}

.feature_point:before {
    position: absolute;
    content: "";
    top: 52%;
    right: 0px;
    width: 199px;
    height: 0px;
    border-top: 2px dotted var(--orange);
}

.feature_point.feature_point1:before {
    right: -89%;
}

.feature_point span {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
}
.feature_point.feature_point2::before {
    right: -80%;
}

.feature_point.feature_point3::before {
    right: -89%;
}
.feature_point.feature_point6::before {
    right: 105%;
}

.feature_point.feature_point5::before {
    right: 104%;
}

.feature_point.feature_point4::before {
    right: 104%;
}
.feature_point:after {
    position: absolute;
    content: "";
    width: 39px;
    height: 39px;
    top: -1px;
    right: 0;
    background-image: url(https://indosiamhelmets.com/wp-content/themes/roadking/assets/images/pointer.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.feature_point.feature_point1::after {
    right: -103%;
}

.feature_point.feature_point2:after {
    right: -90%;
}

.feature_point.feature_point3:after {
    right: -100%;
}

.feature_point.feature_point4:after {
    right: auto;
    left: -128%;
}

.feature_point.feature_point5:after {
    right: auto;
    left: -95%;
}

.feature_point.feature_point6:after {
    right: auto;
    left: -102%;
}
.feature_wrapper:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(182.27deg, rgba(255, 255, 255, 0) -130.1%, #FFFFFF 98.1%);
}

/*****************Manufacturing Section******************/

.manfuc_sec {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #C7C7C7;
    border-radius: 24px;
    padding: 26px;
    gap: 50px;
    align-items: center;
}

.manfuc_img img {width: 100%;border-radius: 16px;}

.manufac_cont h2.main_title {
    margin-bottom: 24px;
}

.manufac_cont p {
    margin-bottom: 40px;
    width: 75%;
}

/******************Blog Section******************/
.blog_head h2.main_title {
    margin-bottom: 0px;
}

.blog_head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
}

.blog_sec {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.blog_sec_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.blo_sec_box {
    position: relative;
}

.blog_sec_cont {
    position: absolute;
    display: flex;
    flex-direction: row;
    left: 15px;
    right: 15px;
    bottom: 15px;
    align-items: center;
    width: 94%;
    justify-content: space-between;
    padding: 14px 25px;
    background: #FFFFFF66;
    border-radius: 12px;
    backdrop-filter: blur(20px);
}

.blog_sec_cont p {
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 27px;
    font-weight: 500;
    width: 79%;
    color: var(--black);
}

.blog_icon {
    height: 55px;
    width: 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFF99;
    /* backdrop-filter: blur(20px); */
    border-radius: 50px;
}

.blog_icon svg {
    height: 15px;
    width: 20px;
}
.blogs_section {
    border-bottom: 1px solid #DEDEDE;
}

/************Stay in Touch***************/
.main_stay h2.main_title {
    text-align: center;
}

.stay_sec {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
	   
}
.main_background_image {
    background: url(https://indosiamhelmets.com/wp-content/uploads/2025/09/Mask-group.png) no-repeat center center / cover;
    max-width: 90%;
    margin: 0 auto;
    padding: 50px;
    border-radius: 15px;
    color: #fff;
    text-align: center;
}

.main_stay {
    color: #fff;
}
.stay_box {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
	 padding: 0px 55px;
}
.main_stay h2.main_title  {
    color: #fff;
}
.stay_box a {
  position: relative;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #ffffff;
  width: max-content;
  padding: 8px 25px;
  text-decoration: none;
  z-index: 1;
  overflow: hidden;
  border-left: 2px solid #FF5B27; /* left border visible from start */
}

/* Top, Right & Bottom pseudo-borders */
.stay_box a span::before,
.stay_box a span::after,
.stay_box a i::before {
  content: "";
  position: absolute;
  background-color: #FF5B27;
  z-index: -1;
}

/* Top border */
.stay_box a span::before {
  height: 2px;
  width: 100%;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
}

/* Right border */
.stay_box a span::after {
  height: 100%;
  width: 2px;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: top;
}

/* Bottom border */
.stay_box a i::before {
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
}

/* Hover triggers */
.stay_box a:hover span::before {
  animation: drawTop 0.2s forwards;
}
.stay_box a:hover span::after {
  animation: drawRight 0.2s 0.2s forwards;
}
.stay_box a:hover i::before {
  animation: drawBottom 0.2s 0.4s forwards;
}
.stay_box a:hover {
  transition: background-color 0.3s ease 0.9s, color 0.3s ease 0.9s;
}
@keyframes drawTop {
  0% { transform: scaleX(0); }
  100% { transform: scaleX(1); }
}

@keyframes drawRight {
  0% { transform: scaleY(0); }
  100% { transform: scaleY(1); }
}

@keyframes drawBottom {
  0% { transform: scaleX(0); }
  100% { transform: scaleX(1); }
}
.stay_box p {
    margin: auto;
    width: 85%;
}

/********************Footer***************/
.footer {
    background: var(--black);
}

.footer_sec {
    display: flex;
    flex-direction: row;
    padding-bottom: 48px;
    align-items: flex-start;
    gap: 100px;
}

.foot_logo {
    width: 20%;
}

.foot_logo img {
    width: 180px;
}

.foot_social img {
    width: 25px;
    height: 25px;
}

.foot_social {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
}

.foot_colmn {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 80%;
}

.foot_box h4 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 24px;
}

.foot_box a {
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    font-weight: 500;
    transition: 0.5s all ease;
}
.foot_box a:hover {
    color: var(--orange);
        transition: 0.5s all ease;
}
.foot_box li {
    margin-bottom: 10px;
}

.foot_box p {
    margin-bottom: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #626262;
    color: var(--white);
    padding-right: 60px;
}
.fot_bot_sec p {
    margin-bottom: 0px;
    color: var(--white);
}

.fot_bot_sec p a {
    color: var(--white);
    font-weight: 900;
}

.fot_bot_sec {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.foot_botm {
    padding: 24px 0px;
    border-top: 1px solid #626262;
}

/**************Contact Page ***************/

.inner_ban_img img {
    width: 100%;
}

section.inner_bannner_main {
    position: relative;
}

.inner_ban_cont {
    position: absolute;
    top: 70%;
    width: 100%;
    left: 0;
}

.inner_ban_cont h1 {
    font-size: 58px;
    line-height: 68px;
    font-weight: 600;
    color: var(--white);
}

.inner_ban_cont p {
    color: var(--white);
}

.inner_ban_img {
    position: relative;
}

.inner_ban_img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000054;
}
.cont_head h2.main_title {
    font-weight: 500;
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 30px;
}

.cont_head h2.main_title:before {
    position: absolute;
    content: '';
    bottom: 0;
    width: 30%;
    height: 2px;
    background: linear-gradient(90deg, var(--orange) 20%, #007DC2 20%);
}

.cont_head {
    margin-bottom: 55px;
}

.cont_det_box h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 28px;
}

.cont_det_box h3:before {
    position: absolute;
    width: 90px;
    background: var(--orange);
    content: "";
    bottom: 0;: -3rem;
    height: 2px;
}

.cont_det_box {
    padding-right: 100px;
    position: sticky;
    top: 150px;
}

.cont_det_box a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    transition: 0.5s all ease;
}

.cont_det_box p {
    margin-bottom: 24px;
    color: #000;
}

.cont_form_box {
    background: #EEF1F3;
    padding: 35px;
}

.cont_form_box h3 {
    font-size: 30px;
    line-height: 40px;
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 0px;
}

.cont_form input {
    letter-spacing: 0px;
    color: #272727;
    border: 0;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    padding: 12px;
    font-size: 17px;
    background: transparent;
    width: 100%;
    margin-bottom: 20px;
}

.cont_form textarea {
    width: 100%;
    letter-spacing: 0px;
    color: #272727;
    border: 0;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    padding: 12px;
    font-size: 17px;
    background: transparent;
    resize: none;
    height: 100px;
}

.cont_form textarea::placeholder {
    color: #272727;
}

.cont_form input::placeholder {
    color: #272727;
}

.cont_form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cont_form .sub_cta {
    width: max-content;
    border: 1px solid var(--orange);
    padding: 10px 30px;
    background: transparent;
    font-size: 18px;
    line-height: 28px;
    margin-top: 24px;
    transition: 0.5s all ease;
}

.cont_form input:focus-visible {
    outline: none;
    border-radius: 0px;
    border: 1px solid var(--orange);
}

.cont_form textarea:focus-visible {
    outline: none;
    border-radius: 0px;
    border: 1px solid var(--orange);
}
.cont_form .sub_cta:hover {
    transition: 0.5s all ease;
    background: var(--orange);
    color: var(--white);
}

/**************************Blog Page***********************/

.blog_gird {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.blog_img img {
    width: 100%;
    border-radius: 4px;
    transition: 0.5s all ease;
    overflow: hidden;
}

.blog_box {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.blog_cont {
    position: relative;
    padding: 20px;
    background: #ffffff;
    margin-top: -20px;
    position: relative;
    z-index: 1;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 4px;
    box-shadow: 0px 0px 10px rgba(0, 32, 91, 0.2);
    margin-bottom: 32px;
}

.blog_img {
    border-radius: 4px;
    overflow: hidden !important;
    transition: 0.5s all ease;
}

.blog_img {
    transition: transform 0.5s ease;
}

.blog_img:hover {
    transform: scale(1.05);
}

.blog_cont h4 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 24px;
    color: var(--black);
}

.blog_cont p {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 0px;
    color: var(--black);
}

.sing_blog ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

section.sing_blog {
    padding: 15px 0px;
    background: #c2c2c2;
}

.sing_blog ul li {
    color: var(--white);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.sing_blog ul li svg {
    width: 15px;
    height: 10px;
}

.sing_blog ul li a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: var(--black);
}

.sing_blog ul li svg path {
    fill: var(--black);
}
.sing_blog_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.sing_blog_img {
    height: 500px;
}

.single_blog_cont h1 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 600;
    color: var(--orange);
    margin-bottom: 15px;
}

.single_blog_cont {
    margin-top: 32px;
}

.single_blog_cont h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 32px;
}

.single_blog_cont h2:nth-child(3) {
    margin-top: 0px;
}

.single_blog_cont ul {
    padding: revert;
    list-style: disc;
}

.single_blog_cont ul li {
    list-style: disc;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 5px;
}

.sig_blog_grid {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 32px;
}

.relat_box img {
    width: 100%;
}

.sing_blog_sec {
    width: 65%;
}

.relat_sec {
    width: 34%;
    position: sticky;
    top: 32px;
}

.relat_img {height: 250px;}

.relat_img img {
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.relat_tit {
    padding: 20px;
    background: #ffffff;
    margin-top: -20px;
    position: relative;
    z-index: 1;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 12px;
    box-shadow: 0px 0px 10px rgba(0, 32, 91, 0.2);
    margin-bottom: 32px;
}

.relat_tit h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: var(--black);
    margin-bottom: 15px;
}

.relat_tit h3 a {
    color: var(--black);
}

.relat_tit p {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 0px;
}

.relate_gird {
    display: flex;
    flex-direction: column;
}

/*****************About Page Development************************/
.abot_img img {
    width: 100%;
    border-radius: 24px;
}

.abot_cont h2.main_title {
    margin-bottom: 32px;
}
.main_mision_vision {
    background-color: #F2F2F2;
}

.mision_img {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 24px;
    position: relative;
}

.mision_img h4 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    color: #fff;
}

.mision_box p {
    margin: 0;
    font-weight: 400;
    color: #fff;
    position: relative;
}
.mision_box {
    padding: 42px;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

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

.value_grid .value_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.value_icon {
    margin-bottom: 29px;
}

.value_box h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 13px;
    font-weight: 600;
}

.value_box p {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.main_values h2.main_title {
    text-align: center;
    margin-bottom: 60px;
}
.mision_box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000066;
}

/******************Catalouge*****************/

.catlog_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catlog_box {position: relative;overflow: hidden;transition: 0.5s all ease;cursor: pointer;}

.cata_img {
    height: auto;
}

.cata_cont {
    position: absolute;
    width: 100%;
    padding: 20px 30px;
    background: #fff;
    bottom: -65px;
    transition: 0.5s all ease;
}

.cata_cont h3 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 15px;
}

.cata_cont a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
    text-decoration: underline;
}

.catlog_box:hover .cata_cont {
    transition: 0.5s all ease;
    bottom: 0;
}

/***************Tech and Infra******************/

.facility_sec {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 48px;
    margin-bottom: 48px;
}

.facility_sec .facility_cont {
    width: 50%;
}

.facility_sec .facility_img {
    width: 50%;
    height: 500px;
}

.facility_sec .facility_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.facility_sec:last-child {
    margin-bottom: 0px;
}

.facility_sec:nth-child(odd) {
    flex-direction: row-reverse;
}

.facility_cont p {}

.facility_cont h3 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 18px;
    font-weight: 600;
}

.main_facilites h2.main_title {
    margin-bottom: 48px;
}
.facilites-2 .center_faclility_sec {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 32px;
}

.facilites-2 .center_faclility_sec .facility_sec {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: 0px;
    gap: 24px;
}

.facilites-2 .center_faclility_sec .facility_sec .facility_cont {
    width: 100%;
}

.facilites-2 .center_faclility_sec .facility_sec .facility_img {
    width: 100%;
}
section.facilites-2.p_100 {
    background: #f1f1f1;
}
.tech_over {
    text-align: center;
}
.tech_over p:last-child {
    margin-bottom: 0px;
}

.facilites-3 .facility_sec {
    flex-direction: row;
}
section.p_100.main_facilites.facilites-1 {
    padding-top: 0px;
}

.tech_over h2.main_title {
    margin-bottom: 22px;
}
.prod_sec {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 42px;
}

.prod_sec a.product_box {
    margin: 0px;
}
.sing_pro_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sing_pro_img {
    height: 650px;
}

.sing_pro_cont {
    padding-left: 35px;
}

.prod_desc h1.main_title {
    margin-bottom: 18px;
}

.prod_desc p {
    margin-bottom: 0px;
}

.prod_desc {
    padding-bottom: 24px;
    border-bottom: 2px solid #c3c3c3;
}
.pro_spec_sec {
    margin-top: 32px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-bottom: 30px;
    border-bottom: 2px solid #c3c3c3;
}

.pro_spec_sec .spec_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.pro_spec_sec .spec_box img {
    width: 45px;
    height: 40px;
}

.pro_spec_sec .spec_box p {
    margin-bottom: 0px;
}
.prod_det {
    padding-top: 28px;
}

.prod_det h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
}

.prod_det li {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}
.main_cataloge .row {
    row-gap: 42px;
}
.thank-info {
    margin-top: 18px
}

.checkmark {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #32de84;
    stroke-miterlimit: 10;
    box-shadow: inset 0 0 0 #4bb71b;
    animation: .4s ease-in-out .4s forwards fill,.3s ease-in-out .9s both scale;
    position: relative;
    top: 5px;
    right: 5px;
    margin: 0 auto
}

.content_thank {
    text-align: center;
    width: 80%;
    margin: 0 auto
}

.content_thank h2 {
    margin: 30px 0 15px;
    color: #000;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
}

.content_thank h3 {
    color: #111;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 32px;
}

.content_thank ul {
    list-style: none
}

.content_thank ul li a {
    font-weight: 700;
    color: #000
}

.thank-info h4 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #111
}

.thank-info p {
    margin: 20px 0
}

.main_btn {
    background: #000;
    display: inline-block;
    padding: 12px 44px;
    border: 1px solid transparent;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    transition: .8s all ease;
}
.main_btn:hover {
    transition: .8s all ease;
    background: var(--orange);
}
section.thank_main.p_100.main_404 {
    padding-top: 220px;
}

.main_404 h2 {
    font-size: 100px;
    line-height: 100px;
    font-weight: 900;
    margin-top: 0px;
}

.main_404 h3 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 13px;
    font-weight: 600;
}
.cont_det_box a:hover {
    color: var(--orange);
    transition: 0.5s all ease;
}
section.p_100.main_lead_wrapper {
    padding-top: 140px;
}
.tech_over p {
    width: 70%;
    margin: auto;
    margin-bottom: 15px;
}