/*=====================================================
Template Name   : Mocart
Description     : Multipurpose eCommerce HTML5 Template
Author          : LunarTemp
Version         : 1.0
=======================================================*/


/*=====================================================
Table of contents
=======================================================
1. Google fonts
2. Theme variables
3. General css
4. Preloader
5. Theme default css
6. Margin & padding
7. Site title css
8. Theme button
9. Scroll top css
10. Header top css
11. Navbar css
12. Mega menu
13. Multi level dropdown menu
14. Search popup
15. Hero css 
16. Small banner css 
17. Mid banner css 
18. Big banner css 
19. Popup banner css 
20. Category css 
21. Shop css 
22. Shop cart css 
23. Shop checkout css
24. Shop checkout complete css 
25. Shop single css 
26. Compare css 
27. Price range css 
28. Product css 
29. Product list css
30. Modal quick view css 
31. Bs custom css 
32. Countdown css
33. Deal css 
34. Feature css 
35. About css 
36. Counter css 
37. Team css 
38. Play btn
39. Video css 
40. Testimonial css 
41. Brand css 
42. Help css 
43. Invoices css 
44. Faq css 
45. Auth css 
46. User css 
47. Coming soon css 
48. Error css 
49. Terms/privacy css 
50. Mail success css 
51. Blog css 
52. Blog single css
53. Widget sidebar css
54. Pagination css 
55. Breadcrumb css 
56. Contact us css 
57. Gallery css 
58. Affiliate css 
59. Cta css 
60. Process css 
61. Instagram css 
62. Choose css 
63. Newsletter css 
64. Footer css 
65. Home 2 css 
=======================================================*/



/*====================
1. Google fonts
======================*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&amp;family=Roboto:wght@100;300;400;500;700;900&amp;display=swap');


/*====================
2. Theme variables
======================*/

:root {
  --body-font: 'Roboto', sans-serif;
  --heading-font: 'Inter', sans-serif;
  /* --theme-color: #38B6FF; */
  --theme-color: #0062a6; 

  --theme-color2: #053262;
  --theme-color-light: rgba(0, 191, 255, .08);
  --theme-bg-light: #F5F7FA;
  --body-text-color: #757F95;
  --color-white: #ffffff;
  --color-dark: #053262;
  --color-green: #11B76B;
  --color-blue: #0049D0;
  --color-skyblue: #00BFFF;
  --color-yellow: #FBA707;
  --color-gray: #ECECEC;
  /* --color-red: #FD6A6A; */
  --color-red: #20326b;

  --hero-overlay-color: #01060F;
  --slider-arrow-bg: rgba(255, 255, 255, 0.2);
  --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
  --transition: all .5s ease-in-out;
  --transition2: all .3s ease-in-out;
  --border-info-color: rgba(0, 0, 0, 0.08);
  --border-info-color2: rgba(0, 0, 0, 0.05);
  --border-white-color: rgba(255, 255, 255, 0.12);
  --border-white-color2: rgba(255, 255, 255, 0.07);
  --footer-bg: #053262;
  --footer-text-color: #F5FAFF;
}



/*====================
3. General css
======================*/

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  scroll-behavior: inherit !important;
}
html {
  scroll-behavior: smooth;
}
html,
body {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--body-font);
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
  color: var(--body-text-color);
  line-height: 1.8;
}

a {
  /* color:  var(--color-dark); */
  display: inline-block;
}

a,
a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}

a:hover {
  color: var(--color-blue);
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color:  var(--color-dark);
  margin: 0px;
  font-weight: 600;
  font-family: var(--heading-font);
  line-height: 1.2;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0px;
}

.img,
img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: auto;
}

label {
  color: #999;
  cursor: pointer;
  font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: var(--color-white);
  text-shadow: none;
}

::-moz-selection {
  background: #555;
  color: var(--color-white);
  text-shadow: none;
}

::selection {
  background: #555;
  color: var(--color-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}



/*====================
4. Preloader
======================*/

/* .preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.loader-ripple div {
  position: absolute;
  border: 4px solid var(--theme-color);
  opacity: 1;
  border-radius: 50%;
  animation: loader-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.loader-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes loader-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
 */



.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 72×72 area for circle + logo */
/* .loader-ripple {
  position: relative;
  width: 72px;
  height: 72px;
} */
.loader-ripple {
  position: relative;
  width: 500px;
  height: 500px;
}
/* animated circle fills the 72×72 box */
.loader-circle {
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0; */
  border: 4px solid var(--theme-color);
  border-radius: 50%;
  opacity: 1;
  animation: loader-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

@keyframes loader-ripple {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* logo perfectly centered in same box */
.loader-logo {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

/* .loader-logo img {
  width: 150px;  
  height: 150px;
  object-fit: contain;
} */
.loader-logo img {
  width: 450px;
  /* tweak to fit inside circle */
  height: 450px;
  object-fit: contain;
}


/*===================
5. Theme default css
======================*/

.ovrflow-hidden {
  overflow: hidden;
}

.position-relative {
  position: relative;
  z-index: 1;
}

.text-right {
  text-align: right;
}

.space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-pd {
  padding: 0 7rem;
}

.s-pd {
  padding: 0 12rem;
}

.h-100 {
  height: 100%;
}

.h-100vh {
  height: 100vh;
}

.bg {
  background: var(--theme-color-light);
}

.bg-2 {
  background: var(--theme-bg-light);
}



/*====================
6. Margin & padding
======================*/

.py-120 {
  padding: 120px 0;
}

.py-110 {
  padding: 110px 0;
}

.py-100 {
  padding: 100px 0;
}

.py-90 {
  padding: 90px 0;
}

.py-80 {
  padding: 80px 0;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  /* padding-bottom: 30px; */
   padding-bottom: 0px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.my-120 {
  margin: 120px 0;
}

.my-110 {
  margin: 110px 0;
}

.my-100 {
  margin: 100px 0;
}

.my-90 {
  margin: 90px 0;
}

.my-80 {
  margin: 80px 0;
}




/*====================
7. Site title css
======================*/

.site-heading {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.site-title-tagline {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 17px;
  font-weight: 700;
  color: var(--theme-color);
  position: relative;
  margin-bottom: 5px;
  display: inline-block;
}

.site-title {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 34px;
  color:  var(--color-dark);
  margin-top: 4px;
}

.site-title span{
  color: var(--theme-color);
}

.site-heading p {
  margin-top: 15px;
}

.site-heading-inline{
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 30px;
}

.site-heading-inline .site-title{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 32px;
  position: relative;
}

.site-heading-inline .site-title::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background: var(--theme-color-light);
  border-radius: 0 50px 50px 0;
  width: 80%;
  height: 100%;
  z-index: -1;
}

.site-heading-inline .site-title::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 20%;
  border-bottom: 3px solid var(--theme-color);
  z-index: -1;
}

.site-heading-inline .site-title img{
  width: 32px;
}

.site-heading-inline a{
  font-weight: 500;
  color: var(--theme-color);
}

.site-heading-inline a:hover{
  color: var(--color-red);
}


@media all and (max-width: 767px) {
  .site-heading-inline .site-title {
    font-size: 19px;
  }

  .site-heading-inline .site-title img{
    width: 25px;
  }
}




/*====================
8. Theme button
======================*/

.theme-btn {
  position: relative;
  font-size: 16px;
  background: var(--theme-color);
  color: var(--color-white);
  padding: 10px 20px;
  display: inline-block;
  vertical-align: middle;
  text-transform: capitalize;
  border-radius: 10px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  z-index: 1;
}

.theme-btn::before {
  content: "";
  height: 300px;
  width: 300px;
  background: var(--color-red);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}

.theme-btn:hover {
  color: var(--color-white);
}

.theme-btn:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.theme-btn i {
  margin-left: 5px;
}

.theme-btn span {
  margin-right: 5px;
}

.theme-btn2{
  background: var(--color-red);
  color: var(--color-white);
}

.theme-btn2::before {
  background: var(--theme-color);
}

.theme-btn2:hover{
  color: var(--color-white);
}



/*====================
9. Scroll top css
======================*/

#scroll-top {
  position: fixed;
  bottom: -20px;
  right: 30px;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  border-radius: 50px;
  color: var(--color-white);
  background-color: var(--theme-color);
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  box-shadow: var(--box-shadow2);
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

#scroll-top.active{
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}


@media all and (min-width: 768px) and (max-width: 1199px) {
  #scroll-top.active {
    bottom: 100px;
  }
}



/*====================
10. Header top css
======================*/

.header-top {
  position: relative;
  padding: 6px 0 9px 0;
  background: transparent;
  border-bottom: 1px solid var(--border-info-color);
  border-top: 3px solid var(--theme-color);
}

.header-top-left > p{
  color: var(--color-white);
}

.header-top-list li {
  display: inline-block;
  color: var(--color-dark);
  font-size: 14px;
  font-weight: 500;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0px 13px 0px 6px;
}

.header-top-list li:last-child{
  border-right: none;
  padding-right: 0;
}

.header-top-list li:first-child{
  padding-left: 0;
}

.header-top-list li a {
  color: var(--color-dark);
}

.header-top-list li a:hover{
  color: var(--theme-color);
}

.header-top-list li i{
  color: var(--theme-color);
  margin-right: 5px;
}

.header-top-right {
  float: right;
}

.header-top-right .dropdown-menu{
  border: none;
  border-radius: 15px;
  box-shadow: var(--box-shadow);
  padding: 10px;
  min-width: 80px;
}

.header-top-right .dropdown-item{
  color: var(--color-dark);
  border-radius: 10px;
  text-align: center;
}

.header-top-right .dropdown-item:hover{
  background: var(--theme-color);
  color: var(--color-white);
}

.header-top-social a{
  margin-left: 10px;
}

.header-top-social span{
  color: var(--theme-color);
}

.header-top-list li .header-top-social a i{
  margin-right: 0;
  transition: var(--transition);
}

.header-top-social a:hover i{
  color: var(--theme-color2);
}

@media all and (max-width: 991px) {
  .header-top-list li{
    border-right: none;
  }

  .header-top-left .header-top-list li.help{
    display: none;
  }

  .header-top-right .header-top-list li{
    padding-right: 0px;
  }
  
  .header-top .dropdown-toggle::after{
    float: unset;
  }

  .header-top-social span{
    display: none;
  }
}

@media all and (max-width: 767px) {
  .header-top{
    text-align: center;
  }

  .header-top-right{
    float: unset;
  }

  .header-top-social{
    display: none;
  }
}

/* light */
.header-top.light .header-top-list li a{
  color: var(--color-white);
}

.header-top.light .header-top-list li i{
  color: var(--color-white);
}

.header-top.light .header-top-social span{
  color: var(--color-white);
}

.header-top.light .header-top-right .dropdown-item{
  color: var(--color-dark);
}

.header-top.light .header-top-right .dropdown-item:hover{
  color: var(--color-white);
}




/*====================
11. Header middle css
======================*/

.header-middle {
  position: relative;
  background: var(--color-white);
  padding: 22px 0 22px 0;
  z-index: 3;
}

.header-middle-search .search-content{
  display: flex;
  background: var(--color-white);
  border: 2px solid var(--theme-color);
  padding: 4px 4px;
  border-radius: 50px;
  transition: var(--transition);
}

.header-middle-search .search-content:hover{
  border-color: var(--theme-color);
}

.header-middle-search .form-control{
  border-radius: 0px;
  box-shadow: none;
  border: none;
  padding-right: 2px;
}

.header-middle-search .form-control::placeholder{
  color: var(--body-text-color);
}

.header-middle-search .search-btn{
  padding: 5.5px 15px 4.5px 15px;
  border: none;
  background: none;
  color: var(--body-text-color);
  font-size: 18px;
  transition: var(--transition);
}

.header-middle-search .search-btn:hover{
  color: var(--theme-color);
}

.header-middle-search .nice-select{
  border-radius: 50px 0 0 50px;
  border: none;
  font-size: 16px;
  padding-left: 15px;
  line-height: 42px;
  border-right: 1px solid var(--border-info-color);
}

.header-middle-search .nice-select::after{
  width: 8px;
  height: 8px;
  margin-top: -6px;
}

.header-middle-search .nice-select .list{
  border: none;
  border-radius: 8px;
  padding: 10px;
  box-shadow: var(--box-shadow);
}

.header-middle-search .nice-select .option{
  border-radius: 8px;
}

.header-middle-search .nice-select .option:hover{
  background: var(--theme-color);
  color: var(--color-white);
}

.header-middle-search .nice-select .option.focus,
.header-middle-search .nice-select .option.selected.focus{
  background: var(--theme-color-light);
  color: var(--theme-color);
}

.header-middle-right {
  float: right;
}

.header-middle-list li{
  display: inline-block;
}

.header-middle-list .list-item{
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 16px;
  margin-left: 12px;
  transition: var(--transition);
}

.header-middle-list li:first-child .list-item{
  margin-left: 0px;
}

.header-middle-list .list-item-icon{
  position: relative;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: var(--theme-color-light);
  color: var(--theme-color);
  font-size: 20px;
  text-align: center;
  border-radius: 50px;
  position: relative;
  transition: var(--transition);
}

.header-middle-list .list-item-icon span{
  position: absolute;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: var(--color-white);
  background: var(--theme-color);
  border-radius: 50px;
  font-size: 12px;
  right: -5px;
  top: -5px;
}

.header-middle-list .list-item-info h6{
  font-weight: 400;
  font-size: 14px;
}

.header-middle-list .list-item-info h5{
  font-weight: 500;
  font-size: 14px;
  margin-top: 3px;
}

.header-middle-list .shop-cart{
  position: relative;
}


/* dropdown cart */
.dropdown-cart{
  position: relative;
}

.dropdown-cart-menu{
  position: absolute;
  right: 0;
  top: 60px;
  background: var(--color-white);
  border-radius: 15px;
  padding: 20px;
  box-shadow: var(--box-shadow);
  min-width: 320px;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}

.dropdown-cart:hover .dropdown-cart-menu{
  opacity: 1;
  visibility: visible;
  top: 48px;
}

.dropdown-cart-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--border-info-color);
}

.dropdown-cart-header span,
.dropdown-cart-header a{
  font-size: 13px;
  font-weight: 600;
  color: var(--color-dark);
  text-transform: uppercase;
}

.dropdown-cart-header a:hover{
  color: var(--theme-color);
}

.dropdown-cart-list li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid var(--border-info-color);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.dropdown-cart-list li:last-child{
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.dropdown-cart-item{
  display: flex;
  align-items: center;
  gap: 15px;
}

.dropdown-cart-item .cart-img{
  width: 70px;
  height: 70px;
  border-radius: 10px;
  padding: 8px;
  border: 1px solid var(--border-info-color);
}

.dropdown-cart-item:hover .cart-img img{
	transform:scale(1.09);
}

.dropdown-cart-item .cart-info{
  flex: 1;
}

.dropdown-cart-item .cart-info h4{
  font-size: 14px;
  margin-bottom: 5px;
}

.dropdown-cart-item .cart-info h4 a:hover{
  color: var(--theme-color);
}

.dropdown-cart-item .cart-remove{
  color: var(--color-red);
  font-size: 18px;
  transition: var(--transition);
}

.dropdown-cart-item .cart-remove:hover{
  color: var(--theme-color);
}

.dropdown-cart-bottom{
  padding-top: 10px;
  margin-top: 15px;
  border-top: 1px solid var(--border-info-color);
}

.dropdown-cart-total{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown-cart-total span {
  text-transform: uppercase;
  color: var(--color-dark);
  font-size: 13px;
  font-weight: 600;
}

.dropdown-cart-total .total-amount{
  font-size: 14px;
}

.dropdown-cart-bottom .theme-btn{
  display: block;
  padding: 8px 20px;
  margin-top: 25px;
}


@media all and (min-width: 1199px) and (max-width: 1399px){
  .header-middle-list .list-item{
    gap: 8px;
  }

  .header-middle-list li:first-child .list-item{
    margin-left: 0;
  }

  .header-middle-list .list-item-icon{
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
}

@media all and (max-width: 1199px){
  .header-middle-list .list-item-info{
    display: none;
  }
}

@media all and (max-width: 991px) {
  .header-middle{
    display: none;
  }
}



/*====================
11. Navbar css
======================*/

.navbar {
  /* background: var(--theme-bg-light); */
  padding-top: 0px;
  padding-bottom: 0px;
  z-index: 2;
}

.navbar.fixed-top {
  background: var(--color-white);
  box-shadow: var(--box-shadow2);
  animation: slide-down 0.7s;
}

@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

.navbar .navbar-brand .logo-display {
  display: block;
}

.navbar .navbar-brand .logo-scrolled {
  display: none;
}

.navbar.fixed-top .navbar-brand .logo-display {
  display: none;
}

.navbar.fixed-top .navbar-brand .logo-scrolled {
  display: block;
}

.navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler-mobile-icon {
  display: inline-block;
  width: inherit;
  height: inherit;
}

.navbar-brand {
  margin-right: 0;
}

.navbar-brand img {
  width: 250px;
}

.navbar .dropdown-toggle::after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: baseline;
  font-family: 'Font Awesome 6 Pro';
  content: "\f107";
  font-weight: 600;
  border: none;
  font-size: 14px;
}





.navbar .nav-link.nav-anim {
  color: #004a99;
  transition: color 0.3s ease, letter-spacing 0.3s ease;
}

.navbar .nav-link.nav-anim:hover,
.navbar .nav-link.nav-anim:focus {
  color: #006aff;
  letter-spacing: 0.06em;
  font-weight: 700;
}









@media all and (min-width: 992px) {

  .navbar.navbar-expand-lg .offcanvas .offcanvas-body{
    gap: 80px;
  }

  .navbar.fixed-top.navbar-expand-lg .offcanvas .offcanvas-body{
    gap: 40px;
  }

  .navbar .nav-item .nav-link {
    margin-right: 25px;
    padding: 10px 0 10px 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-dark);
    text-transform: capitalize;
  }

  .navbar .nav-item:last-child .nav-link {
    margin-right: 0 !important;
  }

  .navbar.fixed-top .nav-item .nav-link {
    color: var(--color-dark);
    padding: 22px 0 22px 0;
  }

  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
    border: none;
    left: -15px;
    border-radius: 15px;
    padding: 15px 12px;
    background: var(--color-white);
    width: 220px;
    box-shadow: var(--box-shadow);
  }

  .navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 16px;
    font-weight: 400;
    color:  var(--color-dark);
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    transition: var(--transition);
  }

  .navbar .nav-item .dropdown-menu .dropdown-item:hover {
    background: transparent;
    color: var(--theme-color);
    padding-left: 22px;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item::before {
    content: "\f111";
    position: absolute;
    font-family: "Font Awesome 6 pro";
    left: 8px;
    top: 14px;
    color: var(--theme-color);
    font-weight: bold;
    font-size: 6px;
    transform: scale(0, 0);
    transition: var(--transition);
    z-index: -1;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item:hover::before {
    opacity: 1;
    visibility: visible;
    transform: scale(1, 1);
  }

  .navbar .nav-item .nav-link {
    position: relative;
  }

  .navbar .nav-item .nav-link.active,
  .navbar .nav-item:hover .nav-link {
    color: var(--theme-color);
  }

  .navbar.fixed-top .nav-item .nav-link.active,
  .navbar.fixed-top .nav-item:hover .nav-link {
    color: var(--theme-color);
  }

  .navbar .nav-item:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }

  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 140%;
  }

  /* nav right */
  .nav-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .nav-right-link {
    position: relative;
    font-size: 16px;
    color: var(--color-dark);
    font-weight: 500;
  }

  .nav-right-link:hover {
    transition: var(--transition);
    color: var(--theme-color);
  }

  .navbar.fixed-top .nav-right-link{
    color: var(--color-dark);
  }

  .navbar.fixed-top .nav-right-link:hover{
    color: var(--theme-color);
  }

  /* nav-right icon */
  .nav-right.icon .nav-right-link{
    color: var(--color-dark);
    font-size: 18px;
    padding: 4px;
  }

  .nav-right.icon .nav-right-link:hover{
    color: var(--theme-color);
  }

  .nav-right.icon .nav-right-link span{
    position: absolute;
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: var(--color-white);
    background: var(--theme-color);
    text-align: center;
    border-radius: 50px;
    font-size: 12px;
    right: -5px;
    top: -5px;
  }
}

@media all and (min-width: 1199px) and (max-width: 1399px){
  .navbar .nav-item .nav-link {
    margin-right: 15px !important;
  }

  .navbar.fixed-top .navbar-brand img{
    /* width: 130px; */
    width: 250px;
  }

  .nav-right {
    margin-left: 15px !important;
  }

  .navbar.fixed-top .nav-right{
    gap: 12px;
  }
}

@media all and (max-width: 1199px) {
  .navbar .nav-right {
    display: none;
  }
}

@media all and (min-width: 992px) and (max-width: 1199px){
  .navbar .nav-item .nav-link {
    margin-right: 15px;
    font-size: 16px;
  }
}


/* mobile menu */
.mobile-menu-right {
  display: none;
}

@media all and (max-width: 991px) {
  .navbar {
    padding-top: 8px;
    padding-bottom: 8px;
    background: var(--color-white);
  }

  .navbar-brand img {
    width: 130px;
  }

  .navbar .offcanvas{
    width: 300px;
  }

  .navbar .offcanvas-header .btn-close{
    box-shadow: none;
  }

  .navbar .offcanvas-brand{
    width: 150px;
  }

  .navbar .dropdown-toggle::after {
    float: right;
    margin-top: 2px;
  }

  .navbar .dropdown-item{
    color: var(--color-dark);
  }

  .navbar .nav-item .nav-link {
    color:  var(--color-dark);
    font-weight: 500;
    margin-right: 0px;
    transition: var(--transition);
  }

  .navbar .nav-item .nav-link:hover {
    color: var(--theme-color) !important;
  }

  .navbar-toggler {
    padding: 0;
    border: none;
  }

  .navbar-toggler span{
    display: block;
    width: 22px;
    border-bottom: 3px solid var(--theme-color);
    border-radius: 50px;
    margin-top: 5px;
  }

  .navbar-toggler span:first-child{
    margin-top: 0;
  }

  .navbar-toggler span:nth-child(2){
    width: 15px;
  }

  .mobile-menu-right,
  .mobile-menu-btn {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .mobile-menu-right .nav-right-link {
    background: transparent;
    border: none;
    font-size: 20px;
    color: var(--theme-color);
    text-align: center;
    padding: 0;
    position: relative;
  }

  .mobile-menu-right .nav-right-link span{
    position: absolute;
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: var(--color-white);
    background: var(--theme-color);
    border-radius: 50px;
    font-size: 12px;
    right: -10px;
    top: -5px;
  }

  .navbar .dropdown-menu {
    border-radius: 15px;
    border: 1px solid var(--border-info-color);
  }

  .nav-right {
    display: none;
  }

  .navbar .navbar-brand .logo-scrolled{
    display: block;
  }
}

/* light */
@media all and (min-width: 992px) {
  .navbar.light .nav-item .nav-link {
    color: var(--color-white);
  }

  .navbar.light .nav-item .nav-link:hover,
  .navbar.light .nav-item .nav-link.active{
    color: var(--theme-color);
  }

  .navbar.light .nav-right-link{
    color: var(--color-white);
  }

  .navbar.light .nav-right-link:hover{
    color: var(--theme-color);
  }

  .navbar.light.fixed-top .nav-item .nav-link{
    color: var(--color-dark);
  }

  .navbar.light.fixed-top .nav-item .nav-link:hover,
  .navbar.light.fixed-top .nav-item .nav-link.active{
    color: var(--theme-color);
  }

  .navbar.light.fixed-top .nav-right-link{
    color: var(--color-dark);
  }

  .navbar.light.fixed-top .nav-right-link:hover{
    color: var(--theme-color);
  }
}




/*====================
13. Category all css
======================*/

.category-all{
  position: relative;
}

.category-btn{
  border: none;
  background: var(--theme-color);
  color: var(--color-white);
  padding: 15px 20px;
  border-radius: 0px;
  font-weight: 500;
}

.category-btn i{
  font-size: 17px;
  color: var(--color-white);
}

.category-btn span{
  margin-left: 7px;
}

.navbar.fixed-top .category-btn{
  padding: 6px 14px;
  border-radius: 7px;
}

.navbar.fixed-top .category-btn span{
  display: none;
  margin-left: 0px;
}

.navbar.fixed-top .category-all{
  margin-left: 50px;
}

.navbar.fixed-top .main-category{
  left: auto;
  right: 0;
}

.navbar.fixed-top .main-category{
  display: none;
}

/* main category */
.main-category{
  position: absolute;
  left: 0;
  top: 55px;
  min-width: 250px;
  border-radius: 10px;
  padding: 8px 8px;
  background: var(--color-white);
  box-shadow: var(--box-shadow);
  display: none;
  z-index: 2;
}

.main-category li{
  display: block;
  position: relative;
}

.main-category li a {
  display: flex;
  align-items: center;
  gap: 10px;
	color: var(--color-dark);
	padding: 8px 16px 8px 10px;
  border-radius: 10px;
  font-weight: 400;
}

.main-category li a:hover{
  color: var(--theme-color);
}

.main-category li a i{
  font-size: 16px;
}

.main-category li a .category-icon{
	font-size: 25px;
  line-height: 0;
  color: var(--color-dark);
}

.main-category li a img{
  width: 25px;
}

.main-category li a span{
  flex-grow: 1;
  font-size: 16px;
}

.sub-category-mega{
	width: 800px;
	display: inline-block;
	height: auto;
	position: absolute;
	left: 246px;
	top: 0;
	background: var(--color-white);
  border-radius: 10px;
	padding: 30px;
	opacity: 0;
	visibility: hidden;
	transition: var(--transition);
	box-shadow: var(--box-shadow);
  z-index: 1;
}

.main-category li:hover .sub-category-mega{
	opacity:1;
	visibility:visible;
}

.sub-category-mega .category-title{
  display: inline-block;
  margin-bottom: 20px;
	background: var(--theme-color);
	color: var(--color-white);
	padding: 4px 13px !important;
	border-radius: 8px;
	font-size: 14px;
  border-left: none;
}

.sub-category-mega .category-title:hover{
  color: var(--color-dark);
}

.sub-category-mega .category-img img{
  border-radius: 10px;
  width: 100%;
}

.sub-category-mega .category-img a{
  padding: 0 !important;
  border-left: none !important;
  background: none !important;
}

.sub-category-mega [class*="col-"]{
	margin-top: 18px;
}

.sub-category-mega [class*="col-"]:nth-child(-n+4){
	margin-top: 0;
}

.sub-category-mega .category-link a{
	padding: 5px 0 5px 0 !important;
  border-left: none !important;
}

.sub-category-mega .category-link a:hover{
  background: none;
  color: var(--theme-color);
}

.sub-category-mega .category-link a:last-child{
	padding-bottom: 0 !important;
}

.sub-category-mega .category-title-text{
  margin-bottom: 20px;
  position: relative;
}

.sub-category-mega .category-title-text::before{
  content: "";
  position: absolute;
  width: 15px;
  border-bottom: 3px solid var(--theme-color);
  border-radius: 50px;
  left: 0;
  bottom: -8px;
}


@media all and (min-width: 1199px) and (max-width: 1399px){
  .main-category {
    min-width: 260px;
  }

  .main-category li a{
    gap: 8px;
  }

  .main-category li a img{
    width: 20px;
  }

  .sub-category,
  .sub-category-mega{
    left: 257px;
  }
}


@media all and (max-width: 1199px){
  .main-category{
    display: none;
  }

  .sub-category-mega {
    width: 690px;
  }
}


@media all and (min-width: 992px) and (max-width: 1199px){
  .navbar.fixed-top .category-all{
    margin: 0 30px;
  }

  .navbar.fixed-top .category-btn{
    padding: 5px 14px;
  }

  .navbar.fixed-top .main-category {
    min-width: 260px;
    top: 56px;
  }

  .navbar.fixed-top .sub-category-mega{
    left: 260px;
  }
}


@media all and (max-width: 991px){
  .category-all{
    display: none;
  }
}



/*============================
12. Mega menu
==============================*/

@media all and (min-width: 992px){
  .nav-item.mega-menu {
    position: static;
  }
  
  .navbar .nav-item.mega-menu .dropdown-menu{
    width: 98.2%;
    left: 12px;
  } 

  .mega-menu .mega-content{
    padding: 12px 16px 10px 16px;
  }

  .mega-menu .mega-menu-title{
    font-size: 17px;
    margin-bottom: 15px;
    color: var(--color-dark);
  }

  .mega-menu-img img{
    border-radius: 15px;
  }

  .navbar .nav-item.mega-menu .dropdown-menu .dropdown-item{
    padding-left: 0;
  }

  .navbar .nav-item.mega-menu .dropdown-menu .dropdown-item::before{
    left: 0;
  }

  .navbar .nav-item.mega-menu .dropdown-menu .dropdown-item:hover{
    padding-left: 15px;
  }
}


@media all and (max-width: 991px){
  .mega-menu-img{
    display: none;
  }

  .mega-menu .mega-content h5{
    margin: 15px 0;
  }
}



/*============================
13. Multi level dropdown menu
==============================*/

.navbar .nav-item .dropdown-submenu {
  position: relative;
}

.navbar .nav-item .dropdown-submenu .dropdown-menu::before {
  display: none;
}

.navbar .nav-item .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 15px;
  top: 6.5px;
  font-weight: 600;
}

.navbar .nav-item .dropdown-submenu a:hover {
  background: transparent;
  color: var(--color-white);
}

.navbar .nav-item .dropdown-submenu .dropdown-menu {
  top: 120%;
  left: 100%;
  opacity: 0;
  visibility: hidden;
}

.navbar .nav-item .dropdown-submenu:hover .dropdown-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
}

/* navbar dropdown-right */
.navbar .dropdown-right .dropdown-submenu .dropdown-menu{
  left: unset;
  right: 100%;
}

@media all and (max-width: 991px) {
  .navbar .nav-item .dropdown-submenu .dropdown-menu {
    margin: 0 17px;
  }

  .navbar .nav-item .dropdown-submenu .dropdown-menu {
    opacity: unset;
    visibility: unset;
  }

  .navbar .nav-item .dropdown-submenu a::after {
    top: 4px;
  }

  .navbar .nav-item .dropdown-submenu a:hover {
    color: var(--theme-color);
  }
}



/* ======================
14. Search popup
====================== */

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, .95);
  transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.sidenav-bar-visible .search-popup {
  width: 80%;
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  border: none;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50px;
  text-align: center;
  background: var(--theme-color);
  text-align: center;
  width: 50px;
  height: 50px;
  color: var(--color-white);
  font-size: 20px;
  cursor: pointer;
  box-shadow: var(--box-shadow);
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}

.search-popup .close-search span{
  transition: var(--transition);
}

.search-popup .close-search:hover span{
  transform: rotate(180deg);
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  transition-delay: 1500ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: all 300ms ease;
}

.search-active .search-popup form {
  transform: scaleX(1);
  transition-delay: 1200ms;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.search-popup .form-control {
  position: relative;
  width: 100%;
  height: 70px;
  outline: none;
  border-radius: 0px;
  border: none;
  border-bottom: 2px solid var(--color-white);
  background-color: transparent;
  color: var(--color-white);
  font-size: 40px;
  padding: 0 70px 0 20px;
  transition: all 500ms ease;
  text-transform: capitalize;
}

.search-popup .form-control::placeholder{
  color: var(--color-white);
  font-size: 40px;
}


.search-popup .form-group button {
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 50px;
  background: transparent;
  text-align: center;
  font-size: 30px;
  color: var(--color-white);
  height: 50px;
  width: 50px;
  border: none;
  cursor: pointer;
  transition: all 500ms ease;
}

.search-popup .form-group button:hover{
  color: var(--theme-color);
}



/*====================
15. Hero css 
======================*/

.hero-section {
  overflow: hidden;
  /* background-color: lightblue; */

}

.hero-slider-wrap{
  background: var(--theme-bg-light);
  border-radius: 10px;
}

.hero-single {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-single .hero-content {
  position: relative;
}

.hero-single .hero-content .hero-sub-title {
  display: inline-block;
  color: var(--theme-color2);
  font-size: 22px;
  letter-spacing: 4px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}

.hero-single .hero-content .hero-title {
  color: var(--color-white);
  font-size: 45px;
  font-weight: 700;
  margin: 30px 0 25px 0;
  text-transform: capitalize;
}

.hero-single .hero-content .hero-title span{
  color: var(--theme-color2);
}

.hero-single .hero-content p {
  color: var(--color-white);
  line-height: 30px;
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 40px;
}

.hero-btn{
  display: flex;
  align-items: center;
  gap: 10px;
} 


/* hero slider */
.hero-slider{
  position: relative;
}

.hero-slider .owl-dots {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
}

.hero-slider .owl-dots .owl-dot {
  background: var(--color-white);
  margin: 5px;
  border-radius: 50px;
  width: 8px;
  height: 8px;
  display: inline-block;
  transition: var(--transition);
}

.hero-slider .owl-dots .owl-dot.active{
  background-color: var(--color-white);
  width: 20px;
}

.hero-slider .owl-nav{
  position: absolute;
  font-size: 25px;
  right: 20px;
  bottom: 16px;
}

.hero-slider .owl-nav button{
  width: 44px;
  height: 44px;
  line-height: 44px;
  background: var(--color-white)!important;
  color: var(--theme-color);
  text-align: center;
  border-radius: 50px;
  transition: var(--transition);
}

.hero-slider .owl-nav button:hover{
  background: var(--theme-color) !important;
  color: var(--color-white);
}

.hero-slider .owl-nav .owl-prev{
  margin-right: 12px;
}

/* hs-1 */
.hs-1 .hero-slider{
  border-radius: 20px;
  background: rgba(56, 182, 255, .15);
  position: relative;
}

.hs-1 .hero-slider::before{
  content: "";
  position: absolute;
  right: 80px;
  top: -20px;
  width: 400px;
  height: 400px;
  background: var(--theme-color);
  border-radius: 0 50% 50% 50%;
  transform: rotate(20deg);
}
.hero-premium {
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.hs-1 .hero-slider::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/shape/01.html);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  opacity: .4;
  z-index: -1;
}

.hs-1 .hero-single{
  padding: 50px 50px;
}

.hs-1 .hero-single .hero-content .hero-sub-title {
  color: var(--color-white);
  font-size: 16px;
  background: var(--theme-color);
  padding: 6px 20px 6px 25px;
  border-radius: 50px 0 50px 0;
}

.hs-1 .hero-single .hero-content .hero-title {
  color: var(--color-dark);
}

.hs-1 .hero-single .hero-content .hero-title span{
  color: var(--theme-color);
}

.hs-1 .hero-single .hero-content p {
  color: var(--color-dark);
}

.hs-1 .hero-single .hero-img{
  position: relative;
}

.hs-1 .hero-single .hero-img img{
  width: 70%;
  margin: auto;
}

.hs-1 .hero-single .hero-img .hero-img-price{
  position: absolute;
  left: 10px;
  top: 10px;
  width: 90px;
  height: 90px;
  color: var(--color-white);
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  z-index: 1;
}

.hs-1 .hero-single .hero-img .hero-img-price::before{
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50px;
  border: 2px dotted var(--color-white);
}

.hs-1 .hero-single .hero-img .hero-img-price::after{
  content: "";
  position: absolute;
  inset: 0;
  background: var(--theme-color);
  border-radius: 50px 50px 50px 0;
  box-shadow: var(--box-shadow);
  transform: rotate(-95deg);
  z-index: -1;
}

.hs-1 .hero-single .hero-img .hero-img-price span{
  line-height: 1;
}

.hs-1 .hero-slider .owl-dots .owl-dot {
  background: var(--theme-color2);
}

@media all and (max-width: 1199px) {
  .hs-1 .hero-slider::before {
    width: 340px;
    height: 340px;
  }

  .hs-1 .hero-single{
    padding: 30px 30px;
  }
}

@media all and (max-width: 991px) {
  .hs-1 .hero-slider::before {
    width: 550px;
    height: 550px;
    top: unset;
    bottom: 0;
    transform: rotate(-180deg);
  }

  .hs-1 .hero-single{
    padding: 50px;
  }

  .hs-1 .hero-single .hero-img{
    margin-top: 50px;
  }

  .hs-1 .hero-single .hero-img img{
    width: 100%;
  }
}

@media all and (max-width: 767px) {
  .hs-1 .hero-slider::before {
    right: 10px;
    bottom: 0px;
    width: 300px;
    height: 300px;
  }

  .hs-1 .hero-single{
    padding: 40px 20px 60px 20px;
  }
}

/* hs-2 */
.hs-2 .hero-single{
  position: relative;
  /* padding-top: 150px; */

  padding: 36px 36px;
  /* padding-top: 100px; */
  z-index: 1;
}

.hs-2 .hero-single .hero-content .hero-sub-title{
  color: var(--color-white);
  font-size: 18px;
  background: var(--theme-color);
  border-radius: 50px;
  padding: 5px 15px;
}

.hs-2 .hero-single .hero-content .hero-title{
  color: var(--color-dark);
}

.hs-2 .hero-single .hero-content .hero-title span{
  color: var(--theme-color);
}

.hs-2 .hero-single .hero-content p{
  color: var(--color-dark);
  font-weight: 600;
}

.hs-2 .hero-single-bg{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hs-2 .hero-slider .owl-nav{
  position: unset;
}

.hs-2 .hero-slider .owl-nav button{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.hs-2 .hero-slider .owl-nav .owl-prev{
  left: 20px;
}

.hs-2 .hero-slider .owl-nav .owl-next{
  right: 20px;
}

@media all and (max-width: 1199px){
  .hs-2 .hero-slider .owl-nav{
    display: none;
  }
}

/* .hs-3 */
.hs-3 .hero-single{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 120px 50px;
  border-radius: 20px;
}

.hs-3 .hero-single .hero-content .hero-sub-title{
  color: var(--color-white);
}

.hs-3 .hero-single .hero-content .hero-title{
  margin-top: 25px;
}

@media all and (max-width: 1199px){
  .hs-3 .hero-single{
    padding: 100px 20px;
  }
}




/*====================
16. Small banner css 
======================*/

.small-banner{
  position: relative;
}

.small-banner .banner-item{
	position: relative;
  border-radius: 15px;
}

.small-banner .banner-item img{
	height:100%;
	width:100%;
  border-radius: 15px;
}

.small-banner .banner-content{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 35px;
}

.small-banner .banner-item h3 {
	font-size: 22px;
	font-weight: 600;
	text-transform: capitalize;
	color: var(--color-dark);
}

.small-banner .banner-item h3 span{
	color: var(--color-red);
}

.small-banner .banner-item p {
  display: inline-block;
  background: var(--theme-color);
	font-size: 13px;
	color: var(--color-white);
	font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 2px 14px;
	margin-bottom: 15px;
	border-radius: 50px;
}

.small-banner .banner-item a {
	color: var(--color-dark);
	margin-top: 15px;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	text-transform:uppercase;
	border-bottom:2px solid var(--color-dark);
}

.small-banner .banner-item a:hover{
	color: var(--theme-color);
	border-color: var(--theme-color);
}


@media all and (max-width: 1399px) {
  .small-banner .banner-item h3 {
    font-size: 16px;
  }
}

@media all and (max-width: 1199px) {
  .small-banner .banner-content{
    padding-left: 25px;
  }

  .small-banner .banner-item h3 {
    font-size: 17px;
  }
}



/*====================
17. Mid banner css 
======================*/

.mid-banner{
  position: relative;
}

.mid-banner .banner-item{
	position: relative;
  border-radius: 15px;
}

.mid-banner .banner-item img{
	height:100%;
	width:100%;
  border-radius: 15px;
}

.mid-banner .banner-content{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 50px;
}

.mid-banner .banner-item h3 {
	font-size: 25px;
	font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--color-dark);
}

.mid-banner .banner-item h3 span{
	color: var(--theme-color);
}

.mid-banner .banner-item p {
	font-size: 16px;
	color: var(--color-white);
	font-weight: 500;
	margin-bottom: 20px;
  letter-spacing: 3px;
	text-transform: uppercase;
  display: inline-block;
  background: var(--theme-color);
  clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0 100%, 5% 50%, 0 0);
  padding: 0 15px;
}

.mid-banner .banner-item .theme-btn{
  border-radius: 8px;
  padding: 8px 20px;
  text-transform: uppercase;
  margin-top: 25px;
  font-size: 14px;
  letter-spacing: 2px;
}


@media all and (max-width: 1199px) {
  .mid-banner .banner-content{
    padding-left: 25px;
  }

  .mid-banner .banner-item h3 {
    font-size: 19px;
  }
} 

@media all and (max-width: 991px) {
  .mid-banner .banner-item p{
    margin-bottom: 10px;
    font-size: 10px;
    padding: 0 9px;
  }

  .mid-banner .banner-item h3{
    font-size: 15px;
  }

  .mid-banner .banner-item .theme-btn{
    margin-top: 10px;
    padding: 5px 15px;
    font-size: 12px;
  }
}



/*====================
18. Big banner css 
======================*/

.big-banner{
  position: relative;
}

.big-banner .banner-wrap{
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.big-banner .banner-content{
  text-align: center;
}

.big-banner .banner-content h6{
  color: var(--color-dark);
  font-size: 22px;
  text-transform: lowercase;
  letter-spacing: 4px;
}

.big-banner .banner-content h2{
  color: var(--color-dark);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
}

.big-banner .banner-content p{
  color: var(--color-dark);
  text-transform: lowercase;
  font-size: 20px;
  border-top: 1px solid var(--color-dark);
  border-bottom: 1px solid var(--color-dark);
  display: inline-block;
}

.big-banner .banner-content .theme-btn{
  border-radius: 50px;
  margin-top: 30px;
  padding: 8px 28px;
}



/*====================
19. Popup banner css 
======================*/

.popup-banner .modal-content{
  border-radius: 12px;
  border: none;
}

.popup-banner .btn-close{
  position: absolute;
  right: 10px;
  top: 10px;
  background: var(--theme-color);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50px;
  font-size: 19px;
  color: var(--color-white);
  opacity: 1;
  transition: var(--transition);
  z-index: 2;
}

.popup-banner .btn-close:hover{
  background: var(--color-red);
  color: var(--color-white);
}

.popup-banner .modal-body{
  padding: 0px;
}

.popup-banner-content{
  position: relative;
  z-index: 1;
}

.popup-banner-content::before{
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 150px;
  height: 150px;
  border: 20px solid var(--theme-color);
  border-radius: 50%;
  opacity: .1;
  z-index: -1;
}

.popup-banner-content::after{
  content: "";
  position: absolute;
  top: 30px;
  right: 200px;
  width: 100px;
  height: 100px;
  border: 18px solid var(--theme-color);
  border-radius: 50%;
  opacity: .1;
  z-index: -1;
}

.popup-banner-img img{
  width: 100%;
  border-radius: 10px 0 0 10px;
}

.popup-banner-info{
  padding: 20px 35px 20px 10px;
}

.popup-banner-info h6{
  background: var(--color-red);
  color: var(--color-white);
  border-radius: 50px;
  padding: 6px 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
}

.popup-banner-info h2{
  font-size: 30px;
  font-weight: 700;
  margin: 20px 0 12px 0;
  line-height: 1.4;
}

.popup-banner-info h2 span{
  color: var(--theme-color);
}

.popup-banner-info .theme-btn{
  margin-top: 25px;
}


@media all and (max-width: 991px) {
  .popup-banner-img img{
    border-radius: 10px 10px 0 0;
  }

  .popup-banner-info{
    padding: 30px;
  }
}



/*====================
20. Category css 
======================*/

.category-item a{
  width: 100%;
  vertical-align: middle;
}

.category-info{
  text-align: center;
  padding: 25px 15px 20px 15px;
  border: 2px solid var(--theme-color-light);
  border-radius: 0 40px 40px 40px;
  transition: var(--transition2);
}

.category-item:hover .category-info{
  border-color: var(--theme-color);
}

.category-info .icon{
  width: 120px;
  height: 120px;
  margin: 0 auto 0 auto;
  border-radius: 0 80px 80px 80px;
  background: var(--theme-color);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--box-shadow);
}

.category-info .icon::before{
  content: "";
  position: absolute;
  inset: 5px;
  border: 3px solid var(--color-white);
  border-left-color: transparent;
  border-top-color: transparent;
  border-radius: 80px;
  transition: var(--transition);
}

.category-info:hover .icon::before{
  transform: rotate(45deg);
}

.category-info .icon img{
  width: 58px;
  filter: brightness(0) invert(1);
}

.category-info:hover .icon img{
  transform: scale(1.1);
}

.category-info .content{
  margin-top: 20px;
}

.category-info .content h4{
  font-size: 18px;
  color: var(--color-dark);
  transition: all .3s ease-in-out;
}

.category-info:hover .content h4{
  color: var(--theme-color);
}

.category-info .content p{
  color: var(--theme-color);
}

@media all and (max-width: 767px) {
  .category-info .icon{
    width: 105px;
    height: 105px;
  }
}

/* category-area 2 */
.category-area.ca-2 .category-info{
  background: var(--theme-color-light);
  border: none;
  border-radius: 80px;
}

.category-area.ca-2 .category-info .icon{
  border-radius: 100px;
}

.category-area.ca-2 .category-info .icon::before{
  display: none;
}

.category-area.ca-2 .category-info .content{
  margin-top: 15px;
}

.category-area.ca-2 .category-slider{
  margin-top: 10px;
}

/* category-area 3 */
.category-area.ca-3 .category-item{
  border: 1px solid var(--border-info-color);
  border-radius: 30px;
  margin-bottom: 25px;
}

.category-area.ca-3 .category-img{
  display: flex;
  align-items: center;
}

.category-area.ca-3 .category-img .thumb-big{
  padding: 10px;
}

.category-area.ca-3 .category-img .thumb-big img{
  width: 100%;
}

.category-area.ca-3 .category-img .thumb-list{
  text-align: center;
  border-left: 1px solid var(--border-info-color);
  width: 60%;
}

.category-area.ca-3 .category-img .thumb-list .thumb-list-1,
.category-area.ca-3 .category-img .thumb-list .thumb-list-2{
  padding: 10px;
}

.category-area.ca-3 .category-img .thumb-list .thumb-list-1{
  border-bottom: 1px solid var(--border-info-color);
}

.category-area.ca-3 .category-img-info{
  padding: 15px 10px 25px 10px;
  text-align: center;
  border-top: 1px solid var(--border-info-color);
}

.category-area.ca-3 .category-img-info h4{
  font-size: 18px;
  color: var(--color-dark);
}

.category-area.ca-3 .category-img-info p{
  color: var(--body-text-color);
  margin-top: 5px;
  margin-bottom: 20px;
}

.category-area.ca-3 .category-img-info .theme-btn{
  width: unset;
  border-radius: 50px;
  padding: 6px 20px;
  box-shadow: none;
}

/* category-area 4 */
.category-area.ca-4 .category-info{
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: left;
  border-radius: 100px;
  padding: 5px;
  border: 1px solid var(--border-info-color);
}

.category-area.ca-4 .category-info:hover{
  border-color: var(--theme-color);
}

.category-area.ca-4 .category-info .icon{
  width: 65px;
  height: 65px;
  border-radius: 50px;
  margin: 0;
}

.category-area.ca-4 .category-info .icon::before{
  display: none;
}

.category-area.ca-4 .category-info .icon img{
  width: 40px;
}

.category-area.ca-4 .category-info .content{
  flex: 1;
  margin-top: 0;
}

.category-area.ca-4 .category-info .content h4{
  font-size: 15px;
  margin-bottom: 3px;
}

.category-area.ca-4 .category-info .content p{
  font-size: 15px;
}

@media all and (max-width: 767px){
  .category-area.ca-4 .category-info{
    flex-direction: column;
    text-align: center;
    border-radius: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* category-area 5 */
.category-area.ca-5 .category-info{
  border-radius: 30px;
}

.category-area.ca-5 .category-info .icon{
  border-radius: 50%;
  background: var(--theme-color-light);
  box-shadow: none;
}

.category-area.ca-5 .category-info .icon::before{
  border: 2.5px solid var(--theme-color);
  border-left-color: transparent;
  border-top-color: transparent;
}

.category-area.ca-5 .category-info .icon img{
  filter: unset;
  width: 85px;
}

/* category area 6 */
.category-area.ca-6 .category-item{
  margin-bottom: 20px;
}

.category-area.ca-6 .category-img{
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: var(--transition);
}

.category-area.ca-6 .category-img img{
  border-radius: 10px;
}

.category-area.ca-6 .category-img .category-img-info{
  position: absolute;
  left: -1px;
  bottom: -1px;
  z-index: 1;
}

.category-area.ca-6 .category-img .category-img-info h4{
  background: var(--color-white);
  color: var(--color-dark);
  font-size: 20px;
  letter-spacing: 1px;
  padding: 15px 35px 15px 20px;
  text-transform: uppercase;
  box-shadow: var(--box-shadow);
  clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
  transition: var(--transition);
}

.category-area.ca-6 .category-img:hover .category-img-info h4{
  color: var(--theme-color);
}

/* category area 7 */
.category-area.ca-7 .category-info{
  border: none;
  padding: 0;
}

.category-area.ca-7 .category-info .icon{
  border-radius: 50%;
  box-shadow: none;
}




/*====================
21. Shop css 
======================*/

/* shop sidebar */
.shop-sidebar {
  margin-bottom: 30px;
}

.shop-widget {
  background: var(--color-white);
  padding: 25px;
  margin-bottom: 25px;
  border-radius: 10px;
}

.shop-widget-title {
  position: relative;
  font-size: 18px;
  color: var(--color-dark);
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-info-color);
}

.shop-search-form .form-group {
  position: relative;
}

.shop-search-form .form-control {
  padding: 12px 45px 12px 15px;
  border-radius: 10px;
  box-shadow: none;
}

.shop-search-form .form-control::placeholder{
  color: var(--body-text-color);
}

.shop-search-form .form-control:focus {
  border-color: var(--theme-color);
}

.shop-search-form button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 18px 6px 18px;
  background: transparent;
  border: none;
  color: var(--theme-color);
}

.shop-category-list a{
  width: 100%;
  color: var(--body-text-color);
  margin: 4px 0;
  transition: var(--transition);
}

.shop-category-list a:hover{
  color: var(--theme-color);
  padding-left: 3px;
}

.shop-category-list span{
  float: right;
}

.shop-checkbox-list li{
  margin-bottom: 8px;
}

.shop-checkbox-list.rating i{
  color: var(--theme-color);
}

.shop-checkbox-list .form-check-input {
  box-shadow: none;
  margin-top: 7px;
}

.shop-checkbox-list .form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.shop-checkbox-list .form-check-input:focus{
  border-color: var(--theme-color);
}

.shop-checkbox-list .form-check-label {
  color: var(--body-text-color);
  width: 100%;
  margin-left: 4px;
} 

.shop-checkbox-list .form-check-label span{
  float: right;
  margin-right: 3px;
} 

.shop-checkbox-list.color li{
  display: inline-block;
  margin-right: 2px;
}

.shop-checkbox-list.color .form-check{
  position: relative;
  padding-left: 0;
}

.shop-checkbox-list.color .form-check-input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.shop-checkbox-list.color .form-check-label{
  margin-left: 0;
}

.shop-checkbox-list.color .form-check-label span{
  width: 28px;
  height: 28px;
  border-radius: 50px;
  vertical-align: top;
  margin-top: 2.5px;
  margin-right: 5px;
  position: relative;
}

.shop-checkbox-list.color .form-check-label span::before{
  content: "\f00c";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-family: "Font Awesome 6 Pro";
  color: var(--color-white);
  text-align: center;
  opacity: 0;
  visibility: hidden;
}

.shop-checkbox-list.color .form-check-input:checked~.form-check-label span::before{
  opacity: 1;
  visibility: visible;
}

/* shop sidebar banner */
.shop-widget-banner{
  position: relative;
  z-index: 1;
}

.shop-widget-banner .banner-img{
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: -1;
}

.shop-widget-banner .banner-img::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: -1;
}

.shop-widget-banner .banner-content{
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.shop-widget-banner .banner-content h6{
  color: var(--color-white);
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-top: 2px solid var(--color-white);
  border-bottom: 2px solid var(--color-white);
  display: inline-block;
}

.shop-widget-banner .banner-content h4{
  color: var(--color-white);
  font-size: 28px;
  margin: 15px 0;
}

.shop-widget-banner .banner-content .theme-btn{
  border-radius: 50px;
  padding: 5px 20px;
}


/* shop sort */
.shop-sort{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--color-white);
  border-radius: 10px;
  padding: 8px 15px;
  margin-bottom: 30px;
}

.shop-sort-box{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
}

.shop-sort-box .nice-select{
  border-radius: 10px;
  padding-left: 13px;
}

.shop-sort-box .nice-select::after{
  width: 6px;
  height: 6px;
  right: 15px;
}

.shop-sort-box .nice-select .list{
  border: none;
  border-radius: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  box-shadow: var(--box-shadow);
}

.shop-sort-gl a{
  background: transparent;
  border: 1px solid var(--border-info-color);
  color: var(--body-text-color);
  text-align: center;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.shop-sort-grid{
  margin-right: 5px;
}

.shop-sort-gl .active{
  border-color: var(--theme-color);
  background: var(--theme-color);
  color: var(--color-white);
}


/* shop pagination */
.shop-area .pagination .page-link,
.shop-area2 .pagination .page-link,
.shop-area3 .pagination .page-link{
  border-radius: 50px !important;
}


/* shop area 2 */
.shop-area2 .shop-widget{
  border: 1px solid var(--border-info-color);
  background: transparent;
}

.shop-area2 .shop-sort{
  border: 1px solid var(--border-info-color);
  border-radius: 10px;
  padding: 10px 20px;
}


@media all and (max-width: 767px) {
  .shop-sort{
    flex-direction: column;
    gap: 20px;
  }

  .shop-sort-box{
    flex-direction: column;
    width: 100%;
  }

  .shop-sort-box .nice-select,
  .shop-sort-box .nice-select .list{
    width: 100%;
  }
}



/*===================
22. Shop cart css 
=====================*/

.shop-cart thead tr {
  background: var(--theme-color);
  color: var(--color-white);
}

.shop-cart thead tr th {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: var(--color-dark);
  letter-spacing: .4px;
}

.shop-cart thead tr th,
.shop-cart thead tr td {
  white-space: nowrap;
}

.shop-cart tr td {
  color: var(--color-dark);
  vertical-align: middle;
  border-bottom: 1px solid var(--border-info-color);
  border-top: none;
  position: relative;
  padding: 20px 10px;
  font-size: 16px;
}

.shop-cart-img {
  width: 100px;
}

.shop-cart-img img {
  width: 100%;
  border-radius: 8px;
  padding: 6px;
  border: 1px solid var(--border-info-color);
}

.shop-cart-name{
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: 600;
}

.shop-cart-name a:hover{
  color: var(--theme-color);
}

.shop-cart-info p{
  font-size: 14px;
  color: var(--body-text-color);
}

.shop-cart-info p span{
  font-weight: 500;
  margin-right: 5px;
}

.shop-cart-price{
  font-weight: 500;
}

.shop-cart-qty {
  width: 110px;
}

.shop-cart-qty button {
  width: 30px;
  height: 30px;
  line-height: 28px;
  color: var(--theme-color);
  text-align: center;
  border: 0;
  border-radius: 50px;
  background: var(--theme-bg-light);
}

.shop-cart-qty button i{
  font-weight: 500;
}

.shop-cart-qty input {
  width: 30px;
  border: none;
  background: transparent;
  color: var(--theme-color);
  text-align: center;
}

.shop-cart-subtotal{
  font-weight: 500;
}

.shop-cart-remove{
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid var(--border-info-color);
  text-align: center;
  border-radius: 50px;
}

.shop-cart-remove:hover {
  border-color: var(--color-red);
  color: var(--color-red);
}

.shop-cart-footer {
  margin-top: 20px;
}

.shop-cart-coupon{
  margin-bottom: 25px;
}

.shop-cart-coupon .form-group{
  position: relative;
}

.shop-cart-coupon .form-control {
  box-shadow: none;
  padding: 15px 160px 15px 25px;
  border-radius: 50px;
}

.shop-cart-coupon .form-control:focus {
  border-color: var(--theme-color);
}

.shop-cart-coupon .theme-btn {
  position: absolute;
  right: 5.4px;
  top: 5.4px;
  border-radius: 50px;
  padding: 8px 20px;
}

.shop-cart-summary {
  padding: 30px;
  border: 1px solid var(--border-info-color);
  background: var(--theme-bg-light);
  border-radius: 10px;
  margin-top: 12px;
  margin-left: 20px;
}

.shop-cart-summary h5{
  margin-bottom: 25px;
}

.shop-cart-summary li {
  margin-bottom: 10px;
}

.shop-cart-summary li span {
  float: right;
}

.shop-cart-summary li strong {
  color: var(--color-dark);
}

.shop-cart-total {
  padding-top: 10px;
  border-top: 1px solid var(--border-info-color);
}

.shop-cart-total span {
  font-weight: bold;
  color: var(--theme-color);
}


@media all and (max-width: 991px) {
  .shop-cart-summary {
    margin-left: 0;
  }
}



/*===================
23. Shop checkout css 
=====================*/

.shop-checkout-step .accordion-item{
  margin-bottom: 20px;
  border: 1px solid var(--border-info-color);
  border-radius: 8px;
}

.shop-checkout-step .accordion-button{
  background: transparent;
  box-shadow: none;
  font-weight: 600;
  color: var(--color-dark);
}

.shop-checkout-step .accordion-button:not(.collapsed){
  background: transparent;
  color: var(--theme-color);
}

.shop-checkout-step .accordion-body{
  border-top: 1px solid var(--border-info-color);
}

.shop-checkout-form .form-group{
  margin-bottom: 15px;
}

.shop-checkout-form label{
  color: var(--color-dark);
  margin-bottom: 4px;
}

.shop-checkout-form .form-control{
  padding: 12px 20px;
  border-radius: 12px;
  box-shadow: none;
}

.shop-checkout-form .form-control::placeholder{
  color: var(--body-text-color);
}

.shop-checkout-form .nice-select{
  width: 100%;
  font-size: 16px;
  border-radius: 8px;
  height: 50px;
  line-height: 47px;
  padding-left: 20px;
  margin-bottom: 15px;
}

.shop-checkout-form .nice-select:after{
  width: 9px;
  height: 9px;
  margin-right: 8px;
  margin-top: -6px;
}

.shop-checkout-form .nice-select .list{
  width: 100%;
  height: 300px;
  overflow-y: auto;
  border-radius: 8px;
}

.shop-checkout-form .form-control:focus,
.shop-checkout-form .nice-select{
  border-color: var(--theme-color);
}

.shop-checkout-form .form-check-input{
  margin-top: 7px;
  box-shadow: none;
}

.shop-checkout-form .form-check-input:focus{
  border-color: var(--theme-color);
}

.shop-checkout-form .form-check-input:checked{
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.shop-checkout-form .theme-btn{
  margin-top: 15px;
  margin-bottom: 10px;
}

.shop-checkout-form .theme-btn2{
  background: var(--theme-color);
  color: var(--color-white);
  margin-right: 8px;
}

.shop-checkout-form .theme-btn2::before{
  background: var(--color-dark);
}

.shop-shipping-method{
  margin-top: 20px;
  padding-top: 25px;
  border-top: 1px solid var(--border-info-color);
}

.shop-shipping-method h6{
  margin-bottom: 20px;
}

.shop-shipping-method .form-check{
  padding-left: 0;
  position: relative;
  margin-bottom: 20px;
}

.shop-shipping-method .form-check-input{
  width: 1.3em;
  height: 1.3em;
  position: absolute;
  top: -2px;
  right: 6px;
}

.shop-shipping-method label{
  font-weight: 500;
  border: 1px solid var(--border-info-color);
  background: var(--color-white);
  padding: 10px 15px 10px 15px;
  border-radius: 10px;
  width: 100%;
}

.shop-shipping-method .form-check-input:checked~label{
  border-color: var(--theme-color) !important;
}

.shop-shipping-method label span{
  display: block;
  color: var(--body-text-color);
  font-weight: 400;
}

.shop-checkout-payment .nav-link{
  background: transparent !important;
  border: 1px solid var(--border-info-color);
  text-align: center;
  border-radius: 12px;
  margin-right: 15px;
  margin-bottom: 20px;
  position: relative;
}

.shop-checkout-payment .nav-link::before{
  content: "\f058";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
  font-size: 20px;
  color: var(--theme-color);
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  left: 4px;
  top: -4px;
  transition: var(--transition);
}

.shop-checkout-payment .nav-link.active::before{
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.shop-checkout-payment .nav-link.active{
  border-color: var(--theme-color);
}

.shop-checkout-payment .nav-link span{
  color: var(--body-text-color);
}

.shop-checkout-payment .checkout-card-img{
  padding-top: 12px;
  margin-bottom: 12px;
}

.shop-checkout-payment .checkout-card-img img{
  width: 34px;
}

.shop-checkout-payment .checkout-payment-img img{
  width: 120px;
}

.shop-checkout-payment .checkout-payment-img.cod img{
  width: 52px;
}

.shop-checkout-form.cod .form-check-input{
  width: 1.4em;
  height: 1.4em;
  border-radius: 6px;
}

.shop-checkout-form.cod label{
  font-weight: 500;
  margin-left: 10px;
}

.shop-checkout-form.cod label span{
  display: block;
  font-weight: 400;
  color: var(--body-text-color);
}

.shop-checkout-form.cod label a{
  color: var(--theme-color);
}



/*============================
24. Shop checkout complete css 
==============================*/

.shop-checkout-complete{
  position: relative;
}

.checkout-complete-content{
  background: var(--theme-bg-light);
  border-radius: 20px;
  padding: 50px;
  text-align: center;
  border: 1px solid var(--border-info-color);
}

.checkout-complete-icon{
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 35px;
  color: var(--color-white);
  background: var(--color-green);
  margin: 0 auto;
  border-radius: 50px;
  margin-bottom: 20px;
}

.checkout-complete-content h3{
  text-transform: capitalize;
}

.checkout-complete-content p{
  margin-top: 15px;
  margin-bottom: 30px;
}

@media all and (min-width: 992px) and (max-width: 1399px) {
  .checkout-complete-content{
    padding: 40px;
  }
}




/*===================
25. Shop single css 
=====================*/

.shop-single{
  position: relative;
}

.shop-single-gallery{
  position: relative;
}

.shop-single-video{
  position: absolute;
  width: 45px;
  height: 45px;
  line-height: 42px;
  right: 10px;
  top: 10px;
  padding-left: 5px;
  border: 1px solid var(--border-info-color);
  border-radius: 50px;
  color: var(--body-text-color);
  text-align: center;
  font-size: 20px;
  z-index: 1;
}

.shop-single-video:hover{
  background: var(--theme-color);
  color: var(--color-white);
}

.shop-single-gallery .flex-viewport{
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--border-info-color);
  margin-bottom: 10px;
  text-align: center;
}

.shop-single-gallery .flex-viewport img{
  padding: 30px;
  width: 91%;
}

.shop-single-gallery .flex-control-thumbs li{
  margin: 6.8px;
  padding: 0;
  width: 23%;
} 

.shop-single-gallery .flex-control-thumbs li:first-child{
  margin-left: 0;
}

.shop-single-gallery .flex-control-thumbs li:last-child{
  margin-right: 0;
}

.shop-single-gallery .flex-control-thumbs img{
  border: 1px solid var(--border-info-color);
  border-radius: 10px;
  padding: 10px;
}

.shop-single-gallery .flex-control-thumbs li img.flex-active{
  border-color: var(--theme-color);
}

.shop-single-gallery .flex-direction-nav a{
  border-radius: 50px !important;
  background: var(--theme-color);
  line-height: 40px !important;
  margin-top: -75px;
}

.shop-single-gallery .flex-direction-nav a:hover{
  background: var(--theme-color);
}

.shop-single-info{
  margin-left: 20px;
}

.shop-single-title{
  font-size: 25px;
}

.shop-single-rating{
  margin: 10px 0;
}

.shop-single-rating i{
  color: var(--theme-color);
}

.shop-single-rating .rating-count{
  margin-left: 10px;
  display: inline-block;
}

.shop-single-price{
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 23px;
  font-weight: 500;
}

.shop-single-price del{
  margin-right: 5px;
  font-size: 18px;
  color: var(--body-text-color);
}

.shop-single-price .amount {
  color: var(--theme-color);
}

.shop-single-price .discount-percentage{
  color: var(--color-red);
  font-size: 15px;
}

.shop-single-cs{
  border-top: 1px solid var(--border-info-color);
  padding-top: 20px;
}

.shop-single-cs h6{
  margin-bottom: 15px;
  color: var(--body-text-color);
  font-weight: 500;
}

.shop-single-size .nice-select{
  border-radius: 8px;
  padding-left: 15px;
}

.shop-single-size .nice-select::after{
  width: 6px;
  height: 6px;
}

.shop-single-cs .shop-cart-qty button{
  width: 35px;
  height: 35px;
  line-height: 34px;
  transition: var(--transition);
}

.shop-single-cs .shop-cart-qty button:hover{
  background: var(--theme-color);
  color: var(--color-white);
}

.shop-single-sortinfo li{
  font-weight: 500;
  margin: 10px 0;
}

.shop-single-sortinfo a,
.shop-single-sortinfo span{
  font-weight: 400;
  margin-left: 5px;
}

.shop-single-sortinfo a{
  color: var(--body-text-color);
}

.shop-single-sortinfo a:hover{
  color:var(--theme-color)
}

.shop-single-action{
  border-top: 1px solid var(--border-info-color);
  padding-top: 20px;
  margin-top: 20px;
}

.shop-single-action .theme-btn{
  padding: 8px 20px;
}

.shop-single-action .theme-btn2{
  margin-left: 10px;
  border: 1px solid var(--border-info-color);
  box-shadow: none;
  text-align: center;
  padding: 8px 15px;
  background: transparent;
  color: var(--theme-color);
}

.shop-single-action .theme-btn2:hover{
  color: var(--color-white);
}

.shop-single-action .theme-btn2 span{
  margin-right: 0;
}

.shop-single-share a{
  width: 40px;
  height: 40px;
  line-height: 39px;
  border: 1px solid var(--border-info-color);
  border-radius: 50px;
  text-align: center;
  color: var(--body-text-color);
  margin-left: 5px;
}

.shop-single-share a:hover{
  background: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--color-white);
}

.shop-single-details{
  margin-top: 50px;
}

.shop-single-desc{
  padding-top: 30px;
}

.shop-single-additional{
  padding-top: 30px;
}

.shop-single-review{
  padding-top: 30px;
}

.shop-single-details .nav-tabs {
  border-width: 2px;
}

.shop-single-details .nav-tabs .nav-link {
  color: var(--color-dark);
  font-size: 18px;
  padding: 12px 25px;
  font-weight: 500;
  border: none;
  background: transparent;
  border-bottom: 2px solid transparent;
}

.shop-single-details .nav-tabs .nav-link:hover,
.shop-single-details .nav-tabs .nav-link.active {
  border-bottom: 2px solid var(--theme-color);
  color: var(--theme-color);
}

.shop-single-list{
  margin: 20px 0;
}

.shop-single-list .title{
  margin-bottom: 15px;
  color: var(--color-dark);
  font-size: 17px;
}

.shop-single-list ul li{
  margin: 5px 0;
  list-style: unset;
  margin-left: 15px;
}

.shop-single-list ul li span{
  color: var(--color-dark);
  margin-right: 5px;
}

.shop-single-review .blog-comments-item{
  position: relative;
  border: 1px solid var(--border-info-color);
  border-radius: 10px;
  padding: 30px;
}

.shop-single-review .review-rating{
  position: absolute;
  right: 30px;
  top: 30px;
}

.shop-single-review .review-rating i {
  color: var(--theme-color);
}

.shop-single-review .blog-comments-content h5{
  font-size: 17px;
  margin-bottom: 5px;
}

.shop-single-review .blog-comments-content i{
  margin-right: 5px;
}

/* shop single 2 */
.shop-single2 .shop-single-gallery .flex-viewport{
  background: var(--color-white);
}

.shop-single2 .shop-single-gallery .flex-control-thumbs img{
  background: var(--color-white);
}

.shop-single2 .flex-direction-nav{
  display: none;
}

.shop-single2 .shop-cart-qty button{
  background: var(--color-white);
}

.shop-single2 .shop-single-details{
  background: var(--color-white);
  border-radius: 10px;
}

.shop-single2 .shop-single-desc,
.shop-single2 .shop-single-additional,
.shop-single2 .shop-single-review{
  padding: 30px;
}

.shop-single2 .blog-comments-single{
  background: var(--theme-bg-light);
}

.shop-single2 .related-item .product-item{
  background: var(--color-white);
}

@media all and (max-width: 1399px) {
  .shop-single-gallery .flex-control-thumbs li{
    margin: 6px;
  } 

  .shop-single-action .theme-btn2{
    margin-left: 2px;
  }
}

@media all and (max-width: 1199px) {
  .shop-single-color{
    margin-top: 20px;
  }

  .shop-single-action .shop-single-btn{
    margin-bottom: 20px;
  }
}

@media all and (max-width: 991px) {
  .shop-single-info{
    margin-left: 0;
    margin-top: 30px;
  }

  .shop-single-color{
    margin-top: 0px;
  }

  .shop-single-action .shop-single-btn{
    margin-bottom: 0px;
  }
}

@media all and (max-width: 767px) {
  .shop-single-gallery .flex-control-thumbs li{
    margin: 4.6px;
  } 

  .shop-single-size{
    margin-top: 20px;
  }

  .shop-single-color{
    margin-top: 20px;
  }

  .shop-single-action .shop-single-btn{
    margin-bottom: 20px;
  }

  .shop-single-details .nav-tabs .nav-link{
    font-size: 16px;
    padding: 10px 10px;
  }

  .shop-single-review .review-rating{
    right: 10px;
    top: 5px;
  }
}



/*====================
26. Compare css 
======================*/

.compare-table {
  background: var(--theme-bg-light);
  white-space: nowrap;
}

.compare-table th{
  vertical-align: middle;
}

.compare-table tbody tr th,
.compare-table tbody tr td {
  padding: 10px 15px;
}

.compare-img{
  position: relative;
}

.compare-img img{
  border-radius: 10px;
}

.compare-remove{
  position: absolute;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  right: 10px;
  top: 10px;
  background: var(--theme-color);
  color: var(--color-white);
  border-radius: 50px;
}

.compare-remove:hover{
  background: var(--color-red);
  color: var(--color-white);
}

.compare-title{
  font-size: 17px;
  font-weight: 500;
}

.compare-title:hover{
  color: var(--theme-color);
}

.compare-price{
  color: var(--theme-color);
  font-weight: 600;
}

.compare-rate i{
  color: var(--color-yellow);
}

.compare-table .theme-btn{
  padding: 8px 15px;
}



/*===================
27. Price range css 
=====================*/

.price-range-box{
  margin-bottom: 12px;
}

.price-range.ui-widget-content {
  border: none;
  background: var(--border-info-color);
  height: 5px;
  border-radius: 3px;
}

.price-range .ui-state-default,
.price-range .ui-widget-content .ui-state-default {
  top: -7px;
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 0px;
  background: var(--theme-color);
  z-index: 1;
}

.price-range .ui-state-focus {
  outline: none;
}

.price-range .ui-widget-header {
  background: var(--theme-color);
  border-radius: 0 !important;
}

.price-range-input input {
  border: none;
  margin-bottom: 20px;
  color: var(--theme-color);
  background: transparent;
  font-weight: 700;
  outline: none;
}



/*====================
28. Product css 
======================*/

.product-area{
  position: relative;
}

.product-item{
  position: relative;
  padding: 20px;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
  
}

.product-item::before{
  content: "";
  position: absolute;
  /* height: 80%; */
  height: 100%;
  left: 0;
  right: 0;
  bottom: -50px;
  background: var(--theme-color-light);
  border-radius: 20px;
  transition: var(--transition2);
  /* transform: skewY(-15deg); */
  z-index: -1;
}







/* optional: image pop */
.product-item img {
  transition: transform 0.35s ease;
}

.product-item:hover img {
  transform: translateY(-4px) scale(1.08);
}






.product-item:hover::before{
  height: 85%;
  transform: unset;
}

.product-img{
  position: relative;
}

.product-item .type{
  position: absolute;
  right: 0px;
  top: 0px;
  display: inline-block;
  background: var(--theme-color);
  color: var(--color-white);
  font-size: 11px;
  padding: 2px 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
}

.product-item .type.new{
  background: var(--theme-color);
}

.product-item .type.oos{
  background: var(--color-red);
}

.product-item .type.discount{
  background: var(--color-yellow);
}

.product-item .type.hot{
  background: var(--color-skyblue);
}

.product-action-wrap{
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}

.product-item:hover .product-action-wrap{
  opacity: 1;
  visibility: visible;
  bottom: 10px;
}

.product-action a{
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--theme-color);
  color: var(--color-white);
  text-align: center;
  border-radius: 50%;
  margin: 0 3px;
}

.product-action a:hover{
  background: var(--theme-color);
  color: var(--color-white);
}

.product-content{
  margin-top: 2px;
}

.product-title a{
  /* font-size: 24px; */
  color: var(--color-dark);
}

.product-title a:hover{
  color: var(--theme-color);
}

.product-rate{
  color: var(--color-yellow);
  font-size: 15px;
  margin-top: 3px;
}

/* .product-bottom{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
} */

.product-price{
  font-size: 25px;
  font-weight: 600;
  line-height: 2;
}

.product-price del{
  margin-right: 5px;
  color: var(--body-text-color);
}

.product-price span{
  color: var(--color-red);
}

.product-cart-btn{
  position: relative;
  border: none;
  background: var(--theme-color);
  color: var(--color-white);
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  width: 42px;
  height: 42px;
  transition: var(--transition);
  box-shadow: var(--box-shadow);
}

.product-cart-btn:hover{
  color: var(--color-white);
  background: var(--theme-color);
}

















@media all and (min-width: 992px) and (max-width: 1399px) {
  .product-item{
    padding: 15px;
  }

  .product-cart-btn{
    width: 37px;
    height: 37px;
    font-size: 15px;
  }

  .product-price del{
    font-size: 13px;
  }
}

@media all and (max-width: 767px){
  .product-wrap{
    margin: 0 15px;
  }
}


/* product slider */
.product-slider .owl-nav button{
  position: absolute;
	background: var(--theme-color)!important;
  color: var(--color-white)!important;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px!important;
  text-align: center;
	border-radius: 50%;
	box-shadow: var(--box-shadow);
  transition: var(--transition);
  top: 50%;
  transform: translateY(-50%);
}

.product-slider .owl-nav button:hover{
	background: var(--theme-color)!important;
}

.product-slider .owl-prev{
	left: -16px;
}

.product-slider .owl-next{
	right: -16px;
}

/* product slider 2 */
.product-slider2 .product-item{
  margin-bottom: 0px;
}

.product-slider2 .owl-nav button{
  position: absolute;
	background: var(--theme-color)!important;
  color: var(--color-white)!important;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px!important;
  text-align: center;
	border-radius: 50%;
	box-shadow: var(--box-shadow);
  transition: var(--transition);
  top: 50%;
  transform: translateY(-50%);
}

.product-slider2 .owl-nav button:hover{
	background: var(--theme-color)!important;
}

.product-slider2 .owl-prev{
	left: -16px;
}

.product-slider2 .owl-next{
	right: -16px;
}

/* product-banner */
.product-banner img{
  border-radius: 20px;
}

/* item-big */
.item-big .product-img{
  text-align: center;
  width: 100%;
}

.item-big .product-img img{
 width: 80%;
 margin: auto;
}

/* item-2 */
.item-2 .product-item{
  background: var(--theme-color-light);
  border-radius: 20px;
}

.item-2 .product-item::before{
  display: none;
}

/* item-3 */
.item-3 .product-item{
  border: 1px solid var(--border-info-color);
}

.item-3 .product-item::before{
  display: none;
}

/* item-4 */
.item-4 .product-item{
  background: var(--color-white);
}

.item-4 .product-item::before{
  display: none;
}

/* item-5 */
.item-5 .product-item::before{
  transform: none;
}

/* item list*/
.item-list .product-item{
  /* display: flex; */
  align-items: center;
  gap: 30px;
  background: var(--color-white);
  border-radius: 20px;
  height: 100%;
}

.item-list .product-item::before{
  display: none;
}

.item-list.item-2 .product-item{
  /* background: var(--theme-bg-light); */
  /* background-color: lightblue; */
  background-color: white;
    border: 3px solid #0062a6cc;
  display: block;
}







/* base card */
.item-list .product-item{
  align-items: center;
  gap: 30px;
  background: #ffffff;
  border-radius: 20px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

/* IMPORTANT: don't kill ::before here */
.item-list .product-item::before{
  content: "";
  display: none;       /* default: hidden, but still usable */
}

/* textured version for item-2 */
.item-list.item-2 .product-item{
  border: 3px solid #0062a6cc;
  display: block;
}

/* 45° texture override */

/* .item-list.item-2 .product-item::before{
  display: block;      
  position: absolute;
  inset: 0;
  background-image: url(../img/hero/texture-bg.jpg);

  opacity: 1;          
  z-index: 0;
  background-repeat: unset;
    background-size: unset;
    background-position: center;
} */


/* make sure this is loaded AFTER any existing product-item styles */
.col-md-4 .product-item
 {
  position: relative;
  padding: 12px;
  border-radius: 18px;
  background-color: #ffffff !important;
  background-image: repeating-linear-gradient(
    45deg,
    rgba(0, 150, 255, 0.18),
    rgba(0, 150, 255, 0.18) 6px,
    transparent 6px,
    transparent 12px
  ) !important;
  background-clip: padding-box;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}


.shop-area2{
   background-image: url(../img/hero/texture-bg.jpg);

}


/* for the full key-features card wrapper (example: .product-item.item-det) */
.product-item.item-det {
  position: relative;
  padding: 18px 18px 20px;
  border-radius: 18px;
  background-color: #ffffff; /* solid base */
  background-image: repeating-linear-gradient(
    45deg,
    rgba(0, 150, 255, 0.18),
    rgba(0, 150, 255, 0.18) 6px,
    transparent 6px,
    transparent 12px
  ) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
}



section.product-dets {
   background-image: url(../img/hero/texture-bg.jpg);
}

p.drop-para {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}




/* make inner content sit above the texture */
.item-list.item-2 .product-item > *{
  position: relative;
  z-index: 1;
}









 .item-list .product-img{
  width: 220px;
} 


.item-list .product-content{
  flex: 1;
}

.item-list .product-content p{
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 16px;
  text-align: justify;
    word-spacing: -1px; 
}

/* item tab */
.item-tab .nav{
  justify-content: space-between;
  gap: 10px;
}

.item-tab .nav-link{
  font-size: 17px;
  font-weight: 500;
  color: var(--color-dark);
  background: var(--theme-color-light);
  padding: 5px 20px;
  border-radius: 0;
  border-radius: 50px;
}

.item-tab .nav-item:last-child .nav-link{
  margin-right: 0;
}

.item-tab .nav-link.active{
  color: var(--color-white);
  background: var(--theme-color2);
}

@media all and (max-width: 767px) {
  .item-list .product-item{
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .item-list .product-img{
    width: 100%;
  }

  .item-tab .nav{
    justify-content: unset;
  }
}




/*====================
29. Product list css 
======================*/

.product-list{
  position: relative;
}

.pl-negative{
  margin-top: -130px;
}

.product-list-box{
  padding: 25px;
  border-radius: 20px;
  background: var(--color-white);
}

.product-list-box.border{
  border-color: var(--border-info-color) !important;
}

.product-list{
  position: relative;
}

.product-list-title{
  position: relative;
  font-size: 25px;
  margin-bottom: 40px;
  padding-bottom: 15px;
  font-weight: 700;
  border-bottom: 1px solid var(--border-info-color);
}

.product-list-title::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.8px;
  width: 40px;
  height: 2px;
  background: var(--theme-color);
}

.product-list-item{
  display: flex;
  gap: 14px;
  background: var(--theme-color-light);
  align-items: center;
  border-radius: 15px;
  margin: 25px 0;
  padding: 10px;
  position: relative;
  transition: var(--transition);
}

.product-list-item:last-child{
  margin-bottom: 0;  
}

.product-list-img{
  background: var(--color-white);
  border: 1px solid var(--border-info-color);
  border-radius: 15px;
  padding: 10px;
}

.product-list-img img{
  width: 100px;
  height: 100px;
}

.product-list-item:hover .product-list-img img{
  transform: scale(1.1);
}

.product-list-content{
  flex: 1;
}

.product-list-content h4 a{
  font-size: 18px;
}

.product-list-content h4 a:hover{
  color: var(--theme-color);
}

.product-list-rate{
  font-size: 15px;
  color: var(--color-yellow);
  margin-top: 4px;
}

.product-list-price{
  margin-top: 4px;
  font-weight: 500;
}

.product-list-price del{
  margin-right: 10px;
}

.product-list-price span{
  color: var(--color-red);
}

.product-list-btn{
  position: absolute;
  right: -3px;
  bottom: -3px;
  width: 50px;
  height: 50px;
  line-height: 36px;
  border-radius: 50%;
  border: 7px solid var(--color-white);
  background: var(--theme-color);
  color: var(--color-white);
  text-align: center;
}

.product-list-btn:hover{
  background: var(--theme-color);
  color: var(--color-white);
}

@media all and (max-width: 1399px) {
  .product-list-content h4 a{
    font-size: 16px;
  }
}

@media all and (max-width: 767px) {
  .pl-negative{
    margin-top: -80px;
  }
}



/*======================
30. Product section css 
========================*/

.ps-img{
  width: 95%;
}

.ps-content{
  margin-left: 20px;
}

.ps-item-wrap{
  margin-top: 25px;
}

.ps-item-wrap .ps-item{
  display: flex;
  gap: 20px;
}

.ps-item-wrap .ps-item{
  border: 1px solid var(--border-info-color);
  padding: 20px;
  border-radius: 20px;
}

.ps-item-wrap .ps-item .icon{
  width: 50px;
  height: 50px;
}

.ps-item-wrap .ps-item .content{
  flex: 1;
}

.ps-item-wrap .ps-item .content h6{
  color: var(--color-dark);
  margin-bottom: 5px;
}

.ps-item-wrap .ps-item .content p{
  color: var(--body-text-color);
}

/* product-section 2 */
.product-section2 .ps-content{
  background: var(--theme-bg-light);
  padding: 55px 50px;
  border-radius: 30px;
  margin-left: 0;
}

.product-section2 .ps-img img{
  border-radius: 30px;
}




/*======================
30. Modal quick view css 
========================*/

.quickview .modal-content{
  border-radius: 20px;
}

.quickview .modal-body{
  padding: 30px;
}

.quickview .btn-close{
  position: absolute;
  right: 10px;
  top: 10px;
  background: var(--theme-color);
  color: var(--color-white);
  font-size: 18px;
  width: 25px;
  height: 25px;
  line-height: 27px;
  border-radius: 50px;
  opacity: 1;
  transition: var(--transition);
  z-index: 1;
}

.quickview .btn-close:hover{
  background: var(--color-red);
  color: var(--color-white);
}

.quickview-img{
  background: var(--theme-color-light);
  /* padding: 30px; */
  border-radius: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}

.quickview-title{
  margin-bottom: 5px;
}

.quickview-rating i{
  color: var(--color-yellow);
}

.quickview-price {
  margin-top: 15px;
  margin-bottom: 15px;
}

.quickview-price h5{
  font-weight: 500;
}

.quickview-price del {
  margin-right: 10px;
  color: var(--body-text-color);
}

.quickview-price span {
  color: var(--theme-color);
}

.quickview-list li{
  margin: 5px 0;
}

.quickview-list li span{
  font-weight: 400;
  margin-left: 10px;
}

.quickview-list li .stock{
  color: var(--theme-color)
}

.quickview-cart{
  margin: 15px 0;
}

.quickview-cart .theme-btn{
  padding: 5px 18px;
}

.quickview-social a{
  width: 30px;
  height: 30;
  line-height: 32px;
  text-align: center;
  color: var(--color-dark);
}

.quickview-social a:hover{
  color: var(--theme-color);
}


/*====================
31. Bs custom css 
======================*/

/* tooltip */
.tooltip-inner {
  background: var(--theme-color);
  border-radius: 50px;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 600;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before{
  border-top-color: var(--theme-color) !important;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before{
  border-top-color: var(--theme-color) !important;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before{
  left: -2.5px !important;
  border-left-color: var(--theme-color) !important;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before{
  right: -2.5px !important;
  border-right-color: var(--theme-color) !important;
}

.tooltip.show {
  opacity: 1;
}

/* modal */
.modal-open{
  overflow: auto;
  padding-right: 0 !important;
}




/*=============================
32. Countdown css
===============================*/

.countdown{
  position: relative;
  margin: 15px 0;
}

.countdown-item{
  background: var(--color-white);
  text-align: center;
  margin: 5px;
  padding: 12px 20px 16px 20px;
  border-radius: 50px;
  border: 1px solid var(--border-info-color);
}

.countdown-item h2{
  color: var(--color-red);
  font-weight: 700;
}

.countdown-item h5{
  margin-top: 2px;
  color: var(--color-dark);
}




/*====================
33. Deal css 
======================*/

.deal-area{
  position: relative;
  /* background: var(--theme-color-light); */
  /* background: var(--theme-bg-light); */
  overflow: hidden;
  z-index: 1;
  padding: 20px;
  border-radius: 20px;
}

.deal-area::before{
  content: "";
  position: absolute;
  top: -150px;
  left: 10%;
  width: 400px;
  height: 400px;
  background: var(--theme-color);
  border-radius: 50%;
  opacity: .1;
  z-index: -1;
}

.deal-text-shape{
  position: absolute;
  right: 0;
  top: 0;
  writing-mode: vertical-lr;
  transform: scale(-1, -1);
  letter-spacing: 15px;
  font-size: 180px;
  line-height: 180px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--theme-color);
  opacity: .2;
  z-index: -1;
}

.deal-content{
  margin-right: 80px;
  color:var(--color-white);
}

.deal-info span{
  /* color: var(--color-red); */
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 8px;
}

.deal-info h1{
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 15px;
  /* color: var(--color-dark); */
  color: var(--color-white);
}

.deal-info p{
  /* color: var(--color-dark); */
  font-size: 17px;
}

.deal-img{
  position: relative;
}

.deal-discount{
  position: absolute;
  width: 120px;
  height: 120px;
  top: 0;
  left: 20%;
  background: var(--color-red);
  color: var(--color-white);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.deal-discount span{
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
}

.deal-discount span:last-child{
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
}

@media all and (max-width: 991px) {
  .deal-img{
    margin-top: 50px;
  }
}

@media all and (max-width: 767px) {
  .deal-content{
    margin-right: 0;
  }
}


/* deal-area 2 */
.deal-area2 .deal-wrap{
  padding: 50px 40px 30px 40px;
  border-radius: 30px;
  background-image: url(../img/shape/07.html);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.deal-area2 .deal-content {
  margin-left: 10px;
}

/* deal-countdown */
.deal-countdown{
  padding: 0 7px;
  margin-top: 25px;
  margin-bottom: 35px;
}

.deal-countdown .row{
  gap: 8px;
}

.deal-countdown .countdown-item{
  margin: 3px;
  padding: 10px 6px;
  border-radius: 20px;
  border: none;
}

.deal-countdown .countdown-item h2{
  font-size: 50px;
  margin-bottom: 4px;
}

.deal-countdown .countdown-item h5{
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
}

/* deal-slider */
.deal-slider .owl-dots{
  text-align: center;
  margin-top: 30px;
}

.deal-slider .owl-dots button{
  width: 12px;
  height: 12px;
  border-radius: 50px;
  border: 2px solid var(--theme-color);
  margin: 4px;
  transition: var(--transition2);
}

.deal-slider .owl-dots button.active{
  background: var(--theme-color);
}



/*====================
34. Seller css 
======================*/

.seller-area{
  position: relative;
}

.seller-item{
  text-align: center;
  margin-bottom: 10px;
}

.seller-img a{
  width: 135px;
  height: 135px;
  margin: 0 auto 10px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid var(--theme-color-light);
}

.seller-item:hover .seller-img a{
  border-color: var(--theme-color);
}

.seller-img img{
  width: 80px;
}

.seller-item:hover .seller-img img{
  transform: scale(1.1);
}

.seller-title{
  font-size: 17px;
  font-weight: 500;
  color: var(--color-dark);
}

.seller-item:hover .seller-title{
  color: var(--theme-color);
}


@media all and (max-width: 1399px) {
  .seller-img a{
    width: 118px;
    height: 118px;
  }
  
  .seller-img img{
    width: 60px;
  }
}



/*====================
35. Become seller css
======================*/

.become-seller{
  position: relative;
}

.seller-form{
  padding: 35px;
  background: var(--color-white);
  border-radius: 15px;
  border: 1px solid var(--border-info-color);
}

.seller-form-header{
  border-bottom: 1px solid var(--border-info-color);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.seller-form-header h4{
  margin-bottom: 10px;
}

.seller-form .nice-select,
.seller-form .form-group{
  margin-bottom: 15px;
}

.seller-form label{
  color: var(--color-dark);
  margin-bottom: 4px;
}

.seller-form .form-control{
  padding: 12px 20px;
  border-radius: 12px;
  box-shadow: none;
}

.seller-form .form-control::placeholder{
  color: var(--body-text-color);
}

.seller-form .form-control:focus,
.seller-form .nice-select:focus{
  border-color: var(--theme-color);
}

.seller-form .nice-select{
  border-radius: 8px;
  width: 100%;
  font-size: 16px;
  height: 50px;
  line-height: 47px;
}

.seller-form .nice-select::after{
  width: 9px;
  height: 9px;
  margin-top: -6px;
}

.seller-form .nice-select .list{
  width: 100%;
  height: 250px;
  overflow-y: auto;
  border-radius: 8px;
}

.seller-form .theme-btn{
  margin-top: 15px;
}

.seller-feature-item{
  border: 1px solid var(--border-info-color);
  border-radius: 15px;
  padding: 40px;
  text-align: center;
  margin-bottom: 15px;
}

.seller-feature-icon{
  margin: 0 auto 30px auto;
}

.seller-feature-icon img{
  width: 75px;
}

.seller-feature-content h4{
  font-size: 20px;
  margin-bottom: 10px;
}

@media all and (min-width: 992px) and (max-width: 1399px) {
  .seller-feature-item{
    padding: 36px;
  }

  .seller-feature-icon img{
    width: 55px;
  }
}


@media all and (max-width: 991px) {
  .seller-form{
    margin-bottom: 30px;
  }
}



/*====================
36. Vendor css
======================*/

.vendor-area{
  position: relative;
}

.vendor-area .shop-widget{
  background: var(--theme-bg-light);
}

.vendor-area .shop-sort{
  background: var(--theme-bg-light);
  padding-right: 8px;
}

.vendor-item{
  padding: 18px;
  background: var(--color-white);
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: var(--box-shadow);
}

.vendor-banner-img{
  position: relative;
}

.vendor-banner-img img{
  border-radius: 8px;
}

.vendor-logo{
  position: absolute;
  width: 80px;
  height: 80px;
  right: 20px;
  bottom: -40px;
  background: var(--color-white);
  padding: 15px;
  border-radius: 50px;
}

.vendor-content{
  padding-top: 15px;
}

.vendor-name{
  margin-bottom: 5px;
}

.vendor-name h4{
  font-size: 18px;
  color: var(--color-dark);
}

.vendor-rating{
  color: var(--theme-color);
  font-size: 14px;
  margin-top: 5px;
}

.vendor-info{
  margin-top: 10px;
}

.vendor-info a{
  margin-top: 5px;
}

.vendor-info a:hover{
  color: var(--theme-color);
}

.vendor-info a i{
  margin-right: 5px;
}

.vendor-bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid var(--border-info-color);
}

.vendor-content .theme-btn{
  padding: 5px 20px;
  border-radius: 50px;
}



/*====================
37. Vendor store css 
======================*/

.vendor-store{
  position: relative;
}

.vendor-store-banner{
  background: var(--color-white);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 25px;
}

.store-banner-img{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 300px;
  border-radius: 15px;
}

.vendor-store-logo{
  width: 100px;
  height: 100px;
  padding: 10px;
  background: var(--color-white);
  border-radius: 50%;
  margin: -50px 0 0 50px;
}

.vendor-store-content{
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.vendor-store-name{
  color: var(--color-dark);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.vendor-store-contact{
  margin-top: 10px;
}

.vendor-store-contact a{
  margin-right: 10px;
}

.vendor-store-contact a i{
  margin-right: 5px;
}

.vendor-store-contact a:hover{
  color: var(--theme-color);
}

.vendor-store-rating{
  color: var(--theme-color);
}

.vendor-store-sale{
  color: var(--body-text-color);
  margin-bottom: 20px;
  font-weight: 500;
}

.vendor-store-social a{
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: var(--theme-color);
  color: var(--color-white);
  border-radius: 50px;
  margin-right: 5px;
}

.vendor-store-social a:hover{
  background: var(--theme-color);
  color: var(--color-white);
}

@media all and (max-width: 991px) {
  .store-banner-img{
    height: 220px;
  }
  .vendor-store-content {
    flex-direction: column;
  }
}



/*====================
34. Feature css 
======================*/

.feature-area{
  position: relative;
}

.feature-wrap{
  padding: 40px 20px;
  border-radius: 20px;
  background: var(--color-dark);
  position: relative;
  z-index: 1;
}

.feature-wrap::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/shape/02.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  opacity: .2;
  z-index: -1;
}

.feature-wrap .feature-item{
  border-right: 1px solid var(--border-white-color);
}

.feature-wrap [class*=col-]:last-child .feature-item{
  border-right: none;
}

.feature-item{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.feature-icon{
  width: 65px;
  height: 65px;
  line-height: 55px;
  background: var(--theme-color);
  color: var(--color-white);
  font-size: 30px;
  border-radius: 0 50px 50px 50px;
  text-align: center;
  position: relative;
}

.feature-icon::before{
  content: "";
  position: absolute;
  border-radius:  0 50px 50px 50px;
  width: 65px;
  height: 65px;
  top: -8px;
  left: -8px;
  border: 2px solid var(--theme-color);
}

.feature-icon img{
  width: 40px;
  filter: brightness(0) invert(1);
}

.feature-content h4{
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 600;
  color: var(--color-white);
}

.feature-content p{
  color: var(--color-white);
}

@media all and (min-width: 1199px) and (max-width: 1399px){
  .feature-wrap{
    padding: 40px 10px;
  }

  .feature-item{
    gap: 11px;
  }
}

@media all and (max-width: 1199px) {
  .feature-content{
    flex: 1;
  }
  
  .feature-wrap .feature-item{
    border-right: none;
  }
}

@media all and (max-width: 991px) {
  .feature-item {
    margin: 10px 0;
  }
}

@media all and (max-width: 767px) {
  .feature-item {
    flex-direction: column;
    text-align: center;
  }
}

/* feature area 2 */
.feature-area.ft-2 .feature-item{
  background: var(--color-dark);
  padding: 20px;
  border-radius: 100px;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
  z-index: 1;
}

.feature-area.ft-2 .feature-item:hover{
  transform: translateY(-5px);
}

.feature-area.ft-2 .feature-item::before{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  border: 5px solid var(--color-white);
  border-radius: 30px;
  transform: rotate(-35deg);
  opacity: .1;
  z-index: -1;
}

.feature-area.ft-2 .feature-icon{
  border-radius: 50px;
}

.feature-area.ft-2 .feature-icon::before{
  top: -5px;
  left: -5px;
  border-radius: 50px;
}

/* feature area 3 */
.feature-area.ft-3 .feature-wrap{
  background: transparent;
  border: 1px solid var(--border-info-color);
}

.feature-area.ft-3 .feature-wrap::before{
  display: none;
}

.feature-area.ft-3 .feature-icon{
  border-radius: 50px;
}

.feature-area.ft-3 .feature-icon::before{
  display: none;
}

.feature-area.ft-3 .feature-content h4{
  color: var(--color-dark);
}

.feature-area.ft-3 .feature-content p{
  color: var(--body-text-color);
}

/* feature area 4 */
.feature-area.ft-4 .feature-wrap{
  background: var(--theme-bg-light);
}

.feature-area.ft-4 .feature-wrap::before{
  display: none;
}

.feature-area.ft-4 .feature-icon{
  border-radius: 50px;
}

.feature-area.ft-4 .feature-icon::before{
  display: none;
}

.feature-area.ft-4 .feature-content h4{
  color: var(--color-dark);
}

.feature-area.ft-4 .feature-content p{
  color: var(--body-text-color);
}

/* feature area 5 */
.feature-area.ft-5 .feature-item{
  background: var(--theme-color-light);
  margin: 30px 0;
  padding: 20px;
  border-radius: 30px;
  justify-content: start;
}

.feature-area.ft-5 .feature-left .feature-item{
  justify-content: end;
  flex-direction: row-reverse;
  text-align: right;
}

.feature-area.ft-5 .feature-icon{
  width: 85px;
  height: 85px;
  line-height: 80px;
  border-radius: 50px;
}

.feature-area.ft-5 .feature-icon::before{
  display: none;
}

.feature-area.ft-5 .feature-icon img{
  width: 50px;
}

.feature-area.ft-5 .feature-content{
  flex: 1;
}

.feature-area.ft-5 .feature-content h4{
  color: var(--color-dark);
}

.feature-area.ft-5 .feature-content p{
  color: var(--body-text-color);
}



/*====================
35. About css 
======================*/

.about-card {
  padding: 18px 20px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(15, 35, 64, 0.06);
}

.about-card h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
  color: #12345a;
}

/* grid for 9 items */
.about-card-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 18px; /* row / column */
}

.about-card-item {
  display: flex;
  align-items: flex-start;
  gap: 0.35rem;
  font-size: 0.8rem;
  font-weight: 500;
}

.about-card-dot {
  flex: 0 0 7px;
  height: 7px;
  border-radius: 999px;
  margin-top: 4px;
  background: linear-gradient(135deg, #1e96fc, #845ef7);
}

.about-card-item span:last-child {
  line-height: 1.3;

}

/* stack on small screens */
@media (max-width: 576px) {
  .about-card-list {
    grid-template-columns: 1fr;
  }
}







.about-left{
  position: relative;
}

.about-shape{
  position: absolute;
  right: 40px;
  top: 5px;
  width: 150px;
  z-index: -1;
}

.about-img{
  position: relative;
}

.about-img .img-1{
  border-radius: 200px 200px 200px 0;
}

.about-img .img-2{
  border-radius: 0 200px 200px 200px;
}

.about-experience{
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  top: 50px;
  left: 50%;
  background:  var(--color-white);
  border-radius: 100px 100px 100px 0;
  padding: 10px 30px 10px 10px;
  color: var(--color-dark);
  box-shadow: var(--box-shadow);
}

.about-experience-icon{
  color: var(--color-white);
  font-size: 45px;
  width: 70px;
  height: 70px;
  line-height: 60px;
  text-align: center;
  background: var(--theme-color);
  border-radius: 50px;
}

.about-experience-icon img{
  width: 55px;
  filter: brightness(0) invert(1);
}

.about-right{
  position: relative;
  display: block;
  padding-left: 30px;
}

.about-list{
  margin-top: 30px;
  margin-bottom: 20px;
}

.about-list ul{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.about-list ul li{
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: var(--color-dark);
}

.about-list ul li i{
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: var(--color-white);
  text-align: center;
  background: var(--theme-color2);
  border-radius: 50px;
}


@media all and (max-width: 991px) {
  .about-right{
    margin-top: 30px;
    padding-left: 0px;
  }
}

@media all and (max-width: 767px) {
  .about-experience{
    left: 80px;
  }
}



/*====================
36. Counter css 
======================*/

.counter-area {
  position: relative;
  background: var(--theme-color);
  z-index: 1;
}

.counter-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.counter-box .icon {
  position: relative;
  text-align: center;
  font-size: 60px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  line-height: 83px;
  color: var(--color-white);
  border: 3px solid var(--color-white);
  background:  var(--color-dark);
  z-index: 1;
}

.counter-box .icon img{
  filter:brightness(0) invert(1);
  width: 55px;
}

.counter-box .counter {
  display: block;
  line-height: 1;
  color: var(--color-white);
  /* color: black; */
  font-size: 50px;
  font-weight: 600;
}

.counter-box .counter-amount{
  display: flex;
  color: var(--color-white);
}

.counter-box .counter-amount .counter-sign{
  margin-left: 5px;
  font-size: 20px;
  font-weight: 500;
}

.counter-box .title {
  color: var(--color-white);
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

/* @media all and (max-width: 991px) {
  .counter-area .counter-box {
    margin: 40px 0;
  }
} */



/*===================
37. Team css 
=====================*/

.team-area {
  position: relative;
  overflow: hidden;
}

.team-item {
  padding: 15px;
  margin-bottom: 60px;
  text-align: center;
  position: relative;
  background: var(--color-white);
  border-radius: 15px;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
}

.team-item:hover {
  transform: translateY(-10px);
}

.team-img img{
  border-radius: 15px;
  margin-top: -50px;
}

.team-content {
  padding: 10px 0 5px 0;
}

.team-bio h5 {
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.team-bio span {
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-color);
  text-transform: capitalize;
}

.team-bio h5 a:hover {
  color:  var(--theme-color);
}

.team-social {
  border-top: 1px solid var(--border-info-color);
  margin-top: 10px;
  padding-top: 10px;
}

.team-social a {
  display: inline-block;
  color: var(--color-white);
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 4px;
  border-radius: 50px;
  background: var(--theme-color);
  box-shadow: var(--box-shadow);
}

.team-social a:hover {
  background: var(--theme-color2);
  color: var(--color-dark);
}



/*===================
38. Play btn
=====================*/

.play-btn {
  display: inline-block;
  padding: 0;
  height: 75px;
  width: 75px;
  line-height: 75px;
  font-size: 20px;
  text-align: center;
  background: var(--color-red);
  color: var(--color-white) !important;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}

.play-btn i::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--color-red);
  border-radius: 50px;
  animation: ripple-wave 1s linear infinite;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}

@keyframes ripple-wave {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}



/*====================
39. Video css 
======================*/

.video-content {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.video-content::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, .3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.video-content.rounded-5::before{
  border-radius: inherit;
}

.video-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  height: 450px;
  z-index: 1;
}

.video-wrapper img {
  border-radius: 12px;
}

.video-area .play-btn {
  display: inline-block;
  padding: 0;
  height: 75px;
  width: 75px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media all and (max-width: 767px) {
  .video-wrapper {
    height: 250px;
  }
}



 
/*====================
40. Testimonial css 
======================*/

.testimonial-area {
  position: relative;
}

.ts-bg{
  position: relative;
  background: var(--theme-color2);
}


.ts-bg > .container {
  position: relative;
  z-index: 1;       /* content above overlay */
}





.ts-bg::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background-image: url(../img/shape/03.jpg); */
  background-image: url(../img/shape/circuit-bg.png);

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: .25;
}

.ts-border .testimonial-item{
  border: 1px solid var(--border-info-color);
}

.testimonial-item {
  position: relative;
  margin-bottom: 20px;
  background: var(--color-white);
  border-radius: 70px 70px 70px 0;
  padding: 30px;
}

.testimonial-author{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  margin-bottom: 15px;
  background: var(--color-dark);
  border-radius: 50px 50px 50px 0;
  border-bottom: 1px solid var(--border-info-color);
  box-shadow: var(--box-shadow);
}

.testimonial-author-img{
  width: 70px;
}

.testimonial-author-img img{
  border-radius: 50px 50px 50px 0;
}

.testimonial-author-info h4{
  font-size: 19px;
  color: var(--color-white);
}

.testimonial-author-info p{
  color: var(--theme-color);
  font-weight: 500;
}

.testimonial-quote{
  position: relative;
  z-index: 1;
}

.testimonial-quote-icon{
  position: absolute;
  right: 30px;
  bottom: 20px;
  width: 100px;
  opacity: .45;
}

.testimonial-rate{
  color: var(--theme-color);
  margin-top: 15px;
}

.testimonial-slider .owl-dots{
  text-align: center;
  margin-top: 20px;
}

.testimonial-slider .owl-dots .owl-dot span{
  background: var(--theme-color);
  margin: 5px;
  border-radius: 50px;
  width: 8px;
  height: 8px;
  display: inline-block;
  transition: var(--transition);
}

.testimonial-slider .owl-dots .owl-dot.active span{
  background-color: var(--theme-color);
  width: 20px;
}

/* testimonial-area 2 */
.testimonial-area2 .testimonial-author{
  border-radius: 50px;
  background: var(--theme-color-light);
  border: none;
  box-shadow: none;
}

.testimonial-area2 .testimonial-author-info h4{
  color: var(--color-dark);
}

.testimonial-area2 .testimonial-item{
  border-radius: 70px;
}

.testimonial-area2 .testimonial-author-img img{
  border-radius: 50px;
}

/* testimonial-area 3 */
.testimonial-area3 .testimonial-wrap{
  background: linear-gradient(to right, #FCCBC6, #F9EAC8);
  border-radius: 50px;
  padding: 50px;
}

.testimonial-area3 .site-heading p{
  color: var(--color-dark);
  font-size: 19px;
  margin-top: 5px;
}

.testimonial-area3 .testimonial-item{
  border-radius: 20px;
  margin-bottom: 0;
}

.testimonial-area3 .testimonial-author{
  background: var(--color-white);
  padding: 0 0 20px 0;
  border-radius: 0;
  box-shadow: none;
}

.testimonial-area3 .testimonial-author-img img{
  border-radius: 50px;
}

.testimonial-area3 .testimonial-author-info h4{
  color: var(--color-dark);
}

@media all and (max-width: 767px) {
  .testimonial-area3 .testimonial-wrap{
    padding: 20px;
  }
}




/*====================
41. Brand css 
======================*/

.brand-area{
  position: relative;
}

.brand-slider{
  margin-top: 20px;
}

.brand-item a{
  padding: 30px 10px;
  border: 1px solid var(--border-info-color);
  border-radius: 20px;
}

.brand-item a:hover{
  border-color: var(--theme-color);
}



/*====================
42. Help css 
======================*/

.help-area{
  position: relative;
}

.help-search{
  text-align: center;
  margin-bottom: 60px;
}

.help-search h3{
  margin-bottom: 5px;
}

.help-search-form{
  margin-top: 20px;
}

.help-search-form .form-group{
  position: relative;
}

.help-search-form .form-control{
  padding: 12px 50px 12px 20px;
  border-radius: 8px;
  box-shadow: none;
}

.help-search-form .form-control:focus{
  border-color: var(--theme-color);
}

.help-search-form .form-group button{
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px 15px 6px 15px;
  background: transparent;
  border: none;
  color: var(--body-text-color);
}

.help-search-keyword{
  text-align: left;
  margin-top: 5px;
}

.help-search-keyword span{
  color: var(--color-dark);
}

.help-search-keyword a{
  color: var(--body-text-color);
}

.help-search-keyword a:hover{
  color: var(--theme-color);
}

.help-item{
  text-align: center;
  margin-bottom: 25px;
  border: 1px solid var(--border-info-color);
  border-radius: 25px;
  padding: 30px;
}

.help-icon i{
  font-size: 45px;
  font-weight: 300;
  color: var(--theme-color);
}

.help-content h4{
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 20px;
} 

.help-item .theme-btn{
  border-radius: 50px;
  padding: 6px 20px;
  margin-top: 25px;
}

.help-bottom{
  text-align: center;
  margin-top: 30px;
}

.help-bottom p{
  margin-top: 5px;
  margin-bottom: 20px;
}



/*====================
43. Invoices css 
======================*/

.invoice-area{
  position: relative;
}

.invoice-container.not-print{
  padding: 0 150px;
}

.invoice-print{
  text-align: right;
  margin-bottom: 30px;
}

.invoice-wrapper{
  background: var(--color-white);
  border-radius: 10px;
  padding: 50px;
}

.invoice-header{
  display: flex;
  justify-content: space-between;
}

.invoice-width{
  width: 40%;
}

.invoice-logo img{
  width: 180px;
}

.invoice-date-box{
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.invoice-address-box{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.invoice-address h5{
  margin-bottom: 8px;
}

.invoice-table{
  margin-top: 30px;
}

.invoice-table table{
  width: 100%;
  border-collapse: collapse;
}

.invoice-table table,
.invoice-table td, 
.invoice-table th {
  border: 1px solid var(--border-info-color);
}

.invoice-table td, 
.invoice-table th {
  padding: 10px 20px;
}

.invoice-bottom{
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid var(--border-info-color);
  display: flex;
  justify-content: space-between;
}

.invoice-bottom a{
  color: var(--body-text-color);
}



/*====================
44. Faq css 
======================*/

.faq-area{
  position: relative;
}

.faq-area .list-group-item{
  color: var(--body-text-color);
  font-weight: 500;
  font-size: 16px;
  padding: 10px 20px;
}

.faq-area .list-group-item.active{
  background: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--color-white);
  font-size: 18px;
  z-index: 1;
}

.faq-area .list-group-item:first-child{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.faq-area .list-group-item:last-child {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.faq-area .accordion-item {
  border: 1px solid var(--border-info-color);
  margin-bottom: 15px;
  background: var(--color-white);
  border-radius: 12px !important;
}

.faq-area .accordion-item span {
  width: 38px;
  height: 38px;
  margin-right: 15px;
}

.faq-area .accordion-item i {
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 12px;
  background: var(--theme-color);
  text-align: center;
  color: var(--color-white);
}

.faq-area .accordion-button:not(.collapsed) {
  color: var(--theme-color);
  background: transparent;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.faq-area .accordion-button {
  border-radius: 0px !important;
  background: transparent;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 20px 8px 8px;
  color:  var(--body-text-color);
  text-transform: capitalize;
  box-shadow: none !important;
}

.faq-area .accordion-body{
  border-top: 1px solid var(--border-info-color);
  color: var(--body-text-color);
}


@media all and (max-width: 991px) {
  .faq-area .accordion-button {
    font-size: 16px;
  }
}



/*====================
45. Auth css 
======================*/

.login-form {
  padding: 40px;
  background: var(--color-white);
  border-radius: 50px;
  box-shadow: var(--box-shadow);
}

.login-form .login-header {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border-info-color);
}

.login-form .login-header img {
  width: 200px;
  margin-bottom: 10px;
}

.login-form .login-header h3 {
  color: var(--theme-color);
  margin-bottom: 5px;
  font-weight: 800;
}

.login-form .login-header p {
  font-size: 20px;
}

.login-form .form-group {
  margin-bottom: 20px;
}

.login-form label {
  color:  var(--color-dark);
  margin-bottom: 5px;
}

.login-form .form-group .form-control {
  border: 1px solid var(--border-info-color);
  border-radius: 15px;
  padding: 12px 18px;
  box-shadow: none;
  transition: .5s;
}

.login-form .form-group .form-control::placeholder{
  color: var(--body-text-color);
}

.login-form .form-group .form-control:focus {
  border-color: var(--theme-color);
}

.login-form .form-check-input {
  box-shadow: none;
}

.login-form .form-check-input:focus{
  border-color: var(--theme-color);
}

.login-form .forgot-pass {
  color: var(--theme-color);
  transition: .5s;
}

.login-form .forgot-pass:hover {
  color:  var(--theme-color);
}

.login-form .theme-btn {
  width: 100%;
}

.login-form .theme-btn::before{
  width: 460px;
  height: 460px;
}

.login-form .theme-btn i {
  margin-right: 5px;
}

.login-form .form-check-input {
  margin-top: 6.3px;
}

.login-form .form-check-label a {
  color: var(--theme-color);
  transition: .5s;
}

.login-form .form-check-label a:hover {
  color: var(--theme-color);
}

.form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.login-form .login-footer {
  margin-top: 25px;
}

.login-form .login-footer p {
  text-align: center;
}

.login-form .login-footer p a {
  color: var(--theme-color);
  transition: .5s;
}

.login-form .login-footer a:hover {
  color:  var(--theme-color);
}

.social-login {
  position: relative;
  border-top: 1px solid #F1F1F1;
  margin-top: 25px;
  padding-top: 15px;
}

.social-divider{
  position: absolute;
  left: 50%;
  top: -21px;
  padding: 5px;
  background: var(--color-white);
  transform: translateX(-50%);
}

.social-login p {
  margin: 10px 0;
}

.social-login-list {
  text-align: center;
}

.social-login-list a {
  padding: 5px 20px;
  border: 2px solid var(--border-info-color);
  border-radius: 50px;
  margin: 5px;
}

.social-login-list a i{
  margin-right: 5px;
}

.social-login-list .fb-auth{
  border-color: #3B5998;
  color: #3B5998;
}

.social-login-list .fb-auth:hover{
  background: #3B5998;
  color: var(--color-white)!important;
}

.social-login-list .gl-auth{
  border-color: #DD4B39;
  color: #DD4B39;
}

.social-login-list .gl-auth:hover{
  background: #DD4B39;
  color: var(--color-white)!important;
}

.social-login-list .tw-auth{
  border-color: #55ACEE;
  color: #55ACEE;
}

.social-login-list .tw-auth:hover{
  background: #55ACEE;
  color: var(--color-white)!important;
}


@media all and (min-width: 992px) and (max-width: 1399px) {
  .login-form{
    padding: 30px;
  }

  .social-login-list a{
    margin-right: 4px;
  }
}

@media only screen and (max-width: 991px) {
  .login-form {
    padding: 40px 20px;
  }
}



/*====================
46. User css 
======================*/

/* nav account */
.nav-account img {
  width: 45px;
  border-radius: 50%;
  padding: 3px;
  border: 3px solid var(--theme-color);
  cursor: pointer;
}

.nav-account .dropdown-menu {
  border: none;
  min-width: 220px;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
}

.nav-account .dropdown-user{
  border-bottom: 1px solid var(--border-info-color);
  padding: 8px 20px;
  margin-bottom: 5px;
}

.nav-account .dropdown-user h5{
  font-size: 15px;
}

.nav-account .dropdown-user p{
  font-size: 14px;
  text-transform: lowercase;
  color: var(--body-text-color);
}

.nav-account .dropdown-menu li {
  width: 100%;
}

.nav-account .dropdown-menu li a i {
  margin-right: 5px;
}

.nav-account .dropdown-menu .dropdown-item {
  padding: 6px 20px;
  font-weight: 500;
}

.nav-account .dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: var(--theme-color);
  padding-left: 25px;
}

/* user sidebar */
.user-area .sidebar {
  background: var(--color-white);
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 15px;
}

.user-area .sidebar .user-menu-angle{
  float: right;
  margin-top: 6px;
}

.user-area .sidebar .user-menu-list{
  margin-left: 35px;
}

.user-area .sidebar .user-menu-list li a{
  position: relative;
}

.user-area .sidebar .user-menu-list li a::before{
  content: "\e122";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  left: 0px;
  top: 13px;
  color: var(--theme-color);
  font-size: 8px;
  font-weight: bold;
}

.user-area .sidebar-top {
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-info-color);
}

.user-area .sidebar-profile-img {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 15px auto;
  border-radius: 50px;
  padding: 4px;
  border: 3px solid var(--theme-color);
}

.user-area .sidebar-profile-img img {
  border-radius: 50%;
}

.user-area .sidebar-profile-img button {
  position: absolute;
  border-radius: 50px;
  background: var(--theme-color);
  color: var(--color-white);
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: none;
  right: 0;
  bottom: 0;
}

.user-area .profile-img-file {
  display: none;
}

.user-area .sidebar-list li {
  margin: 5px 0;
}

.user-area .sidebar-list li a {
  color: var(--color-dark);
  padding: 6px 6px 6px 15px;
  display: block;
  font-weight: 500;
  transition: var(--transition);
}

.user-area .sidebar-list li a:hover {
  padding-left: 20px;
}

.user-area .sidebar-list li a i {
  margin-right: 5px;
  color: var(--theme-color);
}

.user-area .sidebar-list .active i {
  color: var(--color-white);
}

.user-area .sidebar-list .active {
  background: var(--theme-color);
  color: var(--color-white);
  border-radius: 8px;
}

.user-area .sidebar-list li a span{
  float: right;
  line-height: unset;
  padding: 0px 6px;
  border-radius: 10px;
  margin-top: 3.7px;
}


/* user card */
.user-card {
  background: var(--color-white);
  padding: 15px 20px 20px 20px;
  border-radius: 10px;
  margin-bottom: 25px;
}

.user-card-title {
  color: var(--color-dark);
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--border-info-color);
}

.user-card .text-success {
  color: var(--theme-color) !important;
}

.user-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--border-info-color);
}

.user-card-header .user-card-title {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.user-card-header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.user-card-header .theme-btn {
  padding: 8px 15px;
}

@media all and (max-width: 767px) {
  .user-card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .user-card-header-right {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}


/* user card search */
.user-card-search .form-group {
  position: relative;
}

.user-card-search .form-control {
  padding: 10px 20px 10px 35px;
  box-shadow: none;
  border-radius: 10px;
  border-color: var(--border-info-color);
  color: var(--color-dark);
}

.user-card-search .form-control::placeholder{
  color: var(--body-text-color);
}

.user-card-search .form-control:focus {
  border-color: var(--theme-color);
}

.user-card-search i {
  position: absolute;
  left: 12px;
  top: 15px;
}

.user-card-filter .nice-select{
  height: 45px;
  line-height: 42.5px;
  border-color: var(--border-info-color);
  border-radius: 10px;
}

.user-card-filter .nice-select::after{
  width: 6px;
  height: 6px;
  margin-top: -5px;
}

/* user form */
.user-form .form-group {
  margin-bottom: 15px;
}

.user-form .form-group label {
  color: var(--color-dark);
  margin-bottom: 4px;
}

.user-form .form-control {
  padding: 12px 20px;
  border-radius: 12px;
  box-shadow: none;
  color: var(--color-dark);
}

.user-form .form-control::placeholder{
  color: var(--body-text-color);
}

.user-form .form-text{
  color: var(--body-text-color);
}

.user-form .nice-select{
  width: 100%;
  height: 50px;
  line-height: 48px;
  border-radius: 10px;
  font-size: 16px;
  padding-left: 20px;
  margin-bottom: 15px;
}

.user-form .nice-select::after{
  width: 9px;
  height: 9px;
  margin-top: -7px;
  right: 18px;
}

.user-form .nice-select .list{
  width: 100%;
}

.user-form .nice-select:focus,
.user-form .form-control:focus {
  border-color: var(--theme-color);
}

.user-form .theme-btn {
  width: unset;
  margin-top: 15px;
}

.user-form .form-img-upload {
  width: 100%;
  height: 140px;
  border: 2px dashed var(--border-info-color);
  border-radius: 10px;
  cursor: pointer;
}

.user-form .form-img-file {
  display: none;
}

.user-form .form-img-upload span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.user-form .form-img-upload span i {
  margin-right: 5px;
}

.user-form .form-check {
  margin-bottom: 15px;
}

.user-form .form-check-input {
  margin-top: 6.5px;
  box-shadow: none;
}

.user-form .form-check-input:focus {
  border-color: var(--theme-color);
}

.user-form .form-check label {
  color: var(--color-dark);
}

.user-form .form-check label a{
  color: var(--theme-color);
}

/* user badge */
.user-area .badge{
  border-radius: 50px;
  padding: 5px 12px;
}

.user-area .badge-success{
  background: #DCFCE7;
  color: #22C79C;
}

.user-area .badge-info{
  background: #F3E8FF;
  color: #A855F7;
}

.user-area .badge-primary{
  background: #DBF7FD;
  color: #0DCAF0;
}

.user-area .badge-danger{
  background: #FEE2E2;
  color: #EF4444;
}

/* dashboard */
.dashboard-widget {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px;
  border-radius: 10px;
  margin: 10px 0;
}

.dashboard-widget-info span {
  font-weight: 500;
}

.dashboard-widget-info h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}

.dashboard-widget-icon {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  border-radius: 50px;
}

.dashboard-widget.color-1 {
  background: rgba(168, 85, 247, .08);
  color: #A855F7;
}

.dashboard-widget.color-1 h1 {
  color: #A855F7;
}

.dashboard-widget.color-1 .dashboard-widget-icon {
  background: #A855F7;
  color: #fff;
}

.dashboard-widget.color-2 {
  background: rgba(17, 183, 107, .08);
  color: #11B76B;
}

.dashboard-widget.color-2 h1 {
  color: #11B76B;
}

.dashboard-widget.color-2 .dashboard-widget-icon {
  background: #11B76B;
  color: #fff;
}

.dashboard-widget.color-3 {
  background: rgba(240, 84, 84, .08);
  color: #F05454;
}

.dashboard-widget.color-3 h1 {
  color: #F05454;
}

.dashboard-widget.color-3 .dashboard-widget-icon {
  background: #F05454;
  color: #fff;
}

/* user table */
.user-area .table {
  border-collapse: separate;
  border-spacing: 0 10px;
  margin-bottom: 0;
}

.user-area .table th{
  color: var(--body-text-color);
}

.user-area .table tbody tr{
  background: var(--theme-bg-light);
  margin-bottom: 10px;
}

.user-area .table td{
  background: unset;
  color: var(--color-dark);
}

.user-area .table td:first-child {
  border-left-style: solid;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.user-area .table td:last-child {
  border-right-style: solid;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.user-area .table-list-info a {
  display: flex;
  align-items: center;
  gap: 15px;
}

.user-area .table-list-info h6 {
  transition: all .5s ease-in-out;
  margin-bottom: 5px;
}

.user-area .table-list-content:hover h6 {
  color: var(--theme-color);
}

.user-area .table-list-info p{
  color: var(--color-dark);
}

.user-area .table-list-info span{
  color: var(--color-dark);
}

.user-area .table-list-img{
  background: var(--color-white);
  border-radius: 10px;
  padding: 10px;
}

.user-area .table-list-info img {
  width: 80px;
  border-radius: 8px;
}

.user-area .user-card .table>:not(caption)>*>* {
  vertical-align: middle;
  padding: 0.8rem 0.8rem;
}

.user-area .table-list-code{
  color: var(--theme-color);
  font-weight: 500;
}

@media all and (max-width: 767px) {
  .user-area .table-list-info a {
    display: block;
  }

  .user-area .table-list-info h6 {
    margin-top: 10px;
  }
}

/* user action dropdown */
.user-action-dropdown .btn{
  padding: 4px 9px;
  border-radius: 8px;
}

.user-action-dropdown .dropdown-menu{
  border: none;
  box-shadow: var(--box-shadow);
  z-index: 1;
}

.user-action-dropdown .dropdown-item{
  color: var(--color-dark);
}

.user-action-dropdown .dropdown-item:hover{
  background: transparent;
  color: var(--theme-color);
}

.user-action-dropdown .dropdown-item i{
  margin-right: 5px;
}

/* user order details */
.user-order-detail .order-detail-content{
  background: var(--theme-bg-light);
  padding: 30px;
  border-radius: 10px;
  margin-top: 15px;
}

.user-order-detail .order-detail-content h5{
  margin-bottom: 20px;
}

.user-order-detail .order-detail-content p i{
  margin-right: 5px;
}

.user-order-detail .order-detail-content li{
  margin: 5px 0;
}

.user-order-detail .order-detail-content li span{
  float: right;
}

.user-order-detail .order-detail-content li:last-child{
  border-top: 1px solid var(--border-info-color);
  margin-top: 10px;
  padding-top: 10px;
  font-weight: 500;
}

/* user ticket details */
.user-ticket-detail .ticket-detail-content{
  margin-top: 30px;
}

.user-ticket-detail .ticket-chat-item{
  display: flex;
  gap: 20px;
  margin: 50px 0;
}

.user-ticket-detail .ticket-img img{
  width: 80px;
  border-radius: 50%;
}

.user-ticket-detail .ticket-info{
  flex: 1;
}

.user-ticket-detail .ticket-info span{
  color: var(--theme-color);
}

/* user order track */
.user-track-order .track-order-content{
  margin-top: 30px;
}

.user-track-order .track-order-content h5{
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
}

.user-track-order .track-order-content h5 span{
  color: var(--theme-color2);
}

.user-track-order .track-order-info{
  margin-top: 25px;
}

.user-track-order .track-order-info a{
  background: var(--theme-bg-light);
  padding: 10px 20px;
  border-radius: 10px;
  margin: 0 5px 5px 0;
}

.user-track-order .track-order-info a span{
  font-weight: 500;
}

.user-track-order .track-order-step{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}

.user-track-order .track-order-step .step-item{
  text-align: center;
  padding: 10px;
  flex: 1;
  position: relative;
  z-index: 1;
}

.user-track-order .track-order-step .step-item::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background: var(--theme-color2);
  left: 0;
  top: 50px;
  z-index: -1;
}

.user-track-order .track-order-step .step-item:first-child:before{
  width: 50%;
  left: unset;
  right: 0;
}

.user-track-order .track-order-step .step-item:last-child:before{
  width: 50%;
}

.user-track-order .track-order-step .step-item.completed::before{
  background: var(--color-red);
}

.user-track-order .track-order-step .step-icon{
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: var(--theme-color2);
  color: var(--color-white);
  font-size: 35px;
  border-radius: 50%;
  margin: 0 auto;
}

.user-track-order .track-order-step .step-item.completed .step-icon{
  background: var(--color-red);
}

.user-track-order .track-order-step .step-item h6{
  margin-top: 15px;
  font-size: 14px;
}

@media all and (max-width: 767px) {
  .user-track-order .track-order-step{
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .user-track-order .track-order-step .step-item::before{
    display: none;
  }
}

/* user country */
.user-country .user-country-list li{
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 12px 0;
}

.user-country .user-country-list li:last-child{
  margin-bottom: 0;
}

.user-country .user-country-list li img{
  width: 35px;
  border-radius: 4px;
}

.user-country .user-country-list li h6{
  color: var(--body-text-color);
  font-weight: 500;
  flex: 1;
}

.user-country .user-country-list li span{
  color: var(--body-text-color);
  font-weight: 500;
}

/* user store */
.user-store .store-file{
  display: none;
}

.user-store .store-logo-preview{
  position: relative;
  width: 120px;
  height: 120px;
  margin-top: 10px;
  margin-bottom: 30px;
  border: 1px solid var(--border-info-color);
  padding: 10px;
  border-radius: 50%;
}

.user-store .store-banner-preview{
  position: relative;
  margin-top: 10px;
  margin-bottom: 30px;
}

.user-store .store-banner-preview img{
  border-radius: 12px;
}

.user-store .store-banner-preview button,
.user-store .store-logo-preview button{
  position: absolute;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  background: var(--theme-color);
  color: var(--color-white);
  border: none;
  box-shadow: var(--box-shadow);
}

.user-store .store-logo-preview button{
  right: -10px;
  bottom: 20px;
}

.user-store .store-banner-preview button{
  right: 20px;
  bottom: 20px;
}

/* user payout */
.user-payout .user-payout-content{
  margin-top: 20px;
}

.user-payout .payout-item{
  background: var(--theme-bg-light);
  padding: 30px;
  border-radius: 10px;
}

.user-payout .next-payout p{
  margin-top: 20px;
  margin-bottom: 36px;
  font-size: 18px;
}

.user-payout .next-payout p span{
  font-weight: 500;
}

.user-payout .payout-method .payout-method-img{
  margin-top: 20px;
  margin-bottom: 25px;
}

.user-payout .payout-method .payout-method-img img{
  width: 100px; 
  margin-right: 10px;
}

@media all and (max-width: 991px) {
  .user-payout .next-payout{
    margin-bottom: 20px;
  }
}

/* user setting */
.user-setting .form-check{
  margin-bottom: 10px;
}

.user-setting .form-check-input{
  margin-top: 6.5px;
  box-shadow: none;
}

.user-setting .form-check-label{
  color: var(--body-text-color);
}

/* user message */
.user-message .message-wrapper {
  display: flex;
}

.user-message .message-inbox {
  max-width: 340px;
  border: 1px solid var(--border-info-color);
  border-radius: 10px;
}

.user-message .message-inbox {
  overflow: hidden;
}

.user-message .message-content {
  padding-left: 30px;
  position: relative;
  overflow: hidden;
}

.user-message .message-content-info {
  max-height: 750px;
  overflow-y: scroll;
  margin-right: -50px;
  padding-right: 50px;
}

.user-message .message-inbox,
.user-message .message-content {
  flex: 1;
}

.user-message .message-inbox ul {
  max-height: 950px;
  overflow-y: scroll;
  width: 357px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.user-message .message-inbox ul li.message-active {
  border-left: 3px solid var(--theme-color);
}

.user-message .message-inbox ul li {
  border-bottom: 1px solid var(--border-info-color);
  transition: .2s;
  list-style: none;
}

.user-message .message-inbox ul li:last-child {
  border-bottom: none;
}

.user-message .message-by-content h5 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1;
}

.user-message .message-inbox ul li a {
  position: relative;
  display: block;
  padding: 30px;
}

.user-message .message-inbox .message-avatar {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.user-message .message-avatar img {
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
}

.user-message .message-avatar img {
  width: 50px;
  height: 50px;
}

.user-message .message-inbox .message-by {
  margin-left: 50px;
}

.user-message .message-by-content h5 i {
  background: var(--color-yellow);
  padding: 3px 8px;
  border-radius: 50px;
  color: var(--color-white);
  font-size: 13px;
}

.user-message .message-by-content span {
  font-size: 13px;
  position: absolute;
  top: 25.5px;
  right: 25px;
  float: right;
  color: var(--body-text-color);
}

.user-message .message-inbox .message-by p {
  height: 26px;
  max-width: 205px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: var(--body-text-color);
  line-height: 27px;
}

.user-message .message-item {
  display: block;
  position: relative;
  margin-bottom: 25px;
}

.user-message .message-item .message-avatar {
  position: absolute;
  left: 0;
  top: 0;
}

.user-message .message-item .message-avatar img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
}

.user-message .message-item .message-description {
  margin-left: 70px;
  background: var(--theme-bg-light);
  border-radius: 12px;
  padding: 20px;
  position: relative;
}

.user-message .message-item .message-description::before {
  position: absolute;
  top: 0px;
  left: -9px;
  content: "\f0d9";
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
  font-size: 31px;
  color: var(--theme-bg-light);
}

.user-message .message-item .message-description p {
  font-size: 15px;
  padding: 0;
  margin: 0;
  line-height: 27px;
}

.user-message .message-item.me .message-avatar {
  left: auto;
  right: 0;
  position: absolute;
  top: 0;
}

.user-message .message-item.me .message-description {
  color: var(--theme-color);
  background: #F2F7FF;
  margin-left: 0;
  margin-right: 70px;
  border-radius: 12px;
  padding: 20px;
  position: relative;
}

.user-message .message-item.me .message-description::before {
  content: "\f0da";
  left: auto;
  right: -10px;
  color: #F2F7FF;
}

.user-message .message-reply {
  margin-top: 15px;
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 15px;
}

.user-message .message-reply .form-control {
  padding: 15px 20px;
  box-shadow: none;
  border-radius: 10px;
  color: var(--color-dark);
}

.user-message .message-reply .form-control::placeholder{
  color: var(--body-text-color);
}

.user-message .message-reply .form-control:focus {
  border-color: var(--theme-color);
}

.user-message .message-reply .theme-btn {
  margin-top: 15px;
}

.user-message .message-status {
  width: 12px;
  height: 12px;
  background: var(--theme-color);
  display: flex;
  border-radius: 50%;
  border: 3px solid var(--color-white);
  position: absolute;
  right: -5px;
  top: 50%;
}

.user-message .message-status.online {
  background: var(--theme-color);
}

.user-message .message-status.offline {
  background: var(--color-red);
}

.user-message .message-status.busy {
  background: var(--color-yellow);
}

.user-message .header-account:hover{
  cursor: pointer;
}

.user-message .header-account img {
  width: 45px;
  border-radius: 50%;
}

.user-message .header-account .dropdown-menu{
  border: none;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
}

.user-message .header-account .dropdown-item{
  color: var(--color-dark);
}

.user-message .header-account .dropdown-item:hover{
  background: transparent;
  color: var(--theme-color);
  padding-left: 20px;
}


@media all and (max-width: 991px) {
  .user-message .message-by-content span {
    right: 65px;
  }

  .user-message .message-reply {
    right: 0;
  }
}

@media all and (max-width: 767px) {
  .user-message .message-wrapper {
    flex-direction: column;
    gap: 50px;
  }

  .user-message .user-card-header {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }

  .user-message .message-content {
    padding-left: 0;
    padding-bottom: 200px;
  }

  .user-message .message-reply {
    left: 0;
  }
}



/*====================
47. Coming soon css 
======================*/

.coming-soon {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center !important;
  min-height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  position: relative;
}

.coming-soon .container {
  position: relative;
}

.coming-soon:before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, .7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.coming-soon-content .title{
  margin-bottom: 8px;
}

.coming-soon-content .lead{
  font-weight: 500;
}

.coming-soon .newsletter-form {
  position: relative;
  margin-top: 30px;
}

.coming-soon .newsletter-form .input-newsletter {
  height: 55px;
  display: block;
  width: 100%;
  border: none;
  border-radius: 15px;
  font-size: 14px;
  padding-top: 0;
  padding-right: 150px;
  padding-bottom: 0;
  padding-left: 25px;
  box-shadow: none;
}

.coming-soon .newsletter-form button {
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
  height: auto;
  border: none;
  border-radius: 12px;
  background: var(--theme-color);
  display: inline-block;
  color: var(--color-white);
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 500;
  transition: .5s;
}

.coming-soon .newsletter-form button:hover {
  background: var(--theme-color);
  color: var(--color-white);
}

.coming-social {
  margin-top: 30px;
  text-align: center;
}

.coming-social a {
  color: var(--color-white);
  margin: 5px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 12px;
  border: 2px solid var(--color-white);
  display: inline-block;
  transition: .5s;
}

.coming-social a:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
}

.coming-soon-countdown {
  margin-top: 30px;
}

@media all and (max-width: 1399px) {
  .coming-soon-content{
    margin-top: 0;
  }
}


/*====================
48. Error css 
======================*/

.error-wrapper {
  text-align: center;
}

.error-wrapper h1 {
  font-size: 250px;
  letter-spacing: 5px;
  font-weight: bold;
  color: var(--theme-color);
}

.error-wrapper h1 span {
  color:  var(--color-dark);
}

.error-wrapper h2 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.error-wrapper img {
  width: 100%;
}

.error-wrapper .theme-btn {
  margin-top: 30px;
}


@media all and (max-width: 767px) {
  .error-wrapper h1 {
    font-size: 160px;
  }
}




/*====================
49. Terms/privacy css 
====================== */

.terms-content:not(:last-child) {
  margin-bottom: 54px;
}

.terms-content:first-child {
  margin-top: -3px;
}

.terms-content .terms-list {
  margin-top: 37px;
}

.terms-content h3 {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.terms-content p:not(:last-child) {
  margin-bottom: 26px;
}

.terms-list li:not(:last-child) {
  margin-bottom: 16px;
}



/*============================
50. Mail success css 
==============================*/

.mail-success{
  position: relative;
}

.mail-success-content{
  background: var(--color-white);
  padding: 50px;
  text-align: center;
  border-radius: 15px;
  box-shadow: var(--box-shadow);
}

.mail-success-icon{
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 35px;
  color: var(--color-white);
  background: var(--theme-color);
  margin: 0 auto;
  border-radius: 50px;
  margin-bottom: 20px;
}

.mail-success-content h3{
  text-transform: capitalize;
}

.mail-success-content p{
  margin-top: 15px;
  margin-bottom: 30px;
}




/*====================
51. Blog css 
======================*/

.blog-area{
  position: relative;
}

.blog-item{
  background: var(--color-white);
  padding: 20px;
  border: 1px solid var(--border-info-color);
  border-radius: 40px;
  transition: var(--transition);
}

.blog-item-img{
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}

.blog-item-img img {
  border-radius: 25px;
  box-shadow: var(--box-shadow);
}

.blog-item:hover .blog-item-img img{
  transform: scale(1.1);
} 

.blog-date{
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: var(--theme-color);
  color: var(--color-white);
  font-weight: 500;
  border-radius: 50px 50px 50px 0;
  padding: 4px 12px 4px 15px;
}

.blog-item-meta{
  padding: 14px 0;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--border-info-color);
}

.blog-item-meta ul li {
  display: inline-block;
  margin-right: 15px;
  font-weight: 500;
  position: relative;
  color:  var(--color-dark);
}

.blog-item-meta ul li i {
  margin-right: 5px;
  color: var(--theme-color);
}

.blog-item-meta a:hover {
  color: var(--theme-color);
}

.blog-title {
  font-size: 20px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.blog-item-info p {
  margin-bottom: 16px;
}

.blog-item-info .theme-btn {
  margin-top: 10px;
}

.blog-item-info h4 a {
  color:  var(--color-dark);
}

.blog-item-info h4 a:hover {
  color: var(--theme-color);
}

/* blog-area 2 */
.blog-area2 .blog-item{
  position: relative;
}

.blog-area2 .blog-item .blog-date{
  top: 4px;
  right: 50px;
  bottom: unset;
  border-radius: 50px;
  background: var(--color-white);
  color: var(--theme-color);
  z-index: 1;
}

.blog-area2 .blog-item-info{
  margin-top: 20px;
}

.blog-area2 .blog-item .blog-item-meta{
  padding: 14px 0;
  margin-top: 14px;
  padding-bottom: 0;
  margin-bottom: 0;
  border-top: 1px solid var(--border-info-color);
  border-bottom: 0;
}



/*========================
52. Blog single css
==========================*/

.blog-thumb-img {
  margin-bottom: 20px;
}

.blog-single-content img {
  border-radius: 15px;
}

.blog-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.blog-meta .blog-meta-left ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-meta .blog-meta-left ul li{
  font-weight: 500;
}

.blog-meta i {
  margin-right: 5px;
  color: var(--theme-color);
}

.blog-meta a {
  color: var(--body-text-color);
  font-weight: 500;
}

.blog-meta a:hover {
  color: var(--theme-color);
}

.blog-details-title {
  font-size: 34px;
  color:  var(--color-dark);
}

.blockqoute {
  position: relative;
  background: var(--theme-bg-light);
  border-left: 5px solid var(--theme-color);
  padding: 30px;
  font-size: 17px;
  font-style: italic;
  margin: 20px 0;
  border-radius: 0px;
}

.blockqoute i{
  position: absolute;
  right: 30px;
  bottom: 8px;
  color: var(--theme-color);
  font-size: 90px;
  opacity: .2;
}

.blockqoute-author {
  margin-top: 20px;
  padding-left: 60px;
  position: relative;
  color:  var(--color-dark);
}

.blockqoute-author::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 40px;
  background: var(--theme-color);
  left: 0;
  top: 10px;
}

.blog-details-tags {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-details-tags h5 {
  color:  var(--color-dark);
}

.blog-details-tags ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

.blog-details-tags ul a {
  background: var(--theme-bg-light);
  color:  var(--color-dark);
  padding: 4px 18px 5px 18px;
  border-radius: 50px;
  transition: var(--transition);
}

.blog-details-tags ul a:hover {
  background: var(--theme-color);
  color: var(--color-white);
}

.blog-author {
  display: flex;
  justify-content: start;
  align-items: center;
  background: var(--color-white);
  border-radius: 10px;
  box-shadow: var(--box-shadow);
  margin: 50px 0;
  padding: 20px;
}

.blog-author-img {
  width: 320px;
}

.blog-author-img img {
  border-radius: 15px;
}

.author-name {
  font-size: 22px;
  color: var(--theme-color);
  margin: 8px 0;
}

.author-info {
  padding: 0 20px;
}

.author-social {
  margin-top: 10px;
}

.author-social a {
  width: 35px;
  height: 35px;
  line-height: 31px;
  text-align: center;
  border: 2px solid var(--theme-color);
  border-radius: 50px;
  margin-right: 5px;
  color: var(--theme-color);
  transition: var(--transition);
}

.author-social a:hover {
  color: var(--color-white);
  background: var(--theme-color);
}

.blog-comments {
  margin-bottom: 50px;
}

.blog-comments h3 {
  color:  var(--color-dark);
}

.blog-comments-wrap {
  margin: 30px 0;
}

.blog-comments-item {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  margin-top: 50px;
}

.blog-comments-item img {
  border-radius: 50%;
}

.blog-comments-content {
  padding: 0 0 0 20px;
}

.blog-comments-content span {
  font-size: 14px;
  color: var(--theme-color);
  font-weight: 500;
}

.blog-comments-content a {
  font-weight: 500;
  margin-top: 5px;
  color: var(--theme-color);
}

.blog-comments-content a:hover {
  color:  var(--color-red);
}

.blog-comments-content h5 {
  color:  var(--color-dark);
}

.blog-comments-reply {
  margin-left: 50px;
}

.blog-comments-form {
  padding: 30px;
  margin-top: 50px;
  border-radius: 10px;
  background: var(--theme-bg-light);
}

.blog-comments-form h3 {
  margin-bottom: 20px;
}

.blog-comments-form .form-group {
  margin-bottom: 20px;
}

.blog-comments-form .form-control {
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: none;
  transition: var(--transition);
}

.blog-comments-form .form-control::placeholder{
  color: var(--body-text-color);
}

.blog-comments-form .form-control:focus {
  border-color: var(--theme-color);
}


@media all and (max-width: 767px) {
  .blog-meta {
    flex-direction: column;
    font-size: 15px;
  }

  .blog-meta .blog-meta-left ul {
    gap: 10px;
  }

  .blog-details-tags {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-author {
    flex-direction: column;
    text-align: center;
    padding: 25px;
  }

  .author-info{
    margin-top: 25px;
  }

  .blog-comments-item {
    flex-direction: column;
    text-align: center;
    padding: 30px 0px;
    box-shadow: var(--box-shadow);
    margin-bottom: 30px;
    border-radius: 10px;
  }

  .blog-comments-item img{
    margin: 0 auto 20px auto;
  }

  .blog-comments-reply {
    margin-left: 0px;
  }
}



/*=======================
53. Widget sidebar css
=========================*/

.widget {
  background: var(--theme-bg-light);
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 15px;
}

.widget .widget-title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  color:  var(--color-dark);
}

.widget .widget-title::before {
  position: absolute;
  content: '';
  width: 10px;
  border-bottom: 3px solid var(--theme-color);
  bottom: 0;
  left: 0;
}

.widget .widget-title::after {
  position: absolute;
  content: '';
  width: 25px;
  border-bottom: 3px solid var(--theme-color);
  bottom: 0;
  left: 15px;
}

.widget .search-form .form-control {
  padding: 12px 15px 12px 15px;
  border-radius: 12px;
  box-shadow: none;
}

.widget .search-form {
  position: relative;
}

.widget .search-form .form-control:focus {
  border-color: var(--theme-color);
}

.widget .search-form button {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  padding: 8px 18px 6px 18px;
  background: transparent;
  border: none;
  color: var(--theme-color);
}

.widget .category-list a {
  display: block;
  padding: 10px 0;
  font-weight: 500;
  border-bottom: 1px solid var(--border-info-color);
  transition: var(--transition);
}

.widget .category-list a:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.widget .category-list a:hover {
  padding-left: 10px;
  color: var(--theme-color);
}

.widget .category-list a i {
  margin-right: 5px;
  color: var(--theme-color);
}

.widget .category-list a span {
  float: right;
}

.widget .recent-post-item {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 20px;
}

.widget .recent-post-item:last-child{
  margin-bottom: 0;
}

.widget .recent-post-img {
  margin-right: 20px;
}

.widget .recent-post-img img {
  width: 120px;
  border-radius: 12px;
}

.widget .recent-post-bio h6 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: capitalize;
}

.widget .recent-post-bio span {
  font-size: 14px;
  font-weight: 500;
  color: var(--theme-color);
}

.widget .recent-post-bio span i {
  margin-right: 5px;
}

.widget .recent-post-bio h6 a:hover {
  color: var(--theme-color);
}

.widget .social-share-link a {
  width: 35px;
  height: 35px;
  line-height: 32px;
  border: 2px solid var(--theme-color);
  color: var(--theme-color);
  text-align: center;
  margin-right: 5px;
  border-radius: 50px;
  transition: var(--transition);
}

.widget .social-share-link a:hover {
  background: var(--theme-color);
  color: var(--color-white);
}

.widget .tag-list a {
  background: var(--color-white);
  color:  var(--color-dark);
  padding: 5px 15px;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 8px;
  display: inline-block;
  transition: var(--transition);
}

.widget .tag-list a:hover {
  background-color: var(--theme-color);
  color: var(--color-white);
}



/*====================
54. Pagination css 
======================*/

.pagination-area{
  position: relative;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination .page-link {
  border: none;
  background:  var(--color-dark);
  color: var(--color-white);
  margin: 0 10px;
  border-radius: 10px !important;
  width: 40px;
  height: 40px;
  line-height: 28px;
  text-align: center;
  transition: var(--transition);
}

.pagination .page-link:hover,
.pagination .page-item.active .page-link {
  background: var(--theme-color);
  color: var(--color-white);
  z-index: 1;
}



/*====================
55. Breadcrumb css 
======================*/

.site-breadcrumb {
  position: relative;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 1;
}

.site-breadcrumb-bg {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center !important;
  background-size: cover !important;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.site-breadcrumb .breadcrumb-title {
  font-size: 25px;
  color: var(--color-dark);
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.site-breadcrumb .breadcrumb-menu {
  position: relative;
  z-index: 1;
}

.site-breadcrumb .breadcrumb-menu li {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  color: var(--color-dark);
  font-weight: 500;
  text-transform: capitalize;
}

.site-breadcrumb .breadcrumb-menu li a {
  color: var(--color-dark);
  transition: all 0.5s ease-in-out;
}

.site-breadcrumb .breadcrumb-menu li::before {
  position: absolute;
  content: '\f101';
  font-family: 'Font Awesome 6 Pro';
  right: -21px;
  top: 1px;
  text-align: center;
  font-size: 16px;
  color: var(--color-dark);
}

.site-breadcrumb .breadcrumb-menu li:first-child {
  margin-left: 0;
}

.site-breadcrumb .breadcrumb-menu li:last-child:before {
  display: none;
}

.site-breadcrumb .breadcrumb-menu li a:hover {
  color: var(--color-red);
}

.site-breadcrumb .breadcrumb-menu li.active {
  color: var(--color-dark);
}



/*===================
56. Contact us css 
=====================*/

.contact-area {
  position: relative;
}

.contact-content {
  margin-bottom: 50px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
  padding: 15px;
  position: relative;
  margin-bottom: 25px;
  border-radius: 20px;
  background:var(--color-white);
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  height: 100%;
}

.contact-info:hover{
  transform: translateY(-8px)
}

.contact-info-icon i {
  font-size: 35px;
  color: var(--color-white);
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50px;
  background: var(--theme-color);
}

.contact-info h5 {
  font-size: 18px;
  margin-bottom: 8px;
  color: var(--color-dark);
}

.contact-info p{
  color: var(--body-text-color);
  font-weight: 500;
  font-size: 16px;
}

.contact-form{
  background: var(--color-white);
  border-radius: 20px;
  padding: 30px 30px 10px 30px;
  box-shadow: var(--box-shadow);
}

.contact-form-header {
  margin-bottom: 30px;
}

.contact-form-header h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
  color:  var(--color-dark);
}

.contact-form .form-group {
  margin-bottom: 25px;
}

.contact-form .form-group .form-control {
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: none;
  transition: var(--transition);
}

.contact-form .form-group .form-control::placeholder{
  color: var(--body-text-color);
}

.contact-form .form-group .form-control:focus {
  border-color: var(--theme-color);
}

.contact-map {
  margin-bottom: -9px;
}

.contact-map iframe {
  width: 100%;
  height: 350px;
}


@media all and (max-width: 991px) {
  .contact-info{
    padding: 35px;
  }
}

@media all and (max-width: 768px) {
  .contact-content {
    margin-top: 50px;
    margin-bottom: 0;
  }
}



/* ========================
57. Gallery css 
=========================== */

.gallery-item {
  position: relative;
  width: 100%;
  text-align: center;
}

.gallery-img {
  position: relative;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}

.gallery-img::before{
  content:"";
  position: absolute;
  inset: 0;
  background: var(--theme-color2);
  transition: all 0.7s ease-in-out;
  transform: translateY(-110%);
}

.gallery-img:hover::before{
  transform: translateY(110%);
}

.gallery-img::after{
  content:"";
  position: absolute;
  inset: 0;
  background: var(--theme-color2);
  opacity: .8;
  transition: all 0.7s ease-in-out;
  transform: translateY(-110%);
}

.gallery-img:hover::after{
  transform: none;
}

.gallery-img img {
  width: 100%;
  border-radius: 30px;
}

.gallery-link {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  font-size: 34px;
  color: var(--theme-color);
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: var(--color-white);
  transition: all 200ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transform: translate(-50%, -50%) scale(0);
  z-index: 1;
}

.gallery-item:hover .gallery-link {
  transform: translate(-50%, -50%) scale(1);
  transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-delay: 0.7s;
}



/* ===================
58. Affiliate css 
====================== */

.affiliate-area{
  position: relative;
}

.affiliate-img{
  position: relative;
}

.affiliate-img::before{
  content: "";
  position: absolute;
  right: 30px;
  bottom: 0;
  width: 50%;
  height: 100%;
  background: var(--theme-color);
  transform: rotate(5deg);
  border-radius: 20px;
  z-index: -1;
}

.affiliate-img img{
  border-radius: 20px;
  width: 90%;
}

.affiliate-item{
  display: flex;
  align-items: center;
  border-radius: 12px;
}

.affiliate-percentage{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  text-align: center;
  border: 5px solid var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: var(--color-red);
}

.affiliate-percentage h1{
  color: var(--color-white);
  font-weight: bold;

}

.affiliate-percentage h1 span{
  font-size: 20px;
  color: var(--color-white);
}

.affiliate-item .level{
  color: var(--color-white);
  font-weight: 500;
}


@media all and (max-width: 991px) {
  .affiliate-img{
    margin-bottom: 35px;
  }
}



/* ===================
59. Cta css 
====================== */

.cta-area{
  position: relative;
  background: var(--theme-color2);
  overflow: hidden;
  z-index: 1;
}

.cta-area::before{
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  border: 30px solid var(--color-white);
  border-radius: 50%;
  left: 50px;
  bottom: -100px;
  opacity: .1;
  z-index: -1;
}

.cta-area::after{
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  border: 30px solid var(--color-white);
  border-radius: 50%;
  right: 50px;
  top: -150px;
  opacity: .1;
  z-index: -1;
}

.cta-content{
  text-align: center;
}

.cta-content h6{
  color: var(--theme-color);
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 600;
}

.cta-content h1{
  color: var(--color-white);
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 15px;
}

.cta-content h1 span{
  color: var(--theme-color);
}

.cta-content p{
  color: var(--color-white);
}

.cta-content .theme-btn{
  margin-top: 25px;
}



/* ===================
60. Process css 
====================== */

.process-area{
  position: relative;
}

.process-item{
  padding: 25px;
  border-radius: 30px;
  position: relative;
  background: var(--color-white);
  box-shadow: var(--box-shadow);
}

.process-item .icon{
  width: 80px;
  height: 80px;
  line-height: 75px;
  text-align: center;
  background: var(--theme-color2);
  border-radius: 50px;
  margin-bottom: 20px;
}

.process-item .icon img{
  width: 45px;
  filter: brightness(0) invert(1);
}

.process-item .icon span{
  position: absolute;
  right: 20px;
  top: 0;
  font-weight: 800;
  font-size: 40px;
  color: transparent;
  -webkit-text-stroke: 1px var(--theme-color);
}

.process-item h4{
  color: var(--color-dark);
  margin-bottom: 10px;
}



/* ===================
61. Instagram css 
====================== */

.instagram-area{
  position: relative;
}

.instagram-item {
  position: relative;
}

.instagram-img img{
  border-radius: 50px;
}

.instagram-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  opacity: 0;
  z-index: 0;
  transition: 0.4s;
}

.instagram-item a {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  background: var(--theme-color);
  color: var(--color-white);
  font-size: 20px;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  z-index: 2;
  transition: 0.4s;
  transform: translate(-50%, -50%);
}

.instagram-item:hover::after {
  width: 100%;
  opacity: 1;
}

.instagram-item:hover a {
  visibility: visible;
  opacity: 1;
}



/*====================
62. Choose css 
======================*/

.choose-area{
  position: relative;
}

.choose-img img{
  border-radius: 100px 100px 0 100px;
  box-shadow: var(--box-shadow);
}

.choose-content{
  margin-top: 70px;
}

.choose-item{
  display: flex;
  gap: 18px;
  padding: 20px;
  background: var(--color-white);
  border-radius: 50px 0 50px 50px;
}

.choose-icon{
  width: 80px;
  height: 80px;
  line-height: 76px;
  text-align: center;
  background: var(--theme-color);
  border-radius: 50px 0 50px 50px;
}

.choose-icon img{
  width: 50px;
  filter: brightness(0) invert(1);
}

.choose-info{
  flex: 1;
}

.choose-info h4{
  color: var(--color-dark);
  margin-bottom: 8px;
}

.choose-info p{
  color: var(--body-text-color);
}

/* choose-area2 */
.choose-area2 .choose-content{
  margin-top: 30px;
}

.choose-area2 .choose-img img{
  border-radius: 100px;
}

.choose-area2 .choose-item{
  border-radius: 40px;
  border: 1px solid var(--border-info-color);
}

.choose-area2 .choose-icon{
  border-radius: 50px;
}




/*====================
63. Newsletter css 
======================*/

.newsletter-area{
  position: relative;
}

.newsletter-wrap{
  position: relative;
  background-image: url(../img/newsletter/01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0;
  border-radius: 25px;
  z-index: 1;
}

.newsletter-wrap::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 41, 52, .5);
  border-radius: 25px;
  z-index: -1;
}

.newsletter-content{
  text-align: center;
}

.newsletter-content h3{
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: var(--color-white);
}

.newsletter-content h3 span{
  color: var(--color-yellow);
}

.newsletter-content p{
  color: var(--color-white);
  font-size: 18px;
  text-transform: lowercase;
}

.subscribe-form{
  margin-top: 20px;
}

.subscribe-form .form-control {
  padding: 18px 150px 18px 30px;
  border-radius: 50px;
  box-shadow: none;
  border: none;
}

.subscribe-form{
  position: relative;
}

.subscribe-form .theme-btn {
  position: absolute;
  right: -10px;
  top: 5px;
  border-radius: 50px;
}


@media all and (max-width: 991px) {
  .newsletter-wrap{
    padding: 80px 20px;
  }

  .subscribe-form .form-control {
    padding: 18px 135px 18px 20px;
  }
}

/* newsletter area 2 */
.newsletter-area2 .newsletter-wrap{
  padding: 80px 50px;
  background-image: url(../img/newsletter/bg.html);
}

.newsletter-area2 .newsletter-wrap::before{
  display: none;
}

.newsletter-area2 .newsletter-content{
  text-align: left;
}

@media all and (max-width: 767px) {
  .newsletter-area2 .newsletter-wrap {
    padding: 40px 20px;
  }
}





/*====================
64. Footer css 
======================*/

.footer-area {
  /* background: var(--footer-bg); */

   background: linear-gradient(
        135deg,
        #1f8edc 0%,    /* very light blue at top-left for logo */
        #0d5fa8 30%,   /* mid blue */
        #024074 70%,   /* darker */
        #012a4f 100%   /* deepest blue at bottom-right */
    );

  position: relative;
  z-index: 1;
}

.ft-bg::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/shape/04.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: .1;
  z-index: -1;
}








/* Keep your existing .ft-bg::before code exactly as it is */

.footer-area.ft-bg {
    position: relative;
    z-index: 1; /* Creates a stacking context */
}

/* Use ::after for the Logo Watermark */
.footer-area.ft-bg::after {
    content: "";
    position: absolute;
    /* Centers the watermark */
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);
    
    /* Set dimensions for the watermark */
    width: 350px; /* Adjust size as needed */
    height: 350px; 
    
    background-image: url('../img/logo/logo-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    
    /* Transparency - lower is more subtle */
    opacity: 0.08; 
    
    /* Layers it behind text but potentially above the shape */
    z-index: -1; 
    pointer-events: none;
}

/* Ensure footer content is above the watermark */
.footer-widget, .copyright {
    position: relative;
    z-index: 2;
}





.footer-widget-box {
  margin-bottom: 20px;
}

.footer-widget {
  position: relative;
  z-index: 1;
}

.footer-logo img {
  width: 210px;
  /* margin-bottom: 15px; */
}

.footer-widget-title {
  color: var(--color-white);
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  z-index: 1;
}

.footer-widget-title::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background: var(--theme-color);
  border-radius: 50px;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.footer-widget-title::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  bottom: 0;
  left: 14px;
  z-index: -1;
}

.footer-list {
  display: flex;
  flex-direction: column;
  gap: .65rem;
}

.footer-list li a {
  position: relative;
  color: var(--color-white);
  transition: var(--transition);
}

.footer-list li a::before{
  content: ".";
  position: absolute;
  left: -3px;
  top: .5px;
  font-size: 50px;
  line-height: 0;
  color: var(--theme-color);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}

.footer-list li a:hover::before{
  opacity: 1;
  visibility: visible;
}

.footer-list li a i {
  margin-right: 5px;
  color: var(--theme-color);
}

.footer-list li a:hover {
  padding-left: 12px;
  color: var(--theme-color);
}

.footer-widget-box p {
  color: var(--color-white);
  padding-right: 18px;
  margin-bottom: 20px;
}

.footer-contact li {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: start;
  color: var(--footer-text-color);
  font-size: 16px;
  margin-bottom: 8px;
}

.footer-contact li a {
  color: var(--footer-text-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-contact li i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  margin-right: 11px;
  border-radius: 50px;
  /* background: var(--theme-color); */
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-white);
}

.footer-download h5{
  color: var(--color-white);
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
}

.footer-download-btn{
  display: flex;
  gap: 10px;
}

.footer-download-btn a{
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px 10px 10px;
  background: var(--theme-color);
  color: var(--color-white);
  border-radius: 7px;
  box-shadow: var(--box-shadow);
}

.footer-download-btn a i{
  font-size: 32px;
}

.download-btn-info{
  display: flex;
  flex-direction: column;
}

.download-btn-info span{
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
}

.download-btn-info h6{
  color: var(--color-white);
  font-size: 14px;
  margin-top: 5px;
}

.copyright {
  position: relative;
}

.copyright-wrap{
  padding: 28px 0;
  border-top: 1px solid var(--border-white-color);
}

.copyright .copyright-text {
  color: var(--footer-text-color);
  margin-bottom: 0px;
  font-size: 16px;
}

.copyright .copyright-text a {
  color: var(--theme-color);
  font-weight: 500;
}

.footer-payment span{
  display: block;
  color: var(--color-white);
  margin-bottom: 8px;
}

.footer-payment img{
  width: 50px;
  margin-right: 2px;
}

.footer-social {
  display: flex;
  gap: 15px;
  /* justify-content: end; */
}

.footer-social span{
  line-height: 39px;
  color: var(--color-white);
}

.footer-social a{
  height: 38px;
  width: 38px;
  line-height: 39px;
  text-align: center;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--color-white);
  transition: var(--transition);
}

.footer-social a:hover {
  background: var(--theme-color);
  color: var(--color-white);
}

@media all and (min-width: 1199px) and (max-width: 1399px) {
  .footer-download-btn a i{
    font-size: 27px;
  }

  .download-btn-info span{
    font-size: 10px;
  }

  .download-btn-info h6{
    font-size: 12px;
  }

  .footer-payment img{
    width: 46px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
  .footer-payment span,
  .footer-social span{
    display: none;
  }

  .footer-payment img{
    width: 38px;
  }
}

@media all and (max-width: 991px) {
  .footer-widget-box {
    margin-bottom: 50px;
  }

  .footer-payment{
    margin-bottom: 20px;
  }

  .footer-social {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .footer-top-link {
    margin-top: 8px;
  }

  .copyright .copyright-text{
    text-align: start;
  }
}

/* light */
.footer-area.light{
  background: var(--theme-color-light);
}

.footer-area.light .footer-widget-title{
  color: var(--color-dark);
  font-weight: 600;
}

.footer-area.light .footer-widget-title::after{
  background: var(--theme-color);
}

.footer-area.light .footer-widget-box p{
  color: var(--body-text-color);
}

.footer-area.light .footer-contact li{
  margin-bottom: 9px;
}

.footer-area.light .footer-list li a{
  color: var(--body-text-color);
  position: relative;
}
.footer-area.light .footer-list li a:hover{
  color: var(--theme-color);
}

.footer-area.light .footer-contact li,
.footer-area.light .footer-contact li a{
  color: var(--body-text-color);
}

.footer-area.light .footer-contact li i{
  background: var(--theme-color);
}

.footer-area.light .footer-newsletter .form-control{
  border-radius: 12px;
  padding: 16px 70px 16px 18px;
  border: 1px solid var(--border-info-color);
}

.footer-area.light .footer-newsletter .theme-btn{
  border-radius: 10px;
  top: 5px;
  right: 5px;
  padding: 9px 18px
}

.footer-area.light .footer-newsletter .theme-btn i{
  margin-left: 0;
}

.footer-area.light .footer-download h5{
  color: var(--color-dark);
  margin-bottom: 20px;
}

.footer-area.light .footer-download-btn a{
  background: var(--theme-color);
}

.footer-area.light .copyright-wrap{
  border-top: 1px solid var(--border-info-color);
}

.footer-area.light .footer-social span,
.footer-area.light .footer-payment span,
.footer-area.light .copyright .copyright-text{
  color: var(--body-text-color);
}

.footer-area.light .footer-social a{
  background: var(--theme-color);
}

.footer-area.light .footer-top-link h5{
  color: var(--color-dark);
}

.footer-area.light .footer-top-link-info a{
  border-color: var(--border-info-color);
  color: var(--body-text-color);
}

.footer-area.light .footer-top-link-info a:hover{
  color: var(--color-white);
}



/*====================
65. Home 2 css 
======================*/

.home-2 .navbar{
  background: transparent;
  z-index: 9999;
}

.home-2 .navbar.fixed-top{
  background: var(--color-white);
}

.home-2 .hs-1{
  /* margin-top: -8rem; */
}

.home-2 .hs-1 .hero-single{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* padding-top: 250px; */
  /* padding-bottom: 180px; */
}

/* hero-img */
.home-2 .hs-1 .hero-img{
  position: absolute;
  right: -50px;
  /* bottom: -180px; */
  bottom: -75px;
  text-align: center;
  width: 60%;
}

.home-2 .hs-1 .hero-img-info{
  position: absolute;
  right: 2%;
  top: 5%;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 225px;
  background: var(--color-white);
  padding: 10px 10px;
  border-radius: 50px 50px 50px 0;
  box-shadow: var(--box-shadow);
}

.home-2 .hs-1 .hero-img-info .icon{
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: var(--theme-color);
  border-radius: 50px 50px 50px 0;
  text-align: center;
}

.home-2 .hs-1 .hero-img-info img{
  width: 50px;
  filter: brightness(0) invert(1);
}

.home-2 .hs-1 .hero-img-info h6{
  color: var(--theme-color);
  font-weight: 600;
  flex: 1;
}

/* product search */
.home-2 .search-product{
  position: relative;
  z-index: 2;

  margin-top: 80px;
}

.home-2 .search-form{
  background: var(--color-white);
  border-radius: 0px 20px 20px 20px;
  padding: 20px;
  margin-top: -58px;
  box-shadow: var(--box-shadow);
}

.home-2 .search-form h5{
  margin-bottom: 10px;
}

.home-2 .search-form .nice-select{
  width: 100%;
  height: 50px;
  line-height: 48px;
  border-color: var(--border-info-color);
  border-radius: 12px;
  font-size: 16px;
}

.home-2 .search-form .nice-select:focus{
  border-color: var(--theme-color);
}

.home-2 .search-form .nice-select::after{
  width: 8px;
  height: 8px;
  margin-top: -5px;
  right: 15px;
}

.home-2 .search-form .nice-select .list{
  width: 100%;
  height: 250px;
  overflow-y: auto;
  border-radius: 12px;
}

.home-2 .search-form .form-control{
  border-color: var(--border-info-color);
  color: var(--body-text-color);
  border-radius: 12px;
  padding: 12px 20px;
  box-shadow: none;
}

.home-2 .search-form .form-control::placeholder{
  color: var(--body-text-color);
}

.home-2 .search-form .form-control:focus{
  border-color: var(--theme-color);
}

.home-2 .search-form .theme-btn{
  width: 100%;
}

/* .home-2 .ft-bg::before{
  background-image: url(../img/shape/06.jpg);
  opacity: .15;
} */

@media all and (min-width: 992px) {
  .home-2 .navbar .nav-item .nav-link {
    padding: 25px 0 25px 0;
  }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
  .home-2 .navbar.navbar-expand-lg .offcanvas .offcanvas-body {
    gap: 30px;
  }

  .home-2 .navbar .nav-right {
    display: flex;
  }
}

@media all and (max-width: 991px) {
  .home-2 .hs-1 .hero-single{
    /* padding-top: 220px; */
    padding-bottom: 0;
  }

  .home-2 .hs-1 .hero-right{
    position: relative;
  }

  .home-2 .hs-1 .hero-img{
    position: relative;
    width: 100%;
    bottom: 0;
    right: 0;
  }

  .home-2 .hs-1 .hero-img-info{
    top: 30%;
    right: -20px;
  }

  .home-2 .search-form .nice-select,
  .home-2 .search-form .form-group{
    margin-bottom: 20px;
  }
} 



/*====================
65. Home 4 css 
======================*/

.home-4 .header-top{
  background: var(--theme-color);
  padding: 7px 0 10px 0;
  border: none;
}

.home-4 .navbar{
  background: var(--color-white);
}

.home-4 .hs-1 .hero-single{
  background: var(--theme-color-light);
  border-radius: 50px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.home-4 .hs-1 .hero-single .hero-title span{
  display: block;
  text-transform: uppercase;
  color: var(--color-dark);
  font-weight: 800;
  letter-spacing: 5px;
  text-shadow: -5px 5px rgba(5, 50, 98, .1);
}

.home-4 .hs-1 .hero-single .hero-title span:nth-child(1){
  margin-left: 40px;
}

.home-4 .hs-1 .hero-single .hero-title span:nth-child(2){
  color: var(--theme-color);
}

.home-4 .hs-1 .hero-single .hero-title span:nth-child(3){
  margin-left: 80px;
}

.home-4 .hs-1 .hero-img {
  position: absolute;
  right: 50px;
  bottom: -2px;
  width: 50%;
}

.home-4 .hero-product{
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  gap: 15px;
  position: relative;
}

.home-4 .hero-product a{
  background: var(--color-white);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 5px 5px 5px 20px;
  outline: 2px solid transparent;
}

.home-4 .hero-product a:hover{
  outline-color: var(--theme-color);
}

.home-4 .hero-product .price-info{
  line-height: 1;
}

.home-4 .hero-product .price-info h6{
  color: var(--color-dark);
  font-size: 15px;
  margin-bottom: 5px;
}

.home-4 .hero-product .price-info span{
  color: var(--theme-color);
  font-size: 14px;
}

.home-4 .hero-product .img{
  width: 60px;
  height: 60px;
  background: var(--theme-color-light);
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-4 .hero-product img{
  width: 40px;
}

.home-4 .hero-product a:hover .img img{
  transform: rotate(360deg);
}

@media all and (min-width: 992px) and (max-width: 1199px) {
  .home-4 .navbar.navbar-expand-lg .offcanvas .offcanvas-body {
    gap: 30px;
  }

  .home-4 .navbar .nav-right {
    display: flex;
  }
}

@media all and (min-width: 992px) {
  .home-4 .navbar .nav-item .nav-link {
    padding: 30px 0 30px 0;
  }
}

@media all and (max-width: 991px) {
  .home-4 .hs-1 .hero-single{
    padding-top: 35px;
    padding-bottom: 0;
  }

  .home-4 .hs-1 .hero-right{
    position: relative;
  }

  .home-4 .hs-1 .hero-img{
    position: relative;
    width: 100%;
    right: 0;
    bottom: 0;
  }

  .home-4 .hs-1 .hero-product{
    display: none;
  }

  .home-4 .hs-1 .hero-single .hero-title span:nth-child(3){
    margin-left: 50px;
  }
}



/*====================
65. Home 5 css 
======================*/

.home-5 .navbar{
  background: var(--color-white);
  border-bottom: 1px solid var(--border-info-color);
}

.home-5 .header-middle-search .search-content{
  background-color: var(--theme-color-light);
  border: none;
}

.home-5 .header-middle-search .nice-select,
.home-5 .header-middle-search .form-control{
  background-color: transparent;
}

.home-5 .header-middle-list{
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-5 .header-middle-list .list-item-icon{
  background: transparent;
  width: unset;
  height: unset;
}

.home-5 .header-middle-list .list-item-icon span{
  right: -10px;
}

.home-5 .header-middle-list .list-item-info h5{
  margin-top: 0;
  transition: var(--transition);
}

.home-5 .header-middle-list .list-item:hover h5{
  color: var(--theme-color);
}

.home-5 .category-btn{
  padding: 10px 20px;
  border-radius: 10px;
}

.home-5 .hs-1 .hero-slider{
  background: transparent;
  border-radius: 20px;
  overflow: hidden;
}

.home-5 .hs-1 .hero-slider::before,
.home-5 .hs-1 .hero-slider::after{
  display: none;
}

.home-5 .hs-1 .hero-single{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 110px;
  padding-bottom: 110px;
}

.home-5 .ft-bg::before{
  background-image: url(../img/shape/06.jpg);
  opacity: .15;
}

@media all and (min-width: 992px) {
  .home-5 .navbar .nav-item .nav-link {
    padding: 25px 0 25px 0;
  }
}

/* home 5 header line */
.home-5 .header-line{
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0px;
  bottom: 0px;
  display: flex;
  overflow: hidden;
  z-index: -1;
}

.home-5 .header-line .line-1{
  background: #F5C34B;
  width: 10%;
}

.home-5 .header-line .line-2{
  background: #6BD68D;
  width: 20%;
}

.home-5 .header-line .line-3{
  background: #EC752F;
  width: 20%;
}

.home-5 .header-line .line-4{
  background: #7091F5;
  width: 20%;
}

.home-5 .header-line .line-5{
  background: #6BD68D;
  width: 20%;
}

.home-5 .header-line .line-6{
  background: #FBA1B7;
  width: 10%;
} 


/*====================
65. Home 6 css 
======================*/

.home-6 .header-top{
  border-top: none;
}

.home-6 .header-middle{
  border-bottom: 1px solid var(--border-info-color);
}

.home-6 .category-btn{
  min-width: 280px;
  padding: 10px;
  border-radius: 15px 15px 0 0;
}

.home-6 .navbar.fixed-top .category-btn{
  min-width: unset;
}

.home-6 .main-category{
  display: block;
  margin-top: -5px;
  border-radius: 0 0 15px 15px;
  min-width: 280px;
}

.home-6 .navbar.fixed-top .main-category{
  min-width: 250px;
  margin-top: -1px;
}

.home-6 .sub-category-mega{
  left: 275px;
}

.home-6 .navbar.fixed-top .sub-category-mega{
  left: 246px;
}

.home-6 .navbar{
  background: var(--color-white);
}

.home-6 .hs-1 .hero-slider{
  background: transparent;
}

.home-6 .hs-1 .hero-slider::before,
.home-6 .hs-1 .hero-slider::after{
  display: none;
}

.home-6 .hs-1 .hero-slider .owl-dots .owl-dot{
  background-color: var(--color-white);
}

.home-6 .hs-1 .hero-single{
  padding-top: 76px;
  padding-bottom: 80px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.home-6 .hs-1 .hero-single .hero-title{
  color: var(--color-white);
}

.home-6 .hs-1 .hero-single .hero-content p{
  color: var(--color-white);
}

.home-6 .ft-bg::before{
  background-image: url(../img/shape/0.html);
  opacity: .05;
}

@media all and (max-width: 1199px) {
  .home-6 .category-btn{
    border-radius: 10px;
  }

  .home-6 .main-category{
    display: none;
  }
}

@media all and (min-width: 992px) {
  .home-6 .navbar .nav-item .nav-link {
    padding: 20px 0;
  }
}


/*====================
65. Home 7 css 
======================*/

.home-7 .header-top{
  background: var(--theme-color);
}

.home-7 .navbar{
  background: var(--color-white);
}

.home-7 .category-btn{
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 12px;
}


/*====================
65. Home 8 css 
======================*/

.home-8 .header-middle{
  background: var(--theme-color2);
  border-bottom: 1px solid var(--border-white-color);
}

.home-8 .header-middle-search .search-content{
  border-radius: 10px;
  border: none;
}

.home-8 .header-middle-list .list-item-info h5,
.home-8 .header-middle-list .list-item-info h6{
  color: var(--color-white);
}

.home-8 .hero-section .hero-banner img{
  border-radius: 20px;
}

.home-8 .hs-3 .hero-single{
  padding-top: 105px;
  padding-bottom: 110px;
}


/*====================
65. Home 9 css 
======================*/

.home-9 .header-top{
  background: var(--theme-color2);
  border-top: 0;
}

.home-9 .navbar{
  background: var(--color-white);
}

.home-9 .header-middle-search .search-content{
  border-radius: 10px;
}

.home-9 .header-middle-list .list-item-icon{
  border-radius: 10px;
}

.home-9 .category-btn{
  padding: 8px 15px;
  border-radius: 8px;
}

.home-9 .hs-1 .hero-slider::before{
  display: none;
}

.home-9 .hs-1 .hero-single .hero-img img{
  width: 100%;
}

.home-9 .ft-bg::before{
  background-image: url(../img/shape/06.jpg);
  opacity: .15;
}

@media all and (min-width: 992px) {
  .home-9 .hs-1 .hero-single{
    padding: 104px 50px;
  }
}



/*====================
65. Home 10 css 
======================*/

.home-10 .navbar{
  background: transparent;
}

.home-10 .navbar.fixed-top{
  background: var(--color-white);
}

.home-10 .hs-1 {
  margin-top: -8rem;
}

.home-10 .hs-1 .hero-single{
  padding-top: 190px;
  padding-bottom: 100px;
}

.home-10 .hs-1 .hero-single .hero-content .hero-title{
  font-size: 80px;
}

.home-10 .hs-1 .hero-single .hero-img img{
  width: 100%;
}

.home-10 .hero-img .text-shape-1,
.home-10 .hero-img .text-shape-2{
  position: absolute;
  font-size: 50px;
  text-transform: uppercase;
  font-family: var(--heading-font);
  letter-spacing: 10px;
  font-weight: 800;
  font-style: italic;
  color: var(--theme-color);
}

.home-10 .hero-img .text-shape-1{
  top: 0;
  left: 0;
}

.home-10 .hero-img .text-shape-2{
  right: 0;
  bottom: 0;
}

.home-10 .hs-1 .hero-single .hero-img .hero-img-price{
  left: unset;
  right: 20px;
}

.home-10 .hs-1 .hero-single .hero-img .hero-img-price::after{
  transform: rotate(360deg);
}

.home-10 .ft-bg::before{
  background-image: url(../img/shape/06.jpg);
  opacity: .15;
}

@media all and (min-width: 992px) {
  .home-10 .navbar .nav-item .nav-link {
    padding: 35px 0 35px 0;
  }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
  .home-10 .navbar.navbar-expand-lg .offcanvas .offcanvas-body {
    gap: 30px;
  }

  .home-10 .navbar .nav-right {
    display: flex;
  }

  .home-10 .navbar .nav-right-btn{
    display: none;
  }
}

@media all and (max-width: 767px) {
  .home-10 .hs-1 .hero-single .hero-content .hero-title{
    font-size: 50px;
  }

  .home-10 .hero-img .text-shape-1,
  .home-10 .hero-img .text-shape-2{
    font-size: 35px;
  }
}









/* ============= 19-11-2025 ====================== */

/* =============   CUSTOM-CSS ================== */


.key-feats {
  list-style: disc !important;
  color: black;
  font-size: 18px;
}


.center-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.footer-logo{
  /* background: white; */
    padding: 5px;
    margin-bottom: 10px;
}

h3.word_caption {
    font-size: 12px;
    display: flex;
    justify-content: center;
    color: var(--theme-color);
    /* margin-left: 10px; */
}



.why-vmx {
  /* background: #fff; */
  padding: 3rem 1rem;
  border-radius: 16px;
  /* box-shadow: 0 6px 24px rgba(0,0,0,0.05); */
  /* max-width: 700px; */
  margin: 0 auto;
}




/* paragraph behaves like one block next to the icon */
.why-vmx .why-text {
  margin: 0;
}

/* only first part bold; rest flows like normal paragraph */
.why-vmx .why-label {
  font-weight: 700;
}







.site-title span {
  color: var(--theme-color);
}

.why-vmx ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-vmx li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 1.15rem;
  margin-bottom: 1.5rem;
  color: #333;
  line-height: 1.6;
}

.why-vmx li::before {
  content: '';
  display: inline-block;
  min-width: 24px;
  min-height: 24px;
  background: url('data:image/svg+xml;utf8,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="12" fill="%230062a6"/><path d="M7 13.5l3 3 6-6" stroke="white" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>') center/cover no-repeat;
  margin-top: 4px;
}



/* mission-vison */


.mission-vision .row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: stretch; /* Ensures columns fill equal height */
}

.mission-vision .col-lg-6 {
  flex: 1 1 340px;
  min-width: 280px;
  max-width: 48%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;  /* Stack the .mv-head and .mv-para within */
  justify-content: stretch;
  background: #fff;
}

.mv-head {
  color: var(--theme-color);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.mv-para {
  color: #333;
  font-size: 1.15rem;
  line-height: 1.7;
  margin-bottom: 0;
  background: #f7fafd;
  border-left: 4px solid var(--theme-color);
  border-radius: 6px;
  padding: 1.2rem 1.6rem;
  box-shadow: 0 2px 12px rgba(0,98,166,0.05);
  flex: 1; /* Ensures this fills remaining height in column */
}


.sart-logo{
  width: 20px;
}



/* About_us */


.about-main-img {
  border-radius: 14px;
  box-shadow: 0 2px 18px rgba(0, 98, 166, 0.10);
  max-width: 80%;
  margin: 0 auto;
}

.about-img-panel {
  background: #f9fbfd;
  padding: 28px 18px 18px 18px;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 98, 166, 0.08);
}

.about-extra {
  font-size: 1.08rem;
  color: #0062a6;
  text-align: center;
  background: #eaf4fb;
  padding: 12px 18px;
  border-radius: 8px;
  margin-top: 18px;
  box-shadow: 0 1px 7px rgba(0, 98, 166, 0.06);
}

.about-content-panel {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,98,166,0.07);
  padding: 36px 24px;
}

.site-heading .site-title-tagline {
  color: #0062a6;
  font-size: 1.08rem;
  font-weight: 500;
}

.site-title .about-highlight {
  color: #0062a6;
  font-weight: 700;
}

.site-title {
  font-size: 2.35rem;
}

.theme-btn {
  background: #0062a6;
  color: #fff !important;
  padding: 13px 30px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0,98,166,0.11);
  transition: background 0.18s;
  border: none;
  display: inline-block;
}



.about-experiences {
    /* position: absolute; */
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--color-white);
    border-radius: 100px 100px 100px 0;
    padding: 10px 30px 10px 10px;
    color: var(--color-dark);
    box-shadow: var(--box-shadow);
}



/* Product-detail */

/* Features_Table */

.spec-table-container {
  /* background: #f8fbff; */
  border-radius: 16px;
  box-shadow: 0 2px 18px rgba(0, 98, 166, 0.10);
  overflow-x: auto;
  margin-bottom: 12px;
}

.spec-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
  font-size: 1.02rem;
}

.spec-table th {
  background: var(--theme-color);
  color: #fff;
  font-weight: 700;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 14px 12px;
  font-size: 1.10rem;
  letter-spacing: 0.02em;
}

.spec-table td {
  background: transparent !important;
  color: #333;
  padding: 12px 10px;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
}

.spec-table tr:last-child td {
  border-bottom: none;
}


/* Careers_page */


.careers-hero-network {
  position: relative;
  overflow: hidden;
  padding: 40px 0 46px;
  background: linear-gradient(135deg, #0065e0 0%, #0084ff 40%, #0052c4 100%);
  color: #ffffff;
}

/* dotted network lines (very subtle) */
.careers-hero-network::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 10% 15%, rgba(255,255,255,0.22) 0, transparent 55%),
    radial-gradient(circle at 90% 85%, rgba(255,255,255,0.12) 0, transparent 60%);
  opacity: 0.6;
  pointer-events: none;
}

/* TEXT COLUMN */
.careers-hero-network__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0.18rem 0.8rem;
  margin-bottom: 10px;
  border-radius: 999px;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: rgba(0, 37, 94, 0.65);
  border: 1px solid rgba(153, 199, 255, 0.5);
  color: #e3f1ff;
}

.careers-hero-network__title {
  margin-bottom: 8px;
  font-size: clamp(2rem, 3vw, 2.5rem);
  line-height: 1.15;
  color: #ffffff;
}

.careers-hero-network__accent {
  background-image: linear-gradient(120deg, #ffdd63, #ff9f43);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.careers-hero-network__subtitle {
  margin-bottom: 0;
  max-width: 480px;
  font-size: 0.98rem;
  color: #e1edff;
}

/* RIGHT GRAPH AREA */
.careers-hero-network__graph {
  position: relative;
  min-height: 220px;
}

/* circular glow behind illustration to mimic avatars/network */
.careers-hero-network__graph::before {
  content: "";
  position: absolute;
  right: 12%;
  top: 18%;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.95) 0, rgba(255,255,255,0.1) 55%, transparent 70%);
  opacity: 0.9;
}

/* optional dotted connections */
.careers-hero-network__graph::after {
  content: "";
  position: absolute;
  inset: 10% 0 0 10%;
  background-image:
    radial-gradient(circle, #ffffff 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.18;
}

.careers-hero-network__graph img {
  position: relative;
  z-index: 1;
  max-width: 320px;
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
}


.careers-hero-network__meta {
  margin-top: 6px;
  font-size: 0.8rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(225, 237, 255, 0.85);
}


.careers-hero-network__meta-pills {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.careers-hero-network__pill {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.9rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(222, 237, 255, 0.6);
  color: #e6f1ff;
  cursor: default;
  backdrop-filter: blur(4px);
  transition: background-color 0.18s ease, transform 0.18s ease;
  margin-top: 20px;
}

.careers-hero-network__pill:hover {
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
}


.info-car{
  display: flex;
  gap: 20px;
  margin-top: 20px;
}





/* MOBILE */
@media (max-width: 768px) {
  .careers-hero-network {
    padding: 28px 0 34px;
  }

  .careers-hero-network__graph {
    margin-top: 18px;
  }

  .careers-hero-network__graph::before {
    right: 50%;
    transform: translateX(50%);
  }

  .careers-hero-network__graph::after {
    inset: 5% 5% 0 5%;
  }
}












  .career-header{
        background:lightblue;
        padding:36px 8%;
        display:flex;
        gap:40px;
        align-items:center;
        border-radius:20px;
        margin:20px;
    }
    .career-header img{
        width:200px;
    }
    .career-header h1{
        font-size:32px;
        color:#0b3d91;
    }
    .career-header p{
        width:80%;
        color:#555;
        line-height:1.6;
    }

    /* Job Card */
    .job-card{
        /* background:white; */

/* Clean Corporate Gradient */
background: linear-gradient(135deg, #0062a6 0%, #86c5d1  100%);

        padding:30px;
        margin:30px 8%;
        border-radius:18px;
        box-shadow:0 8px 24px rgba(0,0,0,0.08);
        display:flex;
        justify-content:space-between;
    }
    .job-left{ width:70%; }
    .job-left h2{ font-size:26px; margin:5px 0; color: #FFF; }
    .job-left p{ width:90%; color:#FFF; line-height:1.4; margin-top: 18px; }

    .tags{ margin:20px 0; }
    .tag{
        padding:8px 16px;
        background:#f3f3f3;
        border-radius:8px;
        margin-right:10px;
        display:inline-block;
    }

    .info{ margin:8px 0; color: #fff; }

    .job-right{ text-align:right; }
    .btn-apply{
        padding:10px 20px;
        border:2px solid #333;
        background:white;
        border-radius:8px;
        cursor:pointer;
        font-weight:600;
        transition:0.3s;
    }
    .btn-apply:hover{
        background:#333;
        color:white;
    }

    /* ------------------ MODAL ------------------ */

    .modal{
        display:none;
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:100%;
        background:rgba(0,0,0,0.6);
        justify-content:center;
        align-items:center;
        z-index:999;
    }

    .modal-content{
        background:white;
        padding:30px;
        width:400px;
        border-radius:15px;
        box-shadow:0 0 20px rgba(0,0,0,0.3);
        animation:fadeIn 0.3s ease;
    }

    @keyframes fadeIn{
        from{ transform:scale(0.9); opacity:0; }
        to{ transform:scale(1); opacity:1; }
    }

    .modal-content h2{
        margin-top:0;
        margin-bottom:15px;
        font-size:22px;
    }

    .modal-content input,
    .modal-content textarea{
        width:100%;
        padding:12px;
        margin:8px 0;
        border:1px solid #ccc;
        border-radius:8px;
        font-size:14px;
    }

    .modal-content button{
        /* width:100%; */
        padding:12px;
        border:0;
        background:#0b3d91;
        color:white;
        border-radius:10px;
        margin-top:10px;
        cursor:pointer;
        font-size:16px;
    }

    .close{
        float:right;
        font-size:22px;
        cursor:pointer;
        color:#333;
    }


    .logo-text{
      font-size: 24px;
      font-weight: 800;
    }





    /* PRODUCT-CATEGORY */


    
.product-row {
  display: flex;
  flex-wrap: wrap;
  /* gap: 18px; */
  gap: 50px;
  justify-content: center;
}

.product-col {
  flex: 0 1 46%;
  max-width: 46%;
  display: flex;
  justify-content: center;
}

.product-card-short {
  /* background: lightblue; */
  background-color: #77deef;
  border-radius: 18px;
  box-shadow: 0 4px 16px rgba(0,98,166,0.08);
  padding: 18px 10px 18px 10px;
  text-align: center;
  position: relative;
  min-height: 340px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}






/* smooth transitions */
.product-card-short {
  transition:
    transform 0.35s cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 0.35s cubic-bezier(0.19, 1, 0.22, 1),
    background-color 0.35s ease;
  transform-origin: center;
}

/* modern, obvious hover */
.product-card-short:hover {
  transform: translateY(-10px) scale(1);
  box-shadow:
    0 18px 40px rgba(0, 98, 166, 0.32),
    0 0 0 1px rgba(0, 98, 166, 0.35);
}





/* .product-img-focus {
  margin-bottom: 14px;
  position: relative;
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
} */

/* .product-img.bgpi{
  width: 110px;
  height: 110px;
  background: radial-gradient(circle, #f7fcff 80%, #bddffe 100%);
  border-radius: 50%;
  box-shadow: 0 8px 24px 0 rgba(0,98,166,0.13);
  object-fit: contain;
  transition: transform 0.9s cubic-bezier(.17,.67,.83,.67), box-shadow 0.4s;
} */

.product-img{
  /* width: 110px;
  height: 110px; */
  /* border-radius: 50%; */
  width: 300px;
  height: 150px;
  /* box-shadow: 0 8px 24px 0 rgba(0,98,166,0.13); */
  object-fit: contain;
  transition: transform 0.9s cubic-bezier(.17,.67,.83,.67);
}

.product-card-short:hover .product-img {
  transform: scale(1.11) rotate(-7deg);
  /* box-shadow: 0 20px 38px 0 rgba(0,98,166,0.18); */
  animation: image-pop 1.1s cubic-bezier(.42,0,.58,1);
}





/* circuit texture overlay */


.product-card-short::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/hero/tiles-bg-02.png");
  background-repeat: no-repeat;      /* stop tiling */
  background-position: center center;/* center the circuit image */
  background-size: contain;          /* keep full image visible */
  opacity: 0.45;                     /* adjust strength */
  mix-blend-mode: normal;            /* or overlay/multiply if you prefer */
  pointer-events: none;
  z-index: 0;
}

/* keep as is */
.product-card-short > * {
  position: relative;
  z-index: 1;
}








@keyframes image-pop {
  0% { transform: scale(1) rotate(0); }
  30% { transform: scale(1.18) rotate(11deg);}
  60% { transform: scale(1.09) rotate(-12deg);}
  100% { transform: scale(1.11) rotate(-7deg);}
}

.product-content-label {
  /* color: #0062a6; */
  color: #000;
  padding: 7px 22px;
  border-radius: 13px;
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 10px;
  /* box-shadow: 0 2px 12px 0 rgba(0,98,166,0.09); */
  display: inline-block;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  border: 1px solid;
}

.product-card-short:hover .product-content-label {
  animation: label-shine 1.2s linear;
}

@keyframes label-shine {
  0% { box-shadow: 0 0 0 0 #bddffe55; }
  55% { box-shadow: 0 0 15px 7px #00b4ff99;}
  100% { box-shadow: 0 0 0 0 #bddffe55;}
}

.product-content-title {
  color: #000;
  font-size: 1.14rem;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 2px;
}

.product-content-btn {
  background: linear-gradient(90deg, #0062a6 60%, #00b4ff 100%);
  color: #fff;
  border-radius: 999px;
  padding: 10px 32px;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
  box-shadow: 0 2px 12px 0 rgba(0,98,166,0.08);
  border: none;
  text-decoration: none;
  margin-top: 12px;
  transition: background 0.35s;
}

.product-content-btn:hover{
  color: #fff;
}

.product-card-short:hover .product-content-btn {
  background: linear-gradient(90deg, #00b4ff 18%, #0062a6 95%);
  box-shadow: 0 4px 16px 0 rgba(0,98,166,0.11);
}








/* ================================================================= */


.pcat-section {
  position: relative;
  overflow: hidden;
}

/* side background image */
.pcat-section::before {
  content: "";
  position: absolute;
  inset: 0;                 /* cover full section */
  background: url("../img/hero/texture-bg.jpg");
  opacity: 0.5;            /* adjust as needed */
  pointer-events: none;
}

/* inner container stays clean and centered */
.pcat-container {
  position: relative;
  max-width: 1140px;        /* or your site width */
  margin: 0 auto;
  /* padding: 40px 0; */
  /* background-color: white; */
}









.pcat-container {
  max-width: 1140px;
  margin: 0 auto;
}

/* heading */
.pcat-heading-wrap {
  text-align: center;
}


.pcat-title span {
  color: #0062a6;
}

/* grid */
.pcat-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem;
}

.pcat-col {
  flex: 0 0 calc(50% - 0.875rem);   /* 2 columns */
}

/* optional: stack to one column on small screens */
@media (max-width: 767px) {
  .pcat-col {
    flex: 0 0 100%;
  }
}


/* cards */
/* SECTION + CONTAINER */
.pcat-section {
  padding: 1rem 0;
  position: relative;
}

.pcat-container {
  max-width: 1140px;
  margin: 0 auto;
}

/* HEADING */
.pcat-heading-wrap {
  text-align: center;
}

.pcat-title {
  font-size: 45px;
  font-weight: 700;
  color: #003355;
}

.pcat-title span {
  color: #0062a6;
}

/* GRID: 2 CARDS PER ROW */
.pcat-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem;
}

.pcat-col {
  flex: 0 0 calc(50% - 0.875rem); /* 2 in a row */
}

/* Stack to 1 per row on small screens */
@media (max-width: 767px) {
  .pcat-col {
    flex: 0 0 100%;
  }
}

/* CARD SHELL */
.pcat-card {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  border: 3px solid rgba(0, 98, 166, 0.8); /* bold border */
  padding: 1.9rem 1.7rem 1.9rem;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  isolation: isolate;
}

/* FULL-CARD WATERMARK BACKGROUND */
.pcat-bg-watermark {
  position: absolute;
  inset: 0;
  opacity: 0.25;
  mix-blend-mode: multiply;
  z-index: -1;
}

/* each card uses same path set you shared */
.pcat-bg-standard {
  background:
    linear-gradient(135deg, rgba(0, 98, 166, 0.06), rgba(0, 98, 166, 0.01)),
    url("../img/products-new/standard-connectors.png") center/contain no-repeat;
}

.pcat-bg-niche {
  background:
    linear-gradient(135deg, rgba(0, 98, 166, 0.06), rgba(0, 98, 166, 0.01)),
    url("../img/products-new/niche-prod-2.png") center/contain no-repeat;
}

.pcat-bg-backshells {
  background:
    linear-gradient(135deg, rgba(0, 98, 166, 0.06), rgba(0, 98, 166, 0.01)),
    url("../img/products-new/backshells-product.png") center/contain no-repeat;
}

.pcat-bg-accessories {
  background:
    linear-gradient(135deg, rgba(0, 98, 166, 0.06), rgba(0, 98, 166, 0.01)),
    url("../img/products-new/accessory-tiles-2.png") center/contain no-repeat;
}












/* Ensure section is positioning context */
.pcat-section {
  position: relative;
}

/* Common styles for both sides */
.pcat-side-images {
  position: absolute;
  top: 120px;             /* adjust to align vertically with cards */
  bottom: 40px;           /* optional, controls height span */
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  pointer-events: none;   /* so they don't block buttons/links */
}

/* Left side */
.pcat-side-left {
  left: 0;
}

/* Right side */
.pcat-side-right {
  right: 0;
}

/* Images */
.pcat-side-img {
  max-width: 160px;       /* size of decorative images */
  width: 100%;
  height: auto;
  opacity: 0.5;           /* softer background feel; tweak or remove */
  margin-bottom: 20px;
}

/* Hide on smaller screens for responsiveness */
@media (max-width: 992px) {
  .pcat-side-images {
    display: none;
  }
}










/* FOREGROUND CONTENT */
/* .pcat-badge {
  display: inline-block;
  margin-bottom: 0.9rem;
  padding: 0.35rem 0.9rem;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border-radius: 999px;
  background: rgba(0, 98, 166, 0.08);
  border: 1px solid rgba(0, 98, 166, 0.3);
  color: #0062a6;
} */

/* .pcat-media {
  position: relative;
  margin: 0 0 1.1rem;
  max-width: 230px;
} */






.pcat-img {
  position: relative;
  z-index: 1;
}

.pcat-subtitle {
  font-size: 1rem;
  font-weight: 600;
  color: #123145;
  margin-bottom: 1.2rem;
  text-align: center;
}

/* BUTTON */
.pcat-btn {
  align-self: center;
  padding: 0.5rem 1.4rem;
  border-radius: 999px;
  border: 1px solid #0062a6;
  color: #0062a6;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.15s ease,
    box-shadow 0.15s ease;
}

.pcat-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, #0062a6, #00a0e6);
  transform: translateX(-100%);
  transition: transform 0.25s ease;
  z-index: -1;
}

.pcat-btn:hover {
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
  border: none;
}

.pcat-btn:hover::after {
  transform: translateX(0);
}

/* CARD HOVER */
.pcat-card-main {
  transition:
    transform 0.2s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.pcat-card-main:hover {
  transform: translateY(-4px);
  border-color: #0062a6;
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.16),
    0 0 0 1px rgba(0, 98, 166, 0.2);
}



/* .pcat-card-main {
  position: relative;
  background-image: url("../img/hero/texture-bg.jpg");
  background-repeat: repeat;          
  background-size: cover;           
  background-position: center;
} */



.pcat-card-main {
    position: relative;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(0, 150, 255, 0.18),   /* light blue line */
        rgba(0, 150, 255, 0.18) 6px,
        transparent 6px,
        transparent 12px
    );
    background-repeat: repeat;
    background-size: auto;
    background-position: center;
}















/* badge */
.pcat-badge {
  display: inline-block;
  margin-bottom: 0.9rem;
  padding: 0.35rem 0.9rem;
  font-size:20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border-radius: 999px;
  background: rgba(0, 98, 166, 0.08);
  border: 1px solid rgba(0, 98, 166, 0.3);
  /* color: #0062a6; */
  color: #000;
  text-align: center;
  text-decoration: underline;
}














/* media with overlay */
.pcat-media {
  position: relative;
  margin: 0 auto 1.1rem;
  width: 100%;
  max-width: 300px;
}

.pcat-img {
  position: relative;
  z-index: 2;
}

.pcat-media-overlay {
  position: absolute;
  inset: -25%;
  background:
    radial-gradient(circle at 10% 0%, rgba(0, 98, 166, 0.18), transparent 55%),
    radial-gradient(circle at 90% 100%, rgba(0, 98, 166, 0.15), transparent 55%);
  opacity: 0.9;
  z-index: 1;
}


.pcat-btn {
  align-self: center;
  padding: 0.5rem 1.4rem;
  border-radius: 999px;
  border: 1px solid #0062a6;
  color: #0062a6;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: background 0.25s ease, color 0.25s ease,
              transform 0.15s ease, box-shadow 0.15s ease;
}

.pcat-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, #0062a6, #00a0e6);
  transform: translateX(-100%);
  transition: transform 0.25s ease;
  z-index: -1;
}

.pcat-btn:hover {
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.pcat-btn:hover::after {
  transform: translateX(0);
}





/* section base */



/* SECTION + LIGHT BG OVERLAY */
.pcat-section {
  position: relative;
  padding: 1rem 0;
  overflow: hidden;
  /* background-color: #f5f5f5; */
}

/* .pcat-bg-overlay {
  position: absolute;
  inset: 0;
  background:
    url("../img/shape/circuit-bg-removebg.png")
      center / cover no-repeat;  
  opacity: 0.35;                 
  z-index: 0;
} */

/* keep cards above overlay & decor */
.pcat-container {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* DECORATIVE IMAGES OUTSIDE CARDS */
.pcat-decor {
  position: absolute;
  width: 180px;
  height: 180px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.45; /* more visible but still background */
  z-index: 1;
}

/* adjust image paths to match your project, using same src as cards */
.pcat-decor-left-top {
  top: 1rem;
  left: 2rem;
  background-image: url("../img/products-new/standard-connectors.png");
}

.pcat-decor-left-bottom {
  bottom: 1rem;
  left: 2rem;
  background-image: url("../img/products-new/backshells-product.png");
}

.pcat-decor-right-top {
  top: 1rem;
  right: 2rem;
  background-image: url("../img/products-new/niche-prod-2.png");
}

.pcat-decor-right-bottom {
  bottom: 1rem;
  right: 2rem;
  background-image: url("../img/products-new/accessory-tiles-2.png");
}







@media (max-width:991px) {
  .product-col {
    flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .product-card-short {
    min-height: 220px;
    padding: 14px 4px;
  }
  .product-img-focus {
    width: 150px;
    height: 85px;
  }
  .product-img {
    width: 150px;
    height: 65px;
  }
}




/* ========= COUNTER-SECTION ============ */

/* 
.counter-sect {
    background-color: #0062a6;
  }

  .logo-img {
    max-width: 120px;
  }

  .section-title {
    font-weight: 700;
  }

  .section-subtitle {
    opacity: 0.85;
  }

  .counter-box {
    padding: 10px 8px;
  }

  .counter-amount {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 4px;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1;
  }

  .counter-unit {
    font-size: 1.1rem;
  }

  .counter-title {
    margin-top: 8px;
    font-size: 1rem;
    line-height: 1.3;
  }

  .counter-box {
    position: relative;
  }
  .counter-box:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -12px;
    top: 10%;
    bottom: 10%;
    width: 2px;
    background-color: rgba(255, 255, 255, 0.6);
  }

  @media (max-width: 767.98px) {
    .counter-box:not(:last-child)::after {
      display: none;
    }
  } */




  .counter-sect {
    background-color: #0062a6;
    position: relative;
  }
/* 
  .section-title {
    font-weight: 700;
    font-size: 2rem;
  } */

  .section-subtitle {
    font-size: 1rem;
    opacity: 0.85;
  }

  .capability-item {
    max-width: 260px;
    margin: 0 auto;
  }

  .capability-icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .capability-icon img {
    width: 60%;
    height: auto;
  }

  .capability-value {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 8px;
  }

  .capability-value .number {
    font-size: 2.4rem;
    font-weight: 700;
  }

  .capability-value .unit {
    font-size: 1.1rem;
    font-weight: 600;
  }

  .capability-title {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
  }

  /* space the 5 items like reference screenshot */
  @media (min-width: 992px) {
    .row.justify-content-between > [class*="col-"] {
      flex: 0 0 auto;
    }
  }

/* Inter-connect-solutions  */

.custom-interconnect-section {
  background-color: #0062a6;   
  color: #ffffff;
}


.connect-head{
  font-size: 32px;
}

.link-para{
  font-size: 16px;
}






.custom-interconnect-section .custom-link {
  color: #ffdd55;
  text-decoration: underline;
}

.custom-interconnect-section .btn-outline-light {
  border-color: #ffffff;
  color: #ffffff;
}








.custom-interconnect-section {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 0% 0%, #1e96fc 0%, #001f4d 45%, #000814 100%);
}

/* softly glowing blobs */
.custom-interconnect-section::before,
.custom-interconnect-section::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.55;
  z-index: 0;
}

.custom-interconnect-section::before {
  background: #3bc9db;
  top: -120px;
  left: -80px;
}

.custom-interconnect-section::after {
  background: #3695d4;
  bottom: -160px;
  right: -60px;
}

/* glassmorphism card */
.hero-card {
  position: relative;
  z-index: 1;
  border-radius: 24px;
  /* background: rgba(8, 19, 58, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(18px); */
}


.custom-intro-title {
  margin-bottom: 0.5rem;                 /* overrides mb-3 spacing visually */
  font-size: clamp(1.9rem, 3vw, 2.4rem);
  line-height: 1.1;
  letter-spacing: 0.03em;
  text-transform: none;
  color: #ffffff;
}

/* gradient accent on last word */
.custom-intro-title__accent {
  background-image: linear-gradient(120deg, #3bc9db, #74c0fc, #ff6bcb);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* thin gradient underline */
.custom-intro-title::after {
  content: "";
  display: block;
  margin: 8px auto 0;
  width: 120px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(59, 201, 219, 0.7),
    rgba(132, 94, 247, 0.9)
  );
}

/* 

@media (min-width: 992px) {
  .hero-card {
    padding: 0.5rem 4rem;
  }
} */

/* eyebrow label */
.eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  background: linear-gradient(90deg, rgba(59, 201, 219, 0.18), rgba(132, 94, 247, 0.18));
  border: 1px solid rgba(255, 255, 255, 0.18);
  margin-bottom: 1rem;
}

/* accent word */
.accent-text {
  background: linear-gradient(120deg, #3bc9db, #74c0fc, #ff6bcb);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* link styling */
.link-para .custom-link {
  position: relative;
  color: #ffdd55;
  font-weight: 600;
}



.link-para .custom-link:hover::after {
  transform: scaleX(1);
}

/* CTA buttons */
.theme-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 1.8rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.25s ease;
  border: 1px solid transparent;
}



.primary-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(255, 146, 43, 0.6);
}

.secondary-cta {
  background: transparent;
  color: #e9f2ff;
  border-color: rgba(233, 242, 255, 0.4);
}

.secondary-cta:hover {
  background: rgba(233, 242, 255, 0.06);
  transform: translateY(-2px);
}

/* meta line under CTAs */
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem;
  font-size: 0.85rem;
  color: rgba(233, 242, 255, 0.8);
}

.hero-meta i {
  color: #3bc9db;
  margin-right: 0.35rem;
}







/* BANNER CIRCUIT BACKGROUND  */
 
.hero-section{
  color: #ffffff;
  /* background:
  url("../img/hero/banner-circuit-02.png") center/cover no-repeat;  */
  position: relative;
} 

.hero-section::before{
   content: "";
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background-image: url('../img/hero/tiles-bg-01.jpg'); /* Brand Background */
            background-size: cover;
            background-position: center;
            opacity: 0.12;
            z-index: 0;
            mix-blend-mode: multiply;
}

.owl-carousel .owl-nav button.owl-next{
  color:#0062a6;
}

.owl-carousel .owl-nav button.owl-next:hover{
  color:#FFF;
}

.owl-carousel .owl-nav button.owl-prev{
  color:#0062a6;
}

.owl-carousel .owl-nav button.owl-prev:hover{
  color:#FFF;
}



/* END OF  BANNER CIRCUIT BACKGROUND  */



/* 
.custom-interconnect-section::before{
  color: #ffffff;
  background:

    url("/assets/img/shape/circuit-bg.png") center/cover no-repeat;
} */


/* .custom-interconnect-section .col-lg-12, .electro-plating-section .col-lg-12 {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    padding: 32px 24px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
} */



/* .electro-plating-section {
  color: #ffffff;
  background:
  linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.65),
      rgba(0, 0, 0, 0.65)
    ),
    url("/assets/img/hero/cis-bg.png") center/cover no-repeat;
} */










/* Electro-plating-facility  */

.electro-plating-section {
  background-color: #0062a6;   
  color: #ffffff;
}

.electro-plating-section .electro-link {
  color: #ffdd55;
  text-decoration: underline;
}






/* 3-sections-text-emphasise */


/* 1. Gradient, glowing heading */
.connect-head {
  background: linear-gradient(120deg, #ffdf6b, #ff9f43);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.45);
  letter-spacing: 0.06em;
}

/* 2. Subheading with accent bar on left */
.electro-plating-section .lead {
  position: relative;
  display: inline-block;
  padding-left: 1.4rem;
}



/* 3. Animated underline link */
.electro-link {
  position: relative;
  color: #ffdf6b;
  text-decoration: none;
}


/* 4. CTA with arrow motion + glow */
.theme-btn {
  position: relative;
  overflow: hidden;
  padding-inline: 2.4rem;
  border-radius: 999px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.theme-btn i {
  margin-left: 0.5rem;
  transition: transform 0.25s ease;
}

.theme-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 0 0, #ffffff44, transparent 55%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.theme-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.6);
}

.theme-btn:hover::before {
  opacity: 1;
}

.theme-btn:hover i {
  transform: translateX(4px);
}








/* ========================================= */


.electro-section {
  position: relative;
  overflow: hidden;
  /* padding: 22px 0 26px; */
  /* same structure: bright in top-left, deep center, soft bottom-right,
     but shifted to lighter cyan/teal blues */
  background: radial-gradient(circle at 0% 0%, #42c3ff 0%, #0060a8 45%, #001a33 100%);
}

/* optional blobs in same positions but lighter */
.electro-section::before,
.electro-section::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.5;
  z-index: 0;
}

.electro-section::before {
  background: #4fd2ff;   /* lighter cyan vs first section */
  top: -120px;
  left: -80px;
}

.electro-section::after {
  background: #18a2ff;   /* bright blue, not purple */
  bottom: -160px;
  right: -60px;
}

.electro-section .row {
  position: relative;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 14px;
}

















.custom-interconnect-section,
.electro-plating-section {
  background-color: #0069b3;
  color: #ffffff;
}

/* .custom-interconnect-section .col-lg-8,
.electro-plating-section .col-lg-8 {
background: linear-gradient(135deg, #7cbdf3 45%, #0069b3 100%);

  border-radius: 16px;
  padding: 56px 24px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.18);
} */


.electro-plating-section{
  position: relative;
  background: var(--theme-color);
}


.electro-plating-section > .container {
  position: relative;
  z-index: 1;       /* content above overlay */
}

    
.electro-plating-section::before{
   content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background-image: url(../img/shape/06.jpg); */
  /* background-image: url(../img/hero/tiles-bg-01.jpg); */

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: .25;
}


.counter-sect::before{

   content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/shape/06.jpg);

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: .25;

}






/* Prtoduct-details */




.product-item {
  display: flex;
  flex-direction: column;
  align-items: center;       /* centers image + content */
  padding: 20px 18px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}


.product-item.item-det.p-4 {
    flex-direction: column;
}


.product-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.10);
}



/* BACKGROUND_OVERLAY_IMAGES_PRODUCT_DETAILS */



/* .product-item.item-det {
    
    background: linear-gradient(rgba(99, 169, 239, 0.8), rgba(51, 131, 211, 0.8)), 
                url('/assets/img/products-new/V651-new.png') !important;
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    position: relative;
    overflow: hidden; 
} */









/* center the image */
.product-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}

.product-img img.pro-list-mob {
  max-width: 140px;
  height: auto;
}

/* center heading and text */

/* .product-content {
  text-align: center;
} */

.product-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-title a {
  color: #003366;
  text-decoration: none;
}

.product-title a:hover {
  text-decoration: underline;
}

.product-content p {
  font-size: 14px;
  line-height: 1.5;
  color: #4a4a4a;
}







/* About-Us-Section */


.about-section {
  background: radial-gradient(circle at top left, rgba(15, 98, 180, 0.08), transparent 55%),
              #f5f7fb;
}

.py-6 {
  padding: 80px 0;
}

.about-kicker {
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #0f62b4;
  font-weight: 600;
  margin-bottom: 10px;
}

.about-title {
  font-size: 2rem;
  font-weight: 700;
  color: #0b1220;
  margin-bottom: 16px;
}

.about-intro {
  font-size: 0.98rem;
  color: #4b5563;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: justify;
}


.about-highlights {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-highlights li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 0.94rem;
  color: #374151;
}

.about-highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #0f62b4;
}

/* Right timeline column */
.about-timeline {
  position: relative;
  padding-left: 24px;
}

.about-timeline::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, rgba(15, 98, 180, 0.2), rgba(15, 98, 180, 0));
}

/* Cards */
.about-card {
  position: relative;
  margin-bottom: 16px;
  padding: 22px 24px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
  text-align: justify;
}







/* Section wrapper */
.vmx-differentiators-section {
  background:
    radial-gradient(circle at top left, rgba(15, 98, 180, 0.08), transparent 55%),
    radial-gradient(circle at bottom right, rgba(15, 98, 180, 0.05), transparent 55%),
    #f4f6fb;
}

.py-6 {
  padding: 80px 0;
}

/* Generic container spacing helpers (optional, if not using Bootstrap) */
.vmx-differentiators-section .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Headings / text */
.section-kicker {
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #0f62b4;
  font-weight: 600;
  margin-bottom: 8px;
}

.section-title {
  /* font-size:32px; */

  font-size: clamp(1.9rem, 3vw, 2.4rem);
  font-weight: 700;
  color: #0b1220;
  margin-bottom: 14px;
}

.section-intro {
  font-size: 0.96rem;
  color: #4b5563;
  max-width: 520px;
  margin-bottom: 20px;
}

/* Tag chips under title (left column) */
.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.tag-chip {
  font-size: 0.78rem;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(15, 98, 180, 0.25);
  background: rgba(255, 255, 255, 0.9);
  color: #0f2852;
}

/* Timeline (left column) */
.timeline {
  position: relative;
  padding-left: 26px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(
    to bottom,
    rgba(15, 98, 180, 0.4),
    rgba(15, 98, 180, 0)
  );
}

.timeline-item {
  position: relative;
  margin-bottom: 18px;
}

.timeline-dot {
  position: absolute;
  left: 0;
  top: 20px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  border: 2px solid #0f62b4;
  background: #f4f6fb;
}

.timeline-card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 16px;
  padding: 16px 18px;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(15, 98, 180, 0.06);
  text-align: justify;
}

.timeline-card h3 {
  font-size: 1.02rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: #111827;
}

.timeline-card p {
  font-size: 0.94rem;
  line-height: 1.65;
  color: #4b5563;
  margin-bottom: 0;
}

/* Certifications grid (right column) */
.cert-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  text-align: justify;
}

.cert-stat-card {
  background: rgba(255, 255, 255, 0.98);
  border-radius: 18px;
  padding: 16px 18px 18px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.09);
  border: 1px solid rgba(15, 98, 180, 0.08);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cert-stat-card.cert-wide {
  grid-column: span 2;
}

.cert-badge {
  align-self: flex-start;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(15, 98, 180, 0.08);
  color: #0f62b4;
  font-weight: 600;
}

.cert-stat-card h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #111827;
  margin: 2px 0 4px;
  white-space: nowrap;
}

.cert-stat-card p {
  font-size: 0.92rem;
  line-height: 1.6;
  color: #4b5563;
  margin: 0;
}

/* Simple responsive tweaks */
@media (max-width: 991.98px) {
  .cert-grid {
    grid-template-columns: 1fr;
  }

  .cert-stat-card.cert-wide {
    grid-column: span 1;
  }

  .section-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 575.98px) {
  .py-6 {
    padding: 56px 0;
  }

  .timeline-card,
  .cert-stat-card {
    border-radius: 14px;
    padding: 14px 14px 16px;
  }
}









.vmx-why-section {
  background:
    radial-gradient(circle at top left, rgba(15, 98, 180, 0.07), transparent 55%),
    radial-gradient(circle at bottom right, rgba(15, 98, 180, 0.05), transparent 55%),
    #f4f6fb;
}

.py-6 {
  padding: 80px 0;
}

/* Optional if not using Bootstrap container */
.vmx-why-section .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 16px;
}

/* PANELS */
.vmx-panel {
  background: rgba(255, 255, 255, 0.98);
  border-radius: 20px;
  padding: 22px 22px 24px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.11);
  border: 1px solid rgba(15, 98, 180, 0.07);
  height: 100%;
}

.vmx-panel-muted {
  background: rgba(255, 255, 255, 0.96);
}

.vmx-panel-accent {
  background: linear-gradient(145deg, #0f62b4, #0b3f7a);
  color: #e5ecf8;
  box-shadow: 0 22px 60px rgba(5, 30, 63, 0.5);
  text-align: center;
}

/* HEADINGS / TEXT */
.vmx-kicker {
  display: inline-block;
  /* font-size: 0.78rem; */
  font-size: 1.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0f62b4;
  font-weight: 600;
  margin-bottom: 8px;
}

.vmx-panel-accent .vmx-kicker {
  color: #c7ddff;
}

.vmx-title {
  font-size: 1.7rem;
  font-weight: 700;
  color: #0b1220;
  margin-bottom: 14px;
}

.vmx-title-sm {
  font-size: 2rem;
  font-weight: 650;
  color: #0b1220;
  margin-bottom: 12px;
}

.vmx-panel-accent .vmx-title-sm {
  color: #ffffff;
}

/* WHY CHOOSE VMX – PILL GRID */
.vmx-pill-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.vmx-pill {
  /* background: rgba(247, 249, 253, 0.95); */
  background: linear-gradient(145deg, #0f62b4, #0b3f7a);
  border-radius: 14px;
  padding: 10px 12px 11px;
  border: 1px solid rgba(15, 98, 180, 0.08);
}

.vmx-pill h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 14px;
}

.vmx-pill p {
  font-size: 0.85rem;
  line-height: 1.55;
  color: #FFF;
  margin: 0;
}

/* OUR COMMITMENT – STACKED LIST */
.vmx-list {
  list-style: none;
  padding: 0;
  margin: 4px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.vmx-list li {
  border-radius: 14px;
  padding: 10px 11px 11px;
  background: rgba(248, 250, 253, 0.96);
  /* background: linear-gradient(145deg, #0f62b4, #0b3f7a); */
  border: 1px solid rgba(15, 98, 180, 0.05);
}

.vmx-list h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 14px;
}

.vmx-list p {
  font-size: 0.86rem;
  line-height: 1.6;
  color: #4b5563;
  margin: 0;
}

/* THE VMX DIFFERENCE – TEXT BLOCK */
.vmx-diff-text {
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 10px;
  color: #dde7f9;
  text-align: center;
}

.vmx-panel-accent .vmx-diff-text:last-child {
  margin-bottom: 0;
}





















/* PRODUCT_DETAIL_IMAGES */


img.prn-img-1 {
    width: 300px;
    position: absolute;
    top: 150px;
    right: 0;
}





/* ======================================= */


/* =========== Milestone-section-Animation =================== */



   /* 1. SECTION WRAPPER */
        #vmxRoadmapSection.vmx-roadmap-premium {
            padding: 20px 0 !important;
            background: linear-gradient(225deg, #f1f5f9 0%, #ffffff 50%, #f8fafc 100%)  !important;
            font-family: 'Segoe UI', system-ui, -apple-system, sans-serif !important;
            position: relative !important;
            overflow: hidden !important;
            z-index: 1 !important; /* Stays below navbar */
        }

        /* 2. BACKGROUND TILE OVERLAY */
        #vmxRoadmapSection.vmx-roadmap-premium::before {
            content: "";
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background-image: url('../img/hero/tiles-bg-01.jpg'); /* Brand Background */
            background-size: cover;
            background-position: center;
            opacity: 0.12;
            z-index: -1;
            mix-blend-mode: multiply;
        }

        .vmx-container {
            max-width: 1100px !important;
            margin: 0 auto !important;
            position: relative !important;
            padding: 0 20px;
        }

        /* 3. CENTRAL SPINE & PROGRESS */
        .vmx-spine-track {
            position: absolute;
            left: 50%;
            top: 0;
            bottom: 0;
            width: 4px;
            background: #e2e8f0;
            transform: translateX(-50%);
            border-radius: 10px;
        }

          .mile-head{
          margin-bottom: 100px !important;
          font-size: 40px;
        }


        .vmx-spine-fill {
            position: absolute;
            left: 50%;
            top: 0;
            width: 4px;
            background: #0062a6;
            transform: translateX(-50%);
            height: 0%; /* Controlled by JS */
            transition: height 0.3s ease-out;
            box-shadow: 0 0 20px rgba(0, 98, 166, 0.4);
            z-index: 2;
        }

        /* 4. MILESTONE ITEMS */
        .vmx-item {
            position: relative;
            width: 100%;
            margin-bottom: 120px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .vmx-item:last-child { margin-bottom: 0; }

        /* 5. GLASS CONTENT CARDS */
        .vmx-card {
            /* width: 44%; */
            padding: 30px;
            background: rgba(255, 255, 255, 0.9);
            border-radius: 24px;
            box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);
            border: 1px solid rgba(226, 232, 240, 0.8);
            backdrop-filter: blur(12px);
            opacity: 0;
            transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
            position: relative;
        }

        /* Left-Side Cards Slide Right */
        .vmx-item:nth-child(odd) .vmx-card { transform: translateX(-60px); }
        /* Right-Side Cards Slide Left */
        .vmx-item:nth-child(even) { flex-direction: row-reverse; }
        .vmx-item:nth-child(even) .vmx-card { transform: translateX(60px); }

        /* ACTIVE STATE */
        .vmx-item.active .vmx-card {
            opacity: 1;
            transform: translateX(0);
        }

        /* 6. YEAR & TEXT STYLING */
        .vmx-year {
            font-size: 2.4rem;
            font-weight: 800;
            color: #0062a6;
            margin-bottom: 12px;
            display: block;
            letter-spacing: -1.5px;
            line-height: 1;
        }

        .vmx-text {
            font-size: 15px;
            color: #334155;
            line-height: 1.7;
            font-weight: 500;
            margin: 0;
            list-style: disc;
        }

        /* 7. MARKER DOTS */
        .vmx-marker {
            position: absolute;
            left: 50%;
            width: 26px;
            height: 26px;
            background: #fff;
            border: 5px solid #e2e8f0;
            border-radius: 50%;
            transform: translateX(-50%);
            z-index: 10;
            transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }

        .vmx-item.active .vmx-marker {
            border-color: #0062a6;
            background: #0062a6;
            transform: translateX(-50%) scale(1.3);
            box-shadow: 0 0 0 12px rgba(0, 98, 166, 0.1);
        }

        /* 8. MOBILE OPTIMIZATION */
        @media (max-width: 850px) {
            .vmx-spine-track, .vmx-spine-fill, .vmx-marker { left: 20px; transform: none; }
            .vmx-item, .vmx-item:nth-child(even) { flex-direction: row; }
            .vmx-card { 
                width: calc(100% - 70px); 
                margin-left: 70px; 
                transform: translateY(40px) !important; 
                padding: 20px;
            }
            .vmx-item.active .vmx-card { transform: translateY(0) !important; }
            .vmx-year { font-size: 1.8rem; }
        }







        /* place card + image on each side of the spine */
.vmx-item {
  position: relative;
  width: 100%;
  margin-bottom: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* cards keep 44% as before, give media some width */
.vmx-card {
  width: 44%;
  /* existing styles stay */
}

.vmx-media {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vmx-media img {
  /* max-width: 220px; */
  width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 35px rgba(15, 23, 42, 0.25));
}

/* you already reverse even items: this keeps image opposite card */
.vmx-item:nth-child(even) {
  flex-direction: row-reverse;
}




.vmx-media.vmx-card {
    border: none;
    box-shadow: none;
    background: none;
}







/* keep the line behind everything */
.vmx-spine-track,
.vmx-spine-fill {
  z-index: 0;
}

/* endcap layout */
.vmx-item.vmx-endcap {
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  position: relative;
}

/* hide circle in last item */
.vmx-item.vmx-endcap .vmx-marker {
  display: none !important;
}

/* wrapper centered on the spine */
.vmx-end-logo-wrap {
  position: relative;
  z-index: 2;              /* above line */
  display: flex;
  justify-content: center;
}

/* this box covers the line behind the logo */
.vmx-end-logo-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;              /* a bit wider than the line */
  height: 120%;            /* taller than logo */
  background: #f1f7fc;     /* same as your section background */
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* actual logo on top */
.vmx-end-logo {
  position: relative;
  z-index: 3;
}

.vmx-end-logo img {
  max-width: 160px;
  height: auto;
}

/* icon groups */
.vmx-end-icon-group {
  position: relative;
  z-index: 3;
  display: flex;
  /* flex-direction: column; */
  gap: 12px;
  align-items: center;
}

.vmx-end-icon-group img {
  display: block;
  max-width: 80px;
  height: 80px;
}

/* bigger, softer blue circle */
.vmx-end-logo-circle {
  position: relative;
  z-index: 2;
  width: 200px;              /* was 140px */
  height: 200px;
  border-radius: 50%;
  background: #00518a;       /* slightly darker/less saturated blue */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 81, 138, 0.45);
}

/* light inner disc behind logo for contrast */
.vmx-end-logo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #fdf5dd;       /* warm light tone matching the ribbon */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* bigger, clearer logo */
.vmx-end-logo img {
  max-width: 250px;          /* increase from ~110px */
  height: auto;
}

/* optionally push icons slightly out to balance larger circle */
.vmx-item.vmx-endcap {
  gap: 30px;                  /* was 40px */
}






/* initial (hidden) state for endcap */
.vmx-item.vmx-endcap .vmx-end-logo-circle,
.vmx-item.vmx-endcap .vmx-end-icon-group {
  opacity: 0;
  transform: translateY(40px) scale(0.85);
  transition: opacity 0.7s cubic-bezier(0.2, 1, 0.3, 1),
              transform 0.7s cubic-bezier(0.2, 1, 0.3, 1);
}

/* when your JS adds .active, pop everything in */
.vmx-item.vmx-endcap.active .vmx-end-logo-circle,
.vmx-item.vmx-endcap.active .vmx-end-icon-group {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* small stagger: left icons → circle → right icons */
.vmx-item.vmx-endcap .vmx-end-icon-left {
  transition-delay: 0.05s;
}
.vmx-item.vmx-endcap .vmx-end-logo-circle {
  transition-delay: 0.15s;
}
.vmx-item.vmx-endcap .vmx-end-icon-right {
  transition-delay: 0.25s;
}









.vmx-endcap {
  display: grid;
  grid-template-columns: 1fr auto 1fr; /* ⭐ magic */
  align-items: center;
  width: 100%;
}
.vmx-end-icon-left {
  display: flex;
  gap: 28px;
  justify-self: end;   /* ⭐ pushes toward center */
  padding-right: 60px; /* ⭐ controls gap from logo */
}

.vmx-end-icon-right {
  display: flex;
  gap: 28px;
  justify-self: start; /* ⭐ pushes toward center */
  padding-left: 60px;  /* ⭐ controls gap from logo */
}
.vmx-end-logo-circle {
  justify-self: center;
  flex-shrink: 0; /* ⭐ prevents squish */
}





/* MOBILE-ONLY RESET FOR TIMELINE */
@media (max-width: 850px) {

  /* 1. Spine & marker pinned to left */
  .vmx-spine-track,
  .vmx-spine-fill,
  .vmx-marker {
    left: 16px;
    transform: none;
  }

  /* 2. Each item becomes a block, not side-by-side flex */
  .vmx-item {
    display: block !important;
    margin-bottom: 60px;
  }

  /* 3. Hide the image column completely on mobile */
  .vmx-media {
    display: none !important;
  }

  /* 4. Card uses full width, only a left margin to clear the spine */
  .vmx-card {
    width: auto !important;                 /* override 44% */
    max-width: none !important;
    margin: 0 16px 0 56px !important;       /* 56px space for spine + marker */
    padding: 18px 16px;
    box-sizing: border-box;
    transform: translateY(24px) !important; /* keep your animation */
  }

  .vmx-item.active .vmx-card {
    transform: translateY(0) !important;
  }

  /* 5. Make sure endcap still works on mobile */
  .vmx-item.vmx-endcap {
    display: none !important;
   
  }

 

  li.vmx-text {
    margin-left: 10px;
}



}

















/* responsive */
@media (max-width: 850px) {
  .vmx-item.vmx-endcap {
    gap: 20px;
  }
  .vmx-end-logo img {
    max-width: 120px;
  }
  .vmx-end-icon-group img {
    max-width: 36px;
  }
}






/* mobile: shrink / stack */
@media (max-width: 850px) {
  .vmx-item.vmx-endcap {
    gap: 20px;
  }
  .vmx-end-logo img {
    max-width: 120px;
  }
  .vmx-end-icon img {
    max-width: 50px;
  }
}


/* on mobile, hide or shrink images to keep layout clean */
@media (max-width: 850px) {
  .vmx-media {
    display: none; /* or width: 25%; max-width: 120px; margin-left: 12px; */
  }
}



































/* Engineering-R&D */

/* Container */
.rnd-section {
  background: #f7f8fb;
  padding: 40px 20px;
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  color: #222;
}

.rnd-container {
  max-width: 1100px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  padding: 30px 32px 32px;
  box-sizing: border-box;
}

/* Header */
.rnd-header h2 {
  margin: 0 0 20px;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0b2740;
  border-left: 4px solid #0062a6;
  padding-left: 10px;
}

/* Text content */
.rnd-content p {
  margin: 0 0 12px;
  line-height: 1.6;
  font-size: 14px;
  color: #3b3b3b;
}

/* Image area */
.rnd-images {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.rnd-image-card {
  margin: 0;
  background: #f1f3f7;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e1e4ec;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rnd-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Responsive */
@media (max-width: 768px) {
  .rnd-container {
    padding: 20px 18px 22px;
  }

  .rnd-header h2 {
    font-size: 16px;
  }

  .rnd-images {
    grid-template-columns: 1fr;
  }
}




/* ==========  Media-Queries ==================== */


@media (max-width: 991.98px) {
  .center-logo {
    position: static;
    transform: none;
    /* margin: 10px auto; */
    display: block;
    text-align: center;
  }

  .logo-text{
    font-size: 10px;
  }

  h3.word_caption {
  font-size: 5px;
  }


  .pro-list-mob{
    width: 250px;
  }

  .product-img-1 {
    display: flex;
    justify-content: center;
}

  .product-img{
    box-shadow: none;
  }

}



@media (max-width: 600px) {
  .why-vmx {
    padding: 2rem 0.5rem;
    max-width: 95vw;
    border-radius: 10px;
  }
  .site-title {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .why-vmx li {
    font-size: 1rem;
    gap: 10px;
    margin-bottom: 1rem;
  }
}



@media (max-width: 900px) {
  .mission-vision .row {
    flex-direction: column;
    gap: 1.5rem;
  }
  .mission-vision .col-lg-6 {
    max-width: 100%;
  }
  .mv-para {
    font-size: 1rem;
    padding: 1rem;
  }
}





@media (max-width: 992px) {
  .about-main-img {
    max-width: 100%;
  }
  .about-content-panel, .about-img-panel {
    padding: 22px 10px;
  }
  .site-title {
    font-size: 1.55rem;
  }
}




@media (max-width: 600px) {
  .spec-table th, .spec-table td {
    font-size: 0.98rem;
    padding: 12px 6px;
  }
  .spec-table-container {
    padding: 0;
    border-radius: 10px;
  }
}








/* Inter-connect-solutions */


@media (max-width: 767.98px) {

  .counter-sect {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .counter-box {
    padding: 8px 0;
  }

  .counter-sect .col-12 {
    margin-bottom: 10px;   
  }

  .counter-box .title {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.25;
  }
}







/*=========== Mobile-Response ============= */


@media(max-width:768px){


  h1.hero-title {
    font-size: 36px !important;
}

.theme-btn{
  padding: 10px;
}

.career-header {
    display: flex;
    flex-direction: column;
}

.tags {
    display: flex;
}

.story-heads {
  text-align: left;
}

.product-price{
  line-height: 1.4;
}

/* .item-list .product-content p{
  text-align: left;
  word-spacing: normal;
} */


.connect-head{
  font-size: 25px;
}

.link-para{
  font-size: 18px;
}

.vmx-pill-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}


.product-itemss.p-5 {
    padding: 10px 0px !important;
}

.careers-hero-network__meta-pills{
  justify-content: center;
}


.job-card{
  display: block;
  margin: 20px 10px;
  padding: 24px;
}

.job-left{
  width: 100%;
}

.info-car{
  flex-direction: column;
  gap: 5px;
}

.job-right{
  text-align: left;
  margin-top: 10px;
}

.contact-area {
    padding: 20px 0px;
}

}







/* ===== EXTRA LEFT DEPTH ===== */

.left_connector_5 {
  left: -320px;
  top: 15%;
  width: 460px;
  opacity: 0.035;
  transform: rotate(35deg);
  animation-duration: 22s;
  animation-delay: 3s;
}

.left_connector_6 {
  left: -220px;
  top: 75%;
  width: 380px;
  opacity: 0.03;
  transform: rotate(-30deg);
  animation-duration: 26s;
  animation-delay: 5s;
}

/* ===== EXTRA RIGHT DEPTH ===== */

.right_connector_2 {
  right: -260px;
  top: 35%;
  width: 480px;
  opacity: 0.08;
  transform: rotate(20deg);
  animation-duration: 24s;
  animation-delay: 2s;
}

.right_connector_3 {
  right: -120px;
  bottom: -120px;
  width: 340px;
  opacity: 0.06;
  transform: rotate(-25deg);
  animation-duration: 28s;
  animation-delay: 6s;
}








/* =================== 13/02/2026 ======================== */


/*================= NEW CSS HOME PAGE ======================= */



/* =========== Product-Category ================= */


/* SECTION */
.vmx_what_section {
  padding: 60px 0;
  background: radial-gradient(circle at top, #0b3a63, #031a2c);
  font-family: 'Inter', 'Segoe UI', sans-serif;
  color: white;
  position: relative;
  overflow: hidden;
}

.vmx_circuit_bg,
.vmx_circuit_bg * {
  pointer-events: none;
}




/* Container */
.vmx_what_container {
  max-width: 1300px;
  width: 92%;
  margin: auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 5;
}

/* LEFT CONTENT */
.vmx_what_tag {
  font-size: 12px;
  letter-spacing: 2px;
  color: #00c6ff;
  font-weight: 700;
}

.vmx_what_left h2 {
  font-size: 52px;
  font-weight: 900;
  margin: 12px 0 18px;
  color: #F1F1F1;
}

.vmx_what_left p {
  font-size: 18px;
  max-width: 420px;
  color: #cfd8e3;
  margin-bottom: 30px;
}

/* Button */
.vmx_what_btn {
  display: inline-block;
  padding: 14px 34px;
  border-radius: 40px;
  border: 1px solid #00c6ff;
  color: #00c6ff;
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s;
}

.vmx_what_btn:hover {
  background: #00c6ff;
  color: #000;
}

/* PRODUCT GRID */
.vmx_what_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  position: relative;
  z-index: 2;
}

/* PRODUCT CARD */
.vmx_product_card {
  background: rgba(255,255,255,0.04);
  border-radius: 18px;
  padding: 22px 22px 26px;
  text-align: center;
  backdrop-filter: blur(8px);
  position: relative;
  overflow: hidden;
  transition: 0.4s ease;
}

/* Glow Border */
.vmx_product_card::before {
  content:"";
  position:absolute;
  inset:0;
  padding:1px;
  border-radius:18px;
  background: linear-gradient(120deg, #00c6ff, transparent, #0062a6);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity:0.6;
}

/* Hover */
.vmx_product_card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0,198,255,0.25);
}

/* Images */
.vmx_product_card img {
  width: 100%;
  height: 140px;
  object-fit: contain;
  filter: drop-shadow(0 10px 25px rgba(0,0,0,0.6));
  margin-bottom: 12px;
}

/* Title */
.vmx_product_card h4 {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 6px;
}

/* Paragraph */
.vmx_product_card p {
  font-size: 14px;
  color: #b9c7d8;
  line-height: 1.4;
  margin-bottom: 8px;
}

/* Card Button */
.vmx_card_btn {
  font-size: 13px;
  font-weight: 700;
  color: #00c6ff;
  text-decoration: none;
  transition: 0.3s ease;
}


.vmx_card_btn {
  position: relative;
  z-index: 10;
  pointer-events: auto;
}


.vmx_card_btn:hover {
  color: #ffffff;
  text-shadow: 0 0 8px rgba(0,198,255,0.6);
}

/* FLOATING CONNECTORS BASE */
.vmx_floating_connector {
  position: absolute;
  z-index: 1;
  filter: blur(1px) drop-shadow(0 40px 80px rgba(0,0,0,0.7));
  animation: floatConnector 18s ease-in-out infinite;
}

/* LEFT CONNECTORS (MULTI LAYERS) */
.left_connector_1 {
  left: -240px;
  top: 5%;
  width: 520px;
  opacity: 0.06;
  transform: rotate(15deg);
}

.left_connector_2 {
  left: -180px;
  top: 30%;
  width: 420px;
  opacity: 0.05;
  transform: rotate(-10deg);
  animation-delay: 2s;
}

.left_connector_3 {
  left: -280px;
  top: 55%;
  width: 500px;
  opacity: 0.04;
  transform: rotate(25deg);
  animation-delay: 4s;
}

.left_connector_4 {
  left: -140px;
  bottom: -100px;
  width: 360px;
  opacity: 0.03;
  transform: rotate(-20deg);
  animation-delay: 6s;
}

/* RIGHT CONNECTOR */
.right_connector_global {
  right: -160px;
  top: -40px;
  width: 520px;
  opacity: 0.12;
  transform: rotate(-15deg);
}

/* Floating Animation */
@keyframes floatConnector {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-30px); }
}








/* =========== Interconnect-Solutions ==========  */

/* ===============================
   SHARED CAPABILITY SECTION
================================ */

.vmx_capability_section {
  position: relative;
  width: 100%;
  padding: 20px;
  overflow: hidden;
  font-family: 'Segoe UI', Arial, sans-serif;
  color: #ffffff;
  text-align: center;
}

/* CENTERED CONTENT */
.vmx_capability_inner {
  max-width: 980px;
  margin: auto;
  position: relative;
  z-index: 2;
}

/* PILL */
.vmx_capability_pill {
  display: inline-flex;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 30px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

/* TITLE */
.vmx_capability_title {
  font-size: 52px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 12px;
  color: #f1f1f1;
}

.vmx_capability_title span {
  color: #6fd3ff;
}

/* SUB */
.vmx_capability_sub {
  font-size: 17px;
  font-weight: 600;
  color: #cfeaff;
  margin-bottom: 16px;
}

/* DESC */
.vmx_capability_desc {
  font-size: 16px;
  line-height: 1.65;
  color: #e5f4ff;
  max-width: 760px;
  margin: 0 auto 28px;
}

/* CTA */
.vmx_capability_btn {
  display: inline-block;
  padding: 16px;
  background: #00b7ff;
  color: #002033;
  font-weight: 800;
  font-size: 14px;
  border-radius: 32px;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.vmx_capability_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(0,0,0,0.4);
}



/* CIRCUIT BACKGROUND LAYER */
.vmx_circuit_bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.85;
}

/* SIGNAL MOTION */
.vmx_circuit_move rect {
  animation: vmxCircuitFlow 20s linear infinite;
}

.vmx_circuit_move rect:nth-child(2) {
  animation-duration: 26s;
  animation-delay: 6s;
}

@keyframes vmxCircuitFlow {
  from { transform: translateX(0); }
  to   { transform: translateX(1800px); }
}

/* ENSURE CONTENT STAYS ABOVE */
.your-section-class,
.your-section-class * {
  position: relative;
  z-index: 2;
}





/* CIRCUIT BACKGROUND */
.vmx_circuit_bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 1; /* IMPORTANT */
}

/* SIGNAL MOTION */
.vmx_circuit_move rect {
  animation: vmxCircuitFlow 16s linear infinite;
}

.vmx_circuit_move rect:nth-child(2) {
  animation-duration: 20s;
  animation-delay: 4s;
}

.vmx_circuit_move rect:nth-child(3) {
  animation-duration: 24s;
  animation-delay: 8s;
}

@keyframes vmxCircuitFlow {
  from { transform: translateX(0); }
  to   { transform: translateX(1800px); }
}

/* KEEP CONTENT ABOVE */
.your-section-class {
  position: relative;
  overflow: hidden;
}

.your-section-class > *:not(svg) {
  position: relative;
  z-index: 2;
}


.vmx_interconnect_bg {
  background: linear-gradient(180deg, #041f36 0%, #020f1f 100%);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .vmx_capability_title {
    font-size: 30px;
  }

  .vmx_capability_sub {
    font-size: 15px;
  }

  .vmx_capability_desc {
    font-size: 14px;
  }
}












 /* ================ NADCAP_SECTION ======== */ 





.vmx_circuit_section {
  position: relative;
  background: radial-gradient(circle at top, #0b3a63, #031a2c);
  padding: 20px;
  overflow: hidden;
  font-family: 'Segoe UI', Arial, sans-serif;
  color: #ffffff;
}

/* ---------- CIRCUIT BACKGROUND ---------- */
.vmx_circuit_bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.75;
}

/* SIGNAL ANIMATION */
.vmx_trace_move rect {
  animation: traceFlow 18s linear infinite;
}

.vmx_trace_move rect:nth-child(2) {
  animation-duration: 22s;
  animation-delay: 4s;
}

.vmx_trace_move rect:nth-child(3) {
  animation-duration: 26s;
  animation-delay: 8s;
}

@keyframes traceFlow {
  from { transform: translateX(0); }
  to { transform: translateX(1800px); }
}

/* ---------- CONTENT ---------- */
.vmx_circuit_container {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

/* TOP BADGE */
.vmx_circuit_badge_top {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  /* padding: 10px 18px; */
  padding: 5px 10px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 40px;
  backdrop-filter: blur(6px);
  margin-bottom: 18px;
}

.vmx_badge_chip {
  padding: 6px 14px;
  background: rgba(0,200,255,0.2);
  color: #7be3ff;
  font-size: 12px;
  font-weight: 800;
  border-radius: 20px;
  letter-spacing: 1px;
}

.vmx_badge_text {
  font-size: 13px;
  font-weight: 600;
  color: #cfeaff;
}

/* MAIN CONTENT */
.vmx_circuit_center h2 {
  /* font-size: 52px; */
  font-size: 45px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 12px;
  color: #f1f1f1;
}

.vmx_circuit_center h2 span {
  color: #7be3ff;
}

.vmx_circuit_sub {
  font-size: 20px;
  font-weight: 600;
  color: #bfe7ff;
  margin-bottom: 16px;
}

.vmx_circuit_desc {
  font-size: 16px;
  line-height: 1.7;
  color: #e4f4ff;
  max-width: 760px;
  margin: 0 auto 28px;
}

/* CTA */
.vmx_circuit_btn {
  display: inline-block;
  padding: 16px;
  background: linear-gradient(135deg, #00c8ff, #007acb);
  color: #002033;
  font-weight: 800;
  border-radius: 40px;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.vmx_circuit_btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.35);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .vmx_circuit_center h2 {
    font-size: 28px;
  }

  .vmx_circuit_sub {
    font-size: 17px;
  }

  .vmx_circuit_desc {
    font-size: 15px;
  }
}





/* ========== Why-Choose-Us ============== */



.vmx_unique_section {
  background: linear-gradient(180deg, #f6fbff, #eef4f9);
  padding: 20px;
  font-family: 'Segoe UI', Arial, sans-serif;
}

.vmx_unique_container {
  max-width: 1200px;
  margin: auto;
}

.vmx_unique_header {
  text-align: center;
  /* margin-bottom: 70px; */
    margin-bottom: 30px;
}

.vmx_unique_header h2 {
  font-size: 34px;
  font-weight: 800;
  color: #083b6f;
}

.vmx_unique_header p {
  font-size: 15px;
  color: #4b637a;
  margin-top: 8px;
}

.vmx_unique_layout {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  /* gap: 20px; */
    gap: -5px;
}

/* LEFT TRUST COLUMN */
.vmx_trust_column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.vmx_trust_block {
  padding-left: 10px;
}

.vmx_trust_tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #0062a6;
  margin-bottom: 8px;
}

.vmx_trust_block h3 {
  font-size: 20px;
  font-weight: 700;
  color: #102a43;
  margin-bottom: 6px;
}

.vmx_trust_block p {
  font-size: 14.5px;
  color: #4f667c;
  line-height: 1.6;
}

/* CENTER DIVIDER */
.vmx_divider {
  position: relative;
}

.vmx_divider::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: linear-gradient(to bottom, transparent, #0062a6, transparent);
}

/* RIGHT CAPABILITY COLUMN */
.vmx_capability_column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}


/* Make last card full width */
.vmx_capability_column > :last-child {
  /* grid-column: 1 / -1; */
}



.vmx_capability_card {
  background: #ffffff;
  border-radius: 14px;
  padding: 26px 24px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  border-top: 4px solid #0062a6;
  transition: transform 0.3s ease;
}

.vmx_capability_card:hover {
  transform: translateY(-6px);
}

.vmx_capability_card h4 {
  font-size: 16px;
  font-weight: 700;
  color: #0b3d6f;
  margin-bottom: 8px;
}

.vmx_capability_card p {
  font-size: 16px;
  color: #5b7288;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .vmx_unique_layout {
    grid-template-columns: 1fr;
  }

  .vmx_divider {
    display: none;
  }

  .vmx_capability_column {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
    .offcanvas-body .dropdown-menu {
        position: static !important; /* Forces dropdown to push content down instead of floating */
        float: none;
        width: 100%;
        border: none;
        background: transparent; /* Match your menu background */
    }
    
    .dropdown-menu.show {
        display: block !important;
    }
}
@media (max-width: 991.98px) {
    /* Force the dropdown to behave as a nested list on mobile */
    .offcanvas-body .dropdown-menu {
        position: static !important; 
        transform: none !important;
        float: none;
        width: 100%;
        border: none;
        box-shadow: none;
        padding-left: 20px; /* Indent sub-items */
        display: none; /* Controlled by the 'show' class */
    }

    .offcanvas-body .dropdown-menu.show {
        display: block;
    }
}

/* Elite Label Styling */
.elite-label {
  font-size: 0.75rem;
  font-weight: 800;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 8px;
}

/* Elite Input Styling */
.elite-input {
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  padding: 12px 18px !important;
  transition: 0.3s;
}

.elite-input:focus {
  border-color: #0052D4 !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 4px rgba(0, 82, 212, 0.08) !important;
}

/* File Upload Specific Styling */
input[type="file"].elite-input {
  padding: 10px !important;
}

/* Primary CTA Button to match Career/Products */
.primary-cta {
  background: #0052D4 !important;
  color: #fff !important;
  border-radius: 12px !important;
  font-weight: 700;
  border: none;
  transition: 0.4s;
}

.primary-cta:hover {
  background: #0f172a !important;
  transform: translateY(-2px);
}

/* Ensure the file input matches the button height */
input[type="file"].elite-input {
  padding: 12px 15px !important;
  line-height: 1.2 !important;
}

/* Elite Label adjustment for row alignment */
.elite-label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.75rem;
  font-weight: 800;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

/* Primary CTA Button height match */
.primary-cta {
  background: #0052D4 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px !important;
  margin-bottom: 3px;
  /* Fine-tuning alignment with the small text below input */
}
/* Premium Social Link Styling - Fixed */
.elite-social-container {
  display: block;
  width: 100%;
}

.elite-social-link {
  display: inline-flex !important;
  align-items: center;
  text-decoration: none !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  white-space: nowrap;
  /* Prevents the text from breaking into two lines */
}

.social-icon-box {
  width: 36px;
  height: 36px;
  background: #0052D4;
  /* Elite Blue */
  color: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s ease;
  flex-shrink: 0;
  /* Ensures the icon box doesn't get squeezed */
}

.social-text {
  margin-left: 12px;
}

.elite-social-link:hover {
  color: #ffffff !important;
  transform: translateX(8px);
}

.elite-social-link:hover .social-icon-box {
  background: #ffffff;
  color: #0052D4;
  box-shadow: 0 5px 15px rgba(0, 82, 212, 0.4);
}
/* Styling for the Map Links in White */
.elite-map-link {
  color: #ffffff !important;
  /* Forces the link to be white */
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  opacity: 0.8;
  /* Slightly muted to match address text */
}

.elite-map-link i {
  color: #e1e5ea;
  /* Keeps the icon blue for a pop of color */
  margin-right: 8px;
}

.elite-map-link:hover {
  color: #d9dfe7 !important;
  /* Turns blue on hover */
  opacity: 1;
  transform: translateX(5px);
  text-decoration: underline !important;
}

/* Styling for the Smaller centered Button */
.small-cta {
  padding: 10px 28px !important;
  /* Smaller, more elegant padding */
  font-size: 0.9rem !important;
  /* Slightly smaller text */
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 50px !important;
  /* Pill shape looks better when small */
  background: #0052D4 !important;
  /* Brand Elite Blue */
  border: none;
  box-shadow: 0 4px 15px rgba(0, 82, 212, 0.3);
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}

.small-cta i {
  font-size: 0.8rem;
  transition: transform 0.3s ease;
}

.small-cta:hover {
  background: #ffffff !important;
  color: #0052D4 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2);
}

.small-cta:hover i {
  transform: translateX(4px);
  /* Arrow nudges right on hover */
}


/* Product Navigation Styling */
.nav-item-link {
  text-decoration: none !important;
  display: block;
  transition: all 0.3s ease;
}

.nav-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 800;
  color: #e7ebf2;
  /* Soft gray for labels */
  letter-spacing: 2px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.nav-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #dcdee3;
  /* Deep tech navy */
  margin: 0;
  letter-spacing: -0.5px;
  transition: color 0.3s ease;
}

/* Hover Effects */
.nav-item-link:hover .nav-title {
  color: #dde1e7;
  /* Elite Blue on hover */
}

.nav-item-link:hover {
  transform: translateY(-2px);
}

.nav-grid-icon {
  display: inline-flex;
  padding: 10px;
  border-radius: 8px;
  background: #f8fafc;
  transition: 0.3s;
}

.nav-grid-icon:hover {
  background: #e5e6e9;
}

.nav-grid-icon:hover i {
  color: #ffffff !important;
}

/* Mobile Adjustments */
@media (max-width: 767px) {
  .nav-title {
    font-size: 1rem;
  }

  .nav-label {
    font-size: 0.6rem;
  }
}

/* Container Background to match your site's dark tech theme */
.product-nav-elite {
  background: #0f172a;
  /* Deep Tech Navy */
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.elite-nav-item {
  text-decoration: none !important;
  display: block;
  transition: 0.3s ease;
}

.elite-nav-label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  color: #64748b;
  /* Muted Slate */
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 6px;
  transition: 0.3s;
}

.elite-nav-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.5px;
  transition: 0.3s;
}

/* Hover States */
.elite-nav-item:hover .elite-nav-title {
  color: #0052D4;
  /* Brand Elite Blue */
}

.elite-nav-item:hover .elite-nav-label {
  color: #ffffff;
}

/* Central Icon Box Styling */
.elite-grid-box {
  width: 54px;
  height: 54px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.elite-grid-link:hover .elite-grid-box {
  background: #0052D4;
  border-color: #0052D4;
  transform: scale(1.1) rotate(90deg);
  box-shadow: 0 10px 30px rgba(0, 82, 212, 0.4);
}

/* Mobile Responsiveness */
@media (max-width: 767px) {
  .elite-nav-title {
    font-size: 1rem;
  }

  .elite-nav-label {
    font-size: 9px;
  }

  .elite-grid-box {
    width: 44px;
    height: 44px;
    font-size: 16px;
  }
}


/* --- Fix for Submenu going outside the screen --- */

/* Position the sub-menu to the LEFT of the main dropdown */
.dropdown-submenu.open-left .dropdown-menu {
  top: 0;
  left: auto !important;
  /* Reset the right-side position */
  right: 100%;
  /* Push it to the left */
  margin-right: 2px;
  transform: translateX(-10px);
  /* Slide in from left effect */
}

/* Updated Slide-in Animation for Left-opening menu */
.dropdown-submenu.open-left:hover>.dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

/* Fix the Arrow direction for Left-opening menu */
.dropdown-submenu.open-left>.dropdown-toggle::after {
  border-left: 0 !important;
  border-right: 0.3em solid !important;
  /* Arrow points left */
  float: left;
  margin-right: 10px;
  margin-top: 8px;
}

/* Ensure the main dropdown has enough z-index */
.dropdown-menu {
  z-index: 2000 !important;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2) !important;
  border-radius: 15px !important;
}
/* Ensure the main dropdown-menu has a clean base */
.dropdown-menu {
  border: none !important;
  border-radius: 18px !important;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15) !important;
  padding: 15px 0 !important;
  background: #ffffff !important;
}

/* Base style for all dropdown items */
.dropdown-item {
  padding: 10px 25px !important;
  font-weight: 600 !important;
  color: #0f172a !important;
  /* Deep Tech Navy */
  font-size: 14px !important;
  transition: all 0.3s ease;
}

/* .dropdown-item:hover {
  background-color: #0052D4 !important;
  
  color: #ffffff !important;
} */

/* SUBMENU POSITIONING FIX */
.dropdown-submenu {
  position: relative;
}

/* Position the Standard Connectors submenu to the LEFT */
.submenu-left {
  top: -15px !important;
  /* Align with top of main menu */
  right: 102% !important;
  /* Move to the left with a small gap */
  left: auto !important;
  visibility: hidden;
  opacity: 0;
  transform: translateX(10px);
  /* Small slide-in animation */
  transition: all 0.3s ease-in-out;
  display: block !important;
  /* Required for transition */
}

/* Show on Hover */
.dropdown-submenu:hover .submenu-left {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

/* Fix for the Chevron Icon */
.dropdown-submenu .bi-chevron-right {
  font-size: 10px;
  margin-left: 15px;
  transition: transform 0.3s;
}

.dropdown-submenu:hover .bi-chevron-right {
  transform: rotate(180deg);
  /* Visual cue for left-opening */
}

/* --- Elite Primary CTA Styling --- */
.primary-cta {
  background: #0052D4 !important;
  /* Matches image_dc9f8a button color */
  color: #ffffff !important;
  padding: 12px 35px !important;
  border-radius: 50px !important;
  /* Perfect Pill Shape */
  font-weight: 700 !important;
  font-size: 15px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  border: none !important;
  transition: all 0.4s ease !important;
  box-shadow: 0 4px 15px rgba(0, 82, 212, 0.3) !important;
}

.primary-cta i {
  margin-left: 10px;
  font-size: 14px;
  transition: transform 0.3s ease;
}

/* Hover Effect to match image_6ed9e8 behavior */
.primary-cta:hover {
  background: #0f172a !important;
  /* Deep Navy from your brand colors */
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(15, 23, 42, 0.4) !important;
}

.primary-cta:hover i {
  transform: translateX(5px);
  /* Arrow nudges right on hover */
}

/* Text styling consistency */
.drop-para {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 25px;
  letter-spacing: -0.2px;
}

/* new nav bar */



/* Reduce submenu box size */
.dropdown-submenu .dropdown-menu {
  padding: 5px 0;
  /* less vertical space */
  min-width: 244px;
  /* optional: reduce width */
}

/* Reduce each item spacing */
.dropdown-submenu .dropdown-item {
  padding: 4px 10px;
  /* smaller clickable area */
  font-size: 13px;
  /* slightly smaller text */
}

/* Reduce paragraph spacing inside submenu */
.dropdown-submenu p {
  margin: 2px 0;
  font-size: 9px;
  line-height: 1.2;
}

/* Reduce spacing around hr lines */
.dropdown-submenu hr {
  margin: 5px 0;
}








/* <navbar css---> */

@media (max-width: 991px) {

  /* Hide everything initially */
  .dropdown-menu {
    display: none;
  }

  /* Show only when explicitly toggled */
  .dropdown-menu.show {
    display: block;
  }

  /* Submenu hidden by default ALWAYS */
  .submenu-left {
    display: none !important;
  }

  /* Only show when clicked */
  .submenu-left.show {
    display: block !important;
  }
}



/* new changed */
/* Elite Dropdown Styling */
/* Elite Dropdown Styling - FIXED */
.elite-dropdown {
  padding: 0;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  /* overflow: hidden;  */
}

.elite-submenu-item {
  border-bottom: 1px solid #f1f5f9;
}

.elite-submenu-item:last-child {
  border-bottom: none;
}

.elite-submenu-item>a {
  padding: 12px 20px;
  font-weight: 600;
  color: #1e293b;
  transition: all 0.2s ease;
}

.elite-submenu-item>a:hover {
  background-color: #f8fafc;
  color: #0052D4;
}

/* Inner Submenu Styling - FIXED */
.elite-submenu-list {
  padding: 0;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.elite-submenu-list>li {
  padding: 12px 15px;
  border-bottom: 1px solid #f1f5f9;
  transition: background-color 0.2s ease;
}

.elite-submenu-list>li:hover {
  background-color: #f8fafc;
}

.elite-submenu-list>li.border-bottom-0 {
  border-bottom: none !important;
}

.elite-submenu-list a.dropdown-item {
  padding: 0;
  background: transparent !important;
}

/* =========================================
   DESKTOP HOVER FIX FOR SUBMENU
========================================= */
@media (min-width: 992px) {
  .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu:hover>.dropdown-menu {
    display: block;
    top: 0;
    left: 100%;
    /* ಬಲಭಾಗಕ್ಕೆ ಓಪನ್ ಆಗಲು */
    margin-top: -1px;
  }

  .dropdown-submenu:hover>.submenu-left {
    left: auto;
    right: 100%;
  }
}

/* Premium Product Navigation Styling */
.elite-prod-nav {
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.elite-nav-link {
  text-decoration: none !important;
  transition: opacity 0.3s ease;
  flex: 1;
}

.elite-nav-link:hover {
  opacity: 0.7;
}

.elite-nav-label {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  margin-bottom: 8px;
  display: block;
  color: #ffffff;
  /* ಟೆಕ್ಸ್ಟ್ ಕಲರ್ */
  text-transform: uppercase;
}

.elite-nav-title {
  font-size: 1.6rem;
  font-weight: 800;
  margin: 0;
  color: #ffffff;
  line-height: 1.2;
}

.elite-grid-btn {
  background-color: #ffffff;
  width: 60px;
  height: 70px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.elite-grid-btn:hover {
  transform: translateY(-5px);
}

.elite-grid-btn i {
  font-size: 26px;
  color: #0f172a;
}

/* Mobile View Adjustments */
@media (max-width: 576px) {
  .elite-nav-label {
    font-size: 0.65rem;
    margin-bottom: 4px;
  }

  .elite-nav-title {
    font-size: 1.1rem;
  }

  .elite-grid-btn {
    width: 45px;
    height: 55px;
    border-radius: 12px;
  }

  .elite-grid-btn i {
    font-size: 20px;
  }

  .nav-text-break {
    display: block;
    
  }
}

/* =========================================
       PRODUCT NAVIGATION - MOBILE FIX
    ========================================= */
@media (max-width: 576px) {


  .product-navigation.py-5 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .product-navigation .nav-label {
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 3px;
    display: block;
  }

  .product-navigation .nav-title {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 700;
  }

  .product-navigation .nav-grid-icon i {
    font-size: 20px !important;
  }

  .product-navigation .row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .product-navigation .col-5,
  .product-navigation .col-2 {
    padding-left: 5px;
    padding-right: 5px;
  }
}