/*
Theme Name: My Theme
Theme URI: https://
Author: Kavindu Siriwardhana
Author URI: https://
Description: My theme developed by Kavindu
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://
Text Domain: myTheme
*/

:root {
    --themeBlue: #101F46;
    --themeBlue2: #025bbb;
    --themeNaveyBlue: #02044a;
    --themeRed: #900900;
    --themeYellow: #FFCD00;
    --themeBlackOverlay: #000000b0;
    --themeGray: #d6d6d6;
    --themeBarGray: #2a2a2a;
}

body {
    padding-top: 60px;
   
  
}

h5 {
    color: #d71921;
}

h2 {
    color: #000000;
}


@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-10px);
    }
}


/*------------------------------------------------------------------nav--------------------------------------------*/


.top-bar {
    font-size: 14px;
    background-color: #fff !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1040;
  
    

}



.top-bar .contact-info span {
    color: #000 !important;
}
.top-bar .contact-info i {
    color: var(--themeRed) !important;
}

.top-bar .social-media a {
    color: var(--themeRed);
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.top-bar .social-media a:hover {
    color: var(--themeBlue);
    
}

.navbar {

    background: var(--themeNaveyBlue);
    transition: background 0.3s ease-in-out;
    margin-top: 29px;
    position: fixed;
    width: 100%;
    margin-bottom: 1px;
    padding: 20px 0;

}

.navbar-logo {
    width: auto;
    max-height: 45px;


}

.navbar-brand img {
    
    margin: 0;
    margin-top: -20px;
    margin-bottom: -22px;
    display: block;
}

.navbar-brand {
    padding: 8px !important;
    margin: 0 !important;

}

.navbar-nav .nav-item {
    margin: 0 10px;
}

.navbar-nav .dropdown-item.active {
    background-color: var(--themeBlue);
    color: #fff !important;
}


@media (max-width: 768px) {
    .navbar{
       padding-right: 10px ;
    }

    .navbar-logo {
        max-width: 260px;
    }

    

    .navbar-nav .nav-link {
        position: relative;
        color: #fff !important;
       
    }

    .navbar .dropdown-menu {
        background: #fff !important;
        border: none;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease;
    }

    .navbar .dropdown-item {
        color: #202020 !important;
    }

    

    .navbar-nav .nav-item::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.1);
        margin: 10px 0;
    }

    .top-bar .social-media{
        display: none;
    }

     
}

@media (min-width: 768px) {
.navbar .dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }


}

.navbar-nav .nav-link {
    position: relative;
    color: #fff !important;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    font-size: 0.8rem !important;
    
}

.navbar-nav .nav-link:hover {
    color: var(--themeRed);
}

.navbar-light .navbar-toggler {
    border-color: var(--themeRed) !important;
}

.navbar-nav .nav-link:not(.dropdown-toggle)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 3px;
    background-color: var(--themeRed);
    transition: width 0.3s ease-in-out;
}

.navbar-nav .nav-link:not(.dropdown-toggle):hover::after {
    width: 100%;
}

.dropdown-menu .dropdown-item {
    position: relative;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.dropdown-menu .dropdown-item:hover {
    color: #000000;
    background-color: var(--themeRed);
}

.navbar .dropdown-menu {
    background: #ffffff;
    border: none;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.dropdown-divider {
    border-top: 1px solid rgba(41, 40, 40, 0.466) !important;
    margin: 2px 0 !important;
}

.navbar .dropdown-item {
    color: #000000;
    padding: 10px 20px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 0.8rem !important;

}

.navbar .dropdown-item:hover {
    background-color: var(--themeRed);
    transform: translateX(5px);
    color: #fff;
}




.navbar .book-btn{
    background-color: var(--themeYellow);
    color: #000;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 10px 20px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}
.navbar .book-btn:hover{
        background-color: #9e1118;
        transform: scale(1.05);
}

.navbar-nav .nav-link {
    position: relative;
    padding-bottom: 8px;

}

.navbar-nav .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--themeRed);

}




/*------------------------------------------------------------------hero--------------------------------------------*/

.hero-section {
    position: relative;
    z-index: 4;
}

.hero-section .carousel-inner ::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000b0 !important;
    z-index: 1;
}



.hero-section .overlay-image {
    z-index: 2;
    opacity: 1;
    pointer-events: none;
    width: auto;
}


@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 3rem !important;
    }

    .hero-section p {
        font-size: 1rem;
    }

    .hero-section .btn {
        font-size: 0.9rem;
        padding: 0.75rem 1.5rem;
    }
}

@media (max-width: 768px) {
    .hero-section {
        height: 80vh;
    }

        .hero-section p {
            color: #fff;
            font-size: 1rem !important;
            font-weight: 100 !important;
        }
}

.hero-section h1 {
    font-size: 5rem;
    font-weight: 700;
}



.hero-section p {
    color: #fff;

}

.hero-section h1 {
    animation: bounce 2s infinite;
}


.btn-lg {


    border: 1px solid #fff !important;
    border-radius: 10px !important;
    background-color: var(--themeRed) !important;
    color: #f8efef !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 10px 30px;
}

.btn-lg:hover {
    background-color: #6b0a03 !important;
    color: #fff !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

/*-----------------------------serch section              ---------------------------------------*/


.serach-section {
  position: relative;
  margin-top: -200px;
  z-index: 6;
  max-width: 950px;

}
.serach-section .radio-btn-group{
  margin-right: 0px !important ;
  padding-right: 0px !important ;

}


.serach-section input[type="radio"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid black;
 
    border-radius: 50%;
   
    outline: none;
    cursor: pointer;
    position: relative;
}

.serach-section input[type="radio"]:checked {
    background-color: var(--themeRed);
   
    border-color: var(--themeRed);
    
}

.serach-section input[type="radio"]:hover {
    border-color: #555;
    

}

.serach-section .form-check-label {
  
    font-size: 0.9rem;
}
.serach-section .form-label {
    margin-bottom: 4px;
    font-size: 0.9rem;
    font-weight: bold;
}
/* Target the placeholder option */
.form-select option:first-child {
    font-size: 0.85rem !important; /* Adjust the size */
    color: #999 !important; /* Optional: Make the placeholder visually distinct */
}

/* Ensure the select itself has normal font styling */
.form-select {
    font-size: 1rem; /* Default font size for selected options */
}

.serach-section .form-group {
    margin-bottom: 12px;
}

.serach-section input::placeholder,
.serach-section select::placeholder {
    font-size: 0.85rem;
    color: #999;
}

.search-section .search-box {
    box-shadow: 0 8px 20px rgba(15, 18, 165, 0.9) !important;
  
    border: solid 1px var(--themeBlue);
    padding-top: 10px;
    padding-bottom: 5px;
    border-left: none;
    border-right: none;
    border-bottom: none;
}


.serach-section .heading-section{
    background-color: var(--themeYellow);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px soid var(--themeYellow);
}
.serach-section h2 {
    color: #000 ;
    margin-bottom: 5px;
    font-size: 1rem;
}
.serach-section .btn-danger {
    background-color: var(--themeRed);
    border-color: var(--themeRed);
    margin-top: -8px !important;
    font-weight: bold !important;
}
.serach-section .btn-danger:hover {
    background-color: #721616;
    border-color: #a52a2a;
}
.serach-section .form-control:focus, 
.serach-section .form-select:focus {
    box-shadow: none;
    border-color: #dee2e6;
}
.serach-section .input-group-text {
    border-left: none;
}
.serach-section .form-control, 
.serach-section .form-select {
    border-right: none;
}
.serach-section .form-select {
    cursor: pointer;
}
.serach-section .flatpickr-calendar {
    border-radius: 8px;
    
    
}
.serach-section .flatpickr-day.selected {
    background: var(--themeRed);
    border-color: var(--themeRed);
}
.serach-section .flatpickr-day.selected:hover {
    background: #a52a2a;
    border-color: #a52a2a;
}
@media (max-width: 768px) {
    .serach-section{
        position: relative;
        margin-top: -150px;
        z-index: 6;
    }
    .serach-section .col-md {
        width: 100%;
    }
    .serach-section .col-md-auto {
        width: 100%;
        margin-top: 1rem;
    }
    .serach-section .btn {
        width: 100%;
        margin-top: 20px;
    }
}
/*-----------------------------Destinations section              ---------------------------------------*/

.popular-destination {
    padding: 50px 0;
    overflow: hidden;
  }
  
.popular-destination .section-title {
  text-align: center;
  margin-bottom: 30px;
}

.popular-destination .section-title h5 {
    color: var(--themeRed);
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
  }
  
.popular-destination-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -90px; 
  width: 70px; 
  height: 2px;
  background-color: var(--themeRed); 
  transform: translateY(-50%); 
}



.popular-destination .section-title h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}

.popular-destination .section-title p {
  color: #6c757d;
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;
}

.popular-destination .destination-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr; /* Default layout for small screens */
}

@media (min-width: 767px) {
  .popular-destination .destination-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; /* Three equal columns */
    grid-template-rows: auto auto; /* Two rows of equal height */
    grid-template-areas:
      "card1 card2 card3"
      "card1 card2 card4"; /* Card 1 spans two rows */
  }

  .popular-destination .destination-card:nth-child(1) {
    grid-area: card1;
  }

  .popular-destination .destination-card:nth-child(2) {
    grid-area: card2;
  }

  .popular-destination .destination-card:nth-child(3) {
    grid-area: card3;
  }

  .popular-destination .destination-card:nth-child(4) {
    grid-area: card4;
  }
}


.popular-destination .destination-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.popular-destination .destination-card:hover {
  transform: scale(1.05);
}

.popular-destination .destination-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popular-destination .destination-info {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px 15px;
  border-radius: 5px;
  width: 150px;
}

.popular-destination .destination-info h3 {
  color: #fff;
  margin: 0;
  font-size: 18px;
}

.popular-destination .stars {
  color: var(--themeYellow);
  font-size: 14px;
}

.popular-destination .btn {
  margin-top: 30px;
  padding: 10px 20px;
  background-color: var(--themeRed);
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.popular-destination .btn:hover {
  background-color: #800909;
}
  
  

/*----------------------------- services section              ---------------------------------------*/

.services-section {
    text-align: center;
    padding: 50px 20px;
    overflow: hidden;
  }
  
.services-section .section-title {
    color: var(--themeRed);
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
  }

  .services-section .section-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -80px; 
    width: 70px; 
    height: 2px;
    background-color: var(--themeRed); 
    transform: translateY(-50%); 
  }
  
.services-section .section-heading {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
.services-section .section-description {
    max-width: 600px;
    margin: 0 auto 40px auto;
    font-size: 16px;
    color: #555;
  }
  
.services-section .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }
  
.services-section .service-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.404) !important;
    transition: transform 0.3s ease;
  }
  
.services-section .service-card:hover {
    transform: translateY(-10px);
  }
  
.services-section .service-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  
.services-section .service-title {
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0;
    color: #333;
  }
  
.services-section .service-description {
    font-size: 14px;
    color: #777;
    padding: 0 15px 20px 15px;
  }
  
.services-section .see-more-btn {
    background: var(--themeRed);
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin-top: 30px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
.services-section .see-more-btn:hover {
    background: #b10c0c;
  }
  

  /* Media Query for Large Screens */
  @media (min-width: 992px) {
      .services-section .services-grid {
          grid-template-columns: repeat(3, 1fr);
          /* Display 3 cards per row */
      }
  }

/*-------------------------------  Holiday offer section-------------------------------------*/
.holiday-offer {
    background-size: cover;
    background-position: center;
    height: 50vh; 
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 100px 0;
    overflow-x: hidden;
  }
  
  .holiday-offer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #072403c4; 
    z-index: 1;
  }
  
  .offer-content {
    position: relative;
    text-align: left;
    max-width: 600px;
    z-index: 2; 
  }
  
  .offer-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: #ffffffcc;
    position: relative;
    display: inline-block;
  }

  .offer-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -83px; 
    width: 70px; 
    height: 2px;
    background-color: #ffffffcc; 
    transform: translateY(-50%); 
  }

  .offer-title{
    margin-left: 85px;
  }


  .offer-heading {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .offer-description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #ffffffcc;
  }
  
.offer-button {
    background-color: var(--themeRed);
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    display: block;
    margin: 0 auto;
}
  
  .offer-button:hover {
    background-color: #b10c0c;
  }
  

   @media (max-width: 768px) {
    .holiday-offer {
          
            height: 80vh;
         
        }
   }

/*-------------------------------  our services section-------------------------------------*/

.our-services {
    overflow-x: hidden;
}
.our-services .section-title {
    color: var(--themeRed);
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
 
  }

.our-services .section-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -70px; 
    width: 60px; 
    height: 2px;
    background-color: var(--themeRed); 
    transform: translateY(-50%); 
  }
  
.our-services .section-heading {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
.our-services .section-description {
    max-width: 600px;
    margin: 0 auto 40px auto;
    font-size: 16px;
    color: #555;
  }

.our-services .service-card {
    transition: all 0.3s ease;
    overflow: hidden;
    cursor: pointer;
    height: 520px;  
    display: flex;
    flex-direction: column;
    border-radius: 15px !important;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), 0 12px 24px rgba(0, 0, 0, 0.2) !important;
}


.our-services .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.our-services .service-card .image-container {
    position: relative;
    overflow: hidden;
    height: 200px ;  
}

.our-services .service-card img {
    transition: all 0.5s ease;
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.our-services .service-card:hover img {
    transform: scale(1.1);
}

.our-services .second-title{
    font-size: medium;
    font-style: italic;
}

.our-services .apply-now-link {
    position: absolute;
    bottom: 31px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    color: var(--themeRed);
    font-weight: bold;
    text-transform: capitalize;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: 1px solid var(--themeRed);
}


.our-services .apply-now-link:hover {
        color: #fff;
        background-color: #d60e0e;
    }

.our-services .service-icon {
    background: #FFCD00;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 20px; 
    right: 20px; 
    transition: all 0.3s ease;
    z-index: 2; 
     
}


 @media (max-width: 768px) {
  .our-services .service-icon {
      background: #9c313100;
      width: 20px;
      height: 20px;

      bottom: 10px;
      right: 10px;

  }


    .our-services .service-card:hover .service-icon {
      background: #ffffff00;
      color: #000;
      
  
    }
 }


.our-services .service-card:hover .service-icon {
    background: var(--themeBlue);
    color: white;
    
}

.our-services .card-content {
    flex: 1; 
    display: flex;
    flex-direction: column;
}

.our-services .card-content h4 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.our-services .card-content p {
    margin-bottom: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}


/*-------------------------------  our tour packages section-------------------------------------*/

.travel-pack-outer{
    background-color: var(--themeGray) !important;
}

.travel-pack {
    margin-top: 40px;
    
}

.travel-pack .travel-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.363);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.travel-pack .travel-card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.travel-pack .card-image {
    position: relative;
    overflow: hidden;
}

.travel-pack .card-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.travel-pack .badge {
    position: absolute;
    padding: 5px 10px;
    font-size: 12px;


    border-radius: 5px;
}

.travel-pack .badge-left {
    top: 10px;
    left: 10px;
    background: var(--themeYellow) !important;
    color: #000 !important;
    
}

.travel-pack .badge-right {
    top: 10px;
    right: 10px;
    background: var(--themeRed) !important;
    color: #fff !important;
}

.travel-pack .card-body {
    padding: 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.travel-pack .country {
    font-size: 14px;
    color: var(--themeRed);
    font-weight: bold;
    margin-bottom: 10px;
}

.travel-pack .card-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.travel-pack .card-description {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
    flex-grow: 1;
}

.travel-pack .btn-read-more {
    background-color: var(--themeRed);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    align-self: center;
}

.travel-pack-outer .see-more-btn {
    background: var(--themeRed);
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin-top: 30px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.travel-pack-outer .see-more-btn:hover {
    background: #b10c0c;
}

.travel-pack .btn-read-more:hover {
    background-color: #b30b0b;
}

@media (max-width: 768px) {
    .travel-pack .card-image img {
        height: 250px;
    }
}
/*----------------------------------------------Style to travel pacages + activities------------------------------*/


.tour-packages-section {
    background-color: #f8f9fa;
    overflow-x: hidden;
}

.tour-packages-section .package-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tour-packages-section .package-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.tour-packages-section .card-img-top {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 200px;
    object-fit: cover;
}

.tour-packages-section .offer-bubble {
    top: 10px;
    right: 10px;
    background-color: var(--themeRed);
    color: white;
    padding: 5px 10px;
    font-size: 0.8rem;
    font-weight: bold;
    border-radius: 20px;
}

.tour-packages-section .card-title {
    font-size: 1.25rem;
}

.tour-packages-section .card-text {
    font-size: 0.9rem;
}

.tour-packages-section .tour-card .btn {
    background-color: var(--themeRed);
    border-color: var(--themeRed);
}

.tour-packages-section .tour-card .btn:hover {
    background-color: #721616;
    border-color: #721616;
}

@media (max-width: 768px) {
    .tour-packages-section {
        padding: 2rem 1rem;
    }
}

/* Animation */
.tour-packages-section .tour-card {
    opacity: 0;
    transform: translateY(50px);
    animation: fadeInUp 0.5s forwards;
}

.tour-packages-section .tour-card:nth-child(1) {
    animation-delay: 0.2s;
}

.tour-packages-section .tour-card:nth-child(2) {
    animation-delay: 0.4s;
}

.tour-packages-section .tour-card:nth-child(3) {
    animation-delay: 0.6s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/*-------------------------------  activities section-------------------------------------*/

.tour-packages {
    padding: 50px 20px;
    background-color: #fff ;
    text-align: center;
    overflow-x: hidden ;
  }
  
  .tour-packages .section-title {
    color: var(--themeRed);
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
  }
  
  .tour-packages .section-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -50px;
    width: 40px;
    height: 2px;
    background-color: var(--themeRed);
    transform: translateY(-50%);
  }
  
  .tour-packages .section-heading {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .tour-packages .section-description {
    max-width: 600px;
    margin: 0 auto 40px auto;
    font-size: 16px;
    color: #555;
  }
  
  .tour-packages .carousel-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .tour-packages .carousel {
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
    width: 100%;
    gap: 20px;
    margin-top: 50px;
  }
  

  .tour-packages-carousel {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-bottom: 50px;
  }
  
  .tour-packages-carousel .card {
    flex: 0 0 auto;
    scroll-snap-align: center;
    width: 100%; 
    margin-right: 10px; 
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), 0 12px 24px rgba(0, 0, 0, 0.2) !important;

  }
  
  @media (min-width: 768px) {
    .tour-packages-carousel .card {
      width: calc(100% / 3 - 20px);
    }
  }


  .tour-packages .card {
    flex: 0 0 300px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .tour-packages .card img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .tour-packages .card-image .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: height 0.3s ease;
    z-index: 1;
  }
  
  .tour-packages .card:hover .overlay {
    height: 100%;
    
  }
  
  .tour-packages .card-descriptions {
    margin-top: 50%;
    background-color: #ffffff88;
    border-radius: 5px;
    transition: margin-top 0.3s ease;
    padding: 0 5px;
  }

  .tour-packages .card:hover .card-descriptions  {
    background-color: #ffffff00;
    color: #fff !important;
    margin-top: 10%;
  }
  .tour-packages .card:hover .badge.duration {
    top: 10px;
  }
  .tour-packages .card:hover .country {
    color: var(--themeYellow);
  }
  

  
  .tour-packages .card-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    color: #000;
    text-align: center;
    padding: 20px;
    z-index: 2;
  }
  
  .tour-packages .card-content .badge {
    position: absolute;
    padding: 10px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
  }
  
  .tour-packages .card-content .badge.offer {
    top: 10px;
    left: 10px;
    background-color: var(--themeYellow);
    color: #000;
    display: none;
  }
  
  .tour-packages .card-content .badge.duration {
    top: 103px;
    right: 23px;
    background-color: var(--themeRed);
    transition: top 0.3s ease;
    display: none;
  }
  
  .tour-packages .card-content .country {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 5px;
    color: var(--themeBlue);
}

  
  .tour-packages .card-content .description {
    font-size: 14px;
    display: none;
  }
  
  .tour-packages .card:hover .description {
     display: block;
  }

  .tour-packages .carousel-btn {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }
  
  .tour-packages .left-btn {
    left: 5px;
  }
  
  .tour-packages .right-btn {
    right: 5px;
  }
  
  .tour-packages .carousel-btn:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  
  @media (max-width: 767px) {
    .tour-packages .carousel-container {
      max-width: 720px;
      padding: 0 5%;
    }
  
    .tour-packages .left-btn {
      left: -13px;
    }
  
    .tour-packages .right-btn {
      right: -13px;
    }
  }

/*-------------------------------  banner section-------------------------------------*/
.travel-banner-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: var(--themeBarGray);
    color: white;
    padding: 20px 20px;
    
    overflow-x: hidden; 
}



  .travel-banner-section .section-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    left: 70px;
  }
  
  .travel-banner-section .section-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -70px;
    width: 60px;
    height: 2px;
    background-color: #fff;
    transform: translateY(-50%);
  }
  
  .travel-banner-section .section-heading {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .travel-banner-section .travel-image {
    flex: 1;
    text-align: center;
    padding: 20px;

    
  }
  .travel-banner-section .travel-image img {
    max-width: 60%;
    border-radius: 10px;
        max-height: 400px;
        width: auto;
        display: block;
        margin: 0 auto;
  }
  .travel-banner-section .travel-content {
    flex: 1;
    padding: 20px 20px 20px 40px;
    margin: 20px 200px 20px 20px;
  }
  .travel-banner-section .travel-content h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .travel-banner-section .travel-content p {
    margin-bottom: 20px;
    line-height: 1.6;
  }
  .travel-banner-section .stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
  }
  .travel-banner-section .stat {
    flex: 1;
    text-align: center;
  }
  .travel-banner-section .stat i {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .travel-banner-section .stat h3 {
    font-size: 1.5rem;
    margin: 10px 0;
  }
.travel-banner-section .call-us {
   /* background: var(--themeNaveyBlue);*/
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 1.2rem;
    margin-top: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 400px;
    margin: 20px auto 0 auto;
}

.travel-banner-section .call-us .phone-num {
    color: #fff !important;
    font-size: 1.4rem;
}

.travel-banner-section .call-us .phone-icon {
    color: var(--themeYellow);
    font-size: 1.8rem;
    margin-right: 20px !important;
    margin-top: 40px !important;
    
   
}
  @media (max-width: 768px) {
    .travel-banner-section  {
      flex-direction: column;
      margin-left: 0%;
     overflow-x: hidden;
    }

          .travel-banner-section .travel-content {
              flex: 1;
              padding: 20px 20px;
            margin: 2px 2px 2px 2px;
          }
    .travel-banner-section .travel-image {
      
      margin-left: 0%;
    }
    .travel-banner-section .travel-image img{
      
      max-width: 100%;
    }

        .travel-banner-section .call-us {
            font-size: 1rem;
            padding: 8px 15px;
            gap: 8px;
        }
    
        .travel-banner-section .call-us .phone-icon {
            display: none;
        }
                .travel-banner-section .call-us .phone-num {
                  
                    font-size: 1.2rem;
                }
  }

/*------------------------------- call banner-------------------------------------*/


.call-banner {
    background-color: var(--themeBlue2);
    
    color: #fff;
    overflow-x: hidden;
   
    padding: 20px 0;
}

.call-banner .call-content {
    display: flex;
    flex-direction: column;
    
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    
}

.call-banner .call-content p {
    font-size: 0.9rem;
    margin: 0;
}

.call-banner .call-number {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-weight: bold;
}

.call-banner .call-number i {
    color: var(--themeYellow);
    font-size: 1.5rem;

}

.call-banner .call-number span {
   color: #fff;
    
    font-size: 1.2rem;
}

@media (min-width: 992px) {
    .call-banner .call-content {
        flex-direction: row;
        gap: 15px;
       
    }

        .call-banner .call-content p {
            font-size: 1.5rem;
            margin: 0;
        }

    .call-banner .call-number span {
        font-size: 1.5rem;

    }
}
/*-------------------------------  blog section-------------------------------------*/

.blog-section {
    text-align: center;
    padding: 60px 0px;
    background-color: var(--themeGray);
    margin: 0px 0 10px 0;
    overflow-x: hidden;
}

.blog-section .section-title {
    color: var(--themeRed);
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}
    
.blog-section .section-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -50px;
    width: 40px;
    height: 2px;
    background-color: var(--themeRed);
    transform: translateY(-50%);
}
    
.blog-section .section-heading {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}
    
.blog-section .section-description {
    max-width: 600px;
    margin: 0 auto 40px auto;
    font-size: 16px;
    color: #555;
}


.blog-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 0 10px;
}

.blog-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.513);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 400px;
    
    
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}


.blog-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.4s ease, filter 0.4s ease;
}

.blog-card:hover img {
    transform: scale(1.1);
    
    filter: brightness(0.8);
   
}



.blog-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.blog-title {
    font-size: 1.25rem;
    margin-bottom: 10px;
    color: #091133;
    font-weight: bold;
    transition: color 0.3s ease;
    overflow: hidden;
    /* Truncate long titles
    text-overflow: ellipsis;
    white-space: nowrap;*/
}

.blog-card:hover .blog-title {
    color: var(--themeRed);
}

.blog-meta {
    font-size: 0.875rem;
    color: #6c757d;
    margin-top: 5px;
}

@media (max-width: 768px) {
    .blog-section h2 {
        font-size: 2rem;
    }

    .blog-section p {
        font-size: 0.9rem;
    }

    .blog-card img {
        height: 180px;
    }

    .blog-card {
        height: 350px;
        
    }
}




/*-------------------------------  testimonial section-------------------------------------*/

 .testimonials-container {
     position: relative;
     padding: 50px 20px;
     text-align: center;
     background-color: rgba(255, 255, 255, 0);
     max-width: 800px;
     margin: auto;
     border-radius: 10px;
    
    
    z-index: 4;
    overflow-x: hidden;
 }



  .testimonials-container .section-title {
     color: var(--themeRed);
     text-transform: uppercase;
     font-size: 18px;
     margin-bottom: 10px;
     position: relative;
     display: inline-block;
 }

  .testimonials-container .section-title::before {
     content: '';
     position: absolute;
     top: 50%;
     left: -50px;
     width: 40px;
     height: 2px;
     background-color: var(--themeRed);
     transform: translateY(-50%);
 }

  .testimonials-container .section-heading {
     font-size: 36px;
     font-weight: bold;
     margin-bottom: 20px;
 }

   .testimonials-container .testimonial-content{
    background-color:var(--themeGray);
    padding: 20px 0;
    border-radius: 20px;
   }

  .testimonials-container .section-description {
     max-width: 600px;
     margin: 0 auto 40px auto;
     font-size: 16px;
     color: #555;
 }

 .testimonial {
     display: none;
     flex-direction: column;
     align-items: center;
     justify-content: center;
 }

 .testimonial.active {
     display: flex;
 }

 .testimonial img {
     width: 80px;
     height: 80px;
     border-radius: 50%;
     margin-bottom: 20px;
     border: 3px solid var(--themeRed);
 }

 .testimonial p {
     font-size: 16px;
     font-style: italic;
     color: #333;
     margin-bottom: 15px;
     line-height: 1.6;
 }

 .testimonial h4 {
     font-size: 18px;
     color: var(--themeBlue);
 }

 .pagination {
     margin-top: 20px;
     display: flex;
     justify-content: center;
 }

 .pagination span {
     display: inline-block;
     width: 10px;
     height: 10px;
     margin: 0 5px;
     background-color: #ccc;
     border-radius: 50%;
     cursor: pointer;
     transition: background-color 0.3s ease;
 }

 .pagination span.active {
     background-color: #007BFF;
 }

 @media (max-width: 768px) {
     .testimonials-container {
         padding: 30px 15px;
     }

     .testimonial p {
         font-size: 14px;
     }

     .testimonial h4 {
         font-size: 16px;
     }
 }

.testimonial-bottom-image {
    position: relative;
    height: 400px;
    z-index: 1;
    margin-top: -200px;
}

.testimonial-bottom-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.089); 
    z-index: 1;
}



/*-------------------------------  contact section-------------------------------------*/

.contact-section-skywind {
    background-color: var(--themeBlue2);
    padding: 20px 20px;
    color: #fff;
    overflow-x: hidden;
}

.contact-section-skywind .contact-image {
    border-radius: 10px;
        max-height: 250px;
        width: auto;
        display: block;
        margin: 5px auto;
}

 .contact-section-skywind .contact-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0%;
}

 .contact-section-skywind .contact-info .info-item {
    text-align: center;
    flex: 1;
}

 .contact-section-skywind .contact-info .info-item i {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #FFF;
}

 .contact-section-skywind .contact-info .separator {
    width: 1px;
    height: 100px;
    background-color: #fff;
    margin: 0 15px;
}

 .contact-section-skywind .contact-info p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

.contact-section-skywind .cta-section {
    margin-top: 20px;
}

.contact-section-skywind .cta-text {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    
}

.contact-section-skywind .cta-button {
    margin-top: 10px;
    font-size: 1rem;
    font-weight: bold;
    padding: 10px 20px;
    background-color: var(--themeRed);
    
    color: #fff;
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.contact-section-skywind .cta-button:hover {
    background-color: var(--themeRed);
   
    transform: scale(1.05);
    
}


.contact-section-skywind hr {
    border: 1px solid #ddd;
    margin: 20px 0;
}


@media (max-width: 768px) {
     .contact-section-skywind .contact-info {
        flex-direction: column;
    }

     .contact-section-skywind .contact-info .separator {
        width: 80%;
        height: 1px;
        margin: 20px 0;
    }
}
/*----------------------------------------------footer--------------------------------------------------------*/

/* Footer Section */
.footer-section {
  background-color: var(--themeBarGray);
  color: #fff;
  padding: 40px 0;
  font-family: 'Arial', sans-serif;
}

.footer-logo {
  max-width: 220px;
  margin-bottom: 10px;
}

.footer-company-name {
    font-size: 14px;
    
    color: #fff;
    margin-bottom: 20px;
    margin-left: 20%;
}

.footer-section .descriptions{
    font-size: 0.8rem ;
}

.footer-about p,
.footer-links li a,
.latest-updates p,
.subscribe-form p {
  color: #ddd;
  font-size: 0.8rem;
  line-height: 1.6;
}

.footer-about h4,
.footer-links h4,
.latest-updates h4,
.subscribe-form h4 {
  font-size: 1rem !important;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.footer-section h4{
    font-size: 1rem !important;
}

.vertical-bar {
  display: inline-block;
  width: 4px;
  height: 20px;
  background-color: #ffcc00;
  margin-right: 10px;
}

.footer-links li {
  list-style: none;
  margin-bottom: 10px;
}

.footer-links li a {
  text-decoration: none;
  color: #ddd;
  transition: color 0.3s;
}

.footer-links li a:hover {
  color: #ffcc00;
}

.footer-section .social-icons {
    margin-left: 20%;
}

.footer-section .social-icons a {
  display: inline-block;
  font-size: 16px;
  color: #ddd;
  margin-right: 10px;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #ffcc00;
}

.latest-updates .update-item {
  margin-bottom: 15px;
}

.latest-updates .update-item span {
  display: block;
  font-size: 12px;
  color: #aaa;
}

.subscribe-form .form-control {
  margin-bottom: 10px;
  border: none;
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
}

.btn-subscribe {
  background-color: #ffcc00;
  border: none;
  color: #333;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s, transform 0.3s;
}

.btn-subscribe:hover {
  background-color: #e6b800;
  transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-section .row > div {
    text-align: left; 
    margin-bottom: 20px;
  }

  .footer-about,
  .footer-links,
  .latest-updates,
  .subscribe-form {
    margin-bottom: 20px;
  }

.footer-section .social-icons {
    justify-content: center;
    text-align: center;
    margin-left: 0%;
  }

  .footer-section .footer-logo,
  .footer-section .footer-company-name {
      display: block;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
  }
  .footer-section .footer-logo {
      
      margin-left: 12% !important;
      
  }

  .footer-company-name {
     
    text-align: center;
     }


    .footer-section .aboutus-discriptions{
        display: none;
    }
}

/* Footer Bottom Styles----------------------------------------------------------------- */
.footer-bottom {
    position: relative;

    background-repeat: repeat-x;
        background-size: auto 250px;
        background-position: bottom;
        background-attachment: fixed;
    color: #fff;
    padding: 15px 0 10px 0;
    font-family: 'Arial', sans-serif;
    font-size: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    text-align: center;
    z-index: 1;
}

/* Blue Overlay */
.footer-bottom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #031253e3; 
    z-index: 0;
}


.footer-bottom .footer-logo {
    width: 150px;
    z-index: 1; 
}

.footer-bottom .subsidiary-text {
    margin: 0;
    z-index: 1;
}

/* Mobile View */
@media (max-width: 768px) {
    .footer-bottom {
        flex-direction: column;
        background-repeat: repeat;
            background-size: 100% auto;
            background-position: bottom;
            background-attachment: fixed;
        
    }

    .footer-bottom::before {
   
    background-color: #031253e3; 

}
}

/*------------copyright bar-----------------------------------------------------------*/

.footer-bar {
    background-color: var(--themeBarGray);
    color: #fff;
    text-align: center;
    padding: 1px 0px 0px 0px;
    font-size: 14px;
    margin-bottom: -16px;
}


.footer-bar .desktop-text {
    display: block;
}

.footer-bar .mobile-text {
    display: none;
}

@media screen and (max-width: 768px) {
    .footer-bar .desktop-text {
        display: none;
    }

    .footer-bar .mobile-text {
        display: block;
        font-size: 0.68rem;
    }
}






/*-------------------------------  who we are section-------------------------------------*/
/*-------------------------------  who we are section-------------------------------------*/
/*-------------------------------  who we are section-------------------------------------*/
/*-------------------------------  who we are section-------------------------------------*/

#who-we-are {
    background-color: #91919165;
    padding: 5% 0 5% 0;
    margin-top: 500px;
}

img.img-fluid {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.badge {
    font-size: 1.5rem;
}

#who-we-are h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--themeBlue) !important;
}

#who-we-are p {
    font-size: 1rem;
    color: #333;
}

#who-we-are .btn-warning {
    width: 200px;
    background-color: #021b8d;
    border-color: #021b35;
    color: #f7f7f7;

    &:hover {
        background-color: #011122;
        color: white;
    }
}

#who-we-are .d-flex img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .row.align-items-center {
        flex-direction: column;
    }
}

/*--------------------------------------------------videos--------------------------*/
.video-section h2{
    color: var(--themeBlue);
}

.video-section {
    background-color: #e4e4e4d7;
    padding-top: 5%;
    padding-bottom: 5%;
}

.video-staircase {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 50px;
    padding: 20px;
    justify-content: center;

}

.video-container {
    width: 100%;
    max-width: 300px;
    transform: translateX(0);
    transition: transform 0.3s ease-in-out;
}


.video-section .section-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    color: var(--themeBlue)

}


.video-section .section-description {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 2rem;
    padding: 0 1rem;
    
}

/*
.video-container:nth-child(2) {
  transform: translateY(30px);
}

.video-container:nth-child(3) {
  transform: translateY(60px); 
}
*/
.video-container video {
    width: 100%;
    height: auto;
    border: 2px solid #ccc;
    border-radius: 10px;
    box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.479), -10px -10px 10px #e4e4e4d7;
}

/* Responsive Design */
@media (max-width: 768px) {
    .video-staircase {
        align-items: center;
        gap: 10px;
    }

    .video-container {
        transform: translateX(0);
    }
}

/*-------------------------------------------- request section -----------------------------------------------------------*/

.request-quote {
    background-color: #f8f9fa;
}

.quote-heading{
   
    font-size: 2rem;
    font-weight: bold;
    color: var(--themeBlue);

}

.request-quote .btn-primary {
    background-color: var(--themeBlue);
    border: none;
}

.request-quote .btn-primary:hover {
    background-color: #010753;
}

.request-quote .quote-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    margin-left: -5%;
}

/*---------------------------------news section---------------------------------------------------*/

        

.news-section h2 {
font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    color: var(--themeBlue)
}
.news-section .card {
  border-radius: 10px;
  overflow: hidden;
}

.news-section .card-img-top {
  height: 200px;
  object-fit: cover;
}

.news-section .card-title {
  font-weight: 600;
  color: #333;
}

.news-section .btn-link {
  font-weight: 600;
  color: #d60e0e;
  text-decoration: none;
}

.news-section .btn-link:hover {
  text-decoration: underline;
}

.carousel-inner .card {
 
  box-shadow: none !important; /* Remove any shadow */
  border: solid 1px #00000060 !important;
}

.carousel-control-prev {
    left: -100px;
   
}


.carousel-control-next {
    right: -100px;
    
}

.news-section-small{
    min-height: 600px;
}


.news-section-small .carousel-inner {
    min-height: 500px;
  
}

@media (max-width: 768px) {
    .carousel-control-prev {
        left: -10%;

    }


    .carousel-control-next {
        right: -10%;

    }
}

.news-modal .modal-image {
    display: block;
    margin: 0 auto;
    max-height: 200px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
}

.news-modal .modal-image:hover {
    transform: scale(1.05);
}


/*--------------------------video banner section--------------------------------------------------*/

.video-banner {
    position: relative;
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
 
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}
/* Blue transparent overlay */
.video-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #020d26e5;
    z-index: 1;
}
/* Content */
.video-content {
    position: relative;
    z-index: 2;
}
/* Play button */
.play-btn {
    background-color: #fff;
    color: #000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    padding-left: 0.8%;
}
.play-btn:hover {
    background-color: var(--themeBlue);
    color: #fff;
}
/* Button */
.btn-custom {
    background-color: #FFCD00;
    color: #000;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
}
.btn-custom:hover {
    background-color: #d1ae22;
}/* Video Wrapper */
.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*-------------------------------------------- contact -----------------------------------------------------------*/

.contact-section {
   /* background: linear-gradient(to right, #09467c, #021b8d) ;*/
    color: white !important;
}


.contact-section i {
    color: black;
}

.contact-section p {
    margin: 0;
}

.contact-section h2 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    /* Customize the color */
    margin-bottom: 10px;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .contact-section .d-flex {
        justify-content: center;
        text-align: center;
    }
}



/*------------------------------------- service details--------------------------------------------*/

.service-details p {
    margin-bottom: 1rem;
    font-size: 1rem;
}

.service-details ul {
    margin-top: 1rem;
    padding-left: 1.5rem;
}

.service-details ul li {
    margin-bottom: 0.5rem;
}

.service-details img {
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.service-details .container {
    max-width: 960px;
    margin: 0 auto;
}

/* -------------------------------------------------------About Us Page Styles----------------------------- */

.aboutUs-banner {
    position: relative;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-position: center;
}

.aboutUs-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--themeBlackOverlay);
    z-index: 1;
}

.aboutUs-banner h1 {
    position: relative;
    color: #fff;
    z-index: 2;
    font-size: 2.5rem;
    margin-bottom: 10px;
    animation: bounce 2s infinite;
}
.aboutUs-banner span{
    color: var(--themeRed);
}

.aboutUs-banner p {
    position: relative;
    color: #fff;
    z-index: 2;
    font-size: 1.2rem;
    margin: 0 20%;
}

@media (max-width: 768px) {
    .aboutUs-banner {
        height: 350px;
        margin-top: 50px;
    }

    .aboutUs-banner h1 {
        font-size: 2rem;
    }

    .aboutUs-banner p {
        font-size: 1rem;
    }
}


.about-us-page {
    font-family: "Arial", sans-serif;
    color: #333;
    background-color: #d8d8d800;
}

.about-us-page h1,
.about-us-page h2 {
    font-weight: bold;
    color: #000000 !important;
}

.about-us-page p.lead {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #555;
}

.about-us-page img.img-fluid {
   margin-top: 10%;
}

.about-us-page .list-unstyled li i {
    font-size: 1.2rem;
}

.about-us-page-section{
    margin-left: 2%;
    margin-right: 2%;
}

/*----------------------------------------------contact us page --------------------------------------*/


.contactUs-banner {
    position: relative;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-position: center;

}

.contactUs-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--themeBlackOverlay);
    z-index: 1;
}

.contactUs-banner h1 {
    position: relative;
    color: #fff;
    z-index: 2;
    font-size: 2.5rem;
    margin-bottom: 10px;
    animation: bounce 2s infinite;
}

.contactUs-banner p {
    position: relative;
    color: #fff;
    z-index: 2;
    font-size: 1.2rem;
    margin: 0 20px;
}

@media (max-width: 768px) {
    .contactUs-banner {
        height: 350px;
            margin-top: 50px;
    }

    .contactUs-banner h1 {
        font-size: 2rem;
    }

    .contactUs-banner p {
        font-size: 1rem;
    }
}



   .contact-form {
       padding: 60px 15px;
       background: #f8f9fa;
       border-radius: 10px;
       box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
   }

   .contact-form h3 {
       margin-bottom: 20px;
       color: #007bff;
   }

   .contact-form .form-control {
       border-radius: 5px;
   }

   .quotation-section {
       padding: 60px 15px;
       background: #007bff;

   }

   .quotation-section h3 {
       margin-bottom: 20px;
       color: #007bff;
   }

   .quotation-section .form-control {
       border-radius: 5px;
   }

