
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Archivo:ital,wght@0,100..900;1,100..900&family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rajdhani:wght@300;400;500;600;700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family:"Poppins", "Rubik",'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    font-family: 'rubik';
    /* border: 1px solid #000; */
}

html {
    scroll-behavior: smooth;
  }

  body{
    overflow-x: hidden;
    background: #fefdf5;
  }

:root {
    --primary-color: #107F58;
    --accent-color: #f57c00;
    --button-color: #3577c1;
    --button-hover: #2a61a3;
    --dark-bg: #222;
    --text-dark: #333;
    --text-light: #555;
    --dark-green:#263e3a;
}

.top-bar {
background-color: #000;
color: white;
padding: 0.6vw 7vw;
display: flex
;
justify-content: space-between;
align-items: center;
}

.contact-info {
    display: flex;
    align-items: center;
}

.contact-info span {
    margin-right: 1.5vw;
    font-size: 0.9vw;
    display: flex;
    align-items: center;
}

.contact-info i {
    margin-right: 0.3vw;
}

.social-icons a {
    color: white;
    width: 1.8vw;
    height: 1.8vw;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.7vw;
    font-size: 0.9vw;
    transition: all 0.3s;
}

.social-icons a:hover {
    background-color: var(--primary-color);
}

.social-icons .facebook {
    background-color: #f57c00;
}

.social-icons .twitter {
    background-color: #1da1f2;
}

.social-icons .instagram {
    background-color: #c32aa3;
}

.social-icons .youtube {
    background-color: #ff0000;
}

header {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    padding: 0vw 7vw;
    background-color: white;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
    position: relative;
}
.logo {
    display: flex;
    align-items: center;
}

.logo img {
    /* height: 9vw; */
    /* max-height: 60px; */
    width: 7.552vw;
}

nav {
    display: flex;
}

nav ul {
    display: flex
;
    align-items: center;
    list-style: none;
}

nav ul li {
    margin: 0 1.2vw;
    position: relative;
}

nav ul li a {
     text-decoration: none;
    color: var(--text-dark);
    font-weight: 500;
    position: relative;
    padding: 0.3vw 0;
    font-size: 1vw;
    display: flex;
    align-items: center;
    gap: 0.5vw;
}

nav ul li a:hover {
    color: var(--primary-color);
}

nav ul li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    bottom: 34px;
    right: 43px;
    transition: width 0.3s;
    display:none;
}

nav ul li a:hover::after {
    width: 100%;
}

.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 10vw;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 10;
    margin-top: 3px;
    border-radius: 4px;
}

.dropdown-content a {
    color: black;
    padding: 0.8vw 1vw;
    text-decoration: none;
    display: block;
    font-size: 0.9vw;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.booking-btn {
    /* margin-left: auto; */
    background-color: var(--button-color);
    color: white;
    padding: 0.8vw 1.5vw;
    border-radius: 7px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    /* display: inline-flex
; */
    /* align-items: center; */
    font-size: 0.9vw;
}

.booking-btn:hover {
    background-color: var(--button-hover);
    transform: translateY(-2px);
}

.booking-btn i {
    margin-left: 0.4vw;
}

.hero {
    background-image: url(/api/placeholder/1000/600);
    background-size: cover;
    background-position: center;
    min-height: 80vh;
    position: relative;
    display: flex
;
    align-items: center;
    padding: 4vw 7vw;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/api/placeholder/800/600') no-repeat center center;
    background-size: cover;
    opacity: 0.15;
    z-index: -1;
}

.hero-content {
    display: flex
;
    /* flex-direction: column; */
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 90vw;
    margin: 0 auto;
}


.hero-text {
    max-width: 40vw;
}
.hero-text h3 {
    font-size: 0.911vw;
    color: var(--text-light);
    margin-bottom: 1vw;
    text-transform: uppercase;
    letter-spacing: 0.1vw;
    font-weight: 400;
}
.hero-text h1 {
    font-size: 3.125vw;
    margin-bottom: 1.5vw;
    line-height: 1.2;
    font-weight: 600;
}

.hero-text h1 span {
    color: var(--accent-color);
}

.hero-text p {
    color: var(--text-light);
    margin-bottom: 2vw;
    line-height: 1.6;
    font-size: 1.1vw;
}

.request-btn {
    background-color: var(--button-color);
    color: white;
    padding: 0.8vw 1.5vw;
    border-radius: 7px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    display: inline-flex
;
    align-items: center;
    margin-right: 1vw;
    font-size: 0.9vw;
}

.request-btn:hover {
    background-color: var(--button-hover);
    transform: translateY(-2px);
}

.play-btn {
    width: 3.5vw;
    height: 3.5vw;
    /* background-color: white; */
    border-radius: 50%;
    display: inline-flex
;
    justify-content: center;
    align-items: center;
    /* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); */
    transition: all 0.3s;
    border: 2px solid #3B77C4;
    text-decoration: none;
}

.play-btn:hover {
    transform: scale(1.1);
}

.play-btn i {
    color: var(--button-color);
    font-size: 1.3vw;
    margin-left: 0.3vw;
}

.hero-image {
    position: relative;
}

.hero-image img {
    width: 38.867vw;
    /* max-width: 400px; */
    height: auto;
    aspect-ratio: 7 / 8;
    object-fit: cover;
    /* border-radius: 10px; */
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); */
}

.trusted {
    display: flex;
    align-items: center;
    margin-top: 2vw;
}

.clients {
    display: flex;
    margin-right: 1vw;
}

.clients img {
    width: 2.8vw;
    height: 2.8vw;
    border-radius: 50%;
    border: 2px solid white;
    margin-left: -0.7vw;
    max-width: 40px;
    max-height: 40px;
}

.clients img:first-child {
    margin-left: 0;
}

.trusted p {
    font-size: 0.9vw;
    color: var(--text-light);
}

.trusted strong {
    color: var(--text-dark);
}

/* Hamburger Menu */
.hamburger {
    display: none;
    cursor: pointer;
    width: 30px;
    height: 20px;
    position: relative;
    z-index: 200;
}

.hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: var(--text-dark);
    border-radius: 3px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.hamburger span:nth-child(1) {
    top: 0px;
}

.hamburger span:nth-child(2),
.hamburger span:nth-child(3) {
    top: 8px;
}

.hamburger span:nth-child(4) {
    top: 16px;
}

.hamburger.open span:nth-child(1),
.hamburger.open span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
}

.hamburger.open span:nth-child(2) {
    transform: rotate(45deg);
}

.hamburger.open span:nth-child(3) {
    transform: rotate(-45deg);
}



.bttm_boxx{
    display: flex;
    justify-content: space-between;

}

.trusted p {
    margin-bottom: 0;
}


.img_bggg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: red; */
    z-index: -1;
}

.img_bggg img{
    height: 100%;
    width: 100%;
opacity: 0.2;
    /* filter: brightness(0.5); */
}




.page-wrapper {
    width: 100%;
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 3vw 7vw;
    text-align: center;
}

.header-container {
    margin-bottom: 2vw;
}

.services-title {
    /* color: #ff9800;
    font-size: 1.823vw;
    font-weight: 500;
    margin-bottom: 1vw;
    text-transform: uppercase; */
        display: inline-block;
    padding: 0.5vw 1vw;
    border-radius: 20px;
    background-color: transparent;
    color: #444;
    font-size: 1vw;
    font-weight: 500;
    margin-bottom: 1.5vw;
    border: 1px solid #d5d0d0;
    letter-spacing: 1px;
}

.services-main-title {
    font-size: 3.125vw;
    color: #2d4356;
    font-weight: 600;
    line-height: 1.2;
}

.highlight {
    color: #ff9800;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.6vw;
    width: 100%;
}

.service-card {
    background: none;
    border-radius: 10px;
    padding: 2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */

    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}


.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.service-card.blue {
    background-color: #2d4356;
    color: white;
}

.service-icon {
    width: 4vw;
    height: 4vw;
    margin-bottom: 1.5vw;
}

.service-title {
    font-size: 1.2vw;
    font-weight: bold;
    margin-bottom: 1vw;
}

.service-description {
    font-size: 0.9vw;
    color: #666;
    line-height: 1.4;
}

.blue .service-description {
    color: #e0e0e0;
}































.tour-card {
    display: flex
;
    flex-direction: row;
    background-color: #fff;
    padding: 7vw 7vw;
    border-radius: 8px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    overflow: hidden;
    /* margin-top: 2vw; */
}

.tour-card .image-container {
    width: 50%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.tour-card .image-row {
    height: 100%;
}

.tour-card .main_rowws .image-box {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.main_rowws{
    display: flex;
    gap: 0.9vw;
}



.tour-card .image-box img {
    width: 100%;
    height: 17.643vw;
    object-fit: cover;
}

.anvv_topp{
    margin-top: 0.9vw;
}

.tour-card .image-dimensions {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #0084ff;
    color: white;
    padding: 0.5vw 1vw;
    border-radius: 4px;
    font-size: 1.8vw;
}

.tour-card .content-container {
    width: 50%;
    padding: 0vw 3vw;
}

.tour-card .title-section h2 {
    font-size: 3.125vw;
    margin-bottom: 1vw;
    font-weight: 600;
}

.tour-card .title-section h2 span {
    color: #f39c12;
}

.tour-card .description {
    font-size: 1.2vw;
    color: #555;
    margin-bottom: 2vw;
    line-height: 1.6;
}
.tour-card .read-more {
    background-color: #3B77C4;
    color: white;
    padding: 0.8vw 2vw;
    text-decoration: none;
    border-radius: 4px;
    font-size: 1.2vw;
    font-weight: bold;
    transition: background-color 0.3s ease;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 1vw;
    width: max-content;
}

.tour-card .read-more:hover {
    background-color: #0066cc;
}

.image-box.anvv_topp img {
    width: 100%;
}



.description p {
    font-size: 1.107vw;
    margin-bottom: 1vw;
    line-height: 30px;
}


a.request-btn i {
    margin-left: 1vw;
    transform: rotate(-45deg);
}

.stats-section {
       background-color: #1d3231;
    background-image: url("data:image/svg+xml,%3Csvg width='800' height='400' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='rgba(180, 170, 100, 0.4)' stroke-width='1' fill='none'%3E%3Cpath d='M0,50 L25,50 L25,25 L50,25 L50,0 M50,0 L50,25 L75,25 L75,50 L100,50 M100,50 L75,50 L75,75 L50,75 L50,100 M50,100 L50,75 L25,75 L25,50 L0,50'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 12vw 12vw;
    background-repeat: repeat;
    width: 100%;
    /* background-color: #1a1a1a; */
    padding: 5vw 2vw;
    margin: 4vw 0vw;
    margin-top: 0vw;
    color: white;
    margin-bottom: 0;
    /* border-top: 3px solid #0099cc; */
    /* border-bottom: 3px solid #0099cc;*/
}

.stats-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.stat-item {
    flex: 1;
    min-width: 120px;
    text-align: left;
    padding: 1vw;
    text-align: center;
}

.stat-value {
    font-size: 3.425vw;
    font-weight: 600;
    margin-bottom: 0vw;
}

.stat-label {
    font-size: 1.2vw;
    color: #ebebeb;
}






.testimonial-section .owl-theme .owl-dots .owl-dot.active span, .testimonial-section .owl-theme .owl-dots .owl-dot:hover span {
    background:#f57c00   !important;
}


.testimonial-section {
        width: 100%;
    position: relative;
    padding: 6vw 0;
    padding-top: 6vw;
    /* background-size: cover; */
    /* background-position: center; */
    color: #000;
}

.testimonial-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
    display: none;
}

.testimonial-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2vw;
    z-index: 2;
}

.testimonial-heading {
    text-align: center;
    font-size: 3.125vw;
    margin-bottom: 2vw;
    font-weight: 600;
    color:#2d4356;
}

.testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 2vw;
}

.testimonial-carousel .owl-dot {
    display: inline-block;
    margin: 0 -3px;
    margin-top: 2vw;
}

.testimonial-carousel .owl-dot span {
    display: block;
    width: 1vw;
    height: 1vw;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.testimonial-carousel .owl-dot.active span {
    background-color: #fff;
    width: 1.2vw;
    height: 1.2vw;
}

.testimonial-item {
    background-color:#2c3e50;
    border-radius: 10px;
    padding: 2vw;
    margin: 0 1vw;
    color: #fff;
}

.testimonial-stars {
    color: #FFD700;
    font-size: 1.5vw;
    margin-bottom: 1vw;
}

.testimonial-text {
    font-size: 1vw;
    margin-bottom: 1.5vw;
    color: #fff;
    min-height: 5vw;
}

.testimonial-profile {
    display: flex;
    align-items: center;
}

.profile-image {
    width: 4vw;
    height: 4vw;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1vw;
}

.profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-name {
    font-size: 1.2vw;
    font-weight: bold;
    color: #fff;
}















.booking-section {
    display: flex;
    /* max-width: 90vw; */
    padding: 5vw 7vw;
    margin: 5vw auto;
    gap: 2vw;
    background: #dbe5eb;
}


.booking-section .card {
    border-radius: 1vw;
    padding: 3vw;
    box-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.1);
}

.booking-section .booking-card {
    background-color: #fefdf5;
    flex: 1;
}

.booking-section .query-card {
    background-color: rgba(0, 0, 0, 0.6);
    flex: 1;
    color: white;
    background-image: url('/assets/images/landmark.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.booking-section .query-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 1vw;
    display: flex
;
    flex-direction: column;
    justify-content: end;
    align-items: flex-start;
    padding: 3vw;
}


.booking-section h1 {
  font-size: 3.125vw;
    margin-bottom: 2vw;
    color: #263238;
    font-weight: 600;
}

.booking-section .highlight {
    color: #ff8c00;
}

.booking-section form {
    display: flex;
    flex-direction: column;
    gap: 1.5vw;
}

.booking-section input,.booking-section select,.booking-section textarea {
    padding: 1vw;
    border: 1px solid #e0e0e0;
    border-radius: 0.5vw;
    font-size: 1.2vw;
    width: 100%;
}

.booking-section textarea {
    resize: vertical;
    min-height: 8vw;
}

.booking-section .form-row {
    display: flex;
    gap: 1.5vw;
}

.booking-section .form-col {
    flex: 1;
}

.booking-section button {
    background-color: #0066b2;
    color: white;
    border: none;
    border-radius: 2vw;
    padding: 1vw 2vw;
    font-size: 1.2vw;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5vw;
    transition: background-color 0.3s ease;
    width: fit-content;
}




.booking-section button:hover {
    background-color: #0d8bf0;
}

.booking-section button:hover {
    background-color:var(--accent-color);
}

.booking-section .query-title {
    font-size: 2.5vw;
    margin-bottom: 1vw;
    color: white;
    text-align: left;
}

.booking-section .query-text {
    font-size: 1.2vw;
    margin-bottom: 2vw;
    color: white;
}

.booking-section .talk-btn {
    background-color: transparent;
    border: 1px solid white;
    /* margin: 0 auto; */
}

.booking-section .talk-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
}











.blog-section {
    /* max-width: 90vw; */
    margin: 0 auto;
    text-align: center;
    padding: 4vw 7vw;
}

.blog-section .section-heading {
    font-size: 3.125vw;
    color: #2c3e50;
    margin-bottom: 2vw;
    font-weight: 600;
    line-height: 1.2;
}

.blog-section .highlight {
    color: #ff8c00;
}

.blog-section .section-description {
    font-size: 1.107vw;
    color: #5a6c7d;
    max-width: 60vw;
    margin: 0 auto 4vw;
    line-height: 1.6;
}


.blog-section .blog-cards {
    display: flex;
    gap: 2vw;
    justify-content: center;
}

.blog-section .blog-card {
    flex: 1;
    max-width: 28vw;
    /* border-radius: 0.8vw; */
    overflow: hidden;
    box-shadow: 0 0.3vw 1vw rgba(0, 0, 0, 0.1);
    padding: 13px;
    border-radius: 31px;
}

.blog-section .blog-image {
    width: 100%;
    height: 16vw;
    object-fit: cover;
}

.blog-section .blog-content {
    padding: 1.5vw 1vw;
    text-align: left;
    padding-bottom: 3px;
}

.blog-section .blog-title a {
    font-size: 1.4vw;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1vw;
    line-height: 1.4;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 1vw;
}
.blog-section .blog-excerpt a {
    display: inline-block;
    text-decoration: none;
    font-size: 1vw;
    color: #5a6c7d;
    margin-bottom: 1.5vw;
    line-height: 1.5;
    margin-right: 4vw;
}


.blog-section .read-more {
    display: inline-flex
;
    align-items: center;
    font-size: 1vw;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    background: var(--accent-color);
    padding: 8px 17px;
    border-radius: 33px;
}



.blog-section .read-more svg {
    width: 1vw;
    height: 1vw;
    margin-left: 0.3vw;
    transition: all 0.3s ease;
}


.blog-section .read-more svg {
    transform: rotate(-45deg);
}


















.footer {
    background-color: #000;
    color: #ffffff;
    padding: 4vw 5vw;
    padding-bottom: 1vw;
}

.footer .footer-content {
    display: grid
;
    grid-template-columns: 30% auto auto auto;
    flex-wrap: wrap;
    justify-content: space-between;
    /* max-width: 90vw; */
    /* margin: 0 auto; */
}

 

.footer .footer-logo {
    width: 5vw;
    margin-bottom: 1.5vw;
}

.footer .footer-description {
    font-size: 1vw;
    line-height: 1.6;
    margin-bottom: 2vw;
    color: #cccccc;
}

.footer .social-icons {
    display: flex;
    gap: 1vw;
}

.footer .social-icon {
    display: flex;
        align-items: center;
        justify-content: center;
        width: 2.5vw;
        height: 2.5vw;
        border-radius: 50%;
        background-color: #EF8306;
        transition: background-color 0.3s;
}

.footer .social-icon:hover {
    background-color: #00a651;
}

.footer .social-icon svg {
    width: 1.2vw;
    height: 1.2vw;
    fill: #ffffff;
}

.footer .footer-links-section {
    flex: 1;
    min-width: 15vw;
    margin-bottom: 3vw;
}

.footer .footer-section-title {
    font-size: 1.5vw;
    font-weight: 600;
    margin-bottom: 2vw;
    color: #ffffff;
}

.footer .footer-links {
    list-style: none;
}

.footer .footer-link {
    margin-bottom: 1vw;
}

.footer .footer-link a {
    color: #cccccc;
    text-decoration: none;
    font-size: 1vw;
    transition: color 0.3s;
}

.footer .footer-link a:hover {
    color: #00a651;
}

.footer .footer-contact-section {
    flex: 1;
    min-width: 20vw;
    margin-bottom: 3vw;
}

.footer .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 1vw;
    color: #cccccc;
    font-size: 1vw;
}

.footer .contact-icon {
    color: #00a651;
    margin-right: 0.8vw;
    width: 1.2vw;
    height: 1.2vw;
}

.footer .footer-divider {
    width: 100%;
    height: 1px;
    background-color: #333333;
    margin: 2vw 0;
}

.footer .footer-bottom {
    display: flex
;
    justify-content: center;
    align-items: center;
    padding: 0vw 0vw;
    /* background-color: #141414; */
    text-align: center;
    font-size: 1vw;
    color: #cccccc;
}


.ennv_folder {
    width: 8vw;
}






































.packages-section {
    max-width: 90vw;
    margin: 0 auto;
    padding: 2vw 0 4vw;
}

.packages-section .section-heading {
    text-align: center;
    font-size: 3.125vw;
    color: #2c3e50;
    margin-bottom: 2vw;
    font-weight: 600;
}



.packages-section .highlight {
    color: #ff8c00;
}







.packages-section .package-card {
    
      padding: 1vw;
    flex: 1;
    max-width: 28vw;

    border-radius: 12px;
    /* overflow: hidden; */
    /* box-shadow: 0 0.3vw 1vw rgba(0, 0, 0, 0.08); */
    border: 0.1vw solid #f0f0f0;
      background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='800' height='400' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='rgba(180, 170, 100, 0.4)' stroke-width='1' fill='none'%3E%3Cpath d='M0,50 L25,50 L25,25 L50,25 L50,0 M50,0 L50,25 L75,25 L75,50 L100,50 M100,50 L75,50 L75,75 L50,75 L50,100 M50,100 L50,75 L25,75 L25,50 L0,50'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 12vw 12vw;
    background-repeat: repeat;
    min-height: 627px;
    /* box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; */
    

}

.packages-section .package-image {
    width: 100%;
    height: 36vw;
    object-fit: cover;
    /* border-top-left-radius: 1vw; */
    border-radius: 1vw;
}

.packages-section .package-content {
    padding: 1.5vw;
}

.packages-section .package-title {
    font-size: 1.4vw;
    font-weight: 600;
    color: #000;
    margin-bottom: 1.5vw;
}

.packages-section .package-detail {
    display: flex;
    margin-bottom: 0.8vw;
    font-size: 1vw;
}

.packages-section .detail-label {
    font-weight: 600;
    color: #000;
    min-width: 9vw;
}

.packages-section .detail-value {
    color: #000;
    font-weight: 200;
}

   .packages-section .package-price {
    margin: 1.5vw 0;
    font-size: 1vw;
    color: #000;
    font-weight: 500;
}


.packages-section .price-highlight {
    color: #2196f3;
    font-weight: 600;
}

.packages-section .nights-info {
    display: flex;
    align-items: center;
    font-size: 0.9vw;
    color: #5a6c7d;
    margin-bottom: 1.5vw;
}

.packages-section .check-icon {
    width: 1vw;
    height: 1vw;
    background-color: #2196f3;
    border-radius: 50%;
    margin-right: 0.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.packages-section .check-icon::before {
    content: "";
    width: 0.5vw;
    height: 0.3vw;
    border-left: 0.15vw solid white;
    border-bottom: 0.15vw solid white;
    transform: rotate(-45deg);
}

.packages-section .package-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.packages-section .read-more {
    color: #2196f3;
    text-decoration: none;
    font-size: 1vw;
    font-weight: 500;
}

  .packages-section .book-now {
    background-color:#f57c00;
    color: white;
    border: none;
    border-radius: 0.3vw;
    padding: 0.8vw 1.5vw;
    font-size: 1vw;
    cursor: pointer;
    transition: background-color 0.3s;
    text-decoration: none;
}


/* .packages-section .book-now:hover {
    background-color: var(--accent-color);
} */

.packages-section .pagination {
    display: flex;
    justify-content: center;
    gap: 1vw;
    margin-bottom: 2vw;
}

.packages-section .page-btn {
    background-color: #2a2a2a;
    color: white;
    border: none;
    border-radius: 0.3vw;
    padding: 0.6vw 1.2vw;
    font-size: 1vw;
    cursor: pointer;
    transition: background-color 0.3s;
}

.packages-section .page-btn:hover {
    background-color: #0d8bf0;
}

.packages-section .view-all-btn {
    display: block;
    margin: 0 auto;
    background-color: #0066b2;;
    color: white;
    border: none;
    border-radius: 0.3vw;
    padding: 0.8vw 2vw;
    font-size: 1vw;
    cursor: pointer;
    transition: background-color 0.3s;
}

.packages-section .view-all-btn:hover {
    background-color: var(--accent-color);
}



.social-icons a {
    background: #EF8306 !important;
    text-decoration: none;
}

.contact-item i {
    margin-right: 0vw;
    color: #fff;
    font-size: 1.2vw;
     /*margin-right: 1vw; */
}

.bnner_otherr {
    height: 55vh;
    width: 100%;
    position: relative;
}

.bnner_otherr img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: 1vw; */
    position: relative;
    filter: brightness(0.9);
}


.rfnd{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    
}

.basic_boxxx{

background:var(--dark-green);
color: #fff;
padding: 0.5vw 1vw;
width: fit-content;
border-radius: 20px;
margin: 0px auto;
margin-top: 1vw;
}


.rfnd h1{
  /* color: ; */
  font-size: 3.125vw;
  font-weight: 600;
  color: var(--dark-green)
}

.rfnd h1 span{
    color: var(--accent-color);
}






.wrapper {
    width: 100%;
    /* max-width: 1200px; */
    padding: 8vw 7vw;
}


.wrapper  .main-content {
    display: flex;
    flex-direction: row;
    gap: 2vw;
    align-items: center;
}


.wrapper  .left-section {
    flex: 1;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}


.wrapper  .mosque-image {
    width: 100%;
    border-radius: 15px;
    display: block;
}


.wrapper  .logo-overlay {
    position: absolute;
    top: 1.5vw;
    right: 1.5vw;
    background-color: white;
    padding: 1vw;
    border-radius: 12px;
    display: flex;
    align-items: center;
    max-width: 40%;
}


.wrapper  .logo-icon {
    width: 2.5vw;
    height: 2.5vw;
    background-color: #034172;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}


.wrapper  .logo-text {
    margin-left: 0.8vw;
    font-size: 1vw;
    line-height: 1.4;
    color: #034172;
}


.wrapper  .profile-overlay {
    position: absolute;
    bottom: 1.5vw;
    left: 1.5vw;
    background-color: white;
    padding: 0.8vw;
    border-radius: 12px;
    display: flex;
    align-items: center;
}


.wrapper  .profile-img {
    width: 3vw;
    height: 3vw;
    border-radius: 50%;
    object-fit: cover;
}


.wrapper  .profile-text {
    margin-left: 0.8vw;
    font-size: 0.9vw;
    line-height: 1.4;
}


.wrapper  .right-section {
    flex: 1;
    padding: 2vw;
}

.wrapper .vision-tag {
    display: inline-block;
    padding: 0.5vw 1vw;
    border-radius: 20px;
    background-color: transparent;
    color: #444;
    font-size: 1vw;
    font-weight: 500;
    margin-bottom: 1.5vw;
    border: 1px solid #d5d0d0;
    letter-spacing: 1px;
}

.wrapper .main-heading {
    padding-bottom: 2vw;
    font-size: 3vw;
    font-weight: 600;
    color: #2d4356;
    margin-bottom: 2vw;
    line-height: 1.2;
    border-bottom: 1px solid #dcdcdc;
}


.wrapper  .highlight {
    color: #e67e22;
}


.wrapper  .features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1vw;
    margin-bottom: 3vw;
}


.wrapper  .feature-item {
    display: flex;
    align-items: center;
    font-size: 0.9vw;
    margin-bottom: 0.8vw;
}


.wrapper .feature-icon {
    background: #2d4356;
    color: #fff;
    margin-right: 0.8vw;
    font-size: 1vw;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex
;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}


.wrapper  .vision-section {
    display: flex;
    gap: 1.5vw;
    margin-top: 3vw;
}

.wrapper .vision-image {
    width: 33%;
    border-radius: 10px;
    overflow: hidden;
}


.wrapper .vision-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 13px;
}

.wrapper .vision-content {
    width: 66%;
}

.wrapper .section-title {
    font-size: 2.5vw;
    font-weight: 600;
    color: #2d4356;
    margin-bottom: 0.5vw;
}
.wrapper .section-text {
    font-size: 1.1vw;
    line-height: 1.6;
    color: #555;
    margin-bottom: 2vw;
}



.banner-section {
    background-color: #1d3231;
    background-image: url("data:image/svg+xml,%3Csvg width='800' height='400' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='rgba(180, 170, 100, 0.4)' stroke-width='1' fill='none'%3E%3Cpath d='M0,50 L25,50 L25,25 L50,25 L50,0 M50,0 L50,25 L75,25 L75,50 L100,50 M100,50 L75,50 L75,75 L50,75 L50,100 M50,100 L50,75 L25,75 L25,50 L0,50'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 12vw 12vw;
    background-repeat: repeat;
    width: 100%;
    padding: 5vw 5vw;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.banner-section .banner-content {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.banner-section .banner-heading {
    font-size: 3.125vw;
    font-weight: 600;
    margin-bottom: 2vw;
    line-height: 1.2;
}

.banner-section .highlight {
    color: #f18f20;
}

.banner-section .banner-text {
    font-size: 1.2vw;
    line-height: 1.6;
    margin-bottom: 3vw;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.banner-section .buttons-container {
    display: flex;
    justify-content: center;
    gap: 1.5vw;
}

.banner-section .btn {
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    padding: 1vw 2vw;
    border-radius: 50px;
    font-size: 1.1vw;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}
.banner-section .btn-primary {
    background-color: #3875c0;
    color: white;
    border: none;
}

.banner-section .btn-secondary {
    background-color: transparent;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.banner-section .btn-icon {
    margin-left: 0.5vw;
}










.team-section {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 5vw 3vw;
    padding-bottom: 3vw;
    text-align: center;
}

.team-section .team-tag {
    display: inline-block;
    padding: 0.5vw 1vw;
    border-radius: 20px;
    background-color: transparent;
    color: #444;
    font-size: 1vw;
    font-weight: 500;
    margin-bottom: 1.5vw;
    border: 1px solid #d5d0d0;
    letter-spacing: 1px;
}

.team-section .team-heading {
    font-size: 3.125vw;
    font-weight: 600;
    color: #2d4356;
    /* margin-bottom: 0.5vw; */
    line-height: 1.2;
}

.team-section .team-subheading {
    font-size: 3.2vw;
    font-weight: 600;
    color: #f18f20;
    margin-bottom: 2vw;
}

.team-section .team-description {
    font-size: 1.1vw;
    line-height: 1.6;
    color: #555;
    margin-top: -1vw;
    margin-bottom: 4vw;
    max-width: 54%;
    margin-left: auto;
    margin-right: auto;
}

.team-section .team-members {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5vw;
}

.team-section .team-member {
    width: 22%;
    min-width: 200px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    /* box-shadow: 0 5px 15px rgba(0,0,0,0.05); */
    transition: transform 0.3s ease;
}

.team-section .team-member:hover {
    transform: translateY(-5px);
}

.team-section .member-image-container {
    position: relative;
    height: 25vw;
    max-height: 300px;
    overflow: hidden;
    border-radius: 10px;
}

.team-section .member-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.team-section .social-icons {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex
;
    gap: 0.5vw;
}

.team-section .social-icon {
    width: 2vw;
    height: 2vw;
    min-width: 25px;
    min-height: 25px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: all 0.2s ease;
    font-size: 0.9vw;
}

.team-section .social-icon:hover {
    background-color: #f18f20;
    color: white;
}

.team-section .member-info {
    padding: 1.5vw;
    text-align: center;
}

.team-section .member-name {
    font-size: 1.2vw;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5vw;
}

.team-section.member-position {
    font-size: 0.9vw;
    color: #666;
}




.blog_inst_tag{
    display: inline-block;
    padding: 0.5vw 1vw;
    border-radius: 20px;
    background-color: transparent;
    color: #444;
    font-size: 1vw;
    font-weight: 500;
    margin-bottom: 1.5vw;
    border: 1px solid #d5d0d0;
    letter-spacing: 1px;
}












































.contacts {
    max-width: 100%;
    padding: 0 7vw;
}

/* Hero Section */
.contacts .hero-section {
    display: flex;
    flex-direction: column;
    padding: 2vw 0;
}


.contacts .hero-content {
    flex: 1;
    padding-right: 2vw;
}

.contacts .book-btn {
    display: inline-block;
    background-color: #fff;
    color: #333;
    padding: 0.6vw 1.5vw;
    border-radius: 25px;
    text-decoration: none;
    font-size: 0.9rem;
    border: 1px solid #ddd;
    margin-bottom: 1.5vw;
}

.contacts .hero-title {
    font-size: 3.125vw;
    margin-bottom: 1vw;
    color: #2c3e50;
    font-weight: 600;
}

.contacts .hero-title span {
    color: #f39c12;
    display: block;
}

.contacts .hero-description {
    font-size: 0.9rem;
    margin-bottom: 2vw;
    color: #666;
}
.contacts .stats {
    display: flex
;
    justify-content: space-between;
    margin-top: 0vw;
    text-align: center;
    width: 100%;
    border-top: 1px solid #dbdbdb;
}

.contacts .stat-item{
    flex: 1;
}

.contacts .stat-number {
    font-size: 1.8rem;
    font-weight: bold;
    color: #2c3e50;
}

.contacts .stat-label {
    font-size: 0.7rem;
    color: #777;
    text-transform: uppercase;
}

/* Form Section */
.contacts .form-section {
    flex: 1;
    background-color: #f0f8ff;
    padding: 2vw;
    border-radius: 10px;
}

.contacts .form-title {
    font-size: 0.8rem;
    margin-bottom: 1vw;
    color: #555;
}

.contacts .form-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 1vw;
}


.contacts .form-group {
    flex: 1;
    margin-bottom: 1vw;
}

.contacts input,.contacts textarea,.contacts select {
    width: 100%;
    padding: 1vw;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 0.9rem;
}

.contacts textarea {
    height: 100px;
    resize: none;
}

.contacts .submit-btn {
    background-color: #4a89dc;
    color: white;
    border: none;
    padding: 1vw 2vw;
    border-radius: 25px;
    cursor: pointer;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.contacts .submit-btn i {
    margin-left: 0.5vw;
}

/* Map Section */
.contacts .map-section {
    /* padding: 2vw 3vw; */
    display: flex;
    /* border: 1px solid #f1f1f1; */
    flex-direction: column;
    border-radius: 10px;
    margin-bottom: 5vw;
}



.contacts .map-container {
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
    height: 300px;
}

.contacts .map-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contacts .agency-info {
    flex: 1;
    padding: 2vw;
}

.contacts .agency-title {
    font-size: 2rem;
    margin-bottom: 2vw;
    color: #2c3e50;
}

.contacts .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 1vw;
}


.contacts .contact-icon {
    background-color: #4a89dc;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 9px;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-right: 1vw;
}


.contacts .contact-text {
    font-size: 0.9rem;
}


.hero-section .hero-content {
    flex-direction: column;
    align-items: flex-start;
}













#portfoliolist .portfolio {
    width: 23%;
    margin: 1%;
    /* display: none; */
    float: left;
    overflow: hidden;
}

.portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
    cursor: pointer;
}

.portfolio img {
    max-width: 100%;
    position: relative;
    top: 0;
    height: auto;
}



.tabs {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}


.tab {
    padding: 10px 34px;
    margin-right: 17px;
    border: none;
    cursor: pointer;
    background: none;
    border-radius: 35px;
    margin-bottom: 0vw;
    font-size: 1vw;
}

  .tab.active {
    background-color:#ff8c00;
    color: #000;
  }

.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.photo {
    width: 27.2vw;
    height: 237px;
    object-fit: cover;
    display: none;
}

  .photo.show {
    display: block;
  }

  section.gallery_box {
    padding: 2vw 7vw;
}

.head_fork h1 {
    /* text-align: center;
    font-size: 3.125vw;
    color: #2c3e50;
    margin-bottom: 3vw;
    font-weight: 600; */
        display: inline-block;
    padding: 0.5vw 1vw;
    border-radius: 20px;
    background-color: transparent;
    color: #444;
    font-size: 1vw;
    font-weight: 500;
    margin-bottom: 1.5vw;
    border: 1px solid #d5d0d0;
    letter-spacing: 1px;
}

.head_fork h1 .highlight {
    color: #ff8c00;
}




.request-btn:hover{

    background: var(--accent-color);
}

.tour-card .read-more i {
    transform: rotate(-45deg);
}



.tour-card .read-more:hover {
    background: var(--accent-color);
    color: #fff;
    transition: all 0.3s ease;

}

.service-card:hover{
    background: #2d4356;
    color: #fff;
    transition: all 0.3s ease;
}


.service-card:hover p{
    color: #fff;
    transition: all 0.3s ease;
}


.testimonial-heading span{
    color: var(--accent-color);
    font-weight: 600;
}


































.container-box-different {
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 85vw;
    margin: auto;
    gap: 3vw;
    margin-top: 6vw;
}

.container-box-different .main-content {
    flex: 2;
    line-height: 1.8;
}

    .container-box-different .main-content .dropcap {
      float: left;
      font-size: 3.5vw;
      line-height: 1;
      margin-right: 0.8vw;
      font-weight: bold;
    }

   .container-box-different .main-image {
      width: 100%;
      height: auto;
      margin: 2vw 0;
      border-radius: 0.5vw;
    }

    .container-box-different .feature-list {
    list-style: none;
    padding-left: 0;
    margin-top: 2vw;
    margin-bottom: 2vw;
}

   .container-box-different .feature-list li::before {
      content: "\2714\FE0F ";
    }

   .container-box-different .sidebar {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 2vw;
    }

  .container-box-different  .card {
      /* border: 0.1vw solid #ddd; */
      border-radius: 0.6vw;
      overflow: hidden;
      background-color: #fff;
      /* box-shadow: 0 0.3vw 1vw rgba(0,0,0,0.05); */
    }

 .container-box-different   .card img {
      width: 100%;
      height: auto;
    }

  .container-box-different  .card-body {
      padding: 1vw;
    }

.container-box-different    .card-body h3 {
      margin-top: 0;
      font-size: 1.5vw;
    }

  .container-box-different  .card-body ul {
      list-style: none;
      padding-left: 0;
      margin: 1vw 0;
      font-size: 1vw;
    }

  .container-box-different  .card-body li {
      margin-bottom: 0.5vw;
    }

  .container-box-different  .card-body li i {
      margin-right: 0.6vw;
      color: #555;
    }

   .container-box-different .card-body button {
      padding: 0.6vw 1.2vw;
      background-color: #f4f4f4;
      border: 0.1vw solid #ccc;
      border-radius: 0.4vw;
      cursor: pointer;
      font-weight: bold;
      font-size: 1vw;
    }




.container-box-different main p {
    color: #3c3b3b;
    font-weight: 400;
}



#jamms {
    text-align: left;
    font-size: 2vw;
    margin-bottom: 2vw;
}



#related_post{
    padding-top: 0;
}


.blog_part_boxx {
       position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: 16vw;
}


.blog_part_boxx:hover img{
    transform: scale(1.1);
    transition: all 0.55s;
    /* height: auto !important; */
}


.blog-card .blog-title:hover{
    color: var(--accent-color);
    transition: all 0.45s;
    /* position: absolute; */


}


.btn_worksss {
    display: flex
;
    justify-content: center;
    margin-top: 3vw;
}




.btn_worksss a {
    text-decoration: none;
    /* background: red; */
    color: #fff;
    padding: 0.8vw 2vw;
    border-radius: 28px;
    background: #2d4356;
}

.blog-section .blog-title a{
    transition: all 0.45s;
}


.blog-section .blog-title a:hover{

    color: var(--accent-color);

}

section.gallery_box {
     padding: 6vw 7vw;
    padding-top: 7vw;
    background: none;
}








.package_settinggs .main-image img:hover,.package_settinggs .about-images img:hover{
    filter: brightness(100%);

}


.package_settinggs .main-image img,.package_settinggs .about-images img{
    filter: brightness(80%);
    transition: all 0.45s;

}



.package_settinggs .container {
    display: flex;
    flex-wrap: wrap;
    padding: 4vw 7vw;
    gap: 3vw;
    padding-bottom: 5vw;
}


   .package_settinggs .main-content {
      flex: 2;
      min-width: 60%;
    }

   .package_settinggs .sidebar {
      flex: 1;
      min-width: 300px;
      background: #eaf6ff;
      padding: 20px;
      border-radius: 8px;
    }

   .package_settinggs h1,.package_settinggs h2,.package_settinggs h3,.package_settinggs h4 {
      color: #1e2a39;
      margin-bottom: 10px;
      font-size: 2.3vw;
    }

 .package_settinggs .description {
    margin-bottom: 20px;
    color: #555;
    line-height: 29.2px;
}

   .package_settinggs .main-image {
      position: relative;
      margin-bottom: 20px;
    }

  .package_settinggs  .main-image img {
      width: 100%;
      border-radius: 8px;
    }

    .package_settinggs   .badge {
      position: absolute;
      top: 10px;
      left: 10px;
      background: #ff9f1c;
      color: #fff;
      padding: 5px 10px;
      border-radius: 4px;
      font-size: 14px;
      font-weight: bold;
    }

.package_settinggs .about-package p {
    margin: 13px 0 33px;
    line-height: 29px;
    color: #555;
}


     .package_settinggs  .about-images {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }

     .package_settinggs  .about-images img {
      width: 48%;
      border-radius: 8px;
    }

     .package_settinggs  .price-excluded ul {
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      margin-top: 10px;
      gap: 10px;
    }

     .package_settinggs  .price-excluded li {
      background: #ffffff;
      border: 1px solid #ccc;
      padding: 5px 10px;
      border-radius: 6px;
      font-size: 14px;
    }

     .package_settinggs  .booking-box {
      margin-bottom: 30px;
    }

    .package_settinggs .booking-box input, .package_settinggs .booking-box button {
    /* margin-top: 26px; */
    display: block;
    width: 100%;
    padding: 18px 26px;
    margin-top: 10px;
    border-radius: 33px;
    border: 1px solid #ccc;
    margin-bottom: 1.5vw;
}

.booking-box p {
    font-size: 1.2vw;
    margin-bottom: 0vw;
}

.booking-box{
    margin-bottom: 1vw;
}


.package_settinggs .booking-box input:focus{
      outline: none;
}

 .package_settinggs .booking-box button {
    background-color: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 1.1vw;
    letter-spacing: 2px;
}

    .package_settinggs   .booking-box button:hover {
      background-color: #0056b3;
    }

    .package_settinggs   .package-info {
      background: #fff;
      padding: 20px;
      border-radius: 6px;
      border: 1px solid #ccc;
    }

    .package_settinggs   .package-info .price {
      font-size: 20px;
      color: #28a745;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .package_settinggs   .package-info ul {
      list-style: none;
      margin-bottom: 15px;
    }

     .package_settinggs  .package-info ul li {
      margin: 5px 0;
      padding-left: 15px;
      position: relative;
    }

     .package_settinggs  .package-info ul li::before {
      content: "✓";
      position: absolute;
      left: 0;
      color: green;
    }

     .package_settinggs  .package-info button {
      width: 100%;
      padding: 10px;
      background: #28a745;
      color: white;
      border: none;
      border-radius: 6px;
      cursor: pointer;
    }

    .package_settinggs   .package-info button:hover {
      background: #218838;
    }




    section.price-excluded {
    margin-top: 2vw;
}






.package_settinggs .main-image {
    position: relative;
    margin-bottom: 20px;
    margin-top: 2vw;
}







.clr_changes{
    color: var(--accent-color) !important;
}








#random_form {
    padding: 2vw 7vw;
    padding-top: 4vw;
}


li.dropdown span {
    display: flex;
    align-items: center;
    gap: 11px;
    font-weight: 500;
    color: #333;
}



.wrapper .mosque-image{
    width: 100%;
    border-radius: 15px;
    display: block;
    filter: brightness(0.8);
}

.wrapper .vision-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 13px;
    filter: brightness(0.9);
}

   .banner-section .btn-icon {
    margin-left: 0.5vw;
    transform: rotate(-45deg);
}


   .contacts .hero-section {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 4vw 0;
        padding-bottom: 14vh;
    }

        .contacts .map-section {
        flex-direction: row;
        align-items: center;
        gap: 0vh;
    }

       


    .contacts .hero-section {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 4vw 0;
    gap: 2vw;
}


.head_fork p {
    padding-bottom: 1vw;
    font-size: 3vw;
    font-weight: 600;
    color: #2d4356;
    margin-bottom: 1vw;
    line-height: 1.2;
    /* border-bottom: 1px solid #dcdcdc; */
    text-align: center;
}

.head_fork {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.test-class{
        display: inline-block;
    padding: 0.5vw 1vw;
    border-radius: 20px;
    background-color: transparent;
    color: #444;
    font-size: 1vw;
    font-weight: 500;
    margin-bottom: 0vw;
    border: 1px solid #d5d0d0;
    letter-spacing: 1px;
}

.main_box_test{
    display: flex;
    flex-direction: column;
    /* flex-wrap: wrap; */
    align-items: center;
    gap: 1vw;
    justify-content: center;
}

.force_clock {
    position: absolute;
    top: 0;
    width: 100%;
    display: none;
    /* filter: brightness(0.5); */
}


.booking-section select {
    color: #717171;
}

.btn_worksss a i {
    transform: rotate(-45deg);
    margin-left: 0.5vw;
}



.formms_foldss{
    display: inline-block;
    padding: 0.5vw 1vw;
    border-radius: 20px;
    background-color: transparent;
    color: #444;
    font-size: 1vw;
    font-weight: 500;
    margin-bottom: 1.5vw;
    border: 1px solid #d5d0d0;
    letter-spacing: 1px;
}


.main_boxxx_form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}














.packages-section .package-image {

    margin-top: 0vw
;
}

.packages-section .package-image img{

    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.contact-item i {
    margin-right: 0vw;
    color: #fff;
    font-size: 1.2vw;
    margin-right: 1vw;
}


.package-carousel .owl-nav {
    position: absolute;
    z-index: 100000;
    left: 50%;
    transform: translateX(-50%);
    bottom: -72px;
    /* top: 1px; */
    display: flex !important;
    gap: 1vw;
}

.package-carousel  .owl-nav.active{
    background: red !important;
    /* display: blo !important; */
}


.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  border-radius: 50%;
  padding: 15px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  z-index: 1000;
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 12px rgba(0,0,0,0.3);
}



.whatsapp-float i {
  font-size: 40px;
  color: white;
}

.contacts select {
    color: #555 !important;
}




.contacts .contact-icon i {
    margin-right: 0 !important;
}



