/* Header Styles */
header {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.navbar-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.logo img {
  width: 81.12px;
  height: 52px;
}

.desk-img {
  margin-right: 8px;
}

/* .login-btn {
  background-color: white;
  color: var(--theme-bg);
  border: 2px solid #e2d6d6;
  padding: 0.6rem 1.5rem;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  box-shadow: 0 0 6px rgba(158, 1, 0, 0.2);
} */

.loginbtn {
    border: 1px solid #D9D9D9;
    width: 176px;
    height: 52px;
    border-radius: 52px;
    box-shadow: 0px 0px 10px 2px #F8E8E9;
    color: #9E0100;
    font-size: 14px;
    font-weight: 600;
    align-self: center;
    background-color: #FFFFFF;
}

.nav-links a.active,
.navbar-nav .nav-link.active {
  border: 2px solid #e2d6d6;
  border-radius: 30px;
  background-color: white;
  color: var(--theme-bg) !important;
  box-shadow: 0 0 6px rgba(158, 1, 0, 0.2);
  text-decoration: underline;
}

.navbar-nav .nav-link:hover {
  border: 2px solid #e2d6d6;
  border-radius: 30px;
  color: var(--theme-bg) !important;
  text-decoration: underline;
}

.navbar-nav .nav-link img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.login-btn:hover {
  background-color: var(--theme-bg);
  color: white;
  transform: translateY(-1px);
}

/* Mobile Menu Button */
#mobileMenu {
  background: white;
}

.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: var(--text-dark);
  cursor: pointer;
}

.mobileFooter {
    display: none;
}


/* Responsive Navigation */
@media (max-width: 768px) {

    /* .mobile_footer .footer-section {
        width: 35%;
    } */

    .mobileFooter {
        display: block;
    }

    .last-div-ptag {
        color: white;
    }

    .social-icons img {
        width: 24px;
	height: 24px;
    }

    .payment-icons {
        color: #000;
        /* width: 40%; */
        border: 1px solid #FFFFFF;
        border-radius: 18px;
        background-color: white;
        padding: 5px;
    }

    .payment-icons img {
        width: 25% !important;
        margin-right: none;
    }

    .footer-top, .footer-bottom {
        background-color: #293688 !important;
    }

    .loginbtn {
        border: 0.85px solid #7E8BDF;
        width: 152px;
        height: 40px;
        border-radius: 52px;
        box-shadow: 0px 0px 6px 2px #7E8BDF;
        color: #2093EF;
        font-size: 14px;
        font-weight: 600;
        align-self: center;
        background-color: #FFFFFF;
    }

    .nav-links {
        display: none;
    }

    .mobile-menu-btn {
        display: block;
        border: none;
        background: none;
        font-size: 1.8rem;
    }

    /* Offcanvas customization */
    .offcanvas {
        background: rgba(255, 255, 255, 0.8);
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
    }

    .offcanvas .nav-link {
        display: flex;
        align-items: center;
        gap: 8px;
        font-weight: 500;
        color: rgb(81, 78, 78);
        padding: 10px 0;
    }

    .offcanvas .nav-link img {
        width: 20px;
        height: 20px;
    }

    .quick-links a {
	text-decoration: none;
	color: #FFFFFF;
    	font-size: 10px;
	font-weight: 400;
    }

    .quick-links ul {
    	padding-left: 0px;
    }

    .quick-links li {
    	margin-bottom: 0px;
    }
}

/* Footer Styles */
.footer {
  font-family: 'Poppins', sans-serif;
}

.footer-section h4 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 6px;
}

.footer-section ul li a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.footer-section ul li a:hover {
  color: #ddd;
}

.approved-logos img {
  width: 72px;
  height: 64px;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #fff;
  padding: 5px;
  border-radius: 6px;
}

.subscribe-input {
  width: 100%;
  padding: 8px 10px;
  border: none;
  border-radius: 5px;
  margin-bottom: 10px;
}

.subscribe-btn {
  width: 100%;
  background: #000;
  color: #fff;
  padding: 8px 0;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.3s;
}

.subscribe-btn:hover {
  background: #333;
}

.social-icons a {
  color: #fff;
  font-size: 22px;
  margin-right: 10px;
  transition: 0.3s;
  margin-right: 15px;
}

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

.social-icons {
 display: flex;
}

.payment-icons img {
  width: 40px;
  margin-right: 8px;
}

.footer-bottom {
  text-align: center;
  padding: 5px 0;
  background: #5c5555;
  border-top: 1px solid #7a7373;
  font-size: 14px;
  color: var(--background);
}

.footer-div1 {
  background-color: white;
  border: 1px outset #D9D9D9;
}

.footer-top {
  background-color: #6c6666;
  color: #fff;
}

.dest-footer {
  padding: 20px;
}

.footer-div2 {
  background-color: #6c6666;
  border-bottom: 2px outset;
}

.footer-div2 li {
    list-style-type: none;
}

.footer-div2 a {
    text-decoration: none;
    color: #F9F9F9;
}

.last-div-ptag {
  margin-bottom: 0px !important;
  color: white;
}

.about-us-container {
  padding: 10px;
}

.div1-h6 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.div1-heading {
  text-align: center;
}

.row-text-h5 {
  color: var(--background);
  margin-bottom: 15px !important;
}

.footer-active {
  background-color: var(--black);
  color: var(--background);
  box-shadow: 1px 1px 8px var(--black);
}

.div1-heading:hover {
  background-color: var(--black);
  color: var(--background);
  box-shadow: 1px 1px 8px var(--black);
}
