.section_wrapper {
    margin-top: 150px;
    padding-top: 4rem;
    padding-bottom: 4rem;
    min-height: max(540px, calc(100vh - 220px));
}
.tracking-tight {
    letter-spacing: -.025em;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.font-size-50 {
    font-size: 50px;
}
.font-size-55 {
    font-size: 55px;
}
.font-size-18 {
    font-size: 18px;
}
/* Responsive Button */
/* .btn-home {
    display: inline-block;
    background: linear-gradient(135deg, #3a3c6f, #2b2d5c);
    color: #ffffff;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 10px rgba(58, 60, 111, 0.3);
    font-size: 16px;
}
.btn-home:hover {
    color: #ffffff;
    background: linear-gradient(135deg, #2b2d5c, #3a3c6f);
    transform: translateY(-2px);
} */


.btn-gradient-bebuzee {
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    width: 100%;
    max-width: 220px;
    color: white;
    position: relative;
    overflow: hidden;
    
    /* Initial Gradient (Top-Left to Bottom-Right) */
    background: linear-gradient(135deg, #f68939 0%, #0110ff 100%);

}

  /* Hover Effect */
.btn-gradient-bebuzee:hover {
    color: #ffffff;
    background: linear-gradient(225deg, #0110ff 0%, #f68939 100%);
    transform: scale(1.05);
}

.btn-gradient-bebuzee, .btn-gradient-bebuzee:hover {
    transition: background 0.4s ease-in-out, transform 0.3s ease-in-out;
}

.home-icon {
    position: absolute; 
    display: inline-block;
    border-radius: 50%;
    padding: 3px; /* Space for the gradient border */
    cursor: default;
    user-select: none;
    background: linear-gradient(135deg, #f68939 0%, #0110ff 100%); /* Gradient border */
}
.home-icon:hover {
    background: linear-gradient(225deg, #0110ff 0%, #f68939 100%);
    transform: scale(1.05);
}
.home-icon, .home-icon:hover {
    transition: background 0.4s ease-in-out, transform 0.3s ease-in-out;
}
.home-icon img {
    display: block;
    width: 100%;
    height: auto; /* Maintain aspect ratio */
    border-radius: 50%;
    background: #3a3c6f; /* Fallback background */
}
:root {
    --width-50: 50px;
    --height-50: 50px;
    --width-55: 55px;
    --height-55: 55px;
    --width-60: 60px;
    --height-60: 60px;
    --width-65: 65px;
    --height-65: 65px;
    --width-70: 70px;
    --height-70: 70px;
    --width-75: 75px;
    --height-75: 75px;
}
.home-icon-0 {
    top: 94%;
    left: 38%;
    animation: float7 5s ease-in-out infinite;
    width: var(--width-70);
    height: var(--height-70);

}  
.home-icon-1 {
    top: 95%;
    left: 27%;
    animation: float1 5s ease-in-out infinite;
    width: var(--width-55);
    height: var(--height-55);
}    
.home-icon-2 {
    top: 75%;
    left: 18%;
    animation: float2 6s ease-in-out infinite;
    width: var(--width-60);
    height: var(--height-60);
}
.home-icon-3 {
    top: 36%;
    left: 7%;
    animation: float3 6s ease-in-out infinite;
    width: var(--width-75);
    height: var(--height-75);
}
.home-icon-4 {
    top: -5%;
    left: 18%;
    animation: float4 5s ease-in-out infinite;
    width: var(--width-60);
    height: var(--height-60);
}
.home-icon-5 {
    top: -45%;
    left: 26%;
    animation: float5 5s ease-in-out infinite;
    width: var(--width-55);
    height: var(--height-55);
}
.home-icon-6 {
    top: -38%;
    left: 38%;
    animation: float6 7s ease-in-out infinite;
    width: var(--width-50);
    height: var(--height-50);
} 
.home-icon-7 {
    top: -50%;
    left: 48%;
    animation: float7 7s ease-in-out infinite;
    width: var(--width-60);
    height: var(--height-60);
} 
.home-icon-8 {
    top: -38%;
    right: 38%;
    animation: float1 5s ease-in-out infinite;
    width: var(--width-60);
    height: var(--height-60);
}
.home-icon-9 {
    top: -45%;
    right: 26%;
    animation: float2 5s ease-in-out infinite;
    width: var(--width-50);
    height: var(--height-50);
}
.home-icon-10 {
    top: -5%;
    right: 18%;
    animation: float3 4s ease-in-out infinite;
    width: var(--width-60);
    height: var(--height-60);
}
/* .home-icon-11 {
    top: 6%;
    right: 11%;
    animation: float4 4s ease-in-out infinite;
    width: var(--width-50);
    height: var(--height-50);
} */
.home-icon-12 {
    top: 36%;
    right: 7%;
    animation: float5 4s ease-in-out infinite;
    width: var(--width-60);
    height: var(--height-60);
}
.home-icon-13 {
    top: 75%;
    right: 18%;
    animation: float6 7s ease-in-out infinite;
    width: var(--width-55);
    height: var(--height-55);
}
.home-icon-14 {
    top: 95%;
    right: 27%;
    animation: float7 7s ease-in-out infinite;
    width: var(--width-70);
    height: var(--height-70);
}.home-icon-15 {
    top: 94%;
    right: 38%;
    animation: float1 7s ease-in-out infinite;
    width: var(--width-50);
    height: var(--height-50);
}
@keyframes float1 {
    0%,to {
        transform: translate(0)
    }
    50% {
        transform: translate(15px,-10px)
    }
}
@keyframes float2 {
    0%,to {
        transform: translate(0)
    }
    50% {
        transform: translate(-10px,15px)
    }
}
@keyframes float3 {
    0%,to {
        transform: translate(0)
    }
    50% {
        transform: translate(10px,-15px)
    }
}
@keyframes float4 {
    0%,to {
        transform: translate(0)
    }
    50% {
        transform: translate(-15px,10px)
    }
}
@keyframes float5 {
    0%,to {
        transform: translate(0)
    }
    50% {
        transform: translate(10px,10px)
    }
}
@keyframes float6 {
    0%,to {
        transform: translate(0)
    }
    50% {
        transform: translate(-10px,-10px)
    }
}
@keyframes float7 {
    0%,to {
        transform: translate(0)
    }
    50% {
        transform: translate(15px,15px)
    }
}
.section_wrapper_mobile{
    display: none;
}
.TYR453F{
    background-color: #dbddff;
    border-radius: 1.1rem;
    height: 400px;
    display: flex;
    flex-direction: row;
    gap: .5rem;
    width: 100%;
    margin-bottom: 40px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 25%) 0px 35px 45px, rgb(0 0 0 / 12%) 0px -12px 30px, rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px;
}
.TYR43D{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    gap: 3rem;
    max-width: 1100px;
    padding: 1rem;
}
.RTE43J{
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: end;
}
.UEW423K{
    flex: 2;    
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .5rem;
}
.GF435G{
    position: relative;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin-bottom: 30px;
}
.GF435G>h2 {
    font-size: 2.2rem;
    color: #000;
    font-weight: 400;
    line-height: 2.6rem;
    margin: 0;
    padding: 0;
}
.GF435G>h3 {
    font-size: 1.1rem;
    color: #000;
    font-weight: 400;
    line-height: 1.7rem;
    text-align: center;
    margin: 0;
    padding: 0;
}
.HJK54F {
    display: flex;
    flex-direction: row;
    gap: .5rem;
    padding-top: 1rem;
}
.RTEY43H {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
.TYU54F{
    object-fit: cover;
    height: 50px;
    width: 100%;
}
.GHR432D{
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: fit-content;
}
.KLF54FD{
    border-radius: 20px;
    border: 2px solid #000;
    overflow: hidden;
    height: 224px;
    width: 224px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.JGHFR{
    height: 220px;
    width: 220px;
}
.KL43RT{
    font-weight: 400;
    color: #000;
    font-size: 22px;
    font-style: normal;
    line-height: 30px;
    letter-spacing: 0;
    margin: 0;
}
.TJKE423{
    font-style: normal;
    line-height: 1.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    font-size: 1.35rem;
    font-weight: 500;
}
.JKL43R{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 12px 0 0;
}
.TUROE32{
    display: none;
}
/* Adjust Layout for Tablets */
@media (min-width: 769px) and (max-width: 1024px) {
    .font-size-50 {
        font-size: 44px;
    }
    .font-size-55 {
        font-size: 50px;
    }
    .font-size-18 {
        font-size: 18px;
    }
    .btn-gradient-bebuzee {
        font-size: 15px;
        padding: 12px 22px;
    }
    .home-icon {
        width: 55px !important;
        height: 55px !important;
    }
}
@media (max-width: 992px){
    .TYR43D {
        display: block;
    }
    .JGHFR {
        height: 160px;
        width: 160px;
    }
    .TYR453F {
        height: 450px;
    }
    .KLF54FD {
        height: 164px;
        width: 164px;
    }
    .RTE43J{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .UEW423K{
        align-items: center;
    }
    .RTEY43H {
        border-radius: 12px;
        overflow: hidden;
    }
    .TUROE32{
        display: flex;
    }
    .GJ53KR{
        display: none;
    }
    h2, .h2 {
        font-size: 18px !important;
        font-weight: 600;
        line-height: 1.6rem !important;
    }
    .h70 {
        height: 35px;
    }
    .dNJyDO {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .GTY342F {
        margin-bottom: 1rem;
        text-align: center;
    }
    .dNJyDO ul {
        padding: 0;
    }
    .dfFE34 {
        flex-direction: column;
        text-align: center;
    }
}
/* Adjust Icon Sizes for Mobile */
@media (max-width: 768px) {
    .font-size-50 {
        font-size: 32px;
    }
    .font-size-55 {
        font-size: 36px;
    }
    .font-size-18 {
        font-size: 16px;
    }
    .btn-gradient-bebuzee {
        font-size: 14px;
        padding: 10px 18px;
    }
    .section_wrapper_mobile {
        display: block !important;
    }
    .section_wrapper{
        display: none !important;
    }
    .d-flex.justify-content-around {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.5rem;
    }
    .dNJyDO {
        width: 40% !important; 
    }
    .GHJ543B {
        padding: 2rem 0 0 0;
    }
    .TJ54FJ {
        padding: 1rem 0.5rem;
    }
    .footer-title {
        font-size: 1rem;
    }
    .gbbWpQ {
        font-size: 0.875rem;
    }
    .dfFE34 {
        padding: 1rem 0.5rem;
    }
}
@media (max-width: 576px) {
    .TJ54FJ {
        padding: 0.8rem 0.5rem;
    }
    .dNJyDO ul {
        gap: 0.8rem;
    }
    .footer-title {
        font-size: 0.95rem;
    }
    .dfFE34 {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}