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

:root {
    --primary-color: #D7B261;
    --secondary-color: #0B6D55;
    --tertiary-color: #00402E;
    --quaternary-color: #000000;
    --quinary-color: #FFFFFF;
    --gradient-color: linear-gradient(45.53deg, #857540 -37.94%, #D7B261 73.48%);
}

::selection {
    background-color: #c7af61;
    color: var(--quinary-color);
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: var(--tertiary-color);
}

::-webkit-scrollbar-thumb {
    background: #857540;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #b9a45e;
}

a {
    text-decoration: none;
}

body {
    direction: rtl !important;
    font-family: "Cairo", sans-serif !important;
    background-color: #F8F8F8 !important;
}

img.logo-img {
    width: 100px !important;
    height: 56px !important;
    object-fit: contain !important;
}

html,
body {
    overflow-x: hidden;
}

header.header {
    position: absolute;
    z-index: 100;
    width: 100%;
}

.accordion-button {
    text-align: start !important;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
}

ul.dropdown-menu {
    position: fixed !important;
    width: 100vw !important;
    height: 100vh !important;
    inset: 0 !important;
    border-radius: 0;
    border: none;
    padding: 0;
    margin: 0 !important;
    transform: translateX(100%) !important;
    transition: transform 0.3s ease;
    overflow-y: auto;
    z-index: 999;
    display: none !important;
    flex-direction: column;
    list-style: none;
    background-color: #091F2C;
}

ul.dropdown-menu.show {
    transform: translateX(0) !important;
    display: flex !important;
}

.dropdown-menu li:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
}

.dropdown-menu li:first-child a {
    display: flex;
    align-items: center;
}

.dropdown-menu li:first-child img {
    max-height: 45px;
    width: auto;
}

.close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 28px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 5px 10px;
}

.close-btn:hover {
    transform: rotate(90deg);
    color: var(--secondary-color);
}

.menu-items-wrapper {
    flex: 1;
    overflow-y: auto;
    padding: 2rem 0;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 17px 80px;
    clear: both;
    font-weight: 400;
    color: #e9ecef !important;
    text-align: right;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
    font-size: 30px !important;
    font-weight: bold !important;
    transition: all 0.25s ease;
    border-right: 4px solid transparent;
    cursor: pointer;
}

.dropdown-item:hover {
    background-color: #d7b26115;
    color: var(--primary-color) !important;
    border-right-color: var(--primary-color);
    padding-right: calc(80px + 1rem);
}

.dropdown-item:active {
    background-color: #d7b26115;
    color: var(--primary-color) !important;
}

.dropdown-menu li:last-child {
    padding: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
}

.dropdown-menu li:last-child a {
    width: fit-content;
    padding: 14px 24px;
    color: white;
    border: none;
    border-radius: 34px;
    font-size: 18px !important;
    font-weight: 600 !important;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.3s ease;
    margin: auto;
}

.dropdown-menu li:last-child a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px #00402e2f;
    color: white !important;
}

ul.dropdown-menu::-webkit-scrollbar {
    width: 8px;
}

button.btn.menu-btn {
    background-color: #FFFFFF40 !important;
    color: white !important;
    border-radius: 50px !important;
    padding: 13px 24px !important;
    transition: all .3s ease;
}
button.btn.menu-btn:hover{
    transform: scale(1.1);
}
ul.dropdown-menu::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
}

ul.dropdown-menu::-webkit-scrollbar-thumb {
    background: #667eea;
    border-radius: 4px;
}

ul.dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #764ba2;
}

.contactUs-btn-header {
    position: relative;
    padding: 5px 9px !important;
    border-radius: 40px !important;
    background: #585E64 !important;
    color: var(--quinary-color) !important;
    display: flex !important;
    align-items: center;
    gap: 20px !important;
    font-size: 18px !important;
    border: 1px solid #FFFFFF1A !important;
    padding-right: 18px !important;
    transition: all .3s ease;
    overflow: hidden;
}

i.fa-solid.fa-arrow-up.arrow-contus-head {
    position: relative;
    overflow: hidden;
    transform: rotate(312deg);
    background-color: var(--secondary-color) !important;
    padding: 12px 13px !important;
    border-radius: 50% !important;
    font-size: 11px !important;
    transition: all .3s ease;
}

i.fa-solid.fa-arrow-up.arrow-contus-head::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background-color: #FFFFFF14;
    transform: translateX(100%);
    z-index: -1;
    transition: transform 250ms ease-in-out;
}

.contactUs-btn-header:hover i.fa-solid.fa-arrow-up.arrow-contus-head::after{
    transform: translateX(0);
}

.contactUs-btn-header:hover i.fa-solid.fa-arrow-up.arrow-contus-head {
    transform: rotate(269deg);
}

.contactUs-btn-header:hover{
    transform: translate(2px, 2px);
}

.contactUs-btn-header::after{
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--secondary-color);
    z-index: -1;
    transform: translateX(100%);
    transition: transform 250ms;
    border-radius:40px;
}

.contactUs-btn-header:hover::after {
    transform: translateX(0);
}

/* Hero section */
.hero {
    position: relative;
    color: #fff !important;
    display: flex;
    align-items: flex-end;
    height: 100vh;
}

i.fa-solid.fa-arrow-down.arrow-hero-play {
    font-size: 12px !important;
}

.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    opacity: 0.55;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding-bottom: 50px;
}

.hero-title {
    font-weight: 700 !important;
    font-size: clamp(36px, 6vw, 80px) !important;
    line-height: 1.2 !important;
    color: var(--primary-color) !important;
    padding-bottom: 20px !important;
}

.hero-title span {
    color: var(--primary-color) !important;
}

.hero-subtitle {
    margin-top: 12px !important;
    opacity: 0.9;
    font-size: 16px !important;
    width: 168px !important;
    height: 38px !important;
    border: 1px solid #FFFFFF1A !important;
    border-radius: 50px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.hero-desc {
    margin-top: 8px !important;
    color: #e9ecef !important;
    font-size: 18px !important;
}

.hero-actions {
    margin-top: -57px !important;
    gap: 14px !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
}

.hero-primary {
    padding: 7px 8px !important;
    border-radius: 9999px !important;
    display: flex !important;
    align-items: center;
    gap: 20px !important;
    background-color: var(--secondary-color) !important;
    border: none !important;
    color: var(--quinary-color) !important;
    font-size: 18px !important;
    padding-right: 17px !important;
    transition: all .3s ease;
}

.hero-primary:hover {
    transform: scale(1.05);
    background-color: var(--tertiary-color) !important;
}

p.hero-desc {
    max-width: 500px !important;
    line-height: 1.8 !important;
}

i.fa-solid.fa-arrow-left.arrow-join-head {
    padding: 10px 11px !important;
    background-color: #FFFFFF14 !important;
    border-radius: 50% !important;
    font-size: 12px !important;
}

.hero-btn {
    border-radius: 50% !important;
    background-color: #3E3C3D !important;
    border: 7px solid #414041 !important;
    color: var(--quinary-color) !important;
    transition: all 0.3s ease;
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.hero-btn:hover {
    background-color: #585858 !important;
    border: 7px solid #484744 !important;
}

/*AboutUs section*/
.aboutUs-intro {
    text-align: center;
    padding-bottom: 23px;
}

.aboutUs-title {
    width: fit-content !important;
    min-width: 117px !important;
    margin: auto !important;
    color: #00402E !important;
    font-size: 16px !important;
    border: 1px solid #0000001A !important;
    border-radius: 50px !important;
    height: 38px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.aboutUs-desc {
    font-size: clamp(18px, 4.2vw, 32px) !important;
    color: #00402E !important;
    padding-top: 20px !important;
    max-width: 1000px !important;
    margin: auto !important;
    font-weight: bold !important;
    line-height: 1.7 !important;
}

/* AboutUs Swiper */
.aboutUs-section {
    padding: 60px 0;
}

.aboutUs-images {
    width: 100%;
    padding-top: 24px;
}

.aboutUs-images .swiper-slide {
    height: 100%;
}

.aboutUs-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #b39350;
    border-radius: 16px;
}

.aboutUs-images .swiper-wrapper {
    align-items: flex-end;
}

.aboutUs-images .swiper-slide:nth-child(odd) .img-card-about {
    height: 360px !important;
    width: 100% !important;
}

.aboutUs-images .swiper-slide:nth-child(even) .img-card-about {
    height: 240px !important;
    width: 100% !important;
}

.aboutUs-images .swiper-button-prev,
.aboutUs-images .swiper-button-next {
    color: var(--secondary-color) !important;
}

.aboutUs-images .swiper-pagination-bullet-active {
    background: var(--secondary-color) !important;
}

.aboutUs-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
    margin-top: 16px;
}

.aboutUs-controls button {
    background: transparent !important;
    border: none !important;
    color: #404040 !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    transition: background .2s ease, transform .2s ease;
}

.aboutUs-controls button:hover {
    background: #f2f2f2 !important;
    transform: scale(1.05);
}

.aboutUs-controls i {
    font-size: 18px !important;
}

h2.our-services-title {
    font-size: 16px !important;
    color: var(--tertiary-color) !important;
    border: 1px solid #0000001A !important;
    border-radius: 9999px !important;
    width: fit-content !important;
    padding: 6px 16px !important;
}

p.our-services-introdescrep {
    font-size: 30px !important;
    color: var(--secondary-color) !important;
    line-height: 1.7 !important;
}

.serv-1-intro,
.serv-2-intro {
    display: flex !important;
    gap: 8px !important;
    align-items: center;
}

h2.serv-1-title,
h2.serv-2-title {
    font-size: 27px !important;
    font-weight: bold !important;
    color: var(--quaternary-color) !important;
}

p.serv-1-descrep, 
p.serv-2-descrep {
    font-size: 14px !important;
    color: #5D5D5D !important;
    line-height: 1.8 !important;
}

.serv-1,
.serv-2 {
    display: flex !important;
    flex-direction: column;
    gap: 24px !important;
}

.ourServices-intro {
    display: flex !important;
    flex-direction: column;
    gap: 10px !important;
}

.side-1-serv {
    display: flex !important;
    flex-direction: column;
    gap: 24px !important;
}

.serveces-contact {
    padding: 7px 8px !important;
    border-radius: 9999px !important;
    display: flex !important;
    align-items: center;
    gap: 20px !important;
    background-color: var(--secondary-color) !important;
    border: none !important;
    color: var(--quinary-color) !important;
    font-size: 18px !important;
    padding-right: 17px !important;
    width: fit-content !important;
    transition: all .3s ease;
}

.serveces-contact:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px #00402e52;
    background-color: var(--tertiary-color) !important;
}

.serv-side-2 {
    border: 7px solid #D8B263 !important;
    border-radius: 33px !important;
}

.serv-1-image,
.serv-2-image {
    width: 40px !important;
    height: 67px !important;
}

img.services-images {
    width: 100% !important;
    height: 541px !important;
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
    object-fit: cover;
    position: relative;
    z-index: -2;
}

.serv-side-2-desc {
    display: flex !important;
    background-color: var(--secondary-color) !important;
    justify-content: space-between;
    color: var(--quinary-color) !important;
    border-bottom-left-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
    padding: 5px 21px !important;
    position: relative;
}

.soon {
    background-color: var(--tertiary-color) !important;
    margin-top: 100px !important;
    border-radius: 42px !important;
    position: relative;
}

.soon-deco {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

h2.soon-title {
    font-size: 16px !important;
    color: var(--quinary-color) !important;
    border: 1px solid #FFFFFF1A !important;
    border-radius: 9999px !important;
    width: fit-content !important;
    padding: 6px 16px !important;
}

.soon-sec {
    padding: 100px 0px;
}

p.soon-descrep-intro {
    font-size: 64px !important;
    color: #D7B261 !important;
    font-weight: bold !important;
    line-height: 1.6 !important;
}

.soon-features {
    color: #FFFFFF99 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}

.soon-side2-desc {
    position: relative;
    display: flex !important;
    justify-content: space-between;
    color: white !important;
    background-color: var(--secondary-color) !important;
    padding: 3px 30px !important;
    border-bottom-left-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
}

.soon-side2-deco {
    position: absolute;
    bottom: 0;
}

.side2-soon-image {
    width: 100% !important;
    height: 440px !important;
    object-fit: cover;
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
    position: relative;
    z-index: 0;
}

.accordion-collapse.collapse.show {
    background: #00000005 !important;
    backdrop-filter: blur(10px);
}

.side-2-soon {
    position: relative;
    border: 5px solid #D7B261 !important;
    border-radius: 30px !important;
}

p.side-2-p1,
p.side-2-p2,
p.side-2soon-p1,
p.side-2soon-p2 {
    margin: 0 !important;
}

.soon-btn {
    padding: 12px 24px !important;
    border-radius: 9999px !important;
    display: flex !important;
    align-items: center;
    gap: 20px !important;
    background-color: var(--secondary-color) !important;
    border: none !important;
    color: var(--quinary-color) !important;
    font-size: 18px !important;
    padding-right: 17px !important;
    width: fit-content !important;
    transition: all .3s ease;
}

.soon-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px #0b6d546c;
}

.side-1-soon {
    display: flex !important;
    flex-direction: column;
    gap: 16px !important;
}

.serv-deco {
    position: absolute;
    bottom: 24px;
    z-index: -1;
}

img.serv-deco-img {
    width: 127px !important;
}

.section-features {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

img.center-img {
    width: 400px !important;
    object-fit: contain;
    height: 400px !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    animation: rotateCenter 20s linear infinite;
}

/* Animations */
@keyframes rotateCenter {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes rotateFan {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes twinkle {
    0%,
    100% {
        opacity: 0.3;
        transform: scale(0.8);
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

@keyframes pulse {
    0%,
    100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

/* Header */
.section-features .icon-circle-img {
    display: flex !important;
    width: 54px !important;
    height: 54px !important;
    border: 1px solid #0000001A !important;
    border-radius: 50% !important;
    align-items: center;
    justify-content: center;
}

.section-features .icon-circle-img img {
    width: 31px !important;
    height: 30px !important;
    object-fit: contain;
}

.section-features .header-features {
    text-align: center;
    margin-bottom: 100px;
}

.badge {
    display: inline-block;
    color: #00402E !important;
    padding: 8px 20px !important;
    border-radius: 20px !important;
    border: 1px solid #0000001A !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-bottom: 15px !important;
}

.section-features .main-title {
    font-size: 52px !important;
    color: #000000 !important;
    margin-bottom: 20px !important;
    font-weight: 400 !important;
}

.section-features .subtitle {
    font-size: 18px !important;
    color: #00000099 !important;
    line-height: 1.8 !important;
    max-width: 700px !important;
    margin: 0 auto !important;
}

/* Grid Container */
.grid-container-features {
    display: grid;
    grid-template-columns: 1fr 400px 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 23px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    min-height: 600px;
    background: radial-gradient(#ffffff, #ffffff, #ffffff, #ffffff45, #ffffff00, #ffffff00, #ffffff00);
}

/* Center Element */
.center-element {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
}

.center-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.center-circle-texts {
    color: #00402E !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    border: 1px solid #0000001A !important;
    background: #FFFFFF05 !important;
    backdrop-filter: blur(15px);
    width: 180px !important;
    height: 180px !important;
    border-radius: 50% !important;
    z-index: 1;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

p.under-center {
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #000000 !important;
}

/* Fan rotation container */
.fan-container {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: rotateFan 15s linear infinite;
}

/* Decorative Curves */
.curve {
    position: absolute;
    border-radius: 50%;
}

.curve-1 {
    width: 130px !important;
    height: 130px !important;
    top: -5px;
    right: -90px;
    transform: rotate(310deg);
    object-fit: contain;
    animation-delay: 0s;
}

.curve-2 {
    width: 130px !important;
    height: 130px !important;
    bottom: -20px;
    left: -90px;
    transform: rotate(122deg);
    object-fit: contain;
    animation-delay: 0.75s;
}

.curve-3 {
    width: 130px !important;
    height: 130px !important;
    border-right-color: transparent;
    border-top-color: transparent;
    top: -103px;
    left: 18px;
    transform: rotate(157deg);
    object-fit: contain;
    animation-delay: 1.5s;
}

.curve-4 {
    width: 130px !important;
    height: 130px !important;
    bottom: -105px;
    right: 18px;
    transform: rotate(348deg);
    object-fit: contain;
    animation-delay: 2.25s;
}

/* Feature Cards */
.feature-card {
    background: white !important;
    padding: 35px 30px !important;
    border-radius: 20px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    border: 1px solid #0000001A !important;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.icon-circle {
    width: 140px !important;
    height: 140px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px !important;
    font-size: 24px !important;
    border: 1px solid #0000001A !important;
    backdrop-filter: blur(19px);
    background: transparent !important;
}

.feature-title {
    font-size: 20px !important;
    color: #1a1a1a !important;
    margin-bottom: 12px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
}

.feature-description {
    font-size: 14px !important;
    color: #00000099 !important;
    line-height: 1.7 !important;
}

/* Background Decorations */
.bg-decoration {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.3;
    z-index: 0;
}

.bg-decoration-1 {
    width: 300px !important;
    height: 300px !important;
    background: radial-gradient(circle, rgba(46, 125, 50, 0.2), transparent);
    top: 0;
    right: 10%;
    pointer-events: none;
}

img.cir-img {
    width: 250px !important;
    height: 250px !important;
    object-fit: contain;
    position: absolute;
    top: -90px;
}

.linse_star-left {
    position: absolute;
    width: 47px !important;
    height: 94px !important;
    top: 6px;
    left: 20px;
}

.feature-card.top-right .linse_star-right {
    transform: scaleX(-1);
}

.linse_star-left img:first-of-type {
    position: absolute;
    top: 35px;
    right: -12px;
    animation: twinkle 2s ease-in-out infinite;
}

.feature-card.top-right .linse_star-left img:first-of-type {
    top: 69px;
}

.linse_star-right {
    position: absolute;
    width: 47px !important;
    height: 94px !important;
    top: 6px;
    right: 20px;
}

.linse_star-right img:first-of-type {
    position: absolute;
    top: 35px;
    left: -12px;
    animation: twinkle 2s ease-in-out infinite;
    animation-delay: 1s;
}

img.line-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

img.star-img {
    width: 28px !important;
    height: 28px !important;
    object-fit: contain;
}

.empty-div-1 {
    border-bottom-left-radius: 15px !important;
    background: linear-gradient(45deg, #DFEEE9, #dfeee98c, #f8f8f8, #f8f8f8, #f8f8f8, #f8f8f8) !important;
}

.empty-div-2 {
    border-bottom-right-radius: 15px !important;
    background: linear-gradient(330deg, #DFEEE9, #dfeee98c, #f8f8f8, #f8f8f8, #f8f8f8, #f8f8f8) !important;
}

.empty-div-3 {
    border-top-left-radius: 15px !important;
    background: linear-gradient(122deg, #DFEEE9, #dfeee98c, #f8f8f8, #f8f8f8, #f8f8f8, #f8f8f8) !important;
}

.empty-div-4 {
    border-top-right-radius: 15px !important;
    background: linear-gradient(216deg, #DFEEE9, #dfeee98c, #f8f8f8, #f8f8f8, #f8f8f8, #f8f8f8) !important;
}

.bg-decoration-2 {
    width: 250px !important;
    height: 250px !important;
    background: radial-gradient(circle, rgba(201, 169, 97, 0.2), transparent);
    bottom: 0;
    left: 10%;
}

.percent-curve {
    filter: drop-shadow(0 0 20px rgba(215, 178, 97, 0.4));
}

.curve-path {
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    animation: drawCurve 3s ease-in-out infinite;
}

.circle-start, .circle-end {
    transform-origin: center;
    animation: pulseCircle 3s ease-in-out infinite;
}

.circle-start {
    opacity: 0;
    animation: fadeInCircle 0.5s ease-out 0.2s forwards, pulseCircle 3s ease-in-out 0.2s infinite;
}

.circle-end {
    opacity: 0;
    animation: fadeInCircle 0.5s ease-out 2.8s forwards, pulseCircle 3s ease-in-out 2.8s infinite;
}

@keyframes drawCurve {
    0% {
        stroke-dashoffset: 500;
    }
    85% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes fadeInCircle {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes pulseCircle {
    0%, 85% {
        transform: scale(1);
        filter: drop-shadow(0 0 5px rgba(215, 178, 97, 0.5));
    }
    92.5% {
        transform: scale(1.15);
        filter: drop-shadow(0 0 15px rgba(215, 178, 97, 0.8));
    }
    100% {
        transform: scale(1);
        filter: drop-shadow(0 0 5px rgba(215, 178, 97, 0.5));
    }
}

section#approach-section {
    padding-top: 40px;
}

/* Approach Section */
.approach-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
}

.approach-left {
    display: flex;
    justify-content: center;
    width: inherit;
    height: 100%;
}

.circle-grid {
    position: relative;
    width: 100%;
    display: flex;
    gap: 33px;
    height: 100%;
    align-items: flex-end;
    justify-content: center;
}

.circle {
    width: 180px !important;
    height: 180px !important;
    color: #ffffff !important;
    background: linear-gradient(90deg, #D8B263 -0.01%, #D7B261 100.1%) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-weight: 700 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    font-size: 22px !important;
    position: relative;
}

.circle-top {
    position: relative;
    right: 96px;
}

.circle-bottom-left {
    top: -203px;
    left: 50%;
    transform: translateX(-50%);
}

.circle-bottom-right {
    position: relative;
    right: 123px;
}

.section-features {
    padding-top: 100px;
}

.approach-right .badge-small {
    display: inline-block;
    color: #00402E !important;
    padding: 6px 16px !important;
    border-radius: 18px !important;
    border: 1px solid #0000001A !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 12px !important;
}

.approach-title {
    font-size: 40px !important;
    color: #00402E !important;
    margin-bottom: 16px !important;
    line-height: 1.4 !important;
}

.approach-text {
    color: #00000099 !important;
    line-height: 1.9 !important;
    margin-bottom: 22px !important;
}

.btn-primary {
    display: inline-flex !important;
    align-items: center;
    background: #0E5D46 !important;
    color: #ffffff !important;
    padding: 8px 9px !important;
    border-radius: 999px !important;
    text-decoration: none;
    padding-right: 26px !important;
    gap: 21px !important;
}

.btn-primary:hover {
    background: #0b4b38 !important;
}

.btn-with-icon .btn-icon {
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: #FFFFFF14 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/* Organizational Structure Section */
.org-structure-section {
    padding: 120px 20px;
    position: relative;
    overflow: hidden;
}

.org-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.org-header {
    text-align: center;
    margin-bottom: 100px;
    animation: fadeInDown 1s ease-out;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.vision-intro {
    text-align: center;
}

.vision-section {
    padding-top: 100px;
}

h4.vision-intro-title {
    font-size: 52px !important;
}

.vision-intro-p {
    font-size: 18px !important;
    color: #00000099 !important;
    padding-top: 16px !important;
}

.org-title {
    font-size: 38px !important;
    font-weight: 700 !important;
    color: #1a5f4e !important;
    margin: 20px 0 !important;
    line-height: 1.6 !important;
}

.org-wave-wrapper {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
}

/* Background decorative circles */
.ellipse-bg {
    position: absolute;
    border-radius: 50%;
    z-index: 0;
    opacity: 0.15;
    background: radial-gradient(circle, #D8B263 0%, transparent 70%);
}

.ellipse1 {
    width: 400px !important;
    height: 400px !important;
    top: -125px;
    left: -121px;
    animation: float 8s ease-in-out infinite;
}

.ellipse2 {
    width: 400px !important;
    height: 400px !important;
    bottom: -28px;
    right: 44px;
    animation: float 8s ease-in-out infinite reverse;
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

/* Animated SVG Lines */
.wave-lines-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 250px;
    max-width: 1201px;
    z-index: 1;
}

.wave-lines-container svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.wave-line-1 path {
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    animation: drawPath 3s ease-in-out forwards, pulsePath1 4s ease-in-out infinite 3s;
}

.wave-line-2 path {
    animation: pulsePath2 5s ease-in-out infinite;
}

@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes pulsePath1 {
    0%,
    100% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
}

@keyframes pulsePath2 {
    0%,
    100% {
        opacity: 0.6;
    }
    50% {
        opacity: 0.3;
    }
}

/* Moving dots on curved lines */
.moving-dot {
    position: absolute;
    width: 10px !important;
    height: 10px !important;
    background: #D8B263 !important;
    border-radius: 50% !important;
    box-shadow: 0 0 20px rgba(216, 178, 99, 0.8), 0 0 40px rgba(216, 178, 99, 0.4);
    z-index: 2;
}

.dot-1 {
    animation: moveDotCurved1 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.dot-2 {
    animation: moveDotCurved2 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    animation-delay: 2s;
    background: #4EA62F !important;
    box-shadow: 0 0 20px rgba(78, 166, 47, 0.8), 0 0 40px rgba(78, 166, 47, 0.4);
}

.dot-3 {
    animation: moveDotCurved3 12s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    animation-delay: 4s;
    background: #bc9c58 !important;
    box-shadow: 0 0 20px rgba(188, 156, 88, 0.8), 0 0 40px rgba(188, 156, 88, 0.4);
}

@keyframes moveDotCurved1 {
    0% {
        left: 0%;
        top: 50%;
        opacity: 0;
        transform: scale(0);
    }
    5% {
        opacity: 1;
        transform: scale(1);
    }
    15% {
        left: 15%;
        top: 35%;
    }
    30% {
        left: 30%;
        top: 20%;
    }
    50% {
        left: 50%;
        top: 45%;
    }
    70% {
        left: 70%;
        top: 70%;
    }
    85% {
        left: 85%;
        top: 40%;
    }
    95% {
        opacity: 1;
    }
    100% {
        left: 100%;
        top: 50%;
        opacity: 0;
        transform: scale(0);
    }
}

@keyframes moveDotCurved2 {
    0% {
        left: 100%;
        top: 50%;
        opacity: 0;
        transform: scale(0);
    }
    5% {
        opacity: 1;
        transform: scale(1);
    }
    15% {
        left: 85%;
        top: 40%;
    }
    30% {
        left: 70%;
        top: 70%;
    }
    50% {
        left: 50%;
        top: 45%;
    }
    70% {
        left: 30%;
        top: 20%;
    }
    85% {
        left: 15%;
        top: 35%;
    }
    95% {
        opacity: 1;
    }
    100% {
        left: 0%;
        top: 50%;
        opacity: 0;
        transform: scale(0);
    }
}

@keyframes moveDotCurved3 {
    0% {
        left: 50%;
        top: 45%;
        opacity: 0;
        transform: scale(0);
    }
    5% {
        opacity: 1;
        transform: scale(1);
    }
    25% {
        left: 70%;
        top: 70%;
    }
    50% {
        left: 85%;
        top: 40%;
    }
    75% {
        left: 70%;
        top: 25%;
    }
    95% {
        opacity: 1;
    }
    100% {
        left: 50%;
        top: 45%;
        opacity: 0;
        transform: scale(0);
    }
}

/* Circles Container */
.org-circles-container {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 50px;
    gap: 40px;
}

.org-item {
    flex: 1;
    text-align: center;
    position: relative;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
}

.org-item-1 {
    animation-delay: 0.2s;
    align-self: flex-end;
}

.org-item-2 {
    animation-delay: 0.4s;
    align-self: flex-start;
}

.org-item-3 {
    animation-delay: 0.6s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.org-number {
    font-size: 64px !important;
    font-weight: 700 !important;
    color: #DCDCDC !important;
    line-height: 1 !important;
    margin-bottom: 15px !important;
    transition: all 0.3s ease;
}

.org-item:hover .org-number {
    color: #c9a961 !important;
    transform: scale(1.1);
}

.org-circle-wrapper {
    position: relative;
    z-index: 2;
    margin: 20px auto;
}

.org-item.org-item-2 {
    right: -62px;
    top: -20px;
}

.org-item.org-item-3 {
    top: -61px;
    right: -166px;
}

.org-circle {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 auto !important;
    background: linear-gradient(135deg, #D8B263 0%, #D7B261 100%) !important;
    box-shadow: 0 15px 40px rgba(201, 169, 97, 0.25);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.org-circle::before {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    background: linear-gradient(135deg, #D8B263, #c9a961);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
    animation: pulse 2s ease-in-out infinite;
}

.org-item:hover .org-circle {
    transform: translateY(-10px) scale(1.1);
    box-shadow: 0 25px 60px rgba(201, 169, 97, 0.4);
}

.org-item:hover .org-circle::before {
    opacity: 1;
}

.org-circle img {
    width: 32px !important;
    height: 32px !important;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
    object-fit: contain;
}

.org-item:hover .org-circle img {
    transform: scale(1.1) rotate(5deg);
}

.org-content {
    max-width: 280px;
    margin: 0 auto;
}

.org-dept-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #1a5f4e !important;
    margin-bottom: 15px !important;
    line-height: 1.5 !important;
    transition: color 0.3s ease;
}

.org-item:hover .org-dept-title {
    color: #bc9c58 !important;
}

.org-dept-desc {
    font-size: 17px !important;
    line-height: 1.8 !important;
    color: #bc9c58 !important;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.org-item:hover .org-dept-desc {
    opacity: 1;
}

.wave-lines-container svg.wave-line-1 {
    top: 43%;
}

.vision-desc {
    padding-top: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #DCDCDC;
}

.desc-num {
    font-size: 16px !important;
    color: #181818 !important;
}

.desc-title {
    font-size: 32px !important;
    color: #181818 !important;
}

.vision-desc-p {
    font-size: 20px !important;
    color: #666666 !important;
}

.intermediaries-section {
    position: relative;
    background-color: var(--tertiary-color) !important;
    padding: 100px 90px !important;
    border-radius: 42px !important;
}

.intermediate-badge {
    color: white !important;
    border: 1px solid #FFFFFF1A !important;
}

.intermediate-title {
    font-size: 64px !important;
    color: #D7B261 !important;
    font-weight: bold !important;
    line-height: 150% !important;
}

.intermediate-p {
    font-size: 16px !important;
    padding-top: 16px !important;
    color: #FFFFFF99 !important;
    font-weight: 500 !important;
    line-height: 1.8 !important;
}

.form-container {
    background: linear-gradient(to bottom, #e8f5f0 0%, #ffffff 100%) !important;
    border-radius: 30px !important;
    padding: 40px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    border: 8px solid #D8B263 !important;
    position: relative;
}

.invest-ehtazem-h {
    font-size: 16px !important;
    color: #FFFFFF !important;
    position: relative;
    margin-right: 28px !important;
}

.invest-ehtazem-h::before {
    content: '';
    position: absolute;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background-color: var(--quinary-color) !important;
    right: -25px;
    top: 5px;
}

.form-container::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    background: linear-gradient(135deg, #d4a574, #c49563);
    border-radius: 32px;
    z-index: -1;
}

.form-label {
    color: var(--quaternary-color) !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    margin-bottom: 8px !important;
    text-align: right;
}

.form-control {
    background-color: #f0f0f0 !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 15px 20px !important;
    font-size: 15px !important;
    color: #999 !important;
    text-align: right !important;
    direction: rtl !important;
}

.form-control:focus {
    background-color: #e8e8e8 !important;
    box-shadow: 0 0 0 3px rgba(13, 77, 61, 0.1) !important;
    outline: none !important;
}

.form-control::placeholder {
    color: #aaa !important;
}

textarea.form-control {
    min-height: 120px !important;
    resize: vertical;
}

.btn-submit {
    background-color: #0d4d3d !important;
    color: white !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 15px 50px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px !important;
}

.btn-submit:hover {
    background-color: #0a3d30 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(13, 77, 61, 0.3);
}

.submit-b {
    text-align: end;
}

.intermediares-deco-image {
    position: absolute;
    width: 633px !important;
    height: 100% !important;
    object-fit: contain;
    top: 0px;
    left: -88px;
}

.intermediares-percent {
    margin-top: 30px !important;
    background: rgb(255 255 255 / 28%) !important;
    border: 1px solid var(--quinary-color) !important;
    border-radius: 20px !important;
    padding: 14px !important;
    display: flex !important;
    justify-content: flex-start;
    width: fit-content !important;
    gap: 42px !important;
    align-items: flex-start;
}

.percent {
    color: #FFFFFF !important;
    font-size: 16px !important;
    width: 70px !important;
    height: 38px !important;
    background-color: #F7F7F71A !important;
    border-radius: 50px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.invest-ehtazem {
    display: flex !important;
    flex-direction: column;
    gap: 5px !important;
    margin-right: 20px !important;
}

.Ourpartners-section {
    padding-top: 100px;
    padding-bottom: 60px;
}

.Ourpartners-badge {
    background-color: #3FB1851A !important;
    border: none !important;
}

.Ourpartners-intro {
    text-align: center;
    margin-bottom: 40px;
}

.Ourpartners-title {
    font-size: clamp(32px, 5vw, 52px) !important;
    font-weight: 400 !important;
    margin-bottom: 16px !important;
    line-height: 1.3 !important;
    color: #000000 !important;
}

.contactus-header.aos-init.aos-animate {
    max-width: 516px;
    margin: auto;
}

.Ourpartners-para {
    font-size: clamp(16px, 2.5vw, 18px) !important;
    color: #00000099 !important;
    line-height: 1.6 !important;
    max-width: 800px;
    margin: 0 auto;
}

.partener-card {
    background-color: #00000005 !important;
    display: flex !important;
    flex-direction: column;
    gap: 11px !important;
    border-radius: 24px !important;
    padding: 24px 16px !important;
    text-align: center;
    min-height: 250px !important;
    transition: all 0.3s ease;
    height: 100%;
}

.partener-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background-color: #ffffff !important;
}

.partener-card-name {
    font-size: clamp(18px, 3vw, 22px) !important;
    font-weight: bold !important;
    color: #00402E !important;
    line-height: 1.4 !important;
    margin-bottom: 8px !important;
}

h4.partener-card-position {
    font-size: clamp(16px, 2.5vw, 18px) !important;
    font-weight: 600 !important;
    color: #545454 !important;
    line-height: 1.4 !important;
    margin-bottom: 0px !important;
}

p.partener-card-desc {
    font-size: clamp(14px, 2vw, 16px) !important;
    color: #00000099 !important;
    margin: 0 !important;
    line-height: 1.6 !important;
    flex-grow: 1;
    display: flex !important;
    align-items: center;
}

.parteners-cards {
    padding-top: 32px;
}

.questions-section {
    position: relative;
    padding-top: 100px;
}

.ques-center-img {
    position: absolute;
    width: 298px !important;
    height: 277px !important;
    left: 0;
    top: 237px;
}

.faq-badge {
    background-color: #3FB1851A !important;
    border: none !important;
}

.faq-header {
    text-align: center;
    margin-bottom: 50px;
}

.faq-title {
    font-size: 52px !important;
    color: #2d3748 !important;
    margin-bottom: 20px !important;
    line-height: 1.3 !important;
}

.faq-description {
    font-size: 18px !important;
    color: #718096 !important;
    line-height: 1.8 !important;
    max-width: 800px;
    margin: 0 auto;
}

.accordion {
    background: transparent !important;
}

.accordion-item {
    background: transparent !important;
    border: none !important;
    border-radius: 16px !important;
    margin-bottom: 20px !important;
    transition: all 0.3s ease;
    overflow: hidden;
}

.accordion-item:hover {
    background-color: #00000005 !important;
    backdrop-filter: blur(40px);
    transform: translateY(-2px);
}

.accordion-button {
    font-weight: 600 !important;
    color: #2d3748 !important;
    padding: 25px 30px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: none;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.accordion-button:not(.collapsed) {
    background-color: #00000005 !important;
    color: #000000 !important;
    backdrop-filter: blur(40px);
}

.accordion-button:not(.collapsed) .accordion-item {
    border-radius: 0;
}

.accordion-button::after {
    background-image: none !important;
    content: '\002B' !important;
    font-size: 28px !important;
    font-weight: 300 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 1px solid #0000001A !important;
    margin-left: 0 !important;
    margin-right: auto !important;
}

.accordion-button:not(.collapsed)::after {
    content: '\2212' !important;
    transform: rotate(0deg);
    background-image: none !important;
}

.accordion-body {
    padding: 0 30px 25px 30px !important;
    font-size: 17px !important;
    color: #4a5568 !important;
    line-height: 1.8 !important;
}

.accordion-button:focus {
    border-color: transparent !important;
    outline: 0 !important;
}

/*contactUs-section*/
.contactus-section {
    padding-top: 100px;
}

.contactus-header {
    text-align: center;
}

.contact-badge {
    background-color: #3FB1851A !important;
    border: none !important;
}

.contact-intro {
    font-size: 52px !important;
    line-height: 1.4 !important;
}

.contact-desc {
    padding-top: 16px !important;
    font-size: 18px !important;
    color: #00000099 !important;
    line-height: 1.6 !important;
}

.form-card {
    position: relative;
    background: #E2E2E2 !important;
    backdrop-filter: blur(40px);
    border-radius: 30px !important;
    padding: 45px 40px 0 40px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    border: 1px solid #0000001A !important;
    z-index: 10;
}

.form-title {
    text-align: center;
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    margin-bottom: 30px !important;
}

.form-group {
    margin-bottom: 20px !important;
}

.submit-btn {
    width: auto !important;
    padding: 14px 50px !important;
    background: var(--tertiary-color) !important;
    color: white !important;
    border: none !important;
    border-radius: 25px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block !important;
    margin: 30px 0 !important;
    margin-right: auto !important;
    font-family: 'Cairo', sans-serif !important;
    text-align: start !important;
}

.submit-btn:hover {
    background: var(--secondary-color) !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(27, 94, 32, 0.3);
}

.submit-btn:active {
    transform: translateY(0);
}

.contacuUs-form-container {
    position: relative;
    z-index: 10;
    max-width: 480px;
    width: 100%;
    margin: auto;
    padding-top: 32px;
}

.contacuUs-form-container::before {
    content: "";
    position: absolute;
    top: 161px;
    right: 168px;
    width: 450px !important;
    height: 301px !important;
    background-color: #00000005 !important;
    z-index: 1;
    border-radius: 24px !important;
    transform: rotate(165deg);
    border: 1px solid #0000001A !important;
}

.contacuUs-form-container::after {
    content: "";
    position: absolute;
    top: 161px;
    left: 168px;
    width: 450px !important;
    height: 301px !important;
    background-color: #00000005 !important;
    z-index: 1;
    border-radius: 24px !important;
    transform: rotate(-165deg);
    border: 1px solid #0000001A !important;
}

.conactus-deco {
    position: absolute;
    top: -397px;
}

.conactus-deco-up-img {
    width: 220px !important;
    height: 220px !important;
    position: relative;
    z-index: 11;
    top: -104px;
    pointer-events: none;
}

.conactus-deco-up {
    position: absolute;
    top: 21px;
}

.conactus-deco-bottom-img {
    width: 230px !important;
    height: 230px !important;
    position: relative;
    z-index: 10;
    bottom: -21px;
    right: 40px;
}

.conactus-deco-bottom {
    position: absolute;
    bottom: -44px;
    left: 181px;
}

.badge.footer-badge {
    padding: 10px 16px !important;
}

.brand-mini::before {
    content: "";
    position: absolute;
    top: 9px;
    right: 106px;
    width: 1px !important;
    height: 20px !important;
    background-color: #0000001A !important;
}

/* Footer */
.site-footer {
    margin-top: 120px;
    overflow: hidden;
    position: relative;
}

.site-footer .container {
    padding: 64px 16px 24px 16px;
    position: relative;
    z-index: 2;
}

.arc-bg {
    position: absolute;
    width: 100%;
    height: 800px;
    top: 9%;
    pointer-events: none;
    left: 0;
    background: url(../assets/images/Ellipse_2990.png) no-repeat;
    background-size: contain;
    z-index: 1;
}

/* Footer Content */
.footer-content {
    margin: 40px 0;
    position: relative;
    z-index: 2;
}

.contact-chips-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

/* Social icons layout */
.social-icons {
    position: relative;
    z-index: 2;
    gap: clamp(20px, 8vw, 100px);
    padding-bottom: 36px;
    flex-wrap: wrap;
    justify-content: center;
    background: transparent;
    overflow: visible;
    display: flex;
}

/* Icon circles */
.social-icon {
    width: clamp(60px, 10vw, 100px) !important;
    height: clamp(60px, 10vw, 100px) !important;
    background: linear-gradient(10.51deg, #00402E -37.92%, #0B6D55 68.53%) !important;
    color: #d8ab4e !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    font-size: clamp(20px, 3vw, 30px) !important;
    box-shadow: 0px 4px 20px 0px #646FC640;
    backdrop-filter: blur(20px);
    --lift: 0px;
    transform: translateY(var(--lift)) scale(0);
    text-decoration: none;
    transition: all 0.3s ease;
    margin: 5px !important;
    animation: popUp 0.5s ease-out forwards;
}

.social-icon:hover {
    transform: scale(-1.2);
}

a.social-icon.twitter-icon {
    font-size: clamp(30px, 5vw, 50px) !important;
}

/* Center one is larger */
.social-icon.center {
    width: clamp(80px, 12vw, 120px) !important;
    height: clamp(80px, 12vw, 120px) !important;
    font-size: clamp(25px, 4vw, 40px) !important;
    --lift: -56px;
}

a.social-icon.google-icon {
    width: clamp(56px, 8vw, 76px) !important;
    height: clamp(56px, 8vw, 76px) !important;
    position: relative;
    top: -24px;
}

/* Distribute icons along the arc (left to right) */
.social-icons .social-icon:nth-child(1) {
    --lift: -16px;
    position: relative;
    top: 45px;
    animation-delay: 1.6s;
}

.social-icons .social-icon:nth-child(2) {
    --lift: -32px;
    position: relative;
    top: -7px;
    animation-delay: 1.8s;
}

.social-icons .social-icon:nth-child(3) {
    animation-delay: 2.0s;
}

.social-icons .social-icon:nth-child(4) {
    --lift: -32px;
    animation-delay: 2.2s;
}

.social-icons .social-icon:nth-child(5) {
    --lift: -16px;
    position: relative;
    top: 45px;
    animation-delay: 2.4s;
}

@keyframes popUp {
    0% {
        transform: translateY(var(--lift)) scale(0);
        opacity: 0;
    }
    100% {
        transform: translateY(var(--lift)) scale(1);
        opacity: 1;
    }
}

img.soon-deco-image {
    width: 476px !important;
    height: 680px !important;
    object-fit: contain;
}

.footer-head {
    text-align: center;
    max-width: 600px;
    margin: auto;
    padding: 20px 0;
}

h2.footer-title {
    font-size: clamp(32px, 6vw, 64px) !important;
    font-weight: bold !important;
    color: #00402E !important;
    margin-bottom: 16px !important;
    line-height: 1.3 !important;
}

.footer-intro {
    font-size: clamp(16px, 2.5vw, 18px) !important;
    color: #13173599 !important;
    font-weight: 500 !important;
    padding-top: 16px !important;
    line-height: 1.6 !important;
    margin-bottom: 24px !important;
}

.footer-contact-btn {
    padding: 11px 16px 11px 8px !important;
    color: white !important;
    background-color: var(--secondary-color) !important;
    border: none !important;
    border-radius: 60px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 24px !important;
    transition: all .3s ease;
}

.footer-contact-btn:hover {
    transform: scale(1.05);
    background-color: var(--tertiary-color) !important;
}

.footer-contact-button {
    display: flex !important;
    justify-content: center;
    padding-top: 32px;
}

.standard-contact-btn {
    padding: 11px 16px 11px 8px !important;
    color: white !important;
    background-color: var(--secondary-color) !important;
    border: none !important;
    border-radius: 60px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 24px !important;
    transition: all .3s ease;
    max-width: 167px !important;
}

.standard-contact-btn:hover {
    transform: scale(1.05);
    background-color: var(--tertiary-color) !important;
}

img.soon-side2-deco-img {
    position: absolute;
    bottom: 29px;
    right: -30px;
}

.soon-uln {
    padding-inline-start: 26px;
    line-height: 1.7;
}

.footer-logo {
    width: 120px !important;
    height: 68px !important;
    object-fit: contain;
}

.footer-tagline {
    margin-top: 12px !important;
    color: #00000099 !important;
    font-size: 16px !important;
    max-width: 420px;
}

.footer-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 60px;
}

.footer-links {
    list-style: none;
    display: grid;
    gap: 10px;
}

.footer-links a {
    color: #1a1a1a !important;
    text-decoration: none;
    font-weight: 500 !important;
}

.footer-links a:hover {
    color: var(--secondary-color) !important;
}

.footer-contact {
    list-style: none;
    display: grid;
    gap: 12px;
    margin-bottom: 12px;
}

.contact-pill {
    display: inline-flex !important;
    align-items: center;
    gap: 10px !important;
    padding: 6px 10px 6px 14px !important;
    border: 1px solid #0000001A !important;
    border-radius: 999px !important;
    color: #1a1a1a !important;
    text-decoration: none;
    background: #FFFFFF05 !important;
}

.icon-circle-sm {
    display: inline-flex !important;
    width: 34px !important;
    height: 34px !important;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    background: var(--secondary-color) !important;
    color: white !important;
    font-size: 13px !important;
}

.social-list {
    list-style: none;
    display: flex;
    gap: 10px;
}

.social-list a {
    display: inline-flex !important;
    width: 38px !important;
    height: 38px !important;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    border: 1px solid #0000001A !important;
    color: #1a1a1a !important;
    text-decoration: none;
}

.social-list a:hover {
    background: var(--secondary-color) !important;
    color: white !important;
    border-color: transparent !important;
}

.footer-bottom {
    display: flex;
    padding: 32px 0 28px 0;
    margin-bottom: 22px;
    border-bottom: 1px solid #0000001A;
    justify-content: space-between;
    gap: 395px;
}

.made-by {
    display: inline-flex !important;
    align-items: center;
    gap: 8px !important;
    color: #00000099 !important;
    justify-content: center;
    margin-top: 16px !important;
}

.made-by-logo {
    width: clamp(60px, 8vw, 72px) !important;
    height: auto;
}

/* Footer (minimal contacts layout) */
.footer-contacts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.contact-chip {
    display: inline-flex !important;
    align-items: center;
    gap: 10px !important;
    padding: clamp(12px, 2vw, 15px) clamp(12px, 2vw, 16px) !important;
    background: linear-gradient(292deg, #f1f5f4, #ffffff) !important;
    box-shadow: 0 3px 8px rgba(0, 0, 0, -0.9);
    border-radius: 999px !important;
    text-decoration: none;
    color: #00402e !important;
    direction: ltr !important;
    border: 1px solid #FFFFFF0D !important;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    font-size: clamp(14px, 2vw, 16px) !important;
    white-space: nowrap;
}

.contact-chip:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    color: var(--secondary-color) !important;
}

.contact-chip .chip-icon {
    display: inline-flex !important;
    width: 36px !important;
    height: 36px !important;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    background: var(--secondary-color) !important;
    color: #fff !important;
    font-size: 13px !important;
}

.contact-chip .chip-text {
    font-weight: 600 !important;
}

.brand-mini {
    position: relative;
    display: flex;
    gap: clamp(16px, 4vw, 32px);
    align-items: center;
}

.brand-mini-logo {
    width: clamp(70px, 10vw, 90px) !important;
    height: clamp(25px, 4vw, 37px) !important;
    object-fit: contain;
}

.copyright {
    text-align: center;
    color: #13173599 !important;
    margin: 0 !important;
    font-size: clamp(14px, 2vw, 16px) !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

img.serv-1-image.hb-hide-temp,
img.serv-2-image.hb-hide-temp,
.soon-deco-image,
.soon-side2-deco-img,
.curve-4,
.curve-1,
.curve-2,
.curve-3,
.intermediares-deco-image {
    pointer-events: none;
}

.madeby-p {
    font-size: clamp(14px, 2vw, 16px) !important;
    font-weight: 400 !important;
    color: #13173599 !important;
}

.contact-chip-right {
    position: relative;
    top: -130px;
}

.contact-chip-left {
    position: relative;
    top: 111px;
}

svg.instgram-icon {
    width: 45px !important;
    height: 45px !important;
}

/* Media Queries - Keep all responsive styles */
@media (max-width: 1200px) {
    .serv-side-2 {
        border-width: 6px !important;
        border-radius: 28px !important;
    }
    img.services-images {
        height: 460px !important;
    }
    .serv-side-2-desc {
        padding: 6px 16px !important;
    }
}

@media (max-width: 992px) {
    .side-1-serv {
        gap: 20px !important;
    }
    .ourServices-intro {
        gap: 8px !important;
    }
    p.our-services-introdescrep {
        font-size: 32px !important;
    }
    h2.serv-1-title,
    h2.serv-2-title {
        font-size: 24px !important;
    }
    img.services-images {
        height: 420px !important;
    }
}

@media (max-width: 768px) {
    .serv-1-intro,
    .serv-2-intro {
        gap: 8px !important;
    }
    h2.serv-1-title,
    h2.serv-2-title {
        font-size: 22px !important;
    }
    p.our-services-introdescrep {
        font-size: 28px !important;
    }
    img.services-images {
        height: 380px !important;
    }
}

@media (max-width: 576px) {
    .ourServices-section .row {
        row-gap: 18px;
    }
    .ourServices-intro {
        align-items: flex-start;
    }
    h2.our-services-title {
        font-size: 14px !important;
        padding: 6px 12px !important;
    }
    p.our-services-introdescrep {
        font-size: 24px !important;
    }
    .serveces-contact {
        width: 100% !important;
        justify-content: center;
        font-size: 16px !important;
        padding: 10px 16px !important;
    }
    .serv-side-2 {
        border-width: 5px !important;
        border-radius: 24px !important;
    }
    img.services-images {
        height: 300px !important;
    }
    .serv-side-2-desc {
        padding: 6px 14px !important;
    }
}

@media(max-width:425px) {
    p.our-services-introdescrep {
        font-size: 22px !important;
    }
    h2.serv-1-title,
    h2.serv-2-title {
        font-size: 20px !important;
    }
    img.services-images {
        height: 260px !important;
    }
}

@media (max-width: 1024px) {
    .dropdown-item {
        padding: 16px 50px !important;
    }

    .org-structure-section {
        padding: 80px 20px;
    }

    .org-circles-container {
        align-items: center;
        padding: 0;
        gap: 20px;
    }

    .org-item-1,
    .org-item-2,
    .org-item-3 {
        align-self: center;
        padding-top: 0 !important;
    }

    .wave-lines {
        display: none;
    }

    .org-title {
        font-size: 32px !important;
    }

    .org-item-1,
    .org-item-2,
    .org-item-3 {
        align-self: center;
        padding-top: 0;
        margin-bottom: 0;
    }

    .org-number {
        font-size: 48px !important;
    }

    .wave-lines-container {
        display: none;
    }

    .grid-container-features {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 30px;
    }

    .center-element {
        order: 3;
        margin: 30px 0;
    }

    .main-title {
        font-size: 36px !important;
    }

    .center-img {
        width: 300px !important;
        height: 300px !important;
    }

    .approach-container {
        grid-template-columns: 1fr;
    }

    .approach-left {
        order: 2;
    }

    .approach-right {
        order: 1;
    }

    .approach-title {
        font-size: 26px !important;
    }

    p.aboutUs-desc {
        font-size: 18px !important;
    }

    .circle {
        width: 150px !important;
        height: 150px !important;
        font-size: 20px !important;
    }

    .circle-top {
        position: relative;
        right: 96px;
        top: 60px;
    }

    .circle-bottom-right {
        position: relative;
        right: 123px;
        top: 60px;
    }

    .circle-bottom-left {
        top: -95px;
        left: 50%;
        transform: translateX(-200%);
    }

    .Ourpartners-section {
        padding-top: 70px;
        padding-bottom: 40px;
    }

    .Ourpartners-title {
        font-size: 40px !important;
    }

    .Ourpartners-para {
        font-size: 16px !important;
    }

    .parteners-cards {
        padding-top: 24px;
    }

    .partener-card {
        min-height: 200px !important;
        padding: 20px 14px !important;
    }

    .partener-card-name {
        font-size: 20px !important;
    }

    h4.partener-card-position {
        font-size: 18px !important;
    }

    p.partener-card-desc {
        font-size: 16px !important;
    }

    .contact-chip.left-chip {
        position: relative;
        right: 763px;
        top: -174px;
    }

    .org-item.org-item-2 {
        right: 3px;
        top: -20px;
    }

    .org-item.org-item-3 {
        top: -40px;
        right: 7px;
    }

    h2.footer-title {
        font-size: 28px !important;
    }

    .dropdown-menu li:first-child {
        padding: 1.5rem 3rem;
    }

    p.our-services-introdescrep {
        font-size: 27px !important;
    }

    h2.serv-1-title, h2.serv-2-title {
        font-size: 25px !important;
    }

    .serv-1-image, .serv-2-image {
        width: 26px !important;
        height: 37px !important;
    }

    .footer-bottom {
        gap: 304px;
    }

    .intermediares-percent {
        gap: 18px !important;
    }
}

@media (max-width: 992px) {
    header.header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.35);
        backdrop-filter: blur(6px);
    }

    .header-content {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    img.logo-img {
        width: 82px !important;
        height: 46px !important;
    }

    header .menu .menu-btn {
        padding: 6px 16px !important;
        font-size: 14px !important;
    }

    .contactUs-btn-header {
        gap: 12px !important;
        font-size: 16px !important;
        padding: 6px 12px !important;
    }

    i.fa-solid.fa-arrow-up.arrow-contus-head {
        padding: 10px 11px !important;
    }

    .hero {
        align-items: center;
        padding-top: 84px;
    }

    .hero-content {
        padding-bottom: 24px !important;
    }

    .hero-actions {
        margin-top: 24px !important;
        justify-content: flex-start;
    }

    .site-footer {
        margin-top: 80px;
    }

    .site-footer .container {
        padding: 48px 16px 20px 16px;
    }

    .footer-content {
        margin: 30px 0;
    }

    .social-icons {
        gap: 26px;
        padding-bottom: 24px;
    }

    .social-icon {
        width: 72px !important;
        height: 72px !important;
        font-size: 26px !important;
    }

    .social-icon.center {
        width: 92px !important;
        height: 92px !important;
        font-size: 34px !important;
        --lift: -44px;
    }

    .social-icons .social-icon:nth-child(1) {
        --lift: -10px;
    }

    .social-icons .social-icon:nth-child(2) {
        --lift: -22px;
    }

    .social-icons .social-icon:nth-child(4) {
        --lift: -22px;
    }

    .social-icons .social-icon:nth-child(5) {
        --lift: -10px;
    }

    .footer-bottom {
        text-align: center;
        gap: 100px;
        align-items: center;
    }

    .brand-mini {
        justify-content: center;
        gap: 16px;
    }

    .made-by {
        justify-content: center;
        margin-top: 0 !important;
    }

    .footer-top {
        grid-template-columns: 1fr;
    }

    .footer-nav {
        grid-template-columns: 1fr 1fr;
    }

    .footer-contacts {
        flex-direction: column;
        gap: 12px;
    }

    .soon-sec {
        padding: 90px 0;
    }

    p.soon-descrep-intro {
        font-size: 44px !important;
    }

    .soon-features {
        font-size: 16px !important;
    }

    .intermediares-percent {
        flex-direction: column;
        width: 100% !important;
        align-items: flex-start;
        gap: 10px !important;
    }

    .side2-soon-image {
        height: 360px !important;
    }

    .side-2-soon {
        border-width: 4px !important;
        border-radius: 26px !important;
    }

    .soon-side2-desc {
        padding: 4px 20px !important;
    }

    img.soon-deco-image.hb-hide-temp {
        width: 420px !important;
        height: 581px !important;
    }

    img.soon-side2-deco-img {
        position: absolute;
        bottom: 30px;
        right: -20px;
    }

    h4.vision-intro-title {
        font-size: 24px !important;
    }

    .desc-title {
        font-size: 30px !important;
    }

    .vision-intro-p {
        font-size: 14px !important;
    }

    .vision-desc-p {
        font-size: 17px !important;
    }

    .ques-center-img {
        width: 240px !important;
        height: 220px !important;
        top: 260px;
    }

    .faq-title {
        font-size: 44px !important;
    }

    .contact-intro {
        font-size: 44px !important;
    }

    .contact-chip.left-chip {
        position: relative;
        right: 740px;
        top: -308px;
    }

    .contact-chip-right,
    .contact-chip-left {
        top: 0;
    }
}

@media(max-width:991px) {
    .circle-bottom-left {
        top: -95px;
        left: 50%;
        transform: translateX(-123%);
    }

    .contact-chip.left-chip {
        position: relative;
        right: 605px;
        top: -294px;
    }

    .contact-chip.right-chip {
        position: relative;
        top: 160px;
        left: 107px;
    }

    h2.serv-1-title, h2.serv-2-title {
        font-size: 20px !important;
    }

    p.our-services-introdescrep {
        font-size: 23px !important;
    }

    .serv-1-image, .serv-2-image {
        width: 18px !important;
        height: 34px !important;
    }

    img.services-images {
        height: 454px !important;
    }
}

@media (max-width: 768px) {
    .social-icon i {
        font-size: 29px !important;
    }

    .intermediaries-section {
        padding: 50px 20px !important;
    }

    .org-structure-section {
        padding: 60px 20px;
    }

    .brand-mini-logo {
        width: 65px !important;
        height: 24px !important;
    }

    .brand-mini::before {
        top: -1px;
        right: 82px;
    }

    .circle-top {
        margin-inline-end: 0px;
        position: unset;
    }

    .circle-bottom-left {
        top: -22px;
        left: -59px;
        transform: unset;
    }

    .circle-bottom-right {
        margin-inline-start: 0;
        position: unset;
    }

    .circle-grid {
        display: grid;
        gap: 24px;
        grid-template-columns: repeat(auto-fill, minmax(81px, 1fr));
        justify-content: center;
        justify-items: center;
        align-items: center;
        max-width: 200px;
    }

    .circle {
        width: 91px !important;
        height: 91px !important;
        font-size: 12px !important;
    }

    .org-item.org-item-2 {
        right: unset;
        top: unset;
    }

    .org-item.org-item-3 {
        top: unset;
        right: unset;
    }

    .org-header {
        margin-bottom: 60px;
    }

    .org-title {
        font-size: 18px !important;
    }

    .org-circle {
        width: 120px !important;
        height: 120px !important;
    }

    .org-dept-title {
        font-size: 20px !important;
    }

    .org-dept-desc {
        font-size: 14px !important;
    }

    .org-number {
        font-size: 80px !important;
        top: -40px;
    }

    .org-structure-section {
        padding: 80px 20px;
    }

    .org-title {
        font-size: 20px !important;
        margin: 6px 0 !important;
    }

    .org-dept-title {
        font-size: 15px !important;
    }

    .org-dept-desc {
        font-size: 12px !important;
    }

    .org-circle {
        width: 50px !important;
        height: 50px !important;
    }

    .org-circle img {
        width: 20px !important;
        height: 20px !important;
    }

    .faq-title {
        font-size: 24px !important;
    }

    .faq-description {
        font-size: 16px !important;
    }

    button.accordion-button {
        gap: 13px;
        font-size: 14px !important;
    }

    .accordion-button {
        font-size: 18px !important;
        padding: 20px 20px !important;
    }

    .accordion-body {
        padding: 0 20px 20px 20px !important;
        font-size: 16px !important;
    }

    .form-card {
        padding: 35px 25px !important;
    }

    .bg-card-left,
    .bg-card-right {
        width: 300px !important;
        height: 250px !important;
    }

    .form-title {
        font-size: 20px !important;
    }

    header .menu .menu-btn {
        padding: 10px 16px !important;
        font-size: 14px !important;
    }

    .header-content {
        gap: 12px;
        flex-wrap: wrap;
    }

    .contactUs-btn-header {
        font-size: 14px !important;
        gap: 10px !important;
    }

    .contactUs-btn-header {
        padding: 4px 11px !important;
    }

    .soon-sec {
        padding: 70px 0;
    }

    p.soon-descrep-intro {
        font-size: 36px !important;
    }

    .soon-features {
        font-size: 15px !important;
    }

    .soon-deco {
        display: none;
    }

    .side2-soon-image {
        height: 320px !important;
    }

    .soon-btn {
        width: 100% !important;
        justify-content: center;
        font-size: 16px !important;
        padding: 12px 16px !important;
    }

    img.soon-deco-image.hb-hide-temp {
        display: none;
    }

    .serv-side-2 {
        margin-top: 20px;
    }

    .side-2-soon {
        margin-top: 30px;
    }

    .curve-1 {
        width: 110px !important;
        height: 110px !important;
        top: -16px;
    }

    .curve-2 {
        width: 110px !important;
        height: 110px !important;
        bottom: 0px;
    }

    .section-features .subtitle {
        font-size: 14px !important;
    }

    .section-features .main-title {
        font-size: 22px !important;
    }

    .intermediate-p {
        font-size: 14px !important;
    }

    .desc-title {
        font-size: 24px !important;
    }

    .vision-intro-p {
        font-size: 14px !important;
    }

    .vision-desc-p {
        font-size: 14px !important;
    }

    .curve-3 {
        width: 110px !important;
        height: 110px !important;
        top: -82px;
    }

    .curve-4 {
        width: 110px !important;
        height: 110px !important;
        bottom: -82px;
    }

    .form-container {
        margin-top: 30px;
        padding: 20px !important;
    }

    .intermediares-deco-image {
        display: none;
    }

    .btn-submit {
        padding: 10px 30px !important;
        font-size: 14px !important;
    }

    .Ourpartners-section {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .Ourpartners-title {
        font-size: 32px !important;
    }

    .Ourpartners-para {
        font-size: 15px !important;
    }

    .parteners-cards {
        padding-top: 20px;
    }

    .partener-card {
        min-height: 200px !important;
        padding: 18px 12px !important;
    }

    .partener-card-name {
        font-size: 18px !important;
    }

    h4.partener-card-position {
        font-size: 16px !important;
    }

    p.partener-card-desc {
        font-size: 14px !important;
    }

    .social-icons .social-icon:nth-child(4) {
        --lift: -3px;
    }

    .social-icon.center {
        width: 75px !important;
        height: 75px !important;
    }

    .dropdown-item {
        font-weight: 400 !important;
    }

    .accordion-button::after {
        width: 30px !important;
        height: 30px !important;
        font-size: 17px !important;
    }

    .footer-bottom {
        gap: 30px;
        flex-direction: column;
    }

    .brand-mini::before {
        display: none;
    }

    .arc-bg {
        top: 6%;
    }

    .soon-btn {
        width: fit-content !important;
    }
}

@media(max-width:767px) {
    .intermediares-percent {
        flex-direction: row;
    }
}

@media (max-width: 576px) {
    a.social-icon.google-icon {
        width: 56px !important;
        height: 56px !important;
    }

    .Ourpartners-section {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .Ourpartners-intro {
        margin-bottom: 30px;
    }

    .Ourpartners-title {
        font-size: 28px !important;
        margin-bottom: 12px !important;
    }

    .Ourpartners-para {
        font-size: 14px !important;
        padding: 0 10px;
    }

    .parteners-cards {
        padding-top: 20px;
    }

    .partener-card {
        min-height: 180px !important;
        padding: 16px 12px !important;
        gap: 16px !important;
    }

    .partener-card-name {
        font-size: 16px !important;
        margin-bottom: 6px !important;
    }

    h4.partener-card-position {
        font-size: 14px !important;
        margin-bottom: 8px !important;
    }

    p.partener-card-desc {
        font-size: 13px !important;
    }

    .aboutUs-section {
        padding: 40px 0;
    }

    .aboutUs-title {
        font-size: 13px !important;
        height: 32px !important;
    }

    p.aboutUs-desc {
        font-size: 16px !important;
    }

    .aboutUs-images {
        padding-top: 12px;
    }

    .aboutUs-images .swiper-slide:nth-child(odd) .img-card-about {
        height: 240px !important;
    }

    .aboutUs-images .swiper-slide:nth-child(even) .img-card-about {
        height: 180px !important;
    }

    .aboutUs-controls {
        gap: 16px;
    }

    .aboutUs-controls button {
        width: 36px !important;
        height: 36px !important;
    }

    .hero-title {
        font-size: clamp(28px, 9vw, 40px) !important;
    }

    .hero-subtitle {
        font-size: 14px !important;
        margin: auto !important;
    }

    .hero-body {
        text-align: center;
    }

    .hero-actions {
        flex-wrap: wrap;
        gap: 20px;
    }

    .hero-primary {
        width: 100% !important;
        justify-content: center;
        font-size: 16px !important;
        padding: 10px 16px !important;
    }

    .hero-btn {
        border-width: 5px !important;
    }

    .site-footer {
        margin-top: 60px;
    }

    .site-footer .container {
        padding: 40px 16px 16px 16px;
    }

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

    .contact-chips-container {
        margin: 15px 0;
    }

    .social-icons {
        gap: 26px;
        padding-bottom: 18px;
        flex-wrap: wrap;
    }

    .social-icon {
        width: 55px !important;
        height: 55px !important;
        font-size: 22px !important;
        border-width: 3px;
        margin: 3px !important;
    }

    .social-icon.center {
        width: 61px !important;
        height: 61px !important;
        font-size: 28px !important;
        --lift: -32px;
    }

    .social-icons .social-icon:nth-child(1) {
        --lift: -6px;
    }

    .social-icons .social-icon:nth-child(2) {
        --lift: 8px;
    }

    .social-icons .social-icon:nth-child(4) {
        --lift: 20px;
    }

    .social-icons .social-icon:nth-child(5) {
        --lift: -6px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 16px;
        padding: 24px 0 20px 0;
    }

    .brand-mini {
        justify-content: center;
        gap: 12px;
    }

    .made-by {
        justify-content: center;
        margin-top: 0 !important;
    }

    .footer-nav {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        grid-template-columns: 1fr;
        text-align: center;
        border-top: 1px solid #0000001A;
    }

    .aboutUs-images img {
        height: 300px;
    }

    .aboutUs-images .swiper-slide:nth-child(odd) img {
        height: 219px;
    }

    .aboutUs-images .swiper-slide:nth-child(even) img {
        height: 171px;
    }

    .hero {
        min-height: 85vh;
    }

    .hero-desc {
        font-size: 14px !important;
    }

    .hero-actions {
        margin-top: 24px !important;
        justify-content: center;
    }

    .soon {
        margin-top: 60px !important;
        border-radius: 30px !important;
    }

    .soon-sec {
        padding: 48px 0;
    }

    h2.soon-title {
        font-size: 14px !important;
        padding: 5px 12px !important;
    }

    p.soon-descrep-intro {
        font-size: 28px !important;
    }

    .soon-features {
        font-size: 14px !important;
    }

    .side2-soon-image {
        height: 260px !important;
    }

    .side-2-soon {
        border-width: 4px !important;
        border-radius: 22px !important;
    }

    .soon-side2-desc {
        padding: 4px 16px !important;
    }

    .soon-deco {
        display: none;
    }

    .ques-center-img {
        display: none;
    }

    .faq-description {
        font-size: 14px !important;
    }

    .contactus-section {
        padding-top: 64px;
    }

    .contact-intro {
        font-size: 24px !important;
    }

    .contact-desc {
        font-size: 14px !important;
    }

    img.soon-side2-deco-img {
        position: absolute;
        bottom: 30px;
        right: -16px;
        width: 152px;
    }

    svg.instgram-icon {
        width: 35px !important;
        height: 35px !important;
    }
}

@media(max-width:425px) {
    .dropdown-item {
        padding: 15px 19px !important;
    }

    .contactUs-btn-header {
        font-size: 12px !important;
        gap: 10px !important;
        padding: 3px 9px !important;
    }

    header .menu .menu-btn {
        padding: 7px 14px !important;
    }

    .Ourpartners-section {
        padding-top: 40px;
        padding-bottom: 25px;
    }

    .Ourpartners-title {
        font-size: 24px !important;
    }

    .Ourpartners-para {
        font-size: 13px !important;
        padding: 0 5px;
    }

    .partener-card {
        min-height: 160px !important;
        padding: 14px 10px !important;
        gap: 14px !important;
    }

    .partener-card-name {
        font-size: 15px !important;
    }

    h4.partener-card-position {
        font-size: 13px !important;
    }

    p.partener-card-desc {
        font-size: 12px !important;
        margin: auto !important;
    }

    .soon-sec {
        padding: 40px 0;
    }

    p.soon-descrep-intro {
        font-size: 24px !important;
    }

    .side2-soon-image {
        height: 220px !important;
    }

    h4.vision-intro-title {
        font-size: 28px !important;
    }

    .desc-title {
        font-size: 26px !important;
    }

    .vision-desc-p {
        font-size: 15px !important;
    }

    .intermediate-title {
        font-size: 40px !important;
    }

    .contact-chip.right-chip {
        position: relative;
        top: 47px;
    }

    .contact-chip.left-chip {
        position: relative;
        right: 0;
        top: 0;
    }

    .footer-contact-btn {
        padding: 11px 16px 11px 8px !important;
        color: white !important;
        background-color: var(--secondary-color) !important;
        border: none !important;
        border-radius: 60px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 24px !important;
        transition: all .3s ease;
    }

    h2.footer-title {
        font-size: 32px !important;
    }

    .site-footer {
        margin-top: 50px;
    }

    .site-footer .container {
        padding: 32px 12px 12px 12px;
    }

    .footer-content {
        margin: 16px 0;
    }

    .contact-chips-container {
        margin: 12px 0;
    }

    .social-icons {
        gap: 26px;
        padding-bottom: 16px;
    }

    .social-icon {
        width: 45px !important;
        height: 45px !important;
        font-size: 18px !important;
        margin: 2px !important;
    }

    .social-icon.center {
        width: 56px !important;
        height: 56px !important;
        font-size: 22px !important;
        --lift: -24px;
    }

    a.social-icon.google-icon {
        width: 50px !important;
        height: 50px !important;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 12px;
        padding: 20px 0 16px 0;
    }

    .brand-mini {
        justify-content: center;
        gap: 8px;
    }

    .made-by {
        justify-content: center;
        margin-top: 0 !important;
    }

    .contact-chip {
        display: inline-flex !important;
        align-items: center;
        gap: 8px !important;
        padding: 10px 12px !important;
        font-size: 13px !important;
    }

    .copyright {
        font-size: 13px !important;
    }

    .footer-contact-button {
        padding-bottom: 20px;
    }

    .dropdown-menu li:first-child {
        padding: 1.5rem 1rem;
    }

    .social-icon i {
        font-size: 20px !important;
    }

    svg.instgram-icon {
        width: 25px !important;
        height: 25px !important;
    }
}

@media(max-width:375px) {
    .curve-1 {
        width: 90px !important;
        height: 90px !important;
        right: -58px;
    }

    .curve-2 {
        width: 90px !important;
        height: 90px !important;
        left: -64px;
    }

    .curve-3 {
        width: 90px !important;
        height: 90px !important;
        top: -59px;
    }

    .curve-4 {
        width: 90px !important;
        height: 90px !important;
        bottom: -57px;
        right: 17px;
    }

    .center-text {
        font-size: 32px !important;
    }

    img.soon-side2-deco-img {
        position: absolute;
        bottom: 31px;
        right: -16px;
        width: 100px;
    }

    .center-circle-texts {
        width: 150px !important;
        height: 150px !important;
    }

    .Ourpartners-section {
        padding-top: 35px;
        padding-bottom: 20px;
    }

    .Ourpartners-title {
        font-size: 22px !important;
    }

    .Ourpartners-para {
        font-size: 12px !important;
        padding: 0;
    }

    .partener-card {
        min-height: 150px !important;
        padding: 12px 8px !important;
        gap: 12px !important;
    }

    .partener-card-name {
        font-size: 14px !important;
    }

    h4.partener-card-position {
        font-size: 12px !important;
    }

    p.partener-card-desc {
        font-size: 11px !important;
    }

    .site-footer {
        margin-top: 40px;
    }

    .site-footer .container {
        padding: 28px 10px 10px 10px;
    }

    .footer-content {
        margin: 12px 0;
    }

    .contact-chips-container {
        margin: 10px 0;
    }

    .intermediares-percent {
        flex-direction: column;
    }

    .social-icons {
        gap: 16px;
        padding-bottom: 14px;
    }

    .social-icon {
        width: 45px !important;
        height: 45px !important;
        font-size: 16px !important;
        margin: 1px !important;
    }

    .social-icon.center {
        width: 50px !important;
        height: 50px !important;
        font-size: 20px !important;
        --lift: -20px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        padding: 16px 0 12px 0;
    }

    .brand-mini {
        justify-content: center;
        gap: 6px;
    }

    .made-by {
        justify-content: center;
        margin-top: 0 !important;
    }

    .contact-chip {
        display: inline-flex !important;
        align-items: center;
        gap: 6px !important;
        padding: 8px 10px !important;
        font-size: 12px !important;
    }

    .copyright {
        font-size: 12px !important;
    }

    .footer-contact-button {
        padding-bottom: 16px;
    }
}

@media(max-width:320px) {
    .social-icon i {
        font-size: 25px !important;
    }

    a.social-icon.google-icon {
        width: 50px !important;
        height: 50px !important;
    }
}