* {
  margin: 0%;
  padding: 0%;
}

body {
  font-family: "Lato", sans-serif !important;
}

.playfair_ff {
  font-family: "Playfair Display", serif !important;
}

.Yrsa {
  font-family: "Yrsa", serif !important;
}

.white_f {
  color: #FFF;
}

.white_f2 {
  color: #DDDDDD;
}

.red_f {
  color: #C42126 !important;
}

.blue_f {
  color: #26245F;
}

.dark_f2 {
  color: #3C3C3C;
}

.dark_f {
  color: #424242;
}

p {
  color: #424242;
}

.blue_bg {
  background: #26245F;
}

.w_70 {
  width: 70%;
}

a {
  text-decoration: none !important;
}

.justify_text {
  text-align: justify;
}

.section_title {
  gap: 3%;
}
.section_title h2 {
  font-size: 38px;
  font-family: "Playfair Display", serif;
}

.menu_active {
  color: #26245F;
  border-bottom: 3px solid #C42126;
  font-weight: 700;
}

.Page_Heading {
  color: #26245F;
  font-size: 38px;
  font-weight: 700;
  font-family: "Yrsa", serif !important;
}

.Become_Partner_banner, .contact_page_banner, .service_page_banner, .Product_page_banner, .page_banner {
  width: 100%;
  height: 70vh;
}
.Become_Partner_banner .container, .contact_page_banner .container, .service_page_banner .container, .Product_page_banner .container, .page_banner .container {
  height: 100%;
  display: flex;
  align-items: center;
}
.Become_Partner_banner .container h1, .contact_page_banner .container h1, .service_page_banner .container h1, .Product_page_banner .container h1, .page_banner .container h1 {
  font-size: 60px;
  font-weight: 700;
  color: #FFF;
  font-family: "Playfair Display", serif;
}
.Become_Partner_banner .container h5, .contact_page_banner .container h5, .service_page_banner .container h5, .Product_page_banner .container h5, .page_banner .container h5 {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
}

nav ul li span {
  color: #3C3C3C;
  font-size: 18px;
  font-weight: 400;
  position: relative;
}
nav ul li span::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #C42126; /* Tweak the color if needed */
  border-radius: 0;
  transition: all 0.5s ease-in-out;
}
nav ul li span:hover::before {
  width: 100%;
  border-radius: 0%;
}

.heade_drop_menu h3 {
  color: #26245F;
  font-size: 18px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
}
.heade_drop_menu ul li a {
  color: #787792;
  font-size: 14px;
}

/* General Styles */
.navbar {
  background-color: #ffffff;
  z-index: 1000;
}

.navbar-brand img {
  height: 55px;
}

.menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  box-shadow: -4px 0 6px rgba(0, 0, 0, 0.1);
  transition: right 0.4s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.mobile_view_menu ul {
  background: transparent !important;
  border: none !important;
}
.mobile_view_menu ul li {
  list-style: circle;
  list-style-type: disc;
}

.menu.show {
  right: 0;
}

.navbar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.navbar-nav li {
  margin: 0px 0;
}

.navbar-nav .nav-link {
  font-size: 18px;
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}

.navbar-nav .nav-link:hover {
  color: #c42126;
}

/* Hamburger Menu */
.navbar-toggler {
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
  padding: 0 !important;
  z-index: 1001;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 18px;
}

.hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background: #C42126;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}

.navbar-toggler.active .hamburger span:nth-child(1) {
  transform: rotate(45deg) translateY(10px);
}

.navbar-toggler.active .hamburger span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler.active .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-10px);
}

/* Responsive Adjustments */
@media (min-width: 992px) {
  .menu {
    position: static;
    width: auto;
    height: auto;
    display: flex;
    justify-content: flex-end;
    background: none;
    box-shadow: none;
  }
  .menu.show {
    right: auto;
  }
  .navbar-nav {
    display: flex;
    align-items: center;
  }
  .navbar-nav li {
    margin: 0 15px;
  }
  .navbar-toggler {
    display: none;
  }
}
.main_page_banner {
  width: 100%;
  height: 100%;
  margin-top: -110px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.main_page_banner .banner_video {
  position: relative;
  width: 100%;
  height: 100%;
}
.main_page_banner .banner_video video {
  width: 100%;
}
.main_page_banner .banner-container {
  position: relative;
  width: 100%;
  height: 104vh;
  overflow: hidden;
}
.main_page_banner .banner-container .bg-video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.main_page_banner .banner-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* dark overlay */
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_page_banner .banner-container .text-slider {
  color: #fff;
  font-weight: 700;
  font-size: 3.5rem;
  text-align: center;
  position: relative;
  height: 100px;
  width: 100%;
  overflow: hidden;
  display: none;
}
.main_page_banner .banner-container .slide {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  position: absolute;
  width: 100%;
}
.main_page_banner .banner-container .slide.active {
  opacity: 1;
}
.main_page_banner .container {
  position: relative;
  z-index: 1;
}
.main_page_banner .container h1 {
  font-size: 54px;
  width: 80%;
}
.main_page_banner .container p {
  font-size: 16px;
  width: 50%;
}
.main_page_banner .container .Get_Started_custome_btn {
  color: #C42126;
  background: #FFF;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  padding: 10px 20px;
  border: 1px solid #C42126;
  transition: 0.8s;
}
.main_page_banner .container .Get_Started_custome_btn:hover svg path,
.main_page_banner .container .Get_Started_custome_btn:hover {
  color: #FFF;
  background: #C42126;
  fill: #FFF;
}

.About_Shreeji .container .Get_Started_custome_btn {
  color: #C42126;
  background: #FFF;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  padding: 10px 20px;
  border: 1px solid #C42126;
  transition: 0.8s;
}
.About_Shreeji .container .Get_Started_custome_btn:hover svg path,
.About_Shreeji .container .Get_Started_custome_btn:hover {
  color: #FFF;
  background: #C42126;
  fill: #FFF;
}
.About_Shreeji .container .about_expect {
  border: 1px solid rgba(38, 36, 95, 0.8);
  border-radius: 5px;
}

.Vectore_Slider .swiper p {
  font-size: 14px;
  text-transform: uppercase;
}

.Our_Services {
  background: #222334;
}
.Our_Services .service_part {
  width: 80%;
  margin: 0 auto;
}
.Our_Services .service_part .svg_border {
  border: 1px solid #FFF;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  padding: 26px;
}
.Our_Services .service_part h4 {
  font-size: 22px;
  font-weight: 700;
}
.Our_Services .Get_Started_custome_btn {
  color: #FFF;
  background: #222334;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  padding: 10px 20px;
  border: 1px solid #FFF;
  transition: 0.8s;
}
.Our_Services .Get_Started_custome_btn:hover svg path,
.Our_Services .Get_Started_custome_btn:hover {
  color: #FFF;
  background: #C42126;
  fill: #FFF;
}

.Featured_Shreeji {
  position: relative;
}
.Featured_Shreeji .container .custome_card {
  position: relative;
  border: 1px solid #26245F;
  border-radius: 5px;
}
.Featured_Shreeji .container .custome_card img {
  border-radius: 5px;
  transition: transform 0.5s ease-in-out;
}
.Featured_Shreeji .container .custome_card .custome_btn_contain {
  position: absolute;
  background: #FFF;
  border-radius: 5px;
  border: 2px solid #FFF;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  bottom: -10%;
  transition: bottom 0.5s ease-in-out;
}
.Featured_Shreeji .container .custome_card .custome_btn_contain .inner_blue_btn {
  background: #26245F;
  color: #FFF;
  font-family: "Playfair Display", serif;
  padding: 10px 10px;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  animation: mymove 5s infinite;
}
.Featured_Shreeji .container .custome_card .custome_btn_contain .contains {
  position: relative;
  max-height: 0; /* Start with 0 height */
  opacity: 0; /* Hidden initially */
  overflow: hidden;
  visibility: hidden; /* Visibility is hidden to prevent flickering */
  background-color: #FFF;
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0s 0.5s; /* Delay visibility change */
}
.Featured_Shreeji .container .custome_card .custome_btn_contain .contains p {
  font-size: 14px;
  color: #6D6D6D;
  text-align: center;
  margin-bottom: 0;
}
/* .Featured_Shreeji .container .custome_card:hover img {
  transform: scale(1.05);
} */
/* .Featured_Shreeji .container .custome_card:hover .custome_btn_contain {
  bottom: 0;
} */
.Featured_Shreeji .container .custome_card:hover .custome_btn_contain .contains {
  max-height: 200px; /* Adjust this based on your content's actual height */
  opacity: 1;
  visibility: visible; /* Visibility becomes visible */
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0s 0s; /* No delay for visibility on hover */
}
.Featured_Shreeji .container .Get_Started_custome_btn {
  color: #C42126;
  background: #FFF;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  padding: 10px 20px;
  border: 1px solid #C42126;
  transition: 0.8s;
}
.Featured_Shreeji .container .Get_Started_custome_btn:hover svg path,
.Featured_Shreeji .container .Get_Started_custome_btn:hover {
  color: #FFF;
  background: #C42126;
  fill: #FFF;
}

.Water_Bottle {
  background: url("../img/water_bottel_section_bg.webp");
  position: relative;
}
.Water_Bottle .container .round_border {
  position: relative;
  border: 2px dashed #FFF;
  border-radius: 50%;
}
.Water_Bottle .container .round_border .bg_red_background {
  position: absolute;
  background: #C42126;
  border-radius: 50%;
  height: 120px;
  width: 120px;
  padding: 35px;
  right: 14%;
}
.Water_Bottle .container .round_border .video_play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Water_Bottle .container .round_border .video_play_btn svg {
  height: 90px;
  width: 90px;
}
.Water_Bottle .container .round_border .video_play_btn:hover svg path {
  fill: #C42126;
}
.Water_Bottle .container ul {
  padding-left: 0px;
}
.Water_Bottle .container ul li {
  list-style-type: none;
  font-size: 18px;
}
.Water_Bottle .container .youtube_slider {
  width: 90%;
}
.Water_Bottle .container .left_right_arrow {
  top: 50%;
  width: 98%;
}
.Water_Bottle .container .left_right_arrow .arrow_bg {
  background: #C42126;
  width: 49px;
  padding: 12px;
}
.Water_Bottle .container .left_right_arrow .swiper-button-next:after, .Water_Bottle .container .left_right_arrow .swiper-button-prev:after {
  display: none !important;
}

.Full_Service {
  background: #F4F4F4;
}
.Full_Service .container h3 {
  font-size: 18px;
}

.Why_choose_shreeji .left_part {
  background: url("../img/left_part_bg.png");
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.Why_choose_shreeji .left_part .Get_Started_custome_btn {
  color: #FFF;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  padding: 10px 20px;
  border: 1px solid #FFF;
  transition: 0.8s;
}
.Why_choose_shreeji .left_part .Get_Started_custome_btn:hover svg path,
.Why_choose_shreeji .left_part .Get_Started_custome_btn:hover {
  color: #FFF;
  background: #C42126;
  fill: #FFF;
}
.Why_choose_shreeji .center_part {
  background: #E9E9E9;
}
.Why_choose_shreeji .center_part h3 {
  font-size: 38px;
}
.Why_choose_shreeji .center_part span {
  font-size: 18px;
  font-weight: 700;
}

.Trusted_Brand .container .mid_section {
  position: relative;
}
.Trusted_Brand .container .mid_section h4 {
  position: relative;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  z-index: 1;
  background-color: #FFF;
}
.Trusted_Brand .container .mid_section::before {
  position: absolute;
  content: "";
  bottom: 0%;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #000;
}
.Trusted_Brand .container .what_our_clients_says .left_part {
  background: #26245F;
  position: relative;
  text-align: center;
}
.Trusted_Brand .container .what_our_clients_says .left_part .round_vector {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.Trusted_Brand .container .what_our_clients_says .left_part h5 {
  font-size: 20px;
}
.Trusted_Brand .container .what_our_clients_says .right_part .user_round_img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: 1px solid #989898;
  overflow: hidden;
}
.Trusted_Brand .container .what_our_clients_says .right_part h4 {
  font-size: 20px;
}
.Trusted_Brand img {
  height: 70px;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #C42126 !important;
}

.Recent_Project .img_hover {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.Recent_Project .img_hover img {
  display: block;
  width: 100%;
  height: auto;
}
.Recent_Project .img_hover .overlay {
  position: absolute;
  /* top: 0; */
  bottom: 21px;
  left: 18px;
  /* right: -18px; */
  height: 65px;
  width: 91%;
  /* text-align: center; */
  opacity: 0;
  transition: 0.5s ease;
  background-color: #FFF;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.Recent_Project .img_hover .overlay .text h5 {
  color: #000;
  font-size: 18px;
}
.Recent_Project .img_hover:hover .overlay {
  opacity: 1;
}

.Get_in_Touch {
  background: #222334;
  position: relative;
  overflow: hidden;
  padding: 82px 15px;
}
.Get_in_Touch .left_img {
  position: absolute;
  top: 0%;
}
.Get_in_Touch .container {
  position: relative;
  z-index: 1;
}
.Get_in_Touch .container p {
  width: 50%;
}
.Get_in_Touch .container .Get_Started_custome_btn {
  color: #FFF;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  padding: 10px 20px;
  border: 1px solid #FFF;
  transition: 0.8s;
}
.Get_in_Touch .container .Get_Started_custome_btn:hover svg path,
.Get_in_Touch .container .Get_Started_custome_btn:hover {
  color: #FFF;
  background: #C42126;
  fill: #FFF;
}

.Faq_Section .faq_part {
  background: url("../img/faqs_bg.png");
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.Faq_Section .faq_part .faq_width {
  width: 80%;
  margin-left: auto;
}
.Faq_Section .faq_part .faq_width details {
  border: 1px solid rgba(112, 112, 112, 0.1);
  border-radius: 4px;
  padding: 0.5em 0.5em 0;
  margin-bottom: 10px;
  cursor: pointer;
}
.Faq_Section .faq_part .faq_width summary {
  font-weight: 600;
  margin: -0.5em -0.5em 0;
  padding: 0.8em;
  list-style-type: "+";
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #222334;
  color: #FFF;
}
.Faq_Section .faq_part .faq_width details[open] {
  padding: 0.5em;
  border: none;
  background-color: #FFF;
  border: 1px solid;
}
.Faq_Section .faq_part .faq_width summary::marker {
  color: #0000ff;
  font-size: 1.2em;
  margin-right: 20px;
}
.Faq_Section .faq_part .faq_width details summary::after {
  content: "+";
  float: right;
  font-size: 1.2em;
  color: #FFF;
  background: red;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Faq_Section .faq_part .faq_width details[open] summary::after {
  content: "-";
  float: right;
  font-size: 1.5em;
  color: #FFF;
}
.Faq_Section .location_detail {
  background: #222334;
}
.Faq_Section .location_detail .Get_Started_custome_btn {
  color: #FFF;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  padding: 10px 20px;
  border: 1px solid #FFF;
  transition: 0.8s;
}
.Faq_Section .location_detail .Get_Started_custome_btn:hover svg path,
.Faq_Section .location_detail .Get_Started_custome_btn:hover {
  color: #FFF;
  background: #C42126;
  fill: #FFF;
}

footer {
  background: #222334;
}
footer .container .social_icon {
  width: 40px;
  height: 40px;
  border: 1px solid;
  background: transparent;
}
footer .container .social_icon:hover {
  background: #FFF;
}
footer .container .social_icon:hover svg path {
  fill: #222334;
}
footer .container h4 {
  font-size: 18px;
}
footer .container p {
  color: #C3C3C3;
}
footer .container p a:hover {
  color: #FFF;
  transform: scale(1.05);
}
footer .container a {
  color: #C3C3C3;
}
footer .container a p:hover {
  color: #FFF;
}
footer .footer_bottom {
  color: #C3C3C3;
  border-top: 1px solid #C3C3C3;
}

.page_banner {
  background: url("../img/about_page_banner.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.Awaeds_winning .container .center_div {
  background: url("../img/vector_img.png");
  width: 200px;
  height: 230px;
  right: -12%;
  bottom: -13%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.Awaeds_winning .container .center_div h3 {
  font-size: 32px;
  font-family: "Playfair Display", serif;
}
.Awaeds_winning .container .right_part {
  gap: 10%;
}
.Awaeds_winning .container .right_part .custome_li {
  color: #6D6D6D;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #E4E4E4;
  margin: 16px 0px;
}

.Product_page_banner {
  background: url("../img/product_paage_banner.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.service_page_banner {
  background: url("../img/service_page_banner.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact_page_banner {
  background: url("../img/contact_page_banner.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.Become_Partner_banner {
  background: url("../img/Become_Partner_banner_image.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.Main_Products {
  position: relative;
}
.Main_Products .container .product_images {
  width: 80%;
  margin: 0 auto;
}
.Main_Products .container .left_right_arrow {
  top: 57%;
  width: 99%;
}
.Main_Products .container .left_right_arrow .arrow_bg {
  width: 49px;
  padding: 12px;
}
.Main_Products .container .left_right_arrow .swiper-button-next:after, .Main_Products .container .left_right_arrow .swiper-button-prev:after {
  display: none !important;
}
.Main_Products .container .custome_card {
  position: relative;
  border: 1px solid #26245F;
  border-radius: 5px;
}
.Main_Products .container .custome_card img {
  border-radius: 5px;
  transition: transform 0.5s ease-in-out;
}
.Main_Products .container .custome_card .custome_btn_contain {
  position: absolute;
  background: #FFF;
  border-radius: 5px;
  border: 2px solid #FFF;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  bottom: -10%;
  transition: bottom 0.5s ease-in-out;
}
.Main_Products .container .custome_card .custome_btn_contain .inner_blue_btn {
  background: #26245F;
  color: #FFF;
  font-family: "Playfair Display", serif;
  padding: 10px 10px;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  animation: mymove 5s infinite;
}
.Main_Products .container .custome_card .custome_btn_contain .contains {
  position: relative;
  max-height: 0; /* Start with 0 height */
  opacity: 0; /* Hidden initially */
  overflow: hidden;
  visibility: hidden; /* Visibility is hidden to prevent flickering */
  background-color: #FFF;
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0s 0.5s; /* Delay visibility change */
}
.Main_Products .container .custome_card .custome_btn_contain .contains p {
  font-size: 14px;
  color: #6D6D6D;
  text-align: center;
  margin-bottom: 0;
}
/* .Main_Products .container .custome_card:hover img {
  transform: scale(1.05);
} */
.Main_Products .container .custome_card:hover .custome_btn_contain {
  bottom: 0;
}
.Main_Products .container .custome_card:hover .custome_btn_contain .contains {
  max-height: 200px; /* Adjust this based on your content's actual height */
  opacity: 1;
  visibility: visible; /* Visibility becomes visible */
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0s 0s; /* No delay for visibility on hover */
}
.Get_Started_custome_btn {
/* .Main_Products .container .Get_Started_custome_btn { */
  color: #C42126;
  background: #FFF;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  padding: 10px 20px;
  border: 1px solid #C42126;
  transition: 0.8s;
  cursor: pointer;
}
.Get_Started_custome_btn:hover svg path,
.Get_Started_custome_btn:hover {
/* .Main_Products .container .Get_Started_custome_btn:hover svg path,
.Main_Products .container .Get_Started_custome_btn:hover { */
  color: #FFF;
  background: #C42126;
  fill: #FFF;
}
.Main_Products .container .nav-pills .nav-link.active, .Main_Products .container .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #26245F;
  font-size: 22px;
  font-weight: 700;
  border-radius: 50px;
}
.Main_Products .container .nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
  color: #26245F;
  font-size: 22px;
  font-weight: 700;
}

.All_service_page .service_part {
  width: 100%;
  margin: 0 auto;
}
.All_service_page .service_part .svg_border {
  border: 1px solid #26245F;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  padding: 26px;
}
.All_service_page .service_part h4 {
  font-size: 20px;
  font-weight: 700;
}

.lets_talk .faq_part {
  background: url("../img/faqs_bg.png");
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lets_talk .faq_part .faq_width {
  width: 80%;
  margin-left: auto;
}
.lets_talk .Get_Started_custome_btn {
  color: #C42126;
  background: #FFF;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  padding: 10px 20px;
  border: 1px solid #C42126;
  transition: 0.8s;
}
.lets_talk .Get_Started_custome_btn:hover svg path,
.lets_talk .Get_Started_custome_btn:hover {
  color: #FFF;
  background: #C42126;
  fill: #FFF;
}
.lets_talk .location_detail {
  background: #222334;
}
.lets_talk .location_detail .Get_Started_custome_btn {
  color: #FFF;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  padding: 10px 20px;
  border: 1px solid #FFF;
  transition: 0.8s;
}
.lets_talk .location_detail .Get_Started_custome_btn:hover svg path,
.lets_talk .location_detail .Get_Started_custome_btn:hover {
  color: #FFF;
  background: #C42126;
  fill: #FFF;
}

.Open_Page_Model .Get_Started_custome_btn {
  color: #C42126;
  background: #FFF;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  padding: 10px 20px;
  border: 1px solid #C42126;
  transition: 0.8s;
}
.Open_Page_Model .Get_Started_custome_btn:hover svg path,
.Open_Page_Model .Get_Started_custome_btn:hover {
  color: #FFF;
  background: #C42126;
  fill: #FFF;
}
.Open_Page_Model .location_detail {
  background: #222334;
}
.Open_Page_Model .location_detail .Get_Started_custome_btn {
  color: #FFF;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  padding: 10px 20px;
  border: 1px solid #FFF;
  transition: 0.8s;
}
.Open_Page_Model .Get_Started_custome_btn:hover svg path,
.Open_Page_Model .Get_Started_custome_btn:hover {
  color: #FFF;
  background: #C42126;
  fill: #FFF;
}

.Years_Experience .year_count {
  border: 2px solid #C42126;
  height: 250px;
  width: 250px;
  border-radius: 50%;
}
.Years_Experience .year_count h2 {
  font-size: 140px;
  font-weight: bolder;
  font-family: "Playfair Display", serif;
  position: relative;
  top: -9%;
  background-image: url("../img/text_bg_imag.png");
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.Years_Experience .year_count h2 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  text-transform: uppercase;
  font: 14vmax/0.85 Playfair Display, serif;
}
.Years_Experience .tears_text h2 {
  font-family: "Playfair Display", serif;
  font-size: 75px;
  font-weight: 900;
}
.Years_Experience .tears_text img {
  max-width: 391px !important;
  margin-left: 20px;
}

.Why_Choose_Us .container .mission_vision_tab .nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: none !important;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
  color: #9A9A9A;
  font-weight: 700;
  font-size: 20px;
}
.Why_Choose_Us .container .mission_vision_tab .nav-tabs .nav-link.active svg path,
.Why_Choose_Us .container .mission_vision_tab .nav-tabs .nav-link.active {
  color: #26245F;
  fill: #26245F;
  font-size: 20px;
  font-weight: 700;
  background-color: transparent !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 2px solid #C42126 !important;
}

.Products_Count .year_count {
  border: 2px solid #C42126;
  height: 250px;
  width: 250px;
  border-radius: 50%;
}
.Products_Count .year_count h2 {
  font-size: 140px;
  font-weight: bolder;
  font-family: "Playfair Display", serif;
  position: relative;
  top: -4%;
  background-image: url("../img/text_bg_imag.png");
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.Products_Count .year_count h2 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  text-transform: uppercase;
  font: 117px/1.85 Playfair Display, serif;
}
.Products_Count .tears_text h2 {
  font-family: "Playfair Display", serif;
  font-size: 75px;
  font-weight: 900;
}
.Products_Count .tears_text img {
  max-width: 391px !important;
}

.About_Company {
  background: #222334;
}
.About_Company .container .service_part {
  width: 80%;
  margin: 0 auto;
}
.About_Company .container .service_part .svg_border {
  border: 1px solid #FFF;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  padding: 26px;
  justify-content: center;
}
.About_Company .container .service_part h4 {
  font-size: 22px;
  font-weight: 700;
  position: relative;
}
.About_Company .container .service_part h4::after {
  content: "";
  position: absolute;
  height: 3px;
  background: #C42126;
  left: 0%;
  bottom: -23%;
  width: 100px;
}

.Client_Logo .hover_logo {
  position: relative;
}
.Client_Logo .hover_logo img {
  height: 100px;
  filter: grayscale(1);
  -webkit-filter: grayscale(1); /* For WebKit browsers */
  transition: all 0.5s ease-in-out;
}
.Client_Logo .hover_logo:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  transform: scale(1.01);
}
.Client_Logo .hover_logo::before,
.Client_Logo .hover_logo::after {
  content: "";
  position: absolute;
  height: 0px;
  width: 0px;
  border: 2px solid #FFF;
  transition: all 0.5s ease-in-out;
}
.Client_Logo .hover_logo::before {
  border-left-color: #FFF;
  border-top-color: #FFF;
  left: 0;
  top: 0;
}
.Client_Logo .hover_logo::after {
  border-right-color: #FFF;
  border-bottom-color: #FFF;
  right: 0;
  bottom: 0;
}
.Client_Logo .hover_logo:hover::before {
  border-left-color: #C42126;
  border-top-color: #C42126;
  height: 25px;
  width: 25px;
}
.Client_Logo .hover_logo:hover::after {
  border-right-color: #C42126;
  border-bottom-color: #C42126;
  height: 25px;
  width: 25px;
}

.Peoduct_Delevery h4 {
  font-size: 22px;
}
.Peoduct_Delevery .Get_Started_custome_btn {
  color: #C42126;
  background: #FFF;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  padding: 10px 20px;
  border: 1px solid #C42126;
  transition: 0.8s;
}
.Peoduct_Delevery .Get_Started_custome_btn:hover svg path,
.Peoduct_Delevery .Get_Started_custome_btn:hover {
  color: #FFF;
  background: #C42126;
  fill: #FFF;
}
.Peoduct_Delevery .table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: rgb(250, 250, 250) !important;
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

.Explore_More .custome_card {
  position: relative;
  border: 1px solid #26245F;
  border-radius: 5px;
}
.Explore_More .custome_card img {
  border-radius: 5px;
  transition: transform 0.5s ease-in-out;
}
.Explore_More .custome_card .custome_btn_contain {
  position: absolute;
  background: #FFF;
  border-radius: 5px;
  border: 2px solid #FFF;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  bottom: -10%;
  transition: bottom 0.5s ease-in-out;
}
.Explore_More .custome_card .custome_btn_contain .inner_blue_btn {
  background: #26245F;
  color: #FFF;
  font-family: "Playfair Display", serif;
  padding: 10px 10px;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  animation: mymove 5s infinite;
}
.Explore_More .custome_card .custome_btn_contain .contains {
  position: relative;
  max-height: 0; /* Start with 0 height */
  opacity: 0; /* Hidden initially */
  overflow: hidden;
  visibility: hidden; /* Visibility is hidden to prevent flickering */
  background-color: #FFF;
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0s 0.5s; /* Delay visibility change */
}
.Explore_More .custome_card .custome_btn_contain .contains p {
  font-size: 14px;
  color: #6D6D6D;
  text-align: center;
  margin-bottom: 0;
}
.Explore_More .custome_card:hover img {
  transform: scale(1.05);
}
.Explore_More .custome_card:hover .custome_btn_contain {
  bottom: 0;
}
.Explore_More .custome_card:hover .custome_btn_contain .contains {
  max-height: 200px; /* Adjust this based on your content's actual height */
  opacity: 1;
  visibility: visible; /* Visibility becomes visible */
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0s 0s; /* No delay for visibility on hover */
}

.custome_iamintrestede_model .model_bg h3 {
  font-size: 24px;
  font-family: "Playfair Display", serif;
}
.custome_iamintrestede_model .model_bg .product_image {
  margin: 0px auto;
}
.custome_iamintrestede_model .model_bg form {
  background: #F9F9F9;
}
.custome_iamintrestede_model .model_bg form h4 {
  font-family: "Playfair Display", serif;
}
.custome_iamintrestede_model .model_bg form .Get_Started_custome_btn {
  color: #C42126;
  background: #FFF;
  font-size: 16px;
  font-weight: 700;
  border-radius: 7px;
  padding: 10px 20px;
  border: 1px solid #C42126;
  transition: 0.8s;
}
.custome_iamintrestede_model .model_bg form .Get_Started_custome_btn:hover svg path,
.custome_iamintrestede_model .model_bg form .Get_Started_custome_btn:hover {
  color: #FFF;
  background: #C42126;
  fill: #FFF;
}
.custome_iamintrestede_model .model_bg form .form-control {
  border: none !important;
  border-radius: 0px !important;
}

.Our_Sales_Executive .custome_card {
  border-radius: 5px;
  box-shadow: 3px 4px 20px -2px rgba(0, 0, 0, 0.15);
  padding: 15px;
}
.Our_Sales_Executive .custome_card .icon_bg {
  background-color: #F4F4F4;
  border-radius: 50%;
  height: 90px;
  width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Our_Sales_Executive .custome_card .icon_bg svg {
  width: 30px;
}
.Our_Sales_Executive .custome_card .line_up {
  margin: 0px 26px;
  width: 0px;
  background-color: #C42126;
  height: 89px;
  border: 0.3px solid #C42126;
}
.Our_Sales_Executive .custome_card .num_email .text_style {
  font-size: 20px;
  color: #26245F;
  font-weight: 700;
}

.custome_Table thead tr th {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  background-color: #26245F;
}
.custome_Table tr th {
  text-align: center;
}
.custome_Table tr td {
  text-align: center;
}

.MainProduct_list_page {
  background-image: url("../img/mainproductpagebg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.MainProduct_list_page .Custome_DP_Card {
  position: relative;
  border: 2px solid #E5E4E4;
  border-radius: 5px;
  background-color: #FFF;
  box-shadow: 6px 8px 13px rgba(0, 0, 0, 0.1);
  padding: 30px;
  transition: 0.8s;
  height: 100%;
}
.MainProduct_list_page .Custome_DP_Card p {
  color: #4A4A4B;
  font-family: "Yrsa", serif !important;
  font-size: 20px;
  font-weight: 500;
}
.MainProduct_list_page .Custome_DP_Card .butoon_Position {
  position: absolute;
  bottom: -20px;
}
.MainProduct_list_page .Custome_DP_Card .butoon_Position .Get_Started_custome_btn {
  color: #C42126;
  background: #FFF;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
  padding: 10px 20px;
  border: 1px solid #C42126;
  transition: 0.8s;
}
.MainProduct_list_page .Custome_DP_Card:hover {
  border: 2px solid #1D76BB;
}
.MainProduct_list_page .Custome_DP_Card:hover p {
  color: #1D76BB;
}
.MainProduct_list_page .Custome_DP_Card:hover .Get_Started_custome_btn {
  color: #FFF;
  background: #1D76BB;
  border: 1px solid #1D76BB;
}
.MainProduct_list_page .Custome_DP_Card:hover .Get_Started_custome_btn svg path {
  fill: #FFF;
}

.Similar_name_Sec .container {
  border-top: 1px solid #949494;
}
.Similar_name_Sec .container ul li {
  color: #878787;
  font-size: 14px;
}

.Product_Details_Page_Sec {
  background-image: url("../img/product_detail_contain_page_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.Product_Details_Page_Sec .Slider_Box {
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.15);
  padding: 20px;
  border-radius: 5px;
}
.Product_Details_Page_Sec .Slider_Box .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Product_Details_Page_Sec .Slider_Box .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Product_Details_Page_Sec .Slider_Box .swiper {
  width: 100%;
  height: 300px !important;
  margin-left: auto;
  margin-right: auto;
}
.Product_Details_Page_Sec .Slider_Box .swiper-slide {
  background-size: cover;
  background-position: center;
}
.Product_Details_Page_Sec .Slider_Box .mySwiper2 {
  height: 90%;
  width: 100%;
}
.Product_Details_Page_Sec .Slider_Box .mySwiper {
  height: 10% !important;
  box-sizing: border-box;
  padding: 10px 0;
}
.Product_Details_Page_Sec .Slider_Box .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.Product_Details_Page_Sec .Slider_Box .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.Product_Details_Page_Sec .Slider_Box .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Product_Details_Page_Sec .Get_Started_custome_btn {
  color: #C42126;
  background: #FFF;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  padding: 10px 20px;
  border: 1px solid #C42126;
  transition: 0.8s;
  justify-content: center;
}
.Product_Details_Page_Sec .Get_Started_custome_btn:hover {
  color: #FFF;
  background: #C42126;
}
.Product_Details_Page_Sec .Get_Started_custome_btn:hover svg path {
  fill: #FFF;
}
.Product_Details_Page_Sec .Product_Key_Features .Custome_feacher_Card {
  border: 1px solid #26245F;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  padding: 30px;
  text-align: center;
}
.Product_Details_Page_Sec .Technical_Specification table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.Product_Details_Page_Sec .Technical_Specification th, .Product_Details_Page_Sec .Technical_Specification td {
  border: 1px solid #ccc;
  padding: 10px;
}
.Product_Details_Page_Sec .Technical_Specification th {
  background-color: #2F2350;
  color: white;
}
.Product_Details_Page_Sec .Technical_Specification td:first-child {
  font-weight: bold;
}
.Product_Details_Page_Sec .Technical_Specification td:nth-child(2) {
  color: #C42126;
  text-align: center;
}
.Product_Details_Page_Sec .Technical_Specification tr:nth-child(even) {
  background-color: #F9F9F9;
}
.Product_Details_Page_Sec .Product_Faq_Sec details {
  border: 1px solid rgba(112, 112, 112, 0.1);
  border-radius: 4px;
  padding: 0.5em 0.5em 0;
  margin-bottom: 10px;
  cursor: pointer;
}
.Product_Details_Page_Sec .Product_Faq_Sec summary {
  font-weight: 600;
  margin: -0.5em -0.5em 0;
  padding: 0.8em;
  list-style-type: "+";
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #222334;
  color: #FFF;
}
.Product_Details_Page_Sec .Product_Faq_Sec details[open] {
  padding: 0.5em;
  border: none;
  background-color: #FFF;
  border: 1px solid;
}
.Product_Details_Page_Sec .Product_Faq_Sec summary::marker {
  color: #0000ff;
  font-size: 1.2em;
  margin-right: 20px;
}
.Product_Details_Page_Sec .Product_Faq_Sec details summary::after {
  content: "+";
  float: right;
  font-size: 1.2em;
  color: #FFF;
  background: red;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Product_Details_Page_Sec .Product_Faq_Sec details[open] summary::after {
  content: "-";
  float: right;
  font-size: 1.5em;
  color: #FFF;
}
.Product_Details_Page_Sec .Product_Related_Products {
  position: relative;
}
.Product_Details_Page_Sec .Product_Related_Products .Custome_DP_Card {
  position: relative;
  border: 2px solid #E5E4E4;
  border-radius: 5px;
  background-color: #FFF;
  box-shadow: 6px 8px 13px rgba(0, 0, 0, 0.1);
  padding: 30px;
  transition: 0.8s;
  height: 100%;
}
.Product_Details_Page_Sec .Product_Related_Products .Custome_DP_Card p {
  color: #4A4A4B;
  font-family: "Yrsa", serif !important;
  font-size: 20px;
  font-weight: 500;
}
.Product_Details_Page_Sec .Product_Related_Products .Custome_DP_Card .butoon_Position {
  position: absolute;
  bottom: -20px;
}
.Product_Details_Page_Sec .Product_Related_Products .Custome_DP_Card .butoon_Position .Get_Started_custome_btn {
  color: #C42126;
  background: #FFF;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
  padding: 10px 20px;
  border: 1px solid #C42126;
  transition: 0.8s;
}
.Product_Details_Page_Sec .Product_Related_Products .Custome_DP_Card:hover {
  border: 2px solid #1D76BB;
}
.Product_Details_Page_Sec .Product_Related_Products .Custome_DP_Card:hover p {
  color: #1D76BB;
}
.Product_Details_Page_Sec .Product_Related_Products .Custome_DP_Card:hover .Get_Started_custome_btn {
  color: #FFF;
  background: #1D76BB;
  border: 1px solid #1D76BB;
}
.Product_Details_Page_Sec .Product_Related_Products .Custome_DP_Card:hover .Get_Started_custome_btn svg path {
  fill: #FFF;
}

.Partner_with_us p {
  border-left: 2px solid #C42126;
  padding: 0px 10px;
}

.Opportunities_section {
  position: relative;
  background-color: #26245F;
}
.Opportunities_section .Custome_Card {
  text-align: center;
  border: 1px solid #FFF;
  border-radius: 2px;
  padding: 30px;
}
.Opportunities_section .Custome_Card h4 {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
}
.Opportunities_section .Custome_Card p {
  color: #FFF;
  font-size: 16px;
}
.Opportunities_section .Get_Started_custome_btn {
  color: #C42126;
  background: #FFF;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  padding: 10px 20px;
  border: 1px solid #C42126;
  transition: 0.8s;
}
.Opportunities_section .Get_Started_custome_btn:hover svg path,
.Opportunities_section .Get_Started_custome_btn:hover {
  color: #FFF;
  background: #C42126;
  fill: #FFF;
}

.Partnership_Inquiry_Form form .input_Field {
  border: 1px solid #26245F;
  padding: 7px 15px;
  font-size: 16px;
  color: #6D6D6D;
}
.Partnership_Inquiry_Form form .Get_Started_custome_btn {
  color: #C42126;
  background: #FFF;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  padding: 10px 20px;
  border: 1px solid #C42126;
  transition: 0.8s;
}
.Partnership_Inquiry_Form form .Get_Started_custome_btn:hover svg path,
.Partnership_Inquiry_Form form .Get_Started_custome_btn:hover {
  color: #FFF;
  background: #C42126;
  fill: #FFF;
}/*# sourceMappingURL=style.css.map */

.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 38px;
    height: 38px;
    background: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99;
    transition: 0.3s;
}

.close-btn:hover {
    background: #c42126;
}

.justify_center {
    text-align: center;
}



.iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100% !important;
}

.iti--separate-dial-code input.form-control {
    padding-left: 90px !important; /* 🔥 main fix */
}

/* flag container */
.iti__flag-container {
    left: 0;
}

/* align height */
/* .iti,
.iti input {
    height: 56px;
} */

/* placeholder visibility */
.iti input::placeholder {
    opacity: 1;
    color: #6c757d;
}
/* Force country dropdown to stay inside modal */
.Open_Page_Model .country-list,
.Open_Page_Model .iti__country-list {
    position: absolute !important;
    width: 400px !important;
    /* max-width: 100% !important; */
    left: 0 !important;
    right: 0 !important;
    top: 100% !important;
    z-index: 1056; /* Bootstrap modal se upar */
}
.custom-popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.custom-popup.d-none {
  display: none;
}

.popup-box {
    background: #1f1f1f;
    color: #fff;
    padding: 50px 30px;
    border-radius: 12px;
    text-align: center;
    min-width: 280px;
    max-width: 25%;
}

.popup-box button {
  margin-top: 15px;
  padding: 8px 20px;
  border: none;
  border-radius: 20px;
  background: #ffb347;
  cursor: pointer;
  font-weight: 600;
}
