body {
    font-family: "DM Sans", serif;

    font-style: normal;
    background-color: #000;
}

html {
    scroll-behavior: smooth;
}

.playfair-display {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

:root {
    --primary-color: #FFFFFF;
    --secondary-color: #1B1B1B;
    --text-color: #F5F5F4;
    --accent-color: #FFFFFF;
    --dark-color: #000000;
    --divider-color: #FFFFFF1A;
    --dark-divider-color: #F7FBFA1A;
}



/* Header styles new */
.custom-header {
    padding-top: 20px;
    margin-bottom: -110px;
    z-index: 99999;
    position: sticky;
    top: 0;
    background-color: rgba(0, 0, 0, 0);



}

.custom-header img {
    object-fit: contain;
    width: 100%;
    color: #fff;
    mix-blend-mode: difference;

}

.custom-header a.navbar-brand {
    width: 13%;
}

.custom-header a.btn-header {
    font-weight: 500;
    padding: 15px 20px;
    background: #fff;
    color: #1d1d1d;
    font-size: 16px;
    border-radius: 15px;
    margin-left: 15px;
    text-decoration: none;
}



.custom-header .navbar-nav {
    padding: 12px 20px;
    border: 0.4px solid #EEEEEE33;
    border-radius: 10px;
    background-color: #25252533;
    backdrop-filter: blur(5px);
}

.custom-header li.nav-item {
    display: flex;
    align-items: center;
    margin: 2px;
}

.custom-header .navbar-nav .nav-link {
    padding: 0px;
}

.custom-header .navbar-nav .nav-link.active {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);

    border-radius: 30px;
}

.custom-header .dropdown-menu.show {
    padding: 12px 20px;
    border: 0.4px solid #EEEEEE33;
    border-radius: 10px;
    background-color: #25252533;
    backdrop-filter: blur(1.5rem) !important;
    overflow: visible !important;
    transform: translateZ(0);
}

.custom-header .menu-item {
    padding: 5px 0px;
}

.custom-header .dropdown-toggle::after {
    margin-left: 54px;
}

.custom-header .navbar-nav .dropdown-menu {
    position: absolute;
}

/* .navbar .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    filter: blur(15px);
    z-index: -1;
} */

.custom-header .dropdown-item:focus,
.custom-header .dropdown-item:hover {
    background-color: transparent;
}

.custom-header .navbar-nav .nav-link.active,
.custom-header .navbar-nav .nav-link.show {
    color: #fff;
}

.custom-header .dropdown-menu[data-bs-popper] {
    top: 200%;
    left: -24px;
}

.custom-header .navbar-nav a {
    color: #fff;
    text-decoration: none;
}

/* Header styles End end */

/* Banner Slider start */
.swiper {
    width: 100%;
    height: 100%;

}

.swiper-pagination {
    display: flex;
    gap: 5px;
    justify-content: flex-end;
    left: -105px !important;
    bottom: 100px !important
}

.swiper-pagination-bullet {
    width: 2px !important;
    height: 2px !important;
    padding: 5px;
    background-color: transparent !important;
    color: rgb(255 255 255);
    font-size: 20px;
    font-weight: 500;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    transition: 0.3s ease-in-out;
    opacity: .8 !important;
    border: solid 1px #fff;
    font-family: "Playfair Display";
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff !important;
    /* Active dot color */
    color: white;
    transform: scale(1.1);
    border: solid 2px #ffffff;
    /* Slightly enlarge active dot */
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}


.swiper-button-next,
.swiper-button-prev {
    width: 4% !important;
    top: 90% !important;
}

.swiper-button-next {
    left: 90px !important;
}

.Hero-section {
    overflow: hidden;
    background-color: #040408;
}

.banner-slide.swiper-slide {
    width: 100%;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    border-radius: 16px;
    z-index: 3;
    padding: 30px 105px;
    display: flex;
    align-items: end;
    /* clip-path: url(#hero-slider-new-clip); */
}

.banner-slide .content-box {
    display: inline-block;
}

.banner-slide h1 {
    font-size: 60px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.banner-slide p {
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    width: 60%;
    margin-bottom: 30px;
}

.banner-slide a {
    font-weight: 500;
    padding: 15px 20px;
    background: #fff;
    color: #1d1d1d;
    font-size: 16px;
    border-radius: 15px;
    text-decoration: none;
}

.banner-slide::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 1;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 90%);
    top: 0;
    left: 0;
    z-index: -1;
}

.banner-slide:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.banner-slide:hover:after {
    height: 250%;
    transition: all 900ms linear;
    background-color: transparent;
}

.banner-slide img {
    z-index: -2;
    position: absolute;
    filter: brightness(85%) contrast(100%) saturate(60%) blur(0px) hue-rotate(0deg);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

}


/* ----------------------Banner Slider End--------------------------- */
/* ---------------- Banner Section-----------------  End*/

/* --------------------- About us new----------------  */
.about-us-sec {
    overflow: hidden;
    background-color: #0e0f11;
    padding: 140px 0px;
    position: relative;
    z-index: 1;
}

/* .about-us-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #0a0a0a;
} */

.about-us-sec .container {
    z-index: 2;
}

.about-us-sec {
    padding: 130px 0px;
    background-color: #000;
}

.about-us-sec .about-content-sec {
    background-color: #EEEEEE0D;
    backdrop-filter: blur(15px);
    padding: 50px;
    border-radius: 24px;
    border: solid 1px #EEEEEE66;

}

.about-us-sec video {
    opacity: .8;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.about-us-sec .img-box {
    position: relative;
    overflow: hidden;
    margin-right: 10px;
    z-index: 2;
    border-radius: 24px;
}

.about-us-sec .img-fit {
    height: 680px;
    overflow: hidden;
    border-radius: 24px;

}

.about-us-sec .img-fit:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;

}

.about-us-sec .img-fit:hover:after {
    height: 250%;
    transition: all 900ms linear;
    background-color: transparent;
}

.about-us-sec .img-fit img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;

}

/* .about-us-sec .conent-box {
    margin-top: 50px;
} */

.about-us-sec .conent-box span {
    font-size: 26px;
    color: #fff;
    font-weight: 400;
    margin: 0px;

}

.about-us-sec .conent-box h2 {
    font-size: 48px;
    line-height: 56px;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 60px;
}

.about-us-sec .faq-div .accordion-item {
    background: transparent;
    color: #fff;
    border-bottom: solid 1px rgba(255, 255, 255, 0.15);
}

.about-us-sec .faq-div .accordion-button:focus {
    box-shadow: none;
}

.about-us-sec .faq-div button.accordion-button {
    box-shadow: none;
    background: transparent;
    color: #fff;
    font-size: 24px;
    font-weight: 500;

    padding: 30px 0px;
}

.about-us-sec .faq-div .accordion-body p {
    font-size: 22px;
    font-weight: 200;
}

.about-us-sec .faq-div button.accordion-button::after {
    background-image: url(../images/Vector_arrow.png);

}

.about-us-sec .faq-div {
    padding: 0px;
}

.about-us-sec .faq-div .accordion-body {
    padding: 0px;
}

/* ---------------------About us section new end--------------*/
/* -------------------Services Section Style Start ------------------------ */
.services {
    overflow: hidden;
    background-color: #0a0a0a;
    padding: 140px 0px;
}

.heading-sec h2 {
    color: #FFFFFF99;
    font-size: 28px;
    font-weight: 400;
    line-height: 35px;
}

.services .heading-sec .content-box p {
    font-size: 32px;
    font-weight: 400;
    line-height: 46px;
    color: #ffffff;
    text-align: right;
}

.services .services-sec {
    padding-top: 75px;
}

.services-sec .services-item {
    display: flex;
    background-color: #0A0A0A;
    border: solid 1px #EEEEEE66;
    padding: 30px;
    border-radius: 20px;
    min-height: 570px;
    flex-direction: column;
    justify-content: space-between;
}

.services-sec .services-item h6 {
    color: #fff;
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    padding-bottom: 30px;
}


.services-sec .services-item .content-box p {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 200;
}

.services-sec .services-item .img-box img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: top center;
    border-radius: 15px;
}

/*--------------- Services Section Style End -------------------- */


/* ---------------NEW portfolio section style Start ---------------- */
.portfolio-sec {
    overflow: hidden;
    background-color: #0a0a0a;
    padding: 140px 0px;
}

.portfolio-sec .heading-sec h2 {
    color: #FFFFFF99;
    font-size: 28px;
    font-weight: 400;
    line-height: 35px;
}

.portfolio-sec .heading-sec .content-box p {
    font-size: 32px;
    text-align: right;
    font-weight: 400;
    line-height: 46px;
    color: #ffffff;
}

.portfolio-sec .portfolio-cards {
    margin-top: 75px;
}

.portfolio-sec .portfolio-card-item {
    margin-top: 50px;
    background-color: #0a0a0a;

}

.portfolio-sec .portfolio-card-item .card-inner .content-box {
    height: 100%;
    display: flex;

    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.portfolio-sec .portfolio-card-item .card-inner .content-box h5 {
    font-size: 32px;
    text-transform: capitalize;
    line-height: 40px;
    font-weight: 500;
    color: #fff;
}

.portfolio-sec .portfolio-card-item .card-inner .bottom-content-box p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 50px;

}

.portfolio-sec .portfolio-card-item .card-inner .bottom-content-box .tag-box span {
    font-size: 12px;
    line-height: 1;
    padding: 7px 12px;
    margin-right: 2px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    color: #fff;
}

.portfolio-sec .portfolio-card-item .card-inner .img-box img {
    width: 100%;

    object-position: center;
    object-fit: cover;
    height: 100vh;
}

/* ----------------NEW portfolio section style End ------------------------- */
/* -------------------------------Contact Us Section style Start -------------------------  */
.contact-us {
    overflow: hidden;
    background-color: #0a0a0a;
    padding: 140px 0px;
}

.contact-us .contact-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-us .contact-box {

    padding: 120px 60px;
    background-image: url(../images/gr-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
    border: solid 1px #EEEEEE66;
}

.contact-us .contact-info h4 {
    font-size: 36px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 48px;
}

.contact-us .bottom-sec .address {
    gap: 20px;
}

.contact-us .bottom-sec .address li a {
    width: 100%;
    color: #fff;
    text-decoration: none;
    display: flex;
    gap: 10px;
    padding: 18px 22px;
    background-color: #212121;
    border-radius: 16px;
}

.contact-us .bottom-sec .address li h6 {
    font-size: 22px;
    color: #FFFFFF99;
    line-height: 32px;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
}

.contact-us ul.address {
    padding-left: 0rem;
    list-style: none;
    display: flex;
    gap: 5px;
    flex-direction: column;
}

.bottom-sec img {
    width: auto;
    height: 30px;
}

.contact-us .contact-form {
    padding-left: 100px;
}

.contact-us .contact-form label {
    font-size: 14px;
    margin-bottom: 5px;
    color: #fff;
}

.contact-us .contact-form .form-group {
    padding-bottom: 30px;
}

input:focus-visible,
textarea:focus-visible {
    outline: none;
}

.contact-us .contact-form label .star {
    color: red;
    padding-left: 5px;
}

.contact-us .contact-form input,
.contact-us .contact-form textarea {
    color: #fff;
    background: transparent;
    width: 100%;
    padding: 0 0 10px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 18px;
}

.contact-us .contact-form button {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    padding: 12px 25px;
}



.contact-us .contact-form .form-btn input {
    color: #fff;
    background: transparent;
    width: 100%;
    padding: 0px;
    border: 0px;
    border-bottom: 0px !important;
    font-size: 18px;
}


/* -------------------------------Contact Us Section style End -------------------------  */

/*---------------------- Trusted parter section styles ------------------------*/
.trusted-parters {
    overflow: hidden;
    background-color: #0a0a0a;
    padding: 50px 0px;
    position: relative;

}

.trusted-parters-sec {
    margin-top: -25px;
    overflow: hidden;
    background-color: #0a0a0a;
    padding: 120px 0px;
    position: relative;

}


.trusted-parters video {
    opacity: 1;
    object-fit: cover;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.trusted-parters-sec h2 {
    color: #FFFFFF99;
    font-size: 28px;
    font-weight: 400;
    line-height: 35px;
}

.trusted-parters-sec p {
    font-size: 30px;
    text-align: right;
    font-weight: 400;
    line-height: 46px;
    color: #ffffff;
}

.trusted-parters-grid {
    display: grid;
    grid-template-areas:
        "communication communication traffic support"
        "rating solutions solutions support";
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    /* Adjust as needed */
    padding: 50px 0px;
    z-index: 2;
}

.trusted-parters-grid a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #b47cfd;
    padding: 8px 20px;
    color: #fff;
    text-decoration: none;
    max-width: fit-content;
    border-radius: 50px;
}

.trusted-parters-grid h5 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
}

.trusted-parters-grid p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
}

.trusted-parters-grid a:hover {
    background-color: #fff;
    color: #0a0118;
}

.communication-sec {
    overflow: hidden;
    position: relative;
    grid-area: communication;
    border-radius: 10px;
    border: 1px solid #EEEEEE66;
    background-color: #EEEEEE1A;
    backdrop-filter: blur(15px);

    overflow: hidden;
    z-index: 2;
}

.communication-sec .content-box h5 {
    color: #000000;
    font-size: 25px;
    font-weight: 500;
    line-height: 36px;

}

.communication-sec .image-section {
    width: 50%;
}

.communication-sec .content-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding: 2rem 0rem 2rem 2rem;

}

.communication-sec a {
    background-color: #000;
    color: #fff;
}

.communication-sec p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
}



.communication-sec img {
    width: 100%;
    height: 300px;

    object-fit: cover;
    object-position: right;
    /* Fill the container without distortion */
}

.traffic-sec {
    overflow: hidden;
    grid-area: traffic;
    background-color: #292929;
    border: solid 1px #EEEEEE66;
    backdrop-filter: blur(15px);
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
}

.traffic-sec .content-box {
    z-index: 1;
    width: 100%;
    padding: 2em;
}

.traffic-sec h5 {
    color: #fff;
}

.traffic-sec p {
    color: #FFFFFFB2;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
}

.traffic-sec .img-box {
    position: absolute;
    top: -100px;
    z-index: 0;
}

.traffic-sec .img-box img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center center;
    border-radius: 0px 0px 10px 10px;
}


.client-rating {
    overflow: hidden;
    background-image: url(../images/bg_pattern-raing.png);
    background-color: #292929;
    background-size: 50px auto;

    display: flex;
    grid-area: rating;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    position: relative;
    border: solid 1px #EEEEEE66;
    z-index: 2;
}

.client-rating::before {
    content: "";
    /* Required for ::before to work */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    background-image: radial-gradient(at top left, #2B233880 0%, #0A0316 100%);
    opacity: 0.8;
    pointer-events: none;
    border-radius: 10px;
}

.client-rating span {
    font-size: 3rem;
    font-weight: 600;
    line-height: 3.5rem;
    color: #fff;
}

.client-rating h5 {
    color: #fff;
}

.star-rating i.active {
    color: #ffa05c;
}

.client-rating .bg-rating {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.client-rating .bg-rating img {
    object-fit: cover;
}

.resposive-solution {
    overflow: hidden;
    grid-area: solutions;
    min-height: 300px;
    backdrop-filter: blur(30px);
    background-color: #EEEEEE1A;
    border: 1px solid #EEEEEE66;
    border-radius: 10px;
    z-index: 2;
}

.resposive-solution .content-box {
    display: flex;
    width: 50%;
    padding: 2rem;
    flex-direction: column;
    justify-content: center;

}

.resposive-solution .content-box h5 {
    color: #000000;
}

.resposive-solution .content-box p {
    color: #000000B2;
}

.resposive-solution .content-box a {
    background-color: #000;
    color: #fff;
}

.resposive-solution .content-box a:hover {
    background-color: #fff;
    color: #000;
}

.resposive-solution .image-box {
    width: 50%;
}

.resposive-solution .image-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    background-position: bottom left;
}

.support {
    overflow: hidden;
    display: flex;
    grid-area: support;

    backdrop-filter: blur(20px);
    background-color: #EEEEEE1A;
    border: 1px solid #EEEEEE66;
    border-radius: 10px;
    padding: 0rem 2rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.support h6 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #fff;
}

.support h5 {
    font-size: 36px;
    line-height: 45px;
    color: #fff;
}

.support p {
    color: #fff;
    padding-bottom: 20px;
}

.support a {
    background-color: #000;
}

/* Trusted parter section ends */

/* Footer Styles Start */
footer {
    overflow: hidden;
}

.footer-main {
    overflow: hidden;
}

.footer-work-together {
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}

.footer-work-together::before {
    content: '';
    display: block;
    position: absolute;
    right: -20px;
    top: 12%;
    background: url(../images/section-bg-shape-7.png) no-repeat;
    background-position: right center;
    background-size: cover;
    width: 250px;
    height: 250px;
    opacity: 40%;
    animation: circlerotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.work-together-box {
    position: relative;
}

.work-together-content {
    position: relative;
    background: url('../images/work-together-bg.png') no-repeat;
    background-position: center center;
    background-size: auto;
    text-align: center;
}

.work-together-content::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/work-together-bg-gradient.png) no-repeat;
    background-position: center center;
    background-size: contain;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footer-work-together {
    margin-bottom: 0;
}

.footer-work-together h3 {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-work-together h2 {
    font-size: 180px;
    font-weight: 800;
    text-transform: uppercase;
}

.work-together-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer-work-together .work-together-btn a {
    background-color: var(--accent-color);
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.footer-work-together .work-together-btn a:hover {
    background-color: var(--secondary-color);
}

.footer-work-together .work-together-btn a img {
    width: 100%;
    max-width: 24px;
    height: 24px;
    color: var(--secondary-color);
    transition: all 0.3s ease-in-out;
}

.footer-work-together .work-together-btn a:hover img {
    filter: brightness(0) invert(1);
    transform: rotate(45deg);
}

.footer-work-together .work-together-btn a span {
    width: 100%;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--dark-color);
    transition: all 0.3s ease-in-out;
}

.footer-work-together .work-together-btn a:hover span {
    color: var(--primary-color);
}

.footer-main {
    border-top: 1px solid var(--divider-color);
    padding: 60px 0 0;
    background: #000000;
    color: #fff;
}

.footer-main-box {
    display: flex;
    gap: 30px 60px;
    flex-wrap: wrap;
}

.about-footer {
    width: calc(30% - 30px);
}

.footer-logo {
    margin-bottom: 25px;
}

.footer-logo img {
    width: 100%;
    max-width: 177px;
}

.about-footer-content p {
    margin-bottom: 0;
}

.footer-newsletter-form {
    border-top: 1px solid var(--divider-color);
    margin-top: 25px;
    padding-top: 25px;
}

.footer-newsletter-form h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.footer-newsletter-form .form-group {
    display: flex;
}

.footer-newsletter-form .form-group .form-control {
    width: calc(100% - 60px);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    color: var(--text-color);
    background: transparent;
    border: 1px solid var(--divider-color);
    border-radius: 100px;
    outline: none;
    box-shadow: none;
    padding: 15px 20px;
}

.footer-newsletter-form .form-group .form-control::placeholder {
    color: var(--text-color);
}

.footer-newsletter-form .form-group .newsletter-btn {
    background-color: var(--accent-color);
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

.footer-newsletter-form .form-group .newsletter-btn:hover {
    background-color: var(--primary-color);
}

.footer-newsletter-form .form-group .newsletter-btn i {
    font-size: 30px;
    padding-right: 5px;
}

.footer-links-box {
    width: calc(70% - 30px);
}

.footer-contact-list {
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.footer-contact-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 50px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-contact-list ul li {
    position: relative;
    width: calc(33.33% - 33.33px);
    font-size: 20px;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    transition: all 0.4s ease-in-out;
}

.footer-contact-list ul li::before {
    content: '';
    position: absolute;
    top: 0;
    right: -25px;
    bottom: 0;
    background-color: var(--divider-color);
    height: 100%;
    width: 1px;
}

.footer-contact-list ul li:nth-child(3n + 3):before,
.footer-contact-list ul li:last-child:before {
    display: none;
}

.footer-contact-list ul li a {
    color: inherit;
    text-decoration: none;
}

.footer-contact-list ul li a:hover {
    color: var(--accent-color);
}

.footer-contact-list ul li img {
    width: 100%;
    max-width: 25px;
    margin-right: 15px;
}

.footer-links-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 80px;
}

.footer-links {
    position: relative;
    width: calc(30% - 53.33px);
}

.footer-links.footer-service-links {
    width: calc(40% - 53.33px);
}

.footer-links::before {
    content: '';
    position: absolute;
    top: 0;
    right: -40px;
    bottom: 0;
    background-color: var(--divider-color);
    height: 100%;
    width: 1px;
}

.footer-links:nth-child(3n + 3):before,
.footer-links:last-child:before {
    display: none;
}

.footer-links h3 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

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

.footer-links ul li {
    text-transform: capitalize;
    line-height: 1.7em;
    margin-bottom: 15px;
    text-decoration: none;
}

.footer-links ul li:last-child {
    margin-bottom: 0;
}

.footer-links ul li a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease-in-out;
}

.footer-links ul li a:hover {
    color: var(--accent-color);
}

.footer-links ul li a i {
    font-size: 18px;
    color: var(--accent-color);
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
}

.footer-links ul li a:hover i {
    color: var(--primary-color);
}

.footer-copyright-text {
    text-align: center;
    border-top: 1px solid var(--divider-color);
    margin-top: 60px;
    padding: 60px 0;
}

.footer-copyright-text p {
    margin: 0;
}

/* Footer Styles Start */


/* Main footer  */
.main-footer {
    padding: 100px 0px;

    .container {
        .row {
            .work-with-us {
                h3 {
                    color: #fff;
                    font-weight: 400;
                    font-size: 40px;
                    line-height: 50px;
                }

                .menu-box {
                    padding-top: 100px;
                    display: flex;
                    gap: 50px;

                    .main-menu {
                        h4 {
                            color: #fff;
                            font-weight: 500;
                            font-size: 24px;
                            line-height: 30px;
                        }

                        ul {
                            color: #fff;
                            list-style-type: none;
                            padding: 0px;

                            li {
                                a {
                                    color: #FFFFFF99;
                                    text-decoration: none;
                                    font-weight: 400;
                                }

                                a:hover {
                                    color: #fff;
                                }
                            }
                        }
                    }

                    .socaial-media-menu {
                        h4 {
                            color: #fff;
                            font-weight: 500;
                            font-size: 24px;
                            line-height: 30px;
                            padding-bottom: 10px;
                        }

                        ul {
                            color: #fff;
                            list-style-type: none;
                            padding: 0px;

                            li {
                                a {
                                    color: #FFFFFF99;
                                    text-decoration: none;
                                    font-weight: 400;
                                }

                                a:hover {
                                    color: #fff;
                                }
                            }
                        }
                    }
                }


            }

            .mail-sec {
                h2 {
                    text-align: right;

                    a {
                        color: #fff;
                        text-decoration: none;
                        font-weight: 400;
                        font-size: 60px;
                    }
                }
            }

        }

        .footer-bottom-sec {
            padding-top: 140px;
            display: grid;
            grid-template-columns: 45% 15% 40%;

            .web-a {
                display: flex;
                justify-content: flex-end;
                flex-direction: column;

                h2 {
                    color: #fff;
                    font-weight: 500;
                    font-size: 220px;
                    line-height: 145px;
                }
            }

            .back-to-top {
                display: flex;
                justify-content: flex-end;
                flex-direction: column;
                align-items: center;

                a {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    gap: 10px;
                    color: #FFFFFF99;
                    text-decoration: none;
                    font-weight: 300;
                    font-size: 20px;

                    img {
                        width: 8%;
                    }
                }
            }

            .copyright {
                display: flex;

                justify-content: flex-end;
                flex-direction: column;
                align-items: end;

                h4 {
                    color: #FFFFFF99;
                    font-weight: 300;
                    font-size: 20px;
                    margin: 0px;
                }
            }
        }

    }
}


/* Main footer End */