/*---------------------------------------------------------------

        Template Name: Wheels Express - Transportation Website
        Description: Wheels Express Transportation, your trusted partner for reliable and efficient transportation solutions.
        Author: Lucid Themeslab
        Author URL: https://www.templatemonster.com/store/lucid_themeslab/
        Version: 2.0.0
    -----------------------------------------------------------------

        CSS INDEX
        ==================
        
        01.  Basic Styles 
        02.  Preloader CSS 
        03.  Toggle Switch CSS
        04.  Header & Navbar CSS
        05.  Home Slider Area CSS
        06.  Feature Area CSS
        07.  About Us Area CSS
        08.  Services Area CSS
        09.  Why Choose Area CSS
        10.  CTA Area CSS
        11.  FAQ Area CSS
        12.  Team Area CSS
        13.  Testimonial Area CSS
        14.  News Area CSS
        15.  Contact Area CSS
        16.  Our Clients Area CSS
        17.  Newletter Area CSS
        18.  Footer Area CSS
        19.  Back to top Styles

----------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

/* ==================
   Basic Styles 
================== */

[data-wheeltheme="light"]{
    --body-color : #ffff;
    --primary-color: #E57E25;
    --primary-light-bg:#fff1e5;
    --secondary-color: #0C2D57;
    --secondary-color-overlay: 5, 12, 22;
    --alt-color:#F8F8F9;
    --white-color:#ffff;
    --card-color:#ffff;
    --border-primary: #E57E25;
    --DangerColor: #f03939;
    --dark-color : #041123;
    --toggle-bg:#bababa;
    --box-shadow:  0px -1px 20px 0px #f3efef;

  /* text-colors */
  --primary-text: #E57E25;
  --para-text: #3f3f3f;
  --heading-text: #0C2D57;
  --white-text: #ffffff;

  /* font family */
  --primary-font: "Titillium Web", sans-serif;
}

[data-wheeltheme="dark"]{
  --body-color : #09192c;
  --primary-color: #E57E25;
  --primary-light-bg:#3e3832;
  --secondary-color: #0C2D57;
  --secondary-color-overlay: 5, 12, 22;
  --alt-color:#204168;
  --white-color:#ffff;
  --card-color:#1d3149;
  --border-primary: #E57E25;
  --DangerColor: #f87575;
  --dark-color : #041123;
  --toggle-bg:#5d5d5e;
  --box-shadow:  0px -1px 20px 0px #0c1723;

 /* text-colors */
 --primary-text: #E57E25;
 --para-text: #e2e2e2;
 --heading-text: #ffffff;
 --white-text: #ffffff;

/* font family */
--primary-font: "Titillium Web", sans-serif;

}

* {
  box-sizing: border-box;
  font-family: var(--primary-font);
  word-break: break-word;
}

a {
  color: inherit;
  text-decoration: none;
  box-shadow: none;
}
a:hover{
  color: var(--primary-color);
}
body {
  overflow-x: hidden;
}

@media(min-width:768px){
  .w-md-50{
    width: 50% !important;
  }
}
.alertmsg {
  z-index: 50;
}

.fs-0 {
  font-size: 0px;
}

/* Background-Color*/

.body-color {
  background-color: var(--body-color) !important;
}

.primary-color {
  background-color: var(--primary-color) !important;
}

.secondary-color {
  background-color: var(--secondary-color) !important;
}

.white-color {
  background-color: var(--white-color) !important;
}

.alt-color {
  background-color: var(--alt-color) !important;
}

.card-color {
  background-color: var(--card-color) !important;
}

.primary-light-bg{
  background-color: var(--primary-light-bg);
}

.dark-color{
  background-color: var(--dark-color);
}

/* Text-Color*/

.primary-font {
  font-family: var(--primaryfont) !important;
}

.primary-text {
  color: var(--primary-text) !important;
}

.para-text {
  color: var(--para-text) !important;
}

.heading-text {
  color: var(--heading-text) !important;
}

.white-text {
  color: var(--white-text);
}

.custom-border-color {
  border: 1px solid var(--custom-border-color) !important;
}

.image-border-color {
  border: 12px solid var(--image-border-color);
}

.danger-color {
  color: var(--danger-color);
}

.border-color {
  border-color: var(--border-primary);
}

.border-primary{
  border-color:  var(--primary-color)!important;
}

/* buttons */

.btn-primary {
  background: var(--primary-color);
  border-color: var(--primary-color) !important;
  color: var(--white-color) !important;
  padding: 18px 30px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
}

.btn-primary:hover {
  background: var(--white-color) !important;
  border-color: var(--secondary-color) !important;
  color: var(--secondary-color) !important;
  padding: 18px 30px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
}

.btn-outline-white {
  background-color: unset !important;
  border-color: var(--white-color) !important;
  color: var(--white-color) !important;
  padding: 18px 30px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
}

.btn-outline-white:hover {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: var(--white-color) !important;
  padding: 18px 30px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
}

.btn-secondary {
  background-color: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
  color: var(--white-color) !important;
  padding: 18px 30px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
}

.btn-secondary:hover {
  background-color: unset !important;
  border-color: var(--white-color) !important;
  color: var(--white-color) !important;
  padding: 18px 30px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
}

p {
  margin-bottom: 15px;
  line-height: 1.8;
  font-weight: 400;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
}

p:last-child {
  margin-bottom: 0;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-75 {
  padding-bottom: 75px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Titillium Web", sans-serif;
  font-weight: bold;
}

.error:not(.form-control){
  color: var(--DangerColor) !important;
  font-size: 16px;
  font-weight: 700;
  padding: 5px;
  background-color: var(--body-color)!important;
}

.why-choose-text .error:not(.form-control) {
  color: var(--DangerColor) !important;
  font-weight: 400;
  font-size: 16px;
  font-weight: 700;
  background-color: var(--body-color)!important;
}

::placeholder {
  color: #868686 !important;
}

input:focus, input:active, textarea:focus, textarea:active{
  border: 1px solid var(--primary-color) !important;
}

.form-control:focus {
  outline: 0;
  box-shadow: none;
}

/*==================
 Preloader Styles CSS
================== */

.preloader {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.preloader.fade-out {
  opacity: 0;
  visibility: hidden;
}

.loader {
  border: 4px solid #e0f2ea;
  border-top: 4px solid var(--primary-color);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1.2s linear infinite;
  margin-bottom: 20px;
}

.logo-text {
  font-size: 2.2rem;
  letter-spacing: 10px;
  color:var(--white-color);
  display: flex;
  align-items: center;
  gap: 10px;
  animation: fadeIn 1s ease-in-out;
}

.logo-text .heart-icon{
  color: var(--primary-color)!important;
  font-size: 1.5rem;
  animation: pulse 1.2s infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.2); opacity: 0.7; }
}

/*====================
  Toggle Switch CSS
=====================*/

.cont{
  display: flex;
  align-items: center;
}
.toggle {
  position: relative;
  display: inline-block;
}

.toggle__input {
  display: none;
}

.toggle__label {
  display: block;
  width: 60px;
  height: 35px;
  background-color: var(--toggle-bg); 
  border-radius: 99px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.toggle__input:checked + .toggle__label::after {
  left: 30px;
  background: url("../../assets/img/night.png")no-repeat;
  background-position: center center;
  background-size: cover;
}
.toggle__input:checked + .toggle__label{
  background-color: var(--toggle-bg); 
}
.toggle__label::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 2px;
  width: 28px;
  height: 28px;
  background: url("../../assets/img/sunny.png")no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  transition: left 0.3s ease;
}

/*================================================
  Header & Navbar CSS
=================================================*/

/* Sticky Navbar */
#stickyHeader {
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: var(--body-color);
  box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
}

.navbar-nav .nav-link {
  position: relative;
  color: var(--heading-text);
  font-weight: 500;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 0;
  height: 2px;
  background-color: var(--primary-color);
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--primary-color)
}

@media (min-width: 992px) {
  .navbar-nav .nav-link {
    font-size: 16px;
    padding: 8px 10px;
  }

.top-header-optional li a {
  width: 30px;
  height: 30px;
}

.top-header-optional li a:hover {
  transform: translateY(-2px);
}

#header .nav-link:hover,
.nav-link.active {
  color: var(--primary-color) !important;
}
}

@media (max-width: 991.98px) {
  .offcanvas-body .navbar-nav {
    align-items: flex-start !important;
    text-align: left;
  }
}
.custom-toggle-btn{
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px; 
  box-shadow: none;
}

.custom-toggle-btn i {
  color: var(--white-color);
  font-size: 18px;
}

.custom-btn-close {
  all: unset; 
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px; 
  box-shadow: none;
  color: var(--white-color);
  cursor: pointer;
}

.custom-btn-close i {
  font-size: 1.5rem; /* Icon size */
  color: inherit; /* Color inherit from parent */
}
.navbar-toggler:focus{
  box-shadow: none;
}

/*================================================
   Home Slider Area CSS
=================================================*/



.home-slides .owl-item {
  width: 100%;
}

.item-bg4 {
  background: linear-gradient(0deg, rgba(var(--secondary-color-overlay), 0.7), rgba(var(--secondary-color-overlay), 0.4)),
    url(../../assets/img/slider_img/hero_slider_1.webp) no-repeat;
  background-size: cover;
}

.item-bg5 {
  background: linear-gradient(0deg, rgba(var(--secondary-color-overlay), 0.7), rgba(var(--secondary-color-overlay), 0.4)),
    url(../../assets/img/slider_img/hero_slider_2.webp) no-repeat;
  background-size: cover;
}

.item-bg6 {
  background: linear-gradient(0deg, rgba(var(--secondary-color-overlay), 0.7), rgba(var(--secondary-color-overlay), 0.4)),
    url(../../assets/img/slider_img/hero_slider_3.webp) no-repeat;
  background-size: cover;
}

.main-slides-item {
  min-height: 860px;
  height: 100%;
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media(max-width:992px){
  .main-slides-item{
    min-height: 550px;
  }
  .main-slides-content h1{
    font-size: 50px;
  }
}
@media(max-width:500px){
  .main-slides-item {
    min-height: 400px;
    height: 100%;
    padding: 40px 0; 
  }
  .main-slides-content h1{
    font-size: 35px;
  }
  .main-slides-content p{
    font-size: 16px !important;
  }
}

@media (max-width: 400px) {
  .main-slides-item {
    min-height: 400px; 
    padding: 40px 0; 
  }

  .main-slides-content h1 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .main-slides-content p {
    font-size: 13px !important;
    line-height: 1.4;
    max-height: 80px;
    overflow: hidden;
  }

  .main-slides-content .btn {
    padding: 8px 16px;
    font-size: 14px;
  }
}

.main-slides-content p {
  max-width: 800px;
}

/*================================================
  Feature Area CSS
=================================================*/
.transport-section .transport-card .transport-text i {
  top: -40px;
  width: 80px;
  height: 80px;
  font-size: 30px;
  line-height: 80px;
  text-align: center;
  position: absolute;
  border-radius: 50px;
  background: var(--body-color);
  color: var(--heading-text);
  box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
  /* transition: .5s; */
}

.transport-section .transport-card .transport-text {
  position: relative;
  padding: 70px 30px 30px;
  /* transition: .5s; */
}

.transport-text a:hover {
  color: var(--primary-color) !important;
  /* transition: .5s; */
}
.features-section {
  margin-top: 50px;
}

@media(min-width:992px){
  .features-section {
    margin-top: -100px;
    position: relative;
    z-index: 1;
  }
}

.icon-bg {
  width: 50px;
  height: 50px;
  background: var(--alt-color);
  line-height: 50px;
}

.feature-card {
  box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  transition: all .5s;
  min-height: 250px;
}
@media(min-width:992px){
  .feature-card {
    min-height: 250px;
  }
}

.features-section .feature-card:hover {
  border: 1px solid var(--primary-color);
  margin-top: -10px;
}

.transport-section .transport-card {
  box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  border: 1px solid #ddd;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.transport-section .transport-card .transport-img img {
  border-radius: 10px 10px 0 0;
  transition: .5s;
  width: 100%;
}

.transport-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.transport-card img {
  object-fit: cover;
  transition: transform 0.3s ease;
}
.transport-card:hover img {
  transform: scale(1.05);
}
.transport-card i {
  transition: transform 0.3s ease, color 0.3s ease;
}
.transport-card:hover i {
  transform: scale(1.1);
  color: var(--primary-color)!important;
}

/*================================================
  About Us Area CSS
=================================================*/

.about-info-card h3 {
  font-size: 24px;
  padding-bottom: 20px;
  margin-bottom: 25px;
  position: relative;
}

.about-info-card h3::before {
  content: "";
  position: absolute;
  background: var(--primary-color);
  width: 55px;
  height: 5px;
  left: 0;
  bottom: 0;
}

.about-info-card ul li {
  display: flex;        
  align-items: center;   
  margin-bottom: 10px;  
}

.about-info-card ul li i {
  background: var(--primary-light-bg);
  color: var(--primary-color);
  width: 30px;
  height: 30px;
  display: inline-flex; 
  justify-content: center;
  align-items: center;   
  border-radius: 50%;
  margin-right: 10px; 
}

.about-info-card ul li .para-text {
  font-size: 16px;        
  color: var(--primary-text);
}

/*================================================
   why Choose Area
=================================================*/
.choose-area {
  position: relative;
}
.choose-area .choose-contant {
  padding: 15px 20px;
  margin-bottom: 30px;
  box-shadow: var(--box-shadow);
  border-radius: 5px;
  background-color: var(--card-color);
}
.choose-area .choose-contant:last-child {
  margin-bottom: 0;
}
.choose-area .choose-contant .choose-card {
  padding-left: 100px;
  position: relative;
}
.choose-area .choose-contant .choose-card i {
  background: var(--primary-color);
  color: var(--white-color);
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 40px;
  border-radius: 10px;
  position: absolute;
  left: 0;
}
.choose-area .choose-contant .choose-card h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}

/*================================================
 CTA Area CSS
=================================================*/
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: var(--secondary-color)!important;
  color: #ffffff!important;
}
.nav-pills .nav-link {
  color: var(--heading-text)!important;
  background-color: var(--alt-color)!important;
  
}
.nav-pills button:hover{
  color: var(--white-color)!important;
  background-color: var(--secondary-color) !important;
}

.why-choose-section .nav-pills button{
  min-width: 120px;
}

@media(max-width:412px){
  .why-choose-section .nav-pills button{
    min-width: 90px;
  }
}

 .shipping-form{
  width: 450px;
  max-width: 100%;
 }

/*================================================
 FAQ Area CSS
=================================================*/

.custom-accordion .accordion-item {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: none;
}

.custom-accordion .accordion-button {
  background-color: var(--card-color);
  color: var(--heading-text);
  font-weight: 600;
  border: none;
  box-shadow: none !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.custom-accordion .accordion-button:not(.collapsed) {
  background-color: var(--alt-color);
  color: var(--primary-color); 
  border-bottom: 1px solid #bcd0c7;
}

.custom-accordion .accordion-body {
  background-color: var(--body-color);
  color: var(--para-text);
  padding: 1rem 1.25rem;
  font-size: 0.95rem;
  line-height: 1.6;
}

.accordion-button::after {
  background-image: unset !important;
  content: '\f101' !important;
  font-family: 'fontawesome';
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
}

/*================================================
  Team Area CSS
=================================================*/

.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    background-color: var(--card-color);
}

.team-item img {
    transition: .5s;
}
.team-item:hover img {
    transform: scale(1.1);
}
.team-item div.btn-slide {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
}

.team-item div.btn-slide i,
.team-item div.btn-slide span {
    position: relative;
    height: 40px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #FFFFFF;
    background: var(--primary-color);
    border-radius: 0 35px 35px 0;
    transition: .5s; 
}

.team-item div.btn-slide span a i {
    padding: 0 10px;
}

.team-item div.btn-slide span a:hover i {
    background: var(--secondary-color);
}

.team-item div.btn-slide span {
    padding-left: 0;
    left: -100%;
    z-index: 1;
}

.team-item:hover div.btn-slide i {
    border-radius: 0;
}

.team-item:hover div.btn-slide span {
    left: 0;
}

/*================================================
  Testimonial Area CSS
=================================================*/
.testimonial {
  text-align: center;
  padding: 30px 30px 50px;
  margin-top: 70px;
}

.testimonial::before,
.testimonial::after {
  content: "";
  border-top: 40px solid white;
  border-right: 125px solid transparent;
  position: absolute;
  bottom: -40px;
  left: 0;
}

.testimonial::after {
  border-right: none;
  border-left: 125px solid transparent;
  left: auto;
  right: 0;
}

.testimonial .quate-icon{
  display: inline-block;
  font-size: 80px;
}

.testimonial .pic {
  display: inline-block;
  border: 4px solid white;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.quate-icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50px;
  font-size: 14px;
  display: inline-block;
}

.testimonial .pic img {
  width: 100%;
  height: auto;
}

.owl-controls {
  margin-top: 20px;
}

.owl-pagination {
  display: flex;
  justify-content: center;
}

.owl-page {
  height: 10px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10%;
}

.owl-page:hover,
.owl-page.active {
  background-color: rgba(255, 255, 255, 0.3);
}

.owl-page:not(first-item) {
  margin-left: 10px;
}

/*================================================
  News Area CSS
=================================================*/
.news-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Image Zoom with Overlay */
.news-img {
  position: relative;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}

.news-img img {
  transition: transform 0.7s ease;
}

.news-card:hover .news-img img {
  transform: scale(1.15);
}

.news-text ul li i {
  color: var(--primary-color);
  font-size: 1rem;
  transition: transform 0.4s ease;
}

.news-card:hover ul li i {
  transform: rotate(15deg) scale(1.2);
}

.news-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/*================================================
  Contact Area CSS
=================================================*/

.c-info-wrap .contact-info li {
  font-size: 16px;
  color: #505050;
  font-weight: 400;
  margin-bottom: 28px;
  padding-bottom: 19px;
  line-height: 1.3;
  border-bottom: 1px solid #ebebeb;
}

.c-info-wrap .contact-info li .icon {
  float: left;
  margin-right: 20px;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-size: 18px;
  height: 30px;
  width: 30px;
  align-items: center;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
 }

.c-info-wrap .contact-info li a {
  color: var(--heading-text);
  font-weight: 700;
  margin-left: 5px;
  display: block;
  font-size: 18px;
}

.c-info-wrap .contact-info li:hover a {
  color: var(--primary-color);
}

.c-info-wrap .contact-info li:last-child {
  margin-bottom: 0;
  border: 0 none;
}

#contactForm .form-group {
    margin-bottom: 15px;
}

#contactForm input {
  height:  50px!important;
}

/*================================================
  Our Clients Area CSS
=================================================*/
.clients-carousel .owl-stage {
  transition: all 1s linear !important;
}

.box {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 60%;
  height: auto;
  transition: transform 0.5s ease-in;
  margin: 8px auto;
}

.box img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}

.box:hover {
  transform: scale(1.2);
}

/*================================================
  Newletter Area CSS
=================================================*/
#newsletter .error:not(.form-control){
  position: absolute;
  top: 100%;
  font-size: 16px;
  font-weight: 600;
  background-color: var(--body-color) !important;
}

@media (max-width: 500px) {
  #newsletter .input-group {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  #newsletter .input-group input,
  #newsletter .input-group button {
    border-radius: 5px !important;
    width: 100%;
  }

  #newsletter .input-group input {
    margin-bottom: 0;
  }
}

#newsletter .input-group input {
  padding: 20px 15px;
}

/*================================================
  Footer Area CSS
=================================================*/

.footer-area .footer-widget {
  margin-bottom: 30px;
}
.footer-area .footer-widget .logo {
  margin-bottom: 20px;
}
.footer-area .footer-widget .logo .white-logo {
  display: none;
}

.footer-area .footer-widget h3 {
  font-size: 20px;
  margin-bottom: 25px;
  padding-bottom: 10px;
}

.footer-area .footer-widget .footer-text li:last-child {
  margin-bottom: 0;
}

.footer-area .footer-widget .footer-text li a:hover {
  color: var(--primary-color);

}
.footer-area .footer-widget.pl-80 {
  padding-left: 80px;
}
.footer-area .footer-widget.pl-50 {
  padding-left: 50px;
}

@media (max-width: 767px) {
  .footer-area .footer-widget.pl-80 {
    padding-left: 0;
  }
  .footer-area .footer-widget.pl-50 {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .footer-area .footer-widget.pl-80 {
    padding-left: 0;
  }
  .footer-area .footer-widget.pl-50 {
    padding-left: 0;
  }
}

.footer-area .footer-widget .info-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer-area .footer-widget .info-list li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 15px;
}

.footer-area .footer-widget .info-list li a:hover {
  color: var(--primary-color);
}

.footer-area .footer-widget .info-list li i {
  color: var(--primary-color);
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
  background: var(--white-color);
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 4px;
}
.footer-area .footer-widget .info-list li i:hover {
  background: var(--primary-color);
  color:var(--white-color);
}
.footer-area .footer-widget .info-list li span {
  display: block;
  color: var(--white-color);
  font-size: 16px;
  margin-bottom: 5px;
}
.footer-area .footer-socials {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer-area .footer-socials li {
  display: inline-block;
  padding: 0 !important;
  margin: 0 10px 0 0;
}
.footer-area .footer-socials li:last-child {
  margin: 0;
}
.footer-area .footer-socials li a i {
  display: inline-block;
  background: var(--white-color);
  color: var(--secondary-color);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  position: relative;
  margin-top: 10px;
}
.footer-area .footer-socials li a i:hover {
  background: var(--primary-color);
  color: var(--white-color);
}
.footer-area.footer-two {
  padding-top: 170px;
}

/* ==================
  Back to top Styles
================== */

#backtotop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#backtotop:hover {
  cursor: pointer;
}
#backtotop.show {
  opacity: 1;
  visibility: visible;
}

.input-field {
  display: none;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .offcanvas-header {
    background-color: var(--alt-color) !important;
  }

  .offcanvas-body {
    background-color: var(--body-color) !important;
  }
}

.input-group .btn {
  position: relative;
  z-index: 1!important;
}