/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url('https://fonts.googleapis.com/css2?family=Farsan&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&display=swap');

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}
p, h1, h2, h3, h4, h5, h6, span, div {
  word-break: normal !important;
  overflow-wrap: break-word !important;
  hyphens: none !important;
}

html, body {
  font-weight: 400;
  font-family: "Parkinsans", sans-serif;
  background-color: #fff;
  font-size: clamp(14px, 1.2vw, 15px);
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    word-break: normal;
  overflow-wrap: break-word;
  hyphens: auto;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #2a2a2a;
   font-family: "Farsan", cursive;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: clamp(14px, 1.2vw, 15px);
  line-height: 1.8;
  color: #7a7a7a;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  overflow-x: hidden;
  width: 100%;
}/*
  --color-primary:#1a2a6c;
  --color-secondary:#F81101;*/
:root{
    --color-primary:#211832;
  --color-secondary:#F87B1B;
}
::selection {
  background: var(--color-primary);
  color: #fff;
}
::-moz-selection {
  background: var(--color-primary);
  color: #fff;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px; 
}
::-webkit-scrollbar-track {
  background:var(--bs-light);
}
::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: var(--bs-dark);
}
/* Firefox */
scrollbar-width: thin;
scrollbar-color: var(--primary-color) #0388c6;f

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}
.accent-color{
  color: var(--color-secondary);
  font-weight: 700;
}

.border-button a {
  font-size: clamp(0.8125rem, 0.5vw + 0.6rem, 0.9375rem);
  color: #fff;
 background-image: linear-gradient(30deg, var(--color-secondary), var(--color-primary));
 border-radius: 5px;
  padding: clamp(0.5rem, 1vw + 0.2rem, 0.625rem) 
           clamp(1rem, 2vw + 0.5rem, 1.875rem);
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
}
.border-button a:hover {
 background-position: right center;
 background-size: 200% auto;
 -webkit-animation: pulse 2s infinite;
 animation: pulse512 1.5s infinite;
}
@keyframes pulse512 {
 0% {
  box-shadow: 0 0 0 0 var(--color-primary);
 }
 70% {
  box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
 }
 100% {
  box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
 }
}
.main-button a {
  font-size: clamp(14px, 1.2vw, 15px);
  color:#fff;
 background-image: linear-gradient(30deg, var(--color-secondary), var(--color-primary));
  border-radius: 20px;
  padding: clamp(8px, 1vw, 12px) clamp(20px, 2vw, 32px);
  display: inline-block;
  font-weight: 500;
  border-radius: 0;
  text-transform: capitalize;
  letter-spacing: 0.5px;
   -webkit-animation: pulse 2s infinite;
 animation: pulse512 1.5s infinite;
  transition: all .3s;
}
.main-button a:hover {
  background-color: var(--color-secondary);
  color:#fff;
}
.main-button a i {
  display: inline-block;
}
@keyframes arrow-slide-snap {
  0%   { transform: translateX(0); }
  50%  { transform: translateX(10px); } 
  80%  { transform: translateX(0); }   
  100% { transform: translateX(0); }
}
.main-button a i {
  animation: arrow-slide-snap 1.8s ease-in-out infinite;
}
.section-heading {
  position: relative;
  z-index: 2;
  margin-top: 0px;
}

.section-heading h6 {
  font-size: clamp(0.8rem, 1.5vw, 0.95rem);
  text-transform: uppercase;
  color: var(--color-primary);
  font-weight: 400;
  letter-spacing: 1px; 
}

.section-heading h5 {
  line-height: clamp(1.5rem, 3.5vw, 2rem); 
  font-size: clamp(1.25rem, 2.5vw, 1.5rem); 
}

.section-heading h4 {
  margin-top: 0.625rem; 
  line-height: clamp(1.8rem, 4vw, 2.25rem); 
  font-size: clamp(1.5rem, 3vw, 1.875rem); 
  font-weight: 700;
  text-transform: capitalize;
  color: #212741;
}


.section-heading h4 em {
  color: var(--color-primary);
  font-style: normal;
}

.section-heading p {
  margin-top: 30px;
}


/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/
.header-area {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  height: 70px;
  background-color: rgba(255,255,255,0.55);
  z-index: 100;
    -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all 0.5s ease;
}

.header-area.background-header {
  position: fixed;
  left: 0;
  right: 0;
  height: 70px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
  z-index: 110;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
  display: flex
}
.header-area .main-nav .logo {
  flex-basis: 20%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo img {
  max-width: 5rem;
}

.background-header .main-nav .logo {
  width: 5rem;
}

.header-area .main-nav .nav {
  flex-basis: 60%;
  height: 70px;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.nav {
  justify-content: center;
}

.header-area .main-nav .nav li:first-child {
  padding-left: 60px;
}

.header-area .main-nav .nav > li:last-child {
  padding-right: 60px !important;
}
.header-area .main-nav .nav li.has-sub:last-child:after {
  right: 40px; 
}


.header-area .main-nav .nav li {
  padding-left: 30px;
  padding-right: 30px;
  background-color: var(--color-primary);
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  font-family: "Parkinsans", sans-serif;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 70px;
  line-height: 70px;
  border: transparent;
  letter-spacing: 1px;
}
.header-area .main-nav .nav li a.active{
  color: var(--color-secondary) !important;
  border-bottom: 3px solid var(--color-secondary) !important;
}
.header-area .main-nav .border-button {
  flex-basis: 20%;
  margin-top: 13px;
  text-align: right;
}


.header-area .main-nav .nav li.has-sub ul.sub-menu li:last-child a:hover,
.background-header .main-nav .nav li.has-sub ul.sub-menu li:last-child a:hover {
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: var(--color-secondary);
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 2px;
  top: 25px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 160px;
  background-color: #fff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 70px;
  border-radius: 0px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #fff !important;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: var(--color-primary)!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 20px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 17px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #2a2a2a;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #2a2a2a;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #2a2a2a;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #2a2a2a;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #2a2a2a;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #2a2a2a;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #2a2a2a;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #2a2a2a;
}

.header-area.header-sticky {
  min-height: 70px;
}

.header-area.header-sticky .nav li a.active {
  color: #fff;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav .nav {
    height: auto;
    flex-basis: 100%;
  }
  .header-area .main-nav .logo {
    position: absolute;
    left: 30px;
    top: 15px;
  }
  .background-header .main-nav .logo {
    top: 0px;
  }
  .background-header .main-nav .border-button {
    top: 0px !important;
  }
  .header-area .main-nav .border-button {
    position: absolute;
    top: 15px;
    right: 70px;
  }
  .header-area .main-nav .nav li a.active{
  border-bottom: 0px solid var(--color-secondary) !important;
}
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: var(--color-primary)!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
   background-color: rgba(255,255,255,0.55);
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }
  .background-header.header-sticky .nav {
    margin-top: 70px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff !important;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    color: var(--color-primary)!important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}
.top-bar {
  background: var(--color-primary);
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  height: 35px !important;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 110; 
}

.top-bar i {
  margin-right: 5px;
  color: var(--color-secondary);
}



/*
--------------------------------------------
PopUp Style
--------------------------------------------
*/

#lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}

section.popupBody {
  margin-top: 0px;
}

.popupContainer {
  position: absolute;
  width: 330px;
  height: auto;
  left: 45%;
  top: 60px;
  background: #FFF;
}

.btn {
  padding: 10px 20px;
 background-image: linear-gradient(30deg, var(--color-secondary), var(--bs-dark));
  color: #fff;
  transition: all .4s ease;
}

.btn_red {
  background: var(--color-primary);
  color: #FFF;
}

.btn:hover {
  background:var(--color-primary);
  color: #fff !important;
}

.btn_red:hover {
  color: #2a2a2a;
  background: #E4E4E2;
}

a.btn {
  color: #fff;
  text-align: center;
  text-decoration: none;
}

a.btn_red {
  color: #FFF;
}

.one_half {
  width: 50%;
  display: block;
  float: left;
}

.one_half.last {
  width: 45%;
  margin-left: 5%;
}

.popupHeader {
  font-size: 16px;
  text-transform: uppercase;
}

.popupHeader {
  background: #F4F4F2;
  position: relative;
  padding: 10px 20px;
  border-bottom: 1px solid #DDD;
  font-weight: bold;
}

.popupHeader .modal_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 15px;
  background: var(--color-primary);
  cursor: pointer;
  color: #fff;
  font-size: 16px;
}

.popupBody {
  padding: 20px;
}

.social_login .social_box {
  display: block;
  clear: both;
  padding: 10px;
  margin-bottom: 10px;
  background: #F4F4F2;
  overflow: hidden;
}

.social_login .icon {
  display: inline-block;
  
  padding: 5px 10px;
  margin-right: 10px;
  float: left;
  color: #FFF;
  font-size: 16px;
  text-align: center;
}

.social_login .fb .icon {
  background: #3B5998;
}

.social_login .google .icon {
  background: #DD4B39;
}

.social_login .icon_title {
  display: block;
  padding: 5px 0;
  float: left;
  font-weight: bold;
  font-size: 16px;
  color: #777;
}

.social_login .social_box:hover {
  background: #E4E4E2;
}

.centeredText {
  color: #afafaf;
  text-align: center;
  margin: 20px 0;
  clear: both;
  overflow: hidden;
  text-transform: capitalize;
}

.user_login label {
  color: #afafaf;
}

.action_btns {
  clear: both;
  overflow: hidden;
}

.action_btns a {
  display: block;
}
/* User Login Form */

.user_login {
  display: none;
}

.user_login label {
  display: block;
  margin-bottom: 5px;
}

.user_login input[type="text"],
.user_login input[type="email"],
.user_login input[type="password"] {
  display: block;
  width: 90%;
  padding: 10px;
  border: 1px solid #DDD;
  color: #666;
}

.user_login input[type="checkbox"] {
  float: left;
  margin-right: 10px;
  width: 22px;
  height: 22px;
}

.user_login input[type="checkbox"]+label {
  float: left;
}

.user_login .checkbox {
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
}

.forgot_password {
  display: block;
  margin: 20px 0 10px;
  clear: both;
  overflow: hidden;
  text-decoration: none;
  color: var(--color-primary);
  transition: all .3s;
}
/* User Register Form */

.user_register {
  display: none;
}

.user_register label {
  color: #afafaf;
  display: block;
  margin-bottom: 5px;
}

.user_register input[type="text"],
.user_register input[type="email"],
.user_register input[type="password"] {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #DDD;
  color: #666;
}

.user_register input[type="checkbox"] {
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 8px;
}

.user_register input[type="checkbox"]+label {
  float: left;
  color: #afafaf;
}

.user_register .checkbox {
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  padding: 0;
}

.hero .carousel {
  width: 100%;
  min-height: calc(100vh - 100px);
  padding: 0;
  margin: 0;
  background-color: var(--color-primary);
  position: relative;
}

.hero img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero .carousel-item {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hero .carousel-item:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 60%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero .carousel-container {
  position: absolute;
  inset: 90px 24px 64px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 3;
}

.hero h2 {
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  animation: fadeInDown 1s both;
}
.hero p{
  color: #ffffff;
}
@media (max-width: 768px) {
  .hero h2 {
    font-size: 30px;
  }
}

.hero p {
  animation: fadeInDown 1s both 0.2s;
}

@media (min-width: 1024px) {

  .hero h2,
  .hero p {
    max-width: 60%;
  }
}

.hero .btn-get-started {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  animation: fadeInUp 1s both 0.4s;
}

.hero .btn-get-started:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}
.hero .carousel-control-prev .custom-carousel-icon img,
.hero .carousel-control-next .custom-carousel-icon img {
  width: 40px;  
  height: 40px;  
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  opacity: 0.5;
}

.hero .carousel-control-prev:focus,
.hero .carousel-control-next:focus {
  opacity: 0.5;
}

.hero .carousel-control-prev:hover,
.hero .carousel-control-next:hover {
  opacity: 0.9;
}

@media (min-width: 1024px) {

  .hero .carousel-control-prev,
  .hero .carousel-control-next {
    width: 5%;
  }
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}


@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}


/*
---------------------------------------------
featured
---------------------------------------------
*/ 

section.featured-items {
  margin-top: -15px;
  background-image: url('../images/tm-144.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.featured-items .item .thumb {
  position: relative;
  border:2px  solid var(--color-primary);
  border-radius: 15px;
  transition: all 0.3s;
  aspect-ratio: 3/4;
}

.featured-items .item .thumb img {
  border-radius: 15px;
  aspect-ratio: 3/4;
}

.featured-items .item .thumb:hover {
   border-radius: 15px;
}

.featured-items .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-35px);
}

.featured-items .owl-nav .owl-prev {
  position: absolute;
  left: -70px;
}

.featured-items .owl-nav .owl-next {
  position: absolute;
  right: -70px;
}

.featured-items .owl-nav .owl-prev span,
.featured-items .owl-nav .owl-next span  {
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 24px;
  display: inline-block;
  color: #fff;
  background-color: var(--color-primary);
  border-radius: 50%;
  opacity: 0.75;
  transition: all .3s;
}

.featured-items .owl-nav .owl-prev span:hover,
.featured-items .owl-nav .owl-next span:hover {
  opacity: 1;
}
/*
---------------------------------------------
about
---------------------------------------------
*/ 
.about-section{
background: linear-gradient(
              135deg,
              rgba(33, 24, 50, 0) 0%,
              rgba(33, 24, 50, 1) 70%,
              rgba(33, 24, 50, 1) 100%
            ),
            url("../images/tm-93.jpg") center/cover no-repeat;
  margin-top: 0;
}
.about-section .img-container {
    position: relative;
    width: 100%;
    padding-bottom: 100%; 
    aspect-ratio: 1/1;
}
.about-section .img-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(-1);
    object-fit: fill;
    z-index: 2;
}
.about-section .img-overlap {
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 70%;
    height: 70%;
    object-fit: cover;
    border: 10px solid rgba(33, 24, 50, 1);
    z-index: 3;
}
.about-section p{
  font-size: clamp(13px, 1.2vw, 15px);
}
.about-section .about-button a {
  font-size: clamp(14px, 1.2vw, 15px);
  color:#fff;
   background-image: linear-gradient(30deg, var(--color-secondary), var(--bs-dark));
  padding: clamp(8px, 1vw, 12px) clamp(20px, 2vw, 32px);
  display: inline-block;
  font-weight: 500;
  border-radius: 0;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  -webkit-animation: pulse512 1.5s infinite;
  animation: pulse512 1.5s infinite;
  transition: all .3s;
}
.about-section .about-button a:hover {
  background-color: var(--color-secondary);
  color:#fff;
}
@keyframes shake-zoom-pause {
  0%   { transform: scale(1) rotate(0deg); }
  10%  { transform: scale(1.15) rotate(-10deg); }
  20%  { transform: scale(1.15) rotate(10deg); }
  30%  { transform: scale(1.15) rotate(-10deg); }
  40%  { transform: scale(1.15) rotate(10deg); }
  50%  { transform: scale(1.15) rotate(-10deg); }
  60%  { transform: scale(1.15) rotate(10deg); }
  70%  { transform: scale(1.15) rotate(-10deg); }
  80%  { transform: scale(1.15) rotate(10deg); }
  85%  { transform: scale(1.05) rotate(0deg); }
  90%  { transform: scale(1) rotate(0deg); }
  100% { transform: scale(1) rotate(0deg); } 
}
.about-section .about-button a i {
  display: inline-block;
  animation: shake-zoom-pause 1.5s ease-in-out infinite;
  animation-delay: 3s;
}
.about-page .img-container {
    position: relative;
    width: 100%;
    padding-bottom: 100%; 
    aspect-ratio: 1/1;
}
.about-page .img-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}
.about-page .img-overlap {
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 70%;
    height: 70%;
    object-fit: cover;
    z-index: 3;
}
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--color-secondary);
}
.section-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--color-primary) !important;
}
.whyus{
  background: linear-gradient(
              to top,
              rgba(33, 24, 50, 0) 0%,
              rgba(255, 255, 255, 1) 70%,
              rgba(255, 255, 255, 1) 100%
            ),
            url("../images/tm-87.jpg") center/cover no-repeat;
}
.whyus .img-container {
    position: relative;
    width: 100%;
    padding-bottom: 100%; 
    aspect-ratio: 1/1;
}
.whyus .img-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    z-index: 2;
}
.whyus .img-overlap {
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 70%;
    height: 70%;
    object-fit: cover;
    z-index: 3;
}
.why-choose-list .why-icon {
    width: 10rem;     
    height: 10rem;
    object-fit: contain;
    display: block;
    margin: 0 auto;  
}
.why-choose-list p{
  color:var(--bs-dark);
  text-transform: uppercase;
}
@media (max-width: 768px) {
    .why-choose-list .why-icon {
        width: 8rem;
        height: 8rem;
    }
}
/*** Testimonial Start ***/
.testimonial-section{
  background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,0.5)), url('../images/tm-129.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.testimonial .testimonial-carousel {
    position: relative;
}

.testimonial .testimonial-carousel .testimonial-item .testimonial-img {
    position: relative;
    width: 100px; 
    height: 100px; 
    aspect-ratio: 1/1;
    top: 0; left: 50%; 
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.testimonial .testimonial-carousel .testimonial-item .testimonial-img img{
    width: 100%; 
    height: 100%; 
    border-radius: 50%;
    object-fit: cover;
}
.testimonial .testimonial-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-light);
    border: 1px solid var(--color-primary);
    border-radius: 10px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-dot.active {
    width: 40px;
    background: var(--color-secondary);
}

.testimonial .testimonial-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -55px;
    left: 0;
    padding: 5px 30px;
    border: 1px solid var(--color-primary);
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: -55px;
    right: 0;
    padding: 5px 30px;
    border: 1px solid var(--color-primary);
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev i,
.testimonial .testimonial-carousel .owl-nav .owl-next i {
    color: var(--color-primary);
    font-size: 17px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--color-primary);
}

.testimonial .testimonial-carousel .owl-nav .owl-prev:hover i,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover i {
    color: var(--bs-white);
}
.testimonial-item {
    transform: perspective(1000px) rotateY(25deg) scale(0.9);
    transition: all 0.8s ease;
}

/* Left*/
.owl-item.active .testimonial-item,
.owl-item:first-child .testimonial-item {
    transform: perspective(1000px) rotateY(30deg) scale(0.85);
}

/* Right */
.owl-item:last-child .testimonial-item,
.owl-item.active + .owl-item .testimonial-item {
    transform: perspective(1000px) rotateY(-30deg) scale(0.85);
}

/* Center */
.owl-item.center .testimonial-item {
    transform: perspective(1000px) rotateY(0deg) scale(1) !important;
}
.testimonial-comment{
    background-color: #1a1a1a !important;
    opacity: 0.8;
}
.testimonial .testimonial-carousel .owl-item.center .testimonial-item .testimonial-comment {
  background-color: #1a1a1a !important;
  border: 1px solid #fff;
  background-position: center center;
  opacity: 1;
  border-radius: 0 18px 0 18px !important;
  transition: 0.5s;
}
.testimonial .testimonial-carousel .owl-item.center .testimonial-item .testimonial-comment p{
  color:#ccc;
}
.testimonial .testimonial-carousel .owl-item.center .testimonial-item .testimonial-img img{
    border: 5px solid var(--color-secondary); 
    border-style: solid;
    transition: 0.5s;
}
/*** Testimonial End ***/
/*---------------------------------------
  PARTNERS              
-----------------------------------------*/
.partners-section {
  text-align: center;
}
.partners-section .container-fluid{
  background-image: url('../images/tm-199.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
    padding-top: 25px;
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
}
.partners-section h1{
  color: var(--color-primary);
  font-weight: 800;
}
.partners-section-title {

}

.counter-number {
  font-size: clamp(2rem, 4vw + 1rem, 3.5rem); 
  font-weight: 700;
  color: var(--color-secondary) !important;
}

.counter-label {
  text-transform: uppercase;
  font-size: clamp(0.9rem, 1vw + 0.4rem, 1.1rem); /* responsive <p> */
  margin-top: 0.5rem;
  font-weight: 500;
}
/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action{
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)),url(../images/tm-100b.jpg);  background-size: 100% 100% !important; 
  height: 100vh; 
  display: flex; 
  align-items: flex-end;   
  justify-content: center; 
  padding: 0;
  color: #ffffff !important;
  text-align: center;
}
@media (max-width: 992px) {
  .call-to-action{
    height: 50vh !important; 
  }
}
.call-to-action .content {
}

.call-to-action .content h3 {
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff !important;
}

.call-to-action .content .form-subscribe .form-control {
  border: 2px solid var(--color-primary);
  background: transparent;
  border-radius: 0;
}

.call-to-action .content .form-subscribe input[type=email] {
  height: 63px !important;
  color: var(--color-primary);
}

.call-to-action .content .form-subscribe input[type=email]:focus {
  box-shadow: none;
}

.call-to-action .content .form-subscribe input[type=email]::placeholder {
  color: #ffffff !important;
  opacity: 0.7;
}

.call-to-action .content .loading,
.call-to-action .content .error-message,
.call-to-action .content .sent-message {
  margin-top: 15px;
}

.call-to-action .content .btn {
  color: var(--bs-white);
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 0;
}

.call-to-action .content .btn:hover,
.call-to-action .content .btn:active,
.call-to-action .content .btn:focus {
  box-shadow: none;
  outline: none;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
}
.form-subscribe .loading,
.form-subscribe .error-message,
.form-subscribe .sent-message {
  display: none;
}

/*
---------------------------------------------
popular categories
---------------------------------------------
*/ 

section.popular-categories {
  padding: 0px 65px;
}

section.popular-categories .main-button {
  text-align: right;
}

.popular-item {
  border: 1px solid var(--color-primary);
  border-radius: 0 0 0 0; 
  display: flex;
  flex-direction: column;
  background-color:var(--bs-light);
  height: 100%;
}

.popular-item .top-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px;
}

.popular-item h4 {
  font-size: clamp(16px, 2vw, 20px);
  margin-top: 5px;
  font-weight: 700;
  color:#var(--color-primary);
  margin-bottom: 12px;
}
.popular-item span em {
  font-style: normal;
  font-size: clamp(13px, 1.2vw, 15px);
  font-weight: 500;
  padding: 5px 8px;
  color: var(--color-secondary);
  margin-right: 10px;
}

.popular-item span {
  color: #afafaf;
  font-weight: 400;
}

.popular-item img {
}

.popular-item .thumb {
  position: relative;
  overflow: hidden;
  margin-top: auto;
}
.popular-item .thumb img{
  aspect-ratio: 1/1;
  border-radius: 0; 
  transition: all .3s ease-in-out;
}
.popular-item .thumb img:hover{
  transform: scale(1.1);
}
.popular-item .thumb span.category {
  font-size: clamp(13px, 1.2vw, 15px);
  color: var(--color-primary);
  background-color: #fff;
  border-radius: 10px;
  font-weight: 500;
  position: absolute;
  left: 15px;
  top: -60px;
  padding: 8px 12px;
  opacity: 0;
  transition: all .3s;
}

.popular-item .thumb span.likes {
  font-size: 15px;
  color: var(--color-primary);
  background-color: #fff;
  border-radius: 10px;
  font-weight: 500;
  position: absolute;
  right: 15px;
  top: -60px;
  padding: 8px 12px;
  opacity: 0;
  transition: all .3s;
}

.popular-item .thumb:hover span.category,
.popular-item .thumb:hover span.likes {
  top: 15px;
  opacity: 1;
}

.popular-item .border-button {
  margin-top: 30px;
}

.popular-item .border-button a {
  width: 100%;
  text-align: center;
}

/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.footer-modern {
  background-color:var(--bs-light);
  color: var(--color-primary);
  font-size: clamp(14px, 1.4vw, 15px);
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.footer-heading {
  font-size: clamp(18px, 2vw, 22px);
  margin-bottom: 1rem;
  color: var(--color-primary);
  font-weight: 600;
  position: relative;
}

.footer-heading::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background-color:var(--color-secondary);
  border-radius:50%;
  margin-top: 8px;
}

.footer-modern p,
.footer-modern .form-label {
  font-size: clamp(14px, 1.2vw, 16px);
  color: var(--color-primary);
  line-height: 1.7;
  margin-bottom: 10px;
}

.footer-modern .footer-link {
  display: block;
  color:var(--color-primary);
  text-decoration: none;
  margin-bottom: 8px;
  font-size: clamp(14px, 1.3vw, 15px);
  transition: color 0.3s ease;
}

.footer-modern .footer-link:hover {
  color:var(--color-secondary);
  text-decoration: underline;
}

.footer-modern .text-accent {
  color: var(--color-secondary);
}

.footer-modern .btn-accent {
  background-color: #f48538;
  border: none;
  padding: 0.4rem 0.9rem;
  font-size: clamp(14px, 1.3vw, 15px);
}

.footer-modern .btn-accent:hover {
  background-color: #d96f24;
}

.footer-modern input[type="email"] {
  font-size: clamp(13px, 1.2vw, 15px);
  border-radius: 0;
  border: none;
  padding: 0.5rem;
}

.footer-modern hr {
  border-color: #ccc !important;
}

.footer-modern .small {
  font-size: clamp(13px, 1.2vw, 14px);
  color: var(--color-primary);
}

.footer-modern .text-decoration-none:hover {
  color: #f48538;
}


.slider-heading-swiper {
  position: relative;
  height: 90vh;
  overflow: hidden;
}

.slider-heading-container {
  height: 100%;
}
.slider-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: relative;
}
.slider-heading-container .swiper-slide {
  opacity: 0 !important;     
  transition: opacity 1s ease-in-out;
}

.slider-heading-container .swiper-slide-active {
  opacity: 1 !important;     
}
.slider-slide .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}

.slider-heading-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
}

.slider-heading-content h2 {
  color: #fff;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: clamp(2.5rem, 6vw, 4.625rem);
  font-weight: 700;
}

.slider-heading-content h2 em {
  font-style: normal;
  color: var(--color-secondary);
}

.slider-heading-content p {
  color: #fff;
  padding: 10px 0px;
  margin: 40px 5px 0px 5px;
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  line-height: 1.6;
  border-top: 2px solid rgba(250, 250, 250, 0.2);
}

/* 
---------------------------------------------
page heading
--------------------------------------------- 
*/
.page-heading {
  background: linear-gradient(
      rgba(0, 0, 0, 0.5),  
      rgba(0, 0, 0, 0.5)    
    ),
    url(../images/tm-199.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  height: 80vh;
  display: flex;
  align-items: center;
  text-align: center;
  background-color: #2a2a2a;
  padding-top: 105px; 
  box-sizing: border-box; 
}
@media (max-width: 992px) {
  .page-heading {
    padding-top: 130px; 
  }
}
.page-heading h2 {
  color: #fff;
  font-size: clamp(2rem, 5vw, 4rem);  
  line-height: clamp(2.5rem, 6vw, 4.625rem); 
  font-weight: 700;
}

.page-heading h2.space-need {
  padding: 0px 30px;
}

.page-heading h2 em {
  font-style: normal;
  color: var(--color-secondary);
}

.page-heading p {
  color: #fff;
  padding: 10px 0px;
  margin: 40px 5px 0px 5px;
  font-size: clamp(0.9rem, 1.5vw, 1.1rem); 
  line-height: 1.6;
  border-top: 2px solid rgba(250,250,250,0.2);
}

.page-heading h6 {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid rgba(250,250,250,0.2);
  font-size: clamp(1rem, 2vw, 1.25rem); 
  color: #fff;
}

.page-heading .main-content {
  margin-top: 30px;
}

.page-heading .main-content .days, .page-heading .main-content .hours, .page-heading .main-content .minutes, .page-heading .main-content .seconds {
  width: 20%;
}
.page-heading .main-content .counter div {
  margin: 0 2px;
  display: inline-block;
  text-align: center; 
}
@media (min-width: 992px) {
  .page-heading .main-content .counter div {
    margin: 0px 10px; 
  } 
}
.page-heading .main-content .counter div .value {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 10px;
  display: inline-block;
  position: relative; 
}

.page-heading .main-content .counter div span {
  display: block;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}

/* 
---------------------------------------------
Categories Page
--------------------------------------------- 
*/

.top-categories {
  margin-top: -100px;
}

.top-categories .item {
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 30px;
}

.top-categories .item .icon {
  background-color: #f7f7f7;
  width: 75px;
  height: 75px;
  display: inline-block;
  text-align: center;
  line-height: 75px;
  border-radius: 10px;
}

.top-categories .item .icon img {
  max-width: 36px;
  border-radius: 0px;
}

.top-categories .item h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 10px;
}

.top-categories .item span {
  font-size: 15px;
  color: #afafaf;
  display: block;
}

.top-categories .item span.counter {
  margin-top: 10px;
  font-style: normal;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 8px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: var(--color-primary);
  background-color: #fff;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 6%);
  margin-right: 10px;
}
.featured-contests{
}
.featured-contests .item  {
  margin-bottom: 30px;
}

.featured-contests .item .thumb {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.featured-contests .item .thumb  img {
  aspect-ratio: 4/3;
  object-fit: fill;
}

.featured-contests .item .hover-effect {
  right: 15px;
  bottom: 15px;
  width: 90%;
  transition: all .5s;
  width: 100%;
}

.featured-contests .item .thumb:hover .hover-effect {

}

.featured-contests .item .hover-effect .content {
  background-color: #fff;
  border-radius:15px 15px 0 0;
  padding: 25px 20px;
}

.featured-contests .item .hover-effect .content .top-content {
  margin-bottom: 20px;
}

.featured-contests .item .hover-effect .content .top-content span.award {
  font-size: 15px;
  color:#ffffff;
  background-color: var(--color-secondary);
  border-radius: 10px;
  padding: 8px 12px;;
}

.featured-contests .item .hover-effect .content .top-content span.price {
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-primary);
}

.featured-contests .item .hover-effect .content h4 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 20px;
}

.featured-contests .item .hover-effect .content img {
  border-radius: 15px;
}

.featured-contests .item .hover-effect .content .info {
  display: flex;
  width: 100%;
}

.featured-contests .item .hover-effect .content span.participants {
  font-size: 13px;
  font-weight: 500;
  color: #afafaf;
  flex-basis: 50%;
}

.featured-contests .item .hover-effect .content span.participants img {
  border-radius: 0px;
  max-width: 24px;
  margin-bottom: 8px;
}

.featured-contests .item .hover-effect .content span.submittions {
  font-size: 15px;
  font-weight: 500;
  color: #afafaf;
  flex-basis: 50%;
  display: inline-block;
  text-align: right;
}

.featured-contests .item .hover-effect .content span.submittions img {
  border-radius: 0px;
  max-width: 24px;
  margin-bottom: 8px;
}

.featured-contests .item .hover-effect .content .border-button {
  margin-top: 15px;
  margin-bottom: 0px;
}

.featured-contests .item .hover-effect .content .border-button a {
  width: 100%;
  text-align: center;
  padding: 10px 20px;
}

.featured-contests .item .hover-effect .content span.info {
  font-size: 15px;
  display: inline-block;
  text-align: center;
  color: #afafaf;
}
/* 
---------------------------------------------
Users Page
--------------------------------------------- 
*/

.user-info {
  text-align: center;
  margin-top: -85px;
}

.user-info h4 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 30px;
}

.user-info .avatar img {
  max-width: 170px;
  border-radius: 50%;
}

.user-info .info {
  margin-top: 30px;
  padding: 30px;
  border-radius: 15px;
  border: 1px solid #afafaf;
}

.user-info .info h4 {
  margin-top: 0px;
}

.user-info .info h6 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
}

.user-info .info span {
  font-size: 15px;
  color: #afafaf;
  display: block;
  margin-top: 5px;
}

section.portfolio {
  padding: 80px 0px;
  background-color: #f7f7f7;
}

section.portfolio .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 30px;
}

section.portfolio .thumb:hover .hover-effect {
  opacity: 1;
  visibility: visible;
}

section.portfolio .thumb .hover-effect {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(42, 42, 42, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

section.portfolio .thumb .hover-effect .content {
  text-align: center;
  padding: 30px;
  display: inline-block;
  width: 100%;
}

section.portfolio .thumb .hover-effect .content h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}

section.portfolio .thumb .hover-effect .content span {
  font-size: 15px;
  color: #fff;
  margin: 10px;
}

section.portfolio .thumb .hover-effect .content span em {
  font-style: normal;
  font-weight: 700;
}

section.portfolio .thumb .hover-effect .content ul {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

section.portfolio .thumb .hover-effect .content ul li {
  display: inline-block;
  margin: 0px 5px;
}

section.portfolio .thumb .hover-effect .content ul li a {
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  border-radius: 10px;
  background-color: #fff;
  color: #2a2a2a;
  font-size: 15px;
  transition: all .3s;
}

section.portfolio .thumb .hover-effect .content ul li a:hover {
  background-color: var(--color-primary);
  color: #fff;
}

section.portfolio .main-button {
  text-align: center;
  margin-top: 30px;
}

section.contact-us .info-item {
  text-align: center;
  padding: 30px;
  position: relative;
  z-index: 2;
  background-color: var(--color-primary);
  border-radius: 15px;
  align-items: center;
  justify-content: center;
  transition: all .5s;
}

section.contact-us .info-item i {
  font-size: 32px;
  background-color: var(--color-secondary);
  color: #fff;
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  margin-bottom: 25px;
}

section.contact-us .info-item h4 {
  font-size: 25px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 12px;
}

section.contact-us .info-item a {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  transition: all 0.3s;
}

section.contact-us .info-item a:hover {
  color: var(--color-secondary);
}

#contact {
  margin-top: 60px;
}

#contact input {
  width: 100%;
  height: 50px;
  background-color: #f7f7f7;
  color: #2a2a2a;
  border-radius: 5px;
  border: none;
  padding: 0px 15px;
  font-size: 14px;
  outline: none;
  margin-bottom: 30px;
  transition: all .3s;
}
#contact label{
  font-weight:700;
}

#contact textarea {
  width: 100%;
  height: 180px;
  max-height: 24px;
  min-height: 150px;
  background-color: #f7f7f7;
  color: #2a2a2a;
  border-radius: 10px;
  border: none;
  padding: 15px 15px;
  font-size: 14px;
  outline: none;
  margin-bottom: 30px;
  transition: all .3s;
}

#contact input:focus,
#contact textarea:focus {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}
#contact input[type="checkbox"].form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: middle;
  cursor: pointer;
  appearance: auto; /* reset if it was removed */
}

#contact input::placeholder, 
#contact textarea::placeholder {
  color: #212741;
}
#contact button.orange-button {
  font-size: 14px;
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: var(--color-primary);
  padding: 12px 30px;
  display: inline-block;
  border-radius: 10px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  border: 1px solid var(--color-primary);
  transition: all .3s;
}

#contact button.orange-button:hover {
  background-color: transparent;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}


/* 
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/

body {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    display: none;
  }
  .featured-items .owl-nav .owl-next,
  .closed-contests .owl-nav .owl-next {
    right: -10px !important;
  }
  .featured-items .owl-nav .owl-prev,
  .closed-contests .owl-nav .owl-prev {
    left: -10px !important;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav .nav li:first-child {
    padding-left: 15px !important;
  }
  .header-area .main-nav .nav li:last-child {
    padding-right: 15px !important;
  }
  .header-area .main-nav .nav li ul li:first-child {
    padding-left: 0px !important;
  }
  .header-area .main-nav .nav li ul li:last-child {
    padding-right: 0px !important;
  }
  .border-button a {
    font-size: 14px;
    padding: 10px 20px;
  }
  .header-area .main-nav .logo {
    margin-right: 5px;
  }
  .section-heading {
    text-align: center;
  }
  section.popular-categories .main-button {
    text-align: center;
    margin-top: -30px;
  }
  section.popular-categories .popular-item {
    margin-top: 30px;
  }
  .contest-win .contest-item {
    margin-bottom: 30px;
  }
  .contest-details .top-content {
    text-align: center;
  }
  .contest-details .top-content ul {
    text-align: center;
    margin-top: 30px;
  }
  .contest-details .top-content ul li:first-child {
    margin-left: 10px;
  }
  .contest-details .top-content ul li {
    margin: 0px 10px;
  }
  .contest-details .item {
    margin-bottom: 20px;
  }
  .contest-waiting .waiting-item {
    margin-bottom: 30px;
  }
  .top-categories .item,
  section.contact-us .info-item {
    margin-bottom: 15px;
  }
  section.popular-categories,
  .contest-win {
    padding: 0px;
  }
  .pricing-item {
    margin-bottom: 15px;
  }
  .featured-contests .item .hover-effect .content .info {
    display: flex !important;
  }
}

@media (max-width: 1200px) {
  .featured-items .owl-nav .owl-next,
  .closed-contests .owl-nav .owl-next {
    right: -25px;
  }
  .featured-items .owl-nav .owl-prev,
  .closed-contests .owl-nav .owl-prev {
    left: -25px;
  }
  .featured-contests .item .hover-effect .content .info {
    display: none;
  }
}


.road-section{
  background-image: url(../images/tm-86.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.road-map-main {
   margin: 50px 0 51px;
}
 .road-map-main .road-map-wrapper {
   position: relative;
   display: flex;
   flex-direction: column;
   height: 175px;
}
 @media (max-width: 991px) {
   .road-map-main .road-map-wrapper {
     margin-bottom: 25px;
     height: auto;
     display: block;
  }
}
 .road-map-main .road-map-wrapper::before {
   content: "";
   width: 100%;
   clear: both;
   display: block;
}
 .road-map-main .road-map-wrapper::after {
   content: "";
   width: 100%;
   clear: both;
   display: block;
}
 .road-map-main .road-map-wrapper .road-map-circle {
   width: 200px;
   height: 200px;
   border-radius: 50%;
   border: 25px solid var(--color-primary);
   border-top-color: var(--color-primary);
   border-right-color: var(--color-primary);
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   margin: auto;
   transform: rotate(45deg);
}
 @media (max-width: 992px) {
   .road-map-main .road-map-wrapper .road-map-circle {
     position: unset;
      border-color: var(--color-primary) !important;
  }
}
 .road-map-main .road-map-wrapper .road-map-circle .road-map-circle-text {
   width: 110px;
   height: 110px;
   border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
   font-size: 20px;
   font-weight: 700;
   line-height: 26px;
   text-transform: capitalize;
   color: var(--bs-warning);
   box-shadow: 0px 0px 10px 5px #000 21;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   margin: auto;
   transform: rotate(-45deg);
}
 .road-map-main .road-map-wrapper .road-map-card {
   width: 35%;
   background: var(--color-primary);
   padding: 20px 20px;
   z-index: 1;
   position: absolute;
   right: 0;
   border-radius: 5px;
}
 .road-map-main .road-map-wrapper .road-map-card::before {
   content: "";
   width: 25%;
   height: 15px;
   background: var(--color-primary);
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   left: -23%;
}
 @media (max-width: 991px) {
   .road-map-main .road-map-wrapper .road-map-card {
     width: 100%;
     margin-top: 30px;
     position: unset;
  }
   .road-map-main .road-map-wrapper .road-map-card::before {
     content: "";
     width: 20px;
     height: 30%;
     top: -25%;
     transform: translateX(-50%);
     left: 50%;
  }
}
 @media (max-width: 425px) {
   .road-map-main .road-map-wrapper .road-map-card {
     top: 45%;
  }
}
 .road-map-main .road-map-wrapper .road-map-card .card-head {
   font-size: 20px;
   font-weight: 600;
   text-transform: capitalize;
   margin: 0 0 15px;
   color: #fff;
}
 .road-map-main .road-map-wrapper .road-map-card .card-text {
   color: #fff;
   margin: 0;
   display: -webkit-box;
   -webkit-line-clamp: 5;
   -webkit-box-orient: vertical;
   overflow: hidden;
}
 @media (max-width: 1199px) {
   .road-map-main .road-map-wrapper .road-map-card .card-text {
     -webkit-line-clamp: 4;
  }
}
.road-map-main .road-map-wrapper:nth-of-type(1) .road-map-circle,
.road-map-main .road-map-wrapper:nth-of-type(4) .road-map-circle {
  border-top-color: var(--color-primary);
  border-right-color: var(--color-primary);
  border-bottom-color: var(--color-primary);
  border-left-color: var(--color-primary);
}

.road-map-main .road-map-wrapper:nth-of-type(2) .road-map-circle {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: var(--color-primary);
  border-left-color: var(--color-primary);
}

.road-map-main .road-map-wrapper:nth-of-type(3) .road-map-circle {
  border-top-color: var(--color-primary);
  border-right-color: var(--color-primary);
  border-bottom-color: transparent;
  border-left-color: transparent;
}

 .road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card {
   left: 0;
}
 .road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card::before {
   right: -23%;
   left: unset;
}
 @media (max-width: 991px) {
   .road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card::before {
     content: "";
     width: 20px;
     height: 30%;
     top: -25%;
     transform: translateX(-50%);
     left: 50%;
  }
}
 @media (max-width: 425px) {
   .road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card::before {
  }
}
.community-section .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    border-radius: 50%;
    color:#ffffff;
    background-color: var(--color-secondary); 
}
.about-action {
  background-image: url(../images/tm-106.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  height: 100vh;         
  display: flex;
  align-items: center;     
  justify-content: center;
  text-align: center;
  padding: 0;             
}

@media (max-width: 991.98px) {   
  .about-action {
    height: 75vh;
  }
}

@media (max-width: 767.98px) {  
  .about-action {
    height: 50vh;
  }
}

.about-action .section-heading h2 {
  color: var(--color-primary);
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  line-height: 1.4;
  margin-top: 1rem;
}

.about-action .section-heading h6 {
  font-size: clamp(0.75rem, 2vw, 1rem);
  letter-spacing: 1px;
  color:var(--color-secondary);
  text-transform: uppercase;
  font-weight: 600;
}

/* 
---------------------------------------------
isotope Style
--------------------------------------------- 
*/

.products {
}

.product_filter {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 10px;
  background-image: linear-gradient(30deg, var(--color-secondary), var(--color-primary));
  border-radius: 5px;
  padding: 10px 20px; 
  list-style: none;
  margin: 0 auto 40px;
}

.product_filter li {
  flex: 0 0 auto; 
}

.product_filter li a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  padding: 8px 18px; 
  border-radius: 15px;
  background-color: rgba(250, 250, 250, 0.95);
  transition: all 0.3s ease;
}

.product_filter li a.is_active,
.product_filter li a:hover {
  color: #fff;
  background-color: var(--color-primary);
}

/* Mobile adjustments */
@media (max-width: 576px) {
  .product_filter {
    gap: 8px;
    padding: 8px 12px;
  }
  .product_filter li a {
    font-size: 13px;
    padding: 6px 14px;
  }
}
.search-box {
  position: relative;
  margin-bottom: 30px;
  max-width: 400px;
}

.search-box input {
  width: 100%;
  padding: 12px 45px 12px 45px; 
  border: 1px solid #ddd;
  border-radius: 0px;
  font-size: 16px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.search-box i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
}

.search-box .clear-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  color: #6c757d;
  display: none; 
  padding: 4px;
}

.search-box .clear-btn.visible {
  display: block;
}

.search-box .clear-btn:focus {
  outline: 2px solid rgba(0,123,255,0.25);
  border-radius: 4px;
}


.products_item .thumb {
  position: relative;
  border-radius: 0 25px 0 0;
  overflow: hidden;
}

.products_item .thumb img {
  margin-bottom: -5px;
  aspect-ratio: 1/1;
  transition: all .3s ease;
}
.products_item .thumb img:hover {
  transform:scale(1.05);
}
.products_item .thumb span.category {
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 14px;
  transform: rotate(-10deg);
  text-transform: uppercase;
  color:#fff;
  background-color: var(--color-secondary);
  border: 4px solid #fff;
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: 500;
  transition: all .3s;
  display: inline-block;
}
.products_item .thumb span.category:hover{
  transform: scale(1.1);
}

.products_item .thumb span.gauge {
  position: absolute;
  right: -30px;
  top: -50px;
  background-color: var(--color-primary);
  border: 4px solid #fff;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: inline-block;
}

.products_item .thumb span.gauge h6 {
  margin-top: 72px;
  margin-left: 22px;
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

.products_item .thumb span.gauge em {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  vertical-align: top;
}

.products_item {
  background-color: #f1f0fe;
  border-radius: 0 25px 0 25px;
  margin-bottom: 30px;
  position: relative;
  justify-content: center;
  align-items: center;
} 

.products_item .down-content {
  padding: 20px 30px 25px 30px;
}

.products_item .down-content span.product-name {
  color: var(--color-secondary);
  font-size: 15px;
  display: inline-block;
  margin-bottom: 6px;
}

.products_item .down-content h4 {
  font-size: 22px;
  font-weight: 600;
  transition: all .3s;
}

.products_item:hover .down-content h4 {
  color: var(--color-secondary);
}

.products_item:hover .thumb span.category {
  transform: rotate(-10deg) scale(1.1); 
}



.product-section {
  }
  
  .product-card {
      background: white;
      border-radius: 10px;
      overflow: hidden;
  }
  
  /* Image gallery container */
  .gallery-container {
      display: flex;
      flex-direction: column;
  }
  
  /* On large screens - side by side */
  @media (min-width: 992px) {
      .gallery-container {
          flex-direction: row;
          gap: 20px;
      }
      
      .main-swiper-container {
          flex: 0 0 80%;
          max-width: 80%;
      }
      
      .thumbnail-swiper-container {
          flex: 0 0 20%;
          max-width: 20%;
      }
  }
  
  /* On small screens - stacked */
  @media (max-width: 991.98px) {
      .gallery-container {
          flex-direction: column;
      }
      
      .main-swiper-container,
      .thumbnail-swiper-container {
          width: 100%;
      }
  }
  
  /* Main swiper styles */
  .main-swiper {
      width: 100%;
      aspect-ratio: 1/1;
      border-radius: 8px;
      overflow: hidden;
  }
.main-swiper .swiper-pagination-bullet {
  background: transparent;
  opacity: 0.7;
  border: 2px solid #fff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.main-swiper .swiper-pagination-bullet-active {
  background:var(--color-primary);
}
  .main-swiper .swiper-slide {
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      position: relative;
  }
  
  .main-swiper .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      transition: all .3s ease;
  }
  .main-swiper .swiper-slide img:hover{
    transform:scale(1.01);
    cursor:pointer;
  }
  /* Thumbnail swiper styles */
  .thumbnail-swiper {
      width: 100%;
      height: 500px;
  }
  
  /* Horizontal thumbnails on mobile */
  @media (max-width: 991.98px) {
      .thumbnail-swiper {
          height: 100px;
          margin-bottom: 20px;
      }
  }
  
  /* Vertical thumbnails on desktop */
  @media (min-width: 992px) {
      .thumbnail-swiper {
          height: 500px;
      }
      
      .thumbnail-swiper .swiper-wrapper {
          flex-direction: column;
      }
  }
  
  .thumbnail-swiper .swiper-slide {
      opacity: 0.5;
      cursor: pointer;
      border: 2px solid transparent;
      border-radius:0;
      overflow: hidden;
      transition: all 0.3s ease;
  }
  
  .thumbnail-swiper .swiper-slide:hover {
      opacity: 1;
  }
  
  .thumbnail-swiper .swiper-slide-thumb-active {
      opacity: 1;
      border-color: var(--color-secondary);
  }
  
  .thumbnail-swiper .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  
  /* Product info styles */
  .product-title {
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 1rem;
      color: var(--color-primary);
  }
  
  .product-price {
      font-size: 1.1rem;
      font-weight: 700;
      color: var(--color-secondary);
      margin-bottom: 1.5rem;
  }
  
  .product-rating {
      margin-bottom: 1.5rem;
  }
  
  .product-rating .bi-star-fill {
      color: #f1c40f;
  }
  
  .product-description {
      margin-bottom: 2rem;
      line-height: 1.6;
  }
  
  /* Color selector */
  .color-options {
      display: flex;
      gap: 10px;
      margin-bottom: 1.5rem;
  }
  
  .color-option {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 0 0 0 2px white, 0 0 0 4px var(--color-secondary);
  }
  
  .color-option:hover {
      transform: scale(1.1);
  }
  

  
  /* Size selector */
  .size-options {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 1.5rem;
  }
  
  .size-option {
      padding: 8px 15px;
      border: 1px solid var(--color-primary);
      border-radius: 4px;
      background-color: transparent;
      color: var(--color-primary);
      cursor: pointer;
      font-weight: 500;
      transition: all 0.3s ease;
  }
  
  
  .gauge-display {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      margin-bottom: 2rem;
  }
  
  .gauge-item {
      text-align: center;
  }
  
  .gauge-value {
      font-size: 1.2rem;
      font-weight: 700;
      color: var(--color-primary);
  }
  
  .gauge-label {
      font-size: 0.9rem;
      color: #777;
  }
  
  /* Action buttons */
  .action-buttons {
      display: flex;
      gap: 15px;
      margin-top: 2rem;
  }
  
  .btn-custom {
      padding: 12px 25px;
      font-weight: 600;
      border-radius: 8px;
      transition: all 0.3s ease;
  }
  
  .btn-primary-custom {
      background-color: var(--color-secondary);
      border-color: var(--color-secondary);
  }
  
  .btn-primary-custom:hover {
      background-color: #c0392b;
      border-color: #c0392b;
  }
  
  .btn-outline-custom {
      color: #ffffff;
  }
  
  .btn-outline-custom:hover {
      background-color: var(--color-primary);
      color: white;
  }
  
  /* Product features */
  .product-features {
      margin-top: 3rem;
      padding-top: 2rem;
      border-top: 1px solid #eee;
  }
.masonry-row {
  display: block !important;
}
.masonry-row > [class*="col-"] {
  position: absolute;
}
  .feature-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 1rem;
  }
  
  .feature-icon {
      font-size: 1.5rem;
      color: var(--color-secondary);
      margin-right: 15px;
      flex-shrink: 0;
  }
  
  /* Tabs */
  .product-tabs {
      margin-top: 3rem;
  }
  
  .nav-tabs .nav-link {
      color: var(--color-primary);
      font-weight: 600;
      border: none;
      padding: 12px 20px;
  }
  
  .nav-tabs .nav-link.active {
      color: var(--color-secondary);
      border-bottom: 3px solid var(--color-secondary);
      background: transparent;
  }
  
  .tab-content {
      padding: 20px;
      border: 1px solid #eee;
      border-top: none;
      border-radius: 0 0 8px 8px;
  }
  
  /* Badge */
  .product-badge {
      position: absolute;
      top: 15px;
      right: 15px;
      background-color: var(--color-secondary);
      color: white;
      padding: 5px 15px;
      border-radius: 20px;
      font-weight: 600;
      z-index: 10;
  }

.related-products .card{
  background-color: var(--color-primary);
  border-radius: 0 15px 0 15px;
}
.related-products .card img{
  border-radius: 0 15px 0 0px;
}
.related-products .card-body{
  color:#fff !important;
} 
.related-products .card-body h6{
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.25rem);
}
.related-products .btn{
  background-color: var(--color-primary);
}
.related-products .btn i {
  transition: transform 0.3s ease-in-out; 
}
.related-products .btn:hover{
  background-color: var(--color-secondary);
}
.related-products .btn:hover i{
  transform: scale(1.2);
  color: var(--bs-success);
}


.project-showcase {
    background-color: #f8f9fa;
    padding: 5rem 0;
    min-height: 100vh;
}

.divider {
    width: 60px;
    height: 3px;
    background-color: #e74c3c;
    margin: 1.5rem auto;
}

.project-grid {
    width: 100%;
}

.project-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: transform 0.3s ease;
    break-inside: avoid;
}

.project-image {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.project-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.project-card:hover .project-image img {
    transform: scale(1.03);
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent 50%);
    display: flex;
    align-items: flex-end;
    padding: 1.5rem;
}

.project-info {
    color: white;
    width: 100%;
}

.project-info h3 {
    font-size: 1.3rem;
    margin-bottom: 0.3rem;
    font-weight: 600;
    color:#fff;
}

.project-info p {
    font-size: 0.95rem;
    margin-bottom: 0;
    opacity: 0.9;
    display: flex;
    color:#fff;
    align-items: center;
}

.project-info p::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #e74c3c;
    margin-right: 8px;
    border-radius: 50%;
}

.gslide-image img {
    max-height: 80vh;
}

.gslide-title {
    font-size: 1.3rem;
    margin-top: 10px;
    color: #222;
}

.gslide-desc {
    color: #666;
    font-size: 1rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .project-grid {
    }
    
    .project-info h3 {
        font-size: 1.1rem;
    }
    
    .project-info p {
        font-size: 0.85rem;
    }
}
/*-----------------BLOG PAGE-----------------------------*/
.blog-header {
    background: linear-gradient(135deg, var(--dark), #444);
    color: white;
    padding: 4rem 0;
    margin-bottom: 3rem;
}

.blog-title {
    font-weight: 800;
    letter-spacing: -0.05em;
}

.blog-description {
    font-weight: 300;
    opacity: 0.9;
}

.post-card {
    border: none;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 2rem;
    background: white;
}

.post-card:hover {
}

.post-img {
    height: 220px;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 4/3;
}

.post-category {
    color: var(--primary);
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.post-title {
    font-weight: 700;
    margin: 0.5rem 0;
    line-height: 1.3;
}

.post-excerpt {
    margin-bottom: 1rem;
    font-size: clamp(0.8rem, 1vw + 0.5rem, 0.9375rem);
}

.post-meta {
    font-size: 0.9rem;
    color: #888;
}

.sidebar-card {
    background: white;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.sidebar-title {
    font-weight: 700;
    border-bottom: 2px solid var(--primary);
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
}

.category-list {
    list-style: none;
    padding: 0;
}

.category-list li {
    margin-bottom: 0.5rem;
}

.category-list a {
    color: #444;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    padding: 0.5rem 0;
}

.category-list a:hover {
    color: var(--primary);
    padding-left: 0.5rem;
}
.sidebar-card .popular-post img{
  aspect-ratio: 16/9;
}
@media (max-width: 768px) {
    .post-img {
        height: 180px;
    }
    
    .blog-header {
        padding: 3rem 0;
    }
}
.char {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
}
.animate-words .word {
  display: inline-block;
  white-space: pre;
}


.ftco-section {
  padding: 7em 0;
  position: relative;
}
.ftco-section .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.ftco-section .choose-wrap {
  background-size: cover;
  background-position: center;
}
.ftco-section .choose-wrap .btn{
  border-radius: 0;
}

@media (max-width: 767.98px) {
  .ftco-section {
    padding: 6em 0;
  }
}

.ftco-choose .divider-one {
  height: 700px;
}

.ftco-choose .divider-two {
  height: 700px;
}
@media (max-width: 991.98px) {
  .ftco-choose .divider-two {
    height: inherit;
  }
}

.ftco-choose .wrap {
  height: 350px;
}

.ftco-choose .full-wrap {
  height: 350px;
}

.ftco-choose .text {
  width: 100%;
}
.ftco-choose .text .subheading {
  font-size: 12px;
  letter-spacing: 4px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
.ftco-choose .text h2 {
  font-weight: 700;
  font-size: 28px;
  color: #fff;
}
.ftco-choose .text p {
  color:#f8f9fa;
}
.ftco-choose .text.text-white .subheading {
  color: #fff;
}
.ftco-choose .text.text-white h2 {
  color: #fff;
}
/*--------preloader-------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff; 
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}

.logo-loader {
  width: clamp(140px, 15vw, 200px);
  height: auto;
  animation: pulse 1s infinite ease-in-out;
}

#preloader.fade-out {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.description {
    color: #555;
    margin-bottom: 30px;
    font-size: 18px;
}

/* Demo content */
.demo-content {
    text-align: left;
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.demo-content h2 {
    color: #128C7E;
    margin-bottom: 15px;
}

.demo-content p {
    margin-bottom: 15px;
    line-height: 1.6;
}
@keyframes pulse {
  0%   { transform: scale(1); opacity: 1; }
  50%  { transform: scale(1.05); opacity: 0.8; }
  100% { transform: scale(1); opacity: 1; }
}
/* WhatsApp widget styles */
.whatsapp-widget {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    width: auto;
    max-width: 90vw;
}
.whatsappbtn{
  background:#25D366;
  bottom: 20px;
  left: 20px;  
  color: white;
  padding: 10px 16px;
  border-radius: 30px; 
  display: inline-flex; 
  align-items: center;
  text-transform: uppercase;
  gap: 8px; 
  cursor: pointer;
  font-size: 15px; 
  line-height: 1.2;
}
.whatsappbtn:hover{
  background:#25D366;
  transform: translateY(-2px);
  border-radius: 10px;
}
.chat-button {
  background: linear-gradient(135deg, #1a2a6c, #0C6B58);
  position: fixed;
  bottom: 20px;
  left: 20px;  
  color: white;
  padding: 10px 16px;
  border-radius: 30px; 
  display: inline-flex; 
  align-items: center;
  text-transform: uppercase;
  gap: 8px; 
  cursor: pointer;
  box-shadow: 0 7px 12px rgba(18, 140, 126, 0.1);
  transition: all 0.3s ease;
  font-size: 15px; 
  line-height: 1.2;
  animation: floatUpDown 2.3s ease-in-out infinite;
}
@keyframes floatUpDown {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
.chat-button:hover {
  background: linear-gradient(45deg, #1a2a6c, #25D366);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(18, 140, 126, 0.4);
}

.chat-button i {
  font-size: 18px; 
}

.chat-container {
    background-color:#fff;
    position: fixed;
    bottom: 80px;
    left: 20px; 
    border-radius: 18px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-top: 20px;
    max-height: 0;
    opacity: 0;
    transform: translateY(10px) scale(0.95);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 350px;
    max-width: 90vw;
}

.chat-container.open {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0) scale(1);
}

.chat-header {
    background-color: #128C7E;
    color: white;
    padding: 18px;
    display: flex;
    align-items: center;
    position: relative;
}

.chat-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    color: #128C7E;
    font-size: 20px;
    flex-shrink: 0;
}
.chat-avatar img{
  border-radius: 50%;
}

.chat-header-info {
    flex: 1;
    text-align: left;
    min-width: 0;
}

.chat-title {
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat-status {
    font-size: 13px;
    opacity: 0.8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.close-button {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    flex-shrink: 0;
    margin-left: 10px;
}

.chat-messages {
    padding: 20px;
    height: 300px;
    overflow-y: auto;
    background-image: 
      linear-gradient(rgba(230, 221, 212, 0.7), rgba(230, 221, 212, 0.7)), 
      url("../images/icons/whatsapp.png");
    background-repeat: repeat;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.message {
    max-width: 80%;
    padding: 12px 16px;
    border-radius: 18px;
    margin-bottom: 12px;
    position: relative;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.received {
    background-color: #e2e2e2;
    border-top-left-radius: 4px;
}

.sent {
    background-color: #DCF8C6;
    border-top-right-radius: 4px;
    align-self: flex-end;
}

.message-time {
    font-size: 11px;
    color: #888;
    text-align: right;
    margin-top: 4px;
}

.chat-input-container {
    display: flex;
    padding: 12px;
    background-color: white;
    border-top: 1px solid #eee;
    align-items: center;
}

.chat-input {
    flex: 1;
    border: 1px solid #ddd;
    border-radius: 24px;
    padding: 12px 18px;
    font-size: 15px;
    outline: none;
    transition: border-color 0.3s;
    min-width: 0;
}

.chat-input:focus {
    border-color: #128C7E;
}

.send-button {
    background-color: #128C7E;
    color: white;
    border: none;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin-left: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
    flex-shrink: 0;
}

.send-button:hover {
    background-color: #0C6B58;
}

.instructions {
    margin-top: 30px;
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: left;
    max-width: 500px;
}

.instructions h3 {
    color: #128C7E;
    margin-bottom: 15px;
}

.instructions ol {
    padding-left: 20px;
}

.instructions li {
    margin-bottom: 10px;
    color: #555;
}

/* Responsive design */
@media (max-width: 600px) {
    .whatsapp-widget {
        bottom: 20px;
        right: 20px;
    }
    
  .chat-button {
    padding: 8px 14px;   
    font-size: 13px;     
    border-radius: 24px;
    gap: 6px;            
  }

  .chat-button i {
    font-size: 16px;     /* smaller icon */
  }
    
    .chat-container {
        width: 320px;
        left: 0;
    }
    
    .message {
        max-width: 90%;
    }
    
    .chat-header {
        padding: 14px;
    }
    
    .chat-messages {
        padding: 15px;
        height: 250px;
    }
    
    .chat-input-container {
        padding: 10px;
    }
    
    .send-button {
        width: 44px;
        height: 44px;
    }
}

@media (max-width: 400px) {
    .whatsapp-widget {
        bottom: 10px;
        left: 10px;
    }
    
    .chat-container {
        width: 300px;
    }
    
    .chat-messages {
        height: 220px;
        padding: 12px;
    }
    
    .chat-input {
        padding: 10px 14px;
        font-size: 14px;
    }
    
    .send-button {
        width: 40px;
        height: 40px;
        margin-left: 6px;
    }
    
    .message {
        padding: 10px 14px;
        font-size: 14px;
    }
}
.news-swiper {
  position: relative;
  overflow: visible;          
  padding-right: 2rem;      
}

.news-swiper::after {
  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 40px;
  pointer-events: none;
  background: linear-gradient(to right, rgba(255,255,255,0), var(--bs-body-bg));
}

.news-card {
  border: 0;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 .25rem 1rem rgba(0,0,0,.08);
  background: #fff;
}

.news-card iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

.news-swiper .swiper-button-prev,
.news-swiper .swiper-button-next {
  color: #ffffff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--color-secondary);
  opacity: 0.5;
  box-shadow: 0 .25rem .75rem rgba(0,0,0,.08);
}
.news-swiper .swiper-button-prev:after,
.news-swiper .swiper-button-next:after {
  font-size: 16px;
  font-weight: 700;
}
.calculator-card {
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    border: none;
    overflow: hidden;
    border-radius: 20px;
}
.modal-header {
    background: var(--bs-light);
    color: white;
    border-bottom: none;
}
.modal-body {
    padding: 2rem;
    background: var(--bs-light);
}
.modal-footer{
    border-top: none;
    padding: 1rem 2rem;
    background: linear-gradient(
        to top,
        rgba(33, 37, 41, 0) 0%,   
        rgba(33, 37, 41, 0.15) 30%,   
        rgba(248, 249, 250, 0.6) 60%, 
        rgba(248, 249, 250, 0.9) 85%,
        rgba(248, 249, 250, 1) 100%  
      ),
      url("../images/tm-87.jpg") bottom/cover no-repeat;     
  }
.form-label {
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 0.5rem;
}  
.form-control, .form-select {
    border-radius: 10px;
    padding: 0.75rem 1rem;
    border: 1px solid #ddd;
    transition: all 0.3s;
    font-size: 1rem;
} 
.form-control:focus, .form-select:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 0.25rem rgba(52, 152, 219, 0.25);
    transform: translateY(-2px);
}   
.input-group {
    position: relative;
}      
.input-group-text {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.btn-calculate {
    background: var(--color-primary);
    border: none;
    padding: 1rem 2rem;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s;
    color: white;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}     
.btn-calculate:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(231, 76, 60, 0.3);
    color: white;
} 
.result-card {
    background:var(--bs-success);
    color: #ffffff;
    border-radius: 0;
    padding: 2rem;
    display: none;
    animation: fadeIn 0.5s ease-in-out;
    margin-left: -2rem;
    margin-right: -2rem;
    width: calc(100% + 4rem);
}        
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}        
.result-value {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0.5rem 0;
}    
.product-info {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 12px;
    padding: 1.5rem;
    margin-top: 1.5rem;
    border-left: 5px solid var(--accent);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.info-text {
    font-size: 0.85rem;
    color: #6c757d;
    margin-top: 0.5rem;
} 
.sheet-details {
    padding: 10px 0;
    line-height: 1.6;
}     
.calculation-breakdown {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 1.5rem;
    margin-top: 1.5rem;
    color: #333;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.breakdown-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}
.breakdown-item:last-child {
    border-bottom: none;
}
.badge-price {
    padding: 0.3rem 0.6rem;
    border-radius: 20px;
    font-size: 0.8rem;
}
.btn-open-modal {
    border-radius: 10px;
    transition: all 0.3s;
}
.btn-open-modal:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
.modal-content {
    border-radius: 20px;
    overflow: hidden;
}

.shiny::after {
  content: "";
  position: absolute;
  top: 0;
  left: -50%; 
  width: 14%;
  height: 100%;
  background: linear-gradient(
    60deg,
    rgba(255, 255, 255, 0.02) 0%,
    rgba(255, 255, 255, 0.1) 50%,
    rgba(255, 255, 255, 0.02) 100%
  );
  transform: skewX(-25deg);
  opacity: 0.9;
  pointer-events: none;
}
.shiny:hover::after {
  animation: silver-shine 1.5s ease-in-out;
}
@keyframes silver-shine {
  0% {
    left: -50%; 
  }
  100% {
    left: 120%;
  }
}
