    

p{


font-size: 16px;
/*font-weight: 400;*/
line-height: 1.2;
text-align:justify;


}







.header-top{

background: #041D2B;




}
  .service-card-img {
      
    
        object-fit: cover;
      width: 100%;
      height: 100%;
    }

      :root {
            --primary-blue:  #041D2B;
            --dark-blue: #347928;
            --navy-medium: #2a3441;
            --text-light: #ffffff;
            --text-muted: #b0c4de;
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
.btn-custom{
color: #fff;
background: var(--primary-blue);


}

.text-custom{
 
color: var(--primary-blue) !important;


}
.post-meta span  {



color: var(--primary-blue) !important;





}

.post-meta  a {



color: var(--primary-blue) !important;





}
.post-content  a {



color: var(--primary-blue) !important;





}
nav a{

color: var(--primary-blue) !important;



}

p{
    
    color:#000;
    
    
}
/*
        body {
            font-family: 'Inter', sans-serif;
            background-color: var(--dark-blue);
            color: var(--text-light);
            overflow-x: hidden;
        }*/
        
        .hero-section {
             background: url('../img/8889.jpg') center/cover no-repeat;

            min-height:200px;
            position: relative;
            overflow: hidden;
        }
        
        .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
       background: radial-gradient(circle at 30% 50%, black 0%, transparent 50%);

            pointer-events: none;
        }

        .tour-card-section {


  
             background: url('../img/car-bg.jpg') center/cover no-repeat;

          
            position: relative;
            overflow: hidden;
    

        }

        .tour-card-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0.6;
       background:#000;

            pointer-events: none;
        }

        .rent-section {

  background: url('../img/car-bg.jpg') center/cover no-repeat;

          
            position: relative;
            overflow: hidden;



        }
        

         .rent-section ::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0.6;
       background:#000;

            pointer-events: none;
        }
        .hero-content {
            position: relative;
            z-index: 2;
            padding: 80px 0;
        }
        
        .hero-title {
            font-size: 3.5rem;
            font-weight: 700;
            line-height: 1.1;
            margin-bottom: 10px;
            color: var(--text-light);
        }
        
        .hero-subtitle {
            font-size: 4rem;
            font-weight: 800;
            background: #fff;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 20px;
            text-transform: capitalize;
            font-style: italic;
            line-height: 1;
        }
        
        .hero-tagline {
            font-size: 3.5rem;
            font-weight: 700;
            line-height: 1.1;
            margin-bottom: 30px;
            color: var(--text-light);
        }
        
        .availability-badge {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            font-size: 1.1rem;
            font-weight: 500;
            color: #fff;
            margin-bottom: 40px;
        }
        
        .availability-badge i {
            font-size: 1.2rem;
        }
        
        .services-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
            margin-bottom: 40px;
        }
        
        .service-card {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 16px;
            padding: 30px 20px;
            text-align: center;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        
        .service-card::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 40px;
            height: 4px;
            background: #fff;
            border-radius: 2px;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .service-card:hover {
           
            background: rgba(255, 255, 255, 0.08);
            border: 2px solid #fff;
        }
        
        .service-card:hover::before {
            opacity: 1;
        }
        
        .service-icon {
            font-size: 2.5rem;
            color: var(--text-light);
            margin-bottom: 15px;
        }
        
        .service-title {
            font-size: 1.1rem;
            font-weight: 600;
            color: var(--text-light);
            margin: 0;
        }
        
        .ratings-section {
            display: flex;
            align-items: center;
            gap: 15px;
        }
        
        .ratings-text {
            font-size: 1rem;
            font-weight: 500;
            color: var(--text-light);
        }
        
        .rating-badges {
            display: flex;
            gap: 10px;
        }
        
        .rating-badge {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            color: white;
            transition: transform 0.3s ease;
        }
        
        .rating-badge:hover {
            transform: scale(1.1);
        }
        
        .rating-badge.google {
            background: #4285f4;
        }
        
        .rating-badge.facebook {
            background: #1877f2;
        }
        
        .rating-badge.other {
            background: #0066cc;
        }
        
        .hero-image {
            position: relative;
            z-index: 1;
        }
        
        .team-image {
            width: 100%;
            height: auto;
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
        }
        
        .floating-circles {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            pointer-events: none;
            z-index: 0;
        }
        
        .circle {
            position: absolute;
            border-radius: 50%;
            background: var(--primary-blue);
            opacity: 0.1;
        }
        
        .circle-1 {
            width: 150px;
            height: 150px;
            top: 10%;
            right: 10%;
            animation: float 6s ease-in-out infinite;
        }
        
        .circle-2 {
            width: 100px;
            height: 100px;
            top: 60%;
            right: 5%;
            animation: float 8s ease-in-out infinite reverse;
        }
        
        .circle-3 {
            width: 80px;
            height: 80px;
            top: 30%;
            right: 25%;
            animation: float 7s ease-in-out infinite;
        }
        
        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-20px); }
        }
        
        /* Responsive Design */
        @media (max-width: 1200px) {
            .hero-title {
                font-size: 3rem;
            }
            
            .hero-subtitle {
                font-size: 3.5rem;
            }
            
            .hero-tagline {
                font-size: 3rem;
            }
        }
        
        @media (max-width: 992px) {
            .hero-title {
                font-size: 2.5rem;
            }
            
            .hero-subtitle {
                font-size: 3rem;
            }
            
            .hero-tagline {
                font-size: 2.5rem;
            }
            
            .services-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (max-width: 768px) {
            .hero-content {
                padding: 40px 0;
            }
            
            .hero-title {
                font-size: 2rem;
            }
            
            .hero-subtitle {
                font-size: 2.5rem;
            }
            
            .hero-tagline {
                font-size: 2rem;
            }
            
            .services-grid {
                grid-template-columns: 1fr;
                gap: 15px;
            }
            
            .service-card {
                padding: 25px 15px;
            }
            
            .ratings-section {
                flex-direction: column;
                align-items: flex-start;
                gap: 10px;
            }
        }
        
        @media (max-width: 576px) {
            .hero-title {
                font-size: 1.8rem;
            }
            
            .hero-subtitle {
                font-size: 2.2rem;
            }
            
            .hero-tagline {
                font-size: 1.8rem;
            }
        }


        #services .card img {
  filter: grayscale(100%);
  transition: 0.3s ease;
}
#services .card:hover img {
  filter: none;
  transform: scale(1.1);
}
.cta-bg {


background: #000046;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #1CB5E0, #000046);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #1CB5E0, #000046); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */




}


.about-image{
    
    
    object-fit: cover;
      width: 100%;
      height: 100%;
    
}


.plan-features  td {
         color: white;
         }
         .plan{
        background: transparent;
         }
         .service-image{
         height: 300px;
         width: 100%;
         border-radius: 20px;
         }
         .service-image :hover{
         transform: 1;
         }

          .service-card-2 {
      border: 1px solid #ddd;
      border-radius: 12px;
      overflow: hidden;
      background:#32CD32 !important;
      transition: transform 0.3s, box-shadow 0.3s;
    }

    .service-card-2:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }

    .service-card-body {
      padding: 1.5rem;
    }

    .service-card-img {
      
    
        object-fit: cover;
      width: 100%;
      height: 100%;
    }


    .pricing-card {
       background-image: url('../img/s-2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
      border-radius: 20px;
      padding: 30px;
      max-width: 350px;
      width: 100%;
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
      text-align: center;
      height:50%;
    }


    .p-btn {

margin-top: 20px;

    }

    .pricing-card h4 {
      font-weight: 700;
      margin-bottom: 5px;
    }

    .pricing-card p.subtitle {
      font-size: 0.95rem;
      color: #000;
    }
.equal-card{
   height: 100px;
}
    .pricing-card .price {
      font-size: 2.5rem;
      font-weight: bold;
      margin-top: 0px;
    }

    .pricing-card .per-month {
      font-size: 0.9rem;
      color: #000;
    }

    .pricing-card ul {
      text-align: left;
      list-style: none;
      padding: 0;
      margin-top:0px;
      font-size: 0.95rem;
    }

    .pricing-card ul li {
      margin-bottom:0px;
      position: relative;
      padding-left: 25px;
    }

    .pricing-card ul li::before {
      content: '✔';
      position: absolute;
      left: 0;
      color: #fff;
      font-weight: bold;
    }
    .plan li {

color:#fff;

    }
    .btn-gradient {
  background: #FDFC47;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #24FE41, #FDFC47);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #24FE41, #FDFC47); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

      color: #000 ;
      border: none;
      border-radius: 50px;
      padding: 12px 30px;
      font-weight: bold;
      margin-top: 25px;
      transition: 0.3s;
    }

    .btn-gradient:hover {
      opacity: 0.9;
      }.blog-section2{
          height:300px;
            width: 100%;


             .carousel-item {
      height: 800px;
    }
    .carousel-item img {
      object-fit: cover;
      height: 100%;
      width: 100%;
    }

    /* Optional overlay text */
    .carousel-caption {
      background: rgba(0, 0, 0, 0.4);
      border-radius: 0.5rem;
      padding: 1rem;
    }

    }
  .card-hover:hover img {
      transform: scale(1.05);
      transition: transform 0.3s ease;
    }
    .card-img-top {
      height: 300px;
      object-fit: cover;
    }
    .contact-icons {
 
  position: fixed;
  top: 300px;
  right: 0px;
  z-index: 1320;
  display: flex;
  flex-direction: column;
  align-items: flex-end; /* align items to the right */
  padding: 0 20px;
  width: auto; /* prevent full width */
  gap
  
 


    }

    .contact-icons a {
      color: #12c733;
      font-size: 3rem;
      margin-left: 15px;
      transition: color 0.3s ease;
    }

    .contact-icons a:hover {
      color: #ffc107;

    }

      .car-card {
      border: 1px solid #ddd;
      border-radius: 12px;
      overflow: hidden;
      transition: 0.3s;
      background: #fff;
      box-shadow: 0 6px 18px rgba(0,0,0,0.1);
    }
    .car-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    }
    .car-img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }
    .car-title {
      font-size: 20px;
      font-weight: 600;
      margin: 15px 0;
    }
    .table td, .table th {
      padding: .5rem;
      font-size: 14px;
    }
    .rent-btn {
      background: #007bff;
      color: #fff;
      border-radius: 20px;
      padding: 8px 20px;
      text-transform: uppercase;
      font-size: 14px;
      transition: 0.3s;
    }
    .rent-btn:hover {
      background: #0056b3;
      color: #fff;
    }

     .hover-card {
  position: relative;
  overflow: hidden;
  height: 300px;
}

/* Overlay using ::before */
.hover-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4); /* semi-transparent black overlay */
  z-index: 1;
  transition: opacity 0.3s ease;
  pointer-events: none; /* allow clicks to pass through */
}

/* Optional: Hide overlay until hover */
.hover-card:hover::before {
  opacity: 0.6;
}

    .hover-card :: before{
      position: relative;
      overflow: hidden;
      height: 300px;
       background: url('../img/nature.jpeg') center/cover no-repeat;
    }


    .hover-button {
      position: absolute;
      top: -120px; /* Hidden above the card */
      left: 50%;
      transform: translateX(-50%);
      transition: top 0.4s ease;
      z-index: 10;
    }

    .hover-card:hover .hover-button {
      top: 100px; /* Slides down when hovered */
    }

    .hover-card .card-body {
      height: 20px;
     
    }


      .car-card {
      border: 1px solid #ddd;
      border-radius: 12px;
      overflow: hidden;
      transition: 0.3s;
      background: #fff;
      box-shadow: 0 6px 18px rgba(0,0,0,0.1);
    }
    .car-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    }
    .car-img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

        .car-img-2 {
      width: 100%;
      height: 350px;
  object-fit: contain;
      background: transparent;
    }
    .
    .car-title {
      font-size: 20px;
      font-weight: 600;
      margin: 15px 0;
    }
    .table td, .table th {
      padding: .5rem;
      font-size: 14px;
    }
    .rent-btn {
      background: #007bff;
      color: #fff;
      border-radius: 20px;
      padding: 8px 20px;
      text-transform: uppercase;
      font-size: 14px;
      transition: 0.3s;
    }
    .rent-btn:hover {
      background: #0056b3;
      color: #fff;
    }
    
/* Vibration-like color flicker */
@keyframes vibrateColor {
  0%, 100% { background: #25D366; }
  25% { background: #20c35a; }
  50% { background: #1da851; }
  75% { background: #2ae36f; }
}

/* Phone vibration with color flicker */
@keyframes shakeColor {
  0%, 100% { background: #34b7f1; transform: rotate(0deg); }
  20% { background: #2196f3; transform: rotate(-10deg); }
  40% { background: #1976d2; transform: rotate(10deg); }
  60% { background: #42a5f5; transform: rotate(-5deg); }
  80% { background: #64b5f6; transform: rotate(5deg); }
}

/* Glowing effect */
@keyframes pulseGlow {
  0% { box-shadow: 0 0 5px #25D366, 0 0 10px #25D366; }
  50% { box-shadow: 0 0 20px #25D366, 0 0 40px #25D366; }
  100% { box-shadow: 0 0 5px #25D366, 0 0 10px #25D366; }
}

@keyframes pulseGlowBlue {
  0% { box-shadow: 0 0 5px #34b7f1, 0 0 10px #34b7f1; }
  50% { box-shadow: 0 0 20px #34b7f1, 0 0 40px #34b7f1; }
  100% { box-shadow: 0 0 5px #34b7f1, 0 0 10px #34b7f1; }
}

.carousel-item {
    height:650px;
    width: 100% !important;
}

.carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* ===== Responsive Media Queries ===== */

/* Small devices (phones, < 576px) */
@media (max-width: 575.98px) {
    .carousel-item {
        height: 250px;  /* smaller height for mobiles */
    }
    .carousel-item img {
                height: 250px;  /* 
        object-fit: contain; /* fills screen better on mobiles */
    }


     .car-img-2 {
      width: 100%;
      height: 250px;
 
      background: transparent;
    }
}

/* Medium devices (tablets, 576px - 768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .carousel-item {
        height: 350px;
        object-fit: contain;
    }
     .car-img-2 {
      width: 100%;
      height: 200px;
     
      background: transparent;
    }
}

/* Large devices (laptops, 768px - 992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .carousel-item {
        height: 400px;
    }
    .car-img-2 {
      width: 100%;
      height: 200px;
 
      background: transparent;
    }
}

/* Extra large (desktops, 992px and up) */
@media (min-width: 992px) {
    .carousel-item {
        height: 600px; /* default */
    }
    .car-img-2 {
      width: 100%;
      height: 350px;
   
      background: transparent;
    }
}
    .about-section {
      background: #f8f9fa;
      padding: 60px 0;
    }
    .about-img {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
    }
    .section-title {
      font-size: 2rem;
      font-weight: 600;
      margin-bottom: 20px;
    }
  
  
 





 
    .form-container {
      margin-top: 200px;
      max-width: 900px;
      margin: auto;
      background: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .form-image {
      background: url('../img/8889.jpg') center center no-repeat;
      background-size: cover;
      min-height: 100%;
    }

    .form-group {
      margin-bottom: 10px; /* reduce spacing */
    }

    .form-group input,
    .form-group textarea {
      border: none;
      border-bottom: 2px solid #ccc;
      border-radius: 0;
      background: transparent;
      padding: 6px 0;
      font-size: 0.95rem;
      box-shadow: none;
    }

    .form-group input:focus,
    .form-group textarea:focus {
      border-bottom-color: #4CAF50;
      box-shadow: none;
      outline: none;
    }

    textarea {
      height: 36px; /* single-line height */
      resize: none;
    }

    label {
      font-weight: bold;
      margin-bottom: 4px;
      font-size: 0.9rem;
    }
/*
    h2 {
      font-size: 1.4rem;
      margin-bottom: 20px;
    }*/

    button {
      padding: 8px 20px;
      font-size: 0.95rem;
      margin-top: 10px;
    }

    @media (max-width: 768px) {
      .form-image {
        min-height: 250px;
      }
    }





      .booking-card {
            border: 1px solid #e5e5e5;
            border-radius: 12px;
            background: white;
            box-shadow: 0 2px 8px rgba(0,0,0,0.08);
            overflow: hidden;
            margin: 20px 0;
        }
        
        .car-badge {
            
            color: white;
            padding: 6px 12px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 500;
            position: absolute;
            top: 15px;
            left: 15px;
            z-index: 2;
        }
        
        .heart-icon {
            position: absolute;
            top: 15px;
            right: 15px;
            z-index: 2;
            color: #ccc;
            font-size: 20px;
            cursor: pointer;
        }
        
        .car-image {
            width: 100%;
            height: 200px;
            object-fit: cover;
            background: #f8f9fa;
            position: relative;
        }
        
        .trip-type {
            color: #666;
            font-size: 12px;
            display: flex;
            align-items: center;
            margin-bottom: 5px;
        }
        
        .trip-type i {
            margin-right: 5px;
        }
        
        .route-title {
            font-size: 18px;
            font-weight: 600;
            color: #333;
            margin-bottom: 8px;
        }
        
        .rating {
            color: #ffa500;
            font-size: 14px;
            margin-bottom: 15px;
        }
        
        .rating-score {
            color: #333;
            font-weight: 600;
            margin-left: 5px;
        }
        
        .price-guarantee {
            color: #ff6b35;
            font-size: 12px;
            font-weight: 500;
            margin-bottom: 15px;
        }
        
        .feature-list {
            list-style: none;
            padding: 0;
            margin-bottom: 20px;
        }
        
        .feature-list li {
            font-size: 13px;
            color: #333;
            margin-bottom: 8px;
            display: flex;
            align-items: center;
                     font-weight: bold;
        }
        
        .feature-list li i {
            color: #28a745;
            margin-right: 8px;
            font-size: 12px;

        }
        
        .price-section {
            text-align: right;
            margin-bottom: 20px;
        }
        
        .price-from {
            font-size: 12px;
            color: #666;
            margin-bottom: 2px;
        }
        
        .price-main {
            font-size: 24px;
            font-weight: 700;
            color: #333;
        }
        
        .price-taxes {
            font-size: 11px;
            color: #888;
            margin-top: 2px;
        } 
        
        .btn-book-now {
       
            border: none;
            color: white;
            padding: 12px 24px;
            border-radius: 6px;
            font-weight: 600;
            width: 100%;
            margin-bottom: 10px;
        }
        
        .btn-book-now:hover {
            background: #e55a2b;
            color: white;
        }
        
        .btn-quote {
            background: white;
            border: 1px solid #ccc;
            color: #333;
            padding: 12px 24px;
            border-radius: 6px;
            font-weight: 500;
            width: 100%;
        }
        
        .btn-quote:hover {
            background: #f8f9fa;
            color: #333;
        }
        
        .car-placeholder {
      
    
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }
        
        .car-placeholder i {
            font-size: 60px;
            color: #adb5bd;
        }
        
        @media (max-width: 768px) {
            .route-title {
                font-size: 16px;
            }
            
            .price-main {
                font-size: 20px;
            }
            
            .car-placeholder {
                height: 180px;
            }
        }

           .tour-card {
      border-radius: 15px;
      overflow: hidden;
      background: #0f1b37; /* dark blue */
      color: #fff;
      box-shadow: 0 8px 20px rgba(0,0,0,0.3);
      background: #ffff !important;
    }
    .tour-card img {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }
    .tour-card .card-body {
      padding: 1rem;
    }
    .tour-card .location-time {
      font-size: 0.9rem;
      color: #ddd;
    }
    .tour-card .rating i {
      color: #f8c51c;
    }
    .tour-card .rating span {
      margin-left: 5px;
      font-size: 0.9rem;
    }
    .tour-card .price {
      font-size: 1.5rem;
      font-weight: bold;
      color: #fff; /* green price */
    }
    .tour-card .btn-book {
      background: linear-gradient(90deg, #ff7b00, #ff3c00);
      border: none;
      border-radius: 25px;
      padding: 8px 20px;
      color: #fff;
      font-weight: bold;
    }
    .tour-card hr {
      border-top: 1px solid rgba(255,255,255,0.2);
    }

    .tour-btn {

background: linear-gradient(90deg, #ff7b00, #ff3c00);

    }




    .page-heading{

  

   font-family: "Merriweather", serif !important;
   color: var(--secondary-green);
   font-weight: 500;
   text-align: center;
   padding-bottom: 12px ;
     padding-top: 12px ;
   margin: 0 0  0 !important;
  



}



.bottom-slider {
    border-radius: 50%;
    height: 100px;
    width: 100px;
background: red;
}

 .banner-img{
      height: 500px !important;
   width: 100%;
         background-size: cover;
          background-position: center;
         }
 
      .hero-text {
      max-width: 100%;
      padding: 20px;
      }
      .hero-text h1 {
      font-size: 2.5rem;
      font-weight: bold;
      color: #052c65;
      }

      .main-heading{

     color: #052c65;

      }
      .hero-text h1 span {
      color: #00c08b;
      }
      .hero-text p {
      color: #666;
      font-size: 1.1rem;
      }
      .hero-text .btn {
      background-color: #00c08b;
      color: #fff;
      padding: 10px 20px;
      border-radius: 5px;
      font-size: 1.1rem;
      }
      .slider-btn {
      background-color: #00c08b !important;
      color: #fff !important;
      }
      .slider-btn:hover {
      background-color: #028c63;
      }
      /* Responsive */
      @media (max-width: 992px) {
      /*   .hero-text {
      max-width: 90%;
      padding: 20px;
      }
      */
      .hero-text h1 {
      font-size: 2rem;
      }
      .hero-text p {
      font-size: 1rem;
      }
      }
      /* Slide From Top */
      .slide-top {
      transform: translateY(-50px);
      }
      .visible {
      opacity: 1 !important;
      transform: translateX(0) translateY(0) !important;
      }
      .loading-animation {
      border-radius: 10px;
      /*            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);*/
      transition: all 0.8s ease-in-out;
      opacity: 0;
      }
      .slide-right {
      transform: translateX(50px);
      }


  /* Slide From Bottom */
        .slide-bottom {
            transform: translateY(50px);
        }

        /* Slide From Top */
        .slide-top {
            transform: translateY(-50px);
        }

        /* Slide From Left */
        .slide-left {
            transform: translateX(-50px);
        }

        /* Slide From Right */
        .slide-right {
            transform: translateX(50px);
        }

        /* Fade Toggle */
        .fade-toggle {
            opacity: 0;
        }










      .about-section {
      padding: 60px 0;
      }
      .about-card {
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      padding: 30px;
      border-radius: 10px;
      position: relative;
      }
      .about-image {
      position: relative;
      max-width: 500px;
      border-radius: 10px;
      overflow: hidden;
      }
      .about-image img {
      width: 100%;
      height: auto;
      border-radius: 10px;
      }
      .text-content { 
      padding-left: 40px;
      }
      .text-content h2 {
      font-size: 2rem;
      font-weight: bold;
      color: #052c65;
      }
      .text-content p {
      color: #666;
      font-size: 1.1rem;
      }
      .check-list {
      list-style: none;
      padding: 0;
      }
      .check-list li {
      display: flex;
      align-items: center;
      font-size: 1.1rem;
      color: #333;
      margin-bottom: 10px;
      }
      .check-list li i {
      color: #00c08b;
      margin-right: 10px;
      font-size: 1.3rem;
      }
      .btn-read-more {
      background-color: #00c08b;
      color: white;
      padding: 10px 20px;
      font-size: 1rem;
      border-radius: 5px;
      text-decoration: none;
      display: inline-block;
      margin-top: 15px;
      }
      .btn-read-more:hover {
      background-color: #028c63;
      }
      /* Responsive */
      @media (max-width: 992px) {
      .about-card {
      flex-direction: column;
      text-align: center;
      }
      .text-content {
      padding-left: 0;
      margin-top: 20px;
      }
      }
      .image-wrapper {
      position: relative;
     width:100%;
      display: inline-block;
      }
      .image-wrapper img {
      width: 100%;
      height: 400px;
      border-radius: 10px;
      display: block;
      position: relative;
      z-index: 2;
      }
      /* Decorative Border Shape */
      .decorative-border {
      position: absolute;
      top: -15px;
      left: -15px;
      width: 120px;
      height: 120px;
      background-color: var(--secondary-green);
      clip-path: polygon(0 0, 100% 0, 0 100%);
      z-index: 1;
      }
      .decorative-border-bottom {
      position: absolute;
      bottom: -15px;
      right: -15px;
      width: 120px;
      height: 120px;
      background-color: var(--secondary-green);
      clip-path: polygon(100% 100%, 0 100%, 100% 0);
      z-index: 1;
      }
      /* Responsive */
      @media (max-width: 768px) {
      .decorative-border, .decorative-border-bottom {
      width: 80px;
      height: 80px;
      }
       .banner-img{
      height: 450px !important;
   width: 100%;
         background-size: cover;
          background-position: center;
         }
      }










/*

      .property-card {
      background-color: #00c08b;
      border-radius: 12px;
      overflow: hidden;
      display: flex;
      align-items: center;
      height:100%;
 

      }*/




    .property-card {
            border-radius: 10px !important;
            overflow: hidden;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s;
            background-color: #00c08b;
            margin-bottom: 15px !important;
        }
        .property-card:hover {
            transform: scale(1.02);
        }
        .property-card img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }
        .property-card .card-body {
            text-decoration: none;
            color: inherit;
        }




















       .property-card:hover{

box-shadow: 0 4px 8px rgba(0, 0, 0, 1); /* Fully Black Box Shadow */



     }
      /*.property-image {
      width: 350px;
      height: 100%;
/*      object-fit: cover;*/
/*      border-radius: 12px 0 0 12px;*/
      }*/
      .property-info {
      width: 50%;
      padding: 20px;
      }
      .property-info p {
      font-size: 14px;
      color: white;
      margin-bottom: 4px;
      }
      .property-info h5 {
      font-weight: bold;
      font-size: 18px;
      color: white;
      margin-bottom: 8px;
      }
      .property-info hr {
      margin: 8px 0;
      border: none;
      height: 1px;
      background-color: #ddd;
      }
      .enquire-btn {
      background-color: black;
      color: white;
      width: 100%;
      padding: 7px;
      border-radius: 6px;
      text-align: center;
      text-decoration: none;
      display: block;
      font-weight: bold;
      }
      /* Responsive Adjustments */
      @media (max-width: 768px) {
      .property-card {
      flex-direction: column;
      }
    /*  .property-image {
      width: 280px;
      height: 100%;
      border-radius: 12px 12px 0 0;
      }*/
      .property-info {
      width: 100%;
      text-align: center;
      }

       .banner-img{
      height: 280px !important;
      width: 100%;
      }
      .image-wrapper img {
      width: 100%;
      height: 300px;
      border-radius: 10px;
      display: block;
      position: relative;
      z-index: 2;
      }
      }
.equal-height-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}



           .tab-btn {
            border: 1px solid #00c08b;
            color: #00c08b;
            background: none;
            padding: 8px 16px;
            border-radius: 6px;
            cursor: pointer;
        }
        .tab-btn.active {
            background: #00c08b !important;
            color: white;
        }


.serial-load {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.serial-load.visible {
    opacity: 1;
    transform: translateY(0);
}



        .testimonial-card {
            max-width: 500px;
            background: white;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            border: 2px dashed #d4edda;
        }

        .testimonial-text {
            font-size: 16px;
            color: #555;
            margin-bottom: 15px;
        }

        .testimonial-user {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .testimonial-user img {
            width: 50px !important;
            height: 50px !important;
            border-radius: 50% !important;
            object-fit: cover;
            border: 2px solid #d4edda;
        }

        .user-info {
            display: flex;
            flex-direction: column;
        }

        .user-info .name {
            font-weight: bold;
            color: #333;
        }

        .user-info .profession {
            font-size: 14px;
            color: #777;
        }

        /* Responsive Design */
        @media (max-width: 600px) {
            .testimonial-card {
                max-width: 90%;
                padding: 15px;
            }
            .testimonial-text {
                font-size: 14px;
            }
            .banner-img{
      height: 450px !important;
   width: 100%;
         background-size: cover;
          background-position: center;
         }
        }

/**{
      font-family: Arial, Helvetica, sans-serif;
      }*/
   

   .breadcrumb-section {
            position: relative;
            width: 100%;
            height: 100px; /* Adjust height as needed */
           
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: white;
        }

        .breadcrumb-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5); /* Dark overlay */
        }

        .breadcrumb-content {
            position: relative;
            z-index: 1;
        }

        .breadcrumb-content h1 {
            font-size: 2.5rem;
            font-weight: bold;
            color: white;
        }

        @media (max-width: 768px) {
            .breadcrumb-content h1 {
                font-size: 1.8rem; /* Smaller text for mobile */
            }
        }

        .scroll-to-top {


display: none !important;

        }

      hr {
   width: 50px; /* Set desired width for the line */
   height: 3px; /* Adjust thickness */
   background-color: #f99b3f; /* Set line color */
   border: none;
   margin: 0 auto 10px auto; /* Center it above heading */
   }
 
 
     
     
   
      /* Sticky Button Style */
      .sticky-enquiry-btn {
      position: fixed;
      top:40%;
      right: 0.5%;
      background:#00a5e8;
      border: none;
      border-radius: 12px;
      cursor: pointer;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
      z-index: 1000;
      }
      .sticky-enquiry-btn  img{
      height: 150px;
      width: 40px;
      }
      /*
      .sticky-enquiry-btn:hover {
      background-color: #0056b3;
      }*/
      /* Modal Background */
      .modal-bg {
      display: none;
      position:fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 999;
      }
      /* Modal Content */
      .modal-content {
      margin:auto  ;
      margin-top: 30px;
      background-color: white;
      width: 90%;
      max-width: 500px;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
      }
      .modal-content h2 {
      font-size: 24px;
      margin-bottom: 20px;
      }
      /* Input fields */
      .modal-content input,
      .modal-content textarea {
      width: 100%;
      padding: 10px;
      margin: 10px 0;
      border: 1px solid #ccc;
      border-radius: 5px;
      font-size: 16px;
      resize: vertical;
      }
      .modal-content button[type="submit"] {
      background-color: #007bff;
      color: white;
      border: none;
      padding: 12px 20px;
      font-size: 16px;
      border-radius: 5px;
      cursor: pointer;
      width: 100%;
      transition: background-color 0.3s ease;
      }
      .modal-content button[type="submit"]:hover {
      background-color: #0056b3;
      }
      /* Close Button */
      .close-btn {
      background-color: red;
      color: white;
      border: none;
      padding: 10px 15px;
      border-radius: 5px;
      cursor: pointer;
      display: none;
      }
      /* Responsive Media Queries */
      @media (max-width: 768px) {
      .modal-content {
      margin: 50px auto;
      padding: 15px;
      }
      .sticky-enquiry-btn  img{
      height: 100px;
      width: 30px;
      }
      .modal-content h2 {
      font-size: 20px;
      }
      }
      @media (max-width: 480px) {
      .modal-content {
      margin: 30px auto;
      padding: 10px;
      }
      .modal-content h2 {
      font-size: 18px;
      }
      .modal-content input,
      .modal-content textarea {
      font-size: 14px;
      }
      .sticky-enquiry-btn  img{
      height: 100px;
      width: 30px;
      }
      }
      #captcha_image {
      width: 70px;
      height: 30px;
      object-fit: cover; /* Ensures the image fits correctly */
      }
      .sticky-icon {
      position: fixed;
      top:75%;
      right: 0.5%;
      background-color: rgba(255, 255, 255, 0.5); 
      border: none;
      border-radius: 12px;
      cursor: pointer;
      z-index: 1000;
      }
       
      .split-button {
      font-size:medium;
      position: relative;
      height: 30px;
      border-radius: 2px;
      color: black;
      background-color: white;
      border: 2px solid #ffffff;
      cursor: pointer;
      overflow: hidden;
      z-index: 1;
      transition: color 0.3s ease;
      }
      .split-button::before,
      .split-button::after {
      content: '';
      position: absolute;
      top: 0;
      width: 50%;
      height: 100%;
      z-index: -1;
      transition: transform 0.4s ease;
      }
      /* Left half */
      .split-button::before {
      left: 0;
      background-color:#00a5e8; /* Left color */
      transform: translateX(-100%);
      }
      /* Right half */
      .split-button::after {
      right: 0;
      background-color: #00a5e8; /* Right color */
      transform: translateX(100%);
      }
      /* Hover effect brings in both halves */
      .split-button:hover::before {
      transform: translateX(0);
      }
      .split-button:hover::after {
      transform: translateX(0);
      }
      /* Change text color on hover */
      .split-button:hover {
      color: #fff;
      }
      .split-button-2 {
      font-size: medium;
      position: relative;
      height: 30px;
      border-radius: 2px;
      color: black;
      background-color:#00c08b ;
      border: 2px solid #ffffff;
      cursor: pointer;
      overflow: hidden;
      z-index: 1;
      transition: color 0.3s ease;
      }
      .split-button-2::before,
      .split-button-2::after {
      content: '';
      position: absolute;
      top: 0;
      width: 50%;
      height: 100%;
      z-index: -1;
      transition: transform 0.4s ease;
      }
      /* Left half */
      .split-button-2::before {
      left: 0;
      background-color: black; /* Left color */
      transform: translateX(-100%);
      }
      /* Right half */
      .split-button-2::after {
      right: 0;
      background-color:black; /* Right color */
      transform: translateX(100%);
      }
      /* Hover effect brings in both halves */
      .split-button-2:hover::before {
      transform: translateX(0);
      }
      .split-button-2:hover::after {
      transform: translateX(0);
      }
      /* Change text color on hover */
      .split-button-2:hover {
      color: #fff;
      }
      .social-icons2 {
      padding-left: 15px;
      }
      .social-icons2 .list-inline-item {
      width: 30px;
      height: 30px;
      margin-top: 10px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: background-color 0.3s ease, color 0.3s ease;
      }
      /* Adding a border on hover */
      .social-icons2 .list-inline-item {
      border: 2px solid white;
      :hover {
      border: 2px solid transparent;
      }
      }
      /* Facebook */
      .social-icons2 .fb:hover {
      background-color: #3b5998;
      border-color: #3b5998;
      }
      /* LinkedIn */
      .social-icons2 .linkedin:hover {
      background-color: #0e76a8;
      border-color: #0e76a8;
      }
      /* Twitter */
      .social-icons2 .twitter:hover {
      background-color: #000000;
      border-color: #1da1f2;
      }
      /* YouTube */
      .social-icons2 .youtube:hover {
      background-color: #ff0000;
      border-color: #ff0000;
      }
      /* WhatsApp */
      .social-icons2 .whatsapp:hover {
      background-color: #25d366;
      border-color: #25d366;
      }
      /* Instagram */
      .social-icons2 .instagram:hover {
      background-color: #e1306c;
      border-color: #e1306c;
      }
      /* Icon styling */
      .social-icons2
      i {
      color: #ffffff;
      }
      /* Scale text down for smaller screens */
      @media (max-width: 768px) {
      .social-icons2{
      display: none;
      }   
      .split-button{
      width: 200px;
      font-size: 17px;
      } 
      }
      @media (max-width: 576px) {
      .social-icons2{
      display: none;
      }
      .split-button{
      padding-top:;
      width:120px;
      height: 35px;
      font-size:10px;
      border: 2px solid black;
      } 
      .top-bar {
     
      }


       .banner-img{
      height: 240px !important;
      width: 100%;
      }
      }
      .top-bar{
      background:#00c08b; 
      height: 40px; 
      }
      .gap{
      background:#00c08b; 
      width: 100px;
      }
      @media (max-width: 576px) {
      .gap{
      display: none;
      }
      }
      .main-nav{
      padding-bottom: 11px;
      }





/*   for headings   */

 h3 {
    line-height: 1; /* Adjust line height for better readability */
  }
  @media (max-width: 576px) {
    h3 {
      font-size: 1rem; /* Fine-tune font size for extra small screens */
    }
  }




  .inner-heading{
   color: #00a5e8;



  }



  .animated-link {
  color: #000; /* Default link color */
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-bottom: 5px; /* Space for the underline animation */
  text-decoration:none;
}

.animated-link::after {
  
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px; /* Thickness of the underline */
  background-color: var(--secondary-green) ; /* Color of the underline */
  transition: width 0.3s ease-in-out; /* Smooth animation */
}

.animated-link:hover::after {
  width: 100%; /* Fully underline on hover */
  text-decoration:none;
}

 a{

text-decoration: none !important;


 }


 /* .footer {
            background: #0B2B50;
            color: white;
            padding: 40px 10%;
        }

        .footer-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .footer-column {
            flex: 1;
            min-width: 200px;
        }

        .footer-column h3 {
            margin-bottom: 15px;
            font-size: 18px;
        }

        .footer-column p {
            font-size: 14px;
            margin-bottom: 10px;
            color: #ddd;
        }

        .footer-column a {
            color: #ddd;
            display: block;
            text-decoration: none;
            margin-bottom: 8px;
            font-size: 14px;
        }

        .footer-column a:hover {
            color: #4CB9E7;
        }

        .footer .social-icons {
            margin-top: 10px;
        }

        .footer .social-icons a {
            display: inline-block;
            width: 32px;
            height: 32px;
            background: white;
            border-radius: 50%;
            text-align: center;
            line-height: 32px;
            margin-right: 8px;
            color: #0B2B50;
            transition: 0.3s;
        }

        .footer .social-icons a:hover {
            background: #4CB9E7;
            color: white;
        }

        .gallery {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 8px;
        }

        .gallery img {
            width: 60px;
            height: 60px;
            border-radius: 5px;
            object-fit: cover;
        }

        .newsletter {
            margin-top: 10px;
        }

        .newsletter input {
            width: 70%;
            padding: 8px;
            border: none;
            border-radius: 4px;
            margin-right: 5px;
        }

        .newsletter button {
            background: #00C6A9;
            color: white;
            border: none;
            padding: 8px 15px;
            border-radius: 4px;
            cursor: pointer;
        }

        .newsletter button:hover {
            background: #019688;
        }

        .footer-bottom {
            margin-top: 20px;
            border-top: 1px solid rgba(255, 255, 255, 0.2);
            padding-top: 15px;
            text-align: center;
            font-size: 14px;
        }

        .footer-bottom a {
            color: #4CB9E7;
            text-decoration: none;
        }

        .footer-bottom a:hover {
            text-decoration: underline;
        }
*/
        .back-to-top {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background: #00C6A9;
            color: white;
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            border-radius: 50%;
            cursor: pointer;
            transition: 0.3s;
        }

        .back-to-top:hover {
            background: #019688;
        }

        @media (max-width: 768px) {
            .footer-container {
                flex-direction: column;
                text-align: center;
            }

            .newsletter input {
                width: 60%;
            }

            .gallery {
                justify-content: center;
            }
        }
        .animated-text {
  
      font-weight: bold;
      text-transform: uppercase;
      background: linear-gradient(270deg, #ff0000, #0000ff, #00ff00, #ff0000);
      background-size: 400% 400%;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      animation: colorShift 5s ease infinite;
    }

    @keyframes colorShift {
      0% { background-position: 0% 50%; }
      50% { background-position: 100% 50%; }
      100% { background-position: 0% 50%; }
    }
    