* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

body {
  background: white;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.hero_bg {
  width: 100%;
  background: #1c2541;
  background: linear-gradient(95deg,
      rgba(28, 37, 65, 1) 0%,
      rgba(72, 94, 167, 1) 100%);
  padding-top: 10px;
  padding-bottom: 40px;
}


/* start menu*/
.hero_nav {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  background-color: white;
  border-radius: 10px;
}

.nav a img {
  height: 45px;
  padding-left: 25px;
}

.nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav ul li {
  color: #7E7E7E;
  font-size: 15px;
  cursor: pointer;
}

.nav ul li.active {
  color: #161A28;
  font-weight: 600;
}
.nav .search_box{
    position: relative;
}
.nav .search_box .result{
    position: absolute;
    top: 46px;
    padding: 10px;
    z-index: 999;
}
.nav .search_box {
  width: 180px;
  background-color: #F3F3F3;
  color: #939393;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*overflow-x: hidden; */
}

.nav .search_box input {
  width: 120px;
  font-size: 14px;
  background: transparent;
  border: none;
  outline: none;
}

.nav .search_box i {
  font-size: 20px;
}

.nav .phone_box {
  color: #4B4B4B;
  font-weight: 500;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav .phone_box i {
  font-size: 18px;
}

.nav .nav_button {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-right: 25px;
}

.nav .nav_button i {
  font-size: 24px;
  color: #4B4B4B;
  cursor: pointer;
}

.nav .nav_button button {
  background-color: #E1217E;
  color: #FFFFFF;
  border-radius: 5px;
  border: none;
  font-weight: 500;
  font-size: 14px;
  padding: 12px;
  cursor: pointer;
}

.nav .menu_icon {
  display: none
}
a.search-pro{
    color:rgb(126, 126, 126);
    margin:5px 0;
    display:inline-block;
}
.hero_mobile_search {
  display: none;
}

/* end menu */


.heroSwiper {
  width: 100%;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}

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

.heroSwiper .hero-pagination {
  bottom: 0px !important;
  left: 0;
  width: 100%;
  text-align: center;
}

.heroSwiper .hero-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.4) !important;
  width: 10px !important;
  height: 10px !important;
  opacity: 1 !important;
  margin: 0 5px !important;
  border-radius: 50% !important;
  border: none !important;
  transition: all 0.3s ease !important;
  display: inline-block;
  cursor: pointer;
}

.heroSwiper .hero-pagination .swiper-pagination-bullet-active {
  background: #e1217e !important;
  width: 25px !important;
  border-radius: 5px !important;
}

.heroSwiper .hero_prev,
.heroSwiper .hero_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

.heroSwiper .hero_prev {
  left: 20px;
}

.heroSwiper .hero_next {
  right: 20px;
}

.heroSwiper .hero_prev:hover,
.heroSwiper .hero_next:hover {
  background: #e1217e;
  border-color: #e1217e;
  transform: translateY(-50%) scale(1.1);
}

@media (max-width: 768px) {

  .heroSwiper .hero_prev,
  .heroSwiper .hero_next {
    display: none;
  }
  
.hero_mobile_search  .result{
    position: absolute;
    top: 153px;
    left: 23px;
    width: 90%;
    padding: 10px;
    z-index:999;
    border-radius:5px;
}
  
}

.hero_container {
  margin-top: 30px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.hero_container .left_conatiner {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.hero_container .left_conatiner h2 {
  background: linear-gradient(96.03deg,
      #ffffff 2.18%,
      #e1217e 35.63%,
      #4f6cff 64.29%,
      #42b9e5 97.74%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 45px;
  font-weight: 700;
  line-height: 61px;
  letter-spacing: 2%;
}

.hero_container .left_conatiner p {
  width: 400px;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 25px;
}

.hero_container .left_conatiner .mobile_img {
  display: none;
}

.hero_container .left_conatiner .container_btn button:nth-child(1) {
  background-color: #42B9E5;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  border-radius: 10px;
  padding: 16px 40px;
  border: none;
  outline: none;
  cursor: pointer;
}

.hero_container .left_conatiner .container_btn button:nth-child(2) {
  display: none;
}

.hero_container .right_conatiner {
  width: 55%;
}

.hero_container .right_conatiner .dekstop_img img {
  width: 100%;
  height: 500px;
}

.features_section {
  max-width: 1280px;
  margin: 0 auto 100px auto;
  padding: 0 75px;
}

.features_section .all_feature {
  background: linear-gradient(90deg, rgba(66, 185, 229, 0.25) 0%, rgba(225, 33, 126, 0.25) 100%), #FFFFFF;
  margin-top: -45px;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 15px;
  padding: 24px 30px;
  gap: 10px;
}

.features_section .all_feature .feature_con {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 16px;
}

.features_section .all_feature .feature_con img {
  width: 37px;
}

.features_section .all_feature .feature_con p {
  color: #4B4B4B;
  font-size: 14px;
}

.features_section .feature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.features_section .feature .feature_card {
  display: flex;
  align-items: start;
  gap: 20px;
}

.features_section .feature .feature_card .feature_icon {
  background-color: #42B9E5;
  border-radius: 8px;
  padding: 13px 15px;
  font-size: 20px;
}

.features_section .feature .feature_card .feature_text h6 {
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
}

.features_section .feature .feature_card .feature_text p {
  color: #7E7E7E;
  font-size: 14px;
  line-height: 24px;
}

.product_section {
  max-width: 1280px;
  margin: 120px auto;
  padding: 0 75px;
}

.product_section h4 {
  color: #000000;
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 40px;
}

.product_section .all_product {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.product_section .all_product .product_card {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 25px 0 0 25px;
  border-radius: 10px;
}

.product_section .all_product .product_card .product_left h6 {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}

.product_section .all_product .product_card .product_left ul {
  list-style-position: inside;
  padding-left: 0;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 20px;
}

.product_section .all_product .product_card .product_left ul li {
  margin-bottom: 8px;
}

.product_section .all_product .product_card .product_left button {
  background-color: #FFFFFF;
  color: #000000;
  border: none;
  outline: none;
  border-radius: 5px;
  padding: 10px 19px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 25px;
}

.product_section .all_product .product_card .product_right {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-content: end;
  justify-content: end;
}

.product_section .all_product .product_card .product_right img {
  width: 100%;
}

.about_section {
  max-width: 1280px;
  margin: 120px auto;
  padding: 0 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

.about_section .about_left {
  width: 50%;
  height: 397px;
}

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

.about_section .about_right {
  width: 50%;
}

.about_section .about_right h3 {
  font-weight: 600;
  font-size: 25px;
  color: #000000;
  margin-bottom: 15px;
}

.about_section .about_right p {
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  color: #7E7E7E;
  margin-bottom: 25px;
}

.about_section .about_right ul {
  list-style-position: inside;
  color: #7E7E7E;
  font-size: 15px;
  line-height: 35px;
}

.popular_product {
  max-width: 1280px;
  margin: 120px auto;
  padding: 0 75px;
}

.popular_product .popular_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}

.popular_product .popular_top h3 {
  color: #000000;
  font-weight: 600;
  font-size: 25px;
}

.popular_product .popular_top .tab_button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.popular_product .popular_top .tab_button button {
  border: none;
  outline: none;
  background-color: #ECECEC;
  color: #727272;
  border-radius: 24px;
  font-size: 13px;
  font-weight: 500;
  padding: 12px 25px;
  cursor: pointer;
}

.popular_product .popular_top .tab_button .active {
  background-color: #42B9E5;
  color: #FFFFFF;
}

.popular_product .popular_bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.popular_product .popular_bottom .popular_card .popular_img {
  height: 255px;
  width: 100%;
  margin-bottom: 10px;
}

.popular_product .popular_bottom .popular_card .popular_img img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
}

.popular_product .popular_bottom .popular_card p {
  background-color: #42B9E5;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  border-radius: 25px;
  padding: 13px 0;
}

.popular_product .mobile_view {
  display: none;
}

.our_customer {
  max-width: 1280px;
  margin: 120px auto;
  padding: 0 75px;
}

.our_customer h6 {
  text-align: center;
  color: #000000;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 40px;
}

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

.our_customer .customer_logo img {
  width: 15%;
}

.why_customers {
  max-width: 1280px;
  margin: 120px auto;
  padding: 0 75px;
  position: relative;
}

.why_customers .customers_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 727px;
  margin: 0 auto;
}

.why_customers .customers_text .line {
  width: 60px;
  height: 5px;
  background: linear-gradient(225deg, #B1BEFF 0%, #156AAE 100%);
  margin-bottom: 20px;
}

.why_customers .customers_text h6 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 400;
  margin-bottom: 35px;
}

.why_customers .customers_text h6>span {
  font-weight: 700;
}

.why_customers .customers_text .comment {
  position: relative;
  padding: 15px 50px;
}

.why_customers .customers_text .comment p {
  color: #7E7E7E;
  font-size: 16px;
  line-height: 30px;
}

.why_customers .customers_text .comment .bxs-quote-single-left {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 23px;
  background: linear-gradient(225deg, #B1BEFF 0%, #156AAE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.why_customers .customers_text .comment .bxs-quote-single-right {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 23px;
  background: linear-gradient(225deg, #B1BEFF 0%, #156AAE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.why_customers .customers_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 76px;
  margin-top: 50px;
}

.why_customers .customers_bottom {
  margin-top: 50px;
  width: 100%;
}

.why_customers .customers_bottom .customer_card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.why_customers .customers_bottom .customer_card .img_box {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 10px;
  filter: grayscale(100%) opacity(40%);
  transition: all 0.3s ease;
}

.why_customers .customers_bottom .customer_card .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why_customers .customers_bottom .customer_card .rating {
  display: flex;
  justify-content: center;
  gap: 3px;
  color: #ffcc00;
  margin-top: 10px;
  margin-bottom: 12px;
}

.why_customers .customers_bottom .customer_card .rating i {
  font-size: 17px;
}

.why_customers .customers_bottom .customer_card .name {
  font-size: 14px;
  font-weight: 600;
  color: #A0AEC0;
  margin: 0 0 4px 0;
  transition: all 0.3s ease;
}

.why_customers .customers_bottom .customer_card .designation {
  font-size: 12px;
  font-weight: 400;
  color: #CBD5E0;
  margin: 0;
  transition: all 0.3s ease;
}

.why_customers .customers_bottom .customer_card.active {
  transform: translateY(-5px);
}

.why_customers .customers_bottom .customer_card.active .img_box {
  width: 100px;
  height: 100px;
  filter: grayscale(0%) opacity(100%);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.why_customers .customers_bottom .customer_card.active .name {
  color: #156AAE;
  font-size: 18px;
  font-weight: 700;
  font-size: 18px;
}

.why_customers .customers_bottom .customer_card.active .designation {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
}

.why_customers .custom_prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #156AAE;
  border-radius: 50%;
  padding: 8px;
  font-size: 20px;
  color: #156AAE;
  cursor: pointer;
}

.why_customers .custom_next {
  position: absolute;
  top: 50%;
  right: 75px;
  transform: translateY(-50%);
  border: 2px solid #156AAE;
  border-radius: 50%;
  padding: 8px;
  font-size: 20px;
  color: #156AAE;
  cursor: pointer;
}

.customerTextSwiper {
  overflow: hidden;
}

.customerCardSwiper {
  overflow: hidden;
  margin-top: 50px;
  padding: 20px 0;
}

.customerCardSwiper .swiper-wrapper {
  align-items: center;
}

.customerCardSwiper .swiper-slide {
  display: flex;
  justify-content: center;
}

.customerCardSwiper .swiper-slide-active .customer_card {
  transform: translateY(-5px);
}

.customerCardSwiper .swiper-slide-active .customer_card .img_box {
  width: 100px;
  height: 100px;
  filter: grayscale(0%) opacity(100%);
}

.customerCardSwiper .swiper-slide-active .customer_card .name {
  color: #156AAE;
  font-size: 18px;
  font-weight: 700;
}

.customerCardSwiper .swiper-slide-active .customer_card .designation {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
}

.cta_bg {
  max-width: 100%;
  background-color: #161A28;
  color: #FFFFFF;

}

.cta_section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 120px 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

.cta_section>h6 {
  background: linear-gradient(96.03deg,
      #ffffff 2.18%,
      #e1217e 35.63%,
      #4f6cff 64.29%,
      #42b9e5 97.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 700;
  font-size: 50px;
  letter-spacing: 2%;
  margin-bottom: 20px;
}

.cta_section>p {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 30px;
}

.cta_section>button {
  background-color: #FF9247;
  border: none;
  outline: none;
  color: #FFFFFF;
  border-radius: 10px;
  padding: 13px 40px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}

.footer_bg {
  width: 100%;
  border-bottom: 1px solid #7E7E7E;
}

.footer_top {
  max-width: 1280px;
  margin: 0 auto;
  padding: 90px 75px 40px 75px;

}

.footer_top_content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 50px;
}

.footer_top_content>a {
  display: none;
}

.footer_top_content .featured_products>h6 {
  color: #2D2D2D;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer_top_content .featured_products ul {
  list-style: none;
  color: #7E7E7E;
  font-size: 14px;
}

.footer_top_content .featured_products ul li {
  margin-bottom: 12px;
}

.footer_top_content .industry>h6 {
  color: #2D2D2D;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer_top_content .industry ul {
  list-style: none;
  color: #7E7E7E;
  font-size: 14px;
}

.footer_top_content .industry ul li {
  margin-bottom: 12px;
}

.footer_top_content .help>h6 {
  color: #2D2D2D;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer_top_content .help ul {
  list-style: none;
  color: #7E7E7E;
  font-size: 14px;
}

.footer_top_content .help ul li {
  margin-bottom: 12px;
}

.footer_top_content .contact>h6 {
  color: #2D2D2D;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer_top_content .contact>p {
  color: #7E7E7E;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 20px;
}

.footer_top_content .contact>h4 {
  color: #4B4B4B;
  font-size: 15px;
  font-weight: 500;
}

.footer_top_socail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.footer_top_socail>i {
  background-color: #FAFAFA;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
  padding: 13px;
  border-radius: 50%;
  color: #1A202C;
  font-size: 20px;
  cursor: pointer;
}

.footer_bottom {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  padding: 25px 0;
}

.footer_bottom>h6 {
  color: #7E7E7E;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.5%;
}

/* Navigation Drawer Style */
.nav_drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  z-index: 1000;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  justify-content: flex-end;
}

.nav_drawer.open {
  right: 0;
}

.drawer_content {
  width: 320px;
  height: 100%;
  background: #ffffff;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  overflow-y: auto;
}

.drawer_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
}

.drawer_header img {
  height: 40px;
}

.drawer_close {
  font-size: 30px;
  color: #1c2541;
  cursor: pointer;
  transition: color 0.2s ease;
}

.drawer_close:hover {
  color: #e1217e;
}

.drawer_links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.drawer_links li {
  color: #7E7E7E;
  font-size: 15px;
  cursor: pointer;
}

.drawer_links li a {
  text-decoration: none;
  color: #4b4b4b;
  transition: color 0.2s ease;
}

.drawer_links li.active a,
.drawer_links li a:hover {
  color: #161A28;
  font-weight: 600;
}

.drawer_search {
  background-color: #f3f3f3;
  color: #939393;
  border-radius: 8px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.drawer_search input {
  width: 80%;
  font-size: 15px;
  background: transparent;
  border: none;
  outline: none;
}

.drawer_search i {
  font-size: 20px;
}

.drawer_phone {
  color: #4b4b4b;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.drawer_phone i {
  font-size: 20px;
  color: #156AAE;
}

.drawer_actions .signin_btn {
  width: 100%;
  background-color: #e1217e;
  color: #ffffff;
  border-radius: 8px;
  border: none;
  font-weight: 600;
  font-size: 16px;
  padding: 14px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.drawer_actions .signin_btn:hover {
  background-color: #c7156b;
}
h4.short{
     background-color: #42B9E5;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    border-radius: 25px;
    padding: 13px 0;   
}

/* ==================================== Mobile ==================================== */
@media (max-width: 767px) {
    h4.short{
       border-radius: 10px;  
    }
  .hero_nav {
    padding: 0 25px;
  }

  .nav {
    padding: 13px;
  }

  .nav a img {
    padding-left: 0;
  }

  .nav ul {
    display: none;
  }

  .nav .search_box {
    display: none;
  }

  .nav .nav_button {
    display: none;
  }

  .nav .menu_icon {
    display: block;
    color: #3F5192;
  }

  .nav .menu_icon i {
    font-size: 25px;
  }

  .hero_mobile_search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 25px 0 25px;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 10px 14px;
  }

  .hero_mobile_search input {
    font-size: 14px;
    color: #939393;
    border: none;
    outline: none;
  }

  .hero_mobile_search i {
    color: #C4C4C4;
    font-size: 24px;
  }

  .hero_container {
    padding: 0 25px;
    flex-direction: column;
    margin: 40px 0;
  }

  .hero_container .left_conatiner {
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 30px;
  }

  .hero_container .left_conatiner h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 2%;
  }

  .hero_container .left_conatiner p {
    width: 280px;
    line-height: 25px;
  }

  .hero_container .left_conatiner .mobile_img {
    display: block;
  }

  .hero_container .left_conatiner .mobile_img img {
    width: 100%;
  }

  .hero_container .left_conatiner .container_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .hero_container .left_conatiner .container_btn button:nth-child(1) {
    font-weight: 500;
    font-size: 13px;
    padding: 16px 30px;
  }

  .hero_container .left_conatiner .container_btn button:nth-child(2) {
    display: block;
    background: transparent;
    border: 1px solid white;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    border-radius: 10px;
    padding: 16px 30px;
    cursor: pointer;
  }

  .hero_container .right_conatiner {
    display: none;
  }

  .features_section {
    padding: 0 25px;
  }

  .features_section .all_feature {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 40px;
  }

  .features_section .feature {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 0 28px;
  }

  .features_section .feature .feature_card .feature_icon {
    font-size: 23px;
  }

  .product_section {
    margin: 30px auto;
    padding: 0 25px;
  }

  .product_section .all_product {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .product_section .all_product .product_card {
    position: relative;
  }

  .product_section .all_product .product_card .product_right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35%;
  }

  .about_section {
    margin: 70px auto;
    padding: 0 25px;
    flex-direction: column;
    gap: 45px;
  }

  .about_section .about_left {
    width: 100%;
    order: 2;
  }

  .about_section .about_left {
    height: 350px;
  }

  .about_section .about_right {
    width: 100%;
    order: 1;
  }

  .popular_product {
    margin: 70px auto;
    padding: 0 25px;
  }

  .popular_product .popular_top h3 {
    display: none;
  }

  .popular_product .popular_top .tab_button {
    justify-content: flex-start;
  }

  .popular_product .popular_top .tab_button button {
    font-size: 12px;
  }

  .popular_product .popular_bottom {
    
  }

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

  .swiper-pagination {
    bottom: 0 !important;
    position: relative !important;
  }

  .swiper-pagination-bullet {
    width: 20px !important;
    height: 6px !important;
    background-color: #D9D9D9 !important;
    border: 33px !important;
  }

  .swiper-pagination-bullet-active {
    background: #2F2F2F !important;
    width: 6px !important;
    height: 6px !important;
    border: 33px !important;
  }

  .our_customer {
    margin: 70px auto;
    padding: 0 25px;
  }

  .our_customer .customer_logo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }

  .our_customer .customer_logo img {
    width: 90%;
  }

  .why_customers {
    margin: 80px auto;
    padding: 0 0;
  }

  .why_customers .customers_text {
    width: 100%;
    padding: 0 25px;
  }

  .why_customers .custom_prev {
    display: none;
  }

  .why_customers .custom_next {
    display: none;
  }

  .cta_section {
    padding: 100px 25px;
  }

  .cta_section>h6 {
    font-size: 30px;
  }

  .footer_bg {
    border-bottom: none;
  }

  .footer_top {
    padding: 90px 25px 20px 25px;
  }

  .footer_top_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 30px;
  }

  .footer_top_content>a {
    display: block;
  }

  .footer_top_content>a img {
    width: 100px;
  }

  .footer_top_socail>i {
    font-size: 16px;
    padding: 10px;
  }
}

/* ==================================== Tablet ==================================== */
@media (min-width: 768px) and (max-width: 1024px) {
  .hero_nav {
    padding: 0 25px;
  }

  .nav {
    padding: 13px;
  }

  .nav a img {
    padding-left: 0;
  }

  .nav ul {
    display: none;
  }

  .nav .search_box {
    display: none;
  }

  .nav .nav_button {
    display: none;
  }

  .nav .menu_icon {
    display: block;
    color: #3F5192;
  }

  .nav .menu_icon i {
    font-size: 25px;
  }

  .hero_mobile_search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 25px 0 25px;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 10px 14px;
  }

  .hero_mobile_search input {
    font-size: 14px;
    color: #939393;
    border: none;
    outline: none;
  }

  .hero_mobile_search i {
    color: #C4C4C4;
    font-size: 24px;
  }

  .hero_container {
    padding: 0 25px;
    flex-direction: column;
    margin: 40px 0;
  }

  .hero_container .left_conatiner {
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 30px;
  }

  .hero_container .left_conatiner h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 2%;
    width: 400px;
  }

  .hero_container .left_conatiner p {
    width: 280px;
    line-height: 25px;
  }

  .hero_container .left_conatiner .mobile_img {
    display: block;
  }

  .hero_container .left_conatiner .mobile_img img {
    width: 100%;
  }

  .hero_container .left_conatiner .container_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .hero_container .left_conatiner .container_btn button:nth-child(1) {
    font-weight: 500;
    font-size: 13px;
    padding: 16px 30px;
  }

  .hero_container .left_conatiner .container_btn button:nth-child(2) {
    display: block;
    background: transparent;
    border: 1px solid white;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    border-radius: 10px;
    padding: 16px 30px;
    cursor: pointer;
  }

  .hero_container .right_conatiner {
    display: none;
  }

  .features_section {
    padding: 0 25px;
  }

  .features_section .all_feature {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 40px;
  }

  .features_section .feature {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 28px;
  }

  .features_section .feature .feature_card .feature_icon {
    font-size: 23px;
  }

  .product_section {
    margin: 30px auto;
    padding: 0 25px;
  }

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

  .product_section .all_product .product_card {
    position: relative;
  }

  .product_section .all_product .product_card .product_right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35%;
  }

  .about_section {
    margin: 70px auto;
    padding: 0 25px;
    flex-direction: column;
    gap: 45px;
  }

  .about_section .about_left {
    width: 100%;
    order: 2;
  }

  .about_section .about_left {
    height: 450px;
  }

  .about_section .about_right {
    width: 100%;
    order: 1;
  }

  .popular_product {
    margin: 70px auto;
    padding: 0 25px;
  }

  .popular_product .popular_top {
    align-items: start;
  }

  .popular_product .popular_top .tab_button {
    justify-content: center;
  }

  .popular_product .popular_top .tab_button button {
    font-size: 12px;
  }

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

  .our_customer {
    margin: 70px auto;
    padding: 0 25px;
  }

  .our_customer .customer_logo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }

  .our_customer .customer_logo img {
    width: 70%;
  }

  .why_customers {
    margin: 80px auto;
    padding: 0 25px;
  }

  .why_customers .customers_text {
    width: 100%;
    padding: 0 25px;
  }

  .why_customers .custom_prev {
    left: 25px;
  }

  .why_customers .custom_next {
    right: 25px;
  }

  .cta_section {
    padding: 100px 25px;
  }

  .cta_section>h6 {
    font-size: 30px;
  }

  .footer_top {
    padding: 90px 25px 40px 25px;
    border-bottom: 1px solid #7E7E7E;
  }

  .footer_top_content {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

/* Override pagination positioning for Hero Swiper across all screens */
.heroSwiper .hero-pagination {
  position: absolute !important;
  bottom: 15px !important;
}