/*
Template Name: Bidout HTML Template for LTL Version
*/
/*================================================
1. Global CSS
2. Mixins Css
3. Preloader
4. Topbar Css
5. Banner Area CSS
6. Category Area CSS
7. Live Auction CSS
8. Featured CSS
9. Comming assets CSS
10. Hot collection
11. Top author
12. Blog section
13. testimonial section 
11. Home Two Menu CSS
12. Home Two Hero CSS 
13. Home Two About CSS
14. Home Two Knowledge Box CSS
15. Home Two Support Fourm CSS
16. Home Two Documentation CSS
17. Home Two Blog Area CSS
18. Home Two Footer CSS
19. Home two Newsletter CSS
20. Home Two Testimonial CSS
21. FAQ Page CSS
22. signup Page CSS
23. Login Page CSS
24. Blog Grid Page CSS
25. Blog Sidebar Page CSS
26. 404 Page CSS
27. Contact Page CSS
28. Blog Details Page CSS
29. Topic Page CSS
30. Ask A Qsn page CSS
31. Topic Details page CSS
32. Forum Qsn Page CSS
33. Documents Page CSS

================================================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Saira:ital,wght@0,300;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600&display=swap");
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Saira", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

a {
  color: unset;
  text-decoration: none;
}

a:focus {
  outline: 0 solid;
}

a:hover {
  text-decoration: none;
  color: unset;
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

ul {
  list-style: none;
}

i.bx {
  vertical-align: middle;
}

/*================================================
2. Mixins Css
=================================================*/
.pt-120 {
  padding-top: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pt-120 {
    padding-top: 90px;
  }
}

@media (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 90px;
  }
}

@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-60 {
  padding-bottom: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-30 {
  margin-bottom: 30px;
}

.swiper-fix {
  margin: -12px;
  padding: 12px;
}

.para {
  font-size: 16px;
  font-weight: 400;
  color: #696969;
  font-family: "Inter", sans-serif;
  line-height: 28px;
}

.eg-card {
  border-radius: 5px;
  border: 1px solid #EEEEEE;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}

.eg-btn {
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s ease;
  text-transform: capitalize;
  font-family: "Saira", sans-serif;
}

.btn--primary {
  background: #1F2230;
  color: #fff;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

.btn--primary::before {
  width: 100%;
  height: 100%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  background: #003DA5;
  transition: all .52s;
  z-index: -1;
  border-radius: 5px;
}

.btn--primary::after {
  width: 100%;
  height: 100%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  background: #003DA5;
  transition: all .52s;
  z-index: -1;
  border-radius: 5px;
}

.btn--primary:hover {
  color: #fff;
}

.btn--primary:hover::before {
  transform: rotateX(90deg);
}

.btn--primary:hover::after {
  transform: rotateY(90deg);
}

.btn--primary2 {
  background: #1F2230;
  color: #fff;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  border-radius: 100px;
}

.btn--primary2::before {
  width: 100%;
  height: 100%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  background: #f9395f;
  transition: all .52s;
  z-index: -1;
  border-radius: 100px;
}

.btn--primary2::after {
  width: 100%;
  height: 100%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  background: #f9395f;
  transition: all .52s;
  z-index: -1;
  border-radius: 100px;
}

.btn--primary2:hover {
  color: #fff;
}

.btn--primary2:hover::before {
  transform: rotateX(90deg);
}

.btn--primary2:hover::after {
  transform: rotateY(90deg);
}

.btn--primary3 {
  background: #1F2230;
  color: #fff;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  border-radius: 100px;
}

.btn--primary3::before {
  width: 100%;
  height: 100%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  background: #003DA5;
  transition: all .52s;
  z-index: -1;
  border-radius: 100px;
}

.btn--primary3::after {
  width: 100%;
  height: 100%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  background: #003DA5;
  transition: all .52s;
  z-index: -1;
  border-radius: 100px;
}

.btn--primary3:hover {
  color: #fff;
}

.btn--primary3:hover::before {
  transform: rotateX(90deg);
}

.btn--primary3:hover::after {
  transform: rotateY(90deg);
}

.btn--primary3-outline {
  border: 1px solid #003DA5;
  color: #003DA5;
  white-space: nowrap;
  transition: all 0.52s ease;
}

.btn--primary3-outline:hover {
  background: #003DA5;
  color: #fff;
}

.btn--lg {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 17px 32px;
}

@media (max-width: 767px) {
  .btn--lg {
    padding: 12px 27px;
  }
}

.btn--md {
  padding: 14px 45px;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .btn--md {
    padding: 10px 40px;
  }
}

.btn--sm {
  font-size: 16px;
  font-weight: 600;
  padding: 5px 12px;
}

.header-btn {
  background-color: #003DA5;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Saira", sans-serif;
  padding: 9px 20px;
}

.action-btn {
  min-width: 26px;
  height: 26px;
  line-height: 0px;
  border: none;
  outline: none;
}

.action-btn.red {
  background: #f9395f;
}

.action-btn.green {
  background: #003DA5;
}

.section-title1 {
  text-align: center;
  margin-bottom: 60px;
}

.section-title1 h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #1F2230;
  margin-top: -5px;
}

.section-title1 p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #696969;
}

.section-title2 {
  text-align: center;
}

.section-title2 h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #1F2230;
  margin-top: -5px;
}

.section-title2 p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #696969;
}

.section-title4 {
  text-align: center;
  margin-bottom: 60px;
}

.section-title4 h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #1F2230;
  margin-top: -5px;
  position: relative;
  display: inline-block;
}

@media (max-width: 767px) {
  .section-title4 h2 {
    font-size: 2.1rem;
  }
}

.section-title4 h2::before {
  content: url("../images/icons/sec-arro1.svg");
  position: absolute;
  top: -5px;
  left: -55px;
}

@media (max-width: 767px) {
  .section-title4 h2::before {
    left: -45px;
  }
}

.section-title4 h2::after {
  content: url("../images/icons/sec-arro2.svg");
  position: absolute;
  top: -5px;
  right: -55px;
}

@media (max-width: 767px) {
  .section-title4 h2::after {
    right: -45px;
  }
}

.section-title4 p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #696969;
}

.hover-style {
  background: #fff;
  position: relative;
  z-index: 1;
}

.hover-style::before {
  width: 100%;
  height: 100%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  background: #003DA5;
  transition: all .52s;
  z-index: -1;
  border-radius: 5px;
  opacity: 0;
}

.hover-style::after {
  width: 100%;
  height: 100%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  background: #003DA5;
  transition: all .52s;
  z-index: -1;
  border-radius: 5px;
  opacity: 0;
}

.hover-style:hover::before {
  transform: rotateX(90deg);
  opacity: 0.2;
}

.hover-style:hover::after {
  transform: rotateY(90deg);
  opacity: 0.2;
}

.hover-border1 {
  background: #fff;
  position: relative;
  z-index: 1;
}

.hover-border1::before {
  content: '';
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  background: #003DA5;
  transition: all .52s;
  z-index: -1;
}

.hover-border1:hover::before {
  width: 100%;
}

.hover-border2 {
  background: #fff;
  position: relative;
  z-index: 1;
}

.hover-border2::before {
  content: '';
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  background: #f9395f;
  transition: all .52s;
  z-index: -1;
}

.hover-border2:hover::before {
  width: 100%;
}

.hover-border3 {
  background: #fff;
  position: relative;
  z-index: 1;
}

.hover-border3::before {
  content: '';
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  background: #003DA5;
  transition: all .52s;
  z-index: -1;
}

.hover-border3:hover::before {
  width: 100%;
}

/*=======================================
 3. preloader start
=======================================*/
.site-customer .preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  /*background: #003DA5;*/
  background: url("../images/fade-in.gif") no-repeat scroll 50% 50% , #003DA5;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*
@keyframes loader {
  0%, 10%, 100% {
    width: 80px;
    height: 80px;
  }
  65% {
    width: 150px;
    height: 150px;
  }
}

@keyframes loaderBlock {
  0%, 30% {
    transform: rotate(0);
  }
  55% {
    background-color: #1F2230;
  }
  100% {
    transform: rotate(90deg);
  }
}

@keyframes loaderBlockInverse {
  0%, 20% {
    transform: rotate(0);
  }
  55% {
    background-color: #1F2230;
  }
  100% {
    transform: rotate(-90deg);
  }
}

.preloader.style-2 {
  background: #f9395f;
}

.preloader.style-3 {
  background: #003DA5;
}

.preloader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  animation: loader 1.2s infinite ease-in-out;
}

.preloader .loader span {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  animation: loaderBlock 1.2s infinite ease-in-out both;
}

.preloader .loader span:nth-child(1) {
  top: 0;
  left: 0;
}

.preloader .loader span:nth-child(2) {
  top: 0;
  right: 0;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

.preloader .loader span:nth-child(3) {
  bottom: 0;
  left: 0;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

.preloader .loader span:nth-child(4) {
  bottom: 0;
  right: 0;
}
*/
/*=======================================
  3. search area start
=======================================*/
.mobile-search {
  background: rgba(0, 0, 0, 0.85);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
  width: 100%;
  height: 100%;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-items: center;
  position: fixed;
  cursor: pointer;
  transform: scale(0);
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .65s ease;
  padding: 35px 100px;
}

@media (max-width: 767px) {
  .mobile-search {
    padding: 20px 20px;
  }
}

.mobile-search label {
  color: #fff;
  margin-bottom: 20px;
  font-family: "Saira", sans-serif;
}

.mobile-search.slide {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.mobile-search input {
  border: none;
  border-radius: unset;
  border-bottom: 1px solid #EEEEEE;
  padding-left: 0px;
  padding-bottom: 5px;
  width: 100%;
  background: transparent;
  transition: 0.3s ease-in-out;
  color: #fff;
  margin-bottom: 20px;
}

.mobile-search input:focus {
  border-bottom: 1px solid #fff;
}

.mobile-search input::placeholder {
  font-family: "Saira", sans-serif;
  color: #696969;
}

.mobile-search .search-cross-btn {
  color: #fff;
  cursor: pointer;
  background: rgba(50, 195, 108, 0.6);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  line-height: 41px;
  transition: 0.5s ease;
}

.mobile-search .search-cross-btn:hover {
  background: #003DA5;
  color: #fff;
}

.mobile-search .search-cross-btn.style-2 {
  background-color: transparent;
  border: 1px solid #f9395f;
}

.mobile-search .search-cross-btn.style-2:hover {
  background: #f9395f;
  color: #fff;
}

.mobile-search .search-cross-btn.style-3 {
  background-color: transparent;
  border: 1px solid #003DA5;
}

.mobile-search .search-cross-btn.style-3:hover {
  background: #003DA5;
  color: #fff;
}

.mobile-search .search-cross-btn i {
  font-size: 25px;
  cursor: pointer;
}

/*=======================================
  3. search area end
=======================================*/
/*=======================================
   4. Topbar Css
=======================================*/
.topbar {
  background: #F5F5F5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 60px;
  position: relative;
  z-index: 999;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .topbar {
    padding: 10px 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .topbar {
    padding: 10px 30px;
  }
}

@media (max-width: 991px) {
  .topbar {
    display: none;
    visibility: hidden;
  }
}

.topbar-left h6 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  color: #696969;
  margin-right: 15px;
  line-height: 10px;
}

.topbar-left .topbar-social-list {
  display: flex;
  justify-content: start;
  align-content: center;
  padding: 0;
  margin: 0;
}

.topbar-left .topbar-social-list li a {
  color: #003DA5;
}

.topbar-left .topbar-social-list li .bx {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  line-height: 24px;
  text-align: center;
  background: transparent;
  transition: all 0.42s ease-in-out;
}

.topbar-left .topbar-social-list li .bx:hover {
  background: #003DA5;
  color: #fff;
}

.email-area h6 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  color: #696969;
}

.topbar-right .topbar-right-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  gap: 30px;
}

.topbar-right .topbar-right-list li {
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  transition: all 0.35s ease;
  font-size: 14px;
  font-weight: 400;
  color: #696969;
  font-family: "Saira", sans-serif;
}

.topbar-right .topbar-right-list li span, .topbar-right .topbar-right-list li a {
  font-size: 14px;
  font-weight: 400;
  color: #696969;
  transition: all 0.35s ease;
  font-family: "Saira", sans-serif;
}

.topbar-right .topbar-right-list li:hover {
  color: #003DA5;
}

.topbar-right .topbar-right-list li:hover span, .topbar-right .topbar-right-list li:hover a {
  color: inherit;
  font-family: "Saira", sans-serif;
}

.topbar-right .topbar-right-list li:hover .topbar-sublist {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}

.topbar-right .topbar-right-list li > img {
  margin-left: 15px;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.topbar-right .topbar-right-list li .topbar-sublist {
  position: absolute;
  top: 30px;
  left: -30px;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #F5F5F5;
  min-width: 100px;
  height: auto;
  z-index: 9;
  border: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition: all 0.6s ease;
  text-align: right;
}

.topbar-right .topbar-right-list li .topbar-sublist li {
  padding: 8px 12px;
  display: flex;
  justify-content: space-between;
}

.topbar-right .topbar-right-list li .topbar-sublist li img {
  margin-left: 15px;
  width: 20px;
}

.mobile-menu-form {
  margin-top: 50px;
}

.mobile-menu-form input {
  width: 100%;
  border: 1px solid #EEEEEE;
  padding: 10px 15px;
  background-color: #fff;
  margin-bottom: 15px;
  outline: none;
  border-radius: 5px;
}

.mobile-menu-form input::placeholder {
  font-size: 12px;
}

.mobile-menu-form button {
  outline: none;
  border: none;
  padding: 10px;
}

.mobile-menu-form.style-2 input {
  border-radius: 30px;
}

.hotline-info {
  text-align: center;
  font-family: "Saira", sans-serif;
}

.hotline-info h6 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Saira", sans-serif;
}

header.style-1 {
  background-color: #fff;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 99;
  padding: 0px 60px 0px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-1 {
    padding: 0px 30px 0px 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 {
    padding: 0px 30px 0px 0px;
  }
}

@media (max-width: 991px) {
  header.style-1 {
    padding: 0px 30px 0px 0px;
    top: 0;
  }
}

header.style-1.sticky {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
  animation: smooth-header 0.65s linear;
}

@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}

header.style-1 .nav-right .hotline {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
}

header.style-1 .nav-right .hotline .hotline-icon {
  margin-right: 8px;
}

header.style-1 .nav-right .hotline .hotline-info span {
  font-size: 12px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #696969;
}

header.style-1 .nav-right .hotline .hotline-info h6 {
  font-size: 14px;
  font-weight: 600;
  font-family: "Saira", sans-serif;
  color: #1F2230;
  white-space: nowrap;
}

header.style-1 .nav-right .search-btn {
  width: 42px;
  height: 42px;
  line-height: 45px;
  text-align: center;
  background-color: #003DA5;
  border-radius: 5px;
  margin-right: 15px;
  cursor: pointer;
}

header.style-1 .nav-right .search-btn .bi {
  font-size: 20px;
  color: #fff;
}

@media (max-width: 991px) {
  header.style-1 .nav-right .search-btn {
    display: none;
    visibility: hidden;
  }
}

header.style-1 .header-logo {
  background: #003DA5;
  height: 100%;
  padding: 25px 60px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-1 .header-logo {
    padding: 25px 30px;
  }
}

@media (max-width: 1199px) {
  header.style-1 .header-logo {
    padding: 21px 30px;
  }
}

@media (max-width: 991px) {
  header.style-1 .header-logo {
    padding: 15px 30px;
  }
}

header.style-1 .header-logo img {
  min-width: 130px;
  max-width: 100%;
}

header.style-1 .header-btn {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  display: inline-block;
  transition: 0.35s ease-in;
  background: #003DA5;
  cursor: pointer;
  white-space: nowrap;
}

header.style-1 .header-btn:hover {
  background: #191A1C;
}

header.style-1 .header-btn:hover a {
  color: #fff;
}

@media (max-width: 1199px) {
  header.style-1 .header-btn {
    display: none;
    visibility: hidden;
  }
}

header.style-1 .main-menu .menu-list {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  padding: 0;
}

@media (max-width: 991px) {
  header.style-1 .main-menu .menu-list {
    flex-direction: column;
    justify-content: start;
  }
}

header.style-1 .main-menu .menu-list > li {
  position: relative;
  margin: 0px 17px;
  display: inline-block;
}

@media (max-width: 1199px) {
  header.style-1 .main-menu .menu-list > li {
    margin: 0px 15px;
  }
}

@media (max-width: 991px) {
  header.style-1 .main-menu .menu-list > li {
    margin: 0;
    width: 100%;
  }
}

header.style-1 .main-menu .menu-list > li .dropdown-icon {
  color: #1F2230;
  font-size: 25px;
  transition: 0.4s ease-in;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 991px) {
  header.style-1 .main-menu .menu-list > li .dropdown-icon {
    opacity: 1;
    visibility: visible;
  }
}

header.style-1 .main-menu .menu-list > li a {
  font-size: 16px;
  font-weight: 500;
  color: #1F2230;
  padding: 30px 0px;
  display: inline-block;
  white-space: nowrap;
  transition: 0.4s;
  display: flex;
  align-items: center;
  font-family: "Saira", sans-serif;
}

header.style-1 .main-menu .menu-list > li a.active {
  color: #003DA5;
}

header.style-1 .main-menu .menu-list > li a:hover {
  color: #003DA5;
}

@media (max-width: 991px) {
  header.style-1 .main-menu .menu-list > li a {
    padding: 12px 0px;
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(31, 34, 48, 0.098);
  }
  header.style-1 .main-menu .menu-list > li a:hover {
    color: unset;
  }
}

header.style-1 .main-menu .menu-list > li .submenu {
  padding: 0;
  position: absolute;
  top: 84px;
  left: 0px;
  max-width: 230px;
  min-width: 200px;
  background-color: #fff;
  text-align: left;
  transform: translateY(25px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.55s ease-in-out;
  box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
}

@media (max-width: 991px) {
  header.style-1 .main-menu .menu-list > li .submenu {
    opacity: 1;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    border: unset;
    display: none;
    transition: unset;
    box-shadow: unset;
    transform: translateY(0px);
    visibility: unset;
  }
}

header.style-1 .main-menu .menu-list > li .submenu > li a {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(31, 34, 48, 0.1);
  position: relative;
  z-index: 1;
  font-size: 14px;
  color: #1F2230;
}

@media (max-width: 991px) {
  header.style-1 .main-menu .menu-list > li .submenu > li a {
    border-bottom: unset;
    padding: 12px 15px;
  }
}

header.style-1 .main-menu .menu-list > li .submenu > li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: #003DA5;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.4s ease-in;
  z-index: -1;
}

header.style-1 .main-menu .menu-list > li .submenu > li a:hover {
  color: #003DA5;
}

header.style-1 .main-menu .menu-list > li .submenu > li a:hover::before {
  transform: scale(1);
}

header.style-1 .main-menu .menu-list > li .submenu > li a:last-child {
  border-bottom: unset;
}

header.style-1 .main-menu .menu-list > li.menu-item-has-children {
  position: relative;
  z-index: 1;
  padding-right: 20px;
}

@media (max-width: 991px) {
  header.style-1 .main-menu .menu-list > li.menu-item-has-children {
    padding-right: unset;
  }
}

header.style-1 .main-menu .menu-list > li.menu-item-has-children::after {
  content: '\F282';
  font-family: 'bootstrap-icons';
  font-weight: 600;
  position: absolute;
  top: 33px;
  right: 0px;
  font-size: 13px;
  transition: all 0.42s ease-in-out;
}

@media (max-width: 991px) {
  header.style-1 .main-menu .menu-list > li.menu-item-has-children::after {
    display: none;
    visibility: hidden;
  }
}

header.style-1 .main-menu .menu-list > li.menu-item-has-children .dropdown-icon {
  position: absolute;
  top: 12px;
  right: 0;
  font-size: 20px;
}

header.style-1 .main-menu .menu-list > li.menu-item-has-children:hover .submenu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

header.style-1 .main-menu .menu-list > li.menu-item-has-children:hover::after {
  color: #003DA5;
  transform: rotate(180deg);
}

@media (max-width: 991px) {
  header.style-1 .main-menu {
    position: fixed;
    top: 0%;
    left: -100%;
    width: 280px;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    border-right: 1px solid rgba(238, 238, 238, 0.1);
    padding: 40px 20px;
    z-index: 999;
    transition: 0.7s ease-in-out;
    border-right: 1px solid #EEEEEE;
  }
  header.style-1 .main-menu.show-menu {
    left: 0;
  }
}

header.style-1 .main-menu .mobile-logo-area {
  margin-bottom: 25px;
}

header.style-1 .main-menu .mobile-logo-area .menu-close-btn {
  cursor: pointer;
}

header.style-1 .main-menu .mobile-logo-area .menu-close-btn .bi {
  color: #1F2230;
  font-size: 18px;
}

header.style-1 .main-menu .mobile-logo-area .menu-close-btn .bi:hover {
  color: #003DA5;
}

header.style-1 .main-menu .mobile-logo-wrap {
  background: #003DA5;
  padding: 10px;
}

.mobile-menu-btn {
  margin-left: 25px;
}

.mobile-menu-btn .bx {
  color: #1F2230;
  font-size: 28px;
}

header.style-2 {
  background-color: transparent;
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 99;
  padding: 0px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 991px) {
  header.style-2 {
    padding: 20px 30px 20px 30px;
  }
}

header.style-2.sticky {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
  animation: smooth-header 0.65s linear;
}

@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}

header.style-2 .nav-right .hotline {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 50px;
}

header.style-2 .nav-right .hotline .hotline-icon {
  margin-right: 8px;
}

header.style-2 .nav-right .hotline .hotline-info span {
  font-size: 12px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #696969;
}

header.style-2 .nav-right .hotline .hotline-info h6 {
  font-size: 14px;
  font-weight: 600;
  font-family: "Saira", sans-serif;
  color: #1F2230;
  white-space: nowrap;
}

header.style-2 .nav-right .search-btn {
  width: 42px;
  height: 42px;
  line-height: 45px;
  text-align: center;
  border-radius: 5px;
  margin-right: 15px;
  cursor: pointer;
}

@media (max-width: 991px) {
  header.style-2 .nav-right .search-btn {
    display: none;
    visibility: hidden;
  }
}

header.style-2 .nav-right .search-btn .bi {
  font-size: 20px;
  color: #f9395f;
}

header.style-2 .header-logo img {
  width: 100%;
  min-width: 120px;
}

header.style-2 .header-btn {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 100px;
  display: inline-block;
  transition: 0.35s ease-in;
  background: #f9395f;
  cursor: pointer;
  white-space: nowrap;
}

@media (min-width: 992px) and (max-width: 1199px) {
  header.style-2 .header-btn {
    display: none;
    visibility: hidden;
  }
}

header.style-2 .header-btn:hover {
  background: #191A1C;
}

header.style-2 .header-btn:hover a {
  color: #fff;
}

@media (max-width: 991px) {
  header.style-2 .header-btn {
    display: none;
    visibility: hidden;
  }
}

header.style-2 .main-menu .menu-list {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  padding: 0;
}

@media (max-width: 991px) {
  header.style-2 .main-menu .menu-list {
    flex-direction: column;
    justify-content: start;
  }
}

header.style-2 .main-menu .menu-list > li {
  position: relative;
  margin: 0px 17px;
  display: inline-block;
}

@media (max-width: 1199px) {
  header.style-2 .main-menu .menu-list > li {
    margin: 0px 15px;
  }
}

@media (max-width: 991px) {
  header.style-2 .main-menu .menu-list > li {
    margin: 0;
    width: 100%;
  }
}

header.style-2 .main-menu .menu-list > li .dropdown-icon {
  color: #1F2230;
  font-size: 25px;
  transition: 0.4s ease-in;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 991px) {
  header.style-2 .main-menu .menu-list > li .dropdown-icon {
    opacity: 1;
    visibility: visible;
  }
}

header.style-2 .main-menu .menu-list > li a {
  font-size: 16px;
  font-weight: 500;
  color: #1F2230;
  padding: 30px 0px;
  display: inline-block;
  white-space: nowrap;
  transition: 0.4s;
  display: flex;
  align-items: center;
  font-family: "Saira", sans-serif;
}

header.style-2 .main-menu .menu-list > li a.active {
  color: #f9395f;
}

header.style-2 .main-menu .menu-list > li a:hover {
  color: #f9395f;
}

@media (max-width: 991px) {
  header.style-2 .main-menu .menu-list > li a {
    padding: 12px 0px;
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(31, 34, 48, 0.098);
  }
  header.style-2 .main-menu .menu-list > li a:hover {
    color: unset;
  }
}

header.style-2 .main-menu .menu-list > li .submenu {
  padding: 0;
  position: absolute;
  top: 84px;
  left: 0px;
  max-width: 230px;
  min-width: 200px;
  background-color: #fff;
  text-align: left;
  transform: translateY(25px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.55s ease-in-out;
  box-shadow: 2px 3px 20px rgba(31, 34, 48, 0.1);
}

@media (max-width: 991px) and (max-width: 991px) {
  header.style-2 .main-menu .menu-list > li .submenu {
    opacity: 1;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    border: unset;
    display: none;
    transition: unset;
    box-shadow: unset;
    transform: translateY(0px);
    visibility: unset;
  }
}

header.style-2 .main-menu .menu-list > li .submenu > li a {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(31, 34, 48, 0.1);
  position: relative;
  z-index: 1;
  font-size: 14px;
  color: #1F2230;
}

@media (max-width: 991px) {
  header.style-2 .main-menu .menu-list > li .submenu > li a {
    border-bottom: unset;
    padding: 12px 15px;
  }
}

header.style-2 .main-menu .menu-list > li .submenu > li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f9395f;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.4s ease-in;
  z-index: -1;
}

header.style-2 .main-menu .menu-list > li .submenu > li a:hover {
  color: #f9395f;
}

header.style-2 .main-menu .menu-list > li .submenu > li a:hover::before {
  transform: scale(1);
}

header.style-2 .main-menu .menu-list > li .submenu > li a:last-child {
  border-bottom: unset;
}

header.style-2 .main-menu .menu-list > li.menu-item-has-children {
  position: relative;
  z-index: 1;
  padding-right: 20px;
}

@media (max-width: 991px) {
  header.style-2 .main-menu .menu-list > li.menu-item-has-children {
    padding-right: unset;
  }
}

header.style-2 .main-menu .menu-list > li.menu-item-has-children::after {
  content: '\F282';
  font-family: 'bootstrap-icons';
  font-weight: 600;
  position: absolute;
  top: 33px;
  right: 0px;
  font-size: 13px;
  transition: all 0.42s ease-in-out;
}

@media (max-width: 991px) {
  header.style-2 .main-menu .menu-list > li.menu-item-has-children::after {
    display: none;
    visibility: hidden;
  }
}

header.style-2 .main-menu .menu-list > li.menu-item-has-children .dropdown-icon {
  position: absolute;
  top: 12px;
  right: 0;
  font-size: 20px;
}

header.style-2 .main-menu .menu-list > li.menu-item-has-children:hover .submenu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

header.style-2 .main-menu .menu-list > li.menu-item-has-children:hover::after {
  color: #f9395f;
  transform: rotate(180deg);
}

@media (max-width: 991px) {
  header.style-2 .main-menu {
    position: fixed;
    top: 0%;
    left: -100%;
    width: 280px;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    border-right: 1px solid rgba(238, 238, 238, 0.1);
    padding: 40px 20px;
    z-index: 999;
    transition: 0.7s ease-in-out;
    border-right: 1px solid #EEEEEE;
  }
  header.style-2 .main-menu.show-menu {
    left: 0;
  }
}

header.style-2 .main-menu .mobile-logo-area {
  margin-bottom: 25px;
}

header.style-2 .main-menu .mobile-logo-area .menu-close-btn {
  cursor: pointer;
}

header.style-2 .main-menu .mobile-logo-area .menu-close-btn .bi {
  color: #1F2230;
  font-size: 20px;
}

header.style-2 .main-menu .mobile-logo-area .menu-close-btn .bi:hover {
  color: #f9395f;
}

header.style-2 .join-btn {
  color: #f9395f;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 30px;
  transition: 0.42s ease;
  white-space: nowrap;
}

@media (max-width: 1399px) {
  header.style-2 .join-btn {
    display: none;
    visibility: hidden;
  }
}

header.style-2 .join-btn:hover {
  color: #f9395f;
}

header.style-3 {
  background-color: transparent;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 99;
  padding: 0px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  header.style-3 {
    padding: 0px 30px;
  }
}

header.style-3.sticky {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 999;
  background: #fff;
  transition: 0.2s ease;
  box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
  animation: smooth-header 0.65s linear;
}

@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}

header.style-3 .nav-right .hotline {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
}

header.style-3 .nav-right .hotline .hotline-icon {
  margin-right: 8px;
}

header.style-3 .nav-right .hotline .hotline-info span {
  font-size: 12px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #696969;
}

header.style-3 .nav-right .hotline .hotline-info h6 {
  font-size: 14px;
  font-weight: 600;
  font-family: "Saira", sans-serif;
  color: #1F2230;
  white-space: nowrap;
}

header.style-3 .nav-right .search-btn {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #003DA5;
  border-radius: 50%;
  margin-right: 15px;
  cursor: pointer;
}

header.style-3 .nav-right .search-btn .bi {
  font-size: 18px;
  color: #003DA5;
}

@media (max-width: 991px) {
  header.style-3 .nav-right .search-btn {
    display: none;
    visibility: hidden;
  }
}

header.style-3 .header-logo {
  padding: 20px 0px;
}

header.style-3 .header-logo img {
  min-width: 120px;
  max-width: 100%;
}

header.style-3 .header-btn {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

header.style-3 .header-btn:hover {
  background: #191A1C;
}

header.style-3 .header-btn:hover a {
  color: #fff;
}

@media (max-width: 1199px) {
  header.style-3 .header-btn {
    display: none;
    visibility: hidden;
  }
}

header.style-3 .main-menu .menu-list {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  padding: 0;
}

@media (max-width: 991px) {
  header.style-3 .main-menu .menu-list {
    flex-direction: column;
    justify-content: start;
  }
}

header.style-3 .main-menu .menu-list > li {
  position: relative;
  margin: 0px 17px;
  display: inline-block;
}

@media (max-width: 1199px) {
  header.style-3 .main-menu .menu-list > li {
    margin: 0px 15px;
  }
}

@media (max-width: 991px) {
  header.style-3 .main-menu .menu-list > li {
    margin: 0;
    width: 100%;
  }
}

header.style-3 .main-menu .menu-list > li .dropdown-icon {
  color: #1F2230;
  font-size: 25px;
  transition: 0.4s ease-in;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 991px) {
  header.style-3 .main-menu .menu-list > li .dropdown-icon {
    opacity: 1;
    visibility: visible;
  }
}

header.style-3 .main-menu .menu-list > li a {
  font-size: 16px;
  font-weight: 500;
  color: #1F2230;
  padding: 30px 0px;
  display: inline-block;
  white-space: nowrap;
  transition: 0.4s;
  display: flex;
  align-items: center;
  font-family: "Saira", sans-serif;
}

header.style-3 .main-menu .menu-list > li a.active {
  color: #003DA5;
}

header.style-3 .main-menu .menu-list > li a:hover {
  color: #003DA5;
}

@media (max-width: 991px) {
  header.style-3 .main-menu .menu-list > li a {
    padding: 12px 0px;
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(31, 34, 48, 0.098);
  }
  header.style-3 .main-menu .menu-list > li a:hover {
    color: unset;
  }
}

header.style-3 .main-menu .menu-list > li .submenu {
  padding: 0;
  position: absolute;
  top: 84px;
  left: 0px;
  max-width: 230px;
  min-width: 200px;
  background-color: #fff;
  text-align: left;
  transform: translateY(25px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.55s ease-in-out;
  box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
}

@media (max-width: 991px) {
  header.style-3 .main-menu .menu-list > li .submenu {
    opacity: 1;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    border: unset;
    display: none;
    transition: unset;
    box-shadow: unset;
    transform: translateY(0px);
    visibility: unset;
  }
}

header.style-3 .main-menu .menu-list > li .submenu > li a {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(31, 34, 48, 0.1);
  position: relative;
  z-index: 1;
  font-size: 14px;
  color: #1F2230;
}

@media (max-width: 991px) {
  header.style-3 .main-menu .menu-list > li .submenu > li a {
    border-bottom: unset;
    padding: 12px 15px;
  }
}

header.style-3 .main-menu .menu-list > li .submenu > li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: #003DA5;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.4s ease-in;
  z-index: -1;
}

header.style-3 .main-menu .menu-list > li .submenu > li a:hover {
  color: #003DA5;
}

header.style-3 .main-menu .menu-list > li .submenu > li a:hover::before {
  transform: scale(1);
}

header.style-3 .main-menu .menu-list > li .submenu > li a:last-child {
  border-bottom: unset;
}

header.style-3 .main-menu .menu-list > li.menu-item-has-children {
  position: relative;
  z-index: 1;
  padding-right: 20px;
}

@media (max-width: 991px) {
  header.style-3 .main-menu .menu-list > li.menu-item-has-children {
    padding-right: unset;
  }
}

header.style-3 .main-menu .menu-list > li.menu-item-has-children::after {
  content: '\F282';
  font-family: 'bootstrap-icons';
  font-weight: 600;
  position: absolute;
  top: 33px;
  right: 0px;
  font-size: 13px;
  transition: all 0.42s ease-in-out;
}

@media (max-width: 991px) {
  header.style-3 .main-menu .menu-list > li.menu-item-has-children::after {
    display: none;
    visibility: hidden;
  }
}

header.style-3 .main-menu .menu-list > li.menu-item-has-children .dropdown-icon {
  position: absolute;
  top: 12px;
  right: 0;
  font-size: 20px;
}

header.style-3 .main-menu .menu-list > li.menu-item-has-children:hover .submenu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

header.style-3 .main-menu .menu-list > li.menu-item-has-children:hover::after {
  color: #003DA5;
  transform: rotate(180deg);
}

@media (max-width: 991px) {
  header.style-3 .main-menu {
    position: fixed;
    top: 0%;
    left: -100%;
    width: 280px;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    border-right: 1px solid rgba(238, 238, 238, 0.1);
    padding: 40px 20px;
    z-index: 999;
    transition: 0.7s ease-in-out;
    border-right: 1px solid #EEEEEE;
  }
  header.style-3 .main-menu.show-menu {
    left: 0;
  }
}

header.style-3 .main-menu .mobile-logo-area {
  margin-bottom: 25px;
}

header.style-3 .main-menu .mobile-logo-area .menu-close-btn {
  cursor: pointer;
}

header.style-3 .main-menu .mobile-logo-area .menu-close-btn .bi {
  color: #1F2230;
  font-size: 20px;
}

header.style-3 .main-menu .mobile-logo-area .menu-close-btn .bi:hover {
  color: #003DA5;
}

header.style-3 .main-menu .mobile-logo-wrap {
  padding: 10px 0px;
}

header.style-3 .mobile-menu-form input[type=text] {
  border-radius: 30px;
  color: #003DA5;
}

/*=======================================
   banner-area
=======================================*/
.hero-style-one {
  position: relative;
  overflow: hidden;
}

.hero-style-one .swiper-slide-active span {
  animation: fadeInDown 1.7s;
}

.hero-style-one .swiper-slide-active h1 {
  animation: fadeInDown 1.7s;
}

.hero-style-one .swiper-slide-active h2 {
  animation: fadeInDown 1.7s;
}

.hero-style-one .swiper-slide-active p {
  animation: fadeInUp 1.7s;
}

.hero-style-one .swiper-slide-active .eg-btn {
  animation: fadeInUp 1.7s;
}

.hero-style-one .hero-one-pagination {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  width: 80px;
}

@media (max-width: 767px) {
  .hero-style-one .hero-one-pagination {
    display: none;
    visibility: hidden;
  }
}

.hero-style-one .hero-one-pagination .swiper-pagination-bullet {
  background: #fff;
  width: 15px;
  height: 15px;
}

.hero-style-one .hero-one-pagination .swiper-pagination-bullet-active {
  background: #003DA5;
}

.hero-style-one .slider-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
  z-index: 2;
  padding: 5px;
}

.hero-style-one .slider-bg-1 {
  padding: 160px 0px;
  width: 100%;
  overflow: hidden;
  height: 100%;
  z-index: 1;
  position: relative;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-style-one .slider-bg-1 {
    padding: 160px 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hero-style-one .slider-bg-1 {
    padding: 160px 0px;
  }
}

@media (max-width: 991px) {
  .hero-style-one .slider-bg-1 {
    padding: 120px 0px;
  }
}

.hero-style-one .slider-bg-1::before {
  content: '';
  background-image: url("../images/bg/banner-bg1.png");
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -9;
  animation: large 26s linear infinite alternate;
}

.hero-style-one .slider-bg-1::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -9;
  background: rgba(0, 0, 0, 0.55);
}

@keyframes large {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.6);
  }
}

.hero-style-one .slider-bg-2 {
  padding: 160px 0px;
  width: 100%;
  overflow: hidden;
  height: 100%;
  z-index: 1;
  position: relative;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-style-one .slider-bg-2 {
    padding: 160px 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hero-style-one .slider-bg-2 {
    padding: 160px 0px;
  }
}

@media (max-width: 991px) {
  .hero-style-one .slider-bg-2 {
    padding: 120px 0px;
  }
}

.hero-style-one .slider-bg-2::before {
  content: '';
  background-image: url("../images/bg/banner-bg2.png");
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -9;
  animation: large 26s linear infinite alternate;
}

.hero-style-one .slider-bg-2::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -9;
  background: rgba(0, 0, 0, 0.55);
}

@keyframes large {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1.8);
  }
}

.hero-style-one .banner1-content {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.hero-style-one .banner1-content span {
  font-size: 1.25rem;
  font-weight: 400;
  color: #EEEEEE;
  font-family: "Inter", sans-serif;
  margin-bottom: 10px;
  display: block;
}

.hero-style-one .banner1-content h1, .hero-style-one .banner1-content h2 {
  font-size: 4.8rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.2;
  text-transform: capitalize;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-style-one .banner1-content h1, .hero-style-one .banner1-content h2 {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .hero-style-one .banner1-content h1, .hero-style-one .banner1-content h2 {
    font-size: 50px;
  }
}

.hero-style-one .banner1-content p {
  font-size: 16px;
  font-weight: 400;
  color: #EEEEEE;
  margin-bottom: 55px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-style-one .banner1-content p {
    width: 95%;
  }
}

@media (max-width: 767px) {
  .hero-style-one .banner1-content p {
    width: 98%;
  }
}

.hero-style-two {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.hero-style-two::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  height: 100%;
  background-image: url("../images/bg/banner2-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.hero-style-two::after {
  content: '';
  position: absolute;
  right: -50%;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg/banner2-girl.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

@media (max-width: 991px) {
  .hero-style-two::after {
    display: none;
    visibility: hidden;
  }
}

.hero-style-two .banner2-icon1 {
  position: absolute;
  top: 240px;
  right: 38%;
  animation: rotate 12s linear infinite;
}

@media (max-width: 1199px) {
  .hero-style-two .banner2-icon1 {
    display: none;
    visibility: hidden;
  }
}

.hero-style-two .banner2-icon2 {
  position: absolute;
  top: 130px;
  right: 8%;
  animation: rotate 12s linear infinite;
}

@media (max-width: 1399px) {
  .hero-style-two .banner2-icon2 {
    display: none;
    visibility: hidden;
  }
}

.hero-style-two .banner2-icon3 {
  position: absolute;
  bottom: 130px;
  right: 40%;
  animation: rotate 12s linear infinite;
}

@media (max-width: 1399px) {
  .hero-style-two .banner2-icon3 {
    display: none;
    visibility: hidden;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.hero-style-two .banner-girl {
  max-width: 120%;
}

.hero-style-two .radial-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hero-style-two .scroll-text {
  position: absolute;
  transform: rotate(270deg);
  left: 30px;
  bottom: 160px;
  cursor: pointer;
}

@media (min-width: 1400px) and (max-width: 1499px) {
  .hero-style-two .scroll-text {
    left: 0;
  }
}

@media (max-width: 1399px) {
  .hero-style-two .scroll-text {
    display: none;
    visibility: hidden;
  }
}

.hero-style-two .scroll-text h6 {
  font-size: 18px;
  font-weight: 600;
  color: #696969;
  position: relative;
}

.hero-style-two .scroll-text h6::before {
  content: '';
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%) rotate(270deg);
  width: 3px;
  height: 65px;
  background-image: linear-gradient(0deg, #f9395f 30%, dimgray 70%);
}

.hero-style-two .banner2-content {
  padding: 200px 0;
}

@media (max-width: 991px) {
  .hero-style-two .banner2-content {
    text-align: center;
    padding: 180px 0;
  }
}

@media (max-width: 767px) {
  .hero-style-two .banner2-content {
    text-align: center;
    padding-top: 180px;
    padding-bottom: 130px;
  }
}

.hero-style-two .banner2-content span {
  font-size: 20px;
  font-weight: 600;
  color: #f9395f;
  font-family: "Inter", sans-serif;
  margin-bottom: 10px;
  display: block;
}

.hero-style-two .banner2-content h1 {
  font-size: 75px;
  font-weight: 700;
  color: #1F2230;
  margin-bottom: 20px;
  line-height: 1.2;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-style-two .banner2-content h1 {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .hero-style-two .banner2-content h1 {
    font-size: 50px;
  }
}

.hero-style-two .banner2-content p {
  font-size: 16px;
  font-weight: 400;
  color: #696969;
  margin-bottom: 45px;
  font-family: "Inter", sans-serif;
}

.hero-style-three {
  overflow-x: hidden;
  padding: 0px 0px;
  position: relative;
  z-index: 1;
  background-image: url("../images/bg/home3-bannerbg.png");
}

@media (max-width: 991px) {
  .hero-style-three {
    background-image: unset;
    padding-top: 85px;
  }
}

.hero-style-three .banner-ellips {
  position: absolute;
  top: 30px;
  left: 0px;
  z-index: -1;
}

@media (max-width: 991px) {
  .hero-style-three .banner-ellips {
    display: none;
    visibility: hidden;
  }
}

.hero-style-three .join-merchant {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #003DA5;
  border-radius: 0px 22px 22px 0px;
  color: #fff;
  font-weight: 600;
  padding: 10px 20px 10px 10px;
  cursor: pointer;
}

@media (max-width: 1500px) {
  .hero-style-three .join-merchant {
    display: none;
    visibility: hidden;
  }
}

.hero-style-three::before {
  content: '';
  position: absolute;
  right: 0;
  top: 85px;
  bottom: 85px;
  width: 100%;
  max-width: 560px;
  height: auto;
  background: #003DA5;
  border-radius: 279px 0px 0px 279px;
  z-index: -1;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-style-three::before {
    max-width: 450px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hero-style-three::before {
    max-width: 380px;
  }
}

@media (max-width: 991px) {
  .hero-style-three::before {
    display: none;
    visibility: hidden;
  }
}

.hero-style-three .home3-banner {
  position: absolute;
  width: 100%;
  max-width: 580px;
  height: auto;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-style-three .home3-banner {
    max-width: 480px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hero-style-three .home3-banner {
    max-width: 400px;
  }
}

@media (max-width: 991px) {
  .hero-style-three .home3-banner {
    display: none;
    visibility: hidden;
  }
}

.hero-style-three .banner3-content {
  width: 100%;
  padding: 240px 60px 240px 45px;
}

@media (max-width: 991px) {
  .hero-style-three .banner3-content {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.55)), url("../images/bg/home3-banner.png");
    text-align: center;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-style-three .banner3-content {
    padding: 200px 60px 200px 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-style-three .banner3-content {
    padding: 80px 60px;
  }
}

@media (max-width: 767px) {
  .hero-style-three .banner3-content {
    padding: 80px 20px;
  }
}

.hero-style-three .banner3-content span {
  font-size: 20px;
  font-weight: 600;
  color: #003DA5;
  font-family: "Inter", sans-serif;
  margin-bottom: 10px;
  display: block;
}

.hero-style-three .banner3-content h1 {
  font-size: 73px;
  font-weight: 700;
  color: #1F2230;
  margin-bottom: 20px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .hero-style-three .banner3-content h1 {
    color: #fff;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-style-three .banner3-content h1 {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .hero-style-three .banner3-content h1 {
    font-size: 50px;
  }
}

.hero-style-three .banner3-content p {
  font-size: 16px;
  font-weight: 400;
  color: #696969;
  margin-bottom: 45px;
  font-family: "Inter", sans-serif;
}

@media (max-width: 991px) {
  .hero-style-three .banner3-content p {
    color: #fff;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-style-three .banner3-content p {
    width: 80%;
  }
}

/*=======================================
   Category-Slider
=======================================*/
.category-section .swiper {
  margin: -12px;
  padding: 12px;
}

.category-card1 {
  max-width: 170px;
  min-width: 170px;
  border-radius: 40px 0px;
  text-align: center;
  padding: 20px 5px;
  margin-left: auto;
  margin-right: auto;
  transition: 0.4s ease;
  background: #fff;
  position: relative;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: unset;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
}

.category-card1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #003DA5;
  transform: scaleX(0);
  border-radius: 5px;
  z-index: -1;
  transform-origin: right;
  transition: transform .35s ease-in;
}

.category-card1:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.category-card1:hover .cat-icon svg {
  fill: #fff;
}

.category-card1:hover h5 {
  color: #fff;
}

.category-card1 .cat-icon {
  margin-bottom: 15px;
}

.category-card1 .cat-icon svg {
  margin-bottom: 0;
  fill: #1F2230;
  transition: all 0.35s ease-in;
}

.category-card1 h5 {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 600;
  color: #1F2230;
  transition: all 0.35s ease-in;
  cursor: pointer;
}

.category-card1.style2::before {
  background: #003DA5;
}

.category-prev1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
}

.category-prev1 i {
  height: 38px;
  width: 38px;
  line-height: 38px;
  border-radius: 50%;
  background: #fff;
  color: #484848;
  font-size: 16px;
  text-align: center;
  border: 1px solid #484848;
  transition: 0.5s ease;
}

.category-prev1:hover i {
  background: #003DA5;
  border: 1px solid #003DA5;
  color: #fff;
}

.category-prev1.style2:hover i {
  background: #003DA5;
  border: 1px solid #003DA5;
  color: #fff;
}

.category-next1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -46px;
}

.category-next1 i {
  height: 38px;
  width: 38px;
  line-height: 38px;
  border-radius: 50%;
  background: #fff;
  color: #484848;
  font-size: 16px;
  text-align: center;
  border: 1px solid #484848;
  transition: 0.5s ease;
}

.category-next1:hover i {
  background: #003DA5;
  color: #fff;
  border: 1px solid #003DA5;
}

.category-next1.style2:hover i {
  background: #003DA5;
  border: 1px solid #003DA5;
  color: #fff;
}

.category-prev2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
}

@media (max-width: 1199px) {
  .category-prev2 {
    display: none;
    visibility: hidden;
  }
}

.category-prev2 i {
  height: 38px;
  width: 38px;
  line-height: 38px;
  border-radius: 50%;
  background: #fff;
  color: rgba(249, 57, 95, 0.6);
  font-size: 16px;
  text-align: center;
  border: 1px solid rgba(249, 57, 95, 0.6);
  transition: 0.5s ease;
}

.category-prev2:hover i {
  background: #f9395f;
  border: 1px solid #f9395f;
  color: #fff;
}

.category-next2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
}

@media (max-width: 1199px) {
  .category-next2 {
    display: none;
    visibility: hidden;
  }
}

.category-next2 i {
  height: 38px;
  width: 38px;
  line-height: 38px;
  border-radius: 50%;
  background: #fff;
  color: rgba(249, 57, 95, 0.6);
  font-size: 16px;
  text-align: center;
  border: 1px solid rgba(249, 57, 95, 0.6);
  transition: 0.5s ease;
}

.category-next2:hover i {
  background: #f9395f;
  border: 1px solid #f9395f;
  color: #fff;
}

.category-card2 {
  width: 100%;
  max-width: 150px;
  height: 150px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  transition: 0.4s ease;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-card2::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(31, 34, 48, 0.45);
  z-index: -1;
  width: 100%;
  height: 100%;
}

.category-card2:hover .category-img {
  transform: scale(1.2);
}

.category-card2 .category-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
}

.category-card2 .content {
  text-align: center;
}

.category-card2 .content img {
  margin-bottom: 15px;
  height: 60px;
}

.category-card2 .content h5 {
  text-align: center;
  transition: all 0.5s ease-in-out;
  margin-bottom: 0;
}

.category-card2 .content h5 a {
  transition: all 0.5s ease-in-out;
  color: #fff;
}

/*================================================
7. Live Auction
=================================================*/
.live-auction {
  position: relative;
  overflow: hidden;
}

.live-auction .section-bg {
  position: absolute;
  top: 7%;
  left: 0%;
}

@media (max-width: 767px) {
  .live-auction .section-bg {
    display: none;
    visibility: hidden;
  }
}

.live-auction .section-bg2 {
  position: absolute;
  top: 7%;
  right: 0%;
}

@media (max-width: 767px) {
  .live-auction .section-bg2 {
    display: none;
    visibility: hidden;
  }
}

.live-auction .dotted1 {
  position: absolute;
  top: 58px;
  right: -80px;
  animation: move 2.6s linear infinite;
}

@media (max-width: 991px) {
  .live-auction .dotted1 {
    display: none;
    visibility: hidden;
  }
}

.live-auction .dotted2 {
  position: absolute;
  bottom: 40px;
  left: -80px;
  animation: move 2.6s linear infinite;
}

@media (max-width: 991px) {
  .live-auction .dotted2 {
    display: none;
    visibility: hidden;
  }
}

.live-auction .dotted3 {
  position: absolute;
  bottom: -40px;
  left: -80px;
  animation: move 2.6s linear infinite;
}

@media (max-width: 991px) {
  .live-auction .dotted3 {
    display: none;
    visibility: hidden;
  }
}

@keyframes move {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}

.auction-card1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.auction-card1:hover .auction-img img {
  transform: scale(1.2);
}

.auction-card1 .auction-img {
  position: relative;
  overflow: hidden;
}

.auction-card1 .auction-img img {
  width: 100%;
  border-radius: 5px 5px 0px 0px;
  transition: all 0.65s ease;
}

.auction-card1 .auction-img .auction-timer {
  border-radius: 30px;
  padding: 12px 20px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  background: #fff;
  min-width: 230px;
}

.auction-card1 .auction-img .auction-timer .countdown h4 {
  font-size: 24px;
  font-weight: 600;
  color: #444444;
  margin-bottom: 0;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .auction-card1 .auction-img .auction-timer .countdown h4 {
    font-size: 22px;
  }
}

@media (max-width: 1199px) {
  .auction-card1 .auction-img .auction-timer .countdown h4 {
    font-size: 20px;
  }
}

.auction-card1 .auction-content {
  padding: 30px 25px;
}

.auction-card1 .auction-content h4 {
  font-size: 23px;
  font-weight: 600;
  color: #1F2230;
  line-height: 1.4;
  margin-top: -5px;
}

.auction-card1 .auction-content p {
  font-size: 16px;
  font-weight: 500;
  color: #696969;
}

.auction-card1 .auction-content p span {
  font-size: 20px;
  font-weight: 700;
  color: #1F2230;
}

.auction-card1 .auction-content .price {
  font-size: 16px;
  font-weight: 700;
  color: #003DA5;
}

.auction-card1 .auction-card-bttm {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 25px;
}

.auction-card1 .author-area {
  position: absolute;
  top: 30px;
  left: 30px;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}

.auction-card1 .author-area .author-emo {
  border-radius: 50%;
  background: #fff;
  padding: 7px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid transparent;
  z-index: 1;
}

.auction-card1 .author-area .author-emo img {
  width: 22px;
  height: 22px;
  line-height: 22px;
}

.auction-card1 .author-area .author-name {
  background: #003DA5;
  padding: 6px 20px 6px 44px;
  border-radius: 33px;
  margin-left: -27px;
  transform: scaleX(0.1);
  transform-origin: left;
  transition: 0.6s ease;
}

.auction-card1 .author-area .author-name span {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.auction-card1 .author-area:hover .author-emo {
  border: 1px solid #003DA5;
}

.auction-card1 .author-area:hover .author-name {
  transform: scaleX(1);
}

.auction-card1 .share-area {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  align-items: center;
}

.auction-card1 .share-area .share-btn i {
  height: 34px;
  width: 34px;
  line-height: 34px;
  border-radius: 50%;
  background-color: #EEEEEE;
  text-align: center;
  transition: 0.5s ease;
  z-index: 9;
}

.auction-card1 .share-area .share-btn i:hover {
  background: #1F2230;
  color: #fff;
}

.auction-card1 .share-area .social-icons {
  padding: 5px;
  margin-right: 0px;
  transform: scaleX(0);
  transform-origin: right;
  transition: 0.5s ease;
  z-index: 1;
  margin-bottom: 0px;
}

.auction-card1 .share-area:hover .social-icons {
  transform: scaleX(1);
}

.auction-card1 .share-area:hover .social-icons li {
  margin-right: 8px;
}

.auction-card1 .share-area:hover .social-icons li i {
  font-size: 1rem;
  transition: all 0.42s ease;
}

.auction-card1 .share-area:hover .social-icons li i:hover {
  color: #003DA5;
}

.auction-card2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 5px 2px 30px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 15px 15px 0px 15px;
}

.auction-card2:hover .auction-img img {
  transform: scale(1.2);
  border-radius: 10px;
}

.auction-card2:hover .auction-img .auction-timer .countdown h5 {
  color: #444444;
}

.auction-card2 .auction-img {
  position: relative;
  overflow: hidden;
}

.auction-card2 .auction-img img {
  width: 100%;
  border-radius: 10px;
  transition: all 0.65s ease;
}

.auction-card2 .auction-img .auction-timer {
  border-radius: 15px 15px 0px 0px;
  padding: 12px 15px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  background: #fff;
  min-width: 230px;
}

.auction-card2 .auction-img .auction-timer .countdown h5 {
  font-size: 20px;
  font-weight: 700;
  color: #444444;
  margin-bottom: 0;
  white-space: nowrap;
  transition: all 0.42s ease;
}

.auction-card2 .auction-content {
  padding: 30px 25px;
}

.auction-card2 .auction-content h4 {
  font-size: 23px;
  font-weight: 600;
  color: #1F2230;
  line-height: 1.5;
  margin-top: -7px;
}

.auction-card2 .auction-content p {
  font-size: 16px;
  font-weight: 500;
  color: #696969;
}

.auction-card2 .auction-content p span {
  font-size: 20px;
  font-weight: bold;
  color: #1F2230;
}

.auction-card2 .auction-content .price {
  font-size: 16px;
  font-weight: 700;
  color: #003DA5;
}

.auction-card2 .auction-card-bttm {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}

.auction-card2 .auction-card-bttm .share-area i {
  color: #696969;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.auction-card2 .auction-card-bttm .share-area i:hover {
  color: #f9395f;
}

.auction-card2 .author-price-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
}

.auction-card2 .author-price-area .author img {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  margin-right: 10px;
}

.auction-card2 .author-price-area .author span.name {
  font-size: 14px;
  font-weight: 600;
  color: #696969;
}

.auction-card2 .author-price-area p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  color: #f9395f;
  font-family: "Saira", sans-serif;
}

.auction-card2 .author-area {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}

.auction-card2 .author-area .author-emo {
  border-radius: 50%;
  background: #fff;
  padding: 7px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid transparent;
  z-index: 1;
}

.auction-card2 .author-area .author-emo img {
  width: 22px;
  height: 22px;
  line-height: 22px;
}

.auction-card2 .author-area .author-name {
  background: #003DA5;
  padding: 6px 20px 6px 44px;
  border-radius: 33px;
  margin-left: -27px;
  transform: scaleX(0.1);
  transform-origin: left;
  transition: 0.6s ease;
}

.auction-card2 .author-area .author-name span {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.auction-card2 .author-area:hover .author-emo {
  border: 1px solid #003DA5;
}

.auction-card2 .author-area:hover .author-name {
  transform: scaleX(1);
}

.auction-card2 .share-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.auction-card2 .share-list .social-icons {
  padding: 5px;
  margin-right: 0px;
  transform: scaleX(0);
  transform-origin: right;
  transition: 0.5s ease;
  z-index: 1;
  margin-bottom: 0px;
}

.auction-card2 .share-list:hover .social-icons {
  transform: scaleX(1);
}

.auction-card2 .share-list:hover .social-icons li {
  margin-right: 8px;
}

.auction-card2 .share-list:hover .social-icons li i {
  font-size: 1rem;
}

.circle-timer {
  width: 100px;
  height: 100px;
}

.progress-ring text:first-of-type {
  font-size: 20px;
  font-weight: bold;
  fill: #000;
}

.progress-ring text:last-of-type {
  font-size: 11px;
  fill: #666;
}

.progress-ring__bg {
  stroke: #ddd;
}

.progress-ring__circle {
  stroke-linecap: round;
  transition: stroke-dashoffset 0.5s ease;
}

.timer-value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  font-size: 1.2rem;
  font-weight: bold;
}

.timer-label {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.85rem;
  color: #555;
}

.auction-card3 {
  padding: 20px 20px 25px 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.06);
  border-radius: 0px 30px;
  border: unset;
}

.auction-card3:hover .auction-img {
  border-radius: 0px 30px;
}

.auction-card3:hover .auction-img img {
  transform: scale(1.2);
}

.auction-card3 .auction-timer {
  border-radius: 30px;
  padding-bottom: 20px;
  text-align: center;
  background: #fff;
}

.auction-card3 .auction-timer span.timer-title {
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #696969;
  margin-bottom: 5px;
  display: block;
}

.auction-card3 .auction-timer .countdown h4 {
  font-size: 22px;
  font-weight: 700;
  color: #003DA5;
  margin-bottom: 0;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .auction-card3 .auction-timer .countdown h4 {
    font-size: 22px;
  }
}

@media (max-width: 1199px) {
  .auction-card3 .auction-timer .countdown h4 {
    font-size: 20px;
  }
}

.auction-card3 .auction-img {
  position: relative;
  overflow: hidden;
  border-radius: 0px 30px;
  margin-bottom: 25px;
}

.auction-card3 .auction-img img {
  width: 100%;
  transition: all 0.65s ease;
}

.auction-card3 .auction-content h4 {
  font-size: 23px;
  font-weight: 600;
  color: #1F2230;
  line-height: 1.5;
  margin-top: -7px;
}

.auction-card3 .auction-content p {
  font-size: 16px;
  font-weight: 500;
  color: #696969;
}

.auction-card3 .auction-content p span {
  font-size: 20px;
  font-weight: bold;
  color: #1F2230;
}

.auction-card3 .auction-content .price {
  font-size: 16px;
  font-weight: 700;
  color: #003DA5;
}

.auction-card3 .auction-card-bttm {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}

.auction-card3 .author-area {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}

.auction-card3 .author-area .author-emo {
  border-radius: 50%;
  background: #fff;
  padding: 7px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid transparent;
  z-index: 1;
}

.auction-card3 .author-area .author-emo img {
  width: 22px;
  height: 22px;
  line-height: 22px;
}

.auction-card3 .author-area .author-name {
  background: #003DA5;
  padding: 6px 20px 6px 44px;
  border-radius: 33px;
  margin-left: -27px;
  transform: scaleX(0.1);
  transform-origin: left;
  transition: 0.6s ease;
}

.auction-card3 .author-area .author-name span {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.auction-card3 .author-area:hover .author-emo {
  border: 1px solid #003DA5;
}

.auction-card3 .author-area:hover .author-name {
  transform: scaleX(1);
}

.auction-card3 .share-area {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  align-items: center;
}

.auction-card3 .share-area .share-btn i {
  height: 34px;
  width: 34px;
  line-height: 34px;
  border-radius: 50%;
  background-color: #EEEEEE;
  text-align: center;
  transition: 0.5s ease;
  z-index: 9;
}

.auction-card3 .share-area .share-btn i:hover {
  background: #1F2230;
  color: #fff;
}

.auction-card3 .share-area .social-icons {
  padding: 5px;
  margin-right: 0px;
  transform: scaleX(0);
  transform-origin: right;
  transition: 0.5s ease;
  z-index: 1;
  margin-bottom: 0px;
}

.auction-card3 .share-area:hover .social-icons {
  transform: scaleX(1);
}

.auction-card3 .share-area:hover .social-icons li {
  margin-right: 8px;
}

.auction-card3 .share-area:hover .social-icons li i {
  font-size: 1rem;
  transition: all 0.42s ease;
}

.auction-card3 .share-area:hover .social-icons li i:hover {
  color: #003DA5;
}

.auction-card3.style-2 {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
}

.auction-card3.style-2 .auction-timer .countdown h4 {
  color: #444444;
}

/*================================================
7. Upcoming Auction
=================================================*/
.slider-bottom {
  margin-top: 60px;
}

.slider-bottom .coming-next1 .bi {
  padding: 8px 10px;
  line-height: 45px;
  border-radius: 50%;
  background: #fff;
  color: #DDDDDD;
  font-size: 16px;
  text-align: center;
  border: 1px solid #DDDDDD;
  transition: 0.5s ease;
}

.slider-bottom .coming-next1:hover i {
  background: #003DA5;
  color: #fff;
  border: 1px solid #003DA5;
}

.slider-bottom .coming-prev1 i {
  padding: 8px 10px;
  line-height: 45px;
  border-radius: 50%;
  background: #fff;
  color: #DDDDDD;
  font-size: 16px;
  text-align: center;
  border: 1px solid #DDDDDD;
  transition: 0.5s ease;
}

.slider-bottom .coming-prev1:hover i {
  background: #003DA5;
  color: #fff;
  border: 1px solid #003DA5;
}

.slider-bottom .coming-next2 .bi {
  padding: 8px 10px;
  line-height: 45px;
  border-radius: 50%;
  background: #fff;
  color: #DDDDDD;
  font-size: 16px;
  text-align: center;
  border: 1px solid #DDDDDD;
  transition: 0.5s ease;
}

.slider-bottom .coming-next2:hover i {
  background: #f9395f;
  color: #fff;
  border: 1px solid #f9395f;
}

.slider-bottom .coming-prev2 i {
  padding: 8px 10px;
  line-height: 45px;
  border-radius: 50%;
  background: #fff;
  color: #DDDDDD;
  font-size: 16px;
  text-align: center;
  border: 1px solid #DDDDDD;
  transition: 0.5s ease;
}

.slider-bottom .coming-prev2:hover i {
  background: #f9395f;
  color: #fff;
  border: 1px solid #f9395f;
}

.slider-bottom .coming-next3 .bi {
  padding: 8px 10px;
  line-height: 45px;
  border-radius: 50%;
  background: #fff;
  color: #DDDDDD;
  font-size: 16px;
  text-align: center;
  border: 1px solid #DDDDDD;
  transition: 0.5s ease;
}

.slider-bottom .coming-next3:hover i {
  background: #003DA5;
  color: #fff;
  border: 1px solid #003DA5;
}

.slider-bottom .coming-prev3 i {
  padding: 8px 10px;
  line-height: 45px;
  border-radius: 50%;
  background: #fff;
  color: #dddddd;
  font-size: 16px;
  text-align: center;
  border: 1px solid #dddddd;
  transition: 0.5s ease;
}

.slider-bottom .coming-prev3:hover i {
  background: #003DA5;
  color: #fff;
  border: 1px solid #003DA5;
}

.slider-bottom .coming-arrow {
  min-width: 105px;
}

.slider-bottom .coming-arrow svg {
  fill: #EEEEEE;
}

.slider-bottom .swiper-pagination {
  position: unset;
  width: 60%;
}

.slider-bottom .swiper-pagination::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  height: 2px;
  max-width: 330px;
  width: 100%;
  background: #EEEEEE;
}

@media (max-width: 1399px) {
  .slider-bottom .swiper-pagination::before {
    display: none;
    visibility: hidden;
  }
}

.slider-bottom .swiper-pagination::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  height: 2px;
  max-width: 330px;
  width: 100%;
  background: #EEEEEE;
}

@media (max-width: 1399px) {
  .slider-bottom .swiper-pagination::after {
    display: none;
    visibility: hidden;
  }
}

.slider-bottom .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 8px;
  border-radius: 50px;
  background: #696969;
  transition: all 0.42s ease;
}

.slider-bottom .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #003DA5;
  width: 15px;
}

.slider-bottom .swiper-pagination.style-3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #003DA5;
}

.upcoming-seciton {
  position: relative;
}

.upcoming-seciton .section-bg {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 767px) {
  .upcoming-seciton .section-bg {
    display: none;
    visibility: hidden;
  }
}

.upcoming-seciton .section-bg2 {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .upcoming-seciton .section-bg2 {
    display: none;
    visibility: hidden;
  }
}

.c-feature-card1 {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.c-feature-card1:hover .auction-timer2 .countdown-single {
  border: 1.5px solid #003DA5;
}

.c-feature-card1:hover .auction-img > img {
  transform: scale(1.12);
}

.c-feature-card1 .auction-img {
  position: relative;
  overflow: hidden;
  height: 350px;
}

.c-feature-card1 .auction-img img {
  width: 100%;
  transition: all 0.55s ease-in-out;
}

.c-feature-card1 .c-feature-content {
  padding: 30px 25px;
}

.c-feature-card1 .c-feature-content h4 {
  font-size: 23px;
  font-weight: 600;
  color: #1F2230;
  line-height: 1.4;
}

.c-feature-card1 .c-feature-content p {
  font-size: 16px;
  font-weight: 500;
  color: #696969;
}

.c-feature-card1 .c-feature-content p span {
  font-size: 20px;
  font-weight: bold;
  color: #1F2230;
}

.c-feature-card1 .c-feature-content .price {
  font-size: 16px;
  font-weight: 700;
  color: #696969;
}

.c-feature-card1 .c-feature-content .auction-card-bttm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}

.c-feature-card1 .c-feature-content .auction-card-bttm .share-area {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  align-items: center;
}

.c-feature-card1 .c-feature-content .auction-card-bttm .share-area .share-btn i {
  height: 34px;
  width: 34px;
  line-height: 34px;
  border-radius: 50%;
  background-color: #EEEEEE;
  text-align: center;
  transition: 0.5s ease;
  z-index: 9;
}

.c-feature-card1 .c-feature-content .auction-card-bttm .share-area .share-btn i:hover {
  background: #1F2230;
  color: #fff;
}

.c-feature-card1 .c-feature-content .auction-card-bttm .share-area .social-icons {
  padding: 5px;
  margin-right: 0px;
  transform: scaleX(0);
  transform-origin: right;
  transition: 0.5s ease;
  z-index: 1;
  margin: 0;
  padding: 0;
}

.c-feature-card1 .c-feature-content .auction-card-bttm .share-area:hover .social-icons {
  transform: scaleX(1);
}

.c-feature-card1 .c-feature-content .auction-card-bttm .share-area:hover .social-icons li {
  margin-right: 8px;
}

.c-feature-card1 .c-feature-content .auction-card-bttm .share-area:hover .social-icons li i {
  font-size: 1rem;
  transition: all 0.42s ease;
}

.c-feature-card1 .c-feature-content .auction-card-bttm .share-area:hover .social-icons li i:hover {
  color: #003DA5;
}

.c-feature-card1 .c-feature-content .c-feature-category {
  font-size: 16px;
  font-weight: 500;
  color: #696969;
  font-family: "Inter", sans-serif;
  margin-bottom: 15px;
  margin-top: -5px;
}

.c-feature-card1 .auction-timer2 {
  padding: 15px;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #1F2230;
  min-width: 220px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.c-feature-card1 .auction-timer2 .countdown-single {
  border: 1.5px solid #696969;
  border-radius: 10px 0;
  padding: 10px 5px;
  transition: all 0.5s ease;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .c-feature-card1 .auction-timer2 .countdown-single {
    padding: 8px 3px;
  }
}

@media (max-width: 767px) {
  .c-feature-card1 .auction-timer2 .countdown-single {
    padding: 6px 0px;
  }
}

.c-feature-card1 .auction-timer2 .countdown-single h5 {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 700;
  color: #fff !important;
  line-height: 1;
}

.c-feature-card1 .auction-timer2 .countdown-single span {
  color: #fff;
  border-radius: 3px;
  margin: 10px;
  padding: 5px;
  min-width: 50px;
  font-size: 12px;
  font-weight: 500;
}

.c-feature-card1 .author-area2 {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}

.c-feature-card1 .author-area2 .author-emo {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid transparent;
  z-index: 1;
}

.c-feature-card1 .author-area2 .author-emo img {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}

.c-feature-card1 .author-area2 .author-name {
  background: #fff;
  padding: 6px 44px 6px 20px;
  border-radius: 33px;
  margin-right: -28px;
  transform: scaleX(0.1);
  transform-origin: right;
  transition: 0.6s ease;
}

.c-feature-card1 .author-area2 .author-name span {
  font-size: 14px;
  font-weight: 600;
  color: #1F2230;
}

.c-feature-card1 .author-area2:hover .author-emo {
  border: 1px solid transparent;
}

.c-feature-card1 .author-area2:hover .author-name {
  transform: scaleX(1);
}

.c-feature-card2 {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.c-feature-card2:hover .auction-timer2 .countdown-single {
  border: 1.5px solid #f9395f;
}

.c-feature-card2:hover .auction-img > img {
  transform: scale(1.12);
}

.c-feature-card2 .auction-img {
  position: relative;
  overflow: hidden;
  height: 350px;
}

.c-feature-card2 .auction-img img {
  width: 100%;
  transition: all 0.55s ease-in-out;
}

.c-feature-card2 .c-feature-content {
  padding: 30px 25px;
}

.c-feature-card2 .c-feature-content h4 {
  font-size: 23px;
  font-weight: 700;
  color: #1F2230;
}

.c-feature-card2 .c-feature-content p {
  font-size: 16px;
  font-weight: 500;
  color: #696969;
}

.c-feature-card2 .c-feature-content p span {
  font-size: 20px;
  font-weight: bold;
  color: #f9395f;
}

.c-feature-card2 .c-feature-content .price {
  font-size: 16px;
  font-weight: 700;
  color: #696969;
}

.c-feature-card2 .c-feature-content .auction-card-bttm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}

.c-feature-card2 .c-feature-content .auction-card-bttm .share-area {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  align-items: center;
}

.c-feature-card2 .c-feature-content .auction-card-bttm .share-area .share-btn i {
  height: 34px;
  width: 34px;
  line-height: 34px;
  border-radius: 50%;
  background-color: #EEEEEE;
  text-align: center;
  transition: 0.5s ease;
  z-index: 9;
}

.c-feature-card2 .c-feature-content .auction-card-bttm .share-area .share-btn i:hover {
  background: #1F2230;
  color: #fff;
}

.c-feature-card2 .c-feature-content .auction-card-bttm .share-area .social-icons {
  padding: 5px;
  margin-right: 0px;
  transform: scaleX(0);
  transform-origin: right;
  transition: 0.5s ease;
  z-index: 1;
  margin: 0;
  padding: 0;
}

.c-feature-card2 .c-feature-content .auction-card-bttm .share-area .social-icons li a .bx {
  transition: all 0.5s ease-out 0s;
}

.c-feature-card2 .c-feature-content .auction-card-bttm .share-area .social-icons li a:hover .bx {
  color: #f9395f;
}

.c-feature-card2 .c-feature-content .auction-card-bttm .share-area:hover .social-icons {
  transform: scaleX(1);
}

.c-feature-card2 .c-feature-content .auction-card-bttm .share-area:hover .social-icons li {
  margin-right: 8px;
}

.c-feature-card2 .c-feature-content .auction-card-bttm .share-area:hover .social-icons li i {
  font-size: 1rem;
}

.c-feature-card2 .c-feature-content .c-feature-category {
  font-size: 16px;
  font-weight: 500;
  color: #696969;
  font-family: "Inter", sans-serif;
  margin-bottom: 15px;
  margin-top: -5px;
}

.c-feature-card2 .auction-timer2 {
  padding: 15px;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #1F2230;
  min-width: 220px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.c-feature-card2 .auction-timer2 .countdown-single {
  border: 1.5px solid #696969;
  border-radius: 10px;
  padding: 10px 5px;
  transition: all 0.5s ease;
}

@media (max-width: 991px) {
  .c-feature-card2 .auction-timer2 .countdown-single {
    padding: 8px 0px;
  }
}

.c-feature-card2 .auction-timer2 .countdown-single h5 {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 700;
  color: #fff !important;
  line-height: 1;
}

.c-feature-card2 .auction-timer2 .countdown-single span {
  color: #fff;
  border-radius: 3px;
  margin: 10px;
  padding: 5px;
  min-width: 50px;
  font-size: 12px;
  font-weight: 500;
}

.c-feature-card2 .author-area2 {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}

.c-feature-card2 .author-area2 .author-emo {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid transparent;
  z-index: 1;
}

.c-feature-card2 .author-area2 .author-emo img {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}

.c-feature-card2 .author-area2 .author-name {
  background: #fff;
  padding: 6px 44px 6px 20px;
  border-radius: 33px;
  margin-right: -28px;
  transform: scaleX(0.1);
  transform-origin: right;
  transition: 0.6s ease;
}

.c-feature-card2 .author-area2 .author-name span {
  font-size: 14px;
  font-weight: 600;
  color: #1F2230;
}

.c-feature-card2 .author-area2:hover .author-emo {
  border: 1px solid transparent;
}

.c-feature-card2 .author-area2:hover .author-name {
  transform: scaleX(1);
}

.c-feature-card2 .author-area3 {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}

.c-feature-card2 .author-area3 .author-emo {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid transparent;
  z-index: 1;
}

.c-feature-card2 .author-area3 .author-emo img {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}

.c-feature-card2 .author-area3 .author-name {
  background: #fff;
  padding: 6px 20px 6px 44px;
  border-radius: 33px;
  margin-left: -28px;
  transform: scaleX(0.1);
  transform-origin: left;
  transition: 0.6s ease;
}

.c-feature-card2 .author-area3 .author-name span {
  font-size: 14px;
  font-weight: 600;
  color: #1F2230;
}

.c-feature-card2 .author-area3:hover .author-emo {
  border: 1px solid transparent;
}

.c-feature-card2 .author-area3:hover .author-name {
  transform: scaleX(1);
}

/*================================================
7. Testimonial
=================================================*/
.testi-next2, .testi-next1 {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .testi-next2, .testi-next1 {
    display: none;
    right: -30px;
    visibility: hidden;
  }
}

@media (max-width: 1199px) {
  .testi-next2, .testi-next1 {
    right: -40px;
  }
}

.testi-next2 .bi, .testi-next1 .bi {
  padding: 8px 10px;
  line-height: 45px;
  border-radius: 50%;
  background: #fff;
  color: #666666;
  font-size: 16px;
  text-align: center;
  border: 1px solid #666666;
  transition: 0.5s ease;
}

.testi-next2:hover i, .testi-next1:hover i {
  background: #003DA5;
  color: #fff;
  border: 1px solid #003DA5;
}

.testi-next2.style-2 i, .testi-next1.style-2 i {
  border: 1px solid #EEEEEE;
}

.testi-next2.style-2:hover i, .testi-next1.style-2:hover i {
  background: #f9395f;
  color: #fff;
  border: 1px solid #f9395f;
}

.testi-next2.style-3 i, .testi-next1.style-3 i {
  border: 1px solid #EEEEEE;
}

.testi-next2.style-3:hover i, .testi-next1.style-3:hover i {
  background: #003DA5;
  color: #fff;
  border: 1px solid #003DA5;
}

.testi-prev2, .testi-prev1 {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .testi-prev2, .testi-prev1 {
    display: none;
    left: -30px;
    visibility: hidden;
  }
}

@media (max-width: 1199px) {
  .testi-prev2, .testi-prev1 {
    left: -40px;
  }
}

.testi-prev2 i, .testi-prev1 i {
  padding: 8px 10px;
  line-height: 45px;
  border-radius: 50%;
  background: #fff;
  color: #666666;
  font-size: 16px;
  text-align: center;
  border: 1px solid #666666;
  transition: 0.5s ease;
}

.testi-prev2:hover i, .testi-prev1:hover i {
  background: #003DA5;
  color: #fff;
  border: 1px solid #003DA5;
}

.testi-prev2.style-2 i, .testi-prev1.style-2 i {
  border: 1px solid #EEEEEE;
}

.testi-prev2.style-2:hover i, .testi-prev1.style-2:hover i {
  background: #f9395f;
  color: #fff;
  border: 1px solid #f9395f;
}

.testi-prev2.style-3 i, .testi-prev1.style-3 i {
  border: 1px solid #EEEEEE;
}

.testi-prev2.style-3:hover i, .testi-prev1.style-3:hover i {
  background: #003DA5;
  color: #fff;
  border: 1px solid #003DA5;
}

.testimonial-section {
  background-image: url("../images/bg/client-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 767px) {
  .testimonial-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.testimonial-section .swiper {
  margin: -25px -15px;
  padding: 25px 15px;
}

.testimonial-section .client-right-vector {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 767px) {
  .testimonial-section .client-right-vector {
    display: none;
    visibility: hidden;
  }
}

.testimonial-section .client-left-vector {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 767px) {
  .testimonial-section .client-left-vector {
    display: none;
    visibility: hidden;
  }
}

.testimonial-section .client-circle1 {
  position: absolute;
  right: 14%;
  bottom: 30px;
  animation: fluid 5s linear infinite alternate;
}

.testimonial-section .client-circle2 {
  position: absolute;
  left: 8%;
  bottom: 30px;
  animation: fluid 5s linear infinite alternate;
  animation-delay: 2s;
}

.testimonial-section .client-circle3 {
  position: absolute;
  left: 30%;
  bottom: 30px;
  animation: fluid 5s linear infinite alternate;
  animation-delay: 2s;
}

.testimonial-section .client-circle4 {
  position: absolute;
  left: 8%;
  bottom: 30px;
  animation: fluid 5s linear infinite alternate;
  animation-delay: 2s;
}

.testimonial-section .client-circle5 {
  position: absolute;
  right: 14%;
  bottom: 30px;
  animation: fluid 5s linear infinite alternate;
}

.testimonial-section .swiper {
  margin: -15px;
  padding: 15px;
}

@keyframes fluid {
  0% {
    transform: translateY(0%);
  }
  25% {
    transform: translateY(-25%);
  }
  50% {
    transform: translateY(-50%);
  }
  75% {
    transform: translateY(-75%);
  }
  100% {
    transform: translateY(-100%);
  }
}

.testimonial-single {
  background: #fff;
  box-shadow: 5px 2px 15px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  padding: 25px;
  transition: 0.42s ease;
  transition-delay: 0.3s;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.testimonial-single p {
  font-style: italic;
  color: #1F2230;
  font-size: 16px;
}

.testimonial-single .quote-icon {
  position: absolute;
  bottom: 30px;
  right: 20px;
}

.testimonial-single .testi-img {
  width: 60px;
  height: 60px;
  margin-top: -50px;
  margin-bottom: 20px;
}

.testimonial-single .testi-img img {
  max-width: 100%;
  border-radius: 50%;
}

.testimonial-single .testi-content .testi-designation {
  margin-top: 21px;
}

.testimonial-single .testi-content .testi-designation h5 {
  font-size: 18px;
  font-weight: 600;
  color: #1F2230;
  line-height: 1;
  margin-bottom: 5px;
}

.testimonial-single .testi-content .testi-designation p {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  color: #696969;
  font-style: normal;
}

.testimonial-single.style2 {
  position: relative;
}

.testimonial-single.style2 .testi-designation {
  margin-bottom: 20px;
}

.testimonial-single.style2 .testi-content .para {
  margin-bottom: 0;
}

.testimonial-single.style2 .quote-icon {
  position: absolute;
  top: 30px;
  right: 20px;
}

.testimonial-single.style2 .testi-img {
  width: 60px;
  height: 60px;
  margin-top: unset;
  margin-bottom: 15px;
}

.testimonial-single.style2 .testi-img img {
  max-width: 100%;
  border-radius: 50%;
}

.testimonial-slider {
  padding-top: 40px !important;
}

/*================================================
7. Blog 
=================================================*/
.recent-news-section {
  position: relative;
  overflow: hidden;
}

.recent-news-section .section-bg {
  position: absolute;
  right: -100px;
  bottom: 10%;
  z-index: -1;
}

@media (max-width: 767px) {
  .recent-news-section .section-bg {
    display: none;
    visibility: hidden;
  }
}

.recent-news-section .section-bg2 {
  position: absolute;
  right: 0px;
  top: 0px;
}

@media (max-width: 767px) {
  .recent-news-section .section-bg2 {
    display: none;
    visibility: hidden;
  }
}

.recent-news-section .dot-circle {
  position: absolute;
  top: 240px;
  right: 250px;
  animation: round 8s linear infinite;
}

@media (max-width: 767px) {
  .recent-news-section .dot-circle {
    display: none;
    visibility: hidden;
  }
}

@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.single-blog-style1 {
  box-shadow: 5px 2px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
}

.single-blog-style1:hover .blog-img img {
  transform: scale(1.12);
}

.single-blog-style1 .blog-img {
  position: relative;
  overflow: hidden;
}

.single-blog-style1 .blog-img img {
  max-width: 100%;
  transition: all 0.7s ease;
  border-radius: 5px 5px 0px 0px;
}

.single-blog-style1 .blog-img .blog-date {
  position: absolute;
  left: 0;
  top: 30px;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Saira", sans-serif;
  color: #fff;
  background: #003DA5;
  border-radius: 0px 17px 17px 0px;
  z-index: 1;
}

.single-blog-style1 .blog-img .blog-date .bi {
  margin-right: 10px;
  font-size: 16px;
}

.single-blog-style1 .blog-content {
  padding: 30px 25px;
  background: #fff;
}

.single-blog-style1 .blog-content h5 a {
  font-size: 25px;
  font-weight: 600;
  font-family: "Saira", sans-serif;
  color: #1F2230;
  line-height: 1.4;
  transition: all 0.42s ease-in-out;
}

.single-blog-style1 .blog-content h5:hover a {
  color: #003DA5;
}

.single-blog-style1 .blog-meta {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 25px;
}

.single-blog-style1 .blog-meta .author {
  margin-right: 35px;
}

.single-blog-style1 .blog-meta .author img {
  width: 100%;
  max-width: 26px;
  border-radius: 50%;
  margin-right: 8px;
}

.single-blog-style1 .blog-meta .author .author-name {
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #696969;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .single-blog-style1 .blog-meta .author .author-name {
    font-size: 12px;
  }
}

.single-blog-style1 .blog-meta .comment img {
  margin-right: 8px;
}

.single-blog-style1 .blog-meta .comment .comment {
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #696969;
  white-space: nowrap;
}

.single-blog-style2 {
  position: relative;
}

.single-blog-style2:hover .blog-content {
  transform: translateY(-20px);
}

.single-blog-style2 .blog-img img {
  max-width: 100%;
  transition: all 0.7s ease;
  border-radius: 5px 5px 0px 0px;
}

.single-blog-style2 .blog-img .blog-date {
  position: absolute;
  left: 0;
  top: 30px;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Saira", sans-serif;
  color: #fff;
  background: #f9395f;
  border-radius: 0px 17px 17px 0px;
  z-index: 1;
}

.single-blog-style2 .blog-img .blog-date .bi {
  margin-right: 10px;
  font-size: 16px;
}

.single-blog-style2 .blog-content {
  position: relative;
  width: 94%;
  padding: 25px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  z-index: 9;
  box-shadow: 5px 2px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  background: #fff;
  transition: all 0.55s ease-in-out;
  margin-top: -50px;
}

@media (max-width: 767px) {
  .single-blog-style2 .blog-content {
    padding: 20px;
  }
}

.single-blog-style2 .blog-content h5 a {
  font-size: 22px;
  font-weight: 600;
  font-family: "Saira", sans-serif;
  color: #1F2230;
  line-height: 1.4;
  transition: all 0.42s ease-in-out;
}

.single-blog-style2 .blog-content h5:hover a {
  color: #f9395f;
}

.single-blog-style2 .blog-content p {
  margin-bottom: 0px;
}

.single-blog-style2 .blog-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .single-blog-style2 .blog-meta {
    justify-content: space-between;
  }
}

.single-blog-style2 .blog-meta .author {
  margin-right: 45px;
}

.single-blog-style2 .blog-meta .author img {
  width: 100%;
  max-width: 26px;
  border-radius: 50%;
  margin-right: 8px;
}

.single-blog-style2 .blog-meta .author .author-name {
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #696969;
  white-space: nowrap;
}

.single-blog-style2 .blog-meta .comment img {
  margin-right: 8px;
}

.single-blog-style2 .blog-meta .comment .comment {
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #696969;
  white-space: nowrap;
}

.single-blog-style3 {
  position: relative;
}

.single-blog-style3:hover .blog-content {
  transform: translateY(-20px);
}

.single-blog-style3 .blog-img img {
  max-width: 100%;
  transition: all 0.7s ease;
  border-radius: 5px 5px 0px 0px;
}

.single-blog-style3 .blog-img .blog-date {
  position: absolute;
  left: 0;
  top: 30px;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Saira", sans-serif;
  color: #fff;
  background: #003DA5;
  border-radius: 0px 17px 17px 0px;
  z-index: 1;
}

.single-blog-style3 .blog-img .blog-date .bi {
  margin-right: 10px;
  font-size: 16px;
}

.single-blog-style3 .blog-content {
  position: relative;
  width: 94%;
  padding: 25px 20px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  z-index: 9;
  box-shadow: 5px 2px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  background: #fff;
  transition: all 0.55s ease-in-out;
  margin-top: -50px;
}

@media (max-width: 767px) {
  .single-blog-style3 .blog-content {
    padding: 20px;
  }
}

.single-blog-style3 .blog-content h5 a {
  font-size: 22px;
  font-weight: 600;
  font-family: "Saira", sans-serif;
  color: #1F2230;
  line-height: 1.4;
  transition: all 0.42s ease-in-out;
}

.single-blog-style3 .blog-content h5:hover a {
  color: #003DA5;
}

.single-blog-style3 .blog-content p {
  margin-bottom: 0px;
}

.single-blog-style3 .blog-meta {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .single-blog-style3 .blog-meta {
    justify-content: space-between;
  }
}

.single-blog-style3 .blog-meta .author {
  margin-right: 35px;
}

.single-blog-style3 .blog-meta .author img {
  width: 100%;
  max-width: 26px;
  border-radius: 50%;
  margin-right: 5px;
}

.single-blog-style3 .blog-meta .author .author-name {
  font-size: 12px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #696969;
  white-space: nowrap;
}

.single-blog-style3 .blog-meta .comment img {
  margin-right: 8px;
}

.single-blog-style3 .blog-meta .comment .comment {
  font-size: 12px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #696969;
  white-space: nowrap;
}

/*================================================
7. about-us counter 
=================================================*/
.counter-single {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: 5px 2px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 30px 25px;
}

@media (max-width: 576px) {
  .counter-single {
    padding: 20px 15px;
  }
}

.counter-single .counter-icon {
  margin-right: 15px;
}

.counter-single .coundown h3 {
  font-size: 30px;
  font-weight: 600;
  color: #1F2230;
  position: relative;
  padding-right: 15px;
  margin: 0 auto !important;
}

.counter-single .coundown h3::after {
  content: '+';
  position: absolute;
  right: 0;
  top: -2px;
}

.counter-single .coundown p {
  margin-bottom: 0px;
  font-weight: 500;
  color: #696969;
  font-size: 16px;
}

/*================================================
    Sponsor-section
=================================================*/
.sponsor-section {
  overflow: hidden;
  padding: 80px 0px 100px 0px;
}

.sponsor-section.style-1 {
  padding: 120px 0px;
}

@media (max-width: 767px) {
  .sponsor-section.style-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.sponsor-section.style-3 {
  background: rgba(2, 158, 124, 0);
}

.sponsor-section.style-2 {
  background: rgba(249, 57, 95, 0.1);
}

.sponsor-section.style-2 .slick-dots .slick-active {
  background-color: #f9395f;
}

.sponsor-section .slick-list {
  margin: -15px;
}

.sponsor-section .slick-slide > div {
  padding: 10px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sponsor-section .slide-item img {
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  transition: all 0.5s ease-out 0s;
  box-shadow: 0px 0px 5px rgba(139, 139, 139, 0.15);
}

.sponsor-section .slide-item:hover img {
  transform: translateY(-5px);
}

.sponsor-section .slick-dots {
  position: absolute;
  bottom: -60px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.sponsor-section .slick-dots li {
  background: #696969;
  width: 10px;
  height: 8px;
  border-radius: 50px;
}

.sponsor-section .slick-dots li button:before {
  opacity: 0;
}

.sponsor-section .slick-dots .slick-active {
  background-color: #003DA5;
}

.sponsor-section .slick-dotted.slick-slider {
  margin-bottom: 45px;
}

/*================================================
7. Footer
=================================================*/
footer {
  background-image: url("../images/bg/");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #003DA5;
  position: relative;
}

footer .footer-top {
  padding: 90px 0px;
}

@media (max-width: 991px) {
  footer .footer-top {
    padding: 80px 0px;
  }
}

@media (max-width: 767px) {
  footer .footer-top {
    padding: 60px 0px;
  }
}

footer .footer-item {
  min-width: 200px;
}

footer .footer-item a img {
  margin-bottom: 25px;
}

footer .footer-item p {
  font-size: 16px;
  font-weight: 400;
  color: #D2D2D2;
  margin-bottom: 25px;
  font-family: "Inter", sans-serif;
}

footer .footer-item .input-with-btn {
  max-width: 350px;
  width: 100%;
  border: 1px solid #696969;
  padding: 5px;
  border-radius: 5px;
}

footer .footer-item .input-with-btn input {
  width: 100%;
  border-radius: 5px;
  background: transparent;
  border: none;
  outline: none;
  padding: 7px 20px;
  transition: all 0.4s ease;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

footer .footer-item .input-with-btn input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #696969;
}

footer .footer-item .input-with-btn button {
  outline: none;
  border: none;
  background: #003DA5;
  border-radius: 5px;
  min-width: 46px;
  min-height: 44px;
}

footer .footer-item .input-with-btn button img {
  transition: 0.65s ease;
}

footer .footer-item .input-with-btn button:hover img {
  transform: rotate(360deg);
}

footer .footer-item h5 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 25px;
}

footer .footer-item .footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .footer-item .footer-list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 0px;
  transition: all 0.4s ease-in;
}

footer .footer-item .footer-list li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  background: #fff;
  opacity: 0;
  transition: all 0.4s ease;
}

footer .footer-item .footer-list li:last-child {
  margin-bottom: 0;
}

footer .footer-item .footer-list li:hover {
  padding-left: 12px;
}

footer .footer-item .footer-list li:hover a {
  color: #fff;
}

footer .footer-item .footer-list li:hover::before {
  opacity: 1;
}

footer .footer-item .footer-list li a {
  color: #D2D2D2;
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  transition: all 0.4s ease;
}

footer .footer-bottom {
  background: #000000;
  padding: 15px 0px;
  border-top: 1px solid #2f2f2f;
}

footer .footer-bottom p {
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #fff;
  margin-bottom: 0;
  margin-right: 30px;
}

@media (max-width: 576px) {
  footer .footer-bottom p {
    margin-right: 0px;
  }
}

footer .footer-bottom p .egns-lab {
  font-weight: 600;
  color: #003DA5;
}

footer .footer-bottom .footer-logo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
}

footer .footer-bottom .footer-logo-list li {
  margin-right: 20px;
}

footer .footer-bottom .footer-logo-list li img {
  transition: all 0.6s ease;
}

footer .footer-bottom .footer-logo-list li:last-child {
  margin-right: 0px;
}

footer .footer-bottom .footer-logo-list li:hover img {
  transform: rotate(360deg);
}

ul.recent-feed-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.recent-feed-list .single-feed {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 25px;
}

ul.recent-feed-list .single-feed:last-child {
  margin-bottom: 0px;
}

ul.recent-feed-list .single-feed .feed-img {
  margin-right: 15px;
}

ul.recent-feed-list .single-feed .feed-img img {
  min-width: 64px;
  height: 64px;
  border-radius: 5px;
  margin-bottom: 0;
}

ul.recent-feed-list .single-feed .feed-content span {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Inter", sans-serif;
  display: block;
  margin-bottom: 5px;
}

ul.recent-feed-list .single-feed .feed-content h6 {
  margin-bottom: 0;
}

ul.recent-feed-list .single-feed .feed-content h6 a {
  font-size: 16px;
  font-weight: 600;
  color: #D2D2D2;
  transition: all 0.42s ease-in;
}

ul.recent-feed-list .single-feed .feed-content h6:hover a {
  color: #003DA5;
}

ul.recent-post {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.recent-post .single-post {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 25px;
}

ul.recent-post .single-post:last-child {
  margin-bottom: 0px;
}

ul.recent-post .single-post .post-img {
  margin-right: 15px;
}

ul.recent-post .single-post .post-img img {
  min-width: 64px;
  height: 64px;
  border-radius: 5px;
  margin-bottom: 0;
}

ul.recent-post .single-post .post-content span {
  font-size: 14px;
  font-weight: 400;
  color: #696969;
  font-family: "Inter", sans-serif;
  display: block;
  margin-bottom: 5px;
}

ul.recent-post .single-post .post-content h6 {
  margin-bottom: 0;
}

ul.recent-post .single-post .post-content h6 a {
  font-size: 16px;
  font-weight: 600;
  color: #1F2230;
  transition: all 0.42s ease-in;
}

ul.recent-post .single-post .post-content h6:hover a {
  color: #003DA5;
}

ul.category-list {
  margin: 0;
  padding: 0;
}

ul.category-list li {
  margin-bottom: 15px;
}

ul.category-list li:last-child {
  margin-bottom: 0px;
}

ul.category-list li a {
  font-size: 16px;
  font-weight: 500;
  font-family: "Saira", sans-serif;
  color: #696969;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.category-list li a span:first-child {
  padding-left: 20px;
  position: relative;
}

ul.category-list li a span:first-child::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #003DA5;
  transition: all 0.5s ease-out 0s;
}

ul.category-list li a span:last-child {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #003DA5;
  border: 1px solid #003DA5;
  border-radius: 50%;
  transition: all 0.5s ease-out 0s;
}

ul.category-list li a:hover span:first-child::before {
  background: #696969;
}

ul.category-list li a:hover span:last-child {
  color: #003DA5;
  background: #fff;
  border: 1px solid #003DA5;
}

.sidebar-social-list {
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 0;
  padding: 0;
}

.sidebar-social-list li .bx {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #EEEEEE;
  color: #696969;
  border-radius: 5px;
  transition: all 0.5s ease-out 0s;
}

.sidebar-social-list li .bx:hover {
  border: 1px solid #003DA5;
  color: #003DA5;
}

footer.style-2 {
  background-image: url("../images/bg/footer2-bg.png");
  position: relative;
}

footer.style-2 .footer-top {
  padding: 90px 0px;
}

footer.style-2 .footer-item {
  min-width: 200px;
}

footer.style-2 .footer-item a img {
  margin-bottom: 25px;
}

footer.style-2 .footer-item p {
  font-size: 16px;
  font-weight: 400;
  color: #D2D2D2;
  margin-bottom: 25px;
  font-family: "Inter", sans-serif;
}

footer.style-2 .footer-item .input-with-btn {
  max-width: 350px;
  width: 100%;
  border: 1px solid #696969;
  padding: 5px;
  border-radius: 30px;
}

footer.style-2 .footer-item .input-with-btn input {
  width: 100%;
  border-radius: 30px;
  background: transparent;
  border: none;
  outline: none;
  padding: 7px 20px;
  transition: all 0.4s ease;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

footer.style-2 .footer-item .input-with-btn input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #696969;
}

footer.style-2 .footer-item .input-with-btn button {
  outline: none;
  border: none;
  background: #f9395f;
  border-radius: 30px;
  min-width: 120px;
  min-height: 46px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Saira", sans-serif;
  color: #fff;
  transition: all 0.42s ease;
}

footer.style-2 .footer-item .input-with-btn button:hover {
  background: rgba(249, 57, 95, 0.9);
}

footer.style-2 .footer-item .input-with-btn button img {
  transition: 0.65s ease;
}

footer.style-2 .footer-item .input-with-btn button:hover img {
  transform: rotate(360deg);
}

footer.style-2 .footer-item h5 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 25px;
}

footer.style-2 .footer-item .footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer.style-2 .footer-item .footer-list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 0px;
  transition: all 0.4s ease-in;
}

footer.style-2 .footer-item .footer-list li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  background: #f9395f;
  opacity: 0;
  transition: all 0.4s ease;
}

footer.style-2 .footer-item .footer-list li:last-child {
  margin-bottom: 0;
}

footer.style-2 .footer-item .footer-list li:hover {
  padding-left: 12px;
}

footer.style-2 .footer-item .footer-list li:hover a {
  color: #f9395f;
}

footer.style-2 .footer-item .footer-list li:hover::before {
  opacity: 1;
}

footer.style-2 .footer-item .footer-list li a {
  color: #D2D2D2;
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  transition: all 0.4s ease;
}

footer.style-2 .footer-item .address-list {
  margin: 0;
  padding: 0;
}

footer.style-2 .footer-item .address-list li {
  margin-bottom: 15px;
}

footer.style-2 .footer-item .address-list li:last-child {
  margin-bottom: 0px;
}

footer.style-2 .footer-item .address-list li a {
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #D2D2D2;
  transition: all 0.42s ease;
}

footer.style-2 .footer-item .address-list li:hover a {
  color: #f9395f;
}

footer.style-2 .footer-item .footer-social {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: start;
}

footer.style-2 .footer-item .footer-social i {
  color: #fff;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  transition: all 0.42s ease;
}

footer.style-2 .footer-item .footer-social i:hover {
  background: #f9395f;
  border: 1px solid #f9395f;
}

footer.style-2 .footer-bottom {
  background: #000000;
  padding: 15px 0px;
}

footer.style-2 .footer-bottom p {
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #fff;
  margin-bottom: 0;
  margin-right: 30px;
}

footer.style-2 .footer-bottom p .egns-lab {
  font-weight: 600;
  color: #f9395f;
}

footer.style-2 .footer-bottom .footer-logo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
}

footer.style-2 .footer-bottom .footer-logo-list li {
  margin-right: 20px;
}

footer.style-2 .footer-bottom .footer-logo-list li img {
  transition: all 0.6s ease;
}

footer.style-2 .footer-bottom .footer-logo-list li:last-child {
  margin-right: 0px;
}

footer.style-2 .footer-bottom .footer-logo-list li:hover img {
  transform: rotate(360deg);
}

footer.style-3 {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url("../images/bg/footer3-bg.png");
  position: relative;
}

footer.style-3 .footer-top {
  padding: 90px 0px;
}

footer.style-3 .footer-item {
  min-width: 200px;
}

footer.style-3 .footer-item a img {
  margin-bottom: 25px;
}

footer.style-3 .footer-item p {
  font-size: 16px;
  font-weight: 400;
  color: #D2D2D2;
  margin-bottom: 25px;
  font-family: "Inter", sans-serif;
}

footer.style-3 .footer-item .input-with-btn {
  max-width: 350px;
  width: 100%;
  border: 1px solid #696969;
  padding: 5px;
  border-radius: 30px;
}

footer.style-3 .footer-item .input-with-btn input {
  width: 100%;
  border-radius: 30px;
  background: transparent;
  border: none;
  outline: none;
  padding: 7px 20px;
  transition: all 0.4s ease;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

footer.style-3 .footer-item .input-with-btn input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #696969;
}

footer.style-3 .footer-item .input-with-btn button {
  outline: none;
  border: none;
  background: #003DA5;
  border-radius: 30px;
  min-width: 120px;
  min-height: 46px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Saira", sans-serif;
  color: #fff;
  transition: all 0.42s ease;
}

footer.style-3 .footer-item .input-with-btn button:hover {
  background: rgba(2, 158, 124, 0.9);
}

footer.style-3 .footer-item .input-with-btn button img {
  transition: 0.65s ease;
}

footer.style-3 .footer-item .input-with-btn button:hover img {
  transform: rotate(360deg);
}

footer.style-3 .footer-item h5 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 25px;
}

footer.style-3 .footer-item .footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer.style-3 .footer-item .footer-list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 0px;
  transition: all 0.4s ease-in;
}

footer.style-3 .footer-item .footer-list li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  background: #003DA5;
  opacity: 0;
  transition: all 0.4s ease;
}

footer.style-3 .footer-item .footer-list li:last-child {
  margin-bottom: 0;
}

footer.style-3 .footer-item .footer-list li:hover {
  padding-left: 12px;
}

footer.style-3 .footer-item .footer-list li:hover a {
  color: #003DA5;
}

footer.style-3 .footer-item .footer-list li:hover::before {
  opacity: 1;
}

footer.style-3 .footer-item .footer-list li a {
  color: #D2D2D2;
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  transition: all 0.4s ease;
}

footer.style-3 .footer-item .address-list {
  margin: 0;
  padding: 0;
}

footer.style-3 .footer-item .address-list li {
  margin-bottom: 15px;
}

footer.style-3 .footer-item .address-list li a {
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #D2D2D2;
  transition: all 0.42s ease;
}

footer.style-3 .footer-item .address-list li:hover a {
  color: #003DA5;
}

footer.style-3 .footer-item .footer-social {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: start;
}

footer.style-3 .footer-item .footer-social i {
  color: #fff;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  transition: all 0.42s ease;
}

footer.style-3 .footer-item .footer-social i:hover {
  background: #003DA5;
  border: 1px solid #003DA5;
}

footer.style-3 .footer-bottom {
  background: #000000;
  padding: 15px 0px;
}

footer.style-3 .footer-bottom p {
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #fff;
  margin-bottom: 0;
  margin-right: 30px;
}

footer.style-3 .footer-bottom p .egns-lab {
  font-weight: 600;
  color: #003DA5;
}

footer.style-3 .footer-bottom .footer-logo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
}

footer.style-3 .footer-bottom .footer-logo-list li {
  margin-right: 20px;
}

footer.style-3 .footer-bottom .footer-logo-list li img {
  transition: all 0.6s ease;
}

footer.style-3 .footer-bottom .footer-logo-list li:last-child {
  margin-right: 0px;
}

footer.style-3 .footer-bottom .footer-logo-list li:hover img {
  transform: rotate(360deg);
}

/*================================================
7. Blog page
=================================================*/
.blog-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.blog-section .section-bg-top {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .blog-section .section-bg-top {
    display: none;
    visibility: hidden;
  }
}

.blog-section .section-bg-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .blog-section .section-bg-bottom {
    display: none;
    visibility: hidden;
  }
}

.pagination-wrap .page-item.active .page-link {
  z-index: 3;
  color: #003DA5 !important;
  background-color: #fff !important;
  border-color: #003DA5;
}

.pagination-wrap .pagination {
  margin: 0;
}

.pagination-wrap .pagination.style-two .page-link {
  position: relative;
  display: block;
  color: #1F2230;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #EEEEEE;
  border-radius: 2px;
  transition: 0.42s ease;
  padding: 10px;
}

.pagination-wrap .pagination.style-two .page-link:focus {
  color: #003DA5;
  border-color: #003DA5;
  background-color: #fff;
}

.pagination-wrap .pagination.style-two .page-link:hover {
  color: #003DA5;
  border-color: #003DA5;
}

.pagination-wrap .page-item:first-child .page-link {
  border-radius: 2px;
}

.pagination-wrap .page-item:last-child .page-link {
  border-radius: 2px;
}

.pagination-wrap .page-link {
  position: relative;
  display: block;
  color: #1F2230;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #EEEEEE;
  border-radius: 8px 8px 2px 8px;
  transition: 0.42s ease;
}

.pagination-wrap .page-link:focus {
  box-shadow: unset;
  color: #fff;
  background-color: #003DA5;
  border-color: #003DA5;
}

.pagination-wrap .page-link:hover {
  color: #fff;
  background-color: #003DA5;
  border-color: #003DA5;
}

.pagination-wrap .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #003DA5;
  border-color: #003DA5;
}

.inner-banner {
  min-height: 100px;
  background:none;
  overflow: hidden;
  z-index: 1;
  display: flex;
  justify-content: start;
  align-items: center;
}

.inner-banner::before {
  /* content: url("../images/bg/inner-bg.png"); */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.breadcrumb .breadcrumb-item {
  color: #003DA5;
  font-size: 20px;
  font-weight: 500;
  font-family: "Saira", sans-serif;
}

.breadcrumb .breadcrumb-item.active {
  color: #DDDDDD;
}

.inner-banner-title {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}

/*================================================
7. Login Page
=================================================*/
.nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: rgba(50, 195, 108, 0.3);
}

.nice-select .option:hover {
  background-color: rgba(50, 195, 108, 0.3);
}

.nice-select.open, .nice-select:focus {
  border-color: #003DA5;
}

.nice-select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  float: unset;
}

.nice-select .list {
  width: 100%;
}

.login-section {
  position: relative;
}

.login-section .section-bg-top {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .login-section .section-bg-top {
    display: none;
    visibility: hidden;
  }
}

.login-section .section-bg-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .login-section .section-bg-bottom {
    display: none;
    visibility: hidden;
  }
}

.form-wrapper {
  border-radius: 5px;
  box-shadow: 5px 7px 35px rgba(139, 139, 139, 0.1);
  padding: 40px;
  background: #fff;
}

@media (max-width: 576px) {
  .form-wrapper {
    padding: 25px;
  }
}

.form-wrapper .form-title {
  text-align: center;
  margin-bottom: 60px;
}

.form-wrapper .form-title h3 {
  font-size: 30px;
  font-weight: 700;
  color: #1F2230;
  text-align: center;
  margin-bottom: 20px;
}

.form-wrapper .form-title p {
  font-size: 20px;
  font-weight: 400;
  color: #1F2230;
}

.form-wrapper .form-title p a {
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
  color: #1F2230;
}

.form-wrapper .form-title2 {
  margin-bottom: 30px;
}

.form-wrapper .form-title2 h3 {
  font-size: 35px;
  font-weight: 600;
  color: #1F2230;
  margin-bottom: 15px;
}

.form-wrapper label {
  color: #1F2230;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  font-family: "Saira", sans-serif;
}

.form-wrapper input, .form-wrapper textarea {
  border: 1px solid #EEEEEE;
  height: 50px;
  width: 100%;
  padding: 10px 20px;
  transition: 0.4s ease;
}

.form-wrapper input::placeholder, .form-wrapper textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
}

.form-wrapper input:focus, .form-wrapper textarea:focus {
  border: 1px solid #003DA5;
  border-radius: 5px;
}

.form-wrapper textarea {
  min-height: 150px;
}

.form-wrapper .check-box-text {
  font-size: 16px;
}

.form-wrapper .form-inner {
  margin-bottom: 18px;
  position: relative;
}

.form-wrapper .form-inner i {
  position: absolute;
  right: 20px;
  bottom: 14px;
}

.form-wrapper .form-agreement {
  margin-bottom: 16px;
  margin-top: 6px;
}

.form-wrapper .form-agreement label {
  font-size: 16px;
  font-weight: 400;
}

.form-wrapper .form-agreement label a {
  font-weight: 600;
  font-size: 16;
}

.form-wrapper .forgotpass {
  text-align: center;
  margin-top: 25px;
}

.form-wrapper .forgot-pass {
  color: #1F2230;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  transition: 0.3s ease;
}

.form-wrapper .forgot-pass::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 15px;
  background: #1F2230;
  height: 1px;
  width: 100%;
}

@media (max-width: 576px) {
  .form-wrapper .forgot-pass::after {
    display: none;
    visibility: hidden;
  }
}

.form-wrapper .forgot-pass:hover {
  color: #999;
}

.form-wrapper .forgot-pass:hover::after {
  background: #999;
}

.form-wrapper .account-btn {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #003DA5;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 15px;
  outline: none;
  border: 1px solid #003DA5;
  border-radius: 5px;
  transition: 0.4s ease;
}

.form-wrapper .account-btn:hover {
  background: #fff;
  color: #003DA5;
}

.form-wrapper .alternate-signup-box {
  border: 1px solid #EEEEEE;
  border-radius: 3px;
  padding: 20px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 35px;
}

.form-wrapper .alternate-signup-box h6 {
  font-size: 16px;
  font-weight: 700;
  color: #1F2230;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.form-wrapper .alternate-signup-box .btn-group {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.form-wrapper .alternate-signup-box .btn-group a {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 15px;
  color: #fff;
  border-radius: 5px;
  transition: 0.5s ease;
}

.form-wrapper .alternate-signup-box .btn-group a:hover {
  background: #1F2230;
}

.form-wrapper .alternate-signup-box .btn-group i {
  font-size: 16px;
}

.form-wrapper .alternate-signup-box .google-btn {
  background: #EA4335;
}

.form-wrapper .alternate-signup-box .facebook-btn {
  background: #4267B2;
}

.form-wrapper .form-poicy-area {
  text-align: center;
}

.form-wrapper .form-poicy-area a {
  font-weight: 600;
  color: #003DA5;
  text-decoration: underline;
}

.form-wrapper .form-group input[type=checkbox] {
  display: none;
  cursor: pointer;
}

.form-wrapper input[type=checkbox] + label:before {
  content: '';
  -webkit-appearance: none;
  background-color: #1F2230;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.form-wrapper input[type=checkbox]:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 6px;
  width: 4px;
  height: 10px;
  border: 1px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form-wrapper button.form--btn {
  outline: none;
  border: none;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 25px;
}

.login-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.login-section .section-bg-top {
  position: absolute;
  top: 0;
  right: -80px;
  z-index: -1;
}

@media (max-width: 767px) {
  .login-section .section-bg-top {
    display: none;
    visibility: hidden;
  }
}

.login-section .section-bg-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 767px) {
  .login-section .section-bg-bottom {
    display: none;
    visibility: hidden;
  }
}

.signup-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.signup-section .section-bg-top {
  position: absolute;
  top: 0;
  right: -80px;
  z-index: -1;
}

@media (max-width: 767px) {
  .signup-section .section-bg-top {
    display: none;
    visibility: hidden;
  }
}

.signup-section .section-bg-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 767px) {
  .signup-section .section-bg-bottom {
    display: none;
    visibility: hidden;
  }
}

/*================================================
7. How Work Page
=================================================*/
.how-work-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.how-work-section .section-bg-top {
  position: absolute;
  top: 0;
  right: -80px;
  z-index: -1;
}

@media (max-width: 767px) {
  .how-work-section .section-bg-top {
    display: none;
    visibility: hidden;
  }
}

.how-work-section .how-work-content span {
  font-size: 50px;
  font-weight: 700;
  color: #003DA5;
  font-family: "Saira", sans-serif;
  display: block;
  margin-bottom: 15px;
}

.how-work-section .how-work-content h3 {
  font-size: 30px;
  font-weight: 700;
  color: #1F2230;
}

.how-work-section .how-work-content a {
  margin-top: 25px;
}

.how-work-section .how-work-img {
  background: #fff;
  box-shadow: 5px 2px 30px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  width: 100%;
  max-width: 505px;
  height: 505px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .how-work-section .how-work-img {
    box-shadow: unset;
  }
}

@media (max-width: 767px) {
  .how-work-section .how-work-img {
    box-shadow: unset;
    max-width: 100%;
    height: auto;
  }
}

.how-work-section .how-work-img .work-img {
  max-width: 100%;
  animation: jumping 4s linear infinite alternate;
}

@keyframes jumping {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

.single-feature {
  border: 1px solid #EEEEEE;
  background: #fff;
  padding: 30px;
  text-align: center;
  position: relative;
  transition: all 0.42s ease;
}

.single-feature:hover {
  box-shadow: 5px 2px 30px rgba(0, 0, 0, 0.06);
  border: 1px solid transparent;
}

.single-feature:hover .sn {
  -webkit-text-stroke-color: #1f2230;
}

.single-feature:hover .icon svg {
  fill: #003DA5;
}

.single-feature .sn {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 50px;
  font-weight: 700;
  color: rgba(31, 34, 48, 0.1);
  -webkit-text-fill-color: white;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(31, 34, 48, 0.1);
  line-height: 1;
  transition: all 0.42s ease;
}

.single-feature .icon {
  margin-bottom: 20px;
}

.single-feature .icon svg {
  fill: #696969;
  transition: all 0.42s ease;
}

.single-feature .content h5 a {
  font-size: 22px;
  font-weight: 700;
  color: #1F2230;
  transition: all 0.42s ease-in;
  cursor: unset;
}

.single-feature .content h5 a:hover {
  color: #003DA5;
}

.choose-us-section {
  position: relative;
  overflow: hidden;
}

.choose-us-section .section-bg-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 767px) {
  .choose-us-section .section-bg-bottom {
    display: none;
    visibility: hidden;
  }
}

/*================================================
FAQ Page
=================================================*/
.faq-wrap .accordion-item {
  margin-bottom: 24px;
  border: none;
}

.faq-wrap .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-wrap .accordion-button {
  font-weight: 500;
  font-size: 20px;
  background: #fff;
  border-radius: 5px;
  color: #1F2230;
  padding: 25px 60px 25px 25px;
  padding-right: 60px;
  position: relative;
  transition: 0.4s ease-in;
  box-shadow: 5px 2px 30px rgba(0, 0, 0, 0.06);
}

@media (max-width: 767px) {
  .faq-wrap .accordion-button {
    padding: 25px 60px 25px 25px;
  }
}

.faq-wrap .accordion-button:hover::after {
  background: #003DA5;
  color: #fff;
}

.faq-wrap .accordion-button:focus {
  z-index: unset;
  border-color: unset;
  outline: 0;
  background: #fff;
  box-shadow: 5px 2px 30px rgba(0, 0, 0, 0.06);
}

.faq-wrap .accordion-button::after {
  flex-shrink: 0;
  width: unset;
  height: unset;
  margin-left: auto;
  background-image: none;
  background-repeat: unset;
  background-size: unset;
  font-family: bootstrap-icons !important;
  font-size: 15px;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  content: "\F282";
  transition: unset;
  font-size: 20px;
  color: #003DA5;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #003DA5;
  transition: all 0.4s ease;
}

.faq-wrap .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: unset;
  font-family: bootstrap-icons !important;
  content: "\F286";
  background: #003DA5;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}

.faq-wrap .accordion-body {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  font-family: "Inter", sans-serif;
  background: rgba(50, 195, 108, 0.05);
  border-top: none;
  text-align: left;
}

.faq-wrap .accordion-button:not(.collapsed) {
  box-shadow: unset;
  color: #1F2230;
  border-radius: 5px 5px 0px 0px;
  box-shadow: 5px 2px 30px rgba(0, 0, 0, 0.06);
  background: #fff;
}

.faq-form-area {
  margin-top: 78px;
  padding: 25px;
  box-shadow: 5px 2px 30px rgba(0, 0, 0, 0.06);
}

@media (max-width: 991px) {
  .faq-form-area {
    margin-top: unset;
  }
}

.faq-form-area h5 {
  font-size: 25px;
  font-weight: 600;
  color: #1F2230;
  margin-bottom: 10px;
}

.faq-form-area p {
  margin-bottom: 20px;
}

.faq-form-area .faq-form label {
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #1F2230;
  font-family: "Saira", sans-serif;
  line-height: 1;
}

.faq-form-area .faq-form .form-inner {
  margin-bottom: 20px;
}

.faq-form-area .faq-form input, .faq-form-area .faq-form textarea {
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #EEEEEE;
  transition: 0.35s ease-in;
}

@media (max-width: 767px) {
  .faq-form-area .faq-form input, .faq-form-area .faq-form textarea {
    padding: 10px 15px;
  }
}

.faq-form-area .faq-form input::placeholder, .faq-form-area .faq-form textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #696969;
  font-family: "Inter", sans-serif;
}

.faq-form-area .faq-form input:focus, .faq-form-area .faq-form textarea:focus {
  border: 1px solid #003DA5;
}

.section-title3 {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 600;
  color: #1F2230;
  text-align: left;
}

/*================================================
live-auction Page
=================================================*/
.live-auction-section {
  position: relative;
  z-index: 1;
}

.live-auction-section .section-bg-top {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .live-auction-section .section-bg-top {
    display: none;
    visibility: hidden;
  }
}

.live-auction-section .section-bg-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .live-auction-section .section-bg-bottom {
    display: none;
    visibility: hidden;
  }
}

/*================================================
 Auction-details Page
=================================================*/
.auction-details-section {
  position: relative;
}

.auction-details-section .section-bg-top {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .auction-details-section .section-bg-top {
    display: none;
    visibility: hidden;
  }
}

.auction-details-section .section-bg-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .auction-details-section .section-bg-bottom {
    display: none;
    visibility: hidden;
  }
}

.auction-details-section .details-tab-btn {
  background: #fff;
}

.product-details-right h3 {
  font-size: 30px;
  font-weight: 700;
  font-family: "Saira", sans-serif;
  color: #1F2230;
  margin-bottom: 10px;
}

.product-details-right p {
  margin-bottom: 20px;
}

.product-details-right h4 {
  font-size: 25px;
  font-weight: 400;
  color: #1F2230;
}

.product-details-right h4 span {
  font-weight: 700;
}

.product-details-right .bid-form {
  margin-top: 40px;
  box-shadow: 5px 2px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  background: #fff;
  padding: 25px;
}

.product-details-right .bid-form .form-title {
  padding-bottom: 3px;
  margin-bottom: 20px;
}

.product-details-right .bid-form .form-title h5 {
  font-size: 22px;
  font-weight: 600;
  color: #1F2230;
}

.product-details-right .bid-form .form-title p {
  font-size: 16px;
  font-weight: 500;
  color: #696969;
  font-family: "Inter", sans-serif;
  position: relative;
}

.product-details-right .bid-form .form-title p::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 52px;
  height: 3px;
  border-radius: 5px;
  background-color: #003DA5;
}

.product-details-right .bid-form .form-title p::after {
  content: '';
  position: absolute;
  left: 56px;
  bottom: -12px;
  width: 4px;
  height: 3px;
  border-radius: 5px;
  background-color: #003DA5;
}

.product-details-right .bid-form .form-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-details-right .bid-form .form-inner input[type="text"] {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #EEEEEE;
  padding: 11px 15px;
  transition: all 0.42s ease;
}

.product-details-right .bid-form .form-inner input[type="text"]::placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #696969;
}

.product-details-right .bid-form .form-inner input[type="text"]:focus {
  border: 1px solid #003DA5;
}

.product-details-right .bid-form .form-inner button {
  outline: none;
  border: none;
  padding: 10px 35px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Saira", sans-serif;
}

.small-image-list .nav-item img {
  max-width: 105px;
  width: 100%;
  border-radius: 5px;
  height: 120px;
  object-fit: cover;
  cursor: pointer;
  transition: all 0.62s ease;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .small-image-list .nav-item img {
    height: 115px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .small-image-list .nav-item img {
    height: 112px;
  }
}

@media (max-width: 767px) {
  .small-image-list .nav-item img {
    height: 100px;
  }
}

.small-image-list .nav-item:hover img {
  transform: scale(1.1);
}

.tab-content img {
  width: 100%;
  border-radius: 0px 0px 5px 5px;
}

.tab-content .auction-gallery-timer {
  background-color: #1F2230;
  border-radius: 5px 4px 0px 0px;
  text-align: center;
  padding: 10px 20px;
}

.tab-content .auction-gallery-timer h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .tab-content .auction-gallery-timer h3 {
    font-size: 24px;
  }
}

.details-tab-btn {
  background: #FFFFFF;
  box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  color: #1F2230;
  font-size: 18px;
  font-weight: 600;
  font-family: "Saira", sans-serif;
  width: 100%;
  padding: 15px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s ease-out 0s;
}

.details-tab-btn:hover {
  background: #003DA5;
  color: #fff;
}

.details-tab-btn.active {
  background: #003DA5 !important;
  color: #fff;
}

.bid-list {
  padding-left: 0;
}

.bid-list li {
  border-bottom: 1px solid #EEEEEE;
  padding: 20px 0px;
}

.bid-list li:last-child {
  border-bottom: unset;
  padding-bottom: 0px;
}

.bid-list .bidder-area {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}

.bid-list .bidder-area .bidder-img {
  margin-right: 25px;
}

@media (max-width: 767px) {
  .bid-list .bidder-area .bidder-img {
    margin-right: 15px;
  }
}

.bid-list .bidder-area .bidder-content h6 {
  font-size: 18px;
  font-weight: 600;
  color: #1F2230;
  margin-bottom: 3px;
  font-family: "Saira", sans-serif;
}

.bid-list .bidder-area .bidder-content p {
  font-size: 16px;
  font-weight: 500;
  color: #696969;
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
}

.bid-list .bid-time p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #696969;
}

.bid-list-area {
  max-height: 350px;
  overflow-y: auto;
  background: #FFFFFF;
  box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.06);
  border-radius: 0px 0px 5px 5px;
  padding: 0px 20px;
}

.bid-list-area::-webkit-scrollbar {
  width: 5px;
}

.bid-list-area::-webkit-scrollbar-track {
  background: #EEEEEE;
}

.bid-list-area::-webkit-scrollbar-thumb {
  background: #888;
  transition: 0.35s ease-in;
  border-radius: 5px;
  height: 100px;
}

.bid-list-area::-webkit-scrollbar-thumb:hover {
  background: #1F2230;
}

.describe-content h4 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Saira", sans-serif;
  color: #1F2230;
}

.describe-content p {
  margin-bottom: 20px;
}

.describe-content .describe-list {
  margin: 0;
  padding: 0;
}

.describe-content .describe-list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}

.describe-content .describe-list li::before {
  content: '\F269';
  font-family: 'bootstrap-icons';
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 20px;
}

.describe-content .describe-list li a {
  font-size: 18px;
  font-weight: 500;
  font-family: "Saira", sans-serif;
  color: #696969;
  line-height: 1.5;
}

.describe-content .describe-list li .bx {
  font-size: 24px;
  margin-right: 12px;
}

.offer-banner {
  padding: 25px;
  border-radius: 5px;
  box-shadow: 5px 2px 30px rgba(0, 0, 0, 0.06);
}

.offer-banner h4 {
  font-size: 24px;
  font-weight: 600;
  color: #1F2230;
  margin-bottom: 15px;
}

.offer-banner img {
  width: 100%;
}

/*================================================
7.  about
=================================================*/
.about-section {
  position: relative;
}

.about-section .section-bg-top {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .about-section .section-bg-top {
    display: none;
    visibility: hidden;
  }
}

.about-section .about-content span {
  font-size: 16px;
  font-weight: 500;
  color: #696969;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

.about-section .about-content h2 {
  font-size: 40px;
  font-weight: 700;
  color: #1F2230;
  margin-bottom: 15px;
}

.about-section .about-content .about-list {
  margin-top: 25px;
}

.about-list {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}

.about-list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}

.about-list li::before {
  content: '\F269';
  font-family: 'bootstrap-icons';
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 20px;
}

.about-list li a {
  font-size: 18px;
  font-weight: 500;
  font-family: "Saira", sans-serif;
  color: #696969;
  line-height: 1.5;
}

.about-list li .bx {
  font-size: 24px;
  margin-right: 12px;
}

.about-img-area {
  position: relative;
}

.about-img-area .total-tag {
  position: absolute;
  right: 30px;
  top: 0;
  background: #FFFFFF;
  box-shadow: 3px 2px 35px rgba(0, 27, 85, 0.08);
  border-radius: 100px 100px 100px 5px;
  padding: 25px;
  text-align: center;
}

@media (max-width: 1199px) {
  .about-img-area .total-tag {
    right: 0px;
  }
}

@media (max-width: 767px) {
  .about-img-area .total-tag {
    display: none;
    visibility: hidden;
  }
}

.about-img-area .total-tag img {
  margin-bottom: 12px;
  max-width: 100%;
}

.about-img-area .total-tag h6 {
  font-size: 16px;
  font-weight: 500;
  color: #1F2230;
}

.about-img-area .total-tag h5 {
  font-size: 20px;
  font-weight: 700;
  color: #1F2230;
}

.about-img-area .about-vector {
  position: absolute;
  left: -50px;
  top: 0;
  z-index: -1;
  animation: rotation 14s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.about-img-area .about-linear {
  position: absolute;
  bottom: -70px;
  left: 0;
}

@media (max-width: 991px) {
  .about-img-area .about-linear {
    display: none;
    visibility: hidden;
  }
}

.choose-us-section .angle-vector {
  position: absolute;
  left: -20px;
  top: 130px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .choose-us-section .angle-vector {
    top: 150px;
    left: -10px;
  }
}

@media (max-width: 991px) {
  .choose-us-section .angle-vector {
    display: none;
    visibility: hidden;
  }
}

/*================================================
 Contact page
=================================================*/
.map-area iframe {
  width: 100%;
  height: 585px;
}

.contact-section {
  position: relative;
  z-index: 1;
}

.contact-section .section-bg-top {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .contact-section .section-bg-top {
    display: none;
    visibility: hidden;
  }
}

.contact-section .section-bg-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .contact-section .section-bg-bottom {
    display: none;
    visibility: hidden;
  }
}

.contact-signle {
  box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.06);
  border: unset;
  text-align: center;
  padding: 25px;
  transition: all 0.4s ease-in;
}

.contact-signle:hover .icon {
  background: #003DA5;
}

.contact-signle:hover .icon i {
  color: #fff;
}

.contact-signle .icon {
  background: rgba(50, 195, 108, 0);
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  transition: all 0.4s ease-in;
  margin-right: 15px;
}

.contact-signle .icon i {
  color: #003DA5;
  transition: all 0.35s ease-in;
  font-size: 36px;
}

.contact-signle .text {
  text-align: start;
}

.contact-signle .text h4 {
  font-size: 25px;
  font-weight: 600;
  color: #1F2230;
  margin-bottom: 10px;
}

.contact-signle .text p {
  font-size: 1rem;
  font-weight: 500;
  color: #696969;
  font-family: "Inter", sans-serif;
  margin-bottom: 0px;
  line-height: 28px;
}

.contact-signle .text a {
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #696969;
  line-height: 28px;
}

/*================================================
 Dashboard-page
=================================================*/
.text-red {
  color: #f9395f !important;
}

.text-green {
  color: #003DA5 !important;
}

.dashboard-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.dashboard-section .section-bg-top {
  position: absolute;
  top: 0;
  right: -100px;
  z-index: -2;
}

@media (max-width: 767px) {
  .dashboard-section .section-bg-top {
    display: none;
    visibility: hidden;
  }
}

.dashboard-section .section-bg-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}

@media (max-width: 767px) {
  .dashboard-section .section-bg-bottom {
    display: none;
    visibility: hidden;
  }
}

.dashboard-section .nav-pills .nav-link {
  background-color: #fff;
}

.dashboard-section .nav-pills .nav-link:hover {
  background-color: #003DA5;
}

.table-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.table-title-area h3 {
  font-size: 30px;
  font-weight: 600;
  color: #1F2230;
  line-height: 1.7;
}

.table-title-area .nice-select {
  max-width: 270px;
}

.eg-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}

.eg-table thead {
  background: #F1F1F1;
}

.eg-table thead tr {
  border-width: 1px;
}

.eg-table thead tr th {
  font-size: 1rem;
  font-weight: 500;
  color: #1F2230;
  opacity: 1;
  padding: 15px;
  vertical-align: top;
  text-align: center;
  border-width: 1px;
  border-color: rgba(210, 210, 210, 0.4);
  font-family: "Saira", sans-serif;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .eg-table thead tr th {
    display: none;
  }
}

.eg-table tbody tr td {
  font-weight: 400;
  color: #696969;
  text-align: center;
  border: 2px solid rgba(238, 238, 238, 0.75);
  vertical-align: middle;
  font-family: "Inter", sans-serif;
}

@media (max-width: 767px) {
  .eg-table tbody tr td {
    display: block;
    width: 100%;
    text-align: right;
    padding-left: 50%;
    position: relative;
  }
}

.eg-table tbody tr td img {
  max-width: 40px;
  width: 100%;
}

@media (max-width: 767px) {
  .eg-table tbody tr {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .eg-table tbody {
    display: block;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .eg-table {
    display: block;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .eg-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
    text-align: left;
    padding-left: 15px;
    font-weight: 600;
    color: #1F2230;
  }
}

.table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 30px;
  box-shadow: 5px 2px 30px rgba(0, 0, 0, 0.06);
  background-color: #fff;
}

@media (max-width: 767px) {
  .table-wrapper {
    box-shadow: unset;
  }
}

.table-wrapper .order-table tr td {
  padding: 10px 15px;
}

.table-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.table-pagination P {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  color: #1F2230;
  margin-right: 10px;
}

@media (max-width: 576px) {
  .table-pagination P {
    margin-bottom: 1rem;
  }
}

.nav-btn-style {
  background: #fff;
  box-shadow: 5px 2px 30px rgba(0, 0, 0, 0.06);
  width: 100%;
  min-width: 0px;
  color: #696969;
  font-size: 20px;
  font-weight: 500;
  color: #696969;
  font-family: "Saira", sans-serif;
  padding: 10px 20px;
  text-align: left;
  transition: all 0.42s ease;
}

.nav-btn-style svg {
  margin-right: 10px;
  fill: #696969;
  transition: all 0.42s ease;
}

.nav-btn-style:hover {
  background-color: #003DA5;
  color: #fff;
}

.nav-btn-style:hover svg {
  fill: #fff;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #003DA5;
}

.nav-pills .nav-link.active svg, .nav-pills .show > .nav-link svg {
  fill: #fff;
}

.dashboard-profile {
  box-shadow: 5px 2px 30px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  background-color: #fff;
}

.dashboard-profile .form-wrapper {
  box-shadow: unset;
}

.dashboard-profile .owner {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  padding: 40px 40px 0px 40px;
}

.dashboard-profile .owner .image {
  margin-right: 25px;
}

.dashboard-profile .owner .image img {
  max-width: 100px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.dashboard-profile .owner .content h3 {
  font-size: 30px;
  font-weight: 600;
  color: #1F2230;
  margin-bottom: 5px;
}

.dashboard-profile .owner .content p {
  font-size: 16px;
  font-weight: 500;
  color: #696969;
  font-family: "Inter", sans-serif;
  margin-bottom: 0px;
}

.dashboard-card {
  box-shadow: 5px 2px 30px rgba(0, 0, 0, 0.06);
}

.dashboard-card:hover .body .icon svg {
  fill: #003DA5;
}

.dashboard-card .header {
  background: #1F2230;
  border-radius: 4px 4px 0px 0px;
  padding: 10px 20px;
}

.dashboard-card .header h5 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}

.dashboard-card .body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 25px;
}

.dashboard-card .body .counter-item h2 {
  font-size: 40px;
  font-weight: 600;
  color: #1F2230;
}

.dashboard-card .body .icon svg {
  fill: #696969;
  transition: all 0.42s ease;
}

.button-group {
  margin-top: 50px;
}

.button-group .profile-btn {
  border-radius: 30px;
  border: none;
  outline: none;
  padding: 13px 20px;
  background-color: #003DA5;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Saira", sans-serif;
  transition: all 0.42s ease-in-out;
  border: 1px solid #003DA5;
  margin-right: 20px;
  text-align: center;
}

.button-group .profile-btn:hover {
  background-color: #fff;
  color: #003DA5;
}

.button-group .cancel-btn {
  border-radius: 30px;
  border: none;
  outline: none;
  padding: 13px 30px;
  color: #1F2230;
  background-color: #fff;
  border: 1px solid #EEEEEE;
  transition: all 0.42s ease-in-out;
  text-align: center;
}

.button-group .cancel-btn:hover {
  background-color: #003DA5;
  color: #fff;
  border: 1px solid #003DA5;
}

.button-group .delete-btn {
  border-radius: 30px;
  border: none;
  outline: none;
  padding: 13px 20px;
  background-color: #dc3545;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Saira", sans-serif;
  transition: all 0.42s ease-in-out;
  border: 1px solid #dc3545;
  margin-right: 20px;
  text-align: center;
}

.button-group .delete-btn:hover {
  background-color: #fff;
  color: #003DA5;
}
/*================================================
  Blog details page
=================================================*/
.blog-details-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.blog-details-section .section-bg-top {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
}

@media (max-width: 767px) {
  .blog-details-section .section-bg-top {
    display: none;
    visibility: hidden;
  }
}

.blog-details-section .section-bg-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}

@media (max-width: 767px) {
  .blog-details-section .section-bg-bottom {
    display: none;
    visibility: hidden;
  }
}

.blog-details-single .blog-img img {
  width: 100%;
}

.blog-details-single .blog-meta {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 35px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .blog-details-single .blog-meta {
    justify-content: space-between;
  }
}

.blog-details-single .blog-meta li {
  margin-right: 20px;
}

.blog-details-single .blog-meta a {
  font-size: 16px;
  font-weight: 500;
  color: #696969;
  font-family: "Inter", sans-serif;
}

.blog-details-single .blog-meta a img {
  margin-right: 10px;
}

.blog-details-single .blog-title {
  font-family: "Saira", sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
}

.blog-details-single blockquote {
  background-color: #F1F1F1;
  padding: 30px 25px;
  border-radius: 5px;
  margin-top: 25px;
  margin-bottom: 30px;
}

.blog-details-single blockquote .quote-icon {
  margin-bottom: 15px;
}

.blog-details-single blockquote h5 {
  font-size: 22px;
  font-weight: 600;
  color: #1F2230;
}

.blog-details-single .sub-title {
  font-size: 24px;
  font-weight: 600;
  color: #1F2230;
  margin-bottom: 10px;
}

.blog-details-single .blog-video-area {
  margin-top: 25px;
  margin-bottom: 25px;
}

.blog-details-single .blog-video-area img {
  border-radius: 5px;
}

.blog-details-single .blog-tag {
  border-bottom: 1px solid #EEEEEE;
  padding: 20px 0px;
  margin-top: 35px;
  margin-bottom: 50px;
}

.blog-details-single .blog-tag h6 {
  font-size: 16px;
  font-weight: 400;
  color: #696969;
  margin-bottom: 0px;
  margin-right: 10px;
  white-space: nowrap;
}

.blog-details-single .blog-tag .tag-list {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 600;
}

.blog-details-single .blog-tag .tag-list li {
  margin-right: 5px;
  text-decoration: underline;
}

.blog-details-single .blog-tag .tag-list li a {
  font-size: 12px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #696969;
  transition: all 0.42s ease;
  white-space: nowrap;
}

.blog-details-single .blog-tag .tag-list li a:hover {
  color: #003DA5;
}

.blog-details-single .blog-tag .share-social {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-details-single .blog-tag .share-social .bx {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  transition: all 0.42s ease-out 0s;
}

.blog-details-single .blog-tag .share-social .bx:hover {
  background-color: #003DA5;
  color: #fff;
}

.blog-details-single .blog-author {
  background: #F1F1F1;
  border-radius: 5px;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-bottom: 50px;
}

.blog-details-single .blog-author .author-image img {
  min-width: 140px;
}

.blog-details-single .blog-author .author-detials h5 {
  font-size: 22px;
  font-weight: 600;
  color: #1F2230;
  margin-bottom: 10px;
}

.video-play {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-play .video-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 52px;
  display: inline-block;
  text-align: center;
  position: relative;
  border: 1px solid #fff;
  font-size: 36px;
  color: #003DA5;
  background: #fff;
}

.video-play .video-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  animation: ripple-1 2s infinite ease-in-out;
  z-index: -1;
}

.video-play .video-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  z-index: -1;
  animation: ripple-2 2s infinite ease-in-out;
  animation-delay: .5s;
}

@keyframes ripple-1 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}

@keyframes ripple-2 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.9);
    opacity: 0;
  }
}

.blog-widget-title {
  margin-bottom: 30px;
}

.blog-widget-title h4 {
  font-size: 25px;
  font-weight: 600;
  font-family: "Saira", sans-serif;
}

.blog-widget-title span {
  width: 50px;
  height: 3px;
  background: #003DA5;
  border-radius: 5px;
  display: block;
  position: relative;
  margin-top: 12px;
}

.blog-widget-title span::before {
  content: '';
  width: 5px;
  height: 3px;
  background: #003DA5;
  border-radius: 5px;
  position: absolute;
  left: 55px;
  top: 0;
}

.blog-widget-title span::after {
  content: '';
  width: 5px;
  height: 3px;
  background: #003DA5;
  border-radius: 5px;
  position: absolute;
  left: 65px;
  top: 0;
}

.blog-widget-title.style2 h4 {
  margin-bottom: 0;
}

.sidebar-widget-title {
  margin-bottom: 25px;
}

.sidebar-widget-title h4 {
  font-size: 25px;
  font-weight: 600;
  font-family: "Saira", sans-serif;
}

.sidebar-widget-title span {
  width: 50px;
  height: 3px;
  background: #003DA5;
  border-radius: 5px;
  display: block;
  position: relative;
  margin-top: 5px;
}

.sidebar-widget-title span::before {
  content: '';
  width: 5px;
  height: 3px;
  background: #003DA5;
  border-radius: 5px;
  position: absolute;
  left: 55px;
  top: 0;
}

.sidebar-widget-title span::after {
  content: '';
  width: 5px;
  height: 3px;
  background: #003DA5;
  border-radius: 5px;
  position: absolute;
  left: 65px;
  top: 0;
}

.comment-list {
  padding: 0;
  margin: 0;
}

.comment-list > li {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 30px;
}

.comment-list > li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.blog-sidebar .sidebar-banner {
  background-image: linear-gradient(90deg, rgba(31, 34, 48, 0.75), rgba(31, 34, 48, 0.75)), url("../images/blog/banner-card-img.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  text-align: center;
  object-fit: cover;
  padding: 25px;
  min-height: 415px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.blog-sidebar .sidebar-banner span {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  display: block;
  margin-bottom: 5px;
}

.blog-sidebar .sidebar-banner h3 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  font-family: "Saira", sans-serif;
  line-height: 1.4;
  margin-bottom: 30px;
}

.blog-sidebar .sidebar-banner .card--btn {
  padding: 9px 35px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.comment-box .author {
  display: flex;
  justify-content: start;
  align-items: center;
}

.comment-box .author img {
  width: 100%;
  max-width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.comment-box .author h5 {
  font-size: 20px;
  font-weight: 600;
  color: #1F2230;
  margin-bottom: 0px;
}

.comment-box .author span.commnt-date {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: -4px;
  margin-left: 10px;
  color: #696969;
  font-family: "Saira", sans-serif;
}

.comment-box .comment-header {
  margin-bottom: 10px;
}

.comment-box .comment-header .commnt-reply {
  min-width: 25px;
  border: 1px solid #EEEEEE;
  border-radius: 50%;
  text-align: center;
  transition: all 0.42s ease;
}

.comment-box .comment-header .commnt-reply .bi {
  color: #696969;
  transition: all 0.42s ease;
}

.comment-box .comment-header .commnt-reply:hover {
  border: 1px solid #003DA5;
}

.comment-box .comment-header .commnt-reply:hover .bi {
  color: #003DA5;
  transition: all 0.42s ease;
}

.comment-box .comment-body {
  margin-bottom: 20px;
}

.comment-form {
  margin-top: 40px;
}

.comment-form .form--btn {
  outline: none;
  border: none;
}

.comment-form .form-inner {
  margin-bottom: 30px;
}

.comment-form .form-inner input, .comment-form .form-inner textarea {
  width: 100%;
  background: #F1F1F1;
  border: none;
  outline: none;
  padding: 18px 15px;
  border-radius: 5px;
  transition: all 0.42s ease;
}

.comment-form .form-inner input::placeholder, .comment-form .form-inner textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

.comment-form .form-inner input:focus, .comment-form .form-inner textarea:focus {
  background: rgba(50, 195, 108, 0.2);
}

.blog-widget-item {
  background: #FFFFFF;
  box-shadow: 5px 2px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 30px 25px;
  margin-bottom: 40px;
}

.blog-sidebar .search-area .form-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.blog-sidebar .search-area .form-inner input {
  border: 1px solid #EEEEEE;
  outline: none;
  padding: 12px 15px;
  color: #1F2230;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  width: 100%;
}

.blog-sidebar .search-area .form-inner input:focus {
  border-left: 1px solid #003DA5;
}

.blog-sidebar .search-area .form-inner input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #696969;
}

.blog-sidebar .search-area .form-inner .search--btn {
  outline: none;
  border: 1px solid #003DA5;
  background: #003DA5;
  padding: 11px;
}

.blog-sidebar .search-area .form-inner .search--btn .bx {
  color: #fff;
  font-size: 24px;
}

/*================================================
  Error page
=================================================*/
.error-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.error-section .section-bg-top {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .error-section .section-bg-top {
    display: none;
    visibility: hidden;
  }
}

.error-section .section-bg-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .error-section .section-bg-bottom {
    display: none;
    visibility: hidden;
  }
}

.error-section .evector1 {
  position: absolute;
  top: 30%;
  right: 30%;
  z-index: -1;
}

.error-section .evector2 {
  position: absolute;
  top: 60%;
  right: 30%;
  z-index: -1;
}

@media (max-width: 767px) {
  .error-section .evector2 {
    display: none;
    visibility: hidden;
  }
}

.error-section .evector3 {
  position: absolute;
  top: 30%;
  left: 30%;
  animation: bounce 2s linear infinite alternate;
  z-index: -1;
}

@media (max-width: 767px) {
  .error-section .evector3 {
    left: 2%;
  }
}

@keyframes bounce {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}

.error-section .evector4 {
  position: absolute;
  top: 60%;
  left: 23%;
  z-index: -1;
}

@media (max-width: 767px) {
  .error-section .evector4 {
    display: none;
    visibility: hidden;
  }
}

.error-section .error-wrapper {
  padding: 0px 30px;
  overflow: hidden;
}

.error-section .error-wrapper .error-bg {
  animation: rotating 2.5s linear infinite;
  margin-bottom: 35px;
}

@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.error-section .error-wrapper .error-content h2 {
  font-size: 40px;
  font-weight: 600;
  color: #1F2230;
  margin-bottom: 10px;
}

.error-section .error-wrapper .error-content p {
  margin-bottom: 45px;
}
.disabled-button {
  background: gray;
  color: #fff;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  cursor: not-allowed;
  pointer-events: none;
}


.empty-state {
  text-align: center;
  padding: 32px 16px;
  color: #6b7280; /* modern neutral gray */
}

.empty-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 6px;
}

.empty-subtitle {
  font-size: 0.9rem;
  margin-bottom: 18px;
  color: #6b7280;
}

.empty-state-image {
  display: block;
  max-width: 480px;
  margin: 0 auto;
  opacity: 1;
}

.swal2-confirm {
  background-color: #003DA5 !important;
  color: #ffffff !important; /* 👈 text color */
}

.activation-wrapper {
    min-height: calc(100vh - 200px); /* adjusts for header + footer */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 15px;
}

.activation-card {
    background: #ffffff;
    padding: 40px 45px;
    border-radius: 14px;
    text-align: center;
    max-width: 420px;
    width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.activation-card h2 {
    font-size: 28px;
    margin-bottom: 12px;
    font-weight: 700;
}

.activation-card p {
    font-size: 16px;
    color: #666;
    margin-bottom: 25px;
}

.btn-login {
    display: inline-block;
    padding: 12px 28px;
    background: #0066ff; /* match Bidboum brand if needed */
    color: #ffffff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease;
}

.btn-login:hover {
    background: #004ecb;
}

.redirect-note {
    margin-top: 15px;
    font-size: 14px;
    color: #888;
}

/* === Checkout Page === */

.cart-item-box {
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 15px;
}

.cart-image {
    width: 80px;
    height: auto;
    border-radius: 6px;
}

.cart-item-info p {
    margin-bottom: 4px;
    font-size: 14px;
}

.cart-item-price {
    margin-left: auto;
    font-size: 16px;
}

.checkout-summary {
    position: sticky;
    top: 120px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 15px;
}

.summary-total {
    font-size: 17px;
}

/* History Wrapper */
.modern-history-wrapper {
  background: #f8f9fa;
  border-radius: 14px;
  overflow: hidden;
  margin-top: 0px;
}

.modern-history-header {
  padding: 16px 20px;
  font-weight: 600;
  background: #eef1f5;
  border-bottom: 1px solid #e3e6ea;
}

.modern-history-body {
  padding: 10px 20px;
}

.modern-bid-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Each Row */
.modern-bid-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #ececec;
}

.modern-bid-row:last-child {
  border-bottom: none;
}

/* Left Side */
.modern-bid-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

/* Avatar */
.modern-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
}

.modern-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Name + Time */
.modern-bid-name {
  font-weight: 600;
  font-size: 15px;
}

.modern-bid-time {
  font-size: 13px;
  color: #6c757d;
}

/* Price */
.modern-bid-price {
  font-weight: 700;
  font-size: 16px;
}

/* Live dot animation */
.live-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #28c76f;
  border-radius: 50%;
  margin-left: 6px;
  animation: pulse 1.2s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: .6; }
  100% { transform: scale(1); opacity: 1; }
}

.modern-history-body {
  max-height: 320px;      /* shows about 5 bids */
  overflow-y: auto;
  padding: 10px 20px;
}

/* Smooth scrollbar (optional modern look) */
.modern-history-body::-webkit-scrollbar {
  width: 6px;
}

.modern-history-body::-webkit-scrollbar-thumb {
  background: #cfd4da;
  border-radius: 10px;
}

.modern-history-body::-webkit-scrollbar-thumb:hover {
  background: #adb5bd;
}

.modern-history-wrapper {
  position: relative;
}

.modern-history-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: linear-gradient(to bottom, transparent, #f8f9fa);
  pointer-events: none;
}

/* Container */
.modern-bid-input-group {
  display: flex;
  gap: 12px;
  margin-top: 15px;
}

/* ===== Premium Auction Input ===== */

.modern-input-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 0 16px;
  height: 54px;
  transition: all 0.25s ease;
}

/* Currency */
.modern-currency {
  font-weight: 600;
  color: #6c757d;
  margin-right: 10px;
  font-size: 15px;
  transition: 0.2s ease;
}

/* Input */
.modern-input-wrapper input {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  color: #212529;
}

/* Placeholder */
.modern-input-wrapper input::placeholder {
  color: #adb5bd;
  font-weight: 500;
}

/* Focus State (Clean & Premium) */
.modern-input-wrapper:focus-within {
  background: #ffffff;
  border: 1px solid #1e4db7;
  box-shadow: 0 0 0 4px rgba(30, 77, 183, 0.08);
}

/* Currency color changes on focus */
.modern-input-wrapper:focus-within .modern-currency {
  color: #1e4db7;
}

/* ===== Success Banner ===== */

.modern-success-banner {
  display: flex;                     /* Horizontal layout */
  justify-content: space-between;    /* Message left, badge right */
  align-items: center;               /* Vertically center content */
  background: #e9f5ef;               /* Light green background */
  border-radius: 12px;               /* Rounded corners */
  padding: 12px 20px;                /* Inner spacing */
  margin-top: 15px;                  /* Space from elements above */
  animation: fadeIn 0.3s ease;       /* Optional fade-in */
  gap: 12px;                         /* Space between icon and text */
}

.modern-success-left {
  display: flex;
  align-items: center;
  gap: 10px;                         /* Space between icon and text */
  flex: 1;                            /* Allow message to take available space */
}

.modern-success-icon {
  width: 28px;
  height: 28px;
  background: #28a745;               /* Green circle */
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  flex-shrink: 0;                     /* Prevent shrinking */
}

.modern-success-text {
  font-size: 18px;
  color: #2d3436;
  line-height: 1.4;
}

.modern-highest-badge {
  background: #3d8b5f;
  color: white;
  padding: 4px 10px;                  /* Compact padding */
  border-radius: 12px;                /* Rounded pill shape */
  font-size: 12px;                     /* Smaller font for badge */
  font-weight: 600;
  white-space: nowrap;                 /* Prevent wrapping */
  display: inline-flex;                /* Shrink to fit text */
  align-items: center;
  gap: 4px;                            /* Space between emoji and text */
  flex-shrink: 0;                      /* Prevent shrinking */
  height: 24px;                        /* Fixed smaller height */
  line-height: 1;
  min-width: auto;                      /* Fit to content */
}

/* Animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ERROR BANNER */
.modern-error-banner {
  display: flex;                     /* Horizontal layout */
  justify-content: space-between;    /* Message left, badge right */
  align-items: center;               /* Vertically center content */
  background: #f8d7da;               /* Light red background */
  border-radius: 12px;               /* Rounded corners */
  padding: 12px 20px;                /* Inner spacing */
  margin-top: 15px;                  /* Space from elements above */
  animation: fadeIn 0.3s ease;       /* Optional fade-in */
  gap: 12px;                         /* Space between icon and text */
}

/* ERROR LEFT (icon + text) */
.modern-error-left {
  display: flex;
  align-items: center;
  gap: 8px;                          /* space between icon and text */
}

/* ERROR ICON */
.modern-error-icon {
  font-size: 20px;
  color: #842029;
}

/* ERROR TEXT */
.modern-error-text {
  font-weight: 500;
}

/* Optional fade-in animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

.modern-mini-timer-wrapper {
  display: flex;
  justify-content: flex-end; /* Push timer to the right */
  margin-top: 12px;          /* Space above the timer */
}

.modern-mini-timer {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  font-weight: 600;
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 8px;
  color: #1e4db7;
}

.modern-mini-timer .mini-unit {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.pulse {
  animation: pulseAnim 0.6s infinite;
}

@keyframes pulseAnim {
  0%   { transform: scale(1); color: #1e4db7; }
  50%  { transform: scale(1.2); color: #e60000; }
  100% { transform: scale(1); color: #1e4db7; }
}

.countdown.pulsing h4 {
  animation: pulse 0.8s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); color: #d9534f; }
  50% { transform: scale(1.2); color: #c9302c; }
  100% { transform: scale(1); color: #d9534f; }
}

.premium-box {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Image 16:9 */
.premium-image-wrapper {
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
}

.premium-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.premium-content {
  padding: 24px;
}

/* Single line info row (label: value) */
.premium-row {
  display: flex;
  justify-content: flex-end; /* left-aligned */
  margin-bottom: 12px;
  font-size: 14px;
  color: #555;
}

.premium-row span {
  font-weight: 500; /* label */
  margin-right: 6px; /* space between label and value */
}

.premium-row strong {
  font-weight: 600; /* value */
  color: #111;
}

.premium-divider {
  height: 1px;
  background: #eee;
  margin: 20px 0;
}

/* Total */
.premium-total {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
}

/* Collapsible */
.premium-collapsible {
  border-top: 1px solid #eee;
  margin-top: 15px;
}

.premium-collapsible-header {
  padding: 14px 0;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.premium-collapsible-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  font-size: 14px;
  color: #666;
}

.premium-collapsible.active .premium-collapsible-body {
  max-height: 200px;
}

.premium-collapsible.active .arrow {
  transform: rotate(45deg);
}

.arrow {
  transition: 0.3s ease;
  font-size: 18px;
}

/* Hide arrow and center text when .no-arrow is applied */
.premium-collapsible-header.no-arrow {
  justify-content: Left;
}

.premium-collapsible-header.no-arrow .arrow {
  display: none;
}

.how-wrapper {
  padding: 0;
  height: 900px; /* fixed height */
}

.how-container {
  max-width: 1200px;
  margin: auto;
}

.how-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 50px;
}

/* TOP STEPS */

.how-steps {
  position: relative;
  margin-bottom: 60px;
}

.steps-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.step {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.step span {
  font-weight: 700;
  font-size: 18px;
}

.step h4 {
  font-size: 16px;
  margin: 0;
}

.step.active {
  opacity: 1;
  color: #d8a15b;
}

/* PROGRESS BAR */

.progress-line {
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e5e5e5;
}

.progress-fill {
  height: 2px;
  width: 0%;
  background: #d8a15b;
  transition: width 0.4s ease;
}

/* BOTTOM CONTENT */

.how-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* IMAGE */

.how-image-wrapper {
  width: 100%;
  display: flex;
  height: 700px;
  justify-content: center;  /* center horizontally */
  align-items: center;      /* center vertically */
}

.how-image {
  max-width: 100%;
  height: auto;
}

/* DESCRIPTION */

.step-description {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  line-height: 1.7;
  font-weight: 400;
  color: #444;
}

.step-description h5 {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  line-height: 1.7;
  font-weight: 400;
  color: #444;
}
/* MOBILE */

@media (max-width: 900px) {

  .steps-row {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }

  .progress-line {
    display: none;
  }

  .how-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

}

.about-section{
  padding: 0;
}

.about-container{
  max-width:1400px;
  margin:auto;
  display:flex;
  align-items:center;
  gap:60px;
  height: 900px; /* fixed height */
}

.about-image{
  position: relative;
  width: 450px;

  /* Apply fade to everything inside */
  -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent);
  mask-image: linear-gradient(to bottom, black 70%, transparent);
}

.dots{
  position: absolute;
  top: 60px;
  left: 20px;
  width: 350px;
  z-index: 1;
}

.woman{
  position: relative;
  width: 100%;
  z-index: 2;
}

.about-image img{
  width:100%;
  max-width:450px;
  display:block;
}

.about-content{
  flex:1;
}

.subtitle{
  font-size:12px;
  color:#888;
  letter-spacing:2px;
}

.about-content h2{
  font-size:36px;
  margin:10px 0 20px;
}

.about-content p{
  color:#555;
  line-height:1.6;
}

.about-content ul{
  margin:20px 0;
  padding-left:20px;
}

.about-content li{
  margin-bottom:10px;
}

.btn{
  display:inline-block;
  background:#1e63d6;
  color:white;
  padding:12px 25px;
  text-decoration:none;
  border-radius:6px;
  font-weight:bold;
}

.contact-info-boxes{
  margin-bottom: 60px;
}

.contact-box{
  display: flex;
  align-items: center;
  gap: 18px;
  background: #ffffff;
  padding: 25px 28px;
  border-radius: 6px;
  border: 1px solid #eeeeee;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  height: 100%;
}

/* Hover animation */
.contact-box:hover{
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* Icon container */
.contact-icon{
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,61,165,0.08);
  border-radius: 50%;
  font-size: 22px;
  color: #003DA5;
}

/* Title */
.contact-box h5{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #222;
}

/* Text */
.contact-box p{
  margin: 0;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

/* Mobile responsiveness */
@media (max-width: 767px){
  .contact-box{
    margin-bottom: 20px;
  }
}

.contact-image {
    width: 500px;
    margin-top: 15px;
    border-radius: 8px;
}
/*# sourceMappingURL=style.css.map */
   /* --- separator OR --- */
/* ============================
   OR separator
   ============================ */
.auth-separator{
  margin: 18px 0 14px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #8a8a8a;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .10em;
}

.auth-separator::before,
.auth-separator::after{
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(0,0,0,.12);
}

.auth-separator span{
  padding: 0 4px;
}

/* ============================
   Google premium container
   (full width container, but button centered)
   ============================ */
.google-premium{
  width: 100%;
  margin-top: 2px;
}

/* Wrapper that centers the button */
.google-center-wrap{
  width: 100%;
  display: flex;
  justify-content: center;   /* ✅ center horizontally */
  align-items: center;
  margin-top: 6px;
}

/* The GSI element itself: fixed width like your screenshot */
.google-center-wrap .g_id_signin{
  width: 360px;              /* ✅ same as data-width, adjust if needed */
  max-width: 100%;
}

/*
  Google renders the button inside an iframe.
  IMPORTANT:
  - we want the iframe to be 100% of the 360px block
  - NOT 100% of the whole page
*/
.google-center-wrap iframe{
  width: 100% !important;    /* ✅ 100% of the 360px container */
  display: block !important;
  margin: 0 auto !important; /* ✅ keep centered */
  min-height: 44px;          /* similar height to your form buttons */
}

/* (Optional) make it breathe a bit */
.google-center-wrap{
  padding-bottom: 4px;
}

/* ============================
   Bonus: keep "Forgot password" spacing consistent
   ============================ */
#forgot-password-link{
  margin-top: 18px !important;
  display: inline-block;
}

/*signup*/
.requirement {
    font-size: 0.85rem;
    color: #dc3545; /* red */
}
.requirement.valid {
    color: #28a745; /* green */
}
.toggle-password {
    position: absolute;
    top: 38px;
    right: 15px;
    font-size: 1.2rem;
    color: #888;
}

.terms-link {
color: #1a73e8;      /* Nice modern blue */
text-decoration: underline;
}

.terms-link:hover {
color: #0d47a1;      /* Darker blue on hover */
}

/*cookies*/
.cookie-banner {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
    padding: 20px;
}

.cookie-content {
    max-width: 1100px;
    margin: 0 auto;
}

.cookie-content h5 {
    margin-bottom: 8px;
    font-weight: 700;
}

.cookie-content p {
    margin-bottom: 16px;
    color: #444444;
    line-height: 1.5;
}

.cookie-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.cookie-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
}

.cookie-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.cookie-modal-content {
    position: relative;
    max-width: 680px;
    margin: 8vh auto;
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    z-index: 10001;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.cookie-modal-content h4 {
    font-weight: 700;
    margin-bottom: 10px;
}

.cookie-modal-intro {
    color: #555555;
    margin-bottom: 20px;
    line-height: 1.5;
}

.cookie-category {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding: 16px 0;
    border-bottom: 1px solid #eeeeee;
}

.cookie-category p {
    margin: 6px 0 0;
    color: #555555;
    font-size: 14px;
    line-height: 1.4;
}

.cookie-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 26px;
    flex-shrink: 0;
    margin-top: 4px;
}

.cookie-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.cookie-switch span {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background-color: #cccccc;
    transition: 0.25s;
    border-radius: 26px;
}

.cookie-switch span::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: #ffffff;
    transition: 0.25s;
    border-radius: 50%;
}

.cookie-switch input:checked + span {
    background-color: #0d6efd;
}

.cookie-switch input:checked + span::before {
    transform: translateX(22px);
}

.cookie-switch input:disabled + span {
    cursor: not-allowed;
    opacity: 0.7;
}

.d-none {
    display: none !important;
}

@media (max-width: 576px) {
    .cookie-banner {
        left: 10px;
        right: 10px;
        bottom: 10px;
        padding: 16px;
    }

    .cookie-actions {
        flex-direction: column;
    }

    .cookie-actions .btn {
        width: 100%;
    }

    .cookie-modal-content {
        margin: 4vh 12px;
        max-height: 90vh;
        overflow-y: auto;
    }

    .cookie-category {
        gap: 12px;
    }
}

/*bid summary*/
.bid-summary-row {
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bid-summary-row p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}

#remaining_bids {
    color: #0d6efd;
}
/* ==============================
   Calendrier client (slots dispo)
   ============================== */

/* Modal très large */
#customerCalendar .modal-dialog{
  width: 98vw !important;
  max-width: 1600px !important;
  margin: 1rem auto;
}

/* ====== Container scroll (vertical + horizontal) ====== */
#customerCalendar .planner-scroll{
  position: relative;
  max-height: min(78vh, 820px);
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: auto;
  overscroll-behavior: contain;
  background: #fff;
  scrollbar-gutter: stable;
}

/* ====== Grid base ====== */
#customerCalendar [data-cc-el="grid"]{
  --grid-border:#e5e7eb;
  --grid-bg:#fff;
  --grid-alt:#fbfbfd;
  --hour-h:64px;

  display:grid !important;
  grid-auto-flow: row !important;
  align-content: start !important;

  background:#fff;
  position:relative;
}

/* ====== Cells ====== */
#customerCalendar .head,
#customerCalendar .cell,
#customerCalendar .hour-col{
  border-right:1px solid var(--grid-border);
  border-bottom:1px solid var(--grid-border);
  background: var(--grid-bg);
  height:100%;
  min-height:0;
  user-select:none;
}

/* ====== Header row ====== */
#customerCalendar .head{
  position: sticky;
  top: 0;
  z-index: 30;
  background: #fff;
  box-shadow: 0 1px 0 var(--grid-border);

  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:2px;

  padding: 6px 8px;
  text-align:center;
}
#customerCalendar .head .dow{
  font-size: .85rem;
  color:#475569;
  line-height: 1.1;
  text-transform: capitalize;
}
#customerCalendar .head .date{
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
}

/* ====== Time column (sticky left) ====== */
#customerCalendar .hour-col{
  background: var(--grid-alt);
  text-align:right;
  color:#64748b;
  padding: 8px 10px;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;

  position: sticky;
  left: 0;
  z-index: 35;
}

#customerCalendar .hour-col.head{
  position: sticky;
  top: 0;
  left: 0;
  z-index: 40;
  background: #fff;
  box-shadow: 0 1px 0 var(--grid-border);
}

/* ====== Normal cells ====== */
#customerCalendar .cell{
  background:#fff;
}

/* ====== Slots ====== */
#customerCalendar .slot{
  background:#e8f0fe;
  border:1px solid #b6c6ff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(64,84,178,.10);
  font-size: .92rem;
  line-height: 1.2;
}

/* ✅ bleu = sélection (avant confirmation) */
#customerCalendar .slot.is-selected{
  outline: 2px solid rgba(13,110,253,.55);
  border-color: rgba(13,110,253,.65);
  box-shadow: 0 6px 16px rgba(13,110,253,.18);
  transform: translateY(-1px);
}

/* ✅ vert = slot déjà réservé (persistant) */
#customerCalendar .slot.is-booked{
  background:#dcfce7;
  border-color:#22c55e;
  box-shadow: 0 2px 10px rgba(34,197,94,.15);
}
#customerCalendar .slot.is-booked strong{
  color:#166534;
}

/*auction en cours dans dashboard*/
.mobile-auction-cards {
    display: none;
}

.desktop-auction-table {
    display: block;
}

@media (max-width: 767.98px) {
    .desktop-auction-table {
        display: none;
    }

    .mobile-auction-cards {
        display: flex;
    }
}

/*countdown in auction-details*/
progress[value] {
  --w: 200px; /* the width*/
  --color:  /* the progress color */
    linear-gradient(#fff8,#fff0),
    repeating-linear-gradient(135deg,#0003 0 10px,#0000 0 20px),
    /* if < 30% "red" */
    linear-gradient(green    0 0) 0 /calc(var(--w)*.3 - 100%) 1px,
    /* if < 60% "orange" */
    linear-gradient(green 0 0) 0 /calc(var(--w)*.6 - 100%) 1px,
    /* else "green" */
    green;
  --background: lightgrey; /* the background color */

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: var(--w);
  margin: 0 10px;
  border-radius: 10em;
  background: var(--background);
}
progress[value]::-webkit-progress-bar {
  border-radius: 10em;
  background: var(--background);
}
progress[value]::-webkit-progress-value {
  border-radius: 10em;
  background: var(--color);
}
progress[value]::-moz-progress-bar {
  border-radius: 10em;
  background: var(--color);
}
.left-side, .right-side {
    width: 100%;
  }
.left-side > *, .right-side > * {
  width: 100%;
}

/*page de paiement*/
.cart-image {
    width: 80px;
    height: auto;
    border-radius: 6px;
}

.checkout-summary {
    position: sticky;
    top: 120px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 15px;
}

.summary-row.total {
    font-size: 17px;
}

/*page signup*/
.pw-meter { height: 6px; border-radius: 3px; background:#eee; overflow:hidden; }
.pw-meter > div { height:100%; width:0; transition:width .2s; }
.pw-hint { font-size: .9rem; color:#666; }

/*newsletter*/
body {
    background-color: #eef2fb;
}

/* ── Hero ── */
.newsletter-hero {
    padding: 60px 0 0;
    position: relative;
}

.newsletter-hero .hero-inner {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
}

.newsletter-hero .hero-text {
    padding-bottom: 40px;
}

.newsletter-hero .hero-text h1 {
    font-size: 2.6rem;
    font-weight: 800;
    color: #1a2340;
    line-height: 1.2;
    margin-bottom: 14px;
}

.newsletter-hero .hero-text p {
    color: #5a6580;
    font-size: 0.95rem;
    max-width: 300px;
    line-height: 1.6;
}

.newsletter-hero .hero-illustration {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    margin-bottom: -30px;
}

.newsletter-hero .hero-illustration img {
    width: 420px;
    max-width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

/* Background image: absolutely behind the envelope */
.newsletter-bg-img {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130% !important;
    z-index: 0 !important;
    opacity: 0.6;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
}

/* ── Form Card ── */
.newsletter-form-section {
    padding: 0 0 60px;
    position: relative;
    z-index: 2; /* above the envelope overlap */
}

.newsletter-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 40px rgba(30, 60, 140, 0.10);
    padding: 44px 40px 36px;
    text-align: center;
}

.newsletter-card .card-icon {
    width: 56px;
    height: 56px;
    background: #eef2fb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.newsletter-card .card-icon svg {
    width: 26px;
    height: 26px;
    color: #1e3c8c;
}

.newsletter-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a2340;
    margin-bottom: 6px;
}

.newsletter-card .card-subtitle {
    color: #6b7a99;
    font-size: 0.92rem;
    margin-bottom: 28px;
}

/* ── What You'll Get ── */
.newsletter-benefits {
    padding: 50px 0 80px;
}

.newsletter-benefits .section-title {
    text-align: center;
    font-size: 1.35rem;
    font-weight: 700;
    color: #1a2340;
    margin-bottom: 6px;
}

.newsletter-benefits .title-underline {
    width: 40px;
    height: 3px;
    background: #1e3c8c;
    border-radius: 2px;
    margin: 0 auto 36px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.benefit-item {
    text-align: center;
    padding: 10px 24px;
    border-right: 1.5px solid #d5ddef;
}

.benefit-item:last-child {
    border-right: none;
}

.benefit-icon {
    width: 60px;
    height: 60px;
    background: #dce6f8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}

.benefit-icon svg {
    width: 26px;
    height: 26px;
    color: #1e3c8c;
}

.benefit-item h5 {
    font-size: 0.97rem;
    font-weight: 700;
    color: #1a2340;
    margin-bottom: 8px;
}

.benefit-item p {
    font-size: 0.84rem;
    color: #6b7a99;
    line-height: 1.55;
    margin: 0;
}

@media (max-width: 640px) {
    .newsletter-hero .hero-text h1 { font-size: 1.9rem; }
    .newsletter-hero .hero-illustration { display: none; }
    .newsletter-card { padding: 32px 20px 28px; }
    .benefits-grid { grid-template-columns: 1fr; gap: 28px; }
    .benefit-item { border-right: none; border-bottom: 1.5px solid #d5ddef; padding: 0 0 24px; }
    .benefit-item:last-child { border-bottom: none; }
}

/*join merchant*/
body {
    background-color: #eef2fb;
}

/* ── Hero ── */
.newsletter-hero {
    padding: 60px 0 0;
    position: relative;
}

.newsletter-hero .hero-inner {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
}

.newsletter-hero .hero-text {
    padding-bottom: 40px;
}

.newsletter-hero .hero-text h1 {
    font-size: 2.6rem;
    font-weight: 800;
    color: #1a2340;
    line-height: 1.2;
    margin-bottom: 14px;
}

.newsletter-hero .hero-text p {
    color: #5a6580;
    font-size: 0.95rem;
    max-width: 340px;
    line-height: 1.6;
}

.newsletter-hero .hero-illustration {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    margin-bottom: -30px;
}

.newsletter-hero .hero-illustration img {
    width: 420px;
    max-width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

/* Background image: absolutely behind the illustration */
.newsletter-bg-img {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130% !important;
    z-index: 0 !important;
    opacity: 0.6;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
}

/* ── Form Card ── */
.newsletter-form-section {
    padding: 0 0 60px;
    position: relative;
    z-index: 2;
}

.newsletter-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 40px rgba(30, 60, 140, 0.10);
    padding: 44px 40px 36px;
    text-align: center;
}

.newsletter-card .card-icon {
    width: 56px;
    height: 56px;
    background: #eef2fb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.newsletter-card .card-icon svg {
    width: 26px;
    height: 26px;
    color: #1e3c8c;
}

.newsletter-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a2340;
    margin-bottom: 6px;
}

.newsletter-card .card-subtitle {
    color: #6b7a99;
    font-size: 0.92rem;
    margin-bottom: 28px;
}

/* ── What You'll Get ── */
.newsletter-benefits {
    padding: 50px 0 80px;
}

.newsletter-benefits .section-title {
    text-align: center;
    font-size: 1.35rem;
    font-weight: 700;
    color: #1a2340;
    margin-bottom: 6px;
}

.newsletter-benefits .title-underline {
    width: 40px;
    height: 3px;
    background: #1e3c8c;
    border-radius: 2px;
    margin: 0 auto 36px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.benefit-item {
    text-align: center;
    padding: 10px 24px;
    border-right: 1.5px solid #d5ddef;
}

.benefit-item:last-child {
    border-right: none;
}

.benefit-icon {
    width: 60px;
    height: 60px;
    background: #dce6f8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}

.benefit-icon svg {
    width: 26px;
    height: 26px;
    color: #1e3c8c;
}

.benefit-item h5 {
    font-size: 0.97rem;
    font-weight: 700;
    color: #1a2340;
    margin-bottom: 8px;
}

.benefit-item p {
    font-size: 0.84rem;
    color: #6b7a99;
    line-height: 1.55;
    margin: 0;
}

@media (max-width: 640px) {
    .newsletter-hero .hero-text h1 { font-size: 1.9rem; }
    .newsletter-hero .hero-illustration { display: none; }
    .newsletter-card { padding: 32px 20px 28px; }
    .benefits-grid { grid-template-columns: 1fr; gap: 28px; }
    .benefit-item { border-right: none; border-bottom: 1.5px solid #d5ddef; padding: 0 0 24px; }
    .benefit-item:last-child { border-bottom: none; }
}

/*dashboard*/
.profile-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 15px;
}

.profile-actions .profile-btn {
    margin-right: auto;
}

.profile-actions .delete-btn {
    margin-left: auto;
    background-color: #dc3545;
    color: #fff;
    border: none;
}

.profile-actions .delete-btn:hover {
    background-color: #bb2d3b;
    color: #fff;
}

@media (max-width: 576px) {
    .profile-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .profile-actions .profile-btn,
    .profile-actions .delete-btn {
        width: 100%;
        margin: 0;
        text-align: center;
    }
}

/*header*/
.language-form {
    margin-left: 14px;
    display: flex;
    align-items: center;
}

.language-dropdown {
    position: relative;
}

.language-dropdown-toggle {
    height: 40px;
    min-width: 95px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 999px;
    background: #ffffff;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    transition: all 0.2s ease;
}

.language-dropdown-toggle:hover {
    background: #004aad;
    border-color: #004aad;
    color: #ffffff;
}

.language-dropdown-menu {
    position: absolute;
    top: 48px;
    right: 0;
    min-width: 95px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    padding: 6px;
    display: none;
    z-index: 9999;
}

.language-dropdown-menu {
    position: absolute;
    top: 44px;
    right: 0;
    min-width: 95px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    padding: 6px;
    display: none;
    z-index: 9999;
}

.language-dropdown.open .language-dropdown-menu {
    display: block;
}

.language-dropdown-menu button {
    width: 100%;
    border: none;
    background: transparent;
    color: #222;
    padding: 8px 12px;
    border-radius: 10px;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.language-dropdown-menu button:hover {
    background: #004aad;
    color: #ffffff;
}

@media (max-width: 991px) {
    .language-form {
        margin-left: 8px;
    }

    .language-select-wrapper {
        height: 36px;
        min-width: 85px;
    }

    .language-select {
        font-size: 13px;
        padding-left: 34px;
    }
}