body {
    margin: 0;
    font-family: "Segoe UI", sans-serif;
}

.footer {
    margin: 0 18%;
    padding: 0 1rem;
    text-align: center;
}

@media (min-width: 768px) {
    .footer {
        padding-left: 350px;
        text-align: left;
    }
}



@media screen and (max-width: 720px) {
    #logo {
        width: 80px;
    }
}

#logo {
    width: 80px;
}

/* Top small nav */
.top-bar {
    background-color: #0070a1;
    color: white;
    padding: 5px 0;
    font-size: 14px;
}

.top-bar .social-icons i {
    margin-left: 10px;
    color: white;
    transition: 0.3s;
}

.top-bar .social-icons i:hover {
    color: #f7931e;
}

/* Main navbar */
.navbar {
    background-color: white;
    padding: 10px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar .navbar-nav {
    margin: 0 auto;
}

.navbar .nav-link {
    color: #0070a1 !important;
    position: relative;
    padding: 10px 15px;
    transition: all 0.3s ease;
    font-weight: 500;
}

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

/* Hover dropdown */
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.dropdown-menu {
    border-radius: 0;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

/* Get Inquiry button */
.get-inquiry-btn {
    background-color: #f7931e;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 500;
    transition: 0.3s ease;
}

.get-inquiry-btn:hover {
    background-color: #0070a1;
    color: white;
}

.navbar .nav-link::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #f7931e;
    transition: width 0.3s ease;
    transform: translateX(-50%);
    opacity: 0;
    /* Line hidden initially */
}

.navbar .nav-link:hover::after {
    width: 60%;
    opacity: 1;
    /* Show on hover */
}

@media (max-width: 991.98px) {
    .get-inquiry-btn {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .top-bar {
        text-align: center;
    }
}

.site-footer {
    color: rgb(255, 255, 255);
    padding: 60px 20px 30px;
    background-color: #333333;
     position:relative;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    position:relative;
}

.footer-column {
    flex: 1 1 220px;
    margin: 15px;
}

.footer-column h3 {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 20px;
    border-left: 4px solid #f7931e;
    padding-left: 10px;
}

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

.footer-column ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.footer-column ul li::before {
    content: ">";
    position: absolute;
    left: 0;
    color: #f7931e;
    font-weight: bold;
}

.footer-column a {
    color: rgb(255, 255, 255);
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
}

.footer-column a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 0;
    background-color: #f7931e;
    transition: width 0.3s ease;
}

.footer-column a:hover {
    color: #f7931e;
}

.footer-column a:hover::after {
    width: 100%;
}

.footer-column p {
    font-size: 14px;
    line-height: 1.6;
}

.footer-bottom {
    text-align: center;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 13px;
    color: #ffffff;
    margin-top: 30px;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-column {
        margin: 20px 0;
    }

    .footer-column ul li {
        padding-left: 15px;
    }
}

/* Hero */
.hero {
    position: relative;
    background: url("https://cdn.pixabay.com/photo/2022/10/28/03/48/hajj-7552281_1280.jpg") center/cover no-repeat;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

.hero-content {
    position: relative;
    max-width: 800px;
    z-index: 2;
    padding: 20px;
    text-align: center;
    color: #fff;
}

.hero-content h2 {
    font-size: 2.8rem;
}

.hero-content .desc {
    font-size: 24px;
    margin-top: 10px;
    line-height: 1.5;
}

.hero-content hr {
    width: 50px;
    margin: 15px auto;
    border: 1px solid orange;
}

.tagline {
    color: orange;
    font-weight: bold;
    margin-bottom: 0;
    font-size: larger;
}

.floating-form-container {
    display: flex;
    justify-content: center;
    padding: 40px 20px;
    background: #f9f9f9 url("https://www.transparenttextures.com/patterns/white-wall.png");
    position: relative;
    top: -80px;
    z-index: 5;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    border: 4px solid #ea7c1e;
}

.form-box {
    width: 100%;
    max-width: 950px;
    background: transparent;
    text-align: center;
}

.form-box h2 {
    font-size: 26px;
    color: #004c66;
    font-weight: bold;
    margin-bottom: 30px;
}

.deal-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.deal-form input[type="text"],
.deal-form input[type="email"],
.deal-form input[type="tel"],
.deal-form input[type="number"] {
    background-color: transparent;
    border: 1px solid rgb(187, 187, 187);
    padding: 12px;
    border-radius: 5px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    min-width: 145px;
    flex: 1 1 140px;
}

@media (max-width: 768px) {

    .deal-form input[type="text"],
    .deal-form input[type="email"],
    .deal-form input[type="tel"],
    .deal-form input[type="number"] {
        min-width: 100%;
        flex: 1 1 100%;
        padding: 15px;
        font-size: 14px;
        height: 40px;
    }
}

.deal-form input::placeholder {
    color: gray;
}

.form-bottom-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
    gap: 15px;
}

.form-bottom-row label {
    font-size: 12px;
    color: black;
}

.captcha {
    display: flex;
    align-items: center;
    gap: 8px;
    color: black;
    background: #fff;
    padding: 6px 10px;
    border-radius: 5px;
}

.captcha input {
    width: 60px;
    padding: 5px;
}

.deal-form button {
    background-color: #006b8f;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}

.deal-form button:hover {
    background-color: #004d66;
}

@media (max-width: 768px) {
    .deal-form {
        flex-direction: column;
        align-items: center;
    }

    .form-bottom-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .deal-form button {
        align-self: flex-end;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-menu {
        flex-direction: column;
        gap: 5px;
    }

    .quote-btn {
        margin: 10px auto 0;
    }

    .hero-content h1 {
        font-size: 1.8rem;
    }

    .hero {
        height: auto;
        padding: 60px 10px;
    }
}

#ctr {
    align-items: center;
    justify-content: center;
    display: flex;
}

.wrapper {
    width: 550px;
    padding: 15px;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: auto;
    /* centers the wrapper */
}

.feature-box {
    display: flex;
    align-items: center;
    background: #f7931e;
    padding: 6px 8px;
    border-radius: 8px;
    color: white;
    font-weight: bold;
    justify-content: center;
    gap: 4px;
    font-size: 14px;
}

.feature-box i {
    font-size: 16px;
}

.picture-frame {
    grid-column: span 2;
}

.picture-frame img {
    width: 80%;
    height: auto;
    border-radius: 8px;
}

/* Media query for mobile devices */
@media (max-width: 600px) {
    .wrapper {
        width: 100%;
        grid-template-columns: 1fr;
        /* stack elements vertically */
        padding: 10px;
    }

    .picture-frame {
        grid-column: span 1;
        /* since it's now one column, span 1 is enough */
    }

    .picture-frame img {
        width: 100%;
        /* make image fill the wrapper */
    }
}

#a3 {
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #f7931e;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
        transform 0.3s ease-in-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#a3:hover {
    background-color: #0070a1;
    /* Darker orange on hover */
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

a {
    text-decoration: none !important;
}

.scroll-wrapper {
    max-height: 400px;
    overflow-y: auto;
    background: #f5f5f5;
    padding: 40px 60px;
    display: flex;
    gap: 60px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 100%;
}

.scroll-col {
    flex: 1;
}

.scroll-heading {
    font-size: 22px;
    color: #0070a1;
    margin-bottom: 15px;
}

.scroll-text {
    font-size: 15px;
    margin-bottom: 15px;
    text-align: justify;
}

.main-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 28px;
    color: #222;
}

@media (max-width: 991px) {
    .scroll-wrapper {
        flex-direction: column;
        padding: 30px;
        max-height: 400px;
    }
}

/* Scrollbar Track */
.scroll-wrapper::-webkit-scrollbar {
    width: 10px;
}

/* Scrollbar Thumb (the draggable part) */
.scroll-wrapper::-webkit-scrollbar-thumb {
    background-color: #f7931e;
    /* Dark blue */
    border-radius: 10px;
}

/* Scrollbar Track background */
.scroll-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.umrah {
    display: flex;
    gap: 140px;
}

.faq-box {
    flex: 1;
    min-width: 300px;
    max-width: 500px;
}

.umrah-image-box {
    flex: 1;
    min-width: 280px;
    max-width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.umrah-image-box img {
    width: 100%;
    max-width: 600px;
    height: auto;
}

h1 {
    text-align: center;
    font-size: 2em;
}

.faq-item {
    background-color: #f9f9f9;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
    color: black;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-question {
    padding: 15px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq-item:first-child .faq-question {
    background-color: #eb8a18;
    color: white;
}

.faq-answer {
    padding: 15px;
    background-color: #ffff;
    color: black;
    display: none;
}

.toggle-icon {
    font-size: 1.2em;
}

@media (max-width: 768px) {
    .umrah-wrapper {
        flex-direction: column;
        align-items: center;
    }

    h1 {
        font-size: 1.5em;
    }

    .faq-question {
        font-size: 0.95em;
        padding: 10px;
    }

    .faq-answer {
        font-size: 0.9em;
        padding: 10px;
    }

    .umrah-image-box {
        display: none;
    }
}

.stats-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
    text-align: center;
    gap: 60px;
    flex-wrap: wrap;
}

.stat-box {
    min-width: 150px;
    padding: 20px;
}

.stat-box h2 {
    font-size: 2.5rem;
    color: #f7931e;
    font-weight: 500;
    margin: 0;
}

.stat-box h2 sup {
    font-size: 1rem;
    vertical-align: super;
}

.stat-box p {
    margin-top: 10px;
    color: #2d2d2d;
    font-size: 1rem;
}

.divider {
    height: 60px;
    width: 1px;
    background-color: #f7931e;
}

/* Responsive styles */
@media (max-width: 768px) {
    .stats-section {
        flex-direction: column;
        gap: 30px;
    }

    .divider {
        display: none;
    }

    .stat-box {
        padding: 10px 0;
    }
}

#a9 {
    background-color: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    padding: 20px;
    width: 100%;
}

.main-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.flower-container {
    position: relative;
    width: 500px;
    height: 300px;
}

.center-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: url("https://i.pinimg.com/474x/64/0d/93/640d9354ace1e63480b1a06cdb2cf9e4.jpg") no-repeat center/cover;
    transform: translate(-50%, -50%);
    z-index: 2;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.flower-petal {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: white;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    color: #000;
    text-align: center;
    font-size: 0.75rem;
    padding: 5px;
}

.flower-petal:hover {
    background-color: #f7941f;
    color: white;
}

.flower-petal i {
    font-size: 20px;
    margin-bottom: 5px;
}

.topic-display {
    max-width: 300px;
    text-align: center;
}

.topic-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.topic-content {
    font-size: 1rem;
    color: #444;
}

@media (max-width: 768px) {
    .flower-container {
        width: 300px;
        height: 300px;
    }

    .flower-petal {
        width: 65px;
        height: 65px;
        font-size: 0.6rem;
    }

    .flower-petal i {
        font-size: 16px;
    }

    .center-image {
        width: 60px;
        height: 60px;
    }

    .main-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .topic-display {
        max-width: 100%;
        padding: 0 10px;
    }
}

@media (max-width: 480px) {
    .flower-container {
        width: 260px;
        height: 260px;
    }

    .flower-petal {
        width: 55px;
        height: 55px;
        font-size: 0.55rem;
    }

    .flower-petal i {
        font-size: 14px;
    }

    .center-image {
        width: 50px;
        height: 50px;
    }
}

.main-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding: 60px 0;
}

.header-section {
    color: #b8860b;
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
}

.title-image {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.service-row {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.service-image {
    flex: 1;
    min-width: 450px;
    height: 350px;
}

.service-image img {
    width: 100%;
    height: 450px;
    border-radius: 12px;
}

.service-details-wrapper {
    flex: 2;
    min-width: 300px;
}

.service-description {
    font-size: 15px;
    color: #333;
    margin-bottom: 20px;
    text-align: left;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.service-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.service-item i {
    font-size: 30px;
    color: #0070a1;
    margin-top: 5px;
}

.service-content h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.service-content p {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .service-row {
        flex-direction: column;
    }

    .service-grid {
        grid-template-columns: 1fr;
    }

    .header-section,
    .title-image,
    .service-description {
        text-align: center;
    }

    .service-image {
        min-width: 100%;
    }

    .service-image img {
        height: auto;
    }
}

#a13 {
    font-weight: bold;
    color: #1d2d5c;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 30pt;
}

.owl-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.owl-carousel .item img {
    max-height: 80px;
    width: auto;
}

.us-wrapper {
    position: relative;
    text-align: center;
}

.us-divider-line {
    width: 100%;
    height: 30px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
}

.us-title-box {
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 0 15px;
    font-size: 35px;
    font-weight: bold;
    color: black;
    z-index: 1;
}

.us-service-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    margin-top: 60px;
}

.us-service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    margin: 0 -2px;
}



.us-service-card img {
    width: 200px;
    height: 260px;
    border-radius: 50% / 60%;
    object-fit: cover;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    border: 7px solid white;
}

.us-card-label {
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .us-service-list {
        gap: 10px;
    }

    .us-service-card {
        width: 90px;
        margin: 0;
    }

    .us-service-card img {
        width: 90px;
        height: 80px;
        border-radius: 50% / 40%;
    }

    .us-card-label {
        font-size: 12px;
    }

    .us-title-box {
        font-size: 18px;
    }
}

#us-adjust-top {
    margin-top: -4px;
}

.us-subheading {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    letter-spacing: 0.3em;
    text-align: center;
    font-size: 1.5rem;
    color: #333;
    margin: 2rem 0;
    margin-top: -1px;
}

@media (max-width: 768px) {
    .us-divider-line {
        display: none;
    }

    .us-service-list {
        gap: 10px;
    }

    .us-service-card {
        width: 120px;
    }

    .us-service-card img {
        width: 120px;
        height: 140px;
        border-radius: 50% / 50%;
    }

    .us-card-label {
        font-size: 12px;
    }

    .us-title-box {
        font-size: 22px;
        padding: 0 10px;
    }

    .us-subheading {
        font-size: 1.2rem;
    }
}

.form-container {
    background: linear-gradient(135deg,
            #f7931eaa,
            #0070a1aa);
    /* same gradient */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 50px 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
    max-width: 1000px;
    margin: auto;
    border-radius: 20px;
    /* smoother card */
    transition: all 0.3s ease;
}

.form-label {
    font-weight: 600;
    color: #ffffff;
    font-size: 0.95rem;
    margin-bottom: 6px;
}


.btn-submit {
    background-color: #f7931e;
    color: white;
    font-weight: 600;
    border: none;
    border-radius: 12px;
    padding: 10px 30px;
    font-size: 1rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease;
}

.btn-submit:hover {
    background-color: #0070a1;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
    }

    .form-row .col,
    .form-row .col-auto {
        width: 100%;
    }

    .form-row .col-auto {
        display: flex;
        justify-content: flex-start;
    }

    .btn-submit {
        width: 100%;
    }
}

#f3 {
    background: linear-gradient(135deg, #f3f4f6, #ffffff);
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.testimonial-section {
    padding: 5rem 1rem;
}

.testimonial-box {
    background-color: white;
    border-radius: 1.5rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
    padding: 3rem 2rem;
    position: relative;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-box::before {
    content: "“";
    font-size: 6rem;
    color: #e0e0e0;
    position: absolute;
    top: -30px;
    left: 30px;
    font-family: Georgia, serif;
}

.testimonial-text {
    font-size: 1.2rem;
    font-style: italic;
    color: #333;
    margin-bottom: 1.5rem;
}

.client-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 0.8rem;
    border: 3px solid #0d6efd;
}

.client-name {
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.client-role {
    color: #888;
    font-size: 0.9rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #0d6efd;
    border-radius: 50%;
    padding: 10px;
}

.carousel-indicators [data-bs-target] {
    background-color: #0d6efd;
}

:root {
    --primary: #0070a1;
    --accent: #d96f00;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

#f2 {
    background-color: #f9f9f9;
}

.contact-section {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.office-box,
.contact-form {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    width: 30%;
    min-width: 300px;
    transition: all 0.3s ease;
}

.office-box:hover,
.contact-form:hover {
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}

.office-box h3,
.contact-form h3 {
    font-size: 20px;
    color: var(--primary);
    border-bottom: 2px solid var(--accent);
    padding-bottom: 6px;
    margin-bottom: 20px;
}

.office-box .info p {
    margin-bottom: 20px;
    position: relative;
    line-height: 1.6;
    color: #333;
}

.office-box .info strong {
    color: var(--primary);
}

.office-box .info i {
    position: absolute;
    right: 0;
    top: 6px;
    color: var(--primary);
}

.social a {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    text-align: center;
    line-height: 32px;
    background: #fff;
    border: 1px solid var(--primary);
    color: var(--primary);
    border-radius: 5px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.social a:hover {
    background-color: var(--primary);
    color: #fff;
}

.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.form-row input {
    flex: 1;
}

.contact-form input,
.contact-form textarea {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    width: 100%;
    font-size: 14px;
    transition: 0.2s;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(0, 112, 161, 0.1);
}

.contact-form button {
    padding: 12px 25px;
    background-color: var(--accent);
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    align-self: flex-start;
    transition: background 0.3s ease;
}

.contact-form button:hover {
    background-color: #b45500;
}

@media screen and (max-width: 1000px) {
    .contact-section {
        flex-direction: column;
        align-items: center;
    }

    .office-box,
    .contact-form {
        width: 100%;
    }
}

.form-banner {
    position: relative;
    background-image: url("https://blog.umrahme.com/wp-content/uploads/2023/12/Umrah-winter-1-1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 20px;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    overflow: hidden;
}

/* Overlay */
.form-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    /* adjust opacity here */
    z-index: 1;
}

/* Push form content above the overlay */
.form-container {
    position: relative;
    z-index: 2;
}

.form-container {
    background: linear-gradient(135deg,
            #f7931eaa,
            #0070a1aa);
    /* same gradient */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 50px 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
    max-width: 100%;
    width: 100%;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.form-label {
    font-weight: 600;
    color: white;
    font-size: 0.95rem;
    margin-bottom: 6px;
}

.form-control {
    border-radius: 12px;
    border: 1px solid #d4d4d4;

    background-color: rgba(255, 255, 255, 0.95);
    padding: 10px 15px;
    font-size: 0.95rem;
}

.form-control:focus {
    border: 2px solid #000000;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
    outline: none;
}

.btn-submit {
    background-color: #f7931e;
    color: white;
    font-weight: 600;
    border: none;
    border-radius: 12px;
    padding: 10px 30px;
    font-size: 1rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease;
}

.btn-submit:hover {
    background-color: #0070a1;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
    }

    .form-row .col,
    .form-row .col-auto {
        width: 100%;
    }

    .form-row .col-auto {
        display: flex;
        justify-content: flex-start;
    }

    .btn-submit {
        width: 100%;
    }
}

.banner-heading {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    padding-top: 100px;
}

/* **********About us*********** */
.features-section {
    text-align: center;
    padding: 50px 20px;
}

.features-section .badge {
    background-color: #fde6d1;
    color: #f79626;
    display: inline-block;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}

.features-section h2 {
    font-size: 28px;
    font-weight: 700;
    color: #0070a1;
    margin-bottom: 40px;
}

.features-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
}

.feature-box {
    background: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    flex: 1 1 250px;
    min-width: 250px;
    max-width: 280px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    text-align: left;
}

.feature-box img {
    height: 50px;
    margin-bottom: 20px;
}

.feature-box h4 {
    font-size: 18px;
    font-weight: 600;
    color: #0070a1;
    margin-bottom: 10px;
}

.feature-box p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.feature-box::after {
    content: attr(data-number);
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 48px;
    font-weight: bold;
    color: rgba(0, 112, 161, 0.1);
    /* subtle blue hint */
    z-index: 0;
}

.feature-box::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background-color: #f79626;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

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

    .features-container {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
}

.banner {
    width: 95%;
    margin: 40px auto;
    padding: 60px 30px;
    background-image: url("/images/bg.jpg");
    /* Replace this with your image URL */
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: white;
    font-size: 28px;
    font-family: Arial, sans-serif;
    height: 40vh;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    background-color: #f9f9f9;
}

.banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    /* Light black overlay */
    border-radius: 30px;
    z-index: 1;
}

.banner h1 {
    position: relative;
    z-index: 2;
    color: white;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-top: 100px;
    font-weight: bold;
    font-size: 40pt;
}

.circle-badge {
    position: absolute;
    top: 60%;
    left: -10%;
    background-color: #f7931e;
    color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    flex-direction: column;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.service-icon {
    font-size: 26px;
    color: #0c77a6;
    margin-right: 12px;
    min-width: 32px;
}

.signature {
    font-family: "Brush Script MT", cursive;
    font-size: 28px;
    color: #f7931e;
}

.btn-primary {
    background-color: #f7931e;
    border-color: #f7931e;
}

.btn-primary:hover {
    background-color: #d9770c;
    border-color: #d9770c;
}







.why-choose-us {
    padding: 80px 0;
    background-color: #fff;
    position: relative;
}

.section-title {
    text-align: center;
    font-size: 2.7rem;
    font-weight: 700;
    color: #0070a1;
    margin-bottom: 10px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.section-subtitle {
    text-align: center;
    color: #6c757d;
    font-size: 1.2rem;
    margin-bottom: 60px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease 0.2s;
    font-weight: bold;
}

.alternating-timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.alternating-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 3px;
    height: 100%;
    background-color: #f7931e;
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    width: 50%;
    padding: 20px 40px;
    box-sizing: border-box;
    margin-bottom: 30px;
    opacity: 0;
    transition: all 0.6s ease;
}

.timeline-item.left {
    left: 0;
    text-align: right;
    transform: translateX(-50px);
}

.timeline-item.right {
    left: 50%;
    text-align: left;
    transform: translateX(50px);
}

.timeline-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #f7931e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 22px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.timeline-item:hover .timeline-icon {
    transform: scale(1.1) rotate(10deg);
}

.timeline-item.left .timeline-icon {
    right: -25px;
    top: 20px;
}

.timeline-item.right .timeline-icon {
    left: -25px;
    top: 20px;
}

.timeline-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.timeline-item:hover .timeline-content {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.timeline-content h5 {
    font-weight: 700;
    font-size: 1.25rem;
    color: #0070a1;
    margin-bottom: 8px;
}

.timeline-content p {
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
}

/* Animation Classes */
.animate {
    opacity: 1;
    transform: translateY(0) translateX(0);
}

@media (max-width: 768px) {
    .alternating-timeline::before {
        left: 30px;
    }

    .timeline-item {
        width: 100%;
        padding-left: 70px;
        padding-right: 20px;
        left: 0;
        text-align: left;
        transform: translateX(0) !important;
    }

    .timeline-item.right {
        left: 0;
    }

    .timeline-item.left .timeline-icon,
    .timeline-item.right .timeline-icon {
        left: 15px;
        right: auto;
    }

    .circle-badge {
        display: none;
    }

    #details-tab {
        padding: 10px;
    }
}











#form-title {
    color: black;
    font-weight: 700;
    margin-bottom: 1.8rem;
    text-align: center;
    font-size: 30px;
    position: relative;
    padding-bottom: 0.8rem;
    width: 100%;
}

#form-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 35%;
    height: 4px;
    background-color: #f7931e;
    border-radius: 2px;
}
















.nav-tabs .nav-link.active {
    background-color: #0d6efd;
    color: #fff !important;
    border: none;
}

.nav-tabs .nav-link {
    color: #000;
    border-radius: 8px;
    margin: 0 5px;
}

.btn.phone-btn {
    background: #fff;
    border: 1px solid #005a8c;
    color: #005a8c;
}

.btn.phone-btn:hover {
    background: #f57c00;
    color: #fff;
}

.pilgrimage-title {
    font-weight: 700;
    font-size: 28px;
    text-align: center;
}

.pilgrimage-subtitle {
    text-align: center;
    color: #6c757d;
    margin-bottom: 40px;
    font-size: 18px;
}

.package-feature-box {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 25px;
}

.package-feature-icon {
    background-color: #dadada;
    font-size: 20pt;
    padding: 6px;
    border-radius: 4px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;

}

.package-feature-title {
    color: #0077b6;
    font-weight: 600;
    font-size: 18px;
}

.package-feature-text {
    color: #252525;
    font-size: 14px;
    font-weight: bold;
}

.image-wrapper-center {
    text-align: center;
}

.image-wrapper-center img {
    max-width: 83%;
    height: auto;
    border: 5px solid #eee;
}

/* Custom styles for mobile navbar */
@media (max-width: 991px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: -250px;
        width: 250px;
        height: 100%;
        background-color: #fff;
        transition: left 0.3s ease-in-out;
        z-index: 9999;
        padding-top: 0;
    }

    .navbar-collapse.show {
        left: 0;
    }

    .navbar-toggler {
        position: absolute;
        right: 15px;
        z-index: 10000;
        border: none;
    }

    .mobile-nav-header {
        background: #f8f9fa;
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    /* Ensure default Bootstrap icon is hidden when not collapsed */
    .navbar-toggler.collapsed .close-icon {
        display: none !important;
    }

    .navbar-toggler.collapsed .navbar-toggler-icon {
        display: inline-block;
    }
}

@media (max-width: 768px) {
    #mg {
        margin-top: 150px;
    }
}


#cc {
    background-color: #f4f8fb;
    font-family: 'Segoe UI', sans-serif;
    font-size: 15px;
    color: #333;
}

.price-tag {
    background: linear-gradient(135deg, #f57c00, #f89b29);
    color: #fff;
    font-weight: bold;
    padding: 8px 14px;
    position: absolute;
    top: 15px;
    width: 30%;
    right: 15px;
    border-radius: 30px;
    font-size: 14px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.price-tag strong {
    font-size: 20px;
}

.package-img {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    height: 320px;
    width: 80%;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease;
}

.package-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.package-img:hover {
    transform: scale(1.03);
}

.package-box {
    border-top: 4px solid #f57c00;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    font-size: 14px;
    width: 80%;
    transition: all 0.3s ease;
}

.package-box:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.btn-quote {
    background: linear-gradient(135deg, #004d66, #006d8e);
    color: #fff;
    border: none;
    font-size: 14px;
    padding: 8px 18px;
    border-radius: 30px;
    transition: background 0.3s ease;
}

.btn-quote:hover {
    background: linear-gradient(135deg, #003344, #004d66);
    color: white;
}

.phone-btn {
    background-color: #e0f7fa;
    border: 1px solid #b2ebf2;
    color: #00796b;
    font-size: 14px;
    padding: 8px 18px;
    border-radius: 30px;
    transition: background 0.3s ease, color 0.3s ease;
}

.phone-btn:hover {
    background-color: #b2ebf2;
    color: #004d40;
}

.star-rating {
    color: #FFD700;
    font-size: 14px;
}

.services-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 15px;
}

.service-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: #666;
    transition: color 0.3s;
}

.service-icon i {
    font-size: 18px;
    color: #004d66;
    margin-bottom: 6px;
}

.service-icon:hover i,
.service-icon:hover {
    color: #f57c00;
}



#tag {
    background: linear-gradient(135deg, #f57c00, #f89b29);
    color: white;
    font-weight: bold;
    padding: 6px 12px;
    width: 38%;
    text-decoration: none;
    border-radius: 30px;
    font-size: 14px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    z-index: 2;
}




#cc {
    background-color: #f4f8fb;
    font-family: 'Segoe UI', sans-serif;
    font-size: 15px;
    color: #333;
}

.price-tag {
    background: linear-gradient(135deg, #f57c00, #f89b29);
    color: #fff;
    font-weight: bold;
    padding: 8px 14px;
    position: absolute;
    top: 15px;
    width: 30%;
    right: 15px;
    border-radius: 30px;
    font-size: 14px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.price-tag strong {
    font-size: 20px;
}

.package-img {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    height: 320px;
    width: 80%;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease;
}

.package-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.package-img:hover {
    transform: scale(1.03);
}

.package-box {
    border-top: 4px solid #f57c00;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    font-size: 14px;
    width: 80%;
    transition: all 0.3s ease;
}

.package-box:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}



.phone-btn {
    background-color: #e0f7fa;
    border: 1px solid #b2ebf2;
    color: #00796b;
    font-size: 14px;
    padding: 8px 18px;
    border-radius: 30px;
    transition: background 0.3s ease, color 0.3s ease;
}

.phone-btn:hover {
    background-color: #b2ebf2;
    color: #004d40;
}

.star-rating {
    color: #FFD700;
    font-size: 14px;
}

.services-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 15px;
}

.services-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 30px;
    padding: 4px 8px;

    color: #0C77A6;
    transition: color 0.3s;
}

.service-icon i {
    font-size: 18px;
    color: #004d66;
    margin-bottom: 6px;
}

.service-icon:hover i,
.service-icon:hover {
    color: #f57c00;
}

.nav-pills .nav-link {
    font-size: 15px;
    padding: 8px 16px;
    color: #004d66;
    background-color: #e0f2f1;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.nav-pills .nav-link.active {
    background: linear-gradient(135deg, #004d66, #006d8e);
    color: #fff;
}

.nav-pills .nav-link:hover {
    background: linear-gradient(135deg, #004d66, #006d8e);
    color: #ffffff;
}

#tag {
    background: linear-gradient(135deg, #f57c00, #f89b29);
    color: white;
    font-weight: bold;
    padding: 6px 12px;
    width: 38%;
    text-decoration: none;
    border-radius: 30px;
    font-size: 14px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

#cn {
    align-items: center;
    justify-content: center;
    display: flex;
}

/* Enhanced Mobile Responsiveness */
@media (max-width: 992px) {

    .package-img,
    .package-box {
        width: 90%;
        margin: 0 auto;
    }

    .package-img {
        height: 280px;
    }
}

@media (max-width: 768px) {
    .price-tag {
        position: relative;
        top: 0;
        right: 0;
        margin: 10px auto;
        display: inline-block;
        width: auto;
    }

    .text-end {
        text-align: center !important;
    }

    .package-img {
        height: 240px;
        width: 100%;
    }

    .package-box {
        width: 100%;
        padding: 16px;
        margin-top: 15px;
    }

    .services-icons {
        justify-content: center;
        gap: 15px;
    }

    #tag {
        width: 60%;
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    .btn-quote,
    .phone-btn {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .package-img {
        height: 200px;
    }

    .price-tag strong {
        font-size: 18px;
    }

    .service-icon {
        font-size: 25px;
    }

    .service-icon i {
        font-size: 16px;
    }

    #tag {
        width: 80%;
        font-size: 13px;
    }
}

.section {
    text-align: center;
    padding: 50px 20px;
}

.section h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}

.section p {
    max-width: 900px;
    margin: 0 auto 40px;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}
















#scroll-wrapper {

    position: sticky;
    bottom: 0;
    height: 0;

}



/* Scroll to Top Button Styles */
.scroll-to-top {
    position: absolute;
    bottom: 175px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #0070a1;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    z-index: 99;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.scroll-to-top:hover {
    background-color: #d4a017;
    transform: translateY(-3px);
}

.scroll-to-top i {
    margin-top: 2px;
}

















/* Sticky Button */
.get-quote-btn {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #f7931e, #e67e22);
    color: white;
    padding: 15px 10px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-weight: 600;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 4px 15px rgba(247, 147, 30, 0.3);
    text-align: center;
    z-index: 9999;
    border: none;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    transform: rotate(180deg);
}

.get-quote-btn:hover {
    background: linear-gradient(135deg, #0070A1, #005a8c);
    right: 2px;
    box-shadow: 0 6px 20px rgba(0, 112, 161, 0.4);
}

.get-quote-btn .quote-icon {
    writing-mode: horizontal-tb;
    margin-bottom: 8px;
    font-size: 18px;
}

.get-quote-btn .quote-text {
    letter-spacing: 1px;
}

/* Popup Overlay */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    z-index: 10000;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Popup Content */
.popup-content {
    background: white;
    padding: 30px;
    border-radius: 12px;
    width: 90%;
    max-width: 450px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    animation: slideUp 0.4s ease;
    border: 1px solid #eee;
}

@keyframes slideUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.popup-header {
    margin-bottom: 20px;
    text-align: center;
}

.popup-header h2 {
    display: inline-block;
    border-bottom: 3px solid #0070A1;
    padding-bottom: 6px;
}


.popup-header p {
    color: #666;
    margin: 0;
    font-size: 14px;
    font-weight: bold;

}

/* Close Button */
.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
    color: #888;
    transition: all 0.2s;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.close-btn:hover {
    color: #333;
    background: #f5f5f5;
}

/* Form Styling */
.quote-form {
    margin-top: 20px;
}

.form-group {
    position: relative;
    margin-bottom: 15px;
}

.form-group i {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #999;
}

.popup-content form input,
.popup-content form textarea {
    width: 100%;
    padding: 12px 15px 12px 40px;
    margin: 5px 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    transition: all 0.3s;
}

.popup-content form textarea {
    padding: 12px 15px;
    resize: vertical;
}

.popup-content form input:focus,
.popup-content form textarea:focus {
    outline: none;
    border-color: #0070A1;
    box-shadow: 0 0 0 3px rgba(0, 112, 161, 0.1);
}

.submit-btn {
    background: linear-gradient(135deg, #f7931e, #e67e22);
    color: white;
    padding: 12px 25px;
    border: none;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background: linear-gradient(135deg, #0070A1, #005a8c);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 112, 161, 0.3);
}

.submit-btn i {
    font-size: 14px;
}

/* Responsive Adjustments */
@media (max-width: 480px) {
    .popup-content {
        padding: 25px 20px;
    }

    .get-quote-btn {
        padding: 12px 8px;
        height: 150px;
    }

    .popup-header h2 {
        font-size: 20px;
    }
}












.cookie-popup {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #fff;
    max-width: 400px;
    padding: 20px;
    border-radius: 10px;
    z-index: 9999;
    display: none;
}

.cookie-popup.show {
    display: block;
}

.cookie-popup .cookie-logo {
    width: 100px;
    margin-bottom: 10px;
}

.cookie-popup p {
    font-size: 14px;
    margin-top: 10px;
}

.cookie-buttons {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#chatbot-toggle {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #f79626;
    color: white;
    border-radius: 50%;
    padding: 15px;
    font-size: 20px;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

#chatbot-box {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 320px;
    max-height: 90vh;
    background: white;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    display: none;
    flex-direction: column;
    z-index: 9998;
}

.chatbot-header {
    background: linear-gradient(to bottom, #0070a1, #ffffff);
    color: white;
    padding: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-align: center;
}

.chatbot-header h3 {
    margin: 0;
    font-size: 1.2rem;
}

.chatbot-header p {
    margin: 5px 0 0;
    color: #333;
    font-weight: bold;
}

.chat-btn {
    background: #f79626;
    color: white;
    border: none;
    width: 85%;
    margin: 15px auto;
    padding: 12px;
    border-radius: 10px;
    cursor: pointer;
    display: block;
    font-size: 1rem;
}

.chat-search {
    padding: 0 20px 20px;
}

.chat-search input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 10px;
}

.chat-search ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.chat-search li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 0.9rem;
    display: flex;
    justify-content: space-between;
    color: #333;
    cursor: pointer;
}

.chat-search li i {
    color: #aaa;
}

.chat-status {
    background: #e7f7f1;
    color: #333;
    padding: 15px;
    border-left: 5px solid #34a853;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 0.85rem;
    text-align: center;
}

@media (max-width: 400px) {
    #chatbot-box {
        width: 90%;
        right: 5%;
    }
}














#pak-vs-india {
    height: 80px;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #f7931e #f5f5f5;
}




#umraha {
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #f7931e #f5f5f5;
}







#img {
    transition: transform 0.5s ease;
}

#img:hover {
    transform: scale(1.1);
}

@media (max-width: 768px) {


    
    .service-icon i {
      font-size: 15px;
    }

    .service-icon span {
        font-size: 15px;
      }
    
  }






  .form-row {
    display: flex;
    gap: 15px;
    flex-wrap: wrap; /* makes it responsive on smaller screens */
    margin-bottom: 0;
}

.form-group {
    flex: 1;
    min-width: 150px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
}

.form-group input {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 0;
}

.checkbox-group label {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
    gap: 8px;
}
.form-bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap; /* optional: allows wrapping on small screens */
    margin-top: 0;
}

.form-bottom-row label {
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 6px;
    white-space: nowrap;
}

.form-bottom-row button {
    padding: 8px 20px;
    background-color: #006b84;
    color: white;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}


    /* WhatsApp Floating Button */
.whatsapp-wrapper{
    position: sticky;
    bottom: 0;
    height: 0; /* layout ko push nahi karega */
}

.whatsapp-float {
    position: absolute;
    width: 55px;
    height: 55px;
    bottom: 115px;
    right: 25px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}


