
/* =================== */
/* input[type="radio"], input[type="checkbox"]{
display: none;
} */
    
    
    /* Slider container */
    .slide-logo {
      overflow: hidden;
      width: 100%;
      position: relative;
    }
  
    /* Scrolling section */
    .logo-section {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      animation: scroll 20s linear infinite;
    }
  
    /* Individual logos */
    .logo-section img {
        aspect-ratio: 3 / 3;
        object-fit: contain;
        flex-shrink: 0;
        width: 150px;
        height: auto;
        margin-right: 40px;
    }
    .slide-logo .logo-section{
        border:none;
        padding: 0px !important;
    }
  
    /* Scrolling animation */
    @keyframes scroll {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-100%);
      }
    }
    .slide-logo .dis-flex{
        border-bottom: 1px solid rgba(5, 22, 77, .4);
        border-top: 1px solid rgba(5, 22, 77, .4);
    }
    /* Responsive Adjustments */
    @media (max-width: 768px) {
        .slide-logo .dis-flex{
            border-bottom: 1px solid rgba(5, 22, 77, .4);
            border-top: 1px solid rgba(5, 22, 77, .4);
        }
        .slide-logo .logo-heading{
            /* border-bottom: 1px solid rgba(5,22,77,.4); */
            position: relative;
            width: 100%;
            margin: 0 0 25px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: #fff;
            flex-basis: 100%;
            margin: 0 0 25px;
            justify-content: center;
        }
        .slide-logo .logo-heading:before {
            width: 100%;
            content: "";
            height: .197px;
            background: rgba(5, 22, 77, .4);
            position: absolute;
            top: 15px;
            left: 0;
            right: 0;
            margin: 0 auto;
        }
      .logo-section img {
        width: 100px; /* Smaller logos for tablets */
        margin-right: 15px; /* Reduced spacing */
      }
  
      .logo-heading h4 {
        font-size: 18px; /* Adjust heading size */
      }
    }
  
    @media (max-width: 480px) {
      .logo-section img {
        padding: 20px 0px;
        width: 110px; 
        /* aspect-ratio: 4/2;
        object-fit: contain; */
        margin-right: 25px; /* Compact spacing */
      }
  
      .logo-heading h4 {
        font-size: 16px; /* Smaller heading for mobile */
        padding-bottom: 10px;
      }
    }

    /* ======== */

     .saas_two_banner_section {
        padding: 100px 0 0 0;
    }
    .swiper-cube .swiper-cube-shadow{
        opacity: 0.2 !important;
    }
    .swiper{
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 0; /* Ensure it's not on top of other important elements */
        padding-bottom: 50px;
    }

    .swiper-slide .container{
        height: 100%;
    }
    .slider-content{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .swiper-pagination{
        bottom: 30px !important;
    }
    .swiper-button-next:after,.swiper-button-prev:after{
        background: linear-gradient(to right, #fcbc0a, #FB3912, #CA279D);
        -webkit-background: linear-gradient(to right, #fcbc0a, #FB3912, #CA279D);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        -webkit-color: transparent;
    }
    .swiper-pagination-bullet-active{
        background-color: #FB3912 !important;
    }
    .swiper-pagination-bullet{
        height: 12px;
        width: 12px;
    }
    .swiper-button-next,.swiper-button-prev{
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important ;
    }
    @media screen and (max-width:766px){
        .slider-content{
            height: auto !important;
            /* margin-top: 720px !important; */
        }
        .swiper-pagination{
            bottom: 15px !important;
            margin-bottom: 11px;
        }
    }
/* ============== */
/* form a tag button css */
/* Base style for all devices */
.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .nws-button a {
    color: #fff;
    padding: 10px 40px;
    height: auto;
    min-height: 52px;
    min-width: 120px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: none;
    font-weight: 700;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
    background-color: #fcbc0a;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
    transition: background 0.3s ease;
}

/* Hover effect */
.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .nws-button a::before {
    content: "";
    background: linear-gradient(to right, #fcbc0a, #FB3912, #CA279D);
    left: 0;
    width: 100%;
    height: 100%;
    bottom: -100%;
    position: absolute;
    z-index: -1;
    transition: 0.5s all ease-in-out;
}

.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .nws-button a:hover::before {
    bottom: 0;
}


/* Desktop adjustments (1024px and up) */
@media (max-width: 1024px) {
    .dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .nws-button a {
        padding: 11px 40px;
        font-size: 18px;
        min-width: 140px;
    }
}
/* Tablet adjustments (768px and up) */
@media (max-width: 991px) {
    .dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .nws-button a {
        padding: 12px 40px;
        font-size: 17px;
        min-height: 52px !important;
    }
    .dia-portfolio-text-headline h3{
        font-size: 18px;
        font-weight: 700;
    }
}



/* #services .services-first-box p,#services .service_card .card_overlay p,.dia-fun-fact-section .dia-fun-fact-item p,.axil-blog .content .inner p,.dia-newslatter-section .dia-newslatter-content .dia-newslatter-text p{
    text-align: justify;
} */
.dia-banner-section .dia-banner-content h1, .dia-banner-section .dia-banner-content h2{
    height: auto;
}



.join-us-mail{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-left: 40px !important;
}
.join-us-icons{
    width: 180px;
    display: flex;
    justify-content: space-between;
}
.join-us-icons a{
    background: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content:center;
    align-items: center;
    margin-bottom: 5px;
    border-radius: 50%;
    float: left;
    box-shadow: inset 0 -2px 0 0 #5a5a5a;
}

    @media screen and (min-width:1400px) {
        .saas_two_banner_section {
            height:750px !important;
        }
    }

    .gradient-border-4.dia-portfolio-img-text {
      position: relative;
      z-index: 9;
      width: 100%;
      box-shadow: 0 10px 20px rgba(0,0,0,0.2);
      transition: transform 0.3s;
    }

    .gradient-border-4.dia-portfolio-img-text:hover {
      transform: translateY(-5px);
    }
    .dia-portfolio-img img {
      width: 100%;
      height: auto;
      display: block;
    }

    .dia-portfolio-text {
        position: absolute;
        z-index: 9;
        /* bottom: -100%; */
        bottom: 100%;
        left: 0;
        width: 100%;
        /* height: auto !important; */
        background: rgba(255, 255, 255, 0.25);
        backdrop-filter: blur(10px);
        color: #fff;
        padding: 20px 15px;
        box-sizing: border-box;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: all 0.6s ease;
        transform: translateY(100%);
        opacity: 0;
        margin-top: 0px !important;
    }

    .gradient-border-4.dia-portfolio-img-text:hover .dia-portfolio-text {
      bottom: 90px;
      transform: translateY(0);
      opacity: 1;
    }

    .dia-portfolio-text h3 {
      margin: 0;
      font-size: 1.4em;
    }
    .dia-portfolio-text p {
        color: #fff !important;
    }

    .dia-portfolio-text a {
      color: #fff !important;
      text-decoration: none;
    }

    .dia-portfolio-text a:hover {
      text-decoration: underline;
    }

    /* .dia-portfolio-img-text .dia-portfolio-img,.gradient-border-4{
        transform: perspective(300px) rotateY(-5deg);
    }
    .dia-portfolio-img-text .dia-portfolio-img,.gradient-border-4:hover{
        transform: perspective(0px) rotateY(0deg);
    } */

    .dia-portfolio-text-headline{
        position: relative;
        z-index: 0;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 90px;
    }
    .dia-portfolio-text-headline h3{
        color: #282350;
        font-size: 20px;
        font-weight: 700;
    }
    .dia-portfolio-text-headline h3 a{
        color: #282350;
    }
    @media (max-width: 991px) {
        .dia-portfolio-text-headline h3{
            font-size: 18px;
            font-weight: 700;
        }
    }
    @media (max-width: 779px) {
        .dia-portfolio-text-headline h3{
            font-size: 16px;
            font-weight: normal;
        }
    }



    /* {{-- partner section css --}} */
    .partnership-section {
        position: relative;
        min-height: 80vh;
        overflow: hidden;
        background-color: #ffffff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* padding-left: 1rem;
        padding-right: 1rem; */
    }

    .partnership-bg-circle-left,
    .partnership-bg-circle-right {
        position: absolute;
        height: 84%;
        width: 33.3333%;
        opacity: 0.1;
        border-radius: 50%;
        filter: blur(4rem);
        background: linear-gradient(to right, #fcbc0a, #FB3912, #CA279D);
    }

    .partnership-bg-circle-left {
        top: 10%;
        right: -20px;
        transform: translateX(50%);
    }

    .partnership-bg-circle-right {
        bottom: 6%;
        left: -20px;
        transform: translateX(-50%);
    }

    /* Floating Shapes */

    .partnership-floating-wrapper {
        position: absolute;
        inset: 0;
        z-index: 0;
        overflow: hidden;
    }

    .floating-shape {
        position: absolute;
        border-radius: 9999px;
        animation: float 6s ease-in-out infinite;
    }

    .floating-shape.gold {
        background-color: rgba(252, 188, 10, 0.2);
        top: 5rem;
        left: 10%;
    }

    .floating-shape.orange {
        background-color: rgba(251, 57, 18, 0.2);
        top: 10rem;
        right: 15%;
        animation-delay: -1.5s;
    }

    .floating-shape.magenta {
        background-color: rgba(202, 39, 157, 0.2);
        bottom: 5rem;
        left: 20%;
        animation-delay: -3s;
    }

    .pulse-circle {
        position: absolute;
        border-radius: 9999px;
        background: linear-gradient(to right, #fcbc0a, #FB3912, #CA279D);
        animation: pulse-slow 4s ease-in-out infinite;
    }

    .pulse-circle.one {
        top: 25%;
        left: 30%;
        width: 2rem;
        height: 2rem;
    }

    .pulse-circle.two {
        top: 85%;
        right: 20%;
        width: 3rem;
        height: 3rem;
        animation-delay: -2s;
        display: none;
    }

    /* Connection Lines */

    .connection-lines {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .connection-lines path {
        stroke: url(#connectLine);
        stroke-width: 2;
        fill: none;
    }

    /* Hero Content */

    .partnership-hero {
        position: relative;
        z-index: 10;
        max-width: 56rem;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding: 100px 0 50px 0;
    }

    .partnership-subtitle {
        font-size: 0.875rem;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: 500;
        margin-bottom: 1rem;
        background: linear-gradient(to right, #fcbc0a, #FB3912, #CA279D);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

    .partnership-heading {
        font-size: 2.25rem;
        font-weight: 700;
        margin-bottom: 1.5rem;
        line-height: 1.25;
    }

    .partnership-heading .gradient {
        background: linear-gradient(to right, #fcbc0a, #FB3912, #CA279D);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

    .partnership-desc {
        font-size: 1.125rem;
        color: #374151;
        max-width: 42rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2rem;
    }

    /* Partner Logo Row */

    .partner-logo-row {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        margin-top: 3rem;
        align-items: center;
        justify-content: center;
    }

    @media (min-width: 768px) {
        .partner-logo-row {
            flex-direction: row;
            gap: 3rem;
        }

        .partnership-subtitle {
            font-size: 1rem;
        }

        .partnership-heading {
            font-size: 3.75rem;
        }

        .partnership-desc {
            font-size: 1.25rem;
        }
    }

    /* Partner Logo Card */

    .partner-logo-card {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .logo-box {
        width: 10rem;
        height: 10rem;
        background-color: white;
        border-radius: 0.75rem;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1rem;
        animation: scale 5s ease-in-out infinite;
        transition: all 0.3s ease;
    }

    .logo-box:hover {
        transform: translateY(-0.25rem);
        box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
    }

    .logo-inner {
        width: 100%;
        height: 100%;
        background-color: #f3f4f6;
        border-radius: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .partner-name {
        margin-top: 1rem;
        font-size: 1.125rem;
        font-weight: 700;
    }

    /* Plus Icon */

    .plus-icon-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 5rem;
    }

    .plus-icon {
        width: 5rem;
        height: 5rem;
        background: linear-gradient(to right, #fcbc0a, #FB3912, #CA279D);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        animation: spin-slow 30s linear infinite;
    }

    .plus-icon-inner {
        width: 4.4rem;
        height: 4.4rem;
        background-color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .plus-icon-inner span {
        font-size: 1.9rem;
        font-weight: 700;
    }

    /* CTA Button */

    .partnership-cta {
        margin-top: 5rem;
    }

    .partnership-cta button {
        border: none;
        cursor: pointer;
        padding: 0.75rem 2rem;
        background: linear-gradient(to right, #fcbc0a, #FB3912, #CA279D);
        color: white;
        font-weight: 700;
        border-radius: 9999px;
        transition: opacity 0.3s ease, box-shadow 0.3s ease;
        box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
    }

    .partnership-cta button:hover {
        opacity: 0.9;
        box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04);
    }

    /* Animations */

    @keyframes float {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-20px); }
    }

    @keyframes pulse-slow {
        0%, 100% { opacity: 1; }
        50% { opacity: 0.7; }
    }

    @keyframes spin-slow {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

    @keyframes scale {
        0%, 100% { transform: scale(1); }
        50% { transform: scale(1.1); }
    }

    @media (max-width: 1400px) {
        .partner-logo-row{
        flex-direction: column;
    }
    }

    /* Responsive Styles */
    @media (max-width: 1024px) {
        .partnership-heading {
            font-size: 2.25rem;
        }
        .partner-logo-row {
            gap: 1.5rem;
        }
    }

    @media (max-width: 768px) {
        .logo-box {
            width: 6.5rem;
            height: 6.5rem;
        }
        .plus-icon {
            width: 4rem;
            height: 4rem;
        }
        .plus-icon-inner {
            width: 3.5rem;
            height: 3.5rem;
        }
    }

    @media (max-width: 640px) {
        .partnership-heading {
            font-size: 2rem;
        }
        .partnership-desc {
            font-size: 1rem;
        }
        .partner-name {
            font-size: 0.95rem;
        }
    }
/* ============ */