*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  color: #777777;
  font-weight: 300;
  line-height: 1.625em;
  display: block;
}
main{
  overflow: hidden;
}
h2{
  font-size: 32px;
  font-weight: 650;
}
h3{
  font-weight: 700;
  padding-bottom: 10px;
}
h4{
  font-weight: 650;
}

a {
  text-decoration: none;
  outline: 0;
}
ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.text-justify{
  text-align: justify;
}

.navbar u li a{
  color: #fff;
}
.relative {
  position: relative;
}
.text-grey_light{
  color: #808080c9;
}
.box-shadow{
  box-shadow: 0px 25px 20px -20px rgba(0,0,0,0.45);
}
.text-theme{
  color: #32a8dd;
}

/* header  */
#navbarSupportedContent ul li a{
  font-size: 17px;
  padding: 10px;
  font-weight: 600;
  color: #32a8dd;
  text-decoration: none;
  -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;
  display: inline-block;
  position: relative;
}
#navbarSupportedContent ul li a::after{
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgb(0, 132, 255);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
#navbarSupportedContent ul li a:hover::after{
  transform: scaleX(1);
  transform-origin: bottom left;
}

#navbarSupportedContent ul li a:hover {
  color: rgb(0, 132, 255);
}

.text-blue{
  color: #32a8dd;
}
/* header end */

/* banner area  */
.banner-area .container{
  padding: 0;
}
.banner-area{
  background:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(assets/images/car-rental-hero-sec.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.banner-area .banner-right{
  margin-top: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 500px){
  .banner-area .banner-right{
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.banner-area .banner-left h2{
  font-size: 35px;
  font-weight: 750;
}
/* banner area end */

/* destination area  */
/* .section-gap{
  margin-top: 50px;
  margin-bottom: 50px;
} */
.single-destination {
  -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;
}

.single-destination .overlay-bg {
  background: rgba(4, 9, 30, 0.4);
  -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;
  opacity: 0;
}

.single-destination .thumb {
  position: relative;
}

.single-destination .thumb img {
  width: 100%;
  height: 360px;
  border-radius: 5px;
}


.single-destination .desc {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.single-destination .desc .price-btn {
  background: #dc3545;
  text-align: center;
  color: #222;
  padding: 6px 30px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin: 10px;
  opacity: 0;
  -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;
}

.single-destination .desc h4 {
  color: #fff;
}

.single-destination .desc p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0px;
}

.single-destination:hover .price-btn {
  opacity: 1;
}

.single-destination:hover .overlay-bg {
  opacity: 1;
}

@media (max-width: 991px) {
  .single-destination {
    margin-bottom: 30px;
  }
}
/* destination area end */


/* footer  */
.footer-area {
  background: black;
  padding-top: 50px;
}

@media (max-width:991px){
  .footer-area .menu_item{
    margin-top: 0px;
    text-align: center;
  }
  .footer-area .logo_sec{
    text-align: center;
  }
}
.instafeed li img {
  margin: 5px;
}

.single-footer-widget {
  color: #fff;
}

@media (max-width: 991.98px) {
  .single-footer-widget {
    margin-bottom: 10px;
  }
}

.single-footer-widget ul li {
  margin-bottom: 10px;
}

.single-footer-widget ul li a {
  color: #fff;
  text-decoration: none;
  -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;
  display: inline-block;
  position: relative;
}
.single-footer-widget ul li a::after{
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #32a8dd;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.single-footer-widget ul li a:hover::after{
  transform: scaleX(1);
  transform-origin: bottom left;
}

.single-footer-widget ul li a:hover {
  color: #32a8dd;
}
.footer_bottom h6{
  font-size: 17px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 5px;
}
/* footer end */

/* about */
.banner-about{
  background:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(assets/images/tom-brunberg-q_1aQ_jXLr0-unsplash\ \(1\).jpg);
  background-size: cover;
}
.banner-about h2{
  font-size: 50px;
  padding: 150px;
  text-align: center;
}
.hero_area h2{
  font-size: 50px;
  font-weight: 700;
}
.hero_area p{
  text-align: justify;

}
/* about end */
/* back to top btn  */

#btn-back-to-top {
  position: fixed;
  bottom: 85px;
  right: 11px;
  display: none;
  background-color: #32a8dd;
  color: #fff;
}
/* back to top btn end */

/* breadcrumbs Area  */
.rs-breadcrumbs {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}

.rs-breadcrumbs .breadcrumbs-inner {
  padding: 160px 0 92px;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin-bottom: 20px;
}

.rs-breadcrumbs .breadcrumbs-inner .page-title {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  padding-top: 20px;
}

.rs-breadcrumbs .breadcrumbs-inner .page-title:after {
  content: "";
  height: 5px;
  position: absolute;
  top: 0px;
  left: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: -1;
  background: #40acc7;
  width: 65px;
  margin: 0 auto;
}

.rs-breadcrumbs .breadcrumbs-inner .page-title .watermark {
  position: absolute;
  font-size: 100px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: poppins, sans-serif;
  opacity: .05;
  width: 100%;
  left: 0;
  color: inherit;
  white-space: nowrap;
  vertical-align: middle;
}
.rs-breadcrumbs.img1 {
  background:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(assets/images/tom-brunberg-q_1aQ_jXLr0-unsplash\ \(1\).jpg);
}
/* breadcrumbs Area  End*/

/* flights */
.info .airline-imgs{
  width: 100%;
  height: 176px;
  margin-left: 1px;
}
.pptc h2 {
  font-size: 30px;
}
section .pptc {
  padding-bottom: 20px;
}
section.pptc ul {
  padding: 0;
}

.page-wrapper {
  width: 100%;
  clear: both;
  padding: 6px 60px;
  position: relative;
  background-color: white;
}

.airline-list {
  width: 100%;
  margin: 10px 0 0;
  display: flex;
  flex-wrap: wrap;
}

.airline-list li {
  width: 49%;
  background: #fff;
  padding: 12px;
  margin-right: 1%;
  float: left;
  margin-bottom: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

.airline-list li a {
  color: inherit;
  text-decoration: none;
}

.airline-list .airline-title {
  width: 100%;
  font-size: 20px;
  color: #1062b4;
  font-weight: 650;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-bottom: 5px;
}

.airline-list .content-box {
  width: 100%;
  margin: 0;
  padding: 0;
}

.airline-list .content-box img {
  float: right;
  border: solid 1px #cbd3d8 !important;
  margin: 2px 0 0 15px;
  width: 150px;
  height: 96px;
}

.airline-list .content-box strong {
  font-weight: 650s;
  display: block;
  font-size: 14px;
  color: #565555;
  line-height: 16px;
  padding-bottom: 2px;
}

.airline-list .content-box p {
  font-size: 12px;
  color: #565555;
  line-height: 20px;
}

.airline-list .content-box p span {
  display: block;
  font-size: 14px;
  color: #343434;
  text-decoration: underline;
  padding-top: 4px;
}

.parallex-section {
  background-attachment: fixed;
  background-image: url(assets/images/img3.webp);
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 500px;
  margin: 0;
  overflow: hidden;
  padding: 0px;
  position: relative;
  width: 100%;
}
/* flights end */
/* faq  */
.faq img{
  height: 350px;
  width: 100%;
  filter: drop-shadow(0px 5px 3px grey);
  border-radius: 20px;
}
/* faq end */
.about-img-wrap img{
  width: 100%;
  margin-top: 29px;
  border-radius: 20px;
  filter: drop-shadow(0px 4px 3px grey);
}

/* flights */

/* footer fixed area  */
.callStringNew {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  background-color: #be0025 !important;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.callStringNew.footerNumShow {
  display: flex;
}

.callStringNew .rightCall {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  padding-right: 7px;
  padding-left: 47px;
}

.callStringNew .fulclk {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.callStringNew a {
  padding-top: 10px;
  color: #fff;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  display: block;
  padding-bottom: 1px;
  line-height: 23px;
  position: relative;
  top: -1px;
}
/* footer fixed area end */

/*truck-Rental*/
  .search-form {
            background: white;
            border-radius: 8px;
            box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
            padding: 30px;
            margin-top: 50px;
            position: relative;
            overflow: hidden;
        }

        .search-form::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 8px;
            background: linear-gradient(90deg, #3498db, #e74c3c);
        }

        .form-title {
            margin-bottom: 30px;
            color: #000000;
            font-size: 28px;
            font-weight: 600;
        }

        .form-group {
            margin-bottom: 20px;
        }

        .form-row {
            display: flex;
            flex-wrap: wrap;
            gap: 5px;
        }

        .form-col {
            flex: 1;
            min-width: 250px;
        }

        .time-group {
            display: flex;
            gap: 15px;
        }

        .time-input {
            flex: 1;
        }

        label {
            display: block;
            margin-bottom: 8px;
            font-weight: 500;
            color: #000000;
            text-align: left;
        }

        input,
        select {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid #ddd;
            border-radius: 8px;
            font-size: 16px;
            transition: all 0.3s ease;
        }

        input:focus,
        select:focus {
            outline: none;
            border-color: #3498db;
            box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
        }

        .btnss {
            background-color: #3498db;
            color: white;
            border: none;
            padding: 14px 20px;
            font-size: 18px;
            font-weight: 500;
            border-radius: 8px;
            cursor: pointer;
            width: 100%;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .btnss:hover {
            background-color: #2980b9;
            transform: translateY(-2px);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .location-swap {
            display: flex;
            justify-content: center;
            margin: 10px 0;
        }

        .swap-btn {
            background: #ecf0f1;
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 23px;
        }

        .swap-btn:hover {
            background: #3498db;
            color: white;
            transform: rotate(180deg);
        }

        @media (max-width: 768px) {
            .form-col {
                flex: 100%;
            }

            .search-form {
                padding: 20px;
            }

            .form-title {
                font-size: 24px;
            }

            .time-group {
                flex-direction: column;
                gap: 20px;
            }
        }

        /* Animation */
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .search-form {
            animation: fadeIn 0.5s ease-out;
        }

        .labels-opt {
            text-align: start !important;
        }
        .btn-printer {
                font-size: 23px;
                font-weight: 700;
                color: #000;
                background: #fff;
                text-decoration: none;
                border-radius: 18px;
                padding: 12px 25px;
                display: inline-block;
                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
                cursor: pointer;
                transition: all 0.3s ease;
            }

            .btn-printer:hover {
                background-color: #000;
                color: #fff;
            }
             .form-control {
                padding: .75rem .75rem !important;
            }

            .form-group {
                margin-bottom: 30px;
                position: relative;
            }

            .form-control {
                width: 100%;
                padding: 10px;
                font-size: 16px;
            }

            .dropdown-list {
                position: absolute;
                bottom: 100%;
                left: 0;
                right: 0;
                background: #fff;
                border: 1px solid #ccc;
                max-height: 150px;
                overflow-y: auto;
                display: none;
                margin-bottom: -128px;
                z-index: 1000;
                margin-left: 59px;
            }

            .dropdown-list li {
                padding: 8px 12px;
                cursor: pointer;
                color: red;
                text-align: left;
            }

            .dropdown-list li:hover,
            .dropdown-list li.active {
                background-color: #ffe6e6;
            }
            
}

/*Car Rental Page*/

        
        .btn-printer {
                font-size: 23px;
                font-weight: 700;
                color: #000;
                background: #fff;
                text-decoration: none;
                border-radius: 18px;
                padding: 12px 25px;
                display: inline-block;
                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
                cursor: pointer;
                transition: all 0.3s ease;
            }

            .btn-printer:hover {
                background-color: #000;
                color: #fff;
            }
            
             .info-card {
                border: none;
                border-radius: 12px;
                box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
                transition: all 0.2s ease-in-out;
                box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
            }

            .info-icon {
                font-size: 40px;
                color: #32a8dd;
                margin-bottom: 10px;
            }

            .info-title {
                font-weight: 600;
                color: #32a8dd;
            }

            .info-title i {
                font-size: 16px;
            }
            .swiper-slide {
                text-align: center;
            }

            .swiper-slide img {
                max-width: 100%;
                height: auto;
            }

            .swiper-controls {
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 1rem;
                margin-top: 1rem;
            }

            .swiper-controls .swiper-button-prev,
            .swiper-controls .swiper-button-next {
                position: static;
                width: 10px;
                height: 20px;
                color: #32a8dd;
                /* Bootstrap btn-success green */
                font-size: 10px;
                margin: 0;
                padding: 0;
            }

            .swiper-controls .swiper-button-prev::after,
            .swiper-controls .swiper-button-next::after {
                font-size: 15px;
                font-weight: 600;
            }

        









