



#date, #vft, #time-to-travel, #helicopter-ser, #facility, #clothes, #follow-authority {
scroll-margin-top: 100px;
}


.mobilebtn{
	display:none;
}



/* HERO SECTION */
.hero-section {
    height: 100vh;
    background: url('../images/banner.jpg') no-repeat center center/cover;
    position: relative;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-section h1 {
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    padding: 0px;
    margin: 0;
}


.hero-section h3 {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    padding: 0px 0 20px 0;
    margin: 0;
}
.hero-section p {
    padding: 0px 0 6px 0;
    margin: 0px;
    font-size: 18px;
}


/* Rating box */
.rating-box {
    background: #fff;
    color: #000;
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 14px;
    margin: 20px 0 20px 0;
    font-weight: 500;
}

.rating-box i{
	margin:0 5px 0 0;
}

/* Buttons */
.btn-danger {
    background: #d32f2f;
    border: none;
}

.hero-btn .btn-success {
    padding: 10px 20px 10px 20px;
    background: #046529;
    border: none;
    font-size: 16px;
    font-weight: 500;
}

.hero-btn .btn-success:hover{
	background: #046529;	
}

/* Card Styling */
.card {
    border-radius: 12px;
    background: #fcf8ef;
    padding: 40px 15px 40px 15px !important;
}


.why-choose-us {
    background: #fafafa;
    padding: 60px 0 60px 0;
}

.why-choose-us h2 {
    text-align: center;
    padding: 0px 0 30px 0;
    margin: 0px;
    font-size: 34px;
    font-weight: 600;
}

.icon-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.icon-wrap img{
	width:70px;
}

.icon-wrap h5 {
    padding: 0px;
    margin: 0px;
    font-size: 17px;
    font-weight: 600;
}




/* SECTION BACKGROUND */
.serrate.schedule-section {
    background: url('../images/bg-1.jpg') no-repeat center/cover;
    padding: 70px 0 70px 0;
    position: relative;
}

.serrate.schedule-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
}

.serrate.schedule-section .container {
    position: relative;
    z-index: 2;
}

.schedule-section h2 {
    text-align: center;
    color: #fff;
    padding: 0px 0 30px 0;
    margin: 0px;
    font-size: 38px;
}

/* CARD DESIGN */
.serrate.card-box {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    transition: 0.3s;
    padding: 10px 10px 10px 10px;
}

.serrate.card-box:hover {
    transform: translateY(-5px);
}

/* IMAGE */
.serrate.card-box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* CONTENT */
.serrate.card-content {
    padding: 15px;
}

.serrate.card-content h4 {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 700;
}

.serrate.card-content p {
    margin: 0px 0 6px 0;
    color: #555;
    font-size: 13px;
    padding: 0;
    font-weight: 600;
}


/* SECTION */
.serrate.package-section {
    background: #f8f9fa;
    padding: 80px 0 60px 0;
}

/* CARD */
.serrate.package-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: 0.3s;
    text-align: center;
}

.serrate.package-card:hover {
    transform: translateY(-8px);
}

/* IMAGE */
.serrate.package-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* POPULAR BADGE */
.serrate .badge-popular {
    position: absolute;
    top: 15px;
    right: 15px;
    background: red;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
}

/* BUTTONS */
.serrate .btn-danger {
    background: #d32f2f;
    border: none;
    padding: 10px 10px 10px 10px;
    width: 80% !important;
    margin: auto;
    display: block;
    margin-top: 30px !important;
    margin-bottom: 10px !important;
}

.serrate .btn-success {
    background: #2e7d32;
    border: none;
	padding: 10px 10px 10px 10px;
    width: 80% !important;
    margin: auto;
    display: block;
    margin-top: 30px !important;
    margin-bottom: 10px !important;
}

/* ICONS */
.serrate i {
    font-size: 16px;
    color: #555;
}

.keypoints-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin: 25px 0 25px 0;
}

.keypoints-sec img {
    width: 32px !important;
    height: auto !important;
}

.keypoints-sec strong {
    font-size: 11px;
}

.price-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.price-sec h3 {
    font-size: 28px;
    font-weight: 700;
    padding: 0px;
    margin: 0;
}

.price-sec span {
    font-weight: 600;
}

.rating-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 21px;
    margin: 30px 0 0 0;
}
.rating-logo img {
    width: 130px;
}


/* CTA SECTION */
.serrate.cta-section {
    background: url('../images/bg-2.jpg') no-repeat bottom/cover;
    position: relative;
    padding: 50px 0 50px 0;
}

/* DARK OVERLAY */
.serrate.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
}

/* CONTENT ABOVE OVERLAY */
.serrate.cta-section .container {
    position: relative;
    z-index: 2;
}

/* BUTTON STYLES */
.serrate .btn-danger {
    background: #d32f2f;
    border: none;
}

.serrate .btn-light {
    background: #fff;
    color: #000;
    border: none;
}

/* HOVER EFFECT */
.serrate .btn:hover {
    transform: translateY(-2px);
    transition: 0.3s;
}

.cta-sec .btn-light {
    background: #fff;
    color: #000;
    border: none;
    font-size: 18px;
    font-weight: 500;
}







/* FOOTER */
.serrate.footer-section {
    background: #6b6b6b;
    padding: 60px 0 20px;
    color: #fff;
}

/* TITLE */
.serrate.footer-title {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 17px;
}

/* LINKS */
.serrate.footer-links {
    list-style: none;
    padding: 0;
}

.serrate.footer-links li {
    margin-bottom: 10px;
}

.serrate.footer-links a {
    color: #ddd;
    text-decoration: none;
    transition: 0.3s;
}

.serrate.footer-links a:hover {
    color: #fff;
    padding-left: 5px;
}

/* TEXT */
.serrate.footer-text {
    color: #ddd;
    font-size: 14px;
}

/* LOGOS */
.serrate.payment-logos img {
    width: 70px;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}

/* BORDER */
.serrate.footer-section .border-top {
    border-color: rgba(255,255,255,0.2) !important;
}

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

.footer-text i{
	color:#ddd;
}




.serrate.modal-content {
    border-radius: 12px;
    padding: 10px;
}

.serrate .modal-header h5 {
    font-size: 18px;
}

.serrate .form-control {
    border-radius: 8px;
    padding: 10px;
}

.serrate .btn-danger {
    background: #d32f2f;
    border: none;
}

.quote-btn {
    background: #d32f2f;
    border: none;
    padding: 8px 10px 8px 10px;
    width: 80% !important;
    margin: auto;
    display: block;
    margin-top: 20px !important;
    margin-bottom: 0px !important;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
}




/* THANK YOU SECTION */
.serrate.thankyou-section {
    height: 80vh;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.serrate.thankyou-section i {
    font-size: 23px;
}

.serrate.thankyou-section h1 {
    font-size: 40px;
}

/* BUTTONS */
.serrate .btn-danger {
    background: #d32f2f;
    border: none;
    padding: 10px 20px 10px 20px;
}

.tahnkyou-page .btn-success {
    background: #25D366;
    border: none;
	padding: 15px 20px 15px 20px;
    font-size: 17px;
}

.tahnkyou-page {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    width: 50%;
    margin: auto;
}

.tahnkyou-page .btn-danger {
    background: #d32f2f;
    border: none;
    padding: 15px 20px 15px 20px;
    font-size: 17px;
}




/* HERO */
.serrate.about-hero {
    height: 300px;
    background: url('../images/inner-header-bg.jpg') no-repeat center/cover;
    position: relative;
}

.serrate.about-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
}

.serrate.about-hero .container {
    position: relative;
    z-index: 2;
}

/* ABOUT TEXT */
.serrate.about-section p {
    color: #555;
    line-height: 1.7;
}

/* FEATURE BOX */
.serrate.feature-box {
    background: #fff;
    border-radius: 12px;
    transition: 0.3s;
}

.serrate.feature-box:hover {
    transform: translateY(-5px);
}

/* CTA */
.serrate.about-cta {
    height: 220px;
    background: url('../images/inner-header-bg.jpg') no-repeat center/cover;
    position: relative;
}

.serrate.about-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

.serrate.about-cta .container {
    position: relative;
    z-index: 2;
}

/* BUTTON FIX */
.serrate .btn-light {
    background: #fff;
    border: none;
    font-weight: 500;
}



/* Section */
.cert-section {
  padding: 60px 20px;
}

.cert-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

/* Title */
.cert-title {
    background: #858585;
    color: #000;
    padding: 15px 25px;
    border-radius: 12px;
    display: block;
    margin-bottom: 40px;
    font-size: 28px;
}

/* Cards wrapper */
.cert-cards {
  display: flex;
  gap: 25px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Card */
.cert-card {
  width: 300px;
  padding: 25px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 10px;
  transition: 0.3s ease;
}

.cert-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Icon */
.cert-icon {
  font-size: 40px;
  margin-bottom: 15px;
}

/* Heading */
.cert-heading {
  font-size: 22px;
  margin-bottom: 10px;
}

/* Text */
.cert-text {
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
}

/* Button */
.cert-btn {
  padding: 10px 18px;
  border: 1px solid #000;
  background: transparent;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.cert-btn:hover {
  background: #000;
  color: #fff;
}













@media (max-width: 768px) {


.mobilebtn{
	display:block;
}

.btnwrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 40px 0 20px 0;
}

.callbtn {
    background: #d32f2f;
    color: #fff;
    padding: 8px 15px 8px 15px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
}

.requestbtn{
	background: #2e7d32;
    color: #fff;
    padding: 8px 15px 8px 15px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
}


.hero-section h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    padding: 0px;
    margin: 0;
}

.rating-box {
    background: #fff;
    color: #000;
    padding: 10px 10px;
    border-radius: 10px;
    font-size: 12px;
    margin: 20px 0 20px 0;
    font-weight: 500;
}

.hero-section h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    padding: 0px 0 20px 0;
    margin: 0;
}

.hero-section {
    height: auto;
    background: url('../images/banner.jpg') no-repeat center center/cover;
    position: relative;
    padding: 0px 0 30px 0;
}
.why-choose-us {
    background: #fafafa;
    padding: 40px 0 40px 0;
}
.why-choose-us h2 {
    text-align: center;
    padding: 0px 20px 30px 20px;
    margin: 0px;
    font-size: 24px;
    font-weight: 600;
}

.icon-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.serrate.schedule-section {
    background: url('../images/bg-1.jpg') no-repeat center/cover;
    padding: 40px 0 40px 0;
    position: relative;
}

.schedule-section h2 {
    text-align: center;
    color: #fff;
    padding: 0px 0 30px 0;
    margin: 0px;
    font-size: 28px;
}

.serrate.package-section {
    background: #f8f9fa;
    padding: 40px 0 40px 0;
}

.package-section {
	
}

.tahnkyou-page {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
    width: 100%;
    margin: auto;
}

.tahnkyou-page .btn-danger {
    background: #d32f2f;
    border: none;
    padding: 15px 10px 15px 10px;
    font-size: 15px;
    width: auto !important;
}

.tahnkyou-page .btn-success {
    background: #25D366;
    border: none;
    padding: 15px 10px 15px 10px;
    font-size: 15px;
    width: auto !important;
}


}


.about-section h2{
text-align: center;
}


/* Contact Information Section */
.contact-info-section {
    padding: 60px 20px;
    background: #ffffff;
}

.contact-info-section h5 {
    text-align: center;
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 17px;
}

.contact-info-cards {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.contact-card {
  flex: 1;
  min-width: 280px;
  max-width: 350px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.contact-icon {
  width: 60px;
  height: 60px;
  background: #dc3545;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: #fff;
  font-size: 24px;
}

.contact-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000;
}

.contact-details p {
  margin: 8px 0;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}

.contact-details p a{
color: #333;
text-decoration: none;

}

.contact-details p:first-child {
  margin-top: 0;
}

.contact-details p:last-child {
  margin-bottom: 0;
}

/* Contact Form Section */
.contact-form-section {
  background: #f8f9fa;
  padding: 80px 20px;
}

.contact-form-wrapper {
    max-width: 60%;
    margin: 0 auto;
}

.contact-form-card {
  background: #fff;
  border: 2px solid #000;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.contact-form-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.form-title {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 10px;
}

.form-subtitle {
  text-align: center;
  color: #666;
  margin-bottom: 30px;
  font-size: 16px;
}

.contact-form-section .form-label {
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  font-size: 14px;
}

.contact-form-section .form-control {
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 15px;
  transition: all 0.3s ease;
  background: #fff;
}

.contact-form-section .form-control:focus {
  border-color: #e0e0e0;
  box-shadow: none
  outline: none;
}

.contact-form-section .form-control::placeholder {
  color: #999;
}

.contact-form-section .btn-danger {
  background: #dc3545;
  border: none;
  border-radius: 8px;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-form-section .btn-danger:hover {
  background: #c82333;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(220, 53, 69, 0.3);
}

.contact-form-section .mb-3 {
  margin-bottom: 20px;
}

.contact-form-section textarea.form-control {
  resize: vertical;
  min-height: 100px;
}

/* Privacy Policy Page Styles */
.privacy-policy-section h3 {
    color: #000000;
    border-bottom: 2px solid #bfbfbf;
    padding-bottom: 10px;
    font-size: 18px;
    display: inline-block;
}
.privacy-policy-section ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

.privacy-policy-section ul li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.contact-info-box {
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
}

.contact-info-box p {
  margin-bottom: 10px;
}

.contact-info-box p:last-child {
  margin-bottom: 0;
}

/* Terms & Conditions Page Styles */
.terms-conditions-section h3 {
    color: #000000;
    border-bottom: 2px solid #bfbfbf;
    padding-bottom: 10px;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 15px;
}

.terms-conditions-section h4 {
    color: #000000;
    font-size: 16px;
    margin-bottom: 15px;
}

.terms-conditions-section p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.terms-conditions-section .table {
    border: 1px solid #000;
    margin: 20px 0;
}

.terms-conditions-section .table th {
    background: #f8f9fa;
    border: 1px solid #000;
    font-weight: 600;
    text-align: center;
}

.terms-conditions-section .table td {
    border: 1px solid #000;
    text-align: center;
}

/* Refund Policy Page Styles */
.refund-policy-section h3 {
    color: #000000;
    border-bottom: 2px solid #bfbfbf;
    padding-bottom: 10px;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 15px;
}

.refund-policy-section h4 {
    color: #000000;
    font-size: 16px;
    margin-bottom: 15px;
}

.refund-policy-section p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.refund-policy-section .table {
    border: 1px solid #000;
    margin: 20px 0;
}

.refund-policy-section .table th {
    background: #f8f9fa;
    border: 1px solid #000;
    font-weight: 600;
    text-align: center;
}

.refund-policy-section .table td {
    border: 1px solid #000;
    text-align: center;
}

/* Payment Policy Page Styles */
.payment-policy-section h3 {
    color: #000000;
    border-bottom: 2px solid #bfbfbf;
    padding-bottom: 10px;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 15px;
}

.payment-policy-section p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.payment-policy-section .table {
    border: 1px solid #000;
    margin: 20px 0;
}

.payment-policy-section .table td {
    border: 1px solid #000;
    padding: 10px;
}

.payment-policy-section .table td:first-child {
    font-weight: 600;
    width: 40%;
}

.payment-policy-section .table td:last-child {
    width: 60%;
}

.payment-policy-section .table td[colspan="2"] {
    text-align: center;
    font-weight: 600;
    background: #f8f9fa;
}

/* Information Center Page Styles */
.information-center-section h2 {
    color: #dc3545;
    border-bottom: 2px solid #dc3545;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 24px;
}

.information-center-section h3 {
    color: #000000;
    border-bottom: 2px solid #bfbfbf;
    padding-bottom: 10px;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 15px;
}

.information-center-section p {
    margin-bottom: 15px;
    line-height: 1.6;
    text-align: justify;
}

/* Navigation Styles */
.navbar {
    background-color: #f5f5f5 !important;
    padding: 5px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    border-bottom: 1px solid #e0e0e0;
}

.navbar-brand {
    font-weight: 700;
    font-size: 24px;
    color: #000 !important;
    margin-right: 0;
    padding: 0 0 0 0;
}

.logo-img {
    width: 120px;
}

.navbar-nav .nav-link {
    font-weight: 500;
    color: #333 !important;
    margin: 0 15px;
    text-transform: uppercase;
    font-size: 14px;
    transition: color 0.3s ease;
    position: relative;
}

.navbar-nav .nav-link:hover {
    color: #dc3545 !important;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #dc3545;
    transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after {
    width: 80%;
}

.navbar .quote-btn {
    background-color: #dc3545 !important;
    border: none;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 5px;
    transition: all 0.3s ease;
    margin-top: 0 !important;
    margin-right: 20px !important;
    width: auto !important;
}

.quote-btn {
    background-color: #dc3545 !important;
    border: none;
    padding: 8px 20px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 5px;
    transition: all 0.3s ease;
    margin-top: 0 !important;
    margin-right: 20px !important;
}

.quote-btn:hover {
    background-color: #c82333 !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(220, 53, 69, 0.3);
}

.phone-number {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #333;
    width: 280px;
}

.phone-number i {
    color: #dc3545;
    margin-right: 8px;
    font-size: 16px;
}

.phone-number a {
    color: #333 !important;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.phone-number a:hover {
    color: #dc3545 !important;
}

/* Mobile Responsive Styles */
@media (max-width: 991px) {
    .navbar-nav {
    text-align: left;
    padding: 20px 0;
}

.navbar .quote-btn {
    background-color: #dc3545 !important;
    border: none;
    margin: inherit;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 5px;
    transition: all 0.3s ease;
    margin-top: 0 !important;
    margin-right: 20px !important;
    width: auto !important;
}
    
    .navbar-nav .nav-item {
        margin: 10px 0;
    }
    
    .navbar-nav .nav-link {
        margin: 0;
        font-size: 16px;
    }
    
  .d-flex.align-items-center {
    justify-content: flex-start;
    flex-direction: column;
    gap: 15px;
    margin-top: 0px;
    align-items: flex-start !important;
}
    
    .quote-btn {
        width: 200px;
    }
    
    .phone-number {
        font-size: 16px;
    }
    
    .phone-number a {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .navbar {
        padding: 10px 0;
    }
    
    .logo-img {
        height: 40px;
    }
    
    .navbar-brand {
        font-size: 20px;
    }
	
	
.package-hero {
    justify-content: center !important;
    height: auto !important;
    padding: 40px 0 40px 0;
}

.day-header h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
	
}



.day-header h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 10px;
}

/* Package Page Styles */
.package-hero {
    height: 350px;
    background: url('../images/chardham-package-banner.jpg') no-repeat center/cover;
    position: relative;
}

.package-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

.package-hero .container {
    position: relative;
    z-index: 1;
}

.package-hero h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

.package-hero h2 {
    font-size: 24px;
    font-weight: 600;
    color: #f8f9fa;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}

.package-details-section {
    background: #fff;
    padding: 60px 0;
}

.package-content h3.package-title {
    font-size: 28px;
    font-weight: 700;
    color: #dc3545;
    margin-bottom: 20px;
    text-align: left;
}

.package-description {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #333;
    text-align: justify;
}

.section-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #dc3545;
    text-align: left;
}

.package-inclusions, .package-exclusions {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.package-inclusions li, .package-exclusions li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
}

.package-inclusions li:last-child, .package-exclusions li:last-child {
    border-bottom: none;
}

.package-inclusions i {
    color: #28a745;
    margin-right: 10px;
    font-size: 16px;
}

.package-exclusions i {
    color: #dc3545;
    margin-right: 10px;
    font-size: 16px;
}

.package-sidebar {
    position: sticky;
    top: 100px;
}

.price-card {
    background: #fff;
    border: 2px solid #dc3545;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(220, 53, 69, 0.2);
    margin-bottom: 30px;
    position: sticky;
    top: 20px;
}

.price-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.price-amount {
    margin-bottom: 20px;
}

.currency {
    font-size: 16px;
    color: #666;
    vertical-align: super;
}

.amount {
    font-size: 32px;
    font-weight: 700;
    color: #dc3545;
    display: block;
    margin: 15px 0;
}

.per-person {
    font-size: 14px;
    color: #666;
}

.book-now-btn {
    background: #dc3545 !important;
    border: none;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.book-now-btn:hover {
    background: #c82333 !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(220, 53, 69, 0.3);
}

.enquiry-btn {
    border-color: #dc3545 !important;
    color: #dc3545 !important;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.enquiry-btn:hover {
    background: #dc3545 !important;
    color: #fff !important;
}

.contact-card {
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
}

.contact-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.contact-text {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}



.contact-info p {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.contact-info i {
    margin-right: 8px;
    color: #dc3545;
}

/* Itinerary Section */
.itinerary-section {
    background: #ffffff;
}

.itinerary-section h2 {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 50px;
}

.itinerary-day {
    transition: all 0.3s ease;
    width: 90%;
    margin: auto;
    margin-bottom: 5px;
}

.itinerary-day:hover { 
}

.day-header {
    color: #000000;
    padding: 0px 0px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.day-header h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    background: rgba(255,255,255,0.2);
    padding: 6px 12px;
    border-radius: 4px;
}



.day-content img {
    width: 100%;
    margin-bottom: 20px;
}

.day-content p {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 7px;
}

.day-highlights {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    border-left: 4px solid #dc3545;
}

.day-highlights h5 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.day-highlights ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.day-highlights li {
    padding: 5px 0;
    position: relative;
    padding-left: 20px;
}

.day-highlights li::before {
    content: '>';
    position: absolute;
    left: 0;
    color: #dc3545;
    font-weight: bold;
}

/* Responsive Design for Package Page */
@media (max-width: 991px) {
    .package-sidebar {
        margin-top: 50px;
        position: relative;
        top: 0;
    }
    
    .day-header {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .day-header h3 {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {


    .package-hero h1 {
        font-size: 32px;
    }
    
    .package-hero h2 {
        font-size: 20px;
    }
    
    .package-content h3.package-title {
        font-size: 24px;
    }
    
    .section-title {
        font-size: 20px;
    }
    
    .itinerary-section h2 {
        font-size: 28px;
    }
    
    .day-header h3 {
        font-size: 20px;
    }
    
    .day-header h4 {
    text-align: left;
    margin: 10px 0 14px 0;
    font-size: 16px;
}
    
    .day-content {
        text-align: center;
    }
    
    .day-content img {
        margin-bottom: 15px;
    }
	
	.itinerary-day {
    transition: all 0.3s ease;
    width: 100%;
    margin: auto;
    margin-bottom: 5px;
}

.day-header {
    flex-direction: row;
    text-align: center;
    gap: 10px;
    margin-bottom: 0;
}

.day-header h3 {
    font-size: 20px;
    margin-bottom: 0;
}

.day-content p {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 5px;
    text-align: left;
}
	
	
	
	
	
	
	
	
	
}






