@font-face {
    font-family: Heading;
    src: url(../Font/Rubik-Bold.ttf);
}

@font-face {
    font-family: Button;
    src: url(../Font/Poppins-Bold.ttf);
}

@font-face {
    font-family: Paragraph;
    src: url(../Font/Para_Poppins-Regular.ttf);
}

@font-face {
    font-family: Special_Text;
    src: url(../Font/Speacial_Ponari-Jpw1j.ttf);
}

@font-face {
    font-family: Sub_Heading;
    src: url(../Font/Poppins-Bold.ttf);
}


:root {
    --Dark: #000;
    --Yellow: #fde047;
    --Green: #015763;
    --Light: #fff;
    --background-color: #FBFBFB;
    --Heading: Heading;
    --Paragraph: Paragraph;
    --Special_Text: Special_Text;
    --Sub_Heading: Sub_Heading;
    --Button: Button;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    user-select: none;
    background: var(--background-color);
    color: var(--Dark) !important;
}


a {
    text-decoration: none;
}


/* Gradient Scrollbar */
body::-webkit-scrollbar {
    width: 1vh;
}

body::-webkit-scrollbar-track {
    background: var(--Green);
}

body::-webkit-scrollbar-thumb {
    background: transparent;
    box-shadow: 0px 0px 0px 100000vh #fff;
    border-radius: 22px;
}

.Main-background {
    backdrop-filter: blur(10px);
}

.Main {
    padding: 0 5%;
}






/* SIDE BAR  */



/* SIDEBAR */

.sidebar-button {
    display: none;
    visibility: hidden;
    width: 20%;
    text-align: center;
    color: var(--Dark) !important;
}

.Sidebar_Open_Heading {
    color: var(--Green);
    font-size: x-large;
    font-weight: 900;
    margin-top: 20px;
    width: 50%;
    padding: 3%;
    padding-top: 0;
    font-family: var(--Paragraph);
}

.Sidebar_Open_Heading_Span {
    color: var(--Green);

}

.sidebar-button-side {
    padding: 5px 12px;
    font-size: x-large;
    cursor: pointer;
    border: none;
    background-color: transparent;
    color: var(--Green);
}

.sidebar-button-color {
    padding: 5px 12px;
    font-size: x-large;
    cursor: pointer;
    border: none;
    background-color: transparent;
    color: var(--Green);
}

.sidebar {
    display: none;
    visibility: hidden;
    z-index: 500 !important;
    position: fixed;
    top: 0;
    margin-left: -300px;
    padding-top: 0px;
    width: 300px;
    height: 100vh;
    background-color: #F3F9FB;
    transition: all 0.1s;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #ffce33 #000;
}

.top-icons {
    display: flex;
    flex-flow: row;
    padding: 0px 10px;
}

.icon1 {
    font-size: 20px;
    color: black;
}

.icon2 {
    font-size: 20px;
    color: black;
    margin-left: auto;
    cursor: pointer;
}

.sidebar-content {
    margin-top: 30px;
}

.sidebar-content ul {
    padding: 0;
}

.sidebar-content li {
    color: black;
    list-style: none;
    line-height: 3.8rem;
    cursor: pointer;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 900;
    font-family: var(--Paragraph);
    letter-spacing: 2px;
}

.sidebar-content li:hover {
    background-color: white;
    border-radius: 20px;
    border: 2px solid #ffce33;
}

.sidebar-content li i {
    width: 15%;
}

.main {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 50px;
}

.sidebar-user {
    color: black;
    font-size: 22px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 10px;
}

.sidebar-email {
    color: black;
    font-size: 18px;
}

@media only screen and (max-width:900px) {
    .sidebar-button {
        display: unset;
        visibility: visible;
        align-self: center;
    }

    .main {
        display: flex;
        flex-flow: column;
        align-items: center;
        margin-top: 10px;
    }

    .sidebar-user {
        color: black;
        font-size: 22px;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:400px) {
    .sidebar {
        overflow-y: auto;
    }

    .sidebar-button {

        color: var(--Dark) !important;
    }

}











/* NAV BAR  */



.logo {
    width: 30%;
    display: flex;
    flex-flow: row;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
    padding: 0 2%;
}

.logo-img {
    width: 90px;
    padding-right: 10px;
}

.Logo-Text {
    color: var(--Green);
    font-size: 2em;
    align-self: center;
    font-family: var(--Paragraph);
    font-weight: 900;
}

.Logo-Text-Img img {
    width: 80%;
}


.main-body {
    margin-left: 0px;
}


.nav {
    position: fixed;
    display: flex;
    flex-flow: row;
    z-index: 100;
    right: 0;
    left: 0;
    top: 0;
    background-color: var(--background-color);
}

/* MAIN NAV BAR */

.main-nav {
    width: 75%;
    display: flex;
    justify-content: end;
    height: fit-content;
}

.main-nav ul {
    display: flex;
    padding: 0.5% 1%;
    border-radius: 5px;
}

.main-nav ul li {
    list-style: none;
    padding-left: 10px;
    padding: 10px 10px;
    color: var(--Dark);
    font-weight: 500;
    font-size: 1.2em;

    text-transform: capitalize;
    font-family: var(--Paragraph);
}

.main-nav ul li:hover {
    color: var(--Light);
    background-color: var(--Green);
    cursor: pointer;
    border-radius: 20px 20px 20px;
    font-weight: 700;
}


/* RIGHT NAV BAR */

.right-nav {
    display: flex;
    align-items: center;
    margin-left: auto; /* Pushes it to the right */
}

.right-nav ul {
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: flex-end; /* Align icons to the right */
}

.right-nav ul i {
    display: inline;
    list-style: none;
    padding-left: 10px;
    padding: 12px 10px;
    color: var(--Green);
    font-weight: 500;
    font-size: 2.4em;
    cursor: pointer;
}

@media only screen and (max-width:1450px) {
    .main-nav ul li {
        font-size: 1.2em;
    }


    .logo-img {
        width: 45px;
    }

    .right-nav ul i {
        font-size: 2em;
    }
}

@media only screen and (max-width:1050px) {
    .main-nav {
        min-width: 30%;
        width: 50%;
    }
    .right-nav ul i {
        font-size: 2.5em;
        padding: 10%;
    }
}

@media only screen and (max-width:900px) {
    .sidebar {
        z-index: 10;
        position: fixed;
        transition: all 0.1s;
        margin-left: -300px;
    }
}

@media only screen and (max-width:900px) {
    .main-nav {
        display: none;
        visibility: hidden;
    }
}

@media only screen and (max-width:900px) {
    .right-nav {
        width: 45%;
        padding: 16px 0;
    }

    .logo {
        width: 45%;
        padding-left: 0px;
        justify-content: start;
    }

    
}




@media only screen and (max-width: 450px) {
    .nav {
        padding: 0% 2%;
    }

    .logo-img {
        width: 35px;
    }

    .logo {
        width: 40%;
    }

    .Logo-Text-Img img {
        width: 100%;
    }

    .right-nav {
        width: auto;
        padding: 16px 0;
    }

    .sidebar-button {
        width: 10%;
    }
}



@media only screen and (max-width: 900px) {
    .right-nav {
        width: auto; /* Remove fixed width */
        
    }
    
    .logo {
        width: auto; /* Let logo take natural width */
        padding-left: 0;
    }
    
    /* Ensure nav items are spaced properly */
    .nav {
        justify-content: space-between;
        padding: 0 2%;
    }
}

@media only screen and (max-width: 450px) {
    .right-nav ul i {
        font-size: 1.2em; /* Adjust icon size */
        padding: 6px; /* Reduce padding */
    }
    
    .sidebar-button {
        width: auto; /* Take only needed space */
    }
}












/* Fotter  */


@media only screen and (max-width:2100px) {

    .form-inputs {
        margin-top: 20px;
    }

    .right-form {
        display: flex;
        flex-flow: column;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 50px;
        width: 50%;
        text-align: center;

    }

    .butt2-form {
        background-color: snow;
        color: white;
        font-size: 18px;
        border: 2px solid var(--Light);
        padding: 8px 30px 8px 30px;
    }

    .butt1-form {
        text-align: start;
        background-color: transparent !important;
        padding: 2.5% 5% 2.5% 5%;
        font-size: 25px;
        color: var(--Light) !important;
        width: 60%;
        border: none !important;
        font-weight: 400;
        outline: none;
        border-bottom: 2px solid var(--Light) !important;
    }

}


/* MOBILE VIEW CSS MEDIA */

@media only screen and (max-width:1540px) {

    .form-content-right {
        font-size: 15px;
        color: var(--Dark);
    }

    .input-email {
        line-height: 1.8rem;
        border: 1px solid grey;
        color: #5d5d5d;
        font-size: 18px;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: transparent;
    }

    .butt2-form {
        background-color: snow;
        color: white;
        font-size: 18px;
        border: 2px solid var(--Light);
        padding: 8px 30px 8px 30px;
    }


    .butt1-form {
        text-align: start;
        background-color: var(--Light);
        padding: 1.5% 5% 1.5% 5%;
        font-size: 20px;
        color: var(--Light);
        width: 60%;
        border: none !important;
        font-weight: 400;
        outline: none;
        border-bottom: 2px solid var(--Light) !important;
    }
}

@media only screen and (max-width:900px) {

    .form-content {
        padding-left: 10px;
        width: 90%;
    }

    .right-form {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        border-radius: 5px 5px 5px 5px
    }

}




.input-email {
    line-height: 1.8rem;
    border: 1px solid grey;
    color: #5d5d5d;
    font-size: 18px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: transparent;
}

.right-form {
    display: flex;
    flex-flow: column;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: var(--Light);

    text-align: center;
}

.forms {
    display: flex;
    flex-flow: row;
    width: 100%;
    gap: 20px;
}

.right-form,
.left-form {
    flex: 1 1 50%;
    padding: 2% 5%;
    box-sizing: border-box;
    text-align: center;

}

.right-form {
    background-color: var(--Dark);
    color: var(--Light);
    border-radius: 5px;
}

.left-form {
    background-color: var(--Light);
    color: var(--Dark);
    border-radius: 5px;

    position: relative;
}

.left-form-inner {
    align-self: center;
    width: 100%;
    height: 100%;
}

.form-desc {
    font-size: 2em;
    font-family: var(--Special_Text);
    margin-bottom: 1em;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.form-heading {
    font-size: 3.5em;
    font-family: var(--Heading);
    font-weight: bold;
    margin: 0.5em 0;
}

.form-content {
    font-size: 1.3em;
    font-family: var(--Paragraph);
    margin-bottom: 0.5em;
    line-height: 1.5;
}



/* Responsive Styles */
@media (max-width: 900px) {
    .forms {
        flex-flow: column;
    }

    .right-form,
    .left-form {
        flex: 1 1 100%;
        padding: 10%;
    }

}

@media (max-width: 540px) {
    .form-heading {
        font-size: 2em;
        /* 32px */
    }

    .form-desc {
        font-size: 1.6em;
        /* 16px */
    }

    .form-content {
        font-size: 1.1em;
        /* 14px */
    }

    .form-inputs button {
        font-size: 0.875em;
        /* 14px */
        padding: 0.5em 1em;
    }
}














/* General Styles */
.footer-container {
    background-color: var(--Green);
    padding: 40px 20px 20px;
    font-family: var(--Paragraph);
    color: var(--Light);
    position: relative;
    overflow: hidden;
}

.wave-container {
    position: absolute;
    top: -20px;
    /* Adjust as needed */
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
    overflow: hidden;
}

.wave-container svg {
    width: 100%;
    height: 100px;
    display: block;
}

.wave-container svg path {
    fill: var(--Green);
}

/* Footer Content */
.footer-content {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    position: relative;
    z-index: 2;
    padding: 0% 5%;
}



/* Contact Form Section */
.footer-form {
    flex: 1 1 40%;
    padding: 3%;
    background-color: var(--Light);
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.form-intro {
    margin-bottom: 15px;
}

.form-title {
    font-size: 2em;
    font-weight: bold;
    color: var(--Green);
    font-family: var(--Sub_Heading);
}

.form-subtitle {
    font-size: 1.1em;
    color: var(--Green);
    margin-top: 5px;
    font-family: var(--Paragraph);
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-form input {
    padding: 10px;
    border: 1px solid var(--Green);
    border-radius: 5px;
    font-size: 1.1em;
    outline: none;
    transition: border-color 0.3s ease;
    font-family: var(--Paragraph);
}

.contact-form input:focus {
    border-color: var(--Yellow);
}

.submit-button {
    padding: 10px;
    background-color: var(--Yellow);
    color: var(--Green);
    border: none;
    border-radius: 5px;
    font-size: 1.5em;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: var(--Button);
}

.submit-button:hover {
    background-color: #e0b82e;
}

/* Branding and Social Links Section */
.footer-info {
    flex: 1 1 45%;
    padding: 20px;
    text-align: center;
}



.form-desc-Footer {
    font-size: 2.5em;
    font-family: var(--Special_Text);
    margin-bottom: 1em;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: var(--Yellow);
}

.form-heading-Footer {
    font-size: 4em;
    color: var(--Light);
    font-family: var(--Heading);

    font-weight: bold;
    margin: 0.5em 0;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}

.social-icon img {
    width: 60px;
    height: 60px;
    transition: transform 0.3s ease;
}

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

/* Creative Graphics */
.footer-graphics {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.footer-graphics svg {
    position: absolute;
    opacity: 0.3;
}

.graphic-1 {
    top: 10%;
    left: 5%;
    width: 50px;
    height: 50px;
    animation: float 6s infinite ease-in-out;
}

.graphic-2 {
    bottom: 10%;
    right: 5%;
    width: 50px;
    height: 50px;
    animation: float 8s infinite ease-in-out;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
    }

    .footer-form,
    .footer-info {
        flex: 1 1 100%;
    }
}

@media (max-width: 1450px) {
    .form-desc-Footer {
        font-size: 2em;
    }

    .form-heading-Footer {
        font-size: 3.5em;
    }

    .social-icon img {
        width: 60px;
        height: 60px;
        transition: transform 0.3s ease;
    }

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

}


@media (max-width: 540px) {
    .form-heading-Footer {
        font-size: 2em;
    }

    .form-desc-Footer {
        font-size: 1.6em;
    }
}









.platform-box-div-center {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    /* Adjust size as needed */
    height: 100px;
    /* Adjust size as needed */
    margin: 10px;
    border-radius: 50%;
    /* Makes the icon circular */
    background-color: var(--LightGray);
    /* Background color */
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.platform-box-div-center img {
    width: 100%;
    /* Icon size inside the box */
    height: auto;
    /* Icon size inside the box */
    object-fit: contain;
}

.platform-box-div-center:hover {
    transform: scale(1.1);
    /* Slight zoom effect on hover */
    background-color: var(--DarkGray);
    /* Change background on hover */
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .platform-box-div-center {
        width: 50px;
        height: 50px;
    }
}

/* FORM BUTTON LAST */

.Form_Button_1 {
    outline: none;
    color: #fff;
    background: #000;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    border: 2px solid var(--Yellow);
    padding: 2% 5%;
    font-weight: 600;
    font-family: var(--Paragraph);
    letter-spacing: 2px;
}

.Form_Button_1:before {
    content: '';
    background: linear-gradient(45deg, #270cf3, #ffce33);
    position: absolute;
    top: -5px;
    left: -5px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    animation: glowing_1 15s linear infinite;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    border-radius: 10px;
}

.Form_Button_1:active {
    color: #000;
    /* WHEN BUTTON CLICK */
}

.Form_Button_1:hover:before {
    opacity: 1;
}

.Form_Button_1:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing_1 {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

@media only screen and (max-width:2000px) {
    .Form_Button_1 {
        font-size: 1.2em;
    }
}

@media only screen and (max-width:1500px) {
    .Form_Button_1 {
        font-size: 1.2em;
    }
}

@media only screen and (max-width:1250px) {
    .Form_Button_1 {
        font-size: 1.2em;
    }
}

@media only screen and (max-width:1024px) {
    .Form_Button_1 {
        font-size: 1.2em;
        padding: 2% 5%;
    }
}

@media only screen and (max-width:650px) {
    .Form_Button_1 {
        padding: 2% 5%;
    }
}




















/* SIXTH BOX TEXT GRAPHIC  TYPE 2*/
/* SIXTH BOX TEXT GRAPHIC  TYPE 2*/
/* SIXTH BOX TEXT GRAPHIC  TYPE 2*/
/* SIXTH BOX TEXT GRAPHIC  TYPE 2*/
/* SIXTH BOX TEXT GRAPHIC  TYPE 2*/

.sixth-box {
    padding: 0% 10% 5%;
    display: flex;
    flex-direction: row;
    overflow-x: hidden;
    overflow-y: hidden;
}

.sixth {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    column-gap: 5%;
}

.sixth-box-pic {
    width: 50%;
    height: auto;
    padding-top: 50px;
    position: relative;
}

.small-ball {
    position: absolute;
    z-index: -1;
    width: 60%;
    height: auto;
    top: 0;
}

.vector1 {
    position: relative;
}

.vector1>img {
    width: 100%;
    height: auto;
}

.combo {
    width: 50%;
    padding-top: 20px;
    position: relative;
}

.sixth-box-content {
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 100%;
    position: relative;
    justify-content: center;
}

.sixth-box-heading {
    font-size: 4em;
    letter-spacing: 2px !important;
    padding: 3% 2%;
    font-weight: 900;
    letter-spacing: 2px;
    color: var(--Green);
    font-family: var(--Heading);
}

.sixth-box-para {
    font-size: 1.7em;
    color: var(--Dark);
    position: relative;
    padding: 2%;
    font-family: var(--Paragraph);
}

.a {
    padding: 2%;
}


@media only screen and (max-width:1500px) {
    .sixth-box-heading {
        font-size: 3em;
        letter-spacing: 2px !important;
        padding: 3% 2%;
    }

    .sixth-box-para {
        font-size: 1em;
        position: relative;
        padding: 2%;
    }

    .a {
        padding: 2%;
    }

}


@media only screen and (max-width:1250px) {

    .sixth-box {
        padding: 2% 10%;
    }
}


@media only screen and (max-width:1050px) {
    .sixth-box-heading {
        font-size: 2em;
        letter-spacing: 2px !important;
        padding: 3% 2%;
    }

    .sixth-box-para {
        font-size: medium;
        position: relative;
        padding: 2%;
    }


}

@media only screen and (max-width:994px) {
    .sixth-box {
        padding: 5% 10% 10%;
    }

    .sixth {
        margin-top: 0px;
    }

    .combo {
        padding-top: 30px;
    }


}

@media only screen and (max-width:965px) {

    .combo {
        width: 100%;
    }

    .sixth {
        flex-direction: column;
    }

    .sixth-box-pic {
        width: 100%;
    }



    .a {
        display: flex;
        justify-content: center;
    }

    .sixth-box-heading {
        font-size: 1.7em;
        font-weight: 900;
        text-align: center;
    }

    .sixth-box-para {
        font-size: large;
        text-align: center;
    }

    .button-6 {
        width: 250px;
        font-size: x-large;
        padding: 12px 20px 12px 20px;
        margin-left: auto;
        border: none;
    }

    .a {
        display: flex;
    }


}

@media only screen and (max-width:650px) {
    .sixth {
        column-gap: 2%;
    }

}

@media only screen and (max-width:540px) {
    .a {
        display: flex;
    }

    .sixth-box-heading {
        font-size: 1.7em;
        font-weight: 900;
        text-align: center;
    }

    .sixth-box-para {
        font-size: small;
        text-align: center;
    }


    .a {
        display: flex;
        justify-content: center;
    }

    .small-ball {
        width: 100%;
        left: -30px;
    }
}











/* SevenTH-BOX  TEXT GRAPHIC TYPE 1 */
/* SevenTH-BOX  TEXT GRAPHIC TYPE 1 */
/* SevenTH-BOX  TEXT GRAPHIC TYPE 1 */
/* SevenTH-BOX  TEXT GRAPHIC TYPE 1 */
/* SevenTH-BOX  TEXT GRAPHIC TYPE 1 */
/* SevenTH-BOX  TEXT GRAPHIC TYPE 1 */

.seventh-box {
    padding: 0% 10%;
    position: relative;
}

.flower-pot {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100px;
    height: auto;
    top: -100px;
}

@media only screen and (max-width:630px) {
    .flower-pot {
        width: 75px;
        top: -49px;
    }
}

.seventh {
    position: relative;
    display: flex;
    flex-direction: row;
    column-gap: 5%;
}

.seventh-box-pic {
    width: 50%;
    height: auto;
    align-self: center;
}

.vector2>img {
    width: 100%;
    height: auto;
}

.combo1 {
    width: 50%;
    display: flex;
    flex-flow: column;
    align-self: center;
}

.b {
    padding: 2%;
}

.seventh-box-heading {
    font-size: 4em;
    padding: 2%;
    letter-spacing: 2px;
    font-family: var(--Heading);
    color: var(--Green);
}

.seventh-box-para {
    font-size: 1.7em;
    color: var(--Dark);
    padding: 2%;
    font-family: var(--Paragraph);
}



@media only screen and (max-width:1500px) {
    .seventh-box-heading {
        font-size: 3em;
        font-weight: 900;
    }

    .seventh-box-para {
        font-size: 1em;
    }
}

@media only screen and (max-width:1300px) {
    .seventh-box-heading {
        font-size: 3em;
        font-weight: 900;
    }

    .seventh-box-para {
        font-size: 1em;
    }
}

@media only screen and (max-width:1050px) {
    .seventh-box-heading {
        font-size: 35px;
        font-weight: 900;
    }

    .seventh-box-para {
        font-size: medium;
    }
}

@media only screen and (max-width:994px) {
    .seventh {
        column-gap: 2%;
    }

    .combo1 {
        width: 45%;
    }
}

@media only screen and (max-width:965px) {
    .combo1 {
        width: 100%;
    }

    .seventh {
        flex-direction: column-reverse;
    }

    .seventh-box-pic {
        width: 100%;
        margin-top: 0;
        padding-top: 0;
    }

    .seventh-box-heading {
        font-size: 1.7em;
        font-weight: 900;
        text-align: center;
    }

    .button-7 {
        width: 250px;
        font-size: x-large;
    }

    .seventh-box-para {
        font-size: large;
        text-align: center;
    }

    .b {
        justify-content: center;
    }
}

@media only screen and (max-width:965px) {
    .seventh-box {
        padding: 10% 10% 25%
    }
}

@media only screen and (max-width:540px) {
    .seventh-box-heading {
        font-size: 1.7em;
        font-weight: 900;
        text-align: center;
    }

    .seventh-box-para {
        font-size: small;
        text-align: center;
    }

    .b {
        text-align: center;
    }

    .seventh-box-pic {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }
}

/* TEXT GRAPHIC BUTTONS */

.TextGraphic_Button_1 {
    outline: none;
    color: var(--Dark);
    background: var(--background-color);
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    border: 2px solid var(--Green);
    padding: 2% 5%;
    font-weight: 600;
    font-family: var(--Paragraph);
    letter-spacing: 2px;
}

.TextGraphic_Button_1:before {
    content: '';
    background: linear-gradient(45deg, var(--Green), var(--Green));
    position: absolute;
    top: -5px;
    left: -5px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    animation: glowing_1 15s linear infinite;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    border-radius: 10px;
}

.TextGraphic_Button_1:active {
    color: var(--background-color);
}

.TextGraphic_Button_1:active:after {
    background: var(--Green);
}

.TextGraphic_Button_1:hover:before {
    opacity: 1;
}

.TextGraphic_Button_1:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--background-color);
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing_1 {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

@media only screen and (max-width:2000px) {
    .TextGraphic_Button_1 {
        font-size: 1.2em;
    }
}

@media only screen and (max-width:1500px) {
    .TextGraphic_Button_1 {
        font-size: 1.2em;
    }
}

@media only screen and (max-width:1250px) {
    .TextGraphic_Button_1 {
        font-size: 1.2em;
    }
}

@media only screen and (max-width:1024px) {
    .TextGraphic_Button_1 {
        font-size: 1em;
        padding: 2% 5%;
    }
}

@media only screen and (max-width:650px) {
    .TextGraphic_Button_1 {
        padding: 5%;
    }
}







































.Lets-Connect-container {
    text-align: center;
    margin: 0 auto;
    padding: 5% 2% 7%;
}

.Lets-Connect-Container-Inner {
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
}

.Lets-Connect-heading {
    font-size: 2em;
    font-weight: 100;
    margin-bottom: 1.25em;
    font-family: var(--Paragraph);
    text-transform: lowercase;
}

.Lets-Connect-heading .Lets-Connect-highlight {
    color: var(--Green);
    font-family: var(--Sub_Heading);
    font-size: 1.5em;
}

/* Completely New Button Design */
.Lets-Connect-contact-button {
    background: linear-gradient(135deg, var(--Dark), var(--Dark));
    color: var(--Light);
    padding: 0.75em 2.25em;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 0.75em;
    border: none;
    cursor: pointer;
    font-size: 1.5em;
    transition: all 0.5s ease;
    box-shadow: 0 8px 67px rgba(0, 0, 0, 0.3);
    width: 16%;
    justify-content: center;
    font-family: var(--Paragraph);
}

.Lets-Connect-contact-button span {
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
}

.Lets-Connect-contact-button i {
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
    background: linear-gradient(135deg, var(--Yellow), var(--Yellow));
    padding: 5%;
    border-radius: 50%;
}

/* Hover Effect: Shine Animation */
.Lets-Connect-contact-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.75s ease;
}

.Lets-Connect-contact-button:hover::before {
    left: 100%;
}

/* Hover Effect: Scale and Shadow */
.Lets-Connect-contact-button:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.Lets-Connect-contact-button:hover i {
    transform: scale(1.1);
}

/* Active Effect: Click Animation */
.Lets-Connect-contact-button:active {
    transform: scale(0.95);
}

/* Tags Container */
.Lets-Connect-tags-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75em;
    margin-top: 2.5em;
    position: relative;
    filter: brightness(0.94) blur(0px);
}

/* Completely New Tag Styles */
.Lets-Connect-tag {
    color: #333;
    padding: 0.5em 1em;
    border-radius: 25px;
    font-size: 1.3em;
    font-weight: 600;
    position: relative;
    background-color: #f3f4f6;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5em;
    font-family: var(--Paragraph);
}

/* Tag Hover Effect */
.Lets-Connect-tag:hover {
    background-color: #e5e7eb;
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Tag Icons */
.Lets-Connect-tag i {
    font-size: 0.9em;
}

/* Tag Colors */
.Lets-Connect-tag.Lets-Connect-yellow {
    background: linear-gradient(135deg, var(--Yellow), var(--Yellow));
    color: var(--Dark);
}

.Lets-Connect-tag.Lets-Connect-green {
    background: linear-gradient(135deg, var(--Green), var(--Green));
    color: var(--Light);
}

/* Tag Outline Effect */
.Lets-Connect-tag.outline {
    background: transparent;
    border: 2px solid #e5e7eb;
    color: #333;
}

.Lets-Connect-heading,
.Lets-Connect-highlight,
.Lets-Connect-contact-button,
.Lets-Connect-tag {
    will-change: transform, opacity;
    backface-visibility: hidden;
}


/* Responsive Styles */
@media (max-width: 2000px) {
    .Lets-Connect-contact-button {
        width: 20%;
    }
}

@media (max-width: 1450px) {
    .Lets-Connect-contact-button {
        width: 25%;
        font-size: 1.2em;
    }
    .Lets-Connect-tag {
        font-size: 1em;
    }
}

@media (max-width: 1200px) {
    .Lets-Connect-contact-button {
        width: 30%;
    }
}

@media (max-width: 1050px) {
    .Lets-Connect-contact-button {
        width: 60%;
        font-size: 1em;
    }

}


@media (max-width: 620px) {
    .Lets-Connect-contact-button {
        width: 50%;
    }
    .Lets-Connect-heading {
        font-size: 1.8em;
        
    }
    .Lets-Connect-heading .Lets-Connect-highlight {
        font-size: 1.1em;
    }
    .Lets-Connect-tags-container {
        gap: 0.5em;
    }
}

@media (max-width: 550px) {
    .Lets-Connect-contact-button {
        width: 60%;
    }

    .Lets-Connect-tag {
        padding: 0.5em 1em;
        border-radius: 25px;
        font-size: 0.7em;
    }
}

@media (max-width: 450px) {
    .Lets-Connect-contact-button {
        width: 70%;
    }
}

@media (max-width: 320px) {
    .Lets-Connect-contact-button {
        width: 80%;
    }

}