@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url("https://use.typekit.net/fye6vsc.css");
@import url("https://use.typekit.net/fxn1xvm.css");

/*Google Fonts*/
:root { 
  --H-family: 'Degular', sans-serif;
  --B-family: 'Degular', sans-serif; 
  --main: #d29412;
  --secondry: #1a2832;
  --highlight: #205d63;
  --heading_color: #1a2832;
  --light_green: #c4f3c4;
  --white: #ffffff;
  --light_bg: #e7e7de;
  --primary: #5a2434;
--secondary: #00a86b;
--dark: #1a1a2e;
--light: #f8f9fa;
--accent: #ff6b6b;
}


html {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}


body {
  font-family: 'Degular', sans-serif;
  scroll-behavior: smooth;
  position: relative;
  background: #fff;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-size: 100%;
 
}

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

a {
  text-decoration: none;
  outline: none;
}

p {
  font-size: 18px;
  font-weight: 400;
  color: #1a0033;
  line-height: 30px;
}

h1,
h2,
h3,
h4,
h3,
h6 {
  font-family: var(--H-family);
}


/* top_header */
.anouncement_banner {
  background: linear-gradient(135deg, #5a2434, #ffb310);
  text-align: center;  
  height: 35px; 
  padding: 0;
  position: absolute;
  right: 0;
  width: 100%;
  top: 0; 
  z-index: 9;
}

.anouncement_banner a {
  display: block;
  color: #fff; 
  font-size: 14px;  
  font-weight: 500;
}

.anouncement_banner a span {
  font-weight: bold;
  /*! text-decoration: underline; */
  color: #205d63;
  position: relative;
  isolation: isolate;
  padding: 0 0 2px 0;
  margin: 0 0 0 10px;
}

.anouncement_banner a span::before {
  background: var(--workera-gradient);
  inset: 0px;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0;
  z-index: -1;
  inset: 1px;
}

.anouncement_banner a span::after {
  background: #c4f3c4;
  inset: -1px 1px;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0;
  z-index: -1;
}

.anouncement_banner ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.anouncement_banner ul li {
  padding: 0;
  margin: 0 0 0 40px;
  list-style: none;
} 

.top-fix {
  /*! padding: 0; */
  background: #fff;
}

.anouncement_banner ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.anouncement_banner .dropdown-menu {
  display: initial;
}



/* top_header */

/* header */
header {
  background: #fff;
  /*! box-shadow: 0 0 3px 0 rgba(0,0,0,.1); */
}

.navbar-brand {
  width: 125px;
  position: relative; 
  z-index: 99;
  /*! transform: translateY(-12px); */
}
.container {
    max-width: 1400px; 
}

header .container-fluid {
  max-width: 90%;
}

.navbar-light .navbar-brand {
  width: 250px;
  padding: 0;
  margin: 0;
}

.navbar {
  padding: 0 15px;
  border-bottom: none;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #f2c9d1;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-weight: 500;
  display: block;
  padding: 20px 20px;
  text-decoration: none;
  color: #1a0033; 
  position: relative;
  white-space: nowrap;
  text-transform: capitalize;
  transition: 0.4s;
  font-size: 16px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: var(--main);
  transition: 0.4s;
}

.navbar-expand-lg .navbar-nav .active .nav-link {
  color: #005c7d;
}

.RiGhT_nav {
  text-align: right;
}

.navbar-expand-lg .RiGhT_nav .nav-link {
  font-size: 1.125rem !important;
  font-weight: 300;
}

header {
  position: relative;
  z-index: 999; 
  padding: 0;
  top: 0; 
  left: 0;
  background: #fff;
  width: 100%;
  border-top: 1px solid #eaeaea;
  /*! padding-top: 33px; */
}
header::before {
  content: '';
  width: 40%; 
  height: 55px;
  background: #fff;
  position: absolute; 
  left: -5px;
  top: 1px;
  z-index: 9;
  clip-path:polygon(94.07% 1px, 0px 0px, 0.58% 97.7%, 662px 145.23%);
  z-index: 99;
  
}
.menu-main-menu-container{width:100%}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav-scroll {
    
    justify-content: end;
  }
}
.dropdown-item {
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 8px 0;
  text-decoration: none;
  border-radius: 0.625rem;
  color: rgb(49, 26, 71);
  position: relative;
  white-space: nowrap;
  border-radius: 8px;
}

.dropdown-item span {
  width: 40px;
  height: 40px;
  display: inline-block;
  /*! background: #dff9f2; */
  border-radius: 6px;
  text-align: center;
  line-height: 37px;
  margin: 0 9px 0 0;
}

.dropdown-item img {
  width: 25px;
  /*! filter: grayscale(10); */
  opacity: 0.7;
  margin: 0;
}

.bTn_OrDeR i {
  font-size: 1.5625rem;
  margin: 0 0.75rem 0 0;
  color: var(--main);
}

.bTn_OrDeR p {
  margin: 0 0 7px 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--main);
  text-decoration: none;
  background-color: transparent;
  border-color: var(--main);
  /*! font-weight: bold; */
}

.fixed {
  position: fixed;
  left: 0; 
  top: 0;
  width: 100%;
  z-index: 999;
  transition: 0.4s;
  border-radius: 0;
  background: #fff;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, .1);
}

.nav-link.h_social_ico {
  color: #fff !important;
  transition: 0.4s;
  background: var(--main);
  text-align: center;
  border-radius: 0.3125rem;
  font-size: 1.125rem !important;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0 !important;
  margin: 0 0 0 0.3125rem;
}

.navbar-expand-lg .navbar-nav .dropdown-menu.megaheader {
  position: absolute;
  border-radius: 0;
  border: none;  
  box-shadow: 0 1.2rem 1rem rgba(0, 0, 0, .15) !important;
  padding: 0.5rem 1.25rem;
  margin: 0px 0 0 0;
  padding-bottom: 0.8125rem;
  min-width: 70%;
  background: #fff;
  border: 1px solid #ddd;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.megaheader h6 a {
  font-weight: 600; 
  font-size: 18px;
  color: #1a0033;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.megaheader img {
	height: 200px;
	width: 100%;
	object-fit: cover;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  border-radius: 0; 
  border: none;
  box-shadow: 0 1.2rem 1rem rgba(0, 0, 0, .15) !important;
  padding: 0 25px;
  margin: 5px 0 0 0;
  padding-bottom: 0.8125rem;
  min-width: 35vh;
  border-top: 1px solid #ddd;
}

.header_btn {
  border: 2px solid #1a0033;
  transition: 0.4s; 
  text-align: center; 
  padding: 7px 14px !important;
  border-radius: 0;
  height: 30px;
  color: #1a0033 !important; 
  /*! margin-left: 0.625rem; */
  line-height: 21px;
  /*! margin: 0; */
  /*! background: #1a0033; */
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 15px !important;
  letter-spacing: 0.3px;
  font-weight: 600;
}

.header_btn:hover {
  color: var(--white) !important;
  transition: 0.4s;
  background: var(--main);
  border-color: var(--main);
}

.nav-link.header_outline_btn {
  border: 2px solid var(--main) !important;
  transition: 0.4s;
  text-align: center;
  padding: 0.25rem 1.5625rem !important;
  border-radius: 0.25rem;
  /*! font-size: 0.8125rem !important; */
  height: 2.5rem;
  color: var(--main) !important;
  /*! font-weight: 400 !important; */
  margin-left: 0.625rem;
  background: #0263e00a;
}

.nav-link.header_outline_btn:hover {
  border-color: var(--main);
  color: var(--white) !important;
  background: var(--main);
  transition: 0.4s;
}

.header_outline_btn:focus,
.header_btn:focus {
  outline-width: 2px;
  outline-style: solid;
  outline-color: var(--main);
  outline-offset: 2px;
  -moz-outline-radius: 0.25rem;
  background: var(--main);
  color: #000 !important;
}

.navbar-nav {
  align-items: center;
  margin-top: 37px;
}

.nav_topXS { 
  position: fixed;
  top: 0;
  left: 0; 
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 0.5rem;
  padding: 0 0.9375rem;
  align-items: center; 
}

.nav_topXS .navbar-brand {
  padding: 6px 0;
}

/* drop_down */


.dropdown-menu .menu_heading h5 {
  font-size: 1rem;
  padding-bottom: 0.8125rem;
  margin-bottom: 0.8125rem;
  border-bottom: 1px solid #efefef;
  font-weight: 500;
  color: var(--heading_color);
}

.dropdown-menu ul {
  padding: 0;
}

.dropdown-menu ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  border-radius: 0.3125rem;
  break-inside: avoid;
}

.dropdown-menu ul li:hover {
  transition: 0.3s;
  /*! background: rgb(245, 249, 254); */
}

.dropdown-menu ul li:hover h6 {
  color: var(--main);
  transition: 0.3s;
}

.dropdown-menu ul li:hover p {
  color: var(--main);
  transition: 0.3s;
}


.dropdown-menu ul li .mega_link_item {
  display: flex;
  width: 100%;
  padding: 0.9375rem 1.25rem;
}

.dropdown-menu ul li .mega_link_item .image {
  width: 3.75rem;
  height: 3.125rem;
  margin-right: 0.9375rem;
  position: relative;
}

.dropdown-menu ul li .mega_link_item .image img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 80%;

}

.mega_links_info {
  width: 100%;
}

.mega_links_info h6 {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.3125rem;
  color: #2a364d;
}

.mega_links_info p {
  margin-bottom: 0;
  line-height: normal;
  font-size: 0.8125rem;
  color: #686868;
  font-weight: 300;
}

.navbar-expand-lg .navbar-nav .dropdown-mega .dropdown-menu {
  /*! border: none; */
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 32px;
}

.resources_drpdown {
  padding: 0 !important;
}

.link_mainHeilight {
  padding: 1.875rem;
  background: var(--main);
}

.link_mainHeilight .mega_links_info p {
  color: #ffffffa3;
}

.link_mainHeilight .mega_links_info h6 {
  font-size: 0.9375rem;
  color: #fff;
}

.link_mainHeilight .menu_heading h5 {
  font-size: 1rem;
  padding-bottom: 0.8125rem;
  margin-bottom: 2px;
  border-bottom: 1px solid #efefef45;
  font-weight: 500;
  color: var(--white);
}

.resources_drpdown ul li:hover {
  transition: 0.3s;
  background: rgba(245, 249, 254, 0.15);
}

.resources_drpdown ul li:hover h6 {
  color: var(--white);
  transition: 0.3s;
}

.resources_drpdown ul li:hover p {
  color: #ffffffa3;
  transition: 0.3s;
}

.blog_top_main {
  padding: 1.25rem 1.25rem;
}

.top_blogItem {
  margin-bottom: 1.5625rem;
  display: block;
}

.top_blogItem .image {
  min-height: 11.25rem;
  max-height: 11.25rem;
  border-radius: 0.3125rem;
  margin-bottom: 6px;
  position: relative;
  overflow: hidden;
}

.top_blogItem .image .blog_label {
  position: absolute;
  right: 0.9375rem;
  top: 0.9375rem;
  background: #fff;
  color: #000;
  font-size: 0.75rem;
  font-weight: 300;
  border-radius: 0.25rem;
  height: 1.5625rem;
  z-index: 1;
  padding: 0 0.875rem;
}

.blog__caption h3 {
  font-size: 0.9375rem;
  color: var(--heading_color);
  font-weight: 500;
  font-family: var(--B-family);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.dropdown-menu.dropdown-menu-end.logindrp {
  padding: 0.625rem 1.25rem;
}

.bhBVsT {
  background-color: rgb(255, 255, 255);
  border-top: 1px solid rgb(239, 243, 253);
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  padding: 12px 0px;
  margin-top: 1.3rem;
}

.fixed .navbar-brand {
  width: 94px;
}
.fixed .navbar-nav {
  align-items: center;
  margin-top: 34px;
}
.btn.btn-outline-primary {
  border: none;
  border-radius: 0;
  padding: 12px 25px; 
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(135deg, #ff3f75, #d2930f);
}

/* drop_down */
.megaheaderbookapbx {
  padding: 0;
  column-count: initial !important;
}

.megaheaderbookapbx ul {
  padding: 0;
  column-count: initial !important;
}

.megaheaderbookapbx ul li {
  list-style: none;
}

.megaheaderbookapbx li a {
  border-radius: 11px;
  display: flex;
  flex-direction: column;
  margin-top: 2px;
  padding: 16px;
  transition: 0.3s;
  /*! overflow: hidden; */
  position: relative;
  margin-bottom: 15px;
  background: #fff;
  border: 2px solid #f3f5f7;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.megaheaderbookapbx li a span {
  z-index: 2;
  position: relative;
}

.megaheaderbookapbx li a span:first-of-type {
  color: rgb(36, 51, 90);
  font-size: 18px;
  font-weight: 600;
}

.megaheaderbookapbx li a span:last-of-type {
  color: rgb(77, 91, 124);
  display: initial;
  display: block;
}

.megaheaderbookapbx li a:hover {
  background: rgba(0, 123, 196, 0.08);
  transition: 0.3s;
  border-color: var(--main);
}

.megaheaderbookapbx li a:hover span:first-of-type {
  color: var(--main);
  transition: 0.3s;
}

.megaheaderbookapbx li a img {
  position: absolute;
  right: -10px;
  top: -17px;
  object-fit: contain;
  z-index: 0;
  width: 119px;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "\F282";
  border-top: none;
  border-right: none;
  border-bottom: 0;
  border-left: none;
  font-family: bootstrap-icons !important;
  position: absolute;
  top: 38%;
  font-size: 14px;
}

.softwareSec h4 {
  font-size: 30px;
  color: var(--main);
  font-weight: 600;
}

.nav-link.dropdown-toggle {
  padding-right: 40px !important;
}

.about_Dropdown ul {
  column-count: 3;
}


/* header */

.banner_main {
  background: #000;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}


.carousel-control-next,
.carousel-control-prev {
  width: 5%;
  z-index: 9;
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: left;
  width: 100%;
  transform: translateY(-50%);
  bottom: auto;
  z-index: 9;
}

.job-search-form {
  background: #fff;
  border-radius: 5px;
  padding: 16px;
  background: rgb(35, 95, 104);
  color: #fff;
  text-align: left;

}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
  border: 2px solid #fff;
  width: 45px;
  height: 45px;
  background-size: 20px;
}

.banner_heading h1 {
  font-weight: 500;
  font-size: 64px;
  text-transform: capitalize;
  color: #fff;
  line-height: 63px;
  margin: 0 0 20px 0;
}

.banner_heading h1 span {
  font-weight: bold;
  color: #ddfc79;
}

.locate_ico {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 45px;
  height: 46px;
  line-height: 13px;
  background: #ffd0b5;
  border-radius: 0;
  text-align: center;
  line-height: 45px;
  color: #205d63;
}

.locate_ico img {
  width: 20px;
}

.partner_JB {
  text-align: right;
}

.partner_JB a {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 10px;
  color: #081351;
  text-transform: uppercase;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: underline;
}
.banner_heading {
	max-width: 520px;
}

.banner_heading p {
  font-size: 22px;
  color: #fff;
  margin: 0 0 27px;
}

.popularjob {
  text-align: center;
}

.popularjob p {
  margin: 8px 0 10px 0;
  text-align: center;
  color: #fff;
}

.popularjob a {
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-family: Space Grotesk;
  padding: 4px 15px;
  font-size: 15px;
  margin: 0 7px 0 0;
  line-height: normal;
  border-radius: 52px;
  color: rgba(255, 255, 255, 0.96);
  transition: 0.3s;
  opacity: 0.8;
}

.popularjob a:hover {
  border: 1px solid #ddfc79;
  color: #ddfc79;
  transition: 0.3s;
}


.discover_main {
  padding: 60px 0;
  background: #fff;
  padding-bottom: 36px;
}

h2 {
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
  color: #1a0033;
}

.catogery_item {
  padding: 20px 14px;
  text-align: center;
  position: relative;
  box-shadow: 0 12px 16px -4px rgba(16, 24, 40, .08), 0 4px 6px -2px rgba(16, 24, 40, .03);
  background: #fff;
  border-radius: 10px;
  /*! box-shadow: none; */
  /*! border: 1px solid #ddd; */
  /*! border-bottom: 4px solid #064953; */
  box-shadow: rgba(50, 50, 93, 0.04) 0px 6px 12px -2px, rgba(0, 0, 0, 0.07) 0px 3px 7px -3px;
  transition: 0.3s;
  box-shadow: rgba(9, 30, 66, 0.01) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.catogery_item img {
  width: 50px;
  filter: grayscale(10);
}

.catogery_item:hover img {
  width: 50px;
  filter: grayscale(0);
}

.catogery_item:hover {
  transition: 0.3s;
  transform: scale(1.05);
  box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.19), 0 4px 6px -2px rgba(16, 24, 40, 0.21);
}

.carousel-item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(90, 36, 52) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  border: 2px solid #fff;
  width: 45px;
  height: 45px;
  background-size: 20px;
}

.floating-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 70px;
  height: 70px;
  background: #35ba35;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(70, 239, 129, 0.4);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  font-size: 38px;
}

.floating-btn:hover {
  transform: scale(1.1);
}

.floating-btn i {
  color: white;
  /*! font-size: 24px; */
}

.contact-modal {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 320px;
  background: #1c0b10;
  border-radius: 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.contact-modal.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.modal-header {
  padding: 30px 20px 0;
  position: relative;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.close-btn:hover {
  transform: rotate(90deg);
}

.modal-title {
  color: white;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.contact-btn {
  width: 100%;
  padding: 15px; 
  background: linear-gradient(135deg, #ff3f75, #d2930f);
  color: white;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
  transition: transform 0.2s ease;
}

.contact-btn:hover {
  transform: translateY(-2px);
}

.location-btn {
  width: 100%;
  padding: 15px;
  background: transparent;
  color: white;
  border: 2px solid white;
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
  transition: all 0.2s ease;
}

.location-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.share-section {
  padding: 0 20px 30px;
}

.share-title {
  color: white;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-btn {
  width: 100%;
  aspect-ratio: 1;
  background: transparent;
  border: 1px solid #ffffff4a;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  width: 45px;
  height: 45px;
}

.social-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.social-btn i {
  color: white;
  font-size: 20px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

/* footer */
.footer {
  background: #1a0033 url(../images/footerbg.png);
  padding-top: 4.5rem; 
  border-top: 1px solid #ddd;
} 

.footer .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.875rem 0;
}

.footer .footer-top .download-text h3 {
  font-size: 1.875rem;
  color: #622fcd;
  display: block;
  margin-bottom: 1.25rem;
  font-weight: 700;
}

.footer .footer-top .download-button {
  text-align: right;
}

.footer .footer-top .download-button .btn {
  display: inline-block;
  margin-right: 0.625rem;
}

.footer .footer-top .download-button .btn:last-child {
  margin-right: 0;
}

.footer .footer-top .download-button .btn i {
  font-size: 1.125rem;
  display: inline-block;
  margin-right: 0.3125rem;
}

.footer .logo {
  margin-bottom: 26px;
}

.footer .logo img {
  width: 13.125rem;
}

.footer .f-about p {
  font-size: 0.875rem;
  color: #7e8890;
  margin-left: 0.9375rem;
}

.footer .f-about .contact-address {
  margin-top: 1.25rem;
}

.footer .f-about .contact-address li {
  display: block;
  margin-bottom: 0.3125rem;
  margin-left: 0.9375rem;
}

.footer .f-about .contact-address li:last-child {
  margin-bottom: 0;
}

.footer .f-about .contact-address li span {
  font-weight: 500;
  color: #622fcd;
  display: inline-block;
  margin-right: 0.25rem;
}

.footer .footer-social {
  margin-top: 1.375rem;
}

.footer .footer-social ul li {
  display: inline-block;
  margin-right: 6px;
}

.footer .footer-social ul li:last-child {
  margin-right: 0;
}

.footer .footer-social ul li a {
  font-size: 1.0625rem;
  color: var(--main) !important;
  height: 2.5rem;
  width: 2.5rem;
  text-align: center;
  display: block;
  background: #fff;
  border: none;
  border-radius: 8px;
  position: relative;
  z-index: 3;
  line-height: 2.4rem;
  border: 1px solid;
}

.footer .footer-social ul li a i {
  margin: 0 !important;
  color: var(--main);
}

.footer .footer-social ul li a:hover {
  color: #fff;
  background-color: var(--main);
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
}

.footer .footer-social ul li a:hover i {
  color: #fff !important;
}


.nav-folderized .col-lg-3.nav {
  padding: 0 !important;
  display: block !important;
  padding: 0 0.9375rem !important;
}

.footer h5 {
  color: #fff;
  font-size: 20px; 
  position: relative;
  text-transform: capitalize;
  margin-bottom: 0.9375rem;
  font-weight: 500;
  font-family: var(--H-family);
}

.footer ul li {
  margin-bottom: 0.625rem;
  position: relative;
  list-style: none;
  display: flex;
}

.footer ul li:last-child {
  margin: 0;
}

.footer ul li a {
  color: #757b8c;
  font-size: 18px;
  font-weight: 400;
  position: relative; padding:0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  border-bottom: 1px solid transparent;
}

.footer ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 2px;
  width: 0.5rem;
  background: #7e8890;
}

.footer ul li a:hover::before {
  background: var(--main);
  opacity: 1;
}

.footer ul li a:hover {
  color: var(--highlight);
  padding-left: 0.9375rem;
  /*! border-bottom: 1px solid var(--main); */
}

footer ul {
  padding: 0;
}

.footer h3 img {
  width: 13.125rem;
}

.f_about img {
  width: 13.75rem;
  margin: 0 0 11px 0;
}


.f_about p {
  font-size: 0.875rem;
  line-height: 23px;
  color: #fff;
}

.contact-address li a:hover {
  color: #300864;
  padding-left: 0 !important;
}

.contact-address li a:before {
  display: none;
}

.footer ul li i {
  font-size: 0.9375rem;
  margin: 0 9px 0 0;
  color: #959595;
}

.footer-bottom {
  border-top: 1px solid #3b264f;
  text-align: center;
  padding: 1.25rem 0;
  margin-top: 1.375rem; 
}

.footer-bottom p {
  margin: 0;
  color: #8f98ad;
  font-size: 1.125rem;
}

.footer-bottom p a {
  color: #8f98ad;
}

.button .btn {
  display: inline-block;
  text-transform: capitalize;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.9375rem 1.875rem;
  background-color: #fff;
  color: var(--main);
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0.25rem;
}

.footer .footer-top .download-button {
  text-align: right;
}

.footer .footer-top .download-text h3 {
  font-size: 1.875rem;
  color: #fff;
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
}

.footer .footer-top .download-text p {
  margin: 0;
  color: #fff;
  font-size: 1rem;
}

.download-text h3 {
  margin: 0;
}

.newsletter_sct .form-control {
  height: 3.125rem;
  border: 2px solid #e4e7f2;
  color: var(--heading_color);
  margin-bottom: 0.9375rem;
}

.btn.btn_NLy {
  height: 3.125rem;
  text-align: center;
  width: 100%;
  background: var(--main);
  color: #fff;
  border-radius: 0.25rem;
}

.reviewtrust {
  text-align: center;
}

.reviewtrust img {
  width: 13.75rem;
}

.ftxtt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #60687b;
  font-size: 1rem;
}

.img-fluid.flogo {
  width: 190px;
  margin-bottom: 0.9375rem;
}

.appdownload {
  width: 180px;
  padding: 0.625rem 0.9375rem;
  margin-bottom: 0.625rem;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(233, 233, 233, 1) 100%);
  border-radius: 0;
  /* border: 2px solid #fff !important; */
  border-left-color: #cecece !important;
  border-bottom-color: #cecece !important;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0.625rem 1.25rem, rgba(0, 0, 0, 0.14) 0px 6px 6px;
  overflow: hidden;
  border-radius: 0.625rem;
}

/* footer */

.satup_support_main {
  text-align: center;
  padding: 40px 0;
  background: #065c62;
}

.Scdtail h3 {
  font-size: 45px;
  font-weight: bold;
  color: #fff;
}


.btn_theme {
  /*! border: 2px solid var(--main); */
  transition: 0.4s;
  text-align: center;
  padding: 0 40px;
  font-size: 17px;
  height: 46px;
  background: linear-gradient(135deg, #ff3f75, #d2930f);
  color: var(--white);
  display: inline-block;
  font-weight: 500;
  white-space: nowrap;
  line-height: 42px;
  margin: 15px 0 0 0;
  border-radius: 0;
}

.btn_theme:hover {
  color: var(--white);
  background: #25b994;
  border-color: #25b994;
  transition: 0.3s;
}

.btn_outline_theme {
  border: 1px solid var(--main);
  transition: 0.4s;
  text-align: center;
  padding: 0 20px;
  border-radius: 0;
  font-size: 18px;
  height: 45px;
  color: var(--main);
  display: inline-block;
  background: #f5f9fe;
  line-height: 42px;
  font-weight: 400;
}

.btn_outline_theme:hover {
  background: var(--main);
  color: #fff;
}

.btn_theme:focus,
.btn_outline_theme:focus {
  outline-width: 2px;
  outline-style: solid;
  outline-color: var(--main);
  outline-offset: 2px;
  -moz-outline-radius: 0.25rem;
}

/* inner-pages */
/* inner-pages */
.inner_banner {
  padding: 30px 0;
  color: #1a0033; 
  background: #fff url(../images/innerbgg.png);
  position: relative; 
  z-index: 1;  
  overflow: hidden; 
  background-repeat: no-repeat;
  background-size: 29%;
  border-top: 1px solid #ddd;
  padding-top: 0;
  background-position: right;
  background-position: right 61px;
}

.img-fluid.imginrbnr {
  position: absolute;
  bottom: -20px;
  left: 29%;
}

.inner_banner h1 {
  font-size: 3.5rem;
  font-weight: 600; 
  line-height: 50px;
  margin: 0 0 10px 0;
}

.inner_banner h1 span {
  color: #ddfc79;
}

.inner_banner h1 span {
  color: #ddfc79;
}

.inner_banner a {
  margin-top: 12px;
  color: #000;
}
.breadcrumb {
	margin: 0;
}
.inner_banner::before {
  /*! content: ''; */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*! background-color: rgba(17, 63, 70, 0.9); */
  z-index: 0;
}

.image_inner_banner {
  padding: 30px 0;
  color: #1a0033; 
  background: #fff;
  position: relative; 
  z-index: 1; 
  overflow: hidden; 
  background-repeat: no-repeat;
  background-size: cover; 
  border-top: 1px solid #ddd;
  min-height: 50vh;
  display: flex;
  align-items: center;
}

.img-fluid.imginrbnr {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; 
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.inbinr.text-center {
  z-index: 999;
  position: relative;
}
.image_inner_banner h1 {
  font-size: 4.5rem;
  font-weight: 600;  
  line-height: 50px;
  margin: 0 0 30px 0;
  color: #fff;
}
.image_inner_banner p {
	font-size: 23px;
	font-weight: 400;
	color: #fff;
	line-height: 30px;
}
.image_inner_banner h1 span {
  color: #ddfc79;
}

.image_inner_banner h1 span {
  color: #ddfc79;
}

.image_inner_banner a {
  margin-top: 12px;
}

.image_inner_banner::before {
  content: ''; 
  position: absolute;
  left: 0; 
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.59); 
  z-index: 0;
}

.main {
  padding: 50px 0;
  background: #fff;
}

.main h3 {
  color: #1a1a2e;
  line-height: normal; 
  font-size: 25px;
  font-weight: 600;
}


.populer_links {
  padding: 40px 0;
  background: #fff;
}

.populer_links ul {
  padding: 0;
  column-count: 5;
  break-inside: avoid;
  margin: 0;
}

.populer_links ul li {
  display: block;
  break-inside: avoid-column;
  margin-bottom: 18px;
}

.populer_links ul li a {
  color: #000;
  padding: 0 0 0 25px;
  margin: 0;
  display: block;
  font-size: 18px;
  color: #322744;
  font-weight: 600;
  position: relative;
  transition: 0.3s;
}

.populer_links ul li a:hover {
  color: var(--main);
  text-decoration: underline;
  transition: 0.3s;
}

.populer_links ul li a::before {
  content: '\F135';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #000;
  font-family: bootstrap-icons !important;
}

.catogery_item h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 13px 0 0 0;
  color: #123639;
  text-transform: capitalize;
}

.viewallbtn {
  display: inline-block;
  font-size: 16px;
  color: #6f6f6f;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.3s;
  font-weight: 600;
}

.viewallbtn:hover {
  color: var(--main);
  transition: 0.3s;
}

.howItwork {
  background: #fff;
  padding: 30px 0;
  padding-top: 0;
}

.inner_hwrk {
  padding: 0;
  border-radius: 13px;
}

.hwitem {
  text-align: center;
  padding: 20px;
}

.hwitem img {
  width: 175px;
  margin: 0 0 30px 0;
  mix-blend-mode: luminosity;
}

.hwitem h3 {
  font-weight: 600;
  font-size: 20px;
}

.catogery_main {
  padding: 64px 0 50px;
  background: #fff;
  padding-top: 0;
}
 

.services_item {
  margin: 3px;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px; 
}


.services_item .image {
  height: 350px;
  overflow: hidden;
  border-radius: 0;
  position: relative;
  transition: 0.3s;
}

.services_item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: 0.3s;
}

.services_item .image::before {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  content: '';
  width: 100%; 
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, #000000d1, transparent);
  opacity: 1;
  filter: alpha(opacity=80);
  transition: 0.3s;
}

.sarvname {
  position: absolute;
  top: 0;
  padding: 25px;
  color: #fff;
  width: 100%;
  z-index: 9;
  transition: 0.3s;
}

.sarvname h4 {
  font-weight: 600;
  font-size: 26px;
  color: #fff;
  transition: 0.3s;
  margin: 0; 
  max-width: 164px;
}

.sarvname p {
  font-size: 13px;
  color: #373737;
  transition: 0.3s;
  opacity: 0.8;
}


.services_item .more {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-weight: 500;
  transform: translateY(68px);
  transition: 0.3s;
  background: linear-gradient(135deg, #ff3f75, #d2930f);
  padding: 8px 14px;
  border-radius: 0px;
  font-size: 16px;
  z-index: 9;
}

.services_item:hover .more {
  transform: translateY(0);
  transition: 0.3s;
}

.services_item:hover img {
  transform: scale(1.04);
  transition: 0.3s;
}



/* apart_typemain */
.apart_typemain {
  padding: 50px 0;
  padding-top: 0;
  background: #fff;
}

.servicesboxt {
  margin: 10px;
  overflow: hidden;
  text-align: center;
  transition: 0.3s;
  padding-bottom: 16px;
  border-radius: 10px;
  /*! box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px; */
}

.servicesboxt:hover {
  transition: 0.3s;
  border-radius: 5px;
  /*! box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; */
}


.servicesboxt .image {
  height: 315px;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 10px;
}

.servicesboxt .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
}

.servicesboxt h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 1px 0;
  color: #000;
}

.servicesboxt p {
  margin: 0;
  font-size: 13px;
  opacity: 0.7;
  color: #000;
  line-height: normal;
}

.flogo {
  margin: 0 0 16px 0;
}

/* owl nav */
.owl-prev span,
.owl-next span {
  font-size: 25px;
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  text-align: center;
  color: #797977;
  /*! margin: 0 -26px 0 -15px; */
  display: inline-block;
  font-weight: bold;
  /*! box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
  border-radius: 0;
}

.owl-prev span:hover,
.owl-next span:hover {
  color: #8199A3;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 0;
  height: 100%;
}

.owl-prev {
  left: 10px;
}

.owl-next {
  right: 14px;
}

.more_btn {
  font-weight: 600;
  color: #000;
  font-size: 18px;
  transition: 0.3s;
}

.more_btn:hover {
  color: var(--main);
  transition: 0.3s;
}

.lookingforleadmain {
  padding: 50px 0;
  background: #fff;
  padding-top: 0;
}

.leadinner {
  background: #205d63 url(../images/pattern.png);
  overflow: hidden;
  color: #fff;
  border-radius: 10px;
  padding: 0;
  margin: 0 10px;
}

.inner_text {
  color: #fff;
  padding: 40px;
}

.inner_text h2 {
  color: #fff;
  font-size: 50px;
}

.inner_text h5 {
  color: #ddfc79;
  font-size: 25px;
}

.inner_text p {
  color: #fff;
}

.inner_text a {
  display: inline-block;
  padding: 10px 20px;
  background: #ddfc79;
  color: #000;
  font-weight: 600;
}

.populer_links h2 {
  /*! font-size: 26px; */
}

.lritem_main {
  padding: 0;
  background: #5a2333;
}

.innerlrtxt {
  padding: 30px;
}

.inner_banner img {
  /*! position: absolute; */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.inner_bnerinner {
  text-align: left;
  position: relative;
  z-index: 1;
  /*! background: rgba(255, 255, 255, 0.04); */
  padding: 20px 0;
  /*! backdrop-filter: blur(10px); */
  /*! border: 1px solid #4b6669; */
  border-radius: 10px;
}

.inner_hwrkpg {
  padding: 20px 50px;
  background: #f1f9f1;
  margin: 40px 0 0 0;
}

.inner_hwrkpg .hwitem img {
  width: 50px;
  margin: 0 0 13px 0;
}

.inner_hwrkpg .hwitem h3 {
  font-size: 26px;
}

.inner_hwrkpg .hwitem p {
  font-size: 18px;
  font-weight: 400;
  color: #363636;
  line-height: 30px;
}

.top_catogery .servicesboxt .image {
  height: 210px;
}

.allservices_links {
  padding: 45px 0;
}

.allservices_links ul {
  padding: 0;
  margin: 0;
}

.allservices_links ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
}

.allservices_links ul li a {
  display: inline-block;
  border: 1px solid #ddd;
  color: #007751;
  font-size: 18px;
  padding: 10px 18px;
  margin: 0 15px 15px 0;
  font-weight: 600;
  border-radius: 8px;
  transition: 0.3s;
  line-height: normal;
}

.allservices_links ul li a:hover {
  transition: 0.3s;
  text-decoration: underline;
}

.inner_bnerinner .job-search-form {
  justify-content: start;
  background: #fff;
  padding: 13px !important;
}

.btn_quote {
  display: inline-block;
  padding: 10px 20px;
  background: #ddfc79;
  color: #000;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.inner_bnerinner .job-search-form .single-field-item input {
  border: none;
  border-right: 1px solid rgb(220 220 220);
}

.inner_bnerinner .job-search-form .submit-btn {
  width: 127px;
}

.imagemodall {
  height: 100px;
  position: relative;
  overflow: hidden;
  border-radius: 7px 7px 0 0;
}

.imagemodall img {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.btn-close {
  position: absolute;
  right: 38px;
  top: 31px;  
  opacity: 1;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  z-index: 9;
  /*! background-size: 10px; */
}

.modal-body {
  padding: 30px 40px;
}

.modal-body h3 {
  font-size: 27px;
  font-weight: 600;
  margin: 0 0 18px 0;
  text-align: center;
}

.form-check label {
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.list-group-item {
  padding: 12px 20px;
}

.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.list-group-item:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.submitformodalbtn {
  display: inline-block;
  padding: 10px 20px;
  background: var(--main);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  margin: 24px 0 0 0;
}

.progressbar {
  margin: 0 auto;
  max-width: 260px;
  margin-bottom: 11px;
}

.submitformodalbtnback {
  display: inline-block;
  padding: 10px 20px;
  background: transparent;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  margin: 24px 0 0 0;
  border: 1px solid #ddd;
}

.form-control {
  border-radius: 0;
  height: 50px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.form-group {
  margin: 0 0 15px 0;
}



/* login */
.loginbanner {
  padding: 1.875rem 0;
  background: #29858e url(../images/pattern.png);
  text-align: center;
  color: #fff;
  padding-bottom: 170px;
  background-size: cover;
}

.loginbanner h1 {
  font-weight: bold;
  letter-spacing: -1px;
  font-size: 54px;
  margin: 0 0 0.625rem 0;
}

.loginbanner p {
  color: #fff;
  margin: 0;
}

.logologin {
  max-width: 200px;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 1rem;
  background: transparent;
}

.form-block-header h1 {
  font-weight: bold;
  color: var(--heading_color);
  font-size: 26px;
  text-transform: capitalize;
}

.third-party-login {
  width: 100%;
  margin: 0.8125rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.third-party-login a {
  width: 90%;
  text-align: center;
  border-radius: 0;
  font-size: 1rem;
  color: #546274;
  line-height: 41px;
  background: #e8f5f9;
  font-weight: 500;
  height: 45px;
  margin-right: 0.9375rem;
  border: 1px solid #d0e1e6;
}

.third-party-login a:hover {
  box-shadow: inset rgba(0, 0, 0, 0.1) 0px 0.25rem 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 0.25rem -1px;
}

.third-party-login a img {
  margin-right: 0.625rem;
}

.third-party-login a+a {
  /*! margin-top: 1.25rem; */
}

.block-separator {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 27px 0 9px 0;
}

.block-separator:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  content: '';
  z-index: 1;
}

.block-separator p {
  text-transform: uppercase;
  font-size: 1.0625rem;
  font-weight: bold;
  color: #546274;
  background: #ffffff;
  position: relative;
  z-index: 2;
  padding: 0 0.625rem;
}

.input-block {
  width: 100%;
}

.input-block .form-group {
  margin-bottom: 0.9375rem;
}

.input-block .form-group .form-control {
  height: 50.3125rem;
  border-radius: 0.625rem;
  /* border: 2px solid rgb(189, 214, 246); */
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 1.25rem;
  color: #546274;
  /* background: #f5f9fe; */
  color: var(--main);
  /* font-weight: bold; */
  letter-spacing: 0.0.25rem;
  font-size: 0.9375rem;
}

.input-block label {
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0 0 0.3125rem 6px;
  color: #77879e;
}

.invalid-feedback {
  position: absolute;
  top: 0.5rem;
  right: 6px;
  text-align: right;
  text-transform: uppercase;
  font-size: 7px;
  letter-spacing: 1px;
}

.contact-form-wrap .form-group {
  margin-bottom: 0.625rem;
  position: relative;
}

.eyepass {
  position: absolute;
  right: 0;
  width: 3.125rem;
  top: 38%;
  height: 3.125rem;
  line-height: 49px;
  text-align: center;
  /*! border: 1px solid #cfddee; */
  border-radius: 0.25rem;
  /*! background: #fff; */
  color: #a1acb9;
}

.bg_main {
  min-height: 100vh;
  background: #f9f9fa !important;
  background-size: cover;
}

.creat_acc_main a {
  font-weight: 600;
  margin: 0 0 0 6px;
  color: var(--main);
  text-decoration: underline;
  text-align: right;
  font-size: 0.875rem;
}

.form-check-input:checked {
  background-color: var(--main);
  border-color: var(--main);
}

.loginfooter {
  background: #fff;
  border-top: 1px solid #c3c5c8;
  padding: 2.5rem 0;
}

.loginfooter p {
  margin: 0.8125rem 0 0 0;
  text-align: center;
}

.lgflink a {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #b4c6c0;
  color: #3f444a;
  margin: 0 6px 0 6px;
}

.lgflink {
  text-align: center;
}


.logbtn {
  padding: 1.125rem 9px !important;
}

.logbtn::after {
  display: none;
}

.logindrp .dropdown-item {
  font-size: 0.875rem;
  padding: 0.5rem 0.3125rem;
  letter-spacing: 0;
  text-align: center;
  border: 1px solid #ddd;
  margin-bottom: 0.625rem;
}

.logindrp .dropdown-item:hover {
  color: #fff;
  background: var(--main);
  border-color: var(--main);
}


.bg_main .contact-form-wrap {
  padding: 27px 3.125rem;
  box-shadow: 1rem 0.5rem 2.0625rem 11px rgba(217.99999999999994, 226.99999999999997, 228.99999999999994, 0.22);
  border-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.25rem 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 0.25rem -1px;

  background: #fff;
  border-top: 0.625rem solid var(--main);
  border-radius: 0;
  margin-top: -90px;
  z-index: 9;
  position: relative;
  margin-bottom: 3.75rem !important;
  margin-top: -140.25px !important;
  padding-top: 2.5rem;
}

.login_header {
  background: transparent;
  position: fixed;
  width: 100%;
}

.login_main {
  background: #f9f9fa !important;
}

.backbtn {
  color: #000 !important;
  opacity: 0.5;
  display: inline-block;
  text-align: center;
  padding: 0.25rem 0.9375rem;
}

.form-control {
  border-radius: 0;
}

.nav-pills .nav-link img {
  width: 2.5rem;
  display: block;
  margin: 0 auto;

}

.nav-pills .nav-link {
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--heading_color);


  padding: 0.875rem 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--main);
  background-color: #F5FBFC;
}

.nav-tabs {
  border-bottom: 1px solid #edf5f7;
}

.nav-pills .nav-link {
  border-radius: 0;
}

.contact-form-wrap .accordion-header {
  font-size: 20.25rem;
  font-weight: 600;
  margin-bottom: 0;
}

.contact-form-wrap .accordion-button {
  font-weight: 600;
  color: var(--heading_color);
  font-size: 1.0625rem;
  border: none;
  padding: 0.9375rem 1.875rem;
  border-radius: 0.625rem;
}


.contact-form-wrap .accordion-header img {
  width: 2.5rem;
  margin-right: 0.625rem;
}

.contact-form-wrap .tab-content {
  padding: 1.125rem;
  background: #f5fbfc;
}

.contact-form-wrap .accordion-button.collapsed {
  border-radius: 0 !important;
}

.contact-form-wrap .accordion-item {
  border-radius: 0 !important;
  border-bottom: 1px solid #f0f5fb;
  box-shadow: none;
  margin: 0;
}

.contact-form-wrap .accordion-body {
  background: #f4f5f9;
  padding-top: 1.25rem;
  border: none;
}

.contact-form-wrap .titleH {
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
  /*! color: var(--heading_color); */
  width: 100%;
  overflow: hidden;
  /*! text-overflow: ellipsis; */
  /*! white-space: nowrap; */
  margin: 0 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.contact-form-wrap .btn.btn-outline-primary {
  text-align: left;
  border: 2px solid #fff;
  background: #fff;
  border-radius: 0px;
  width: 100%;
  padding: 6px 1.25rem;
  /*! box-shadow: rgba(0, 0, 0, 0.1) 0px 0.25rem 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 0.25rem -1px; */
  position: relative;
  margin: 0;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 3px, rgba(0, 0, 0, 0.07) 0px 1px 2px;
}


.contact-form-wrap .btn-check:active+.btn-outline-primary,
.contact-form-wrap .btn-check:checked+.btn-outline-primary,
.contact-form-wrap .btn-outline-primary.active,
.contact-form-wrap .btn-outline-primary.dropdown-toggle.show,
.contact-form-wrap .btn-outline-primary:active {
  color: #FFF;
  background-color: #0195B6 !important;
  border-color: var(--main) !important;
}

.contact-form-wrap .btn-outline-primary.active::before {
  content: 'chk';
  position: absolute;
  right: 0;
  top: 0;
  position: absolute;
}

.contact-form-wrap .btn-outline-primary:hover {
  color: var(--main);
  background: #deecf4;
  border-color: #accadb;
}

.contact-form-wrap .time {
  margin: 0 0.3125rem 0 0;
}

.contact-form-wrap .btn-check {
  position: absolute;
  clip: inherit;
  pointer-events: none;
  right: 1.125rem;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
}

.contact-form-wrap .accordion-button:not(.collapsed) {
  color: var(--secondry);
  border-radius: 0px !important;
  background: #fff;
  box-shadow: none;
  border: none;
}

.apheading h3 {
  font-weight: bold;
  letter-spacing: 0;
  font-size: 23px;
  color: var(--heading_color);
}

.apheading h6 {
  font-weight: bold;
  letter-spacing: 0;
  font-size: 1rem;
  color: #0195b6;
  margin: 0.75rem 0 0 0;
}

.timepickerIt {
  padding: 1.875rem;
  text-align: center;
}

.dateshow {
  color: var(--heading_color);
  font-size: 1rem;
  margin-bottom: 0.875rem;
  font-weight: 600;
}

.doctorname {
  margin: 0.625rem 0;
}

.doctorname h6 {
  font-size: 1.25rem;
  color: var(--main);
  font-weight: bold;
  margin: 0;
}

.timetype p {
  color: var(--heading_color);
  margin: 0 0 0.8125rem 0;
}

.timetype ul {
  text-align: center;
  padding: 0;
}

.timetype ul li {
  list-style: none;
  display: inline-block;
}

.timetype ul li a {
  display: inline-block;
  padding: 0.25rem 0.625rem;
  color: var(--white);
  background: var(--main);
}

.login_dv {
  margin: 0 0 1.25rem 0;
  padding: 1.25rem;
  text-align: center;
}


.login_btnStp {
  height: 2.5rem;
  padding: 0;
  border-radius: 0;
  background: var(--main);
  color: #ffffff;
  font-weight: 600;
  outline: none;
  box-shadow: none;
  padding: 0px 2.5rem;
  /* box-shadow: rgba(1, 149, 182, 0.14) 0px 3px 6px, rgba(1, 149, 182, 0.18) 0px 3px 6px; */
  display: inline-block;
  margin-top: 0.3125rem;
  line-height: 41px;
}

.form_mainSTp {
  padding: 0 1.875rem;
}

.form_mainSTp h3 {
  color: var(--heading_color);
  font-weight: bold;
  font-size: 1.25rem;
}

.campignchk .form-group {
  display: flex;
  align-items: center;
}

.campignchk .form-group h6 {
  width: 200px;
}

.campignchk .form-check {
  width: 100%;
}

#preview {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
  border: 2px solid var(--main);
  margin: 0 auto;
  margin-bottom: 1.25rem;
}

.list-group {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.25rem 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 0.25rem -1px;
  margin-bottom: 2.5rem;
}

.list-group-item {
  padding: .6rem 1rem;
  border: 1px solid rgb(245, 245, 245);
  border-radius: 0 !important;
}

.login_div_main.apponytsigndv {
  padding: 2.5rem 3.125rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.25rem 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 0.25rem -1px;
  border-right: 1px solid #ddd;
  background: #fff;
  border-radius: 0;
  z-index: 9;
  position: relative;
  margin-bottom: 3.75rem !important;
  padding-top: 20.25rem;
}

.apponytsigndv h3 {
  font-size: 1.875rem;
  font-weight: bold;
}

.treatment_mainI {
  padding: 1.875rem 0;
  margin-bottom: 3.125rem;
}

.inner_treat ul {
  padding: 0;
  margin: 11px 0 0 0;
  text-align: center;
}

.inner_treat ul li {
  list-style: none;
  display: inline-block;
}

.inner_treat ul li a {
  list-style: none;
  display: inline-block;
  color: var(--heading_color);
  border: 2px solid var(--white);
  padding: 0.625rem 1.25rem;
  margin: 0 0.625rem 0.8125rem 0;
  font-weight: 600;
  transition: 0.3s;
  border-radius: 0.625rem;
  font-size: 0.9rem;
  background: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.inner_treat ul li a:hover {
  color: var(--main);
  border: 2px solid var(--main);
  transition: 0.3s;
  background: #edf6fb;
}

.viewall_btn {
  display: inline-block;
  margin-top: 1.25rem;
  padding: 0.625rem 1.25rem;
  border: 2px solid #007bc4;
  /*! font-weight: 600; */
  color: var(--white);
  background: var(--main);
  font-size: 0.875rem;
  /*! letter-spacing: 1px; */
  box-shadow: rgba(11, 43, 158, 0.15) 0px 6px 1.25rem -6px;
  border-radius: 0.625rem;
}

.fixbt_mobile {
  width: 100%;
  background: #ffffff;
  padding: 0.625rem 0.8125rem;
  position: sticky;
  font-size: 0.875rem;
  bottom: 0;
  z-index: 5;
  transition: all .5s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.875rem 20.5rem, rgba(0, 0, 0, 0.22) 0px 0.625rem 0.625rem;
  z-index: 99;
}

.apbtnxsfix {
  background: #199fd9;
  padding: 0.625rem 0.75rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  /* width: 21.875rem; */
  border-radius: 0.625rem;
  font-size: 0.8125rem;
}

.apbtnxsfix i {
  margin: 0 0.5rem 0 0;
  display: none;
}

.fxinnr h6 {
  width: 132px;
  font-size: 0.75rem;
  margin: 0 20.5rem 0 0;
  display: flex;
  align-items: center;
}

.fxinnr h6 img {
  width: 33px;
  font-size: 0.75rem;
  margin: 0 0.625rem 0 0;
  display: flex;
  align-items: center;
}

.allservices_links h4 {
  font-weight: 600;
}

.citybox ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.citybox ul li {
  display: inline-block;
  flex: 0 0 18%;
  margin: 0 25px 26px 0;
}

.citybox ul li img {
  width: 100%;
  height: 155px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  /*! border: 1px solid #235f65; */
}

.citybox ul li span {
  display: block;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #1a2832;
  padding: 8px 0;
}

.citybox ul li a {
  display: block;
  background: #fff;
  border: 1px solid #dddddd47;
  border-radius: 10px;
  padding-bottom: 6px;
}

.contact-form-wrap .subtn_btn {
  height: 55px;
  padding: 0;
  border-radius: 0;
  background: var(--main);
  color: #ffffff;
  font-weight: 600;
  outline: none;
  box-shadow: none;
  padding: 0 3.75rem;
  box-shadow: rgba(11, 43, 158, 0.15) 0px 6px 1.25rem -6px;
  display: inline-block;
  margin-top: 0.3125rem;
  width: 100%;
  line-height: 52px;
  font-size: 21px;
}

.block-separator {
  margin: 0 !important;
}

.login_div_main label {
  display: inline-block;
  font-size: 14px;
  color: #77879e;
}

.banner_joinn {
  background: #123841;
}

.banner_joinn .job-search-form.newjF {
  background: transparent;
}

.banner_joinn .job-search-form .single-field-item {
  flex: 0 0 70%;
  max-width: 70%;
}

.sectionrelibleeee {
  padding: 60px 0;
}


/* contact-us */
.headingg h1 {
  font-size: 98px;
  letter-spacing: -4px;
  line-height: 104px;
  color: #150c48;
  font-weight: 600;
}

/* contact-us */
.C_itemD {
  padding: 20px;
  text-align: left;
  padding-left: 100px;
  position: relative;
  margin-bottom: 10px;
  /* background: #f5f9fe; */
  border-radius: 0;
  margin-left: 0;
  margin: 0;
}

.C_itemD img {
  margin: 0 0 10px 0;
  position: absolute;
  left: 0;
  width: 65px;
  top: 28px;
  opacity: 0.4;
}

.C_itemD h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

.C_itemD a {
  font-size: 22px;
  color: var(--black);
  display: block;
  font-weight: 600;
}

.C_itemD p {
  font-size: 20px;
  line-height: normal;
  margin: 0 0 5px 0; 
  font-weight: 100;
  opacity: 0.6;
}

.btn_emailus {
  display: block;
  padding: 10px 15px;
  background: var(--main);
  border-radius: 100px;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 11px 18px -8px rgb(23 92 255 / 60%);
  transition: 0.3s;
  text-align: center;
}

.btn_emailus:hover {
  box-shadow: none;
  transition: 0.3s;
}




.contact-form-wrap {
  border-radius: 0;
  border-radius: 0;
}

.contact-form-wrap h2 {
  font-weight: 600;
}

.contact-form-wrap textarea {
  min-height: 140px;
}

.contact-form-wrap label {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 5px 0;
  color: #77879e;
}

.contact-form-wrap h2 {
  font-size: 43px;
  font-weight: 600;
  color: #000;
  margin-bottom: 25px;
}


.contact-form-wrap .form-group {
  margin-bottom: 2px;
} 

.contact-form-wrap .form-group .form-control {
  height: 43px;
  border-radius: 0;
  /*! border: none; */
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 20px;
  color: #546274;
  /*! background: #f5f9fe; */
  color: #000;
  /*! font-weight: bold; */
  border: none;
  font-size: 15px;
  border: 1px solid #ddd;
}

.contact-form-wrap .form-group .form-control::placeholder {
  /* Firefox 18- */
  color: #ddd;
}

.contact-form-wrap .form-group textarea.form-control {
  padding-top: 14px;
  height: 125px;
}

.contact-form-wrap .btn {
  background: var(--main);
  color: #ffffff;
  font-weight: 600;
  outline: none;
  box-shadow: none;
  padding: 14px 38px;
  display: inline-block;
  margin-top: 13px;
  border-radius: 0;
  font-size: 20px;
}

.dotted_ng {
  background: #fff url(../images/bg_dotted.png);
}

.SUb_Help_Heading {
  border-bottom: 7px solid #e5effc;
  margin-bottom: 22px;
}

/* contact-us */
 

.contact_detail {
  padding: 30px;
}

.contact_detail h5 {
  color: var(--helight);
  text-transform: uppercase;
  font-size: 16px;
}

.contact_detail h3 {
  font-size: 50px;
  font-weight: bold;
  color: #000;
  letter-spacing: -1px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.contact-form-wrap {
  padding: 40px 70px;
  background: #f4f4f4;   
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.02);
  position: relative;
  z-index: 9; 
}


/* contact-us */
.value-card {
  background: #f8f7f9;
  padding: 30px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  /*! min-height: 290px; */
}

.value-icon {
  font-size: 28px;
  color: #1a0033;
  margin-bottom: 35px;
  display: block;
  width: 60px;
  height: 60px;
  /*! background: #1a0033; */
  text-align: center;
  line-height: 60px;
  border: 1px solid #e3dde1;
}

.value-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.cta-btn {
  background: #000;
  border: none;
  padding: 12px 30px;
  font-size: 1rem;
  color: white;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background: #333;
}
 

.value-card p {
  font-size: 16px;
  line-height: 22px;
}

.btn_theme_outline {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  border-bottom: 2px solid;
  padding: 0 0 7px 0;
  display: inline-block;
  margin-top: 7px;
}

.contact-section {
  background-color: #ffffff;
  padding: 40px 20px;
}

.contact-item {
  text-align: center;
  padding: 20px;
}

.contact-item i {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 15px;
}

.contact-item h5 {
  font-size: 1.25rem;
  color: #333;
  margin-bottom: 10px;
  font-weight: 400;
}

.contact-item p {
  font-size: 1rem;
  color: #555;
  margin: 0;
}

.contact-item a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
 
.contact-item a:hover {
  color: #d28c1a;
}

.lritem_main img {
  height: 75vh;
  object-fit: cover;
}

.lritem_main h6 { 
  color: #fff;
}

.lritem_main h2 {
  color: #fff;
}

.lritem_main p {
  color: #fff;
}

.serv_exclance {
	padding: 0px 0;
	background: #fff;
	border-bottom: 1px solid #ddd;
	margin-bottom: 24px;
}
.footer img{
  width: 150px;
} 
.footer_social a {
	color: #fff;
	font-size: 18px;
	display: inline-block;
	margin: 0 15px 0 0;
}

        .card-custom {
            border: none;
            border-radius: 0;
            overflow: hidden;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            background: white;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            height: 100%;
        }

        .card-custom:hover {
            transform: translateY(-12px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
            border-radius: 0;
        }

        .card-img-wrapper {
            position: relative;
            overflow: hidden;
            height: 250px;
        }

        .card-img-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.6s ease;
        }

        .card-custom:hover .card-img-wrapper img {
            transform: scale(1.1);
        }

        .card-body-custom {
            padding: 30px;
            position: relative;
        }

        .card-title-custom {
            font-size: 1.5rem;
            font-weight: 700;
            color: #1a1a2e;
            margin-bottom: 15px;
            transition: color 0.3s ease;
        }

        .card-custom:hover .card-title-custom {
            color: #6c5ce7;
        }

        .card-text-custom {
            color: #666;
            line-height: 1.7;
            margin-bottom: 25px;
            font-size: 0.95rem;
        }

        .badge-custom {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 600;
            margin-bottom: 15px;
            display: inline-block;
            animation: fadeInDown 0.6s ease;
        }

        .btn-custom {
            width: 100%;
            padding: 14px;
            border: 2px solid #1a0033;
            background: transparent;
            color: #1a0033;
            border-radius: 0; 
            font-weight: 600;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 0.9rem;
        }

        .btn-custom:hover {
            background: #6c5ce7;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(108, 92, 231, 0.3);
            border-radius: 16px;
        }

        .container-custom {
            animation: fadeIn 0.8s ease;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .col-md-4 {
            animation: fadeIn 0.8s ease;
        }

        .col-md-4:nth-child(1) {
            animation-delay: 0.1s;
        }

        .col-md-4:nth-child(2) {
            animation-delay: 0.3s;
        }

        .col-md-4:nth-child(3) {
            animation-delay: 0.5s;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.4) 100%);
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .card-custom:hover .overlay {
            opacity: 1;
        }
.blog_main {
  background: #fff;
}





.section-padding {
            padding: 48px 0; 
        }  

        .section-title { 
            margin-bottom: 1rem; 
        }
 

        .card-customabout {
            border: none;
            border-radius: 0;
            overflow: hidden;   
            transition: all 0.4s ease;
            background: rgb(255, 255, 255);
            /*! box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08); */
            height: 100%;text-align:center;
        }  

        .card-customabout:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        }
p:empty {
  display: none!important;
}
        .card-icon {
            width: 50px; 
            height: 50px;
            /*! background: #f8f8f8; */ 
            border-radius: 0;
            display: flex;
            align-items: center; 
            justify-content: center;
            margin: 0 0 15px 0;
            font-size: 2rem;
            color: white;
            transition: all 0.3s ease;
        }
.card-icon img{margin-bottom:15px}

        .card-customabout:hover .card-icon {
            transform: rotate(360deg);
        }

        .value-card {
            /*! background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
            color: #1a1a2e;
            padding: 2.5rem;
            border-radius: 0;  
            height: 100%;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            text-align: left;
        }

        .value-card::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200%;
            height: 200%;
            background: rgba(255, 255, 255, 0.1);
            transform: rotate(45deg);
            transition: all 0.5s ease;
        }

        .value-card:hover::before {
            top: -100%;
            right: -100%;
        }

        .value-card h4 {
            position: relative;
            z-index: 2;
            font-size: 23px; 
            font-weight: bold;
        }

        .value-card p {
            position: relative;
            z-index: 2;
        }

        .stats-section {
            background: #5a2434;
            color: white;
            padding: 60px 0;
        }

        .stat-item {
            text-align: center;
        }

        .stat-number {
            font-size: 3rem;
            font-weight: 700; 
            color: #fff;
            display: block;
        } 

        .stat-label {
            font-size: 24px;
            opacity: 0.9;
            margin-top: 0;
            line-height: normal;
            color: #fff;
            font-weight: 600;
        }

        .timeline {
            position: relative;
            padding: 2rem 0;
        }

        .timeline::before {
            content: '';
            position: absolute;
            left: 50%;
            top: 0;
            bottom: 0;
            width: 3px;
            background: var(--primary);
            transform: translateX(-50%);
        }

        .timeline-item {
            position: relative;
            margin-bottom: 3rem;
        }

        .timeline-content {
            background: white;
            padding: 2rem;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
            width: 45%;
            position: relative;
        }

        .timeline-item:nth-child(odd) .timeline-content {
            margin-left: auto;
        }

        .timeline-dot {
            position: absolute;
            left: 50%;
            top: 2rem;
            width: 20px;
            height: 20px;
            background: var(--primary);
            border: 4px solid white;
            border-radius: 50%;
            transform: translateX(-50%);
            z-index: 2;
            box-shadow: 0 0 0 8px rgba(0, 102, 204, 0.2);
        }

        .cta-section {
            background: #d1930e;
            color: white;
            padding: 80px 0;  
            text-align: center;
        }
.cta-section h2, .cta-section p{color:#fff!important}
        .btn-custom {
            padding: 15px 40px;
            font-size: 1.1rem;
            border-radius: 50px;
            border: 2px solid white;
            background: transparent;
            color: white;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
        }

        .btn-custom:hover {
            background: white;
            color: var(--primary);
            transform: scale(1.05);
        }

        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.5rem;
            }
            
            .timeline::before {
                left: 30px;
            }
            
            .timeline-content {
                width: calc(100% - 80px);
                margin-left: 80px !important; 
            }
            
            .timeline-dot {
                left: 30px;
            }
        }
.card-customwhy {
	margin: 0 80px 14px 0;
	border: 1px solid #ddd;
	padding: 34px;
}
.inbredcrmb {
	border-bottom: 2px solid #eaeaea;
	padding: 9px 0;
	margin-bottom: 45px;
}

.header-text a {
            color: #0066cc;
            text-decoration: none;
        }
        .header-text a:hover {
            text-decoration: underline;
        }
        .search-box {
            max-width: 100%;
            margin: 30px auto;
        }
        .search-input {
            padding: 0 21px;
            border: 3px solid #e1e1e1;
            border-radius: 0;
            font-size: 1rem;
            font-weight: 300; 
            height: 60px; 
            background: #f9f9f9;
            padding-left: 56px;
        }
        .search-icon { 
            position: absolute;
            left: 20px;
            top: 50%;
            transform: translateY(-50%);
            color: #666;
        }
        .alphabet-nav {
            background-color: white;
            padding: 20px 0;
            position: sticky; 
            top: 110px;
            z-index: 100;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        .alphabet-nav a {
            color: #1a0f3e;
            text-decoration: none; 
            font-weight: 400;
            font-size: 23px;
            padding: 1px 12px;
            margin: 0 2px;
            display: inline-block;
            transition: all 0.3s;
            width: 40px;
            height: 40px;
            text-align: center;
        }
        .alphabet-nav a:hover {
            color: #d29412;
            background-color: #d1940f2e;
            border-radius: 4px;
        } 
        .alphabet-nav a.active {
            color: #d29412;
            background-color: #d1940f2e;
            border-radius: 4px;
        }
        .alphabet-nav a.disabled {
            color: #ccc;
            cursor: not-allowed;
        }
        .alphabet-nav a.disabled:hover {
            background-color: transparent;
        }
        .section-divider {
            border-top: 2px solid #ddd;
            margin: 26px 0 20px;
        } 
        .section-title {
            color: #1a0f3e;
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 30px;
        }
        .product-card {
            background: #f0f0f0;
            border: 2px solid #f0f0f0;
            border-radius: 0;
            padding: 25px; 
            margin-bottom: 20px;
            transition: all 0.3s;
        }
        .product-card:hover {
            /*! box-shadow: 0 4px 12px rgba(0,0,0,0.1); */
            transform: translateY(-2px);
            border-color: #000; 
        }
        .product-name {
            color: #1a0f3e;
            font-size: 1.25rem;
            font-weight: 600;
            margin-bottom: 5px;
            transition: 0.3s;
        }


        .product-name a{
            color: #1a0f3e;
            font-size: 1.25rem;
            font-weight: 600;  transition: 0.3s;
          direction: block;
        }
       .product-card:hover .product-name a{
         text-decoration: underline;
        }


        .product-details {
            color: #666;
            font-size: 0.95rem;
        }
        .no-results {
            text-align: center;
            padding: 60px 20px;
            color: #666;
        }
/* Dropdown container */
.dropdownlanguage {
  position: relative;
  display: inline-block;
}

/* Button */
.dropbtn {
  background-color: #4285F4;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  font-size: 16px;
}

/* Dropdown content */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  border-radius: 6px;
  z-index: 999;
  margin-top: 5px;
}
.languagedv{
  background: #000;
  border-radius: 0;
  /*! box-shadow: 0 4px 8px rgba(0,0,0,0.2); */
  padding: 6.5px 13px;
}
  
.dropdown-content a { 
  display: block;
  color: #333;
  padding: 10px 15px;
  text-decoration: none;
  transition: background 0.2s;
} 

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* Hover or active */
.dropdownlanguage:hover .dropdown-content {
  display: block;
}
.dropdownlanguage.active .dropdown-content {
  display: block;
}

/* Change button color when open */
.dropdownlanguage:hover .dropbtn,
.dropdownlanguage.active .dropbtn {
  background-color: #3367D6;
}
         .offcanvas-top {
            height: 54vh !important;
            max-height: 80vh;
        }

        .offcanvas-header {
            padding: 2rem;
            border-bottom: none;
        }

        .offcanvas-title {
            font-size: 1.75rem;
            font-weight: 700;
            color: #1a1a1a;
        }

        .btn-close {
            font-size: 1.5rem;
        }

        .offcanvas-body {
            padding: 0 2rem 2rem 2rem;
        }

        .region-list {
            list-style: none;
            padding: 0;
            margin: 0; 
        }

        .region-item {
            margin-bottom: 0;
        }

        .region-btn {
            width: 100%;
            text-align: left;
            padding: 1rem 1.5rem;
            background: #fff;
            color: black;
            border: none;
            border-radius: 0;
            font-size: 20px;
            font-weight: 500;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            transition: background 0.2s;
            border-top: 1px solid #ddd;
            background: #f4f4f4;
        }

        .region-btn:hover {
            background: #fff;
        }

        .region-btn.collapsed {
            background: transparent;
            color: #2d1b4e;
        }

        .region-btn.collapsed:hover {
            background: #f0f0f0;
        }

        .country-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 0.75rem;
            padding: 0 0 1rem 0;
        }

        .country-btn {
            padding: 0.875rem 1rem;
            background: #fff0;
            border-radius: 0;
            text-align: left;
            font-size: 0.95rem;
            color: #1a1a1a;
            cursor: pointer;
            transition: all 0.2s;
            border: none;
        }

        .country-btn:hover {
            background: #fff;
            border-color: #2d1b4e;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            font-weight: 600; 
            text-decoration: underline;
        }

        .country-btn.selected {
            background: #fff8e1;
            border-color: #ffc107;
        }

        .trigger-btn {
            background: #2d1b4e;
            color: white;
            border: none;
            padding: 1rem 2rem;
            font-size: 1.1rem;
            border-radius: 0.5rem;
            cursor: pointer;
            transition: background 0.2s;
        }

        .trigger-btn:hover {
            background: #3d2b5e;
        }

       .offcanvas-top .collapse {
            transition: height 0.35s ease;
            background: #f4f4f4;
            padding: 0 22px;
        }
  .trade-shows-section {
            background-color: #d891190a;
            padding: 60px 20px;
        }

        .section-title {
            color: #2d1b4e;
            font-size: 2.5rem;
            font-weight: 600;  
            margin-bottom: 20px;
        }

        .trade-card {
            background: white;
            border: 1px solid #d4d4d4;
            border-radius: 0;
            padding: 30px;
            height: 100%;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .trade-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

        .card-header-text {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
            font-size: 0.9rem;
            color: #333;
        }

        .card-title {
            color: #2d1b4e;
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .calendar-link {
            display: inline-flex; 
            align-items: center;
            color: #000;
            text-decoration: none; 
            font-weight: 500;
            transition: color 0.3s ease;
        }

        .calendar-link:hover {
            color: #f6ab12;
            text-decoration: underline;
        }

        .calendar-icon {
            width: 20px;
            height: 20px;
            margin-right: 8px;
        }

.contact_page {
	padding: 60px 0;
}

.product_details_sec{
  padding-bottom: 100px;
  padding-top: 0;
} 

.product-head{ 
  padding: 0 35px;
} 

.product-head dd {
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.product-head dl dd:last-child {
  border-bottom: none;
}

.contact-form-wrap.inqformm {
	padding: 15px 30px; 
}
.product_details_sec ul { 
  list-style: none;
  padding: 0;
  margin: 22px 0 0 0; 
  display: flex;
  flex-wrap: wrap;
}

.product_details_sec ul li {
  position: relative;
  padding: 0 0 0 24px;
  margin-bottom: 10px;
  /*! background: #f8f9fa; */
  border-radius: 0;
  transition: all 0.3s ease;
  font-weight: 600; 
  padding: 7px 14px;
  margin: 0 6px 6px 0;
  background: #f2f2f2;
  width: 48%;
  flex: 0 0 auto;
  font-size: 14px;
  padding-left: 28px;
}

.product_details_sec ul li:hover {
  background: #e9ecef;
  transform: translateX(5px);
}

.product_details_sec ul li::before {
  content: "\F26B";  
  font-family: "bootstrap-icons";
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  font-size: 11px;
  font-weight: 400;
}
.product_details_sec h4 {
	font-weight: 600;
	color: #1a0033;
  font-size: 30px;
}
.product_details_sec h3 {
	font-weight: 600;
	color: #1a0033;
  font-size: 30px;
}
.belefitss {
	padding: 60px 0;
	background: #f8f7f9;
}

.belefitss .value-card p {
	font-size: 23px;
	line-height: 30px;
	margin: 0;
	font-weight: 600;
}
.belefitss .value-card {
	color: #1a1a2e;
	padding: 28px 2.5rem; 
	height: 100%;
	position: relative;
	overflow: hidden;
	text-align: left;
	margin: 0;
	padding-left: 68px;
}
.belefitss .value-card::after {
	content: "\F26B";
	font-family: "bootstrap-icons";
	position: absolute;
	left: 7px;
	top: 26px;
	/*! transform: translateY(-50%); */
	color: #69b908;
	font-size: 37px;
	font-weight: 400;
}


 .services-section {
      padding: 50px 0px 30px;
      /*! max-width: 1400px; */
      margin: 0 auto;
      background: #251704 aliceblue; 
      padding: 50px 0px 50px;
      /*! max-width: 1400px; */
      margin: 0 auto;
      background: #251704 url(../images/footerbg.png);
    }  

    .section-header {
      text-align: center; 
      margin-bottom: 30px;
    }

    .section-subtitle {
      display: inline-block; 
      font-size: 0.9rem;
      text-transform: uppercase;
      letter-spacing: 4px;
      color: #e59d16;
      margin-bottom: 15px;
      position: relative;
      padding: 0 20px;
    }

    .section-subtitle::before,
    .section-subtitle::after {
      content: '';
      position: absolute;
      top: 50%;
      width: 40px;
      height: 2px;
      background: #e59d16;
    }

    .section-subtitle::before {
      left: -30px;
    }

    .section-subtitle::after {
      right: -30px;
    }

    .section-header .section-title {
      font-size: 3rem;
      font-weight: 600;
      line-height: 1.2;
      margin-bottom: 15px; 
      /*! background: linear-gradient(135deg, #ffffff, #b0b0b0); */
      /*! -webkit-background-clip: text; */
      /*! -webkit-text-fill-color: transparent; */
      /*! background-clip: text; */
      color: #fff; 
    }

    .section-desc {
      font-size: 1.1rem;
      color: #fff;
      max-width: 600px;
      margin: 0 auto;
    }

    /* ===== COLLAGE GRID ===== */
    .services-collage {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-template-rows: repeat(6, 80px);
      gap: 15px;
    }

    /* Grid Placement */
    .service-card:nth-child(1) {
      grid-column: 1 / 7;
      grid-row: 1 / 4;
    }

    .service-card:nth-child(2) {
      grid-column: 7 / 13;
      grid-row: 1 / 4;
    }

    .service-card:nth-child(3) {
      grid-column: 1 / 5;
      grid-row: 4 / 7;
    }

    .service-card:nth-child(4) {
      grid-column: 5 / 9;
      grid-row: 4 / 7;
    }

    .service-card:nth-child(5) {
      grid-column: 9 / 13;
      grid-row: 4 / 7;
    }

    /* ===== SERVICE CARD ===== */
    .service-card {
      position: relative;
      overflow: hidden;
      border-radius: 15px;
      cursor: pointer;
    }

    /* Background Image */
    .service-card .card-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                  filter 0.5s ease;
    }

    .service-card:hover .card-bg {
      transform: scale(1.15);
      filter: brightness(0.3);
    }

    /* Overlay Gradient */
    .service-card .card-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(
        180deg,
        transparent 30%,
        rgba(0, 0, 0, 0.85) 100%
      );
      z-index: 1;
      transition: background 0.5s ease;
    }

    .service-card:hover .card-overlay {
      background: linear-gradient( 180deg, rgba(208, 110, 5, 0.1) 0%, rgba(0, 0, 0, 0.9) 100% );
    }

    /* Card Content */
    .card-content {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 30px;
      z-index: 2;
    }

    .card-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 55px;
      height: 55px;
      border-radius: 12px;
      font-size: 1.5rem; 
      color: #e59d16;
      margin-bottom: 15px;
      transform: translateY(20px);
      transition: all 0.5s ease 0.1s; 
    }

    .service-card:hover .card-icon {
      opacity: 1;
      transform: translateY(0);
    }

    .card-number {
      font-size: 0.8rem;
      font-weight: 700;
      letter-spacing: 3px;
      color: #e59d16;
      text-transform: uppercase;
      margin-bottom: 8px;
      opacity: 0;
      transform: translateY(15px);
      transition: all 0.5s ease 0.15s;
    }

    .service-card:hover .card-number {
      opacity: 1;
      transform: translateY(0);
    }

    .card-title {
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 10px; color: #fff;
      transition: transform 0.5s ease;
    }

    .service-card:hover .card-title {
      transform: translateY(-5px);
    }

    .card-description { display: none;
      font-size: 0.95rem;
      color: #fff;
      line-height: 1.6;
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      transition: all 0.5s ease 0.2s;
    }

    .service-card:hover .card-description {
      max-height: 150px;
      opacity: 1;
    }

    .card-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #e59d16;
      text-decoration: none;
      font-size: 0.9rem;
      font-weight: 600;
      margin-top: 15px;
      opacity: 0;
      transform: translateX(-20px);
      transition: all 0.5s ease 0.3s;
    }

    .service-card:hover .card-link {
      opacity: 1;
      transform: translateX(0);
    }

    .card-link i {
      transition: transform 0.3s ease;
    }

    .card-link:hover i {
      transform: translateX(5px);
    }

    /* Corner Accent */
    .card-corner {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 40px;
      height: 40px;
      border-top: 2px solid rgba(255, 255, 255, 0.3);
      border-right: 2px solid rgba(255, 255, 255, 0.3);
      z-index: 2;
      transition: all 0.5s ease;
    }

    .service-card:hover .card-corner {
      width: 50px;
      height: 50px;
      border-color: #e59d16;
    }

    /* ===== IMAGES (Replace with your own) ===== */
    .service-card:nth-child(1) .card-bg {
      background-image: url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?w=800&q=80');
    }

    .service-card:nth-child(2) .card-bg {
      background-image: url('https://images.unsplash.com/photo-1581091226825-a6a2a5aee158?w=800&q=80');
    }

    .service-card:nth-child(3) .card-bg {
      background-image: url('https://images.unsplash.com/photo-1532187863486-abf9dbad1b69?w=800&q=80');
    }

    .service-card:nth-child(4) .card-bg {
      background-image: url('https://images.unsplash.com/photo-1542601906990-b4d3fb778b09?w=800&q=80');
    }

    .service-card:nth-child(5) .card-bg {
      background-image: url('https://images.unsplash.com/photo-1605745341112-85968b19335b?w=800&q=80');
    }

    /* ===== RESPONSIVE ===== */
    @media (max-width: 1024px) {
      .services-collage {
        grid-template-rows: repeat(6, 70px);
        gap: 12px;
      }

      .card-title {
        font-size: 1.3rem;
      }

      .card-content {
        padding: 20px;
      }
    }

    @media (max-width: 768px) {
      .services-collage {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        gap: 12px;
      }

      .service-card {
        min-height: 280px;
      }

      .service-card:nth-child(1) {
        grid-column: 1 / -1;
        grid-row: auto;
      }

      .service-card:nth-child(2) {
        grid-column: 1 / 2;
        grid-row: auto;
      }

      .service-card:nth-child(3) {
        grid-column: 2 / 3;
        grid-row: auto;
      }

      .service-card:nth-child(4) {
        grid-column: 1 / 2;
        grid-row: auto;
      }

      .service-card:nth-child(5) {
        grid-column: 2 / 3;
        grid-row: auto;
      }

      .section-title {
        font-size: 2rem;
      }

      .card-description {
        font-size: 0.85rem;
      }

      /* Show content on mobile by default */
      .service-card .card-icon,
      .service-card .card-number,
      .service-card .card-description,
      .service-card .card-link {
        opacity: 1;
        transform: none;
        max-height: 150px;
      }

      .service-card .card-bg {
        filter: brightness(0.4);
      }
    }

    @media (max-width: 480px) {
      .services-collage {
        grid-template-columns: 1fr;
      }

      .service-card:nth-child(1),
      .service-card:nth-child(2),
      .service-card:nth-child(3),
      .service-card:nth-child(4),
      .service-card:nth-child(5) {
        grid-column: 1 / -1;
        min-height: 250px;
      }

      .section-title {
        font-size: 1.8rem;
      }

      .services-section {
        padding: 50px 15px;
      }
    }

    /* ===== ANIMATIONS ON SCROLL ===== */
    .service-card {
      opacity: 0;
      transform: translateY(40px);
      animation: fadeInUp 0.8s ease forwards;
    }

    .service-card:nth-child(1) { animation-delay: 0.1s; }
    .service-card:nth-child(2) { animation-delay: 0.2s; }
    .service-card:nth-child(3) { animation-delay: 0.3s; }
    .service-card:nth-child(4) { animation-delay: 0.4s; }
    .service-card:nth-child(5) { animation-delay: 0.5s; }

    @keyframes fadeInUp {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* ===== GLOW BORDER ON HOVER ===== */
    .service-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 15px;
      border: 2px solid #f6f6f63b;
      z-index: 3;
      pointer-events: none;
      transition: border-color 0.5s ease;
    }

    .service-card:hover::before {
      border-color: rgba(237, 115, 8, 0.5);
    }

    /* ===== SHINE EFFECT ON HOVER ===== */
    .service-card::after {
      content: '';
      position: absolute;
      top: -50%;
      left: -50%;
      width: 200%;
      height: 200%;
      background: linear-gradient(
        45deg,
        transparent 40%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 60%
      );
      z-index: 2;
      transform: translateX(-100%);
      transition: none;
      pointer-events: none;
    }

    .service-card:hover::after {
      transform: translateX(100%);
      transition: transform 1s ease;
    }
/* Search Container */
.search-container {
  position: relative;
}

.search-toggle {
  cursor: pointer;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}

.search-toggle:hover {
  color: #007bff;
}

/* Search Panel */
.search-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #371620fc;
  overflow: hidden;
  z-index: 9999;
  transition: height 0.4s ease;
} 

.search-panel.active {
  height: 100vh;
}

.search-panel-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 20px;
  position: relative;
  opacity: 0;
  transform: translateY(-30px);
  transition: all 0.4s ease 0.1s;
}

.search-panel.active .search-panel-inner {
  opacity: 1;
  transform: translateY(0);
}

/* Close Button */
.search-close {
  position: absolute;
  top: 30px;
  right: 30px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  padding: 10px;
  transition: transform 0.3s ease;
}

.search-close:hover {
  transform: rotate(90deg);
}

/* Search Form */
.search-form {
  width: 100%;
}

.search-input-group {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}

.search-input {
  flex: 1;
  padding: 20px 25px;
  font-size: 1.2rem;
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  border-radius: 50px;
  outline: none;
  transition: border-color 0.3s ease;
}

.search-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.search-input:focus {
  border-color: #f5505f;
}

.search-submit {
  padding: 20px 35px;
   color: #fff;
  border: none; 
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  white-space: nowrap;
  background: linear-gradient(135deg, #ff3f75, #d2930f);
}

.search-submit:hover {
  background:linear-gradient(90deg, #d2930f, #ff3f75);
}

/* Popular Searches */
.popular-searches {
  text-align: center;
}

.popular-title {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  margin-bottom: 15px;
}

.search-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.search-tag {
  display: inline-block;
  padding: 8px 20px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.search-tag:hover {
  background-color: rgb(246, 79, 97);
  border-color: #f74c64;
  color: #fff;
}
.d-Db{display: inline;}
.d_mn{display:none}
@media (max-width: 992px) {
  .d_mn{display:block;}.d-Db{display: none;}
}
/* Responsive Design */ 
@media (max-width: 768px) {
  .search-panel-inner {
    padding: 80px 15px;
  }

  .search-input-group {
    /*! flex-direction: column; */
  }

  .search-input,
  .search-submit {
    width: auto;
    font-size: 14px;
    padding: 8px 12px;
    height: 42px;
  }

  .search-close {
    top: 20px; 
    right: 20px; 
    font-size: 1.5rem;
  }

  .search-tags {
    gap: 8px;
  }

  .search-tag {
    font-size: 0.85rem;
    padding: 6px 15px;
  }
}
.blog_main .btn-custom{display:none}





	
	/* WhatsApp Floating Button */
	.whatsapp-float {
		position: fixed;
		bottom: 90px;
		right: 10px;
		width: 52px;
		height: 52px;
		background: #25d366;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		box-shadow: 0 0 5px rgba(37, 211, 102, 0.5);
		z-index: 9999;
		transition: all 0.3s ease;
		animation: pulse 2s infinite;
	}

	.whatsapp-float:hover {
		transform: scale(1.15);
		box-shadow: 0 8px 35px rgba(37, 211, 102, 0.7);
	}

	.whatsapp-float:active {
		transform: scale(1.05);
	}

	@keyframes pulse {
		0%, 100% { 
			box-shadow: 0 6px 25px rgba(37, 211, 102, 0.5);
			transform: scale(1);
		}
		50% { 
			box-shadow: 0 6px 35px rgba(37, 211, 102, 0.8);
			transform: scale(1.02);
		}
	}

	.whatsapp-float svg {
		width: 30px;
		height: 30px;
		fill: white;
	}

	.float-tooltip {
		position: absolute;
		bottom: 75px;
		right: 0;
		background: #333;
		color: white;
		padding: 8px 12px;
		border-radius: 8px;
		font-size: 12px;
		white-space: nowrap;
		opacity: 0;
		transform: translateY(10px);
		transition: all 0.3s;
		pointer-events: none;
	}

	.float-tooltip::after {
		content: '';
		position: absolute;
		top: 100%;
		right: 20px;
		border: 5px solid transparent;
		border-top-color: #333;
	}

	.whatsapp-float:hover .float-tooltip {
		opacity: 1;
		transform: translateY(0);
	}

	/* Chat Widget */
	.whatsapp-widget {
		position: fixed;
		bottom: 100px;
		right: 20px;
		width: 380px;
		max-width: calc(100vw - 40px);
		background: white;
		border-radius: 15px;
		box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
		z-index: 99999;
		transform: scale(0) translateY(20px);
		transform-origin: bottom right;
		transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		opacity: 0;
		overflow: hidden;
	}

	.whatsapp-widget.active {
		transform: scale(1) translateY(0);
		opacity: 1;
	}

	.chat-header {
		background: linear-gradient(135deg, #25d366 0%, #22c55e 100%);
		color: white;
		padding: 18px 20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
	}

	.header-content {
		display: flex;
		align-items: center;
		gap: 12px;
	}

	.logow {
		width: 45px;
		height: 45px;
		background: white;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0; overflow: hidden;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	}

	.logo-text {
		font-size: 18px;
		font-weight: bold;
		color: #1565c0;
		text-align: center;
		line-height: 1;background: #25d265;
	}

	.header-text h3 {
		font-size: 17px;
		font-weight: 600;color:#fff;
		margin: 0;
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	}

	.header-text .status {
		font-size: 13px;
		opacity: 0.9;
		margin: 2px 0 0 0;
		display: flex;
		align-items: center;
		gap: 5px;
	}

	.online-dot {
		width: 8px;
		height: 8px;
		background: #4ade80;
		border-radius: 50%;
		animation: blink 2s infinite;
	}

	@keyframes blink {
		0%, 100% { opacity: 1; }
		50% { opacity: 0.5; }
	}

	.close-btn {
		background: rgba(255, 255, 255, 0.2);
		border: none;
		color: white;
		font-size: 24px;
		cursor: pointer;
		padding: 8px;
		line-height: 1;
		border-radius: 50%;
		width: 35px;
		height: 35px;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: all 0.3s;
	}

	.close-btn:hover {
		background: rgba(255, 255, 255, 0.3);
		transform: rotate(90deg);
	}

	.chat-body {
		padding: 25px 20px;
		background: #f8fafc;
		min-height: 150px;
		max-height: 280px;
		overflow-y: auto;
	}

	.welcome-message {
		background: white;
		padding: 16px 18px;
		border-radius: 18px;
		margin-bottom: 20px;
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
		position: relative;
		animation: slideInLeft 0.6s ease-out;
		border-left: 4px solid #25d366;
	}

	@keyframes slideInLeft {
		from {
			opacity: 0;
			transform: translateX(-20px);
		}
		to {
			opacity: 1;
			transform: translateX(0);
		}
	}

	.welcome-message::before {
		content: '';
		position: absolute;
		left: -8px;
		top: 15px;
		width: 0;
		height: 0;
		border-right: 8px solid white;
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
	}

	.message-text {
		font-size: 14px;
		color: #374151;
		line-height: 1.5;
	}

	.phone-highlight {
		background: #dbeafe;
		padding: 2px 6px;
		border-radius: 4px;
		color: #1d4ed8;
		font-weight: 600;
	}

	.input-container {
		padding: 20px;
		background: white;
		border-top: 1px solid #e5e7eb;
	}

	.input-wrapper {
		display: flex;
		gap: 4px;
		align-items: flex-end;
	}

	.message-input {
		flex: 1;
		border: 2px solid #e5e7eb;
		border-radius: 25px;
		padding: 12px 18px;
		font-size: 14px;
		outline: none;
		transition: all 0.3s;
		resize: none;
		min-height: 45px;
		max-height: 100px;
		font-family: inherit;
	}

	.message-input:focus {
		border-color: #25d366;
		box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.1);
	}

	.send-btn {
		background: linear-gradient(135deg, #25d366 0%, #22c55e 100%);
		border: none;
		border-radius: 50%;
		width: 45px;
		height: 45px;
		color: white;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: all 0.3s;
		box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
		flex-shrink: 0; padding:inherit;
	}

	.send-btn:hover {
		transform: scale(1.1);
		box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
	}

	.send-btn:active {
		transform: scale(0.95);
	}

	.send-btn:disabled {
		background: #9ca3af;
		cursor: not-allowed;
		transform: none;
		box-shadow: none;
	}

	.user-message {
		background: linear-gradient(135deg, #dcf8c6 0%, #d4f4dd 100%);
		padding: 10px 15px;
		border-radius: 18px;
		margin: 12px 0;
		margin-left: 60px;
		position: relative;
		animation: slideInRight 0.3s ease-out;
		border: 1px solid #c6f6d5;
	}

	@keyframes slideInRight {
		from {
			opacity: 0;
			transform: translateX(20px);
		}
		to {
			opacity: 1;
			transform: translateX(0);
		}
	}

	.user-message::after {
		content: '';
		position: absolute;
		right: -8px;
		top: 12px;
		width: 0;
		height: 0;
		border-left: 8px solid #dcf8c6;
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
	}

	.bot-response {
		background: white;
		padding: 14px 18px;
		border-radius: 18px;
		margin: 12px 0;
		margin-right: 60px;
		position: relative;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
		animation: slideInLeft 0.3s ease-out;
		border: 1px solid #e5e7eb;
	}

	.bot-response::before {
		content: '';
		position: absolute;
		left: -8px;
		top: 12px;
		width: 0;
		height: 0;
		border-right: 8px solid white;
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
	}

	.success-message {
		background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
		color: white;
		text-align: center;
		padding: 15px;
		font-weight: 500;
		animation: slideInLeft 0.5s ease-out;
	}

	.redirect-info {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		margin-top: 8px;
		font-size: 13px;
		opacity: 0.9;
	}

	.spinner {
		width: 16px;
		height: 16px;
		border: 2px solid transparent;
		border-top: 2px solid white;
		border-radius: 50%;
		animation: spin 1s linear infinite;
	}

	@keyframes spin {
		to { transform: rotate(360deg); }
	}

	/* Quick Actions */
	.quick-actions {
		padding: 15px 20px;
		background: #f1f5f9;
		border-top: 1px solid #e2e8f0;
	}

	.quick-actions h4 {
		font-size: 12px;
		color: #64748b;
		margin-bottom: 12px;
		text-transform: uppercase;
		font-weight: 600;
	}

	.action-buttons {
		display: flex;
		flex-wrap: wrap;
		gap: 3px;
	}

	.action__btn {
		background: white;
		color: #374151;
		border: 1px solid #d1d5db;
		border-radius: 20px;
		padding: 5px 12px;
		font-size: 12px;
		cursor: pointer;
		transition: all 0.3s;
		display: flex;
		align-items: center;
		gap: 5px;
	}

	.action__btn:hover {
		background: #25d366;
		color: white;
		border-color: #25d366;
		transform: translateY(-1px);
	}
	.tp-bullet-title{display:none!important}
	@media (max-width: 480px) {
		.whatsapp-float {
  position: fixed;
  bottom: 90px;z-index:9999;
			right: 10px;}
		.whatsapp-widget {
			width: calc(100vw - 20px);
			right: 10px;
			bottom: 90px;
		}

		

		.whatsapp-float svg {
			width: 28px;
			height: 28px;
		}
	}