/* @import url("https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap"); */
/* @import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap"); */

/* @import url("https://fonts.googleapis.com/css2?family=Rowdies:wght@300;400;700&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");

html {
    font-size: 14px;
}

body {
    /* font-family: "Saira", sans-serif; */
    /* font-family: "Cairo", sans-serif; */
    font-family: "Tajawal", sans-serif;
}

.navbar {
    background-color: #fff !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.nav-link {
    color: #1b2336;
    font-weight: bold !important;
    padding: 0;
}

.navbar-brand img {
    width: 120px;
}

.nav-link.active {
    color: #512da4 !important;
}

.text-primary {
    color: #fab437 !important;
}

.section-heading {
    /* font-family: "Rowdies", sans-serif; */
    font-family: "Tajawal", sans-serif;
    font-weight: bold;
    font-size: 3rem;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 20px;
}

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

.section-desc {
    width: 50%;
    margin: 0 auto 40px;
    line-height: 1.35;
    font-size: 1.5rem;
    text-align: center;
    color: #4e596b;
}

.hero-section {
    background-image: url(../images/small-circle-bg.png),
        url(../images/circle-bg.png),
        linear-gradient(256.52deg,
            rgba(4, 1, 108, 0.8) 0.69%,
            rgba(74, 22, 189, 0.8) 100%);
    /* background-color: #04016C; */
    /* background-image: url(../images/hero-bg.png); */
    min-height: 100vh;
    color: #ffffff;
    background-repeat: no-repeat;
    background-position: top 60% left 0%, top 50% right 10%, center;
    background-size: contain, 40%, cover;
    padding-top: 60px;
}

.company-page .hero-section {
    min-height: 80vh;
}

.get-page .hero-section {
    background-image: url(../images/small-circle-bg.png),
        url(../images/circle-bg.png),
        linear-gradient(256.52deg,
            rgba(4, 1, 108, 0.8) 0.69%,
            rgba(74, 22, 189, 0.8) 100%);
    min-height: 100vh;
    color: #ffffff;
    background-repeat: no-repeat;
    background-position: top 60% left 0%, top 50% right 10%, center;
    background-size: contain, 40%, cover;
    padding-top: 60px;
}

.hero-section h4 {
    font-size: 1.1rem !important;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
}

.hero-section h1 {
    font-size: 5rem !important;
    font-weight: bold;
    line-height: 1.2;
}

.hero-section a {
    font-size: 1.1rem !important;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.hero-section a.btn {
    padding: 8px 60px;
}

.hover-link {
    display: block;
    position: relative;
    padding-bottom: 2px;
    transition: all 0.3s;
}

.hover-link::after {
    content: "";
    width: 0%;
    height: 2px;
    background-color: #fab437;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
}

.hover-link:hover {
    color: #fab437;
}

.nav-link.hover-link::after {
    content: "";
    width: 0%;
    height: 2px;
    background-color: #512da4;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
}

.nav-link.hover-link:hover {
    color: #512da4;
}

.hover-link:hover::after {
    width: 100%;
}

.hero-img,
.why-trust-section .img-container,
.company-page .about-section .about-img {
    position: relative;
}

.hero-img img,
.company-page .about-section .about-img img,
.why-trust-section .img-container img {
    width: 85%;
    margin: 0 auto;
    display: block;
}

.company-page .hero-img img {
    width: 100%;
}

.hero-img::after,
.hero-img::before,
.company-page .about-section .about-img::before,
.company-page .about-section .about-img::after {
    position: absolute;
    content: "";
    width: 60%;
    height: 100%;
    border: 4px solid #fab437;
    display: block;
    border-radius: 10px;
}

.get-page .hero-img::after,
.get-page .hero-img::before,
.company-page .hero-img::after,
.company-page .hero-img::before {
    display: none;
}

.hero-img::after,
.company-page .about-section .about-img::after {
    top: -8%;
    right: -2%;
}

.hero-img::before,
.company-page .about-section .about-img::before {
    top: 8%;
    left: -2%;
}

.hero-section .hero-img .btn,
.company-page .about-section .about-img .btn,
.why-trust-section .img-container .btn {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    border-radius: 100%;
    transition: all 0.3s ease-in-out 0s;
    box-shadow: #f5ebebad 0px 0px 0px 0px, #f5ebebad 0px 0px 0px 0px;
    animation: 1.4s cubic-bezier(0.8, 0, 0, 1) 0s infinite normal none running pulse;
    align-items: center;
    border: 0;
    padding: 0;
    border-radius: 50%;
}

.hero-section .hero-img .btn:is(:hover, :focus),
.why-trust-section .img-container .btn:is(:hover, :focus) {
    transform: translate(-50%, -50%) scale(1.2);
}

@keyframes pulse {
    100% {
        box-shadow: 0 0 0 20px rgba(193, 244, 246, 0),
            0 0 0 20px rgba(193, 244, 246, 0);
    }
}

.modal-content {
    width: fit-content !important;
}

.partners-section {
    background: linear-gradient(180deg,
            #084fc7 0%,
            rgba(8, 79, 199, 0) 172.16%);
}

.partners-section img,
.tech-section img {
    transition: all 0.3s;
}

.partners-section img:hover,
.tech-section img:hover {
    scale: 0.95;
    transform: translateY(-6px);
}

.courses-section {
    background-image: url(../images/circle-border-bg.png),
        url(../images/circle-border-bg.png);

    background-repeat: no-repeat;
    background-position: top 8% left 10%, bottom 2% right 10%;
    background-size: 80px, 80px;
}

.embla {
    position: relative;
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 20px;
    /* background: #f0e7ff; */
}

.embla__viewport {
    overflow: hidden;
    padding: 10px;
}

.embla__container {
    display: flex;
    gap: 20px;
    padding: 40px 0px;
}

.embla__slide {
    min-width: 0;
    flex: 0 0 32%;
}

.embla__slide:last-child {
    margin-inline-end: 10px;
}

.embla__slide:first-child {
    margin-inline-start: 10px;
}

.embla .card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-align: start;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    user-select: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
}

.embla .card>div {
    padding: 20px 12px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.embla .card img {
    max-width: 100%;
    height: auto;
}

.embla .card h3 {
    color: #324361;
    margin: 20px 0;
    font-size: 1.5rem;
    flex-grow: 1;
}

.embla .card button {
    background: linear-gradient(95.29deg, #083f9b 0%, #7f56d9 102.25%);

    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    font-size: 1.25rem;
    transition: all 00.3s;
}

.embla .card button:hover {
    scale: 0.95;
}

.embla__dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.embla__dot {
    width: 14px;
    height: 14px;
    background: #fab437;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.7;
}

.embla__dot.is-selected {
    background: #fab437;
    opacity: 1;
    scale: 1.4;
}

@media (max-width: 768px) {
    .embla__slide {
        flex: 0 0 50%;
        /* 2 cards on medium screens */
    }
}

@media (max-width: 480px) {
    .embla__slide {
        flex: 0 0 100%;
        /* 1 card on small screens */
    }
}

.get-page .embla .card:hover {
    border: 1px solid #57007b;
    transform: translateY(20px);
}

.get-page .embla .card .services-card-icon {
    width: 60px;
    height: 60px;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #56007b31;
    transition: all 0.3s;
}

.get-page .embla .card:hover .services-card-icon {
    border: 1px solid #57007b;
}

.get-page .embla .card img {
    width: 100%;
}

.get-page .services-card-heading {
    color: #2d3748 !important;
    flex-grow: 0 !important;
    transition: all 0.3s;
}

.get-page .embla .card:hover .services-card-heading {
    color: #57007b !important;
}

.get-page .services-card-desc {
    color: #718096 !important;
    font-size: 0.9rem !important;
    transition: all 0.3s;
}

.get-page .embla .card:hover .services-card-desc {
    color: #4a5568 !important;
}

.why-section {
    /* background: linear-gradient(
        72.2deg,
        rgba(8, 79, 199, 0.9) 26.49%,
        rgba(127, 86, 217, 0.9) 85.53%
    ); */

    background-image: url(../images/why/bg.png),
        linear-gradient(72.2deg,
            rgba(8, 79, 199, 0.9) 26.49%,
            rgba(127, 86, 217, 0.9) 85.53%);

    background-repeat: no-repeat;
    background-position: top 20% left 0%, center;
    background-size: 160px, auto;
}

.why-cards h3 {
    font-size: 1.5rem;
    font-weight: bold;
}

.why-cards p {
    font-size: 1.1rem;
}

.training-section {
    background: linear-gradient(180deg,
            #e5e1ff 0%,
            rgba(217, 236, 255, 0) 100%);
}

.embla_training {
    position: relative;
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 20px;
    /* background: #f0e7ff; */
}

.embla_training__viewport {
    overflow: hidden;
    padding: 10px;
}

.embla_training__container {
    display: flex;
    gap: 20px;
    /* padding: 0px 10px; */
}

.embla_training__slide {
    min-width: 0;
    flex: 0 0 15%;
}

.embla_training__slide:last-child {
    margin-inline-end: 10px;
}

.embla_training__slide:first-child {
    margin-inline-start: 10px;
}

.embla_training .card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-align: start;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    user-select: none;
    padding: 1rem;
    height: 100%;
}

.embla_training .card>div {
    padding: 10px !important;
}

.embla_training .card img {
    max-width: 100%;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: block;
}

.embla_training .card h3 {
    color: #324361;
    margin: 10px 0;
    font-size: 1.1rem;
    text-align: center;
}

.embla_training__dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.embla_training__dot {
    width: 14px;
    height: 14px;
    background: #fab437;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.7;
}

.embla_training__dot.is-selected {
    background: #fab437;
    opacity: 1;
    scale: 1.4;
}

@media (max-width: 990px) {
    .embla_training__slide {
        flex: 0 0 30%;
        /* 2 cards on medium screens */
    }
}

@media (max-width: 768px) {
    .embla_training__slide {
        flex: 0 0 50%;
        /* 2 cards on medium screens */
    }
}

@media (max-width: 480px) {
    .embla_training__slide {
        flex: 0 0 100%;
        /* 1 card on small screens */
    }
}

.form-section .card {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

input:focus,
textarea:focus {
    border-color: #fab437 !important;
    box-shadow: none !important;
}

input:focus~label {
    color: #fab437 !important;
}

.row-inputs>div {
    width: 48%;
}

.form-section button {
    background: linear-gradient(95.29deg, #083f9b 0%, #7f56d9 102.25%);

    color: white;
    border: none;
    padding: 6px 60px;
    border-radius: 5px;
    cursor: pointer;
    width: fit-content;
    margin: 0 auto;
    display: block;
    font-size: 1.1rem;
    transition: all 00.3s;
}

.form-section button:hover {
    scale: 0.95;
}

.services-cards {
    display: flex;
    gap: 20px;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.services-cards .card {
    width: 30%;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    transition: all 0.3s;
}

.services-cards .card:hover {
    box-shadow: 6px 6px 1px 2px rgba(0, 0, 0);
    transform: translate(-10px, -10px);
}

.hover-card {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
}

.hover-card:hover {
    box-shadow: 6px 6px 1px 2px rgba(0, 0, 0);
    transform: translate(-10px, -10px);
}

.card-icon {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    right: 10px;
    transform: translateY(-50%);
}

.card-icon img {
    width: 100%;
}

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

.services-cards .card ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-inline: 0;
    margin-bottom: 20px;
}

.services-cards .card ul li {
    display: flex;
    gap: 6px;
    align-items: center;
}

.services-cards .card ul li img {
    width: 24px;
    height: 24px;
}

.services-cards .card .price {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.services-cards .card button {
    background: linear-gradient(95.29deg, #083f9b 0%, #7f56d9 102.25%);

    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    font-size: 1.25rem;
    transition: all 00.3s;
}

.services-cards .card button:hover {
    scale: 0.95;
}

.testimonials-section {
    background: linear-gradient(180deg,
            #e5e1ff 0%,
            rgba(217, 236, 255, 0) 100%);
}

.testimonials-section .card {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    transition: all 0.3s;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.testimonials-section .card:hover {
    box-shadow: 6px 6px 1px 2px rgba(0, 0, 0);
    transform: translate(-10px, -10px);
}

.testimonials-section .card .card-header {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    background-color: transparent;
}

.testimonials-section .card .card-header>div {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.testimonials-section .card .card-header img {
    width: 100%;
}

.testimonials-section .card p {
    color: #7e7eaa;
    font-size: 1.1rem;
}

.testimonials-section .card .stars {
    list-style: none;
    display: flex;
    gap: 4px;
    padding: 0;
}

.embla_testimonials {
    position: relative;
    margin: 0 auto;
    padding: 20px;
}

.embla_testimonials__viewport {
    overflow: hidden;
    padding: 10px;
}

.embla_testimonials__container {
    display: flex;
    gap: 20px;
    /* padding: 0px 10px; */
}

.embla_testimonials__slide {
    min-width: 0;
    flex: 0 0 32%;
}

.embla_testimonials__slide:last-child {
    margin-inline-end: 10px;
}

.embla_testimonials__slide:first-child {
    margin-inline-start: 10px;
}

.embla_testimonials .card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-align: start;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    user-select: none;
    padding: 1rem;
    height: 100%;
}

.embla_testimonials .card>div {
    padding: 10px !important;
}

.embla_testimonials__dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.embla_testimonials__dot {
    width: 14px;
    height: 14px;
    background: #fab437;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.7;
}

.embla_testimonials__dot.is-selected {
    background: #fab437;
    opacity: 1;
    scale: 1.4;
}


.embla_testimonials__slide .card p {
    flex-grow: 1;
}

@media (max-width: 990px) {
    .embla_testimonials__slide {
        flex: 0 0 30%;
        /* 2 cards on medium screens */
    }
}

@media (max-width: 768px) {
    .embla_testimonials__slide {
        flex: 0 0 50%;
        /* 2 cards on medium screens */
    }
}

@media (max-width: 480px) {
    .embla_testimonials__slide {
        flex: 0 0 100%;
        /* 1 card on small screens */
    }
}

footer {
    background-image: linear-gradient(72.2deg,
            rgba(8, 79, 199, 0.9) 26.49%,
            rgba(127, 86, 217, 0.9) 85.53%);
}

footer .logo {
    width: 200px;
    display: block;
    margin-bottom: 20px;
    /* scale: 2; */
}

footer .footer-text {
    font-size: 1.1rem;
    color: #fff;
}

.footer-links h5 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-links ul li a {
    color: #fff;
    width: fit-content;
    text-decoration: none;
    font-size: 1.1rem;
}

.footer-links ul li img {
    width: 1rem;
}

.icon-link {
    transition: all 0.3s;
    display: block;
    padding: 2px;
    border-radius: 50%;
}

.icon-link:hover {
    scale: 1.2;
    background-color: #fab437;
}

/* **Media */

@media (max-width: 1024px) {
    .hero-section h4 {
        font-size: 1rem !important;
    }

    .hero-section h1 {
        font-size: 2.5rem !important;
    }

    .hero-section a.btn {
        padding: 8px 40px;
    }

    .partners-section img {
        width: 70px;
    }

    .section-desc {
        width: 80%;
    }

    .embla_training__slide {
        flex: 0 0 24%;
    }

    .embla_training .card>div {
        padding: 4px !important;
    }
}

@media (max-width: 768px) {
    .hero-section .container {
        flex-direction: column;
        gap: 60px !important;
        padding-top: 80px !important;
    }

    .hero-section .container>div {
        width: 80% !important;
    }

    .why-cards {
        flex-direction: column;
    }

    .why-cards>div {
        width: 90% !important;
        margin: 0 auto;
    }

    .why-cards>.col-1 {
        transform: rotate(90deg) translateY(-100%);
        height: 80px;
        width: 100%;
    }

    .embla_training__slide {
        flex: 0 0 32%;
    }

    .row-inputs>div {
        width: 100%;
    }

    .services-cards {
        gap: 60px;
    }

    .services-cards .card {
        width: 100%;
    }

    .footer-top {
        flex-direction: column;
    }

    .footer-top>div {
        width: 100% !important;
    }

    .modal-content {
        width: 100% !important;
    }

    iframe {
        width: 100% !important;
    }
}

@media (max-width: 425px) {
    .navbar-brand {
        width: 160px;
        display: block;
    }

    .navbar-brand img {
        width: 100%;
    }

    .section-padding {
        padding: 60px 0;
    }

    .hero-section .container>div {
        width: 90% !important;
    }

    .embla_training__slide {
        flex: 0 0 100%;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 10px !important;
    }

    .embla {
        padding: 20px 2px;
    }

    .embla .embla__viewport {
        padding: 10px 2px;
    }
}

@media (max-width: 320px) {
    .navbar-brand {
        width: 120px;
    }

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

    .hero-section .container>div {
        width: 96% !important;
    }

    .embla_training__slide {
        flex: 0 0 100%;
    }

    .section-heading {
        font-size: 2rem;
    }

    .section-desc {
        width: 100%;
        margin: 0 auto 30px;
        font-size: 1.25rem;
    }

    .hero-section h4,
    .why-cards p,
    .testimonials-section .card p,
    footer .footer-text {
        font-size: 1rem !important;
    }

    .hero-section h1 {
        font-size: 2rem !important;
    }

    .hero-btns {
        flex-direction: column !important;
        gap: 20px !important;
    }

    .embla .card h3,
    .why-cards h3 {
        font-size: 1.25rem;
    }

    .why-cards p {
        margin-bottom: 2px;
    }
}

/**********/
/* * GET YOUR PROJECT PAGE * */
/**********/

.why-trust-section {
    background: linear-gradient(180deg,
            #e5e1ff 0%,
            rgba(217, 236, 255, 0) 100%);
}

.why-trust-section h4 {
    font-size: 2.1rem;
    color: #1a202c;
}

.why-trust-section .content {
    padding-inline-end: 140px;
}

.why-trust-section .content p {
    color: #718096;
    font-size: 1.1rem;
}

.why-trust-section .img-container img {
    width: 100%;
}

.features-cards .card {
    width: 48%;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    transition: all 0.3s;
}

.features-cards .card:hover {
    box-shadow: 6px 6px 1px 2px rgba(0, 0, 0);
    transform: translate(-10px, -10px);
}

.features-cards {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.features-cards .card-title {
    font-size: 1.2rem;
    color: #1a202c;
    font-weight: 600;
}

.features-cards .card p {
    font-size: 0.9rem;
    color: #4a5568;
    margin-bottom: 0 !important;
}

.feature-card-icon {
    width: 80px;
    height: 60px;
}

.nav-tabs .nav-link {
    color: #1a202c;
    position: relative;
    padding-bottom: 4px;
}

.nav-tabs .nav-link.active {
    color: #57007b !important;
    background-color: transparent !important;
    border: 0 !important;
}

.nav-tabs .nav-link::after {
    background-color: #57007b;
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    border-radius: 4px;
    bottom: 0;
    left: 50%;
    transition: all 0.3s;
    transform: translateX(-50%);
}

.nav-tabs .nav-link:hover::after {
    width: 50%;
}

.nav-tabs .nav-link.active::after {
    width: 50%;
}

.tab-pane.active {
    display: flex !important;
    gap: 60px;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding-inline: 100px;
}

.tab-content img {
    width: 12%;
    max-width: 120px;
    padding: 10px;
}

.tech-section {
    background: linear-gradient(180deg,
            #e5e1ff 0%,
            rgba(217, 236, 255, 0) 100%);
}

.contact-section {
    display: flex;
    gap: 26px;
    justify-content: space-between;
    align-items: center;
}

.contact-section>div {
    width: 48%;
}

.contact-img {
    width: 100%;
}

.contact-section h3 {
    color: #f17216;
    margin-bottom: 10px;
}

.contact-section h2 {
    color: #282c4b;
    font-weight: 700;
    font-size: 2.3rem;
    margin-bottom: 20px;
}

.contact-section label {
    color: #14183e;
    font-size: 1.25rem;
}

.contact-section input,
.contact-section textarea {
    background-color: #fff8f8;
    padding: 6px 12px !important;
}

.contact-section .btn {
    background: linear-gradient(95.29deg, #083f9b 0%, #7f56d9 102.25%);
    display: block;
    width: fit-content;
    padding: 6px 60px;
    color: #fff;
    margin: 0 auto;
    border: 0;
    outline: none;
    transition: all 0.3s;
    font-size: 0.9rem;
}

.contact-section .btn:hover {
    transform: scale(0.95);
}

.banner-get {
    background-color: #6750a414;
    border-radius: 20px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.banner-get h3 {
    color: #27272e;
    font-size: 2.2rem;
    font-weight: 700;
    width: 48%;
}

.banner-get .btn-container {
    background-image: url(../images/banner-bg.png);
    min-height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-get .btn-container .btn {
    background: linear-gradient(225deg, #ffc656 0%, #f16063 100%);
    display: block;
    width: fit-content;
    padding: 6px 40px;
    color: #fff;
    margin: 0 auto;
    border: 0;
    outline: none;
    transition: all 0.3s;
    font-size: 1.1rem;
}

.banner-get .btn-container .btn:hover {
    transform: scale(0.95);
}

.form-floating .select-label {
    padding-inline-start: 25px;
}

@media (max-width: 768px) {
    .why-trust-section .content {
        padding-inline-end: 20px;
    }

    .features-cards .card {
        width: 98%;
    }

    .tab-pane.active {
        gap: 20px;
        padding-inline: 40px;
    }

    .tab-content img {
        width: 20%;
    }

    .contact-section {
        flex-direction: column-reverse;
    }

    .contact-section>div {
        width: 97%;
    }

    .banner-get {
        flex-direction: column;
    }

    .banner-get h3 {
        width: 97%;
    }
}

@media (max-width: 425px) {
    .features-cards .card>div {
        width: 97% !important;
    }

    .tab-pane.active {
        gap: 10px;
        padding-inline: 20px;
    }

    .tab-content img {
        width: 30%;
    }

    .contact-section .row-inputs {
        flex-direction: column;
    }

    .why-trust-section h4 {
        font-size: 1.8rem;
    }

    .banner-get h3 {
        font-size: 1.8rem;
    }

    .banner-get .btn-container .btn {
        padding: 6px 20px;
    }
}

.about-section {
    background: linear-gradient(180deg,
            #e5e1ff 0%,
            rgba(217, 236, 255, 0) 100%);
}

.about-section .content h4 {
    font-size: 1.5rem;
}

.about-section .content h3 {
    font-size: 2.5rem;
    color: #0e1f51;
    font-weight: bold;
}

.about-section .content .contact {
    padding: 26px;
    background-color: #ffffff;
    border-radius: 6px;
}

.about-section .content .contact .image {
    background-color: #f7f7f7;
    padding: 10px;
    width: 70px;
    height: 70px;
}

.about-section .content .contact h4 {
    font-size: 1.25rem;
    color: #0e1f51;
    font-weight: bold;
}

.success-section .numbers h3 {
    font-size: 4.5rem;
    margin-bottom: 4px;
    background: -webkit-linear-gradient(90deg, #136cb5, #7f56d9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.success-section .numbers h4 {
    font-size: 1.8rem;
    color: #010514cc;
}

.how-section {
    overflow: hidden;
}

.how-section h3 {
    color: #010514;
    font-size: 3rem;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 40px;
}

.how-section h4 {
    color: #010514;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.how-section p {
    color: #010514;
    margin-bottom: 30px;
}

.how-section .top {
    gap: 100px;
    padding-bottom: 0px;
    background-color: #e4d7ff;
}

.how-section .bottom {
    gap: 100px;
    padding-bottom: 40px;
    padding-top: 40px;
    background-color: #fab23707;
}

.how-section .text {
    width: 60%;
}

.how-section .image {
    width: 40%;
}

.how-section .top .image {
    transform: translateY(-20px);
    scale: 1.2;
}

.how-section .bottom .image {
    transform: translateY(26px);
    scale: 1.2;
}

.how-section .image img {
    width: 100%;
}

@media (max-width: 768px) {
    .success-section .numbers h3 {
        font-size: 3.6rem;
    }

    .success-section .numbers h4 {
        font-size: 1.25rem;
    }

    .about-section .about-img,
    .about-section .content,
    .about-section .content .text {
        width: 100% !important;
    }

    .how-section .top,
    .how-section .bottom {
        gap: 20px;
    }

    .how-section .text {
        width: 80%;
        margin: 0 auto;
    }

    .how-section .text>div {
        width: 100% !important;
    }

    .how-section .image {
        width: 60%;
    }
}

@media (max-width: 425px) {
    .success-section .numbers h3 {
        font-size: 3rem;
    }

    .how-section .text {
        width: 96%;
        margin: 0 auto;
    }

    .how-section .image {
        width: 80%;
    }

    .small-swal {
        font-size: 10px !important;
        padding: 5px !important;
        height: 100px !important;
        width: 250px !important;
    }

    .small-swal .swal2-title {
        font-size: 13px !important;
    }

    .small-swal .swal2-icon {
        height: 35px !important;
    }
}

.footer-logo {
    width: 26px;
    height: 26px;
}

.btn-scale {
    transition: all 00.3s;
}

.btn-scale:hover {
    scale: 0.95;
}


/* WhatsApp Floating Button Styles */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    background-color: #128C7E;
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.whatsapp-float img {
    width: 40px;
    height: 40px;
}