HEX
Server: nginx/1.24.0
System: Linux DGT-WORDPRESS-VM-SERVER 6.14.0-1014-azure #14~24.04.1-Ubuntu SMP Fri Oct 3 20:52:11 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 8.4.12
Disabled: NONE
Upload Files
File: /mnt/data/ifa-wp/wp-content/themes/dreamsrent/style.css
/*
Theme Name: Dreamsrent
Theme URI: #    
Version: 1.1.8
Description: Car Rental WordPress Theme by Dreams Technologies.
Author: Dreams Technologies
Author URI: Dreams Technologies
Requires at least: 5.0
Requires PHP: 7.4
Tested up to: 7.4
License: GNU General Public License
License URI: license.txt
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments
Text Domain: dreamsrent
Copyright (C) 2024 Dreams Technologies. All rights reserved.
*/
 
 
:root {--tw-bg-opacity:1;}
:root {--dreamsrent_primary_color:rgb(212 175 55 / var(--tw-bg-opacity, 1));}
 :root {--dreamsrent_a_color:#127384;}
 :root {--dreamsrent_a_color_hover:#000000;}
 
:root {--dreamsrent_btn_primary_back:#127384;}
:root {--dreamsrent_btn_primary_color:#ffffff;}
:root {--dreamsrent_btn_primary_hover:#141432;}
 
:root {--dreamsrent_btn_secondary_back:#201F1D;}
:root {--dreamsrent_btn_secondary_color:#ffffff;}
:root {--dreamsrent_btn_secondary_hover:#127384;}
 
:root {--dreamsrent_footer_back:#201f1d;} 
:root {--dreamsrent_footer_back:#201f1d;} 
:root {--dreamsrent_bcrumb_color:#201F1D;} 
 
  .header .header-navbar-rht .has-arrow.logged-item .nav-link, .header .header-navbar-rht .has-arrow .logged-item .nav-link {
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  
 
  .header .header-navbar-rht .has-arrow .user-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
 
 
 
  
  .header .header-navbar-rht .noti-wrapper .bell-icon, .header .header-navbar-rht .noti-wrapper .nav-link, .align-center {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .header .header-navbar-rht .has-arrow.logged-item .nav-link, .header .header-navbar-rht .has-arrow .logged-item .nav-link, .book-card .card-header h4 span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  
  .header .header-navbar-rht .has-arrow .user-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }


 .header .header-navbar-rht .has-arrow .user-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .logged-in .header .header-navbar-rht li.nav-item.cart_icon{
      margin-left:10px;
      min-width: 35px;
      min-height: 35px;
}

.header .header-navbar-rht li.nav-item.cart_icon{
   min-width: 45px;
   min-height: 45px;
}

  .header .header-navbar-rht .has-arrow.logged-item .nav-link {
    font-size: 14px;
     padding: 0 10px;
}

.header .header-navbar-rht .has-arrow .dropdown-toggle .user-img {
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
.header .header-navbar-rht .has-arrow .dropdown-toggle .user-img > img {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border: 2px solid #DBDBDB;
}

.header .header-navbar-rht .has-arrow .dropdown-toggle .user-text {
  color: #2F2F2F;
  margin: 0;
}

.header .header-navbar-rht .has-arrow .dropdown-toggle:after {
  border-top: 0;
  border-left: 0;
  border-bottom: 2px solid #2F2F2F;
  border-right: 2px solid #2F2F2F;
  content: "";
  height: 8px;
  display: inline-block;
  pointer-events: none;
  width: 8px;
  vertical-align: 2px;
  margin-left: 10px;
  margin-bottom: 5px;
  transform-origin: 66% 66%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

 .footer_about p {
  color: #828282;
  margin-bottom:10px;
 }
 .footer_logo {
  margin-bottom: 15px;
 }

 /* Rental List View */
body .listview-car .blog-widget .blog-img {
    width: 260px !important;
    flex-shrink: 0 !important;
}

body .listview-car .blog-widget .blog-img img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
}

.listview-car .card .card-body .listing-details-group ul{
  justify-content: start;
}

.listview-car .card .card-body .listing-details-group ul li{
     font-size: 14px;
    margin: 0 26px 0 0;
}
.listing-details-group ul li p {
    color: #676767;
    font-size: 14px !important;
}

/* rental list Card avator image size */
.title-bottom .listing-features .author-img img {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50%; /* Optional: keep it round */
    object-fit: cover;
}

.address-info {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* location icon & font size */

.address-info h6 {
    font-size: 14px !important;
}

.address-info h6 i {
    font-size: 14px;
    width: 14px;
    height: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


 



@media (min-width:  575.98px) {
  .header .navbar-header .navbar-brand {
   
      width: 176px;
  }
  }
 
  
  @media (max-width: 575.98px) {
      .header .navbar-header .navbar-brand.logo-small {
           max-height: 35px;
           margin-left: 15px;
      }
    
      .header .navbar-header .navbar-brand.logo-small .img-fluid {
       height: 35px;
  }
  }

/* custom css*/


.header .header-navbar-rht .nav-item .header-login:hover {
  background-color: #ffffff;
  border: 1px solid var(--dreamsrent_primary_color);
  box-shadow: inset 0 70px 0 0 #ffffff;
  color: var(--dreamsrent_primary_color);
}

.testimonials-section .review-box .review-details .list-rating .list-rating-star i {
  
    color: var(--dreamsrent_primary_color);
}

.faq-section .faq-title>a:not(.collapsed):after {
  content: "\f139";
  color: var(--dreamsrent_primary_color);
}

.testimonials-section .card-body:hover  .review-details .list-rating .list-rating-star i{
   color:#fff;
}
 
.services .services-group .services-icon.border-warning{
border: 2px dashed var(--dreamsrent_primary_color)!important;
}

.services .services-group .services-icon.border-warning .bg-warning{
background:   var(--dreamsrent_primary_color)!important;
}

.services .services-group .services-icon.border-secondary{
border: 2px dashed var(--dreamsrent_a_color)!important;
}

.services .services-group .services-icon.border-secondary .bg-secondary{
background:   var(--dreamsrent_a_color)!important;
}


.admin-bar .main-wrapper .header,.admin-bar .main-wrapper .sidebar {
    top: 32px;
}

.header_main.header .container{ 
  max-width: 1374px;
  padding: 0;
}


.swiper {
  width: 100%;
  height: 100vh;
  position: relative;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
}
.slide-overlay {
  color: white;
  max-width: 600px;
  padding: 0 50px;
}
.slide-overlay h1 {
  font-size: 3rem;
  font-weight: bold;
}
.slide-overlay p {
  font-size: 1.2rem;
  margin: 20px 0;
}
.btn-yellow {
  background-color: #f2c300;
  color: #000;
  padding: 12px 24px;
  text-decoration: none;
  margin-right: 10px;
  border-radius: 5px;
}
.btn-outline {
  background-color: transparent;
  color: #fff;
  padding: 12px 24px;
  border: 2px solid #fff;
  text-decoration: none;
  border-radius: 5px;
}
.swiper-pagination-bullet {
  background: #fff !important;
}



.hero-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}
.slide.active {
  opacity: 1;
  z-index: 2;
}
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(15,35,71,0.65);
}
.content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
  text-align: center;
  padding: 0 1rem;
  color: white;
}
.content h1 {
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
}
.content p {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}
.buttons .btn {
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  margin: 0 0.5rem;
}
.btn.primary {
  background: #F2C300;
  color: #000;
}
.btn.outline {
  background: transparent;
  border: 2px solid white;
  color: white;
}


.dots {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
.dot {
  height: 0.5rem;
  width: 0.5rem;
  margin: 0;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}
.dot.active {
  background: #fff;
  width: 1.5rem;
   border-radius: 5px;
}


.scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 5;
  color: white;
  font-family: sans-serif;
  animation: fadeInUp 1s ease-out 1.2s both;
}

.scroll-text {
  display: block;
  font-size: 0.9rem;
  letter-spacing: 1px;
  margin-bottom: 8px;
  opacity: 0.85;
}

.scroll-line {
  display: block;
   margin: 0 auto;
  background: white;
  animation: scrollDown 1.4s infinite ease-in-out;
  border-radius: 1px;
  border-radius: 50%;
}

/* Animation */
@keyframes scrollDown {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(10px);
    opacity: 0.6;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    transform: translate(-50%, 20px);
    opacity: 0;
  }
  to {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}