* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial;
}

body {
    height: auto;
    background-color: #fff;
}

/* HEADER */

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 40px;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 999;
}

.logo {
    width: 180px;
    height: 33px;
}

/* DESKTOP MENU */

.desktop-menu ul {
    display: flex;
    column-gap: 40px;
    list-style: none;
}

.desktop-menu li {
    position: relative;
    cursor: pointer;
    font-family: "Poppins";
    color: #040404;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.desktop-menu li a {
    font-family: "Poppins";
    color: #040404;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    font-weight: 400;
}

/* SUBMENU */

.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 220px;
    display: none !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.submenu li {
    padding: 12px;
    border-bottom: 1px solid #eee;
}

.has-dropdown:hover .submenu {
    display: block !important;
}

/* header-right-com */

.header-right-com {
    display: flex;
    row-gap: 3px;
    flex-direction: column-reverse;
}

.header-right {
    display: flex;
    column-gap: 20px;
    align-items: center;
    justify-content: flex-end;
}

/* REGISTER BUTTON */

.contact-item {
    color: #5f5b5b;
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins";
    line-height: 21px;
    display: flex;
    gap: 4px;
    min-height: 20px;
    align-items: center;
}

.contact-item svg {
    width: 13px;
    color: #5f5b5b;
}

.register-btn {
    background: #5846de;
    color: #fff;
    border: none;
    font-size: 13px;
    font-weight: 600;
    font-family: "Poppins";
    padding: 6px 15px;
    border-radius: 5px;
    cursor: pointer;
}

.header-right-contact-item {
    display: flex;
    column-gap: 15px;
    color: #5f5b5b;
}


/* HAMBURGER */

.hamburger {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 2px;
    background: #000000a6;
    display: block;
}



/* MOBILE MENU */

.mobile-menu {
    position: fixed;
    top: 70px;
    left: -920px;
    min-width: 38%;
    width: auto;
    height: auto;
    background: #fff;
    z-index: 1001;
    transition: .3s;
    overflow-y: auto;
    border: 1px solid #5f5b5b;
    border-radius: 0 0 5px 0;
}

.mobile-menu.active {
    left: 0;
}


/* MOBILE HEADER */

.mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.close-btn {
    font-size: 20px;
    cursor: pointer;
}



/* MOBILE NAV */

.mobile-nav {
    list-style: none;
}

.mobile-nav li {
    padding: 12px 18px;
    border-bottom: 1px solid #5f5b5b;
    cursor: pointer;

}

.mobile-nav li a {
    color: #000000a6;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 400;
    text-decoration: none;
}

.mobile-submenu-open {
    list-style: none;
}

.mobile-submenu-open li {
    border-bottom: none;
    padding: 3px 18px;
}


/* MOBILE DROPDOWN */

.mobile-submenu {
    display: none;
    margin-top: 0.125rem;
    border-radius: 6px;
    border: 1px solid #5f5b5b;
    overflow: hidden;
}

.mobile-submenu li {
    padding: 12px 18px;
    border-bottom: 1px solid #5f5b5b;
}

.mobile-submenu-li {
    border-bottom: none !important;
}

.mobile-dropdown.active .mobile-submenu {
    display: block;
}

.mobile-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000000a6;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 400;
}

/* OVERLAY */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 1000;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

.close-icon {
    cursor: pointer;
    display: none;
}

.close-icon svg {
    width: 21px;
    color: #5f5b5b;
}

.active .hamburger {
    display: none;
}

.active .close-icon {
    display: block;
}

/* ---------hero-slider-------- */

.hero-slider {
    width: 100%;
    height: 554.5px;
    position: relative;
}

.swiper-slide {
    position: relative;
}

.slide-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

/* DARK OVERLAY */
.slide-bg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}

/* CONTENT CENTER */
.slide-content {
    position: absolute;
    display: flex;
    width: 100%;
    flex-direction: column;
    row-gap: 20px;
    padding: 0px 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 2;
}

.slide-content h2 {
    font-size: 27px;
    font-weight: 700;
    font-family: "Poppins";
    color: #ffffff;
}

.slide-content p {
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins";
    color: #ffffff;
}

.slide-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
}

/* BUTTONS */
.btn {
    padding: 13px;
    border-radius: 10px;
    text-decoration: none;
    font-family: "Poppins";
    font-size: 16px;
    width: 100%;
    font-weight: 600;
    max-width: 190px;
}

.swiper-pagination-bullet {
    width: 30px !important;
    height: 3px !important;
    opacity: .5 !important;
    background-color: #fff !important;
    margin-left: 3px !important;
    margin-right: 3px !important;
    border-radius: 0px !important;
    bottom: 0px !important;
    margin-bottom: 16px !important;
}

.swiper-pagination-bullet-active {
    opacity: 1 !important;
}

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
    width: 15% !important;
    opacity: .5 !important;
}

.hero-slider .swiper-button-next:after,
.hero-slider .swiper-button-prev:after {
    font-size: 1.7rem !important;
    color: #fff !important;
}

.hero-slider .swiper-button-next:hover,
.hero-slider .swiper-button-prev:hover {
    opacity: 1 !important;
}

.hero-slider .swiper-button-next {
    right: 0px !important;
}

.hero-slider .swiper-button-prev {
    left: 0px !important;
}

.register {
    background: #5a4bff;
    color: #fff;
}

.chat {
    background: #fff;
    color: #5a4bff;
}

/* ARROWS */
.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}

/* DOTS */
.swiper-pagination-bullet {
    background: #fff;
    opacity: .5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

/* -------offer-section------- */

.offer-section {
    width: 100%;
    padding: 0 10px;
    position: relative;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offer-section img {
    object-fit: cover;
    max-width: 1350px;
    width: 100%;
    height: auto;
    cursor: pointer;
}

.offer-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ------advantages-section------  */

.advantages {
    padding: 25px 40px;
    background-color: #fafafa;
}

.container {
    margin: auto;
}

.advantages .section-title {
    text-align: center;
    font-size: 27px;
    margin-bottom: 30px;
    font-weight: 700;
    font-family: "Poppins";
    color: #000;
}

.advantages .section-title span {
    color: #5a4bff;
    margin-bottom: 30px;
    font-weight: 700;
    font-family: "Poppins";
}

.advantages-grid {
    display: flex;
    align-content: center;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
}

.card {
    background: #fff;
    padding: 25px;
    text-align: center;
    width: calc(100% / 3 - 13.33px);
    box-shadow: 0 3px 15px #0000000d;
    border: 2px solid #5846df42;
    border-radius: 15px;
}

.icon-circle {
    max-width: 70px;
    max-height: 70px;
    background: #5846df;
    color: #fff;
    border-radius: 50%;
    display: flex;
    border: 1px solid #ffffff;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    font-size: 28px;
    margin: auto;
    margin-bottom: 20px;
}

.card:nth-child(1) .icon-circle img {
    object-position: 0px -29px !important;
}

.card:nth-child(2) .icon-circle img {
    object-position: -88px 60px !important;
}

.icon-circle img {
    background-repeat: no-repeat;
    background-size: auto;
    object-position: -89px 0px !important;
}

.card h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    font-family: "Poppins";
}

.card p {
    color: #666;
    font-size: 16px;
    font-family: "Poppins";
}

/* ------grow-section------ */

/* SECTION */
.grow-section {
    padding: 25px 40px;
    background-color: #fafafa;
}


/* CONTAINER */
.grow-container {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}


/* LEFT */
.grow-left {
    flex: 1;
    max-width: 650px;
    display: flex;
    flex-direction: column;
}


.grow-left h2 {
    font-size: 27px;
    font-weight: 700;
    line-height: 40px;
    font-family: "Poppins";
    color: #5846df;
}

.grow-left p {
    margin: 10px 0;
    color: #666;
    line-height: 1.8;
    font-size: 16px;
    font-family: "Poppins";
}


/* RIGHT IMAGE */
.grow-right {
    text-align: center;
}


.grow-right img {
    max-width: 100%;
    height: auto;
}




/* ------services-section------ */


.services-section .container {
    padding: 0px 40px 40px 40px;
    background-color: #fafafa;
}

.services-section .section-title {
    text-align: center;
    font-weight: 700;
    font-size: 27px;
    margin-bottom: 20px;
    color: #000;
    font-family: "Poppins";
}

.services-section .section-title span {
    color: #5846df;
    font-family: "Poppins";
    font-weight: 700;
    font-size: 27px;
}

.services-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.service-card {
    width: calc(25% - 15px);
    background: #fff;
    border: 1px solid #cfc9ff;
    padding: 25px;
    box-shadow: 0 3px 15px #0000000d;
    transition: .3s;
    position: relative;
    overflow: hidden;
}

.service-card a {
    text-decoration: none;
}

.service-card:hover {
    background: #5846df;
    transition-duration: .2s;
    box-shadow: 0 0 20px #5846df;
}

.service-card:hover h3 {
    color: #fff;
}

.service-card:hover ul li {
    color: #fff;
}

.service-card:hover .service-card::after {
    opacity: .2;
}

.service-card:hover .service-card::before {
    opacity: .2;
}

.service-card::after {
    height: 120px;
    width: 120px;
    content: "";
    border-top-left-radius: 100%;
    background: #f7f7f7;
    opacity: .7;
    display: inline-block;
    z-index: 5;
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: none !important;
    max-width: none !important;
    transition-duration: .5s;
}

.service-card::before {
    content: "";
    height: 80px;
    width: 80px;
    border-top-left-radius: 100%;
    background: #f7f7f7;
    opacity: .7;
    display: inline-block;
    z-index: 5;
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: none !important;
    max-width: none !important;
    transition-duration: .5s;
}

.service-card h3 {
    margin-bottom: 15px;
    color: #5846df;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    font-family: "Poppins";
}

.service-card ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.service-card ul li {
    line-height: 1.5;
    width: 100%;
    color: #5846df;
    font-weight: 400;
    z-index: 200;
    font-family: "Poppins";
    font-size: 13px;
}


/* ------gem-section-section------ */


.gem-section {
    padding: 25px 40px;
    background: linear-gradient(45deg, #5846df, #9387ef);
    color: #fff;
}

.gem-section .container {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.gem-title {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    font-family: "Poppins";
    line-height: 51px;
}


.gem-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
}


.stat-box {
    padding: 10px 20px;
    border-right: 1px solid #ffffff61;
}

.stat-box:last-child {
    border-right: none;
}


.stat-box h3 {
    font-size: 20px;
    font-weight: 700;
    font-family: "Poppins";
    color: #fff;
}


.stat-box p {
    line-height: 1.5;
    font-size: 14px;
    font-family: "Poppins";
    color: #ffffff;
}


.divider {
    height: 1px;
    background: #fff;
    opacity: .25;
    margin: 16px 0;
}


.gem-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
}


.feature-box {
    padding: 10px 20px;
    border-right: 1px solid #ffffff61;
}

.feature-box:last-child {
    border-right: none;
}

.feature-box p {
    line-height: 1.5;
    font-size: 14px;
    font-family: "Poppins";
    color: #ffffff;
}

.feature-img-box {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    margin-bottom: 10px;
    overflow: hidden;
}

.feature-img-box img {
    object-position: -10px -11px;
    background-repeat: no-repeat;
    background-size: auto;
}

.feature-box:nth-child(2) img {
    object-position: -100px -11px;
}

.feature-box:nth-child(3) img {
    object-position: -10px -99px;
}


/* -------state-section------ */

.state-section {
    padding: 25px 20px;
    background-color: #fafafa;
}

.state-section .section-title {
    font-size: 28px;
    text-align: left;
    padding-left: 20px;
    margin-top: 20px;
    font-weight: 600;
    line-height: 27px;
    font-family: "Poppins";
    color: #5846df;
    margin-bottom: 10px;
}

.state-section .swiper {
    padding: 0px 20px;
}

.state-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    height: 100px;
    color: #5846df;
    font-family: "Poppins";
    font-weight: 500;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.state-section a {
    text-decoration: none;
}

/* Position arrows */
.state-section .swiper-button-next,
.state-section .swiper-button-prev {
    width: 40px;
    height: 40px;
    display: flex;
    font-size: 42px !important;
    cursor: pointer;
    color: #5846df !important;
}

.state-section .swiper-button-next {
    justify-content: flex-end;
}

.state-section .swiper-button-prev {
    justify-content: flex-end;
    transform: rotate(180deg);
}

/* Arrow icon */
.state-section .swiper-button-next::after,
.state-section .swiper-button-prev::after {
    display: none;
}

/* Position adjustment */
.state-section .swiper-button-prev {
    left: 0;
}

.state-section .swiper-button-next {
    right: 0;
}

.swiper {
    padding: 10px 40px;
}


/* -------source-section------ */

.source-section {
    padding: 25px 40px;
    background-color: #fafafa;
}

.source-section .section-title {
    text-align: left;
    font-size: 27px;
    color: #5846df;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 10px;
    font-family: "Poppins";
}


.source-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}


.source-card {
    display: block;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    transition: .3s;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100px;
    justify-content: center;
    text-decoration: none;
}

/* text */
.source-card h3 {
    color: #5846df;
    font-size: 18px;
    font-weight: 500;
    font-family: "Poppins";
}

.source-card p {
    color: #5846df;
    font-size: 18px;
    font-weight: 500;
    font-family: "Poppins";
}

/* -------gem-tender-section------ */

.gem-tender-section .container {
    padding: 25px 20px;
    background-color: #fafafa;
}

.gem-tender-section .swiper {
    max-width: 91% !important;
    padding: 0px 20px !important;
    margin-left: 20px !important;
}

/* TITLE */
.gem-tender-section .section-title {
    font-size: 27px;
    color: #5846df;
    margin-bottom: 10px;
    padding-left: 20px;
    font-family: "Poppins";
}

.gem-tender-section .section-desc {
    font-size: 16px;
    color: #5f5b5b;
    padding-left: 20px;
    font-family: "Poppins";
    margin-bottom: 10px;
}


/* CARD */
.tender-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 20px;
    transition: .3s;
    display: flex;
    flex-direction: column;
    row-gap: 10px;

}

.tender-card h3 {
    color: #5f5b5b;
    font-size: 18px;
    font-family: "Poppins";
    font-weight: 700;
}

.tender-desc {
    color: #5f5b5b;
    font-weight: 400;
    height: 50px;
    font-family: "Poppins";
    overflow: clip;
    font-size: 16px;
}


/* STATE */
.state {
    display: flex;
    align-items: stretch;
    gap: 10px;
    margin-bottom: 15px;
}

.dot {
    padding: 5px 12px;
    background: #7163db;
    border-radius: 10px;
}

.badge {
    background: #7163db;
    color: #fff;
    padding: 5px 12px;
    border-radius: 10px;
    font-family: "Poppins";
    font-weight: 400;
    line-height: 21px;
    font-size: 14px;
}


.gem-tender-section .swiper-button-next::after,
.gem-tender-section .swiper-button-prev::after {
    display: none;
}

.gem-tender-section .swiper-button-next,
.gem-tender-section .swiper-button-prev {
    width: 40px;
    height: 40px;
    display: flex;
    font-size: 42px !important;
    cursor: pointer;
    color: #5846df !important;
}

.gem-tender-section .swiper-button-next {
    justify-content: flex-end;
    right: 0px !important;
}

.gem-tender-section .swiper-button-prev {
    justify-content: flex-end;
    transform: rotate(180deg);
    left: 0px !important;
}


/* FOOTER */
.tender-footer {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #5f5b5b;
    font-family: "Poppins";
}

.tender-footer span {
    font-size: 14px;
    color: #5f5b5b;
    font-family: "Poppins";
}

.tender-footer span b {
    font-size: 14px;
    color: #5f5b5b;
    font-family: "Poppins";
    font-weight: bolder;
}

/* SWIPER */
.gemTenderSwiper {
    padding: 10px 40px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #5a4bff;
}


/* -------blog-section------ */

.blog-section .container {
    padding: 25px 20px;
    background-color: #fafafa;
}

.blog-section .section-title {
    font-size: 27px;
    color: #5846df;
    margin-bottom: 10px;
    padding-left: 20px;
    font-family: "Poppins";
}

.blog-section .swiper {
    padding: 0px 20px !important;
    margin-left: 20px !important;
}

.blog-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    transition: .3s;
    flex: 1 0 22%;
}

.blog-img {
    width: 100%;
    object-fit: cover;
}

.blog-content {
    margin: 8px 10px;
    font-size: 14px;
    font-family: "Poppins";
    color: #5f5b5b;
    font-weight: 400;
    line-height: 21px;
}

.blog-section .swiper-button-next::after,
.blog-section .swiper-button-prev::after {
    display: none;
}

.blog-section .swiper-button-next,
.blog-section .swiper-button-prev {
    width: 40px;
    height: 40px;
    display: flex;
    font-size: 42px !important;
    cursor: pointer;
    color: #5846df !important;
}

.blog-section .swiper-button-next {
    justify-content: flex-end;
    right: 0px !important;
}

.blog-section .swiper-button-prev {
    justify-content: flex-end;
    transform: rotate(180deg);
    left: 0px !important;
}


/* -------news-section----- */

.news-section .container {
    padding: 25px 20px;
    background-color: #fafafa;
}

.news-section .section-title {
    font-size: 27px;
    color: #5846df;
    margin-bottom: 10px;
    line-height: 27px;
    padding-left: 20px;
    font-family: "Poppins";
}

.news-section .swiper {
    padding: 0px 20px !important;
    margin-left: 20px !important;
}

.news-section .section-desc {
    font-size: 16px;
    color: #5f5b5b;
    padding-left: 20px;
    font-family: "Poppins";
    margin-bottom: 10px;
}

.news-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
    transition: .3s;
}

.news-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.news-content {
    margin: 8px 10px;
    font-size: 14px;
    font-family: "Poppins";
    color: #5f5b5b;
    font-weight: 400;
    line-height: 21px;
}

.news-section .swiper-button-next::after,
.news-section .swiper-button-prev::after {
    display: none;
}

.news-section .swiper-button-next,
.news-section .swiper-button-prev {
    width: 40px;
    height: 40px;
    display: flex;
    font-size: 42px !important;
    cursor: pointer;
    color: #5846df !important;
}

.news-section .swiper-button-next {
    justify-content: flex-end;
    right: 0px !important;
}

.news-section .swiper-button-prev {
    justify-content: flex-end;
    transform: rotate(180deg);
    left: 0px !important;
}


/* -------footer-section----- */

.footer {
    background: #0a122b;
    color: #fff;
    padding: 15px 40px;
}

.footer-top h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    font-family: "Poppins";
    margin: 2px 0px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 13px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-family: "Poppins";
    margin: 2px 0;
    padding: 0px 2px;
}

.footer-links a::after {
    content: " |";
    margin-left: 5px;
}

.footer-links a:last-child::after {
    content: "";
}

.mt {
    margin-top: 20px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}


.footer-col h4 {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    font-family: "Poppins";
}

.footer-col a {
    display: block;
    color: #fff;
    text-decoration: none;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins";
}

.footer-col p {
    font-size: 14px;
    margin-bottom: 8px;
    font-family: "Poppins";
}

.footer-logo {
    max-width: 200px;
    width: 100%;
}

.social-icons img {
    width: 30px;
    margin-right: 10px;
}

.social-icons {
    display: flex;
    gap: 18px;
    margin-top: 25px;
    margin-left: 10px;
}

.social-icons a svg {
    padding: 2px;
    border-radius: 3px;
    width: 30px;
    background-color: #fff;
}

.footer-bottom {
    border-top: 1px solid #cccccc;
    margin-top: 16px;
    padding-top: 16px;
}

.footer-bottom p {
    font-size: 13px;
    color: #cccccc;
    font-family: "Poppins";
}


.disclaimer {
    margin-top: 5px;
    font-size: 13px;
    color: #cccccc;
    font-family: "Poppins";
}


/* RESPONSIVE */

@media(max-width: 1240px) {
    .desktop-menu ul {
        column-gap: 27px;
    }
}

@media(max-width:1150px) {
    .service-card {
        width: calc(100% / 3 - 13.33px);
    }
}

@media(max-width:1025px) {
    .desktop-menu {
        display: none;
    }

    .header-right-contact-item {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    .logo {
        width: 120px;
        height: 22px;
    }

    .header {
        padding: 19px 40px;
    }

    .header-right {
        column-gap: 10px;
    }

    .hamburger {
        padding: 4px 12px;
    }

    .close-icon {
        padding: 0px 12px;
    }

    .service-card h3 {
        font-size: 18px;
    }
}

@media(max-width:940px) {
    .service-card {
        width: calc(50% - 20px);
    }

    .tender-footer {
        flex-direction: column;
        gap: 5px;
    }
}

@media(max-width:992px) {
    .advantages-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .grow-container {
        flex-direction: column-reverse;
    }

    .grow-left {
        order: 2;
    }

    .grow-right {
        order: 1;
    }

    .gem-stats,
    .gem-features {
        grid-template-columns: 1fr;
    }

    .stat-box,
    .feature-box {
        border: none;
    }

    .stat-box:last-child,
    .feature-box:last-child {
        border-bottom: none;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:768px) {
    .hero-slider {
        height: 378.5px;
    }

    .slide-content h2 {
        font-size: 23px;
    }

    .slide-content p {
        font-size: 14px;
    }

    .advantages-grid {
        flex-direction: column;
    }

    .card {
        width: 100%;
    }

    .card p {
        font-size: 14px;
    }

    .section-desc {
        font-size: 14px;
    }
}

@media(max-width:665px) {
    .header {
        padding: 19px 20px;
    }

    .advantages {
        padding: 25px 20px;
    }

    .grow-section {
        padding: 25px 40px;
    }

    .services-section .container {
        padding: 0px 20px 20px 20px;
    }

    .footer {
        padding: 15px 20px;
    }
}

@media(max-width:600px) {
    .advantages-grid {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 23px !important;
    }

    .grow-left h2 {
        font-size: 23px;
    }

    .grow-left p {
        font-size: 14px;
    }

    .service-card {
        width: 100%;
    }

    .gem-title {
        font-size: 23px;
    }

    .section-title {
        font-size: 23px !important;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    /* .footer-links {
        flex-direction: column;
    } */

}

@media(max-width:550px) {
    .source-card:nth-child(3) {
        display: none;
    }

    .source-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:400px) {
    .source-card:nth-child(2) {
        display: none;
    }

    .source-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}