body {
    font-family: sans-serif;
    color: #fff;

    background: linear-gradient(to bottom, #2D2D2D, #C33F2A ,#E98144);
    background-attachment: fixed;
    background-size: 200% 200%; /* Make the gradient larger */
    animation: gradientMove 5s ease infinite; /* Add animation */
}

/* Define the animation */
@keyframes gradientMove {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}


.contact-us-child {
    position: absolute;
    top: -1182px;
    left: 318px;
    width: 2188.7px;
    height: 2165.5px;
    object-fit: contain;
}





.container-contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    width: 100%;

}

.form-container {
    display: flex;
    flex-direction: column;
    color: white;
}

.form-container input,
.form-container textarea {
    padding: 13.5px;
    margin: 10px 0;
    border: none;

    border-bottom: 2px solid #f9f9f9;
    /* light border to contrast */
    background-color: transparent;
    /* Set background to transparent */
    font-size: 16px;
    outline: none;
    color: white;
    /* Optional, to make the text color white */
}

.form-container input:focus,
.form-container textarea:focus {
    border-bottom: 2px solid #C53E29;
    /* Highlight with a colored border on focus */
}

.form-container textarea {
    resize: vertical;
}

.form-container button {
    background-color: #C53E29;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    width: 20%;
    border-radius: 20px;
}

.form-container button:hover {
    background-color: #f32909;
}

.subject-message-container {
    display: flex;
    justify-content: space-between;
}

.subject-message-container input {
    width: 48%;
    /* Adjust width of subject and message */
}

.text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    color: #ffffff;
}

.text-container h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.text-container p {
    font-size: 16px;
    margin-bottom: 10px;
}


.buller-points {
    list-style-type: none;
}

.locations-list,
.services-list {
    list-style: none;
    line-height: 1.8;
    color: #ddd;
}

.contact-us-item {
    position: absolute;
    top: 1469px;
    left: -833px;
    width: 3603.3px;
    height: 1000.9px;
    object-fit: contain;
}

.layer-1-icon {
    width: 76.7px;
    position: relative;
    height: 77.7px;
    overflow: hidden;
    flex-shrink: 0;
}

.de-risc-group {
    align-self: stretch;
    position: relative;
    line-height: 90%;
    text-transform: uppercase;
    font-weight: 600;
}

.de-risc-group-wrapper {
    width: 182.8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.layer-1-parent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 13.5px;
}

.home {
    position: relative;
    line-height: 90%;
    font-weight: 500;
    color: #ffa552;
}

.services {
    position: relative;
    line-height: 90%;
}

.home-parent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
}

.arrow-right {
    width: 24px;
    position: relative;
    height: 24px;
    object-fit: cover;
}

.get-started-parent {
    border-radius: 24px;
    background-color: #c53e29;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    gap: 10px;
}

.frame-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 48px;
    font-size: 24px;

}

.frame-parent {
    position: absolute;
    top: 0px;
    left: calc(50% - 960px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 40px 80px;
    gap: 836px;
    font-size: 35.28px;

}


.get-in-touch {
    align-self: stretch;
    position: relative;
    line-height: 100%;
    font-weight: 500;
}

.inforiscgroupco {
    width: 945px;
    position: relative;
    font-size: 24px;
    line-height: 130%;
    color: inherit;
    display: inline-block;
    text-decoration: none;
}

.icons8-linkedin-1 {
    width: 60px;
    position: relative;
    height: 60px;
    overflow: hidden;
    flex-shrink: 0;
}

.camera-instagram-social-media-icon {
    width: 48px;
    position: relative;
    height: 48px;
    overflow: hidden;
    flex-shrink: 0;
}

.icons8-linkedin-1-parent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.get-in-touch-for-free-consulta-parent {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
}

.arrow-right1 {
    width: 24px;
    position: relative;
    height: 24px;
    object-fit: contain;
}

.swipe-down-parent {
    border-radius: 24px;
    background-color: #c53e29;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    gap: 10px;
    text-align: left;
    font-size: 24px;
}

.frame-container {
    position: absolute;
    top: 333px;
    left: calc(50% - 569px);
    width: 1139px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 64px;
    text-align: center;
    font-size: 84px;
}

.first-name {
    position: relative;
    line-height: 130%;
}

.first-name-wrapper {
    width: 300px;
    border-bottom: 1.5px solid #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px 180px 10px 0px;
}

.frame-parent2 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 60px;
}

.email-wrapper {
    width: 300px;
    border-bottom: 1.5px solid #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 180px 10px 0px;
}

.subject-wrapper {
    align-self: start;
    border-bottom: 1.5px solid #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 180px 10px 0px;
}

.submit-wrapper {
    position: absolute;
    right: 550;
    top: 5%;
    transform: translateY(-50%);
    padding: 10px 20px;
    background-color: #C53E29;
    color: #fff;
    border-radius: 30px;
    font-size: 1.2rem;
    font-weight: 500;
    display: inline-block;
    transition: background-color 0.3sease;
    margin-right: 430px;
}

.frame-div {
    display: flex;
    justify-content: center;
    width: 100%;
    display: flex;
    margin-top: 60px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    font-size: 24px;
}

.we-want-to {
    width: 550px;
    position: relative;
    font-size: 24px;
    line-height: 130%;
    text-align: left;
    display: inline-block;
}

.lets-have-a-call-parent {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
}

.contact-us-parent {
    border-radius: 24px;
    background-color: #c44d22;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    gap: 10px;
    text-align: left;
    font-size: 24px;

}

.frame-parent4 {
    position: absolute;
    top: 2705px;
    left: 240px;
    width: 639px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 56px;
    text-align: center;
    font-size: 84px;
}

.locations {
    align-self: stretch;
    position: relative;
    line-height: 130%;
    font-weight: 500;
}

.united-kingdom {
    align-self: stretch;
    position: relative;
    line-height: 130%;
}

.united-kingdom-parent {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    font-size: 24px;
}

.locations-parent {
    position: absolute;
    top: 2948px;
    left: 934px;
    width: 220px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
}

.term-of-services-parent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
}

.all-right-reserved-2024-de-r-parent {
    position: absolute;
    top: 3574px;
    left: 240px;
    width: 1440px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
}

.services-parent {
    position: absolute;
    top: 2948px;
    left: 1352px;
    width: 334px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
}

.de-risc-group-container {
    position: absolute;
    top: 3320px;
    left: 240px;
    width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 277.89px;

}

.button-icon {
    width: 48px;
    position: relative;
    border-radius: 30px;
    height: 48px;
    overflow: hidden;
    flex-shrink: 0;
}

.icons8-linkedin-1-group {
    position: absolute;
    top: 3014px;
    left: 240px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.questions-or-comments {
    align-self: stretch;
    position: relative;
    line-height: 110%;
    font-weight: 300;
}

.we-would-like {
    font-size: 20px;
    text-align: left;
    margin-left: -300px;
}

.we-would-like br+br {
    margin-left: 20px;
    /* Adjust to control the stagger */
}


.questions-or-comments-parent {
    position: absolute;
    top: 506px;
    left: 650px;
    width: 753px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 19px;
    font-size: 40px;
}

.pakistan1 {
    width: 100%;
    position: relative;
    line-height: 110%;
    font-weight: 500;
    display: inline-block;
}

.apac-region {
    margin: 0;
}

.apac-region-de-container {
    align-self: stretch;
    position: relative;
    font-size: 20px;
    line-height: 110%;
    color: #b0a69e;
    display: -webkit-inline-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.pakistan-parent {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
}

.arrow-right-wrapper {
    border-radius: 64px;
    background-color: #ffa552;
    display: none;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 12px;
}

.frame-parent7 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 32px;
}

.frame-wrapper1 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.frame-wrapper {
    border-radius: 24px;
    background-color: rgba(176, 166, 158, 0.2);
    border: 2px solid #b0a69e;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 40px;
}

.united-kingdom1 {
    width: 100%;
    position: relative;
    line-height: 110%;
    font-weight: 500;
    display: inline-block;
}

.de-risc-limited-container {
    width: 100%;
    position: relative;
    font-size: 20px;
    line-height: 110%;
    color: #b0a69e;
    display: -webkit-inline-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.frame-parent6 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.mena-region-de-container {
    align-self: stretch;
    position: relative;
    font-size: 20px;
    line-height: 110%;
    color: #b0a69e;
    display: -webkit-inline-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.united-states-of {
    width: 100%;
    position: relative;
    line-height: 110%;
    font-weight: 500;
    display: inline-block;
}

.north-america-region-container {
    width: 100%;
    position: relative;
    font-size: 20px;
    line-height: 110%;
    color: #b0a69e;
    display: -webkit-inline-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.frame-parent5 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.contact-us {
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: left;
    font-size: 32px;
    color: #fff;

}

@media (min-width: 769px) {
    .questions-or-comments {
        font-size: 40px;
        margin-left: -240px;
    }

    .we-would-like {
        font-size: 20px;
        text-align: left;
        margin-left: -320px;
    }

    .move-right {
        display: block;
        margin-left: 50px;
    }


    .frame-wrapper {
        width: 50%;
        height: 221px;
    }
}

.contact-main {
    font-size: 50px;
    font-weight: 500;
    text-align: center;
    margin: 20px 0;
}

.contact-main-2 {
    font-size: 50px;
    font-weight: 500;
    text-align: center;
    margin: 10px 0;
}

.contact-email {
    font-size: 16px;
    text-align: center;
    color: #cccaca;
}

.icon {
    font-size: 18px;
    cursor: pointer;
}

.swipe-down {
    text-align: center;
    font-size: 16px;
    color: #777;
    margin-top: 20px;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.submenu {
    display: none;
    list-style-type: none;
    padding: 0;
    background-color: #333;
    /* Submenu background color */
}

.has-submenu:hover .submenu {
    display: block;
    /* Show submenu on hover */
}

/* Styling for the submenu */
.submenu li {
    padding: 10px;
    text-align: center;
}

.submenu li a {
    color: white;
    text-decoration: none;
}



.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

a {
    text-decoration: none;
    color: #fff;
}

/* Header Styles (from previous) */
header {
    padding: 20px 0;

}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

nav ul {
    list-style: none;
    display: flex;
}

nav ul li {
    margin-left: 25px;
}

nav ul li a {
    font-size: 16px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

nav ul li a:hover {
    opacity: 1;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.2rem;
    }
    .header-container {
        display: flex;
        justify-content: space-between;
        padding: 0 25px;
        align-items: center;
    }

    .form-container input,
    .form-container textarea {
        padding: 13.5px;
        margin: 10px 0;
        border: none;
        width: 100%;
        border-bottom: 2px solid #f9f9f9;
        /* light border to contrast */
        background-color: transparent;
        /* Set background to transparent */
        font-size: 16px;
        outline: none;
        color: white;
        /* Optional, to make the text color white */
    }

    .container-contact-form {
        display: block;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
        width: 100%;
    }

    .form-container button {
        background-color: #C53E29;
        color: white;
        border: none;
        padding: 12px;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        width: 100%;
        border-radius: 20px;
    }
}

.get-started-btn:hover {
    background-color: #e66a4d;
}

/* Hero Section Styles (from previous) */
.hero-section {
    padding: 100px 0;
    text-align: center;
}

.hero-title {
    font-size: 50px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-subtitle {
    font-size: 1.1rem;
    color: #ddd;
    margin-bottom: 40px;
    line-height: 1.6;
}



.contact-ost {
    margin-top: 100px;
}

.hero-get-started-btn-contact {
    position: absolute;
    top: 5%;
    transform: translateY(-50%);
    padding: 10px 20px;
    background-color: #C53E29;
    color: #fff;
    border-radius: 30px;
    font-size: 1.2rem;
    font-weight: 500;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.get-started-btn1 {
    background-color: #C53E29;
    color: #fff;
    padding: 8px 19px;
    border-radius: 30px;
    font-weight: 500;
    display: inline-block;
    transition: background-color 0.3sease;
}

.hero-get-started-btn:hover {
    background-color: rgb(179, 107, 0);
}


.discover-section {
    padding: 80px 0;
    text-align: center;
}

.discover-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 60px;
}

.card-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    /* Allow cards to wrap on smaller screens */
}

.card {
    background-color: rgba(255, 255, 255, 0.05);
    /* Dark card background with slight transparency */
    border-radius: 15px;
    padding: 30px;
    text-align: left;
    flex: 1;
    /* Equal width distribution */
    min-width: 250px;
    /* Minimum width for cards */
}

.card-icon {
    font-size: 2.5rem;
    margin-bottom: 20px;
    opacity: 0.7;
}

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

.card-description {
    color: #ddd;
    line-height: 1.5;
    margin-bottom: 25px;
    font-size: 0.9rem;
}

.card-arrow-btn {
    background-color: #ff7a59;
    /* Orange button color */
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    /* Align arrow to the right */
    transition: background-color 0.3s ease;
}

.card-arrow-btn:hover {
    background-color: #e66a4d;
}

.card-arrow-btn::after {
    content: '\2192';
    /* Unicode arrow right */
    font-size: 1.2rem;
}

/* Web Portal Section Styles (from previous) */
.web-portal-section {
    padding: 100px 0;
}

.web-portal-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.web-portal-text {
    flex: 1;
    text-align: left;
}

.web-portal-text h2 {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
}

.web-portal-text p {
    color: #ddd;
    line-height: 1.6;
    margin-bottom: 30px;
}

.learn-more-btn {
    background-color: #ff7a59;
    /* Orange button color */
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: bold;
    display: inline-block;
    transition: background-color 0.3s ease;
    font-size: 1.1rem;
}

.learn-more-btn:hover {
    background-color: #e66a4d;
}

.web-portal-image {
    flex: 1;
    max-width: 50%;
    /* Adjust as needed */
}

.web-portal-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    /* Optional: if you want rounded corners for image */
}

/* Why Better Section Styles (from previous) */
.why-better-section {
    padding: 80px 0;
    text-align: center;
}

.why-better-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 60px;
}

.why-better-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    /* Responsive grid */
    gap: 25px;
}

.why-better-cards .card {
    background-color: rgba(255, 255, 255, 0.05);
    /* Dark card background with slight transparency */
    border-radius: 15px;
    padding: 35px;
    text-align: center;
    /* Center text in these cards */
}

.why-better-cards .card-icon {
    font-size: 3rem;
    /* Larger icons for why better section */
    margin-bottom: 20px;
    opacity: 0.7;
}

.why-better-cards .card-title {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 0;
    /* Reduced margin for title */
}

/* Memberships Section Styles (from previous) */
.memberships-section {
    padding: 80px 0;
    text-align: center;
}

.memberships-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 40px;
}

.membership-logos {
    display: flex;
    justify-content: center;
    /* Center logos horizontally */
    gap: 30px;
    flex-wrap: wrap;
    /* Allow logos to wrap on smaller screens */
}

.membership-logos img {
    height: 80px;
    /* Adjust logo height as needed */
    width: auto;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.membership-logos img:hover {
    opacity: 1;
}

/* Regional Coverage Section Styles (from previous) */
.regional-coverage-section {
    padding: 80px 0;
    text-align: center;
}

.regional-coverage-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 40px;
}

.regional-map img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    /* Optional: rounded corners for map */
}

/* They Trust Us Section Styles (from previous) */
.trust-us-section {
    padding: 80px 0;
    text-align: center;
}

.trust-us-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 40px;
}

.trust-us-logos {
    display: flex;
    justify-content: center;
    /* Center logos horizontally */
    gap: 50px;
    flex-wrap: wrap;
    /* Allow logos to wrap */
}

.trust-us-logos img {
    height: 60px;
    /* Adjust logo height as needed */
    width: auto;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.trust-us-logos img:hover {
    opacity: 1;
}

/* Testimonials Section Styles (from previous) */
.testimonials-section {
    padding: 80px 0;
    text-align: center;
}

.testimonials-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 60px;
}

.testimonials-container {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    /* Enable horizontal scrolling for testimonials */
    padding-bottom: 20px;
    /* Space for scrollbar */
    scroll-snap-type: x mandatory;
    /* Enable snapping for smooth scrolling */
}

.testimonial-card {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 30px;
    text-align: left;
    flex: 0 0 350px;
    /* Fixed width for each card */
    scroll-snap-align: start;
    /* Snap to the start of each card */
    min-width: 300px;
    /* Minimum width for small screens */
}

.testimonial-card p {
    color: #ddd;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 0.95rem;
}

.testimonial-author {
    font-weight: bold;
    margin-bottom: 5px;
}

.testimonial-role {
    font-size: 0.9rem;
    color: #ccc;
    margin-bottom: 5px;
}

.testimonial-company {
    font-size: 0.9rem;
    color: #ccc;
}

.testimonial-nav {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.testimonial-nav-btn {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.3s, background-color 0.3s;
}

.testimonial-nav-btn:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.2);
}

.testimonial-nav-btn:disabled {
    opacity: 0.3;
    cursor: default;
}

.testimonial-nav-btn::after {
    font-size: 1.2rem;
}

.testimonial-nav-btn.prev::after {
    content: '\2190';
    /* Left arrow */
}

.testimonial-nav-btn.next::after {
    content: '\2192';
    /* Right arrow */
}


/* Next Step Section Styles (from previous) */
.next-step-section {
    padding: 100px 0;
    text-align: center;
}

.next-step-title {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
}

.next-step-subtitle {
    color: #ddd;
    line-height: 1.6;
    margin-bottom: 40px;
    font-size: 1.1rem;
}

.next-step-get-started-btn {
    background-color: #ff7a59;
    /* Orange button color */
    color: #fff;
    padding: 15px 35px;
    border-radius: 30px;
    font-size: 1.2rem;
    font-weight: bold;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.get-started-btn {
    background-color: #C53E29;
    color: #fff;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: 500;
    display: inline-block;
    transition: background-color 0.3sease;
}

a {
    .next-step-get-started-btn:hover {
        background-color: #e66a4d;
    }



    .hamburger-menu {
        display: none;
        /* Menu is hidden by default */
    }



    /* Responsive Design (from previous + modifications) */
    @media (max-width: 960px) {
        .hero-title {
            font-size: 2.8rem;
        }

        .discover-title,
        .why-better-title,
        .memberships-title,
        .regional-coverage-title,
        .trust-us-title,
        .testimonials-title {
            font-size: 2rem;
        }
    }



    .header-container {
        justify-content: space-around;
        /* Distribute space more evenly */
    }

    .web-portal-container {
        flex-direction: column;
        /* Stack text and image vertically */
        text-align: center;
    }

    .web-portal-text {
        text-align: center;
        /* Center align text when stacked */
    }

    .web-portal-image {
        max-width: 80%;
        /* Make image smaller when stacked */
        margin: 20px auto 0;
        /* Center image */
    }

    .membership-logos,
    .trust-us-logos {
        justify-content: space-around;
        /* Distribute logos more evenly on smaller screens */
    }

    .testimonials-container {
        overflow-x: scroll;
        /* Re-enable scroll on smaller screens if needed */
        justify-content: flex-start;
        /* Align items to start in scroll view */
    }

    .testimonial-card {
        margin-right: 20px;
        /* Add spacing between cards in scroll view */
    }

    .next-step-title {
        font-size: 2.5rem;
        margin-right: 200px;
    }

}

@media (min-width: 769px) {
    .hamburger {
        display: none;
    }

    .navbar {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nav-links {
        display: flex;
    }

    .nav-links li {
        margin: 0 20px;
    }

    .has-submenu {
        position: relative;
    }

    /* Show submenu when parent list item is hovered */
    .has-submenu:hover .submenu {
        display: block;
    }

    /* Styling for submenu */
    .submenu {
        display: none;
        /* Hidden by default on desktop */
        position: absolute;
        left: -85px;
        top: 100%;
        background-color: #C53E29;
        /* Submenu background color */
        width: 200px;
        /* Adjust submenu width */
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    }

    .submenu li {
        padding: 10px;
        margin-left: 0px;
    }

    .submenu li a {
        color: white;
        text-decoration: none;
    }


}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.2rem;
    }

    nav ul {
        display: none;
        /* Hide navigation on smaller screens, consider hamburger menu */
    }

    .text-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 0px;
        color: #ffffff;
    }

    .hero-section {
        padding: 80px 0;
    }





    .discover-section,
    .why-better-section,
    .memberships-section,
    .regional-coverage-section,
    .trust-us-section,
    .testimonials-section,
    .next-step-section {
        padding: 60px 0;
        /* Reduced padding for smaller screens */
    }

    .call-text {
        text-align: none;
        margin-bottom: 0px !important;
    }

    .card {
        flex: 1 1 100%;
        /* Cards take full width on smaller screens in discover section */
        margin-bottom: 20px;
    }

    .card-container {
        flex-direction: column;
        /* Stack cards vertically on smaller screens in discover section*/
    }

    .why-better-cards {
        grid-template-columns: 1fr;
        /* Stack cards in why better section */
    }

    .membership-logos,
    .trust-us-logos {
        gap: 20px;
        /* Reduce logo gap on very small screens */
    }

    .testimonial-card {
        flex: 1 1 100%;
        /* Testimonial cards full width on very small screens */
        margin-right: 0;
        /* Remove right margin when full width */
        margin-bottom: 20px;
    }

    .testimonials-container {
        flex-direction: column;
        /* Stack testimonials vertically on smaller screens */
        overflow-x: hidden;
        /* Disable horizontal scroll when stacked */
    }

    .next-step-title {
        font-size: 2rem;
        /* Even smaller titles on very small screens */
    }

    .company-logo-large {
        font-size: 4rem;
        /* Even smaller logo on very small screens */
    }

    .hamburger {
        display: flex;
        /* Show hamburger icon on mobile */
        flex-direction: column;
        cursor: pointer;
        margin-left: 20px;
    }

    .hamburger .bar {
        width: 25px;
        height: 3px;
        background-color: white;
        margin: 4px 0;
    }

    /* Hide "Get Started" button on mobile */
    .get-started-btn {
        display: none;
    }


    .hamburger.active .hamburger-menu {
        display: block !important;
        background-color: #c53e29;
        position: absolute;
        top: 86px;
        height: 100%;
        right: 0;
        width: 100%;
        padding: 10px 0;
        z-index: 999;
        transition: background-color 0.3sease;
    }



    .hamburger-menu:hover {
        background-color: #ff5722;
    }

    .hamburger-menu ul {
        list-style-type: none;
        padding: 0;
        text-align: center;
    }

    .hamburger-menu ul li {
        margin: 10px 20px;
    }

    .hamburger-menu ul {
        list-style-type: none;
        padding: 0;
        text-align: center;
    }

    .hamburger-menu ul li {
        margin: 10px 20px;
    }

    /* Hide submenu by default */
    .submenu {
        display: none;
        background-color: #c53e29;
    }

    /* Show submenu when parent list item is clicked on mobile */
    .has-submenu.active .submenu {
        display: block;
    }

    .has-submenu>a:after {
        content: " ▼";
        /* Add an arrow to indicate a dropdown */
    }

    .has-submenu.active>a:after {
        content: " ▲";
        /* Change arrow direction when the submenu is visible */
    }
}



@media (max-width: 768px) {

    .questions-or-comments-parent {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 10px;
        margin-left: -200px;
        margin-top: -630px
    }

    .questions-or-comments {
        font-size: 1.2rem;
        /* Smaller font size for mobile */
        font-weight: bold;
    }

    .we-would-like {
        font-size: 1rem;
        /* Smaller font size for the description */
        margin-top: 5px;
        line-height: 1.5;
        /* Ensures text is readable */
        margin-left: -5px;
        white-space: pre-line;
    }

    /* .we-would-like{
        font-size: 10px;
        margin-top: -600px;
        margin-left: -200px;

    } */

    .hero-get-started-btn-contact {
        /* display: none; */
    }

    .contact-main {
        margin-top: -90px;
        font-size: 30px
    }

    .contact-main-2 {
        font-size: 30px
    }

    .contact-email {
        font-size: 10px
    }

    .icon {
        font-size: 10px;
    }

    .contact-ost {
        margin-top: 120px;
    }

    .frame-parent5 {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
        /* Space between the frames */
        padding: 10px;
    }

    /* Make each individual frame display in a column */
    .frame-parent6 {
        display: flex;
        flex-direction: column;
        gap: 10px;
        /* Space between items in each frame */
    }

    /* Wrappers should stack the content vertically */
    .frame-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .frame-wrapper1 {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
        /* Ensure the wrapper takes full width */
    }

    /* Ensure text inside the regions takes full width */
    .frame-parent7 {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    /* Adjust font size for mobile devices */
    .pakistan1,
    .united-kingdom1,
    .united-states-of {
        font-size: 1rem;
        /* Slightly smaller text on mobile */
    }

    .apac-region {
        font-size: 0.9rem;
        /* Adjust size for address text */
    }

    /* Arrow images should also adjust for mobile */
    .arrow-right-wrapper {
        display: none;
        /* Hide arrows on mobile for cleaner UI */
    }

    .frame-wrapper {
        width: 100%;

    }

    .hero-get-started-btn {
        right: 100px;
    }


}
