/* Navbar starts */
/* .yarra-navbar {
  background-color: #fff;
}

.yarra-navbar .nav-link {
  color: #000;
  font-weight: 500;
  margin-right: 15px;
}
.nav-link {
  margin-right: 30px !important;
}

.yarra-navbar .nav-link.active {
  color: red;
} */
.yarra-navbar {
  background-color: #fff;
}

.nav-link {
  color: #000;
  font-weight: 500;
  margin-right: 30px;
  position: relative;
  bottom: 20px;
}

.yarra-navbar .nav-link.active {
  color: red;
}

.tour-dropdown-wrapper {
  position: relative;
}

.tour-dropdown {
  width: 850px;
  height: auto;
  right: -20vw;
  /* left: 30vw; */
  top: 100%;
  padding: 20px;
  border-radius: 0;
  background-color: #ffffff;
  border-top: 2px solid #e0e0e0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: none;
  position: absolute;
  z-index: 1000;
}

.tour-dropdown-wrapper:hover .tour-dropdown {
  display: block;
  animation: slideDown 0.3s ease-in-out;
}

.dropdown-header {
  font-size: 16px;
  font-weight: 600;
  color: #0d6efd;
  margin-bottom: 10px;
}

.dropdown-item {
  font-size: 15px;
  padding: 5px 0;
  color: #444;
  text-decoration: none;
}

.dropdown-item:hover {
  color: #0d6efd;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 992px) {
  .tour-dropdown {
    position: static;
    box-shadow: none;
    width: 100%;
    padding: 10px;
  }
}
/* Navbar ends  */
body {
  font-family: Inter;
  color: #6e7074;
}
i {
  margin-left: 5px;
}
.heading {
  color: #002379 !important;
  font-size: 24px !important;
  font-weight: 500;
  padding: 5px 0;
}
/* First section starts  */
.yarra-section {
  padding: 20px 75px;
  background-color: #fff;
}
.yarra-section p {
  font-size: 20px;
  padding: 20px 0;
}
.yarra-title {
  font-size: 37px;
  font-weight: 600;
  margin-top: 10px;
}

.yarra-highlight {
  color: #0052cc;
  font-weight: bold;
}

.yarra-btn-call,
.yarra-btn-whatsapp {
  padding: 10px 40px;
  font-size: 16px;
  border-radius: 7.5px;
  font-weight: 600;
  border: none;
}

.yarra-btn-call {
  background-image: linear-gradient(#2141ae, #097bc0);
  color: white;
}

.yarra-btn-whatsapp {
  background-image: linear-gradient(#60d669, #23872b);
  color: white;
  margin-left: 40px;
}

.yarra-badge {
  background: #ff6600;
  padding: 6px 12px;
  font-size: 13px;
  font-family: "Pacifico", cursive;
  color: #fff;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 10px;
}

.yarra-badge-i {
  margin-left: 15px;
  color: #d01fd1;
  font-size: 24px;
  position: relative;
  top: 5px;
}

.yarra-airplane {
  max-width: 100%;
  margin-top: 30px;
}

.yarra-dest-image {
  border-radius: 12px;
  overflow: hidden;
  margin: 10px 0;
}

.yarra-dest-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.yarra-dest-container img {
  border-radius: 10px;
}

.yarra-dest-overlay {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.yarra-dest-container {
  position: relative;
}

/* First section end  */

/* About section starts  */

.custom-about-section {
  padding: 10px 75px;
}
.about-us-header {
  position: relative;
  top: 75px;
}
.custom-about-badge {
  background-color: #ff7f27;
  color: white;
  font-family: "Cursive";
  padding: 10px 25px;
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
}
.custom-about-badge i {
  font-size: 24px;
  margin-left: 10px;
}
.custom-about-text {
  font-size: 17px;
  color: #6c757d;
  line-height: 1.8;
  margin-top: 20px;
}
.custom-about-text-1 {
  margin-top: 80px !important;
}
.custom-about-img {
  max-width: 100%;
  height: auto;
  border-radius: 0;
}
@media (max-width: 767.98px) {
  .custom-about-heading {
    font-size: 26px;
  }
  .custom-about-text {
    font-size: 18px;
  }
}

/* about section ends here  */

/* Services section starts here  */

.services-section {
  padding: 50px 20px;
  background-color: #fff;
}

.services-section .section-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tag {
  font-family: "Pacifico", cursive;
}

.section-header .tag {
  background-color: #ff6e00;
  color: white;
  border-radius: 30px;
  padding: 5px 20px;
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
}

.section-header i {
  font-size: 24px;
  color: #d01fd1;
}

/* .services-section h2 {
    font-size: 32px;
    font-weight: 600;
    color: #002f6c;
    margin-top: 20px;
  } */

.services-cards .card-service {
  background: white;
  border-radius: 20px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s;
  padding: 30px;
  height: 100%;
}

.services-cards .card-service:hover {
  transform: translateY(-5px);
}

.services-cards .icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 24px;
  color: white;
}

.services-cards .red-bg {
  background-color: #f44336;
}
.services-cards .orange-bg {
  background-color: #ff9800;
}
.services-cards .green-bg {
  background-color: #8bc34a;
}
.services-cards .blue-bg {
  background-color: #2196f3;
}

.services-cards h5 {
  font-weight: 600;
  color: #002f6c;
  font-size: 20px;
}

.services-cards p {
  color: #555;
  font-size: 15px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .services-section h2 {
    font-size: 24px;
  }
}

/* Services section ends here  */

/* Our work section starts here  */

.yw-section {
  padding: 0px 75px;
}
.yw-orange-tag {
  background-color: #ff6a00;
  font-family: "Pacifico", cursive;
  color: white;
  border-radius: 25px;
  padding: 5px 20px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.yw-icon-pin {
  color: #d01fd1 !important;
  padding: 5px;
  border-radius: 50%;
  font-size: 24px !important;
  position: relative;
  top: 3px;
}
.yw-title {
  color: #012d6c;
  font-weight: 500;
  font-size: 24px;
  margin-top: 20px;
}
.yw-desc {
  font-size: 20px;
  color: #5c5c5c;
  margin: 20px 0 40px;
  line-height: 1.6;
}
.yw-stats-box {
  border-radius: 14px;
  padding: 30px 20px;
  text-align: center;
  font-weight: 600;
  min-width: 160px;
  color: white;
}
.yw-box-red {
  background-color: #ff5e5e;
}
.yw-box-yellow {
  background-color: #fef49c;
  color: #000;
}
.yw-box-purple {
  background-color: #a7a6fe;
  color: #000;
}
.yw-stats-number {
  font-size: 24px;
  font-weight: 800;
}
.yw-stats-text {
  font-size: 16px;
  font-weight: 500;
}
.yw-image-col img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .yw-title {
    font-size: 24px;
  }
  .yw-desc {
    font-size: 18px;
  }
  .yw-stats-box {
    margin-bottom: 20px;
  }
}

/* Our work section ends  */

/* Benifits section starts here  */

.tour-benefits-section {
  padding: 0px 20px;
  background-color: #ffffff;
}

.tour-benefits-section h2 {
  color: #1d2c4c;
  font-weight: bold;
  margin-bottom: 10px;
}

.tour-benefits-section p.subtitle {
  color: #4a4a4a;
  font-size: 18px;
  margin-bottom: 40px;
}

.tour-card {
  text-align: center;
  background: #fff;
  border: none;
}

.tour-card img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.tour-card .badge-title {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #e7eaf0;
  color: #001f5c;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 30px;
  font-size: 14px;
}

.tour-card-body {
  padding: 20px 10px;
}

.tour-card-body p {
  color: #4a4a4a;
  font-size: 15px;
  margin-bottom: 20px;
}

.tour-card-body .btn-enquire {
  background: linear-gradient(to right, #2141ae, #097bc0);
  border: none;
  color: white;
  padding: 8px 30px;
  border-radius: 5px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .tour-card {
    margin-bottom: 30px;
  }
}

/* Benifits section ends here */

/* testimonal section starts here  */

.fans-love-section {
  background-color: #fff;
}
.fans-love-badge {
  background-color: #ff8c00 !important;
  font-size: 1rem;
  font-family: "Pacifico", cursive;
}
.testimonal-pin {
  position: relative !important;
  top: 0px !important;
}
.fans-dot {
  width: 7px !important;
  height: 7px !important;
  border-radius: 50% !important;
  margin: 0 20px !important;
  border: none;
  opacity: 1;
}
.profile-img {
  height: 60px !important;
  width: 60px !important;
}
@media (max-width: 768px) {
  .fans-love-section .row > div {
    margin-bottom: 2rem;
  }
}

/* testimonal section ends here  */

/* contact section starts here  */
.enquire-wrapper {
  background-color: #cde7f7;
  font-family: "Segoe UI", sans-serif;
}

.enquire-title {
  font-weight: 600;
  color: #001b18;
  font-size: 2rem;
}

.enquire-input {
  height: 65px;
  border-radius: 8px;
  border: none;
  padding-left: 20px;
  font-size: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.enquire-input::placeholder {
  color: #a9a9a9;
}

.enquire-btn {
  height: 55px;
  background: linear-gradient(to right, #013b9f, #00a2e9);
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  border: none;
  border-radius: 12px;
  transition: 0.3s;
}

.enquire-btn:hover {
  opacity: 0.9;
}

.enquire-img {
  max-height: 600px;
  object-fit: contain;
}

/* contact section ends here  */

/* fotter section starts here  */

.footer-yarra {
  font-family: "Segoe UI", sans-serif;
}

.footer-yarra .text-orange {
  color: #ff7900 !important;
}

.footer-yarra .bg-orange {
  background-color: #ff7900 !important;
}

.footer-yarra i {
  font-size: 16px;
}

.footer-yarra a {
  transition: all 0.3s ease-in-out;
}

.footer-yarra a:hover {
  opacity: 0.8;
}

.footer-yarra .rounded-circle {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-icons {
  margin-left: 60px;
}
.footer-icons-i {
  margin-left: 0 !important;
}
@media (max-width: 767.98px) {
  .footer-yarra h5 {
    font-size: 16px;
  }
  .footer-yarra i {
    font-size: 14px;
  }
}

/* footer section ends here  */

@media (max-width: 767.98px) {
  .logo {
    position: relative;
    height: 80px !important;
  }
  #navbarNav {
    position: relative;
    top: 20px;
  }
}
