:root {
    --my-body-bg-color: #232323;
    --my-text-color: #FFFFFF;
    /* --my-text-theme-color: #48DFFD; */
    --my-text-theme-color: #1473B3;
    --my-border-text-gradient: linear-gradient(90deg, #1473B3 0%, #FFFFFF 100%);
    --my-sigin-button-bg: #565656;
}

body {
    font-family: 'Manrope', sans-serif;
    background-color: var(--my-body-bg-color);
    color: var(--my-text-color);
}

button {
    font-family: 'Manrope', sans-serif;
}

.themefont {
    font-weight: 500;
    font-family: 'Magnetik', sans-serif;
}

.themecolor {
    color: var(--my-text-theme-color);
}

.navbar {
    border-bottom: 1px solid var(--my-text-theme-color);
    outline-offset: -0.5px;
    box-shadow: 0px 3px 9.1px rgba(72, 223, 253, 0.28);
    background-color: var(--my-body-bg-color);
    backdrop-filter: blur(10px);
}

.navbar-toggler {
    background: radial-gradient(circle at bottom center, #FFFFFF 0.1%, #1473B3 83%, transparent 100%);
    border: none;
}

.navbar-toggler:focus {
    border: 1px solid #ffffff60;
    outline: none !important;
    box-shadow: 0 0 1px rgba(72, 223, 253, 0.5);
}



.btn-sigin-nav {
    color: var(--my-text-color);
    background: var(--my-sigin-button-bg);
    /* border: 1px solid #000000; */
    border: 1px solid #ffffff6c;
    border-radius: 254.06px 254.06px 254.06px 254.06px;
    font-weight: bold;
}



.btn-sigup-nav {
    color: var(--my-text-color);
    /* background: radial-gradient(circle at bottom center, #FFFFFF 0.1%, #1473B3 83%, transparent 100%); */
    background: radial-gradient(circle at bottom center, #FFFFFF -52.9%, #1473B3 89%, transparent 100%);
    border: none;
    border-radius: 254px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    /* ensures image doesn't leak out */
    z-index: 1;
}

.signup-button-bg-img {
    background-image: url('../images/Unionsvg.svg');
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    /* adjust visibility */
    z-index: 0;
}

.btn-sigup-nav span {
    position: relative;
    z-index: 2;
    /* keeps text above background */
}


/* End Navber */
.header-main {
    width: 100%;
    /* height: 100vh; */
    height: auto;
    overflow: hidden;
    position: relative;
}

@media (max-width: 992px) {
    .header-main {
        /* height: 90vh; */
        height: auto;
    }
}

@media (max-width: 768px) {
    .header-main {
        height: auto;
        /* content defines height */

    }
}

.glow-circle {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 50vw;
    height: 50vw;
    max-width: 808px;
    max-height: 808px;
    border-radius: 50%;
    background: radial-gradient(circle, #1473B3 18%, rgba(72, 223, 253, 0) 100%);
    /* background: radial-gradient(circle, #48DFFD 30%, rgba(72, 223, 253, 0) 100%); */
    opacity: 0.3;
    /* opacity: 0.4; */
    mix-blend-mode: hard-light;
    /* mix-blend-mode: normal; */
    filter: blur(120px) brightness(1.5);
    pointer-events: none;
}

.border-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    /* center and lift slightly */
    width: 90vw;
    /* responsive width */
    height: 90vw;
    /* keep it circular */
    max-width: 1300px;
    max-height: 1400px;
    border-radius: 50%;
    border: 2.2vw solid var(--my-text-theme-color);
    /* scales border thickness with screen */
    background-color: transparent;
    opacity: 0.97;
    filter: blur(20px);
    pointer-events: none;
    /* z-index: 0; */

}

/* Medium devices (tablets) */
@media (max-width: 992px) {
    .border-circle {
        width: 100vw;
        height: 100vw;
        border: 2vw solid var(--my-text-theme-color);
        transform: translate(-50%, -5%);
    }
}

/* Small devices (mobiles) */
@media (max-width: 576px) {
    .border-circle {
        width: 120vw;
        height: 120vw;
        border: 1.8vw solid var(--my-text-theme-color);
        filter: blur(30px);
        transform: translate(-50%, 0%);
    }
}

.hore-img {
    background-image:
        url('../images/Unionsvg.svg');
    background-size: contain;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: fill;

}

.hore {
    position: relative;
    z-index: 0;
    /* base layer */
}

.glow-circle {
    z-index: 1;
    /* behind border and content */
}

.border-circle {
    z-index: 2;
    /* behind hore-content */
}

.hore-img {
    z-index: 0;
    /* background image lowest */
}

.hore-content {
    position: relative;
    z-index: 5;
    /* always on top */
}
.shadow-line {
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 1px;
    background: var(--my-text-theme-color);
    border-top: 0.6vw solid var(--my-text-theme-color);
    background-color: transparent;
    opacity: 0.9;
    filter: blur(19px);

}

.hore-content {
    width: 100%;
    height: 770px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1rem;
    padding: 1rem;
    box-sizing: border-box;
    z-index: 5;
}

.hore-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.tags {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.tags-one {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    font-size: 15px;
    color: var(--my-text-color);
    border-radius: 254px;
    white-space: nowrap;
    font-weight: bold;
        font-family: 'Manrope', sans-serif;
    /* background:
  linear-gradient(90deg, #444444e0, #444444) padding-box,
  linear-gradient(90deg, #48DFFD 0%, #FFFFFF 100%) border-box; */
    background:
        linear-gradient(272deg, #4444446e, #4444447e) padding-box,
        /* linear-gradient(178deg, #48dffd57 0%, #ffffff49 100%) border-box; */
        linear-gradient(178deg, #1473B357 0%, #ffffff49 100%) border-box;
    border: 1px solid transparent;
}

.don {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--my-text-theme-color);
}

.hore-heading {
    width: 70%;
    color: var(--my-text-color);
    font-size: clamp(24px, 10vw, 80px);
    /* font-size: clamp(24px, 10vw, 75px); */
    /* min: 24px, fluid: 6vw, max: 70px */
    line-height: 1.2;
    margin: 0 auto;
}

.hore-p {
    width: 60%;
    color: var(--my-text-color);
    font-size: clamp(14px, 2vw, 18px);
    line-height: 1.6;
    text-align: center;
    margin: 0 auto;
}

.btn-sigin {
    color: var(--my-text-color);
    background-color: var(--my-sigin-button-bg);
    border: 1px solid #ffffff6c;
    border-radius: 254.06px 254.06px 254.06px 254.06px;
    font-weight: bold;
}

.main-slider {
    flex-direction: column;
    width: 100%;
    height: 320px;
    border-bottom: 1px solid var(--my-text-theme-color);
    outline-offset: -0.5px;
    box-shadow: 0px 3px 9.1px rgba(72, 223, 253, 0.28);
    background-color: var(--my-body-bg-color);
    backdrop-filter: blur(15px);
}

.slider {
    width: 100%;
    overflow: hidden;
    /* hides overflow */
    position: relative;
    background: transparent;
    gap: 25px;
}

.slider-track {
    display: flex;
    width: calc(200%);
    animation: scroll-right 15s linear infinite;
}

@keyframes scroll-right {
    0% {
        transform: translateX(-20%);
    }

    100% {
        transform: translateX(0%);
    }
}

.slider-track img {
    width: 180px;
    height: 10vh;

    margin-right: 5vw;
    object-fit: contain;
}

/* Small devices (mobile) */
@media (max-width: 768px) {
    .slider-track img {
        height: 8vh;
        /* slightly smaller on mobile */
        max-height: 60px;
        margin-right: 3vw;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .slider-track img {
        height: 6vh;
        /* even smaller on very small screens */
        max-height: 50px;
        margin-right: 2vw;
    }
}


.slider-tags-one {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    font-size: 15px;
    color: var(--my-text-color);
    border-radius: 254px;
    white-space: nowrap;
    font-weight: bold;
    background:
        linear-gradient(90deg, #444444, #444444) padding-box,
        linear-gradient(90deg, #1473B3 0%, #FFFFFF 90%) border-box;
    border: 1px solid transparent;

}

.main-about-img {
    width: 100%;
    height: 776px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.about-content {
    width: 100%;
    padding: 10px;
    margin-top: 22px;
    margin-bottom: 86px;
}

.about-heading {
    font-weight: 500;
    font-family: 'Magnetik', sans-serif;
    font-size: 39px;
    color: var(--my-text-color);
}

.about-tag {
    font-style: italic;
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 2px;
}

.about-tag-line {
    border-bottom: 2px solid var(--my-text-theme-color);
    font-family: 'Magnetik', sans-serif;
}

.about-p {
    font-size: 15px;
    color: var(--my-text-color);
}

.services-section {
    width: 100%;
    position: relative;
    border: 1px solid var(--my-text-theme-color);
    background: #151515;
    border-radius: 15px;
    box-sizing: border-box;
    background:
        radial-gradient(circle at left bottom, #1473B3 -154%, rgba(123, 15, 230, 0) 40%),
        radial-gradient(circle at right top, #1473B3 -154%, rgba(123, 15, 230, 0) 40%),
        /* radial-gradient(circle at left bottom, #48dffd99 -154%, rgba(123, 15, 230, 0) 40%),
        radial-gradient(circle at right top, #48dffd99 -154%, rgba(123, 15, 230, 0) 40%), */
        #151515;
    background-blend-mode: screen;
}

.services-card-gradient {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: relative;
    background: radial-gradient(circle at left top,
            var(--my-text-theme-color) -217%, var(--my-body-bg-color) 43%), var(--my-body-bg-color);
}

.services-card {
    width: 100%;
    /* min-height: 260px; */
    height: 30vh;
    min-height: 23vh; 
    max-height: 332px;
    border-radius: 10px;
    position: relative;
    border: 1px solid transparent;
    background:
        linear-gradient(var(--my-body-bg-color), var(--my-body-bg-color)) padding-box,
        radial-gradient(circle at left top, var(--my-text-theme-color) 29%, var(--my-body-bg-color) 108%) border-box;
    box-sizing: border-box;
    overflow: hidden;
}




@media (max-width: 1400px) {
.services-card {
        height: 35vh;
    min-height: 26vh;;
    max-height: 345px;
    }
} 
@media (max-width: 1200px) {
    .services-card {
         height: 30vh;
    /* min-height: 45vh; */
    
    min-height:  30vh;
    
    
    max-height: 350px;
    }
}
@media (max-width: 991px) {
    .services-card {
         height: 35vh;
    /* min-height: 40vh;; */
    min-height: 25vh;
    

    max-height: 345px;
    }
}

/* @media (max-width: 380px) {
    .services-card {
         height: 45vh;
    min-height: 45vh;;
    max-height: 350px;
    }
}

@media (max-width: 375px) {
    .services-card {
         height: 50vh;
    min-height: 50vh;;
    max-height: 355px;
    }
}


@media (max-width: 339px) {
    .services-card {
         height: 55vh;
    min-height: 55vh;;
    max-height: 350px;
    }
}


@media (max-width: 319px) {
    .services-card {
         height: 60vh;
    min-height: 50vh;;
    max-height: 355px;
    }
} */
@media (max-width: 319px) {
    .services-card {
         height: auto;
    min-height: 50vh;;
    max-height: 355px;
    }
}


/* @media (max-width: 992px) {
    .services-card {
        height: 28vh;
        
}

@media (max-width: 768px) {
    .services-card {
        height: 26vh;
      
    }
}

@media (max-width: 576px) {
    .services-card {
        height: auto;
        padding: 10px;
    }
} */

.services-card-bg-img {
    background-image: url('../images/Unionsvg.svg');
    background-size: contain;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.services-card-p {
    font-size: 20px;
    color: var(--my-text-color);
}

/* ✅ Responsive Adjustments */
@media (max-width: 992px) {
    .services-section {
        height: auto;
        padding: 40px 20px;
    }

    .services-card {
        margin-bottom: 30px;
        
         height: 35vh;
    /* min-height: 40vh;; */
    
    min-height: 25vh;
    

    max-height: 345px;
    }

    .services-card-p {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .services-card h2 {
        font-size: 22px;
    }

    .services-card-p {
        font-size: 16px;
    }

    .services-card img {
        width: 60px;
    }
}

@media (max-width: 576px) {
    .services-section {
        padding: 20px 10px;
    }

    .services-card h2 {
        font-size: 20px;
    }

    .services-card-p {
        font-size: 15px;
    }

    .services-card img {
        width: 50px;
    }
}


.main-testimon {
    width: 100%;
    height: 642px;
    min-height: 500px;
    position: relative;
    overflow-x: hidden;
    overflow-y: clip;
}


.circle-grid,
.circle-grid2,
.circle-grid3 {
    position: absolute;
    border-radius: 50%;
    z-index: 0;
    transition: all 0.5s ease;
    pointer-events: none;
    filter: blur(2px);
}

.circle-grid {
    width: 40%;
    height: 90%;
    position: absolute;
    bottom: -1vh;
    left: -10vw;
    background: radial-gradient(circle at center,
            var(--my-text-theme-color) -250%,
            rgba(35, 35, 35, 0.3) 65%);
    z-index: 0;
    pointer-events: none;
    /* optional: avoids blocking clicks */
}

.circle-grid2 {
    width: 37%;
    height: 85%;
    opacity: 0.8;
    bottom: 3vh;
    right: 20vw;
    background: radial-gradient(circle at center, var(--my-text-theme-color)-250%, rgba(35, 35, 35, 0.3) 65%);
}

.circle-grid3 {
    width: 35%;
    height: 80%;
    top: -3vh;
    right: -5vw;
    background: radial-gradient(circle at center, var(--my-text-theme-color) -174%, rgba(35, 35, 35, 0.3) 51%);
}

@media (max-width: 1200px) {
    .main-testimon {
        height: 550px;
    }

    .circle-grid {
        width: 45%;
        left: -8vw;
        bottom: -12vh;
    }

    .circle-grid2 {
        width: 40%;
        right: 14vw;
    }

    .circle-grid3 {
        width: 38%;
        right: -3vw;
    }
}

@media (max-width: 992px) {
    .main-testimon {
        height: 500px;
    }

    .circle-grid {
        width: 50%;
        left: -6vw;
        bottom: -10vh;
    }

    .circle-grid2 {
        width: 45%;
        right: 10vw;
    }

    .circle-grid3 {
        width: 42%;
        top: -9vh;
    }
}

@media (max-width: 768px) {
    .main-testimon {
        height: 450px;
    }

    .circle-grid {
        width: 60%;
        left: -4vw;
        bottom: -8vh;
    }

    .circle-grid2 {
        width: 50%;
        right: 6vw;
    }

    .circle-grid3 {
        width: 50%;
        top: -7vh;
    }
}

@media (max-width: 576px) {
    .main-testimon {
        height: 400px;
    }


    .circle-grid {
        width: 75%;
        left: -3vw;
        bottom: -6vh;
        opacity: 0.7;
    }

    .circle-grid2 {
        width: 65%;
        right: 4vw;
        bottom: -4vh;
        opacity: 0.5;
    }

    .circle-grid3 {
        width: 70%;
        top: -5vh;
        right: -3vw;
        opacity: 0.5;
    }
}

.testimon-card {
    width: 100%;
    /* min-height: 151px; */
    min-height: 159px;
    height: 9vh;
    border-radius: 10px;
    position: relative;
    border: 1px solid transparent;
    background: linear-gradient(var(--my-body-bg-color), var(--my-body-bg-color)) padding-box, radial-gradient(circle at left top, var(--my-text-theme-color) 29%, var(--my-body-bg-color)) border-box;
    background-color: #151515;
    ;
    box-sizing: border-box;
    overflow: hidden;
    flex: 0 0 auto;
}

.testimon-card-bg-img {
    background-image: url(../images/Unionsvg.svg);
    background-size: contain;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.testimon-card-gradient {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: relative;
    background: #1515159e;
}

/* .testimon-img {
    width: 100%;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}  */
.testimon-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}


.testimon-card-content {
    padding: 12px;
}

.testimon-heading {
    font-size: 18px;
    color: var(--my-text-color);
}

.testimon-tag-line {
    font-size: 13px;
    color: var(--my-text-theme-color);
}

.testimon-p {
    font-size: 13px;
    color: var(--my-text-color);
}

.testimon-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: transparent;

}

.testimon-track {
    display: flex;
    width: calc(200%);
    animation: scroll-right 15s linear infinite;
    gap: 33px;
}

@keyframes scroll-right {
    0% {
        transform: translateX(-20%);
    }

    100% {
        transform: translateX(0%);
    }
}

/* Responsive Tweaks */
@media (max-width: 992px) {
    .testimon-card {
        min-width: 220px;
    }
}

@media (max-width: 768px) {
    .testimon-card {
        min-width: 180px;
    }

    .testimon-heading {
        font-size: 16px;
    }

    .testimon-p {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .testimon-track {
        animation-duration: 25s;
    }

    .testimon-card {
        min-width: 150px;
    }
}

.testimon-track-Left {
    display: flex;
    width: calc(200%);
    animation: scroll-left 15s linear infinite;
    gap: 33px;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-20%);
    }
}

.main-text-silder {
    width: 100%;
    height: auto;
    min-height: 38px;
    background: #1515159e;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    border-top: 1px solid var(--my-text-theme-color);
    border-bottom: 1px solid var(--my-text-theme-color);
    /* box-shadow: 0px 3px 9.1px rgba(72, 223, 253, 0.28);
    backdrop-filter: blur(10px); */
    padding: 6px 0;
}

/* Scrolling text animation */
.text-silder {
    display: flex;
    width: calc(200%);
    animation: scroll-right 15s linear infinite;
    gap: 33px;
    white-space: nowrap;
}

@keyframes scroll-right {
    0% {
        transform: translateX(-20%);
    }

    100% {
        transform: translateX(0%);
    }
}


.text-silder-content-text {
    font-size: 25px;
    font-weight: bold;
    color: var(--my-text-theme-color);
    display: flex;
    align-items: center;
    gap: 8px;
}

.text-silder-content-Don {
    width: 10px;
    height: 10px;
    margin-bottom: -8px;
    border-radius: 50%;
    background-color: var(--my-text-theme-color);
    display: inline-block;
}

@media (max-width: 992px) {
    .main-text-silder {
        margin-top: 46px;
    }

    .text-silder-content-text {
        font-size: 1rem;
        gap: 6px;
    }

    .text-silder-content-Don {
        width: 7px;
        height: 7px;
    }

    .text-silder {
        gap: 20px;
        animation: scroll-right 20s linear infinite;
    }
}

@media (max-width: 576px) {
    .text-silder-content-text {
        font-size: 0.9rem;
    }

    .text-silder-content-Don {
        width: 6px;
        height: 6px;
    }

    .main-text-silder {
        min-height: 32px;
        padding: 4px 0;
    }

    .text-silder {
        gap: 15px;
        animation: scroll-right 25s linear infinite;
    }
}

.main-chart {
    width: 100%;
    height: 682px;
    min-height: 500px;
    position: relative;
    overflow-x: hidden;
    overflow-y: clip;
}

.chart-cards {
    width: 100%;
    min-height: 286px;
    height: 9vh;
    border-radius: 10px;
    position: relative;
    /* border: 1px solid transparent; */
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: none;
    background:
        linear-gradient(var(--my-body-bg-color), var(--my-body-bg-color)) padding-box,
        radial-gradient(circle at top, var(--my-text-theme-color) -11%, var(--my-body-bg-color)) border-box;
    background-color: #151515;
    box-sizing: border-box;
    overflow: hidden;
}

.chart-cards-gradient {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: relative;
    /* background: radial-gradient(circle at right top,
            var(--my-text-theme-color) -217%, var(--my-body-bg-color) 43%), var(--my-body-bg-color); */
    background: radial-gradient(circle at right top,
            var(--my-text-theme-color) -165%, var(--my-body-bg-color) 69%), var(--my-body-bg-color);
}

.chart-cards-img {
    background-image: url(../images/Unionsvg.svg);
    background-size: contain;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.chart-cards-chart-img {
    background-image: url(../images/chart.svg);
    background-size: cover;
    /* background-position: ; */
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 68%;
    object-fit: fill;
}
.chart-cards {
  position: relative;
}

.chart-card-contect {
  position: relative;
}


.card-circle-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid transparent;
    position: relative;
    background:
        linear-gradient(var(--my-body-bg-color), var(--my-body-bg-color)) padding-box,
        radial-gradient(circle at top, var(--my-text-theme-color) -11%, var(--my-body-bg-color)) border-box;
}

.chart-circle-icon-gradient {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    background:
        radial-gradient(circle at left top,
            var(--my-text-theme-color) -238%, var(--my-body-bg-color) 65%), var(--my-body-bg-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.chart-card-contect {
    padding: 37px;
}

.chart-card-numbers {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 80px;
}

/* ✅ Responsive Adjustments */
@media (max-width: 1200px) {
    .card-circle-icon {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 992px) {
    .card-circle-icon {
        width: 80px;
        height: 80px;
    }

    .main-chart {
        height: auto;
    }
}

@media (max-width: 768px) {
    .card-circle-icon {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 576px) {
    .card-circle-icon {
        width: 60px;
        height: 60px;
    }

    .chart-circle-icon-gradient img {
        color: var(--my-text-color);
        width: 60%;
    }
}

.main-blog {
    width: 100%;
    height: 100%;
    min-height: 500px;
    position: relative;
    overflow-x: hidden;
    overflow-y: clip;
}

.blog-cards {
    width: 100%;
    min-height: 363px;
    border-radius: 10px;
    position: relative;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
    border-bottom: 1px solid transparent;
    background:
        linear-gradient(var(--my-body-bg-color), var(--my-body-bg-color)) padding-box,
        radial-gradient(circle at top, var(--my-text-theme-color) -11%, var(--my-body-bg-color)) border-box;
    background-color: #151515;
    box-sizing: border-box;
    overflow: hidden;

}

.blog-cards-gradient {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: ABSOLUTE;
    background: radial-gradient(circle at right bottom,
            var(--my-text-theme-color) -273%, var(--my-body-bg-color) 64%), var(--my-body-bg-color);
}

.blog-cards-img {
    background-image: url(../images/Unionsvg.svg);
    background-size: contain;
    background-position: center;
    position: ABSOLUTE;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.blog-cards-content {
    width: 100%;
    height: 100%;
    padding: 10px;
}

.blog-img {
    width: 100%;
    height: auto;
    max-height: 220px;
    border-radius: 10px;
    object-fit: cover;
}

.blog-cards-p {
    font-size: 1rem;
    font-weight: 600;
    color: var(--my-text-color);
}

.tag-blog-btn {
    color: var(--my-text-color);
    background: #56565663;
    border: 1px solid white;
    border-radius: 254px;
    font-size: 12px;
    font-weight: 400;
}

@media (max-width: 991px) {
    .blog-img {
        max-height: 200px;
    }

    .blog-cards {
        min-height: 353px;
    }
}

@media (max-width: 767px) {
    .blog-cards {
        padding: 10px;
    }

    .blog-img {
        max-height: 180px;
    }

    .blog-cards-p {
        font-size: 0.95rem;
    }
}

@media (max-width: 575px) {
    .blog-cards-p {
        font-size: 0.9rem;
    }

    .tag-blog-btn {
        font-size: 11px;
        padding: 4px 8px;
    }
}

.main-footer-section {
    width: 100%;
    /* min-height: 730px; */
    min-height: 790px;
    border-radius: 10px;
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
    border-bottom: 1px solid transparent;
    background:
        linear-gradient(var(--my-body-bg-color), var(--my-body-bg-color)) padding-box,
        radial-gradient(circle at top, var(--my-text-theme-color) -11%, var(--my-body-bg-color)) border-box;
    box-sizing: border-box;
    overflow: hidden;

}

.footer-bg-color {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: ABSOLUTE;
    background: #15151580;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.footer-bg-img {
    background-image: url(../images/Unionsvg.svg);
    background-size: contain;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.footer-heading {
    font-size: 40px;
}

.footer-form {
    width: 100%;
    min-height: 490px;
    border-radius: 10px;
    position: relative;
    border-radius: 20px;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
    border-bottom: 1px solid transparent;
    background:
        linear-gradient(var(--my-body-bg-color), var(--my-body-bg-color)) padding-box,
        radial-gradient(circle at top, var(--my-text-theme-color) -11%, var(--my-body-bg-color)) border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.footer-from-bg-color {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: ABSOLUTE;
    background: #3B3C3D;
}

.footer-from-p {
    font-weight: 100;
    font-size: 12px;
}

.footer-from-label {
    font-weight: 100;
    font-size: 12px;
}

.footer-form-input {
    border: 1px solid #ffffff60;
    /* background-color: #595959; */
    background-color: #59595970;
    background: blur(10px);
    font-weight: 100;
    padding: 12px;
    border-radius: 9px;
    color: var(--my-text-color);
}

.footer-f-message {
    height: 100px;
    resize: none;
}

.footer-form-input::placeholder {
    color: var(--my-text-color);
    font-weight: 100;
}

.footer-form-input:focus {
    border: 1px solid #ffffff60;
    outline: none;
}

.footer-circle-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid transparent;
    position: relative;
    background:
        linear-gradient(var(--my-body-bg-color), var(--my-body-bg-color)) padding-box,
        radial-gradient(circle at top, var(--my-text-theme-color) -11%, var(--my-body-bg-color)) border-box;
}

.footer-circle-icon-gradient {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    background:
        radial-gradient(circle at left top,
            var(--my-text-theme-color) -238%, var(--my-body-bg-color) 65%), var(--my-body-bg-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-contact-section-data {
    font-size: 20px;
}

.footer-copy-right-section {
    width: 100%;
    height: 40px;
    color: var(--my-text-theme-color);
    border-top: 1px solid var(--my-text-theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.footer-bottom-img {
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.footer-logo {
    /* opacity: 0.2; */
    position: absolute;
    width: 100%;

    /* height: 229px; */
    bottom: 0px;
    background-size: contain;
    background-position: center;
    object-fit: fill;
}



@media (max-width: 991px) {
    .footer-copy-right-section {
        font-size: 12px;
        height: auto;
        padding: 10px 0;
    }
}

@media (max-width: 767px) {
    .main-footer-section {
        height: 1100px;
    }

    .footer-logo {
        height: 180px;
        width: 100%;
        bottom: -30px;
        left: 0px;
        position: absolute;
    }
}

@media (max-width: 449px) {
    .main-footer-section {
        height: 1200px;
    }
}

@media (max-width: 362px) {
    .main-footer-section {
        height: 1300px;
    }
}



























