div{
    scroll-behavior: smooth;
}
p,a,h1,h2,h3,h4,h5{
    font-family: 'poppins' !important;
}
.card {
    width: 350px;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 10px 10px;
}
.cont{
    flex-direction: column;
    /* margin-left:55px; */
}
.card:hover {
    transform: scale(1.06);
}

.card-image {
    height: 200px;
    width: auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.card-image p{
    color: white;
    border-radius:15px;
    background-color: rgb(0,0,0,0.6);
    margin: 5px 8px;
    padding: 5px 15px;
    font-size: small;
    font-weight: bold;
}

.card-content {
    padding: 8px;
}

.card-content h4 {
    /* margin: 0 0 10px; */
    font-size: 1.2em;
}
.card-content h5{
    font-size: 10px;
}

.card-content p {
    font-size: 0.6em;
    color:grey;
    font-weight: bold;
}
.card-content button{
    color: white;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    border: 0;
    border-radius: 50px;
    width: 300px;
    height: 50px;
    background-color: #ffbe42;
    font-size: large;
    font-weight: bold;
    transition: background-color 0.3s;
}
.card-content button:hover{
    background-color: #ffbe42;
    color: #093fb4;
}
.vl {
    border-left: 3px solid #ffbe42; /* Line thickness and color */
    height: 30px; /* Line height */
    margin-left: 2px; /* Optional: adjust position */
}

.vl img{
    height: 35px;
}

.faq-item {
    margin: 10px 0;
    border-bottom: 1px solid #ccc;
    margin: 5px;
}

.faq-question {
    cursor: pointer;
    color: #2e8b57;
    margin: 10px 0;
    font-size: medium;
}

.faq-answer {
    display: none;
    padding: 10px 0;
    color: #555;
}
.col-lg-4 iframe{
    width: 100% !important;
    height: 70% !important;
}
.carousel-container .carousel-imagex button{
    background-color:#faea0c;
    color:Black;
}
.carousel-container .carousel-image button{
    background-color:#faea0c;
    color:Black;
}
/* route */

.route-container {
    display: flex;
    align-items: center;
    position: relative;
    padding: 20px;
}

.route-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background-color: white;
    /* z-index: -1; */
}
.route-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 30px;
    position: relative;
}
.route-step.up {
    transform: translateY(50px); /* Move up */
}
.route-step.down {
    transform: translateY(50px); /* Move down */
}
.route-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5em;
    margin-bottom: 10px;
    position: relative;
}
.route-text {
    text-align: center;
}
.route-text .place-name {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    color: #ffbe42;
}
.route-text .place-info {
    font-size: 0.85em;
    color:white;
    margin: 5px 0 0;
}
/* Different colors for each place icon */
.route-icon.diglipur { background-color: #007acc; }
.route-icon.mayabunder { background-color: #e67e22; }
.route-icon.rangat { background-color: #16a085; }
.route-icon.baratang { background-color: #e74c3c; }
.route-icon.long { background-color: #8e44ad; }
.route-icon.port-blair { background-color: #3498db; }
.route-icon.havelock { background-color: #2ecc71; }
.route-icon.neil { background-color: #f1c40f; }
.route-icon.cinque { background-color: #d35400; }


#overlay{
    background-color: rgb(0,0,0,0.6);
    height: 500px;
}
#overlay h4{
    color: white;
    /* border: 2px solid white; */
    /* height: 50px; */
    padding:15px 10px;
}
hr {
    border: none; /* Remove default border */
    height: 2px; /* Set height of the divider */
    background-color: #ccc; /* Color of the divider */
    margin: 20px 0; /* Add space above and below */
}

#footer_area h3, h5{
    /* background-color: #007acc; */
    margin: 10px 0px;
    font-weight: bold;
}
#foot-logo img{
    height: 80px;
    /* border: 2px solid black; */
}
#foot-logo h1{
    /* border: 2px solid black; */
    font-weight: bolder;
    height: 80px;
    align-items: center;
    display: flex;
    margin: 0;
}

#modal_adjust img{
    height: 400px;
    border-radius: 15px;
}
.address_bar{
    height: 400px; 
    background-color:#ffbe42; 
    color:#093fb4; 
    margin-top: 15px; 
    top: 0; 
    position: sticky;
}
.background_main{
    /* background-image: url(./Images/Andaman.png); 
    height: 100%;  */
    /* width: 100%; */
    border: 1px solid black;
    /* background-size:cover;  */
    /* background-repeat: no-repeat; */
}
.background_main img{
    width: 100%;
    height: 600px;
    object-fit: cover;
    padding: 0;
    margin: 0;
}
.map_background{
    height: 500px; 
    background-image: url(./andaman_back.jpg); 
    background-position: center; 
    padding: 0;
}
.map{
    height: 300px;
}
.foot_icons img{
    height: 30px;
    margin: 0;
    padding: 0px 10px;
}
/* Mobile */
@media (max-width:400px) {
    body,p{
        scroll-behavior: smooth;
        text-align: justify;
    }
    .cont{
        flex-direction: column;
        margin-left:0;
    }
    .cont .nav li{
        display: flex;
        width: 33.3%;
    }
    .pic{
        /* height: 250px; */
        align-items: center;
        width: 100%;
        /* margin: 0px 15px; */
    }
    .pack_mobile{
        width: 100%;
        padding: 5px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .package{
        justify-content: center;
    }
    .inc_exc{
        height: 450px;
    }
    .address_bar{
        height: 850px;
        background-color: #ffbe42; 
    }
    .basic_pack p{
        text-align: center;
    }
    .background_main{
        display: flex;
        /* height: 300px; */
        background-position: center;
    }
    .row_cards{
        flex-direction: column;
        align-content: flex-start;
    }
    .map_background{
        height: 700px;
    }
    #overlay{
        height: 700px;
    }
    .map{
        flex-direction: column;
        align-items:normal;
        height: 800px;
        display: block;
        margin:-65px 0px;
    }
    .route-step{
        text-align: center;
        flex-direction: row;
        margin: 10px 0px;
    }
    .route-line{
        /* height: 800px; */
        width: 0px;
    }
    .route-text{
        padding: 0px 15px;
    }
}
  

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* Popup Background */
    .location-popup {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      justify-content: center;
      align-items: center;
    }

    /* Popup Box */
    .location-popup-box {
      background-color: white;
      padding: 20px 30px;
      border-radius: 8px;
      text-align: center;
      color: navy;
      max-width: 400px;
    }

    .location-close-btn {
      color: #ffaa02;
      font-size: 20px;
      float: right;
      cursor: pointer;
    }

    .location-close-btn:hover {
      color: #003399;
    }
    #locationText{
      color: #034295;
    }

     /* <!-- footarea --> */
      #div1 h1{
        color:rgb(255, 255, 255);
        font-weight: bold;
        /* background-color: #093fb4; */
        padding: 5px;
        /* border-radius: 6px; */
        font-size:60px;
        text-align: center;
      }
     .typing {
      font-family: 'Courier New', Courier, monospace;
      font-size: 24px;
      font-weight: bolder;
      border-right: 2px solid #ffbe42;
      color: #ffbe42;
      white-space: nowrap;
      overflow: hidden;
      background-color: #093fb4;
      padding: 5px;
      display: inline-block;
    }

    @keyframes blink {
      0%, 100% { border-color: transparent; }
      50% { border-color: #333; }
    }

    .typing::after {
      content: '';
      animation: blink 0.7s infinite;
    }
    .subscribe-btna {
  padding: 0.4rem 0.8rem;
  background: linear-gradient(45deg, #ffbe42,  #093fb4);
  border: none;
  border-radius: 6px;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subscribe-btna:hover {
  background: linear-gradient(45deg,  #093fb4, #ffbe42);
  transform: scale(1.0);
}
     /* Footer Styles */
.footer {
  background: linear-gradient(135deg, #093fb4 0%, #093fb4 100%);
  color:#ffbe42;
  margin-top: auto;
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #3498db, #e74c3c, #f39c12, #27ae60);
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.footer-section {
  padding: 1rem;
}

.footer-section h3 {
  color: white;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-section h3 i {
  font-size: 1rem;
}

.footer-section p {
  margin-bottom: 1rem;
  color: #ffbe42;
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Contact Info */
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  color: #ffbe42;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.contact-item:hover {
  color: white;
  transform: translateX(5px);
}

.contact-item i {
  color:#ffbe42;
  width: 16px;
  flex-shrink: 0;
  margin-top: 2px;
}

/* Footer Links */
.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: #ffbe42;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  padding: 0.3rem 0;
}

.footer-links a:hover {
  color: white;
  transform: translateX(8px);
}

.footer-links a i {
  font-size: 0.7rem;
  transition: transform 0.3s ease;
}

.footer-links a:hover i {
  transform: translateX(3px);
}

/* Newsletter */
.newsletter-form {
  display: flex;
  margin-bottom: 1.5rem;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.email-input {
  flex: 1;
  padding: 0.8rem 1rem;
  border: none;
  background: rgba(255,255,255,0.1);
  color: white;
  font-size: 0.9rem;
  outline: none;
  backdrop-filter: blur(10px);
}

.email-input::placeholder {
  color: white;
}

.subscribe-btn {
  padding: 0.8rem 1.2rem;
  background: linear-gradient(45deg, #ffbe42,  #093fb4);
  border: none;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subscribe-btn:hover {
  background: linear-gradient(45deg,  #093fb4, #ffbe42);
  transform: scale(1.05);
    transition: 0.8s;

}

.subscribe-btn i {
  font-size: 1rem;
}

/* Social Media */
.social-media h4 {
  color: #ecf0f1;
  margin-bottom: 0.8rem;
  font-size: 1rem;
}

.social-links {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.social-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.3s ease;
}

.social-link:hover::before {
  transform: scale(1);
}

.social-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.social-link i {
  font-size: 1.1rem;
  position: relative;
  z-index: 1;
}

/* Social Media Colors */
.facebook {
  background: rgba(59, 89, 152, 0.8);
}
.facebook::before {
  background: #3b5998;
}

.instagram {
  background: linear-gradient(45deg, rgba(225, 48, 108, 0.8), rgba(255, 204, 119, 0.8));
}
.instagram::before {
  background: linear-gradient(45deg, #e1306c, #ffcc77);
}

.whatsapp {
  background: rgba(37, 211, 102, 0.8);
}
.whatsapp::before {
  background: #25d366;
}

.youtube {
  background: rgba(255, 0, 0, 0.8);
}
.youtube::before {
  background: #ff0000;
}

.twitter {
  background: rgba(29, 161, 242, 0.8);
}
.twitter::before {
  background: #1da1f2;
}

/* Footer Bottom */
.footer-bottom {
  background: #093fb4;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 1rem 0;
}

.footer-bottom-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-bottom p {
  color:white;
  font-size: 0.9rem;
  margin: 0;
}

.highlight {
  color: #ffbe42;
  font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .footer-bottom-container {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }
  
  .content h1 {
    font-size: 2rem;
  }
  
  .content p {
    font-size: 1rem;
  }
  
  .social-links {
    justify-content: center;
  }
  .col ul li{
    list-style: none;
  }
}

@media (max-width: 480px) {
  .footer-container {
    padding: 1.5rem 0.5rem;
  }
  
  .footer-section {
    padding: 0.5rem;
  }
  
  .social-link {
    width: 35px;
    height: 35px;
  }
  
  .social-link i {
    font-size: 1rem;
  }
}

/* Animation Keyframes */
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.footer-section {
  animation: slideInUp 0.6s ease-out forwards;
}

.footer-section:nth-child(1) { animation-delay: 0.1s; }
.footer-section:nth-child(2) { animation-delay: 0.2s; }
.footer-section:nth-child(3) { animation-delay: 0.3s; }

.brandpara{
  font-size:larger;
}
.brandhead{
  font-weight: bolder;
  font-style: italic;
}
   /* <!-- backgorundcarousel --> */

    .marquee-container {
      width: 100%;
      overflow: hidden;
      position: relative;
      background: #f4f4f4;
      height: 2rem;
    }

    .marquee-text {
      white-space: nowrap;
      /* display: inline-block; */
      position: relative;
      right: -100%; /* Start offscreen to the right */
      animation: marquee 10s linear forwards; /* Run once and stop */
      font-size: 1.0rem;
      color: #333;
    }

    @keyframes marquee {
      from {
        right: -100%;
      }
      to {
        right: 0%;
      }
    }

    /* Responsive text size */
    @media (max-width: 768px) {
      .marquee-text {
        font-size: 1.2rem;
      }
    }

    @media (max-width: 480px) {
      .marquee-text {
        font-size: 1rem;
      }
    }
    #backgroundimage{
      background-color: #093fb4;
      width: 100%;
      display: flex;
      align-items: center;
      /* justify-content: end; */
      flex-direction: column;
      height: 480px;
      /* border: 1px solid black; */
      margin: 0px;
      background-image: url(Cruise.jpg);
      background-position:bottom;
      background-repeat: no-repeat;
      background-size:cover;
      /* background-color: #093fb4; */
      opacity: 2.0;
      /* background-image: repeating-radial-gradient( circle at 0 0, transparent 0, #6b6b9c 10px ), repeating-linear-gradient( #093fb4, #ffbe42 ); */
    }
    #backgroundimage #div1{
      /* height: 200px; */
      margin: 10px;
      justify-content: center;
      align-items: center;
      display: flex;
      flex-direction: column;
    }
    #div2{
      /* height: 350px; */
      justify-content: center;
      align-items: center;
      /* border: 1px solid blue; */
      display: flex;
    }
    
   /* <!-- brandlist --> */

      #cruise{
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        align-content: center;
      }
      .hero-image1 {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(cruiseRC.png);

  /* Set a specific height */
  height: 250px;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-image2 {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(CruiseCC.png);

  /* Set a specific height */
  height: 250px;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-image3 {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(CruiseSS.jpg);

  /* Set a specific height */
  height: 250px;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-image4 {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(CruiseAZ.jpg);

  /* Set a specific height */
  height: 250px;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* color: white; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #ffbe42;
}
.hero-text button{
  width: 45%;
  margin: auto;
  /* padding: 10px; */
  /* border: 1px solid sandybrown; */
}
.hero-text img{
  width: 50%;
  /* border-radius: 10px; */
  padding: 5px;
}

      /* Mobile Responsive Adjustments */
@media (max-width: 768px) {
  /* Marquee text size */
  .marquee-text {
    font-size: 0.8rem;
  }

  /* Hero section */
  #backgroundimage {
    height: 300px;
    background-position: center;
  }
  
  #div1 h1 {
    font-size: 2rem;
  }
  
  .typing {
    font-size: 1rem;
  }

  /* Brand section */
  #cruise {
    height: auto;
    flex-direction: column;
  }
  
  .row#cruise {
    flex-direction: column;
    gap: 1rem;
  }
  
  .row#cruise .col {
    width: 100%;
    margin-bottom: 1rem;
  }
  
  .hero-image1, .hero-image2, .hero-image3, .hero-image4 {
    height: 200px;
  }

  /* Destinations grid */
  #destinations {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  /* Cordelia cruise section */
  .container.text-center .row {
    flex-direction: column;
  }
  
  .container.text-center .col {
    width: 100%;
    margin-bottom: 1rem;
  }
  
  .container.text-center .col ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }

  /* Footer adjustments */
  .footer-container {
    grid-template-columns: 1fr;
    padding: 1rem;
  }
  
  .footer-section {
    padding: 0.5rem;
  }
  
  .newsletter-form {
    flex-direction: column;
  }
  
  .email-input {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  
  .subscribe-btn {
    width: 100%;
  }
}

/* Smaller mobile devices */
@media (max-width: 480px) {
  /* Further reduce text sizes */
  #div1 h1 {
    font-size: 1.5rem;
  }
  
  .typing {
    font-size: 0.8rem;
  }
  
  /* Single column for destinations */
  #destinations {
    grid-template-columns: 1fr;
  }
  
  /* Adjust brand images */
  .hero-text img {
    width: 40%;
  }
  
  .hero-text button {
    width: 50%;
    padding: 0.3rem;
  }
  
  /* Footer social icons */
  .social-link {
    width: 35px;
    height: 35px;
  }
  
  .social-link i {
    font-size: 1rem;
  }
}

/* Navigation menu for mobile */
@media (max-width: 992px) {
  .navbar-collapse {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 0.25rem;
    margin-top: 0.5rem;
  }
  
  .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: 100%;
  }
  
  .menu-section {
    padding: 0.5rem;
  }
  
  .region {
    margin-bottom: 1rem;
  }
}

/* Ensure images don't overflow */
img {
  max-width: 100%;
  height: auto;
}

/* Make all buttons touch-friendly */
button, .subscribe-btna {
  min-width: 44px;
  min-height: 44px;
}


