* {box-sizing:border-box}

body{

background-color: white;
  
}





body a{

  text-decoration: none;
}

.top-logo {
    width:20%;
    
}

.top-logo img{
    width:100px;
    display:block;
    margin:auto;
}




h1 {
  font-family: 'Oswald', sans-serif;
text-align:center;
color:#f2f2f2;
}

h5 {
  text-align:center;
  text-decoration: underline;
}


h3 {
  text-align:center;
 
}

p{
   font-size: 20px;
}




/* Slideshow container */
/* ===== FULL WIDTH SLIDER WITH OVERLAP FIX ===== */
.fullwidth-slider {
    /* Layout */
    position: relative;
    width: 100%;
    overflow: hidden;
    
    /* Mobile-first: Full viewport height */
    height: 100vh;
    
    /* Spacing fix - prevents content overlap */
    margin-bottom: 4rem;
    z-index: 1;
}

.slider-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slider-slide.active {
    opacity: 1;
}

.slider-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}

.slider-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    width: 90%;
    max-width: 800px;
}

.slider-content h3 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

.slider-content p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

/* Navigation Arrows */
.slider-prev, .slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.2);
    color: white;
    border: none;
    font-size: 2rem;
    padding: 1rem;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-prev:hover, .slider-next:hover {
    background: rgba(255,255,255,0.4);
}

.slider-prev {
    left: 2rem;
}

.slider-next {
    right: 2rem;
}

/* Pagination Dots */
.slider-dots {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5rem;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dot.active {
    background: white;
    transform: scale(1.2);
}

/* Desktop Adjustments */
@media (min-width: 992px) {
    .fullwidth-slider {
        /* Fixed height on desktop */
        height: 600px;
        
        /* Smaller margin for desktop */
        margin-bottom: 2rem;
    }
    
    .slider-content h3 {
        font-size: 3.5rem;
    }
    
    .slider-content p {
        font-size: 1.5rem;
    }
    
    /* Larger navigation buttons on desktop */
    .slider-prev, .slider-next {
        width: 60px;
        height: 60px;
        font-size: 2.5rem;
    }
}

/* Mobile Landscape Adjustment */
@media (max-height: 500px) and (orientation: landscape) {
    .fullwidth-slider {
        height: 150vh; /* Extra space for landscape mobile */
    }
}

/* Content Protection (add to element AFTER slider) */
.slider-next-section {
    position: relative;
    z-index: 2;
    background: white; /* Optional: solid background */
    padding-top: 1px; /* Ensures margin collapse doesn't occur */
}

/* end of slider */



/* below slider */

/* New Section Styling */
.new-section {
  background-color: #1a1a1a; /* Dark background */
  color: white; /* Default text color */
  padding: 50px 0;
}

.left-card {
  padding: 20px;
}

.lead-text {
  font-size: 1.8rem; /* Larger text */
  margin-bottom: 1rem;
}

.future-text {
  font-family: 'Dancing Script', cursive; /* Cursive font for "Future" */
  color: red; /* Red color for "Future" */
  font-weight: bold;
}

.sub-text {
  font-size: 1.2rem; /* Smaller text */
  color: #ccc; /* Light gray for subtext */
}

.right-card {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px; /* Space between buttons */
}

.right-card .btn {
  background-color: red; /* Red background for buttons */
  color: white; /* White text for buttons */
  padding: 12px 20px;
  font-size: 1.1rem;
  border: none;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.right-card .btn:hover {
  background-color: #cc0000; /* Darker red on hover */
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .left-card, .right-card {
      width: 98%; /* Full width on mobile */
      margin: 0 auto; /* Center the cards */
  }

  .lead-text {
      font-size: 1.5rem; /* Adjust font size for mobile */
  }

  .sub-text {
      font-size: 1rem; /* Adjust font size for mobile */
  }
}

/* end below slider */

/* our business */
/* Business Section Styling */
.business-section {
  width: 90%; /* 90% width on desktop */
  margin: 0 auto; /* Center the section */
  padding: 60px 0;
  background-color: white; /* No background color (transparent) */
  /* If you want a background color, uncomment the line below and replace "white" with your preferred color */
  /* background-color: white; */
}

.section-heading {
  font-size: 2.5rem; /* Large heading size */
  font-weight: normal; /* Normal weight for the heading */
  color: #333; /* Dark text color */
  margin-bottom: 1.5rem; /* Space below the heading */
  text-align: left; /* Left-align the heading */
}

.section-heading strong {
  font-weight: bold; /* Bold for the word "shine" */
}

.section-text {
  font-size: 1.2rem; /* Medium text size */
  color: #666; /* Gray text color */
  text-align: left; /* Left-align the text */
  line-height: 1.8; /* Improve readability */
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .business-section {
      width: 98%; /* 98% width on mobile */
  }

  .section-heading {
      font-size: 2rem; /* Smaller heading on mobile */
  }

  .section-text {
      font-size: 1rem; /* Smaller text on mobile */
  }
}
/* our business ends













/* footer */
/* Footer Styling */
.
/* end of footer */

/* Our Advantage Section Styling */

/* Container for the logo and text */
.adv {
 
  display: flex; /* Use flexbox for inline layout */
  align-items: center; /* Vertically center the logo and text */
  margin-bottom: 20px; /* Space between rows */
}

/* Logo container */
.advlogo {
  margin-right: 20px; /* Space between logo and text */
}

/* Logo image */
.advlogo img {
  width: 50px; /* Set logo width */
  height: auto; /* Maintain aspect ratio */
}

/* Text container */
.advtext {
  display: flex;
  flex-direction: column; /* Stack texts vertically */
  justify-content: center; /* Center texts vertically */
}

/* Main text */
.advtext p {
  font-size: 1.2rem; /* Medium text size */
  color: #007bff; /* Blue text color */
  margin: 0; /* Remove default margin */
  line-height: 1.2; /* Adjust line height */
}

/* Secondary text */
.advtext small {
  font-size: 0.9rem; /* Smaller text size */
  color: #333; /* Black text color */
  margin: 0; /* Remove default margin */
  line-height: 1.2; /* Adjust line height */
}


/* Our Advantage Section Styling end */

/* Our planned */
/* Container styling */
.plannedx {
  display: flex;
 
  
  justify-content: center;
  gap: 20px;
  background-color: #f9f9f9;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.2) 1px, transparent 1px);
  background-size: 20px 20px;
  padding: 20px;
  border-radius: 10px;
}

/* Individual image box */
.plannedbx {
  text-align: center;
}

/* Styling the images */
.plannedbx img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 4px dotted black;
  object-fit: cover;
  padding: 5px;
}

/* Text styling */
.plannedtx p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

/* Responsive Layout */
@media (min-width: 768px) {
  .plannedx {
      flex-wrap: nowrap;
  }
}


/* Our planned end */

/* packages styling */

/* Container for the entire layout */
.package-container {
  display: flex; /* Use flexbox for inline layout */
  gap: 20px; /* Space between buttons and card */
  padding: 20px;
  max-width: 1200px; /* Limit the width for better readability */
  margin: 0 auto; /* Center the container */
}

/* Left Side: Package Buttons */
.package-buttons {
  display: flex;
  flex-direction: column; /* Stack buttons vertically */
  gap: 10px; /* Space between buttons */
  width: 30%; /* Adjust width as needed */
}

.package-button {
  padding: 10px 20px;
  font-size: 1rem;
  color: #333;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.3s ease;
}

.package-button.active {
  background-color: #007bff; /* Highlight active button */
  color: white;
}

.package-button:hover {
  background-color: #e9ecef; /* Hover effect */
}

/* Right Side: Package Content Card */
.package-content {
  flex: 1; /* Take remaining space */
}

.package-card {
  display: none; /* Hide all cards by default */
  padding: 20px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.package-card.active {
  display: block; /* Show active card */
}

.package-card img {
  width: 130px;
  display: block;
  margin: 0 auto 20px; /* Center image and add space below */
}

.package-card h2 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 15px;
}

.package-card p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 10px;
}

.package-card ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}

.package-card ul li {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 5px;
}

/* Button Styling */
.btnn {
  display: block;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1rem;
  transition: background-color 0.3s ease;
  width: 100%; /* Full width of the container */
}

.btnn:hover {
  background-color: #0056b3; /* Darker color on hover */
}

/* testimonial */
/* Testimonial Slider Styling */
.testimonial-slider {
  position: relative;
  text-align: center;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.testimonial {
  display: none; /* Hide all testimonials by default */
}

.testimonial.active {
  display: block; /* Show the active testimonial */
}

.testimonial-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 20px;
  object-fit: cover;
}

.testimonial-text {
  font-size: 1.2rem;
  color: black;
  margin-bottom: 10px;
  font-style: italic;
}

.testimonial-author {
  font-size: 1rem;
  color: #c5c6c7;
  font-weight: bold;
}

.testimonial-dots {
  margin-top: 20px;
  text-align: center;
}

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

.dot.active {
  background-color: #007bff; /* Highlight the active dot */
}

.dot:hover {
  background-color: #0056b3; /* Darker color on hover */
}
/* testimonial end*/

