body,p,a,div,span,nav,header,h1,h2,h3,h4,h5,h6,button,img,ul,ol,li,section{
    padding:0px;
    margin:0px;
    font-family: 'Lato', sans-serif;
}

header{background: url('../img/background.webp');
    background-repeat: no-repeat;
    background-size: cover; 
    padding-top: 15PX;
    width: 100%;
    height:680px;}

.navbar{
        border-radius: 30px;
        box-shadow: 0 4px 8px rgba(255, 255, 255, 0.3);
       /*  z-index: 9998; */
       }
      
.navbar-expand-lg .navbar-nav .nav-link{color:#ffffff; padding:.2rem 1rem;
      font-weight: bold; margin-right: 5px;  border-radius:20px;}
      
.nav-item.call-link {
        /* Inherit styles from navbar-nav .nav-link */
        color:#ffc61a ;
        padding: 1px;
        font-weight: inherit;
        margin-right: inherit;
        border-radius: inherit;
      }      
.navbar-dark .navbar-nav .nav-link.active{
          background:#ffc61a;
           color:#000;
            border-radius:20px; 
            padding:.3rem 1rem;}
      
.navbar-dark .navbar-nav .nav-link:hover{

          background:#ffc61a; 
          color:#000;
          transition: .4s;
          } 
.navbar-dark{
            background-color: #000;
          }
.navbar-dark .navbar-toggler {
              background-color:  rgba(0, 0, 0, 0.5);}
          
.navbar-dark .navbar-toggler-icon {
                  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(255, 255, 255)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
       }
      

#header-car h3{color:#ffc61a;font-weight:bold; font-size:36px;}
#header-car h1{font-weight:bold; font-size: 46px;}
#header-car p{font-weight:bold; font-size:36px;}


#book-form{background:#ffc61a; color:#000;}
#top-margin{padding-top:150px;}
#top-margin h3{font-size: 35px; font-weight: bold;}
#top-margin h2{font-size: 44px; font-weight: bold;}
#top-margin p{font-size: 18px; margin:30px auto 40px;}
#top-margin .btn-dark{background:#000;}
#top-margin .btn-dark:hover{color:#ffc61a;}

#side-margin{padding-top: 150px;}

.card{border:none;}
#cards{border-radius: 20px 20px 20px 20px;}
#cards .form-inline .form-control {
    vertical-align: middle;
    width: 46%;
    margin:10px auto;
  }

  #cards .card-header{background:#000; border-radius: 20px;}
  #cards .card-header h3{color:#fff; font-size: 35px;}
  #cards .card-header span{color:#ffc61a;}


  #cards select{width:96%; margin: auto;}
  #cards .card-btn{width:96%; margin:auto; margin-top: 30px;}
  #cards .card-btn a{font-size: 18px;}
  #cards .form-control{border: none;
     border-bottom:2px solid rgba(0,0,0,.2); color:#000;
       font-size: 18px;
}
#cards .btn-dark{background:#000;}
#cards .btn-dark:hover{color:#ffc61a;}

#cards .form-control:focus{box-shadow: none;
     border-bottom:2px solid #ffc61a;}

#cards .form-control::placeholder{color:#000; font-size: 20px;}


#tariffs .bg-orange{background:#ffc61a !important;}
#tariffs .card-body img{margin-top: -100px;}
#head-tariffs h3{color:#ffc61a; font-weight: bold;}
#head-tariffs{margin-bottom: 110px;}

#bottom-tariffs h1,h3{margin:16px auto; font-weight: bold; color:#000;}
#bottom-tariffs p{ font-weight: bold;color:#000;}
#bottom-tariffs .btn-dark{background-color:#ffc61a;
    border:none; color:#000; font-weight: bold; margin-top: 5px;}

#bottom-tariffs .btn-dark:hover{color:#fff;}    
#bottom-tariffs .btn-orange{background-color:#000;
        border:none; color:#fff; font-weight: bold; margin-top: 5px;}
#bottom-tariffs .btn-orange:hover{color:#ffc61a;}  

#bottom-tariffs .bg-orange{position: relative;}
#bottom-tariffs .img img{width:20%; position: absolute; right:0px; bottom:0px;}

#best{background:url('../img/bg2.webp');
    background-size: cover;
    background-repeat: no-repeat;
     margin-top: 20px;}
#best h3{color:#ffc61a;}
#best h1{color:#ffc61a;}
#best-margin{margin:70px auto 80px;}
#best .d-icon{margin-top: 24px; margin-right: 28px;}
#best p{margin-top: -10px;}
#best .d-flex{margin-bottom: 30px;}
#best-btn .btn-dark{background-color:#ffc61a;
     border:none; color:#000;
}
#best-btn .btn-dark:hover{color:#fff;}

#top-cab h2{color:#ffc61a; font-size: 35px;}
#top-cab h1{color:#000; font-size: 40px;}
#mobile-bg .img-fluid{margin-left:13rem;}

#testi{background:url('../img/bg7.webp') no-repeat;
       background-size: cover; color:#fff;}
#top-testi{margin:40px auto;}       
#top-testi h2{color:#ffc61a;} 

#t-block{background: linear-gradient(to right, rgb(85, 85, 85), #010101);; border-radius: 40px;}
#t-content span{font-size: 22px; color:#ffc61a;}
#t-content p{font-size: 14px;}
/* carousel starts*/
/* #testi2{ } */
#testi2 h2 {
color: #333;
text-align: center;
text-transform: uppercase;
  font-family: 'Noto Sans', sans-serif;
font-weight: bold;
position: relative;
margin: 30px 0 60px;
}
#testi2 h2::after {
content: "";
width: 140px;
position: absolute;
margin: 0 auto;
height: 3px;
background: #ffc61a;
left: 0;
right: 0;
bottom: -10px;
  opacity: .8;
}
.col-center {
margin: 0 auto;
float: none !important;
}
.carousel {
margin: 50px auto;
padding: 0 70px;
}
.carousel-item {
color: #999;
font-size: 14px;
  text-align: center;
overflow: hidden;
  min-height: 290px;
}
.carousel .item .img-box {
width: 100px;
height: 100px;
margin: 0 auto;
padding: 5px;
border: 1px solid #ddd;
border-radius: 50%;
}
.carousel .img-box img {
width: 100%;
height: 100%;
display: block;
border-radius: 50%;
}

.carousel .testimonial {
padding: 30px 0 10px;
}
.carousel .overview {	
font-style: italic;
}
.carousel .overview b {
text-transform: uppercase;
color: #070707;
}
.carousel .carousel-control {
width: 40px;
  height: 40px;
  margin-top: -20px;
  top: 50%;
background: none;
}
.carousel-control i {
  font-size: 40px;
line-height: 42px;
  position: absolute;
  display: inline-block;
color:#ffc61a;
  text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
width: 10px;
height: 10px;
margin: 1px 3px;
border-radius: 50%;
}
.carousel-indicators li {	
background: #999;
border-color: transparent;
box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
background: #555;		
box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
/* carousel ends */
#hotline{background:#ffc61a; color:#000;}
#hotline h1{font-size: 70px;}
#hotline h2{font-size: 32px;}

#info{background:url('../img/bg4.webp') no-repeat;
       background-size: cover; color:#fff;}
#info h3{color:#fff;}       

#about-info hr{border:2px solid #ffc61a;}
#about-info i{color:#ffc61a; margin-right: 10px;}
#about-info i:hover{color:#fff;}

#d-info hr{border:2px solid #ffc61a;}
#d-info a{color:#ffc61a; text-decoration: none; font-size: 18px;}
#d-info a:hover{color:#fff;}

#d-info i{margin-left: 15px; font-size: 24px;}
#apple-info i{margin-left:50px; font-size: 32px;}

#cont-info hr{border:2px solid #ffc61a;}
#cont-info i{margin-right: 20px;}
#cont-info p{margin-top: -5px;}

#image-gallery {
  background: #ffffff;
}

.flex-column {
  max-width: 260px;
}

#image-gallery img {
  border-radius: 10px; /* Rounded corners for all images */
  margin: 5px;
}

.scale {
  transform: scaleY(1.05);
  padding-top: 5px; 
}

/* service card starts*/
.section-services {
	font-family: "Poppins", sans-serif;
	background-color: #ffffff;
	color: #000000;
	padding-top: 70px;
    padding-bottom: 120px;
}

.section-services .header-section {
	margin-bottom: 34px;
}

.section-services .header-section .title {
	position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
	font-weight: 700;
    font-size: 32px;
}

.section-services .header-section .title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 3px;
	background-color:#ffc61a;
    border-radius: 3px;
}

.section-services .header-section .title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translateX(30px);
	width: 10px;
	height: 3px;
	background-color: #000000;
    border-radius: 3px;
}

.section-services .header-section .description {
	font-size: 20px;
    color: #000000;
}

.section-services .single-service {
    position: relative;
    margin-top: 30px;
    border-radius: 10px;
    background: #f7f7f7;
    box-shadow:  20px 20px 60px #cbcbcb,
             -20px -20px 60px #ffffff;
    padding: 40px 30px;
    overflow: hidden;
}

.section-services .single-service .content {
	position: relative;
	z-index: 20;
}

.section-services .single-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 50px;
    height: 50px;
    background-color: #ffc61a;
    border: 6px solid #6e6e6e;
    border-radius: 50%;
    opacity: 0.8;
    z-index: 10;
    transition: all .8s;
}

.section-services .single-service:hover .circle-before {
	width: 100%;
	height: 100%;
	transform: none;
	border: 0;
	border-radius: 0;
	opacity: 1;
}

.section-services .single-service .icon {
	display: inline-block;
	margin-bottom: 26px;
    width: 70px;
    height: 70px;
    background-color:#ffc61a;
    border-radius: 5px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    transition: all .3s;
}

.section-services .single-service:hover .icon {
	background-color: #fff;
	color:#ffc61a;
}

.section-services .single-service .title {
    margin-bottom: 18px;
	font-weight: 700;
    font-size: 23px;
    transition: color .3s;
}

.section-services .single-service:hover .title {
	color: #fff;
}

.section-services .single-service .description {
    margin-bottom: 20px;
    font-size: 14px;
    transition: color .3s;
}

.section-services .single-service:hover .description {
	color: #fff;
}

.section-services .single-service a {
	position: relative;
	font-size: 18px;
    color: #202020;
    text-decoration: none;
    font-weight: 500;
    transition: color .3s;
}

.section-services .single-service:hover a {
	color: #fff;
}

.section-services .single-service a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #ff4500;
	transition: background-color .3s;
}

.section-services .single-service:hover a:after {
	background-color: #fff;
}
/* service card ends*/


footer{background:#000; color:#fff;}
footer a{color:#ffc61a;}
footer a:hover{text-decoration: none; color:#fff;}

.call-icon {
  position: fixed;
  right: 10px;
  background-color: #0095ff; /* Tomato color for the call icon */
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  z-index: 1000;
  top: 50%;
  transform: translateY(-50%);
}

.whatsapp-icon {
  position: fixed;
  right: 10px;
  background-color: #25D366; /* WhatsApp green color */
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  z-index: 1000;
  top: 48%;
  transform: translateY(calc(-50% + 80px));
}

.call-icon i, .whatsapp-icon i {
  font-size: 30px;
}
.call-icon i{
  transform: scaleX(-1);
}



  /* Ripple effect styles */
  .ripple {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    border-radius:50%;
    background: radial-gradient(circle at 50% 50%, transparent 50%,#0095ff 70%); /* White center fading to transparent */
    /* Animation properties */
    animation: ripple 2s ease-in-out infinite;
  }
  
  @keyframes ripple {
    from {
      transform: scale(0.3);
      opacity: 0.8;
    }
    to {
      transform: scale(1.3);
      opacity: 1;
    }
  }
  