/*==================================
* Author        : "ThemeSine"
* Template Name : CarVilla  HTML Template
* Version       : 1.0
==================================== */

/*==================================
font-family: 'Poppins', sans-serif;
font-family: 'Rufina', serif;
==================================== */


/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2.  Top-area
3.  Welcome-hero
4.  Model-search
5.  Service
6.  New-cars
7.  Featured-cars
8.  Client-say
9.  Brand
10. Blog
11. Contact
==========================================*/

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/

@font-face {
    font-family: 'Antique Olive Std Nord';
    src: url('fonts/antique-olive-std-nord-regular-italic.woff2') format('woff2'),
         url('fonts/antique-olive-std-nord-regular-italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}


*{
    padding: 0;
    margin: 0;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	color:black;
    max-width:1920px;
    margin:0 auto;
	overflow-x:hidden;
}



a,a:hover,a:active,a:focus {
	display:inline-block;
	text-decoration:none;
	color: black;
	font-size:20px;
	padding:0;
    font-weight: 500;
}
h1,h2,h3,h4,h5,h6 { 
    font-family: 'Antique Olive Std Nord', sans-serif;
	margin: 0;
	color:black;
    font-size: 16px;
    font-weight: 500;
}
p {
	margin: 0;
	color:black;
	font-size:16px;
    line-height: 1.8;
}

ul{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}
ul li {
	list-style: none;
    display: inline-block;
	
}
select,input,textarea,button,.form-control{box-shadow:none;outline:0!important;}
button {background: transparent;border: 0;font-size: 16px;text-transform: capitalize;}

html,body{height: 100%;}


[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}
.owl-carousel {z-index: 0;}
/* section-header */
.section-header{
    position: relative;
    text-align: center;
}
.section-header h2{
    position: relative;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 35px;
}
.section-header h2:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -42px;
    background: red;
}
.section-header p{color: #444a57;text-transform: capitalize;margin-bottom:10px;}
.section-header h2 span,.section-header p span{text-transform: lowercase;}

/* section-header */

/*=============Style css=========*/


/*-------------------------------------
        2. Top-area
--------------------------------------*/
nav.navbar.bootsnav {
    background-color: transparent;
    border-bottom: transparent;
    z-index: 1000;
}
.wrap-sticky nav.navbar.bootsnav.sticked {background-color: #26ABE2;box-shadow: 0 2px 5px rgba(0,0,0,.2);}

/*.navbar-brand*/
.navbar-header a.navbar-brand,.navbar-header a.navbar-brand:hover,.navbar-header a.navbar-brand:focus{
    display: inline-block;
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    font-family: 'Rufina', serif;
    font-weight: 700;
    padding: 20px 0px;
    text-transform:uppercase;
}
.navbar-header a.navbar-brand span{display: inline-block;color:red;text-transform:capitalize;}

.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:hover,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:focus {padding:20px 0px;}
/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav > li > a {
    font-family: 'Antique Olive Std Nord', sans-serif;
    color: #f5f7fa;
    font-size: 16px;
    font-weight: 500;
    text-transform:uppercase;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
nav.navbar.bootsnav ul.nav > li > a {padding: 48px 21px;}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus{color:red;}
nav.navbar.bootsnav ul.nav > li.active>a {color: red;}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
}
nav.navbar.bootsnav ul.nav > li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}
.wrap-sticky nav.navbar.bootsnav.sticked ul.nav > li > a{padding:20px 25px;}
/*.nav li*/

/*.menu-ui-design*/
.menu-ui-design{overflow-y:scroll;height: 350px;}
.menu-ui-design::-webkit-scrollbar {
    width:5px;
}
.menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
}
.menu-ui-design::-webkit-scrollbar-thumb {
  background-color: red;
}
/*.menu-ui-design*/

/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    /*border: 1px solid red;*/
    padding: 10px;
    top: 0;
    width: 40px;
}
nav.navbar.bootsnav .navbar-toggle i{color: red;}
/*.navbar-toggle */

/*-------------------------------------
        3.  Welcome-hero
--------------------------------------*/
.welcome-hero {
    z-index: 1;
    background-color: #37454A;
    background:url(/assets/images/mt_banner.jpg) no-repeat center center;
    background-size: cover;
}
.welcome-hero:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(42,45,84,.60);  */
    z-index:-1;
}
.header-area{position: absolute;top:0;left:0;width: 100%;z-index: 99;}

/*.welcome-hero-txt*/
.welcome-hero-txt{
    text-align: center;
    margin:100px 0 00px;
    padding-top: 5px;
    border-radius: 8px;
}
.welcome-hero-txt a {
color: white;
}

.redfont{
color: red;
}


.welcome-hero-txt h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-top:     180px;
  }


.welcome-hero-txt h2 {
    font-size: 29px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}
.welcome-hero-txt p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    max-width: 735px;
    margin: 0 auto;
}

@media screen and (max-width: 1440px) {
    .welcome-hero-txt {
      padding: 0px 0px 10px !important;
    }
  }



@media (min-width: 1200px) {
    .container {
      width: 90%;
    }
    
  }

  @media screen and (max-width: 992px) {
    .welcome-hero {
        z-index: 1;
        background-color: #37454A;
        background:url(/assets/images/hero_668.png)no-repeat!important;
    }
    .welcome-hero h1 {
        font-size: 40px!important;
      }
    .welcome-hero h2 {
      font-size: 29px!important;
    }
    nav.navbar.bootsnav .navbar-brand {
        padding: 20px!important;
      }
  }






  @media screen and (max-width: 1199px) {
    .welcome-hero h1 {
        font-size: 24px!important;
      }
      
    .welcome-hero h2 {
      font-size: 18px!important;
    }
  }

  @media screen and (max-width: 668px) {
    .welcome-hero h1 {
        font-size: 13px!important;
        margin-top: 160px!important;
      }
    .welcome-hero h2 {
      font-size: 11px!important;
      margin-bottom: 0px;
    }
    .welcome-hero {
        z-index: 1;
        background-color: #37454A;
        background:url(/assets/images/hero_480.png)no-repeat!important;
    }

    .filter input, .filter select {
  
       max-width: 150px;
       
    }




  }

.sortContainer{
text-align: center;
margin-bottom: 10px;
}

.sort-btn{
    border: 0px solid red!important;
    background-color: white;
    color: #2196F3;
    padding: 0px 0px;
    font-size: 13px;
    cursor: pointer;
    width: 80px;
    height: 30px;
    margin: 0px;
    margin-top: 12px;
}


  .sorting {
    border-color: red;
    color: gray;

  }

  .sorting:hover {
    background-color: red;
    color: white;
  }

/*-------------------------------------
        4. Model-Search
--------------------------------------*/
.model-search-content .col-sm-12 {padding: 0;}
.model-search-content {
    padding: 40px 0;
    background: #fff;
    box-shadow:0 10px 40px 0px rgba(38,40,64,.2);
    position: relative;
    width: 100%;
    border-radius: 3px;
}

/*.single-model-search*/
.single-model-search{margin-bottom: 30px;}
.single-model-search:last-child {margin-bottom: 0;}

.single-model-search h2 {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 20px;
}
/*model-select-icon*/
.model-select-icon{
    position:relative;
}
.model-select-icon .form-control {
    outline: 0!important;
    box-shadow: none;
    border: 1px solid #f8f8f8;
    background: #f8f8f8;
    height: 60px;
}
.model-select-icon select {
    font-size: 16px;
    color: #888f9d;
    text-transform: capitalize;
}
.model-select-icon:after{
    position: absolute;
    content: "\f103";
    right: 0px;
    top: 0;
    font-size: 10px;
    color: #888f9d;
    background: #f8f8f8;
    height: 60px;
    line-height: 60px;
    width: 50px;
    text-align: center;
    font-family: "Flaticon";
    pointer-events: none;
    border: transparent;
}/*model-select-icon*/
.welcome-btn.model-search-btn {
    width: 160px;
    margin-top: 80px;
    margin-left: 53px;
}

/*.single-model-search*/

/*-------------------------------------
        5. Service 
--------------------------------------*/
.service { padding: 60px 0 87px;}


.searchresult { 
    position: relative;
    padding: 100px 0 100px; 
    align-items: center;}

.searchresult h2 {
    position: relative;
font-size: 24px;
display: flex;
justify-content: center;  /* Centers items horizontally */
align-items: center;      /* Centers items vertically */
padding-bottom: 35px;
  }

.searchresult h2::before {
  position: absolute;
  content: "";
  width: 90%;
  height: 2px;
  bottom: 0;

  background: red;
}


.single-service-item{
    text-align: center;
    padding:55px 30px 60px;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid #dadfe9;
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
    
}

.single-service-icon {
    display: inline-block;
    color: #50616c;
}
.single-service-item h2 a {
    font-size:20px;
    margin: 35px 0 20px;
    color: #fff;
}
.single-service-item h2 a span {text-transform:  lowercase;}
.single-service-item p {
    padding-bottom: 35px;
    position: relative;
    color: #fff!important;
    background-color: rgba(0, 0, 0, 0.5); 
    padding: 20px;
    border-radius: 8px;
} 

.single-service-item p:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 3px;
    background: #3030ea;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
}

.single-service-icon [class^="flaticon-"]:before,.single-service-icon[class*=" flaticon-"]:before,.single-service-icon [class^="flaticon-"]:after,.single-service-icon [class*=" flaticon-"]:after {font-size:60px;}
.single-service-item:hover .single-service-icon [class^="flaticon-"]:before,.single-service-item:hover .single-service-icon [class*=" flaticon-"]:before,.single-service-item:hover .single-service-icon [class^="flaticon-"]:after,.single-service-item:hover .single-service-icon [class*=" flaticon-"]:after {color:#fff;}


.single-service-item:hover h2 a,.single-service-item:hover p{color: #fff;}
.single-service-item:hover  p:before {background: #fff;}
.single-service-item:hover{box-shadow: 0 12px 30px 0px rgba(0,1,193,.2);background: red;}


/*-------------------------------------
        6. New-cars
--------------------------------------*/
.new-cars{
    background: #eff3fb;
    padding:112px 0 120px;
}
.new-cars-content{padding-top:50px;}
/*.new-cars-txt*/
.new-cars-txt {margin-left: 29px;margin-bottom: 30px;}
.new-cars-txt h2 a {
    font-size:  20px;
    font-weight:  500;
    margin-bottom: 26px;
}
.new-cars-txt h2 a span {text-transform:  uppercase;}
.new-cars-para2 {margin-top: 30px;}
.welcome-btn.new-cars-btn {
    width: 176px;
    margin-top: 32px;
}
/*.new-cars-txt*/

/*.owl-dots */
.new-cars .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0px 4px;
    background: transparent;
    border: 1px solid #6a7781;
    border-radius: 50%;
}
.new-cars .owl-theme .owl-dots .owl-dot.active span,.new-cars .owl-theme .owl-dots .owl-dot:hover span {background: #6a7781;}
.new-cars .owl-theme .owl-nav.disabled+.owl-dots {margin-top: 62px;}
/*.owl-dots */

/*-------------------------------------
        7. Featured-cars
--------------------------------------*/
.featured-cars{
    padding:112px 0 120px;
}
.featured-cars-content{padding-top:96px;}

/*.single-featured-cars*/
.featured-img-box {
    border: 1px solid #dadfe9;
}
.featured-cars-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    height: 220px;
    border-bottom: 1px solid #dadfe9;
}
.featured-model-info{padding:12px 7px;}
.featured-model-info p {
    font-size: 12px;
    color: #8c92a0;
    text-transform: capitalize;
}
.featured-mi-span{display: inline-block;margin:0 10px;}
.featured-hp-span{display: inline-block;margin-right: 10px;}
.featured-cars-txt{margin:21px 0 47px;}
.featured-cars-txt h2 a{font-size: 16px;margin-bottom: 15px;}
.featured-cars-txt h2 a span{text-transform: uppercase;}
.featured-cars-txt h3{margin-bottom: 10px;}
.featured-cars-txt h3,.featured-cars-txt p{font-size: 13px;}


.featured-link {
    display: inline-block;
    text-decoration: none;
    color: red;
    font-size: 13px;
    padding: 0;
    font-weight: 500;
}

.featured-link:hover {
    display: inline-block;
    text-decoration: none;
    color: #1c03fd;
    font-size: 15px;
    padding: 0;
    font-weight: 500;
}

/*.single-featured-cars*/

/*-------------------------------------       
        8. Clients-say 
--------------------------------------*/
.clients-say{padding:115px 0 80px;background: #f8f9fb;}

.single-testimonial-box  {

    padding: 50px 30px 57px;
    text-align: center;
    border: 1px solid #dadfe9;
    overflow-x: hidden;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
    margin-bottom: 20px!important;
    /*left:+100px*/
    /*bottom: -150px; */
    background-color: rgba(255, 255, 255, 0.8); /* Optional background color */
}

.single-testimonial-box2  {

    text-align: center;

}


.testimonial-person{
 text-align: center;
}

.testimonial-person a {
    color: #0102FA;
   }
   

.testimonial-staff-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    height: 220px;
    border-bottom: 1px solid #dadfe9;
}

/*testimonial-description*/
.single-testimonial-box:hover{
    box-shadow: 0 12px 30px 0px rgba(0,1,193,.2);
}


/*-------------------------------------
        9. Brand
--------------------------------------*/
.brand{
    padding: 120px 0;
}
.brand-area {
    position:relative;
}
.brand-area .item {
    padding: 0 40px 0;
}


/*-------------------------------------
        10. Blog
--------------------------------------*/

/*-------------------------------------
        12. Contact
--------------------------------------*/
.contact {
    padding: 112px 0 72px;
  }

.footer {
    background: #F2F2F2;
    color: #000!important;
}
.footer-top {padding: 112px 0 72px;}

/*.footer-logo*/
.footer-logo a,.footer-logo a:hover,.footer-logo a:focus{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    letter-spacing: 3px;
    font-family: 'Rufina', serif;
    font-weight: 700;
    text-transform:uppercase;
}
.single-footer-widget p {
    font-size: 14px;
    color: #eeeff6;
    max-width: 300px;
    margin:40px 0 20px;
}
.footer-contact p {
    margin: 0;
    color: black;
}
/*.footer-logo*/

.single-footer-widget {margin-bottom: 40px;}
.single-footer-widget h2 {
    font-size: 14px;
    color: black;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.single-footer-widget ul li {
    display:  inherit;
    -webkit-transition: .5s; 
    -moz-transition:.5s; 
    -ms-transition:.5s; 
    -o-transition:.5s;
    transition: .5s;
}
.single-footer-widget ul li:hover{
    -webkit-transform:translateX(10px);
    -moz-transform:translateX(10px);
    -ms-transform:translateX(10px);
    -o-transform:translateX(10px);
    transform:translateX(10px);
}
.single-footer-widget a{
    font-size: 14px;
}
.single-footer-widget a:hover{
    color: red;
}


.single-footer-widget ul li a {
    font-size:  14px;
    color:  black;
    font-weight:  300;
    padding-bottom: 0px;
    
}
.single-footer-widget ul li a span {text-transform: lowercase;}



/*hm-foot-email*/
/*.footer-copyright */
.footer-copyright {
    padding: 20px 0 17px;
    border-top: 0px solid #434859;
}
.footer-copyright p,.footer-copyright p a {
    color: #a8a9bf;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.footer-social{text-align: right;}
.footer-social a i {
    color: #fff;
    opacity: .40;
    font-size: 14px;
    margin-left: 16px;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.footer-social i:hover{opacity: .70;}
/*.footer-copyright */

/*===============================
    Scroll Top
===============================*/
#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background:#04B7F1;
	border:1px solid #04B7F1;
	-webkit-transition: .2s; 
	-moz-transition:.2s; 
	-ms-transition:.2s; 
	-o-transition:.2s;
    transition: .2s;
	z-index: 2;
}
#scroll-Top  .return-to-top:hover {
    background:#fff;
    color: red;
	border:1px solid red;
}


#scroll-Top  .return-to-top i{
    position:relative;
    bottom:0;

}

#scroll-Top  .return-to-top i{
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration:1s;
}
@keyframes example {
    0%   {bottom:0px;}
    100%  {bottom:7px;}
}

.row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.companylogo {
    z-index: 100;
}

.car-plate {
    font-size: 16px;
    background-color: black;
    color: white;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    margin: 5px;
    flex: 1;
    min-width: 150px;
    width: 140px;
    position: relative;
}
.car-plate:hover {
transform: translateY(0); /* Reset lift effect */
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Shadow back to original */
font-size: 16px;
}

.price {
    text-align: center;
    margin-top: 5px;
    font-size: 0.8em;
}

.sale-label {
    position: absolute;
    top: -0px;
    left: 0px;
}

.new-label {
    color: red; /* Change the color as needed */
    font-weight: bold;
    font-size: 0.8em; /* Adjust the font size */
    text-align: center;
    position: absolute;
    top: -2px;
    right: -2px;
}


.service-content {
    padding-top: 50px;
}


.filterTags {
    text-align: center;
    margin-bottom:40px;
}

.filter-tag {
    display: inline-block;
    background-color: #2A2D54;
    color: white;
    padding: 5px 10px;
    margin: 5px;
    border-radius: 3px;
    font-size: 0.9em;
}

.filter-tag .remove-filter {
    margin-left: 5px;
    cursor: pointer;
}


.filter {
    font-family: sans-serif;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0px;
    /*margin: 30px; */
    padding: 20px; /* Add padding to the filter container */
    padding-bottom: 10px;
    background-color: #F2F2F2;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Shadow for depth */
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease; /* Smooth transitions */ 
    

}

.filter label, .filter input, .filter select {
    display: flex;
    margin-bottom: 10px;
    font-size: 14px;
    color: black;
}

.filter select {
    min-height: 45px;
}

.filter input, .filter select {
    padding: 10px;
    font-size: 1em;
    width: 95%;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: border-color 0.3s;
    background-color: white;
    margin-bottom: 15px; /* Add margin to create space between fields */
}

.filter input:focus, .filter select:focus {
    border-color: #0102fa;
    outline: none;
}

.filter div {
    flex: 1;
    min-width: 170px;
}

.button-container {
    display: flex;
    justify-content: center; /* Center the buttons */
    align-items: center;
     /* Space above the buttons */
    width: 100%; /* Ensure it takes full width of the filter box */
}

button {
    padding: 10px 20px;
    font-size: 1em;
    background-color: red;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 48%; /* Adjust button width */
    margin: 10px 10px; /* Space between buttons */
    max-width: 200px; /* Set max width for buttons */
    height: 50px;
}

button:hover {
    background-color: #a00000;
}

/* Media Query for Mobile Devices */
@media (max-width: 768px) {
    .filter div {
        margin-right: 0;
    }


    .filter label {
  margin-bottom: 0px;
  font-size: 11px;
  font-weight: 400;
    }

    .filter select, .filter input{
        font-size: 0.9em;
    }


    .searchresult {
        padding-top: 140px;
    }
    .searchresult h2 {
        font-size: 16px;
    }
}

#countContainer, #messageContainer {
    position: relative;
    display: inline-block;
    vertical-align: middle;  /* Ensures they align in the middle */
    margin-right: 10px;      /* Optional spacing between them */
    margin-bottom: 10px;
    max-width: 400px;
}

.searchresult h2 {
    display: flex;
    align-items: center;      /* Center-aligns items if they differ in height */
}


.tagArea {
    padding-top: 100px;
    padding-bottom: 50px;
}

.tagButton {
    flex-wrap: wrap;
    display: flex;
    justify-content: center; 
    padding-bottom: 50px;
    text-align: center;
}

.offertag{
    width: 160px;
    text-align: center;
    min-width: 150px;
    display: inline-block;
    padding: 10px 15px;
    margin: 5px;
    background: linear-gradient(135deg, #fc6767, #ff0000c4); /* Gradient background */ 
    color: white;
    border-radius: 5px; /* Increased border-radius for a softer look */
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase; /* Uppercase text for emphasis */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Shadow for depth */
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease; /* Smooth transitions */ 
}

/* Hover Effect */
.offertag:hover {
    min-width: 150px;
    display: inline-block;
    padding: 10px 15px;
    margin: 5px;
    text-transform: uppercase; /* Uppercase text for emphasis */
    color: white;
    font-size: 14px;
    transform: translateY(-2px); /* Slight lift effect */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Deeper shadow on hover */
    background: linear-gradient(135deg, #fc6767, #ff0000c4); /* Gradient background */ 
}

/* Active Effect */
.offertag:active {
    min-width: 150px;
    display: inline-block;
    padding: 10px 15px;
    margin: 5px;
    text-transform: uppercase; /* Uppercase text for emphasis */
    color: white;
    font-size: 14px;
    transform: translateY(0); /* Reset lift effect */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Shadow back to original */
    background: linear-gradient(135deg, #fc6767, #ff0000c4); /* Gradient background */ 
}

.tag {
    width: 160px;
    text-align: center;
    min-width: 150px;
    display: inline-block;
    padding: 10px 15px;
    margin: 5px;
    background: linear-gradient(135deg, #007bff, #0056b3); /* Gradient background */
    color: white;
    border-radius: 5px; /* Increased border-radius for a softer look */
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase; /* Uppercase text for emphasis */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Shadow for depth */
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease; /* Smooth transitions */
}

/* Hover Effect */
.tag:hover {
    min-width: 150px;
    display: inline-block;
    padding: 10px 15px;
    margin: 5px;
    text-transform: uppercase; /* Uppercase text for emphasis */
    color: white;
    font-size:14px;
    transform: translateY(-2px); /* Slight lift effect */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Deeper shadow on hover */
    background: linear-gradient(135deg, #0056b3, #003f7f); /* Darker gradient on hover */
}


.elementor-icon-list {
    padding-top: 20px;
}
.elementor-icon-list-icon {
    color: #186D37;
  }

.contact-icon-list {
    text-align: left;
}

.noresult {
    color: red!important;
}



.viewAllcontainer{
    display: flex;
    width: 100%;
    justify-content: center;
}

.viewAll {
margin-top:30px;
margin-bottom: 10px;  
color:red;
font-size: 16px!important;
}


.viewAll:hover {
    color:#0102FA;
    }

    .hideit {
        display: none; /* Hides the div with id="series" if it exists */
    }



    #saveToHome {
        display: none; /* Hide it initially */
        padding-top: 10px;
      }


    .installapp{
    display :flex;
    margin-top: 30px;  
    justify-content: left!important;
    text-align: left!important;
    width:100%;
    align-items: center!important;
    z-index: 1000;
    cursor: pointer;
    color: white;
    }

    .installcontainter {
    width:230px;
    height: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Shadow for depth */
    border-radius:5px;
    display: flex;
    flex-wrap: wrap;
    background-color: #03B8F1;
    justify-content: center!important;
    text-align: center!important;
    align-items: center!important;
    color: white;
}

    .left-column {
        display: flex;
        flex: 1; /* Takes up half of the space */
        padding: 10px;
        box-sizing: border-box;
        align-items: center;
        height: 80px;
    }
    /* Style for right column */
    .right-column {
        flex: 2.5; /* Takes up half of the space */
       
        box-sizing: border-box;
        align-items: center;
        height: 80px;
        display: flex;
    }

    #loader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.9);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }
    
    #loader::after {
        content: "";
        width: 50px;
        height: 50px;
        border: 5px solid #ccc;
        border-top: 5px solid #007bff;
        border-radius: 50%;
        animation: spin 1s linear infinite;
    }
    
    @keyframes spin {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(360deg);
        }
    }