* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    letter-spacing: -0.4px;
  }
  
:root {
    --primary-color: rgba(255, 255, 255, 1);
    --secondary-color: rgb(0, 0, 0);
    --warning: rgba(253, 191, 32, 1);
    --warning-secondary: rgba(255, 193, 7);
    --info: rgba(22, 96, 194, 1);
    --muted: rgba(245, 245, 245, 1);
    --disabled: rgba(140, 144, 144, 1);
    --muted-black: rgba(30, 34, 34, 1);
    --dark-blue: #1660C2;
    --blue-color: #1977F3;
    --white-color: #fff;
    --industry-card-hover-bg: #072B5B;
    --dark-gray: #1E2222;
    --yellow-color: rgba(253, 191, 32, 1);
    --black-color: #000;
}

.body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    letter-spacing: -0.4px;
}

.main {
    overflow-x: hidden;
}

/* common styles start */



.common-para {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: var(--secondary-color);
    margin-bottom: 0;
}

.section-para {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}

.section-heading {
    font-size: 36px;
    font-weight: 700;
    line-height: 49px;
    letter-spacing: 0.6px;
}
.testing-section-heading{
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: 49px;
    letter-spacing: 0.6px;
}


.card-heading {
    font-size: 26px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0.4px;
    color: var(--secondary-color);
}

.image-overlay-primary {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(125.14deg,
            rgba(0, 0, 0, 0.3) 34.98%,
            #000000 93.08%);
}

.image-overlay-secondary {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(315deg, rgba(0, 0, 0, 0) 41.98%, #000000 93.08%);
}

.line {
    margin-block: 0.4rem;
    border-top: 1px solid;
    border-top-color: var(--secondary-color);
    width: 100%;
    opacity: 1;
}

.section-divider {
    opacity: 0.5;
}

.white-line {
    border-top-color: var(--primary-color) !important;
}

.common-padding-class {
    padding-inline: 165px;
    padding-block: 71px;
}


@media screen and (max-width: 1024px) {
    .common-padding-class {
        padding-inline: 108px;
        padding-block: 50px;
    }

    .mobile-hide {
        padding-left: 2rem;

      }
}

@media screen and (max-width: 768px) {
    .common-padding-class {
        padding-inline: 50px;
        padding-block: 50px;
    }
   
      /* .scrollable-tabs-container button{
        background: white;
      } */
       
    .grid-container-filleter h4{
        font-weight: 600;
        font-size: 16px;
        line-height: 25px;
        letter-spacing: -0.4px;
        text-align: center;
        color: rgba(22, 96, 194, 1);

    }
}
.scrollable-tabs-container button{
    background-color: white;
    color: black;
    border: 1px solid black;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.4px;
    text-transform: capitalize;
  }
  .grid-container-filleter h4{
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.4px;
    text-align: center;
    color: rgba(22, 96, 194, 1);
  }

@media screen and (max-width: 540px) {
    .common-padding-class {
        padding-inline: 20px;
    }

    .section-heading {
        font-size: 28px;
        line-height: 34px;
        font-weight: 700;
    }
    .testing-section-heading{
        font-weight: 900;
        font-size: 28px;
        line-height: 34px;
        letter-spacing: -0.4px;
        text-transform: capitalize;
        padding-top: 40px;
        width: 248px;


    }
}

/* cta start */
.cta-button {
    padding: 8px 32px;
    color: var(--primary-color);
    background-color: transparent;
    border: 1px solid var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    width: max-content;
    text-transform: capitalize;
    letter-spacing: -0.4px;
}
/* 
.curious-card-cta-button {
    padding: 8px 32px;
    color: var(--primary-color);
    background-color: transparent;
    border: 1px solid var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    width: max-content;
    border-radius: 25px;
    border-width: 1px;
    gap: 10px;
    text-transform: capitalize;
    letter-spacing: -0.4px;
}
.curious-card-cta-button a{
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: -0.4px;
    text-transform: capitalize;
    color: black;
}
.curious-card-cta-button a:hover{
    color: white;
} */

.storage-cta-button{
    padding: 8px 32px;
    color: var(--white-color);
    background-color: transparent;
    border: 1px solid var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    width: max-content;
    text-transform: capitalize;
    letter-spacing: -0.4px;

}

.bold-cta {
    font-weight: 600;
    border: 1.5px solid var(--primary-color);
}

.ct-black-color {
    color: #000000;
    border: 1px solid var(--secondary-color);
    background-color: var(--primary-color);
}
.storage-ct-black-color{
    color: var(--white-color);
    border: 1px solid var(--secondary-color);
    background: rgba(0, 0, 0, 1);
}

.muted-cta {
    background-color: var(--muted);
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

.light-blue-cta-button {
    border: 1px solid var(--info);
    background-color: var(--info);
}

.cta-button:hover,
.light-blue-cta-button:hover {
    background-color: var(--primary-color);
    color: #000000;
    transition: 0.4s ease-in-out;
    border: 1px solid #000000;
}

.ct-black-color:hover {
    color: var(--primary-color);
    background-color: var(--secondary-color);
    border: 1px solid var(--primary-color);
    transition: 0.4s ease-in-out;
}

@property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

.cta-animate {
    position: relative;
}

.cta-animate::before,
.cta-animate::after {
    content: "";
    position: absolute;
    inset: -0.14rem;
    z-index: -1;
    background: linear-gradient(var(--angle), var(--info), var(--primary-color));
    animation: rotateCta 3s linear infinite reverse;
    -webkit-animation: rotateCta 3s linear infinite reverse;
    border-radius: 25px;
}

.cta-animate::after {
    filter: blur(1px);
    -webkit-filter: blur(1px);
}

@keyframes rotateCta {
    0% {
        --angle: 0deg;
    }

    100% {
        --angle: 360deg;
    }
}

/* cta end */

/* common styles end */

/* navbar start */

.navbar {
    /* background-color: transparent !important; */
    /* padding: 37px; */
    padding: 0 37px;
    position: absolute;
    width: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-link {
    color: var(--primary-color);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-icons {
    flex-grow: initial !important;
}

.navbar-nav {
    gap: 10px;
}

.cta-nav {
    padding: 8px 32px !important;
    height: fit-content;
}

.cta-nav:hover {
    color: var(--primary-color);
    background-color: var(--info);
}

.section-main-heading {
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    color: var(--black-color);
    text-transform: capitalize;
    margin-bottom: 0;
}

/* .cta-nav:hover {
          background-color: var(--secondary-color);
          border: 1px solid var(--primary-color);
          color: var(--primary-color)
      } */

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.toggler-icon {
    width: 30px;
    height: 3px;
    background-color: var(--primary-color);
    display: block;
    transition: all 0.2s;
}

.middle-bar {
    margin: 5px auto;
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform-origin: 10% 10%;
    -webkit-transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform-origin: 10% 90%;
    -webkit-transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
    -webkit-transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
    -webkit-transform: rotate(0);
}

.navbar-backdrop {
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    min-height: 100vh;
    align-items: flex-start;
    position: fixed;
    animation-name: navCollapse;
    animation-duration: 0.4s;
}

.overflow-hidden {
    overflow: hidden;
}

@keyframes navCollapse {
    from {
        min-height: 0;
    }

    to {
        min-height: 100vh;
    }
}

@media screen and (min-width: 1400px) {

    .navbar-brand,
    .nav-item {
        min-height: 99px;
        display: flex;
        align-items: center;
    }

    .text-link:hover {
        background-color: var(--warning);
        color: var(--secondary-color) !important;
        transition: all 0.5s;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-inline: 1rem;
    }
}

@media screen and (max-width: 1400px) {
    .navbar {
        padding-inline: 2px;
        padding-block: 17px;
        /* background-color: #1E2223 !important; */
    }

    .navbar {
        transition: background-color 0.4s ease-in-out;
        /* Adjust the duration and timing function */

    }

    .nav-item {
        height: 39px;
        display: flex;
        align-items: center;


    }

    .nav-item a {
        color: #8C9090;
    }

    .nav-item img {
        margin-top: 50px;
    }

    .navbar-nav {
        justify-content: start;
        align-items: start;
        margin-top: 20px;
        padding-inline: 30px;
    }

    .navbar-nav {
        gap: 1px;
    }

    .navbar-nav hr {
        height: 2px;
        background-color: #F5F5F5;
        width: 100%;
        margin-block: 0px;
    }

    .nav-link:hover {
        color: var(--primary-color);
    }

}

.navbar-second-text {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
}

/* navbar end */
.section-padding {
    padding-inline: 130px;
    padding-block: 70px;
}

.hero-section {
    background-image: linear-gradient(87.1deg, #000000 1.09%, rgba(102, 102, 102, 0) 51.75%), url("../png/home-bamner.png");
    height: 456px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: end;
    width: 100%;
    height: 456px;
}

.hero-section .hero-content {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto; 
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.connected-future-grid{
    width: 100%;
    max-width: 1160px;
    margin: 0 auto; 
    display: flex;
}
.wireless-capabilities-grid,.section-heading,.partner-heading{
    width: 100%;
    max-width: 1160px;
    margin: 0 auto; 
}
.menu-footer-container{
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.hero-content h1 {
    font-size: 42px;
    width: 696px;
    font-weight: 700;
    line-height: 52.5px;
    letter-spacing: -0.4px;
    color: #FFFFFF;
}


@media screen and (max-width:767px) {
    .hero-section {
       align-items: end;
       justify-content: baseline;
    }

    .hero-content h1 {
        font-weight: 700;
        font-size: 28px;
        line-height: 32.5px;
        letter-spacing: -0.4px;
        text-transform: capitalize;
        color: #FFFFFF;
        width: 70vw;
    
    }

    .hero-content {
        display: flex;
        flex-direction: column;
        gap: 10px;

    }
}

/* Connected Future section  */
.connected-future {
    background-color: #FDBF20;

}

.connected-future-grid {
    display: grid;
    grid-template-columns: 6fr 5fr;
    gap: 20px;
}
.connected-future-grid h2{
color: #000000;
}
/* .connected-future-grid p{
color: #000000;
} */

.image-container {
    display: flex;
    justify-content: center;
}
.mobile-conneted-image{
    display: none;
}
.connected-future-grid img {
    width: 540px;
    height: 317px;
    object-fit: cover;
}

.connected-future-grid .text-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.connected-future-grid .text-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media screen and (max-width: 1350px) {
    .connected-future-grid img {
        max-width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    
    
}

@media (max-width: 1300px) {
    .connected-future-grid {
        display: grid;
        grid-template-columns: 7fr 4fr;
        gap: 23px;
    }
}

@media (max-width: 1200px) {
    .connected-future-grid {

        gap: 20px;
    }
}

@media (max-width: 924px) {
    .connected-future-grid {
        grid-template-columns: 1fr;
        /* Stack the items vertically on smaller screens */
        gap: 20px;
    }
    .connected-future-grid img{
        width: 712px;
    }
}

.wireless-capabilities h1 {
    width: 1132px;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #000000;
}
@media screen and (max-width: 1350px) {
    .wireless-capabilities h1{
        width: 100%;
    }
    
}
/* Wireless Capabilities  section */
.wireless-capabilities-grid {
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    /* align-items: center; */
    justify-content: center;
    column-gap: 25px;
    flex-wrap: wrap;

}

.wireless-capabilities-grid .card {
    position: relative;
    margin-bottom: 220px;
    border: none;
}

.wireless-capabilities-grid .card img {
    width: 100%;
    height: auto;
}

.wireless-capabilities-grid .card .hover-content {
    position: absolute;
    height: 250px;
    width: 90%;
    top: 75%;
    left: 5%;
    background: #FFFFFF;
    z-index: 2;
    color: var(--black-color);
    padding-block: 30px;
    padding-inline: 30px;
    opacity: 1;
    transition: 0.3s ease-in-out, color 0.3s ease-in-out;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(165, 161, 161, 0.795);
    overflow: hidden;
}

.wireless-capabilities-grid .card .hover-content h3 {
    font-size: 18px;
    line-height: 29.5px;
    font-weight: 700;
    color: #000000;
}

.wireless-capabilities-grid .card .hover-content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #565656;
}

.wireless-capabilities-grid .card:hover .hover-content {
    color: var(--primary-color);
    background: #1660c2;
    opacity: 1;
    transition: 0.3s ease-in-out, color 0.3s ease-in-out;
}

.wireless-capabilities-grid .card:hover .hover-content h3{
color: #FFFFFF;
}
.wireless-capabilities-grid .card:hover .hover-content p{
color: #FFFFFF;
}

@media screen and (max-width:1250px) {
    .wireless-capabilities-grid {
        /* display: grid;
        grid-template-columns: repeat(2, 1fr);  */
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
        align-items: center;

    }
    .storage-solution-mobile{
        display: flex;
    }
    

}

@media screen and (max-width:1069px) {
    .wireless-capabilities-grid .card {
        width: 80%;
    }
    .storage-solution-desktop{
        display: none !important;
    }
    .storage-solution-mobile{
        display: block !important;
    }

}

@media screen and (max-width:768px) {
    .wireless-capabilities h1 {
        padding-top: 40px;
        padding-bottom: 35px;
        font-weight: 900;
    }
    .wireless-capabilities-grid{
        position: absolute;
        left: 4rem;
    }
}

@media screen and (max-width:640px) {
    .wireless-capabilities-grid .card {
        width: 100%;
    }
    .wireless-capabilities-grid{
        position: absolute;
        left: 0rem;
    }

}


/* Ready to optimize your Wi-Fi network */
.effort-section {
    width: 100%;
}

.curios-row {
    display: flex;
    height: 310px;
}

.curios-card-image-container {
    position: relative;
}

.curios-card-image-container>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.curious-card-content {
    background-color: var(--dark-gray);
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
    padding-left: 80px;
}
.storage-card-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
    padding-left: 80px;
}
.storage-card-content {
    margin-top: 50px;
    /* background: url('../public/images/Rectangle.png'); */
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
    padding-left: 80px;
    overflow: hidden;
}
.curios-card-heading {
    color: var(--white-color);
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
}

.curios-card-heading h2{
    color: #FFFFFF;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.4px;
}

@media screen and (max-width:767px) {
    .curios-card-heading {
        text-align: center;
        font-size: 16px;
        line-height: 24px;
        padding-inline: 30px;
        font-weight: 700;
    }

    .curious-card-content {
        padding-block: 30px;
        padding-left: 0px;
        align-items: center;
    }

    .curious-card-content a {
        margin: auto;
    }

    .curious-card-content h2 {
        margin: auto;
    }

    .curios-row {
        flex-direction: column-reverse;
        height: auto;
    }

    .effort-section-row {
        flex-direction: column;
    }
}
@media screen and (max-width: 371px){
    .curios-card-heading h2{
        font-size: 16px;
        width: 364px;
    }
}
/* case studies section */
.case-studies {
    overflow: hidden;
    position: relative;
    padding-inline: 140px;
    padding-top: 65px;
    padding-bottom: 31px;
}
.case-studies h1{
    color: #000000;
}
.case-studies p{
    color: #565656;
}
@media screen and (max-width: 1024px) {
    .case-studies {
        overflow: hidden;
        position: relative;
        padding-inline: 130px;
        padding-top: 50px;
    }
}

@media screen and (max-width: 768px) {
    .case-studies {
        padding-inline: 50px;
        padding-top: 50px;

    }

}

@media screen and (max-width: 540px) {
    .case-studies {
        padding-inline: 20px;

    }

}

.case-studies-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding-top: 6%;
    position: relative;
}

.case-studies-card {
    display: flex;
    flex-direction: column;
}

.case-studies-card:nth-child(2) {
    transform: translateY(-25%);
}

.case-studies-card:nth-child(3) {
    transform: translateY(-50%);
}

.case-studies-card hr {
    padding-bottom: 5px;
}

.case-studies-card .heading {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding-bottom: 5px;
    min-height: 75px;

}

.case-studies-card h4 {
    font-size: 18px;
    line-height: 29.5px;
    font-weight: 500;
    display: inline;
    color: #000000;
}

.arrow-button {
    border: 1px solid;
    border-radius: 12px;
    margin-left: auto;

}

.arrow-button img {
    padding-inline: 7px;
    padding-block: 14px;
}

.case-studies-card-img {
    width: 100%;
    object-fit: cover;
}

.button-container {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 50px;
    position: relative;
}

.view-button {
    border: 2px solid black;
    border-radius: 50px;
    padding-inline: 25px;
    padding-block: 5px;
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    transform: translateY(-70px);
    position: absolute;
    bottom:-17px;
   right: 0;
}

@media screen and (max-width:1220px) {
    .view-button {
        bottom:-17px;
    }
}

@media screen and (max-width:1150px) {
    .case-studies-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        padding-top: 6%;
        position: relative;
    }

    .case-studies {
        overflow: hidden;
        padding-bottom: 70px;

    }

    .case-studies-card:nth-child(2) {
        transform: translateY(0);
    }

    .case-studies-card:nth-child(3) {
        transform: translateY(0);
    }

    .case-studies-card:nth-child(3) {
        transform: translateX(50%);
    }


}

@media screen and (max-width:870px) {
    .case-studies-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;

    }

    .case-studies {
        overflow: hidden;
        padding-bottom: 10px;

    }

    .case-studies-card:nth-child(3) {
        transform: translateX(0);
    }

    .button-container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }

    .view-button {
        position: relative;
        margin-top: 60px;
        
    }
}


/* Blog section */
.blog-section {
    background-color: #D9D3C3;
}
.blog-section h1{
    color: #000000;
}

.blog-section-para {
    font-size: 16px;
    font-weight: 400;
    color: #565656;
    line-height: 40px;
}

.blog-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.blog-card-grid .card {
    display: flex;
    flex-direction: column;
    border-radius: 0%;
}

.card-details {
    display: flex;
    flex-direction: column;
}

.blog-card-grid .card .name-date {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-inline: 20px;
}

.blog-card-grid .card .name-date .name {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.4;
    padding-top: 13px;

    color: #565656;
}

.vertical-line-border {
    border-left: 2px solid #565656;
    /* A vertical line using the left border */
    height: 15px;
    /* Height of the vertical line */
}

.blog-card-grid .card .name-date .date {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-block: auto;

    gap: 8px;
}

.blog-card-grid .card .name-date .date p {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.4;
    padding-top: 13px;
    color: #565656;
}

.blog-card-grid .card .card-details-title {
    padding-inline: 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    height: 90px;
}

.blog-card-grid .card .card-details-button {
    display: inline-block;
    /* Ensures the button takes up only as much space as the text */
    background-color: #D9D3C3;
    border-radius: 50px;
    padding: 5px 10px;
    /* Optional: Add some padding for better button appearance */
    font-size: 16px;
    /* Adjust font size if needed */
    font-weight: 400;
    color: #000;
    /* Text color */
    margin-bottom: 30px;
    margin-left: 20px;
}

.blog-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.blog-button {
    border: 2px solid black;
    border-radius: 50px;
    padding-inline: 25px;
    padding-block: 5px;
    background-color: #D9D3C3;
    font-size: 16px;
    font-weight: 500;
}

@media screen and (max-width:1300px) {
    .blog-card-grid {
        gap: 20px;
    }
}

@media screen and (max-width:1200px) {
    .blog-card-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);

        gap: 30px;
    }

    .blog-card-grid .card:nth-child(3) {
        transform: translatex(50%);
    }
}

@media screen and (max-width:860px) {
    .blog-card-grid {
        display: grid;
        grid-template-columns: 1fr;

        gap: 30px;
    }

    .blog-card-grid .card:nth-child(3) {
        transform: translatex(0%);
    }
}

/* form section */

/* 
form */
.form-section {
    width: 100%;
    background-color: var(--yellow-color);
}
.form-container {
    width: 100%;
    /* max-width: 1160px; */
    margin: 0 auto;
}
.form-container {
    background-color: var(--white-color);
    display: grid;
    grid-template-columns: 8fr 4fr;
    margin-block: 10px;
}

/* Remove spin buttons for number input */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
    /* For Firefox */
}

@media screen and (max-width:1200px) {


    .form-container {

        margin-block: 0px;
    }

}

@media screen and (max-width:750px) {


    .form-container {
        background-color: var(--white-color);
        display: grid;
        grid-template-columns: 8fr 4fr;
        margin-inline: 0px;
        margin-block: 0px;
    }

}

.form-part {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 48px 68px;
}

.form-header {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-heading {
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #000000;
}

.form-para {
    color: #565656;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 35px;
}


.inputs-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-input {
    /* height: 51px; */
    padding: 8px 20px;
    width: 100%;
    color: #B1B1B1;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    border: 1px solid #B1B1B1;
}

.input-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-textarea {
    padding: 8px 25px;
    resize: none;
    width: 100%;
    color: #B1B1B1;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    border: 1px solid #B1B1B1;
}

.captcha-section {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
}

.captcha-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 0;
    color: #000000;
}

.captcha-input {
    border: none;
    outline: #B1B1B1;
    border-bottom: 2px solid var(--black-color);
    width: 38px;
    height: 15px;
    padding: 5px;
    text-align: center;
}

.submit-button {
    padding: 8px 32px;
    border: 1px solid var(--black-color);
    width: fit-content;
    background-color: transparent;
    color: #000000;
}

.submit-button:hover {
    border: 1px solid var(--black-color);
    background-color: var(--black-color);
    color: var(--white-color);
    transition: 0.4s ease-in-out;
}

.image-part {
    height: 100%;
    width: 100%;
}

.image-part>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width:1100px) {
    .input-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width:850px) {
    .form-container {
        grid-template-columns: 1fr;
    }

    .image-part {
        display: none;
    }

    .submit-button {
        margin-inline: auto;
    }
}

@media screen and (max-width:540px) {
    .form-part {
        padding: 20px 20px;
    }
}

/* footer section */

.footer-section {
    width: 100%;
    background-color: var(--black-color);
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-block: 27px;
}

.footer-left {
    display: flex;
    gap: 50px;
    align-items: center;
}

.footer-brand {
    width: 56px;
    height: 59px;
}

.footer-brand>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.social-icons {
    display: flex;
    gap: 30px;
    align-items: center;
}

.footer-text {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    color: #D9D9D9;
    margin-bottom: 0;
}

.icon {
    color: var(--white-color);
}

@media screen and (max-width:980px) {
    .footer-container {
        flex-direction: column;
        gap: 20px;
    }

    .footer-left {
        flex-direction: column;
        gap: 20px;
    }
}

@media screen and (max-width:540px) {
    .form-part {
        padding: 20px 20px;
    }
}

.menu-footer {
    background-color: #1E2222;
}

.menu-footer-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.sub-section {
    display: flex;
    flex-direction: column;
}

.sub-section .title {
    font-weight: 500;
    font-size: 16px;
    color: #D9D9D9;
    line-height: 24px;
}

.sub-section span {
    font-weight: 400;
    font-size: 12px;
    color: #8C9090;
    line-height: 24px;
}

.sub-section h5 a {
    text-decoration: none;
    color: #D9D9D9;
}

.sub-section span a {
    text-decoration: none;
    color: #8C9090;
}

@media screen and (max-width:767px) {
    .menu-footer-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .sub-section {
        display: flex;
        flex-direction: column;
    }

    .sub-section span {
        font-weight: 400;
        font-size: 16px;
        color: #8C9090;
        line-height: 24px;
    }

}
.testing-methods{
    display: grid;
    grid-template-columns: repeat(4, 255px);
    margin-top: 70px;
    grid-auto-rows: 240px;
    justify-content: center;   
}

.storage-card{
    position: relative;
    margin-bottom: 240px;
    width: 255px;
    height: 153px;
    top: 49px;
    border-radius: 9px;
    background: rgba(246, 246, 246, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    filter: brightness(98%)
}
.storage-card .img-circle{
    position: absolute;
    bottom: 91px;
    width: 106px;
    height: 106px;
    background: rgba(0, 155, 234, 1);
    border: 8px solid rgb(255, 255, 255);
    border-radius: 50%;
    padding: 20px;
}
 .img-circle .logs-images{
    /* margin-top: 14px; */
    align-items: center;
    
}
 .management-heading{
    width: 176px;
    text-align: center;
    left: 15px;
    font-family: Poppins;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.4px;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    margin-top: 30px;

}

@media screen and (max-width: 1324px) and (min-width: 991px) {
    .testing-methods {
        container: 12;
        grid-template-columns: repeat(3, 250px);
        column-gap: 30px;
        justify-content: center;
    }
    .banner-section {
        height: auto;
      }
      .strage-testing-method{
        height: auto;
      }

      
      .yellow-banner {
        width: 60%;
      }
      


   
      .right-image {
        width: 40%;
      }
      
      .explore-content h2 {
        font-size: 1.5rem;
      }
    
    

    .storage-card-content{
        margin-top: 20px;
        width: 600px;
        height: 150px;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        text-align: start;
    }
   
  }
  

  @media (max-width: 990px) and (min-width: 769px) {
    .testing-methods {
        justify-content: center;
        grid-template-columns: repeat(2, 1fr);
    }
    .banner-section {
        height: auto;

      }
      
      .yellow-banner {
        width: 60%;
      }
      
      .right-image {
        width: 40%;
      }
      
      .explore-content h2 {
        font-size: 1.5rem;
      }
    

    
    /* .yellow-banner img{
        width: 1100px;
        height: 220px;
        align-items: center;
        text-align: center;
    } */
    /* .right-image img{
        width: 1290px;
    } */
  }

  @media (max-width: 768px) {
    .testing-methods {
        justify-content: center;
        grid-template-columns: repeat(1,225px);
        margin-top: 52px;
    }
    .desktop-image {
        display: none !important;
      }
      
      .mobile-image {
        display: flex !important;
        position: relative;
        /* top: -15px; */
      }
      
      .banner-section {
        display: flex !important;
        flex-direction: column !important;
        height: auto;
        margin-bottom: 19rem;
        margin-top: 45px;

      }
      
      .right-image .mobile-image img{
        position: absolute;
        width: 780px;
        height: auto;
      }
      /* .right-image{
        position: absolute;
      } */
      
      
      
      .yellow-banner .mobile-image img{
        position: absolute;
        width: 780px;
        height: 100vh;
      }
      
      .explore-content {
        position: relative;
        bottom: 0;
        width: 42rem;
        padding: 1rem;
      }
      
      .explore-content h2 {
        font-size: 20px;
      }
      
      .storage-cta-button {
        font-size: 0.9rem;
        padding: 0.5rem 1rem;
      }
    /* .storage-card-content{
    
        padding: 2rem;
    } */
    /* .storage-card-content h2{
        font-size: 15px;
        font-family: Poppins;
        font-weight: 550;
        line-height: 3px;
        letter-spacing: -0.4px;
        text-transform: capitalize;
        font-size-adjust: 0.545;
    } */
     /* .desktop-image{
        display: none !important;

     }
     .mobile-image{
        display: flex !important;
        flex-direction: column-reverse !important;
     } */
  
    
  }

  @media (max-width: 680px) {
    .right-image .mobile-image img{
        width: 680px;
        height: auto;
    }
    .mobile-image {
        /* display: flex !important; */
        position: relative;
        top: -50px;
      }
      .explore-section{
        margin-top: 90px;
      }
    
}

@media (max-width: 580px) {
    .right-image .mobile-image img{
        width: 580px;
    }

    
}
@media (max-width: 581px) {
    .mobile-image{
        top: -47px;
    }
    
}
@media (max-width: 531px) {
    .mobile-image{
        top: 0px;
    }
    
}
@media (max-width: 425px) {
    .mobile-image{
        top: -90px;
    }
    .explore-section{
        margin-top: 160px;
    }
    
}

@media (max-width: 530px) {
    .right-image .mobile-image img{
        width: 530px;
        height: auto;
    }
    
}
  
@media (max-width: 425px){
    .right-image .mobile-image img{
        width: 440px;
        height: auto;
    }
    .yellow-banner{
        position: relative;
        top: 220px;
    }
    .banner-section{
        margin-bottom: 12rem;
    }
    .patner-mobile{
        display: block !important;
        align-items: center;
        justify-content: center;
    }
    .patner-desktop{
        display: none !important;
    }
    .partner-heading{
        padding: 0;
    }
    .yellow-banner .mobile-image img{
        width: 425px;
    }
}


@media (max-width: 361px){
    .right-image .mobile-image img{
        width: 368px;
        height: 247px;
    }
    .mobile-image {
        position: relative;
        top: -81px;
      }
}

@media screen and (max-width: 371px) {
    .yellow-banner .mobile-image img{
        width: 375px;
    }
    
}

.patner-mobile{
    display: none;
}

  @media screen and (max-width: 664px) {
    .storage-card-content {
        width: 90%; 
        height: auto; 
        display: flex;
        flex-direction: column;
        align-items: start; 
        justify-content: start;
        text-align: start; 
        padding: 20px; 
        border-radius: 10px; 
    }

    .storage-card-content h2 {
        font-size: 25px; 
        margin-bottom: 10px;
        color: #fff; 
    }

    .storage-card-content p {
        font-size: 25px;
        color: #fff;
    }

    .storage-card-content button {
        background-color: black;
        color: white;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 1rem;
        margin-top: 15px; 
    }

    .storage-card-content button:hover {
        background-color: #333; 
    }
}


  
.explore-section{
    width: 100%;
}

.banner-section {
    width: 100%;
    height: 275px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto; 
    position: relative;
    overflow: hidden;
  }
  
  .mobile-image {
    display: none;
  }
  
  .yellow-banner {
    position: relative;
    width: 914px;
    height: 275px;
    /* overflow: hidden; */

  }
  
  .yellow-banner .desktop-image {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 275px;
  }
  
  .right-image {
    width: 629px;
    height: 275px;
  }
  
  .right-image .desktop-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .explore-content {
    padding-inline: 101px;
    padding-top: 3rem;
    padding-left: 162px;
    position: relative;
    z-index: 1;

  }
  .explore-content h2{
    padding-bottom: 9px;
    font-size: 30px;
    width: 545px;
    font-weight: 700;
    color: white;
  }
  

  /* case srudy */
  .case-study-section{
    /* max-width: 1440px; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline: 160px;
 }
  .case-study-card{
    display: flex;
    flex-direction: row;
    width: 100%;
    /* max-width: 1160px; */
    height: 498px;
    justify-content: space-between;
    border-width: 1px;
  }
 .first-card{
    z-index: 1;
    /* width: 570px; */
    width: 100%;
    height: 498px;
    background: rgba(246, 246, 246, 1);


  }
  .case-studies-card .second-card{
    width: 540px;
    height: 498px;
   
  }
  .second-card{
    width: 100%;
  }

.first-card .case-study-small{
    position: relative;
    top: 7px;
    left: -19.8px;
    width: 255px;
    height: 44px;
    margin-top: -50px;
  }
  .case-study-small img{
    position: absolute;
    z-index: -1;
  }
  .case-study-small h4{
    position: relative;
    width: 162px;
    height: 46px;
    left: 72px;
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    line-height: 49px;
    letter-spacing: -0.4px;
    color: rgba(255, 255, 255, 1);
  }
  .first-card .case-study-big{
    position: relative;
    width: 446px;
    height: 271px;
    top: 40px;
    left: 50px;
    border-width: 1px;
    border-radius: 20px;
    margin-bottom: 17px;
    display: flex;
    flex-direction: column;
    padding: 3px;
  }
  .case-study-big h4{
    color: rgba(0, 0, 0, 1);

    font-weight: 700;
    width: 380px;
    height: 88px;


  }
  .case-study-big p{
    width: 445px;
    height: 99px;
    font-weight: 400;


    color: #565656;
  } 

  .case-study-light-blue-cta-button{
    background: rgba(0, 0, 0, 1);


  }
  .storage-card.management-heading:hover{
    color: white;
  }
  @media screen and (max-width: 1330px) {
    .case-study-big p{
        width: 399px;
        height: 155px;
    }
    
    
}
@media screen and (max-width: 1024px) {
    .case-study-section{
        padding-inline: 108px;
    }
    
    
}


.case-study-section {
    /* max-width: 1440px; */
    margin-bottom: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.case-study-card {
    display: flex;
    flex-direction: row;
    width: 100%;
    /* max-width: 1154px; */
    height: 498px;
    justify-content: space-between;
    border-width: 1px;
}

.first-card {
    /* width: 611px; */
    width: 100%;
    height: 498px;
    background: rgba(246, 246, 246, 1);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.second-card{
    width: 100%;
}
.second-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Case Study Header */
.case-study-small {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}



.case-study-big h4 {
   
    margin-bottom: 10px;
}

.case-study-big p {
    font-size: 16px;
    color: #565656;
}

.case-study-big button a{
    color: white;
    text-decoration: none;
}
.case-study-big button:hover a{
    color: black;
}

@media (max-width: 850px) {
    .case-study-section{
        padding-inline: 90px;
    }
    .case-study-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: start;
        height: auto;
        padding: 20px;
    }

    .first-card, .second-card {
        width: 100%;
    }

    .first-card {
        height: 479px;
        align-items: start;
        text-align: start;
    }

 

    .case-study-big h4 {
        font-size: 20px;
    }

    .case-study-big p {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .case-study-section{
        padding-inline: 34px;
    }
    
}

@media (max-width: 668px) {
    .case-study-section {
        padding: 0 10px;
        display: flex;
        justify-content: center;
    }
    .first-card .case-study-small{
        position: relative;
        left: -14px;
    }
    .case-study-card {
        padding-inline: 34px;
        width: 100%;
        max-width: 590px;
        display: flex;
        flex-direction: column;
        align-items: start;
        text-align: start;
    }

    .first-card {
        width: 100%;
        padding: 15px;
        height: 470px;
        display: flex;
        flex-direction: column;
        align-items: start; 
        text-align: start;
        left: 0;
    }

    .case-study-big {
        width: 100%; 
        max-width: 100%;
        left: 0;
    }

    .case-study-big h4 {
        font-size: 18px;
        word-wrap: break-word;
        width: 100%;
        max-width: 256px;
        left: 0;
    }

    .case-study-big p {
        font-size: 14px;
        word-wrap: break-word;
        width: 100%;
        max-width: 300px;
       
    }
  


    .second-card img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}
@media (max-width: 486px) {
    .case-study-card {
        padding-inline: 12px;
    }
    .case-study-big h4{
        position: absolute;
        width: 100%;
        top: 10px;
        max-width: 300px;
        left: -50px;
    }
    .first-card .case-study-small{
        top: 27px;
        left: -3px;
    }
    .case-study-big p{
        position: absolute;
        width: 100%;
        max-width: 200px;
        left: -50px;
        top: 70px;
    }
    .case-study-big .cta-button{
        position: absolute;
        bottom: -30px;
        left: -3rem;
        padding: 8px 32px;
    }
    .case-study-small img{
        width: 100%;
        max-width: 245px;
        /* top: -60px; */
        left: -12px;
    }
    .case-study-small h4{
        top: 4px;
        left: 45px;
        font-size: 20px;
    }
 
    
}



@media (max-width: 789px){
    .scrollable-tabs-container {
        width: 300px;
        height: 100px;
        border-radius: 20px;
        border-width: 1px;
        padding-top: 8px;
        padding-left: 20px;
        padding-bottom: 8px;
     
        gap: 10px;
        overflow: hidden;
        position: relative;
        -webkit-mask-image: linear-gradient(to right, transparent, white 20%, white 80%, transparent);
        mask-image: linear-gradient(to right, transparent, white 20%, white 80%, transparent);
    }
    .scrollable-tabs-container button {
        position: relative;
        overflow: hidden;
        transition: all 0.2s ease-in;
        z-index: 1;
    }
    
    .circle {
        position: absolute;
        border-radius: 50%;
        pointer-events: none;
        background: radial-gradient(circle closest-side, white, rgba(255, 255, 255, 0.8));
        width: 1px;
        height: 1px;
        z-index: -1;
        animation: ripple 0.5s ease-in;
    }
    
      /* The horizontal list of tabs */
      .scrollable-tabs-container ul {
        display: flex;
        gap: 16px;
        padding: 12px 34px;
        margin: 0;
        list-style: none;
        overflow-x: scroll;
        -ms-overflow-style: none; 
        scrollbar-width: none;    
        scroll-behavior: smooth; 
      }
      .scrollable-tabs-container ul.dragging button {
        pointer-events: none; 
      }
      .scrollable-tabs-container ul.dragging {
        scroll-behavior: auto; 
      }
      .scrollable-tabs-container ul::-webkit-scrollbar {
        display: none; 
      }
        .center-indicator {
            position: absolute;
            left: 50%;
            top: 0;
            height: 100%;
            width: 120px; 
            transform: translateX(-50%);
            pointer-events: none;
            z-index: -1;
        }
      /* Individual tab links */
      .scrollable-tabs-container a {
        color: #fff;
        text-decoration: none;
        padding: 15px 30px;
        display: inline-block;
        border-radius: 10px;
        user-select: none;
        white-space: nowrap; 
      }

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 0;
    }
    75% {
        transform: scale(450, 450);
        opacity: 0.75;
    }
    100% {
        transform: scale(700, 700);
        opacity: 0;
    }
}
}


.scrollable-tabs-container{
    margin-top: 70px;
}
.scrollable-tabs-container ul {
    display: flex;
    gap: 16px;
    
    padding: 12px 24px;
    margin: 0;
    list-style: none;
    overflow-x: scroll;
    -ms-overflow-style: none; /* Hide scrollbar in IE/Edge */
    scrollbar-width: none;    /* Hide scrollbar in Firefox */
    scroll-behavior: smooth;  /* Smooth scroll on programmatic scrollLeft */
  }

   .frameworks-section {
    max-width: 1440px;
    width: 100%;
    margin: 30px auto 100px auto;
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center; 
  }
  
  .frameworks-section h1 {
    height: 49px;
    opacity: 0.8;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    letter-spacing: -0.4px;
    color: rgba(0, 0, 0, 1);
    margin: 0 auto;
  }
  
  .frameworks-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 85px;
  }
  
  .framework-button {
    margin-top: 20px;
    display: flex;
    flex-direction: row; 
    gap: 20px;       
    /* justify-content: center; */
    border: 2px solid rebeccapurple;
    overflow: hidden;

  }
  
  .storage-cta-button {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
  }
  
  .framework-item {
    /* margin-top: 30px; */
    display: flex;
    flex-direction: column;
    align-items: center;
  }
/*   
  .grid-container {
    width: 462px;
    height: 133px;
    text-align: center;
    display: grid;
    align-items: center;
    grid-template-columns: repeat(3, 100px);
    column-gap: 30px;
    row-gap: 10px;
    margin-top: 20px;
  } */
  
  /* .item-text {
    grid-row: 1;
    grid-column: 1 / span 4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(22, 96, 194, 1);
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.4px;
    text-align: center;
  }
   */
  
   .item-box {
    display: flex;
    /* margin-left: -90px;  */
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    border-radius: 10px;
    border: 0.5px solid rgba(140, 144, 144, 1);
    background: rgba(255, 255, 255, 1);
    width: 93px;
    height: 93px;
  }
  
  /* Individual boxes */
  /* .box1 {
    grid-column: 2;
  }
  .box2 {
    grid-column: 3;
  }
  .box3 {
    grid-column: 4;
  } */
  
  @media (max-width: 1440px) {
    .frameworks-section {
      padding: 0 20px;
    }
  }
  @media (max-width: 1024px) {
    .frameworks-section h1 {
        margin-bottom: 2rem;
    }
    
    .rods{
    }
      .framework-button {
      /* flex-wrap: wrap; */
      justify-content: center;
      gap: 15px; 
    }

  
    /* .framework-item {
      align-items: center;
    } */
  
   
    /* .grid-container {
      grid-template-columns: 2fr 2fr;
      grid-template-rows: auto auto auto; 
      width: auto;  
      height: auto; 
    }
   */
    /* .item-text {
      grid-row: 1;
      grid-column: 1 / span 2;
    } */
  
    .box1 {
      grid-row: 2;
      grid-column: 1;
      margin-left: 0; 
    }
    .box2 {
      grid-row: 2;
      grid-column: 2;
      margin-left: 0;
    }
    .box3 {
      grid-row: 3;
      grid-column: 1 / span 2;
      margin: 0 auto;
    }
  }
  
  @media (min-width: 768px) and (max-width: 424px) {
    .frameworks-section h1 {
      width: 340px;
      margin: 0 auto;
    }
/*   
    
    .grid-container {
      grid-template-columns: 1fr;
      grid-template-rows: auto auto auto auto; 
      row-gap: 15px; 
      width: 100%;
      margin: 20px auto;
    } */
  
    /* .item-text {
      grid-column: 1;
      grid-row: 1;
    } */
  
    .box1 {
      grid-row: 2;
      grid-column: 1;
      margin: 0 auto; 
      margin-left: 0;
    }
    .box2 {
      grid-row: 3;
      grid-column: 1;
      margin: 0 auto;
      margin-left: 0;
    }
    .box3 {
      grid-row: 4;
      grid-column: 1;
      margin: 0 auto;
      margin-left: 0;
    }
   
  }
  @media (max-width: 425px) {
    .frameworks-section h1 {
        margin-bottom: 30px;
        width: 340px;
        align-items: start;
        text-align: start;
        font-weight: 900;
        font-size: 28px;
        line-height: 30px;
        letter-spacing: -0.4px;
        text-transform: capitalize;
        color: #000000;

        
      }
      
    .curios-card-heading{
        width: 373px;
    }

    
  }




.why-partner{
    max-width: 1440px;
}
   .partner-section{
    margin: 0 auto;
    width: 100%;
    padding-block: 71px;    
    background: rgba(253, 191, 32, 1);
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
  }
  .partner-heading {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    letter-spacing: -0.4px;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 1);
  }
  
  .partner {
    /* width: 1160px; */
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    margin: 0 auto; 
  }
  
  .partner-photo {
    margin-bottom: 15px;
    /* width: 347px; */
    width: 30%;
    /* height: 343px; */
  }
  
  .partner-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .partner-description {
    /* width: 727px; */
    width: 65%;
  }
  
  .partner-description p {
    color: #000;
    margin: 0 0 20px 0;
  }
  
  .partner-description-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 27px;
    margin-top: 30px;
  }
  
  .partner-logo-text {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
  }
  
  .partner-logo-text img {
    width: 50px; 
    height: auto;
  }

  @media (max-width: 1440px) and (min-width: 1255px) {
    .partner {
        margin-top: 60px;
        padding: 0;
    }
  }

  @media (max-width: 1254px) {
    .partner-heading {
      font-size: 28px;
      line-height: 38px;
      text-align: center;
      margin: 0 auto 30px; 
      width: auto; 
      display: block;
    }
  
    .partner {
      flex-direction: column;
      align-items: center; 
      width: auto;
    }
  
    .partner-photo {
      width: 100%;
      max-width: 400px; 
      height: auto;
    }
  
    .partner-description {
      width: 100%;
      margin-top: 20px;
    }
  

    .partner-description-grid {
        padding-left: 60px;
        padding-right: 20px;
        grid-template-columns: repeat(2, 1fr);
    }
    .mobile-hide{
        padding-left: 4rem;
    }
  }
  
  
  
  @media (max-width: 768px) {
    .partner-description-grid {
        padding-left: 38px;
      grid-template-columns: 1fr;
    }
      .partner {
      align-items: center;
    }
    .rods{
        top: 133px;
        left: 25rem;
    }
    .mobile-hide{
        padding-left: 2rem;
        padding-right: 2rem;
    }
   
    /* .grid-container{
        display: grid;
        grid-template-columns: repeat(4, 100px);

    }
     */
  }

  @media (max-width: 597px){
    .rods{
        margin-left: -7rem;
    }
  }
  @media screen and (max-width: 550px) {
    .partner-section {
        padding: 20px; 
      }
      .partner-heading {
        padding-top: 4rem;
        max-width: 480px;    
        width: 100%;          
        height: auto;        
        font-weight: 900;
        font-size: 28px;
        line-height: 34px;

                    
        text-align: left;
      }
      .partner{
          gap: 0px;
      }
      .partner-description {
          margin-top: -10px;
      }
      .partner-description p{
        padding-left: 3px;
    }
      .partner-first-para p{
        max-width: 330px;
        width: 100%;
        height: auto;
        font-weight: 700;
        font-size: 16px;
        line-height: 23px;
        letter-spacing: -0.4px;
        text-transform: capitalize;
        margin-bottom: 20px;
        color: rgba(0, 0, 0, 1);


     }
  
    .partner-photo {
      max-width: 490px; 
      width: 100%;
      height: auto;
    }
    .partner-photo img {
      width: 100%;
      height: auto; 
      object-fit: cover;
    }
  
    .partner {
      flex-direction: column;
      align-items: center; 
      width: 100%;
    }

  
    .partner-description-grid {
        padding-left: 20px;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .partner-logo-text{
        display: flex;
        flex-direction: column;
    }

    
  }
  @media (max-width: 459px){
    .small{
        width: 20px;
    }
  }
     @media (max-width: 425px) {
        .partner-section {
          padding: 20px; 
        }
        .partner-heading {
          padding-top: 4rem;
          max-width: 330px;    
          width: 100%;          
          height: auto;        
          font-weight: 900;
          font-size: 28px;
          line-height: 34px;

          text-align: left;
        }
        .partner{
            gap: 0px;
        }
        .partner-description {
            margin-top: -10px;
        }
        /* .partner-description p:nth-of-type(1) {
            max-width: 330px;
            width: 100%;
            height: auto;
            font-weight: 700;
            font-size: 16px;
            line-height: 23px;
            letter-spacing: -0.4px;
            text-transform: capitalize;
            margin-bottom: 20px;
        } */
         .partner-first-para p{
            max-width: 330px;
            width: 100%;
            height: auto;
            font-weight: 700;
            font-size: 16px;
            line-height: 23px;
            letter-spacing: -0.4px;
            text-transform: capitalize;
            margin-bottom: 20px;

         }
      
        .partner-photo {
          max-width: 330px; 
          width: 100%;
          height: auto;
        }
        .partner-photo img {
          width: 100%;
          height: auto; 
          object-fit: cover;
        }
      
        .partner {
          flex-direction: column;
          align-items: center; 
          width: 100%;
        }
        .mobile-hide{
            display: none !important;
        }
      
        .partner-description-grid {
            padding-left: 20px;
            grid-template-columns: 1fr;
            gap: 20px;
        }
        .partner-logo-text{
            display: flex;
            flex-direction: column;
        }
        .small{
            position: absolute;
            width: 12px;

        }
        .rods{
            position: relative;
        }
      }
      
    


/* hover */
.storage-card:hover{
    cursor: pointer;
    background-color: rgba(0, 0, 0, 1);
    transition: 0.3s;
    color: white;
}
  
  .storage-card:hover .heading  {
    color: #fff; 
  }
  .storage-card:hover .management-heading  {
    color: #fff; 
  }
 
.storage-cta-button:hover{
    background-color: white;
    transition: 0.3s;
    color: black;
    border: 1px solid #000000

}

.button-active {
    background-color: #000000 !important;
    border: 2px solid #000 !important;
    color: white !important; 
  }
  





  /* pop up style */
  .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.popup-container {
    position: relative;
    width: 90%;
    max-width: 500px;
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    transform: scale(0.9);
    transition: transform 0.3s;
}

.popup-overlay.active .popup-container {
    transform: scale(1);
}

.popup-header {
    background-color: #2470b3;
    color: white;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.close-btn {
    color: white;
    font-size: 24px;
    cursor: pointer;
    text-decoration: none;
}

.popup-body {
    padding: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23464646' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}

.captcha-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.captcha-input {
    width: 60px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
}

.submit-btn {
    background-color: #e7b73b;
    color: white;
    border: none;
    padding: 12px 0;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}

.submit-btn:hover {
    background-color: #d6a82c;
}

@media (max-width: 480px) {
    .popup-container {
        width: 95%;
    }
    .storage-card:hover{
        /* cursor: pointer; */
        background-color: rgba(246, 246, 246, 1);
        /* transition: 0.3s; */
        /* color: white; */
        
    }
      
      .storage-card:hover .heading  {
        color: black; 
      }
      .storage-card:hover .management-heading  {
        color: black; 
      }
    
    .popup-header {
        font-size: 16px;
        padding: 12px 15px;
    }
    
    .form-control, .submit-btn {
        font-size: 14px;
        padding: 8px 10px;
    }
    
    .captcha-container {
        flex-wrap: wrap;
    }
}




/* card coursole*/
.storage-solution-mobile{
    display: none;
}




/* swipper */
#case-swiper .navigators {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 30px;
  }
  #case-swiper .swiper-button-prev,
#case-swiper .swiper-button-next {
  border: 1.5px solid var(--info);
  border-radius: 50%;
  /* width: 25.5px; */
  height: 27.5px;
  position: relative;
}

#case-swiper .swiper-button-next:after,
#case-swiper .swiper-button-prev:after {
  font-size: 12px;
  font-weight: 700;
  color: var(--info);
}

@media screen and (max-width: 768px) {
    
    .grid-stirage-solution-desktop{
        display: none;
    }
   
    .stirage-solution-mobile {
        display: block !important; 
        justify-content: center;
    }
    
    #case-swiper .navigators {
        display: flex;
        margin-top: 15px;
    }
    
    .swiper-slide {
        height: auto;
    }
}
@media screen and (max-width: 425px) {
    #case-swiper .navigators {
        margin-top: 40px !important;
    }
    
}

.stirage-solution-mobile {
    display: none;
}



/* testing methid  */
.strage-testing-method{
    /* margin-top: 40px; */
    width: 100%;
    max-width: 1440px;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto; 
    position: relative;
    /* top: -48px; */
}


@media screen and (max-width: 1366px) and (min-width: 1255px) {
    .partner,.partner-heading{
        /* width: 990px; */
    }
    .partner-photo{
        height: 355px;
        margin-bottom: 75px;
    }
}

@media (max-width: 1320px){
    .testing-methods{

        justify-content: center;

    }
   
}

.grid-container-filleter{
    display: flex;
    flex-direction: column;
    padding: 1rem;
    gap: 12px;
    /* width: 100%;
    max-width: 241px; */
}
.grid-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-bottom: 12px;
}
@media (max-width: 520px){
    .grid-container{

        width: 100%;
        max-width: 241px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, auto);
    }
}

@media (max-width: 767px) {
    .hero-section {
        background-image: linear-gradient(60.1deg, #000000 1.09%, rgba(102, 102, 102, 0) 51.75%), url("../png/home-bamner.png");
    }
}
.testing-methods {
    display: grid;
    grid-template-columns: repeat(4, 255px);
    column-gap: 30px;
    row-gap: 0px; 
    margin-top: 70px;
    justify-content: center
}

.storage-card {
    position: relative;
    width: 255px;
    height: 153px;
    border-radius: 9px;
    background: rgba(246, 246, 246, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0; 
    padding: 20px 10px;
}

.img-circle {
    width: 106px;
    height: 106px;
    background: rgba(0, 155, 234, 1);
    border: 8px solid rgb(255, 255, 255);
    border-radius: 50%;
    padding: 20px;
    margin-top: -70px; 
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.storage-card .heading {
    width: 219px;
    text-align: center;
    font-family: Poppins;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: rgba(0, 0, 0, 1);
    margin-top: 30px;

}
@media (max-width: 500px) {
    .desktop-conneted-img{
        display: none !important;
    }
    .mobile-conneted-image{
        display: flex;
    }
    .para-img-wrapper {
      display: flex;
      flex-direction: column-reverse;
    }
    .connected-future-grid img {
        padding-top: 20px;
        padding-bottom: 25px;
    }
    .storage-card .heading{
        margin-top: 40px;
    }
    .curious-card-content .cta-button {
        padding: 12px 20px;
    }

  }
@media (max-width: 1320px) {
    .testing-methods {
        justify-content: center;
    }
}

@media (max-width: 1324px) and (min-width: 991px) {
    .testing-methods {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 20px;

        justify-content: center;
    }
    
}

@media (max-width: 990px) and (min-width: 769px) {
    .testing-methods {
        justify-content: center;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .testing-methods {
        display: flex;
        flex-direction: column;
        justify-content: center;
        grid-template-columns: repeat(1, 225px);
        margin-top: 52px;
        row-gap: 80px; 
        align-items: center;
    }
    .scrollable-tabs-container{
        margin-top: 0px;
    }
    .frameworks-container{
        margin-top: 47px;
    }
    .frameworks-section {
       
      
        margin: 0px auto 80px auto;
      }
}

.scrollable-tabs-container button {
    padding-left: 32px;
    padding-right: 32px;
}

@media (max-width: 1352px) and (min-width: 1044px){
    .explore-content{
        padding-left: 160px;
        /* padding: 3rem; */
    }
    /* .yellow-banner{
        width: 80%;
    }
    .yellow-banner .desktop-image{
        width: 100%;
    }
    .yellow-banner .desktop-image img{
        width: 110%;
    }
    .right-image{
        width: 50%;
    }
    .right-image .desktop-image{
        width: 100%;
    }
    .right-image .desktop-image img{
        width: 120%
    } */
}
/* 
@media (max-width: 1043px){
    .explore-content{
        padding: 3rem;
    }
    .yellow-banner{
        width: 80%;
    }
    .yellow-banner .desktop-image{
        width: 100%;
    }
    .yellow-banner .desktop-image img{
        width: 110%;
    }
    .right-image{
        width: 50%;
    }
    .right-image .desktop-image{
        width: 100%;
    }
    .right-image .desktop-image img{
        width: 120%
    }
} */



@media (max-width: 1210px){
    .explore-content{
        padding-inline: 110px;
        /* padding: 2rem; */
        padding-left: 155px;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

@media screen and (max-width: 1024px) {

    .explore-content{
        padding-inline: 157px;

        padding-left: 104px;
    }
  

    
}
@media (max-width: 768px){
    .explore-content{
        /* padding: 2rem; */
        padding-left: 3rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
 
}


@media (max-width: 768px) {
    .banner-section {
        flex-direction: column-reverse;
        overflow: visible;
        height: 330px;
    }
    
    .right-image {
        position: relative;
        order: 1;
    }
    
    .yellow-banner {
        position: relative;
        top: 232px;
        height: 600px;
        align-items: center;
        order: 2;
        overflow: hidden;
    }
    
    .rods {
        margin-right: 5rem;
        height: 150px; 
    }

}


.small {
    position: absolute;
    content: "";
    width: 61.35511719285825px;
    height: 141.88369611071872px;
    top: 7px;
    left: -67.52px;
    border-radius: 48px;
    background: rgba(253, 191, 32, 1);
    transform: rotate(26.59deg);
    /* z-index: 1; */
}

.large {
    position: absolute;
    content: "";
    width: 75.55486223106405px;
    height: 299.02236643624985px;
    top: -74px;
    left: 24.86px;
    border-radius: 48px;
    background: rgba(253, 191, 32, 1);
    transform: rotate(26.59deg);
}

.rods {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 16rem;
    height: 100px; 
    bottom: 0;
}
@media (max-width: 612px){
    .banner-section{
        height: 275px;
    }
    .yellow-banner{
        top: 339px;
        height: 1880rem;
    }
    .yellow-banner .mobile-image img{
        height: 100vh;
    }
    .explore-content{
        /* padding: 2rem; */
        padding-left: 2rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        width: 300px;
    }
    .explore-content h2{
        font-size: 25px;
        width: 290px;
    }
    .rods{
        top: 190px;

    }
    .small{
        left: -40px;
        width: 40px;
    }
    .large{
        left: 15px;
        top: -32px;
        width: 50px;
    }
    .hero-section {
        align-items: center;
    }
    .hero-section .hero-content {
        align-items: center;
    }
    .hero-content h1{
        text-align: center;

    }    
     .text-grid h2{
      
        font-weight: 900;
    }

    .connected-future-grid img{
        max-width: 100%;
    }
    .frameworks-section h1 {
        margin-bottom: 30px;
       
        align-items: start;
        text-align: start;
        font-weight: 900;
        font-size: 28px;
        line-height: 30px;
        letter-spacing: -0.4px;
        text-transform: capitalize;
        color: #000000;

        
      }
      .hero-content a{
        font-weight: 500;
        font-size: 16px;
      }
      .wireless-capabilities-grid .card .hover-content h3{
        font-size: 20px;
      }
      /* .first-card{
        height: 500px;
      }
      .first-card .case-study-big {
        height: 314px;
      }
      .case-study-big h4{
        font-weight: 700;
        font-size: 24px;
        height: 120px;

     } */
     
}
@media screen and (max-width: 500px) {
    .hero-section .hero-content{
        gap: 30px;
    }
    .case-study-big h4{
        font-weight: 700;
        font-size: 24px;
        line-height: 31px;
        letter-spacing: -0.4px;
        text-transform: capitalize;


     }
     .first-card .case-study-big {
        margin-bottom: 150px;
     }
     .case-study-big p{
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
        letter-spacing: -0.4px;

     }
     .case-study-big p{
        position: absolute;
        width: 100%;
        max-width: 255px;
        left: -50px;
        top: 154px;
    }
    
    .case-study-big .cta-button{
        position: absolute;
        bottom: -128px;
        left: -3rem;
        padding: 8px 32px;
    }
    .first-card {
        /* width: 100%;
        padding: 15px; */
        height: 574px;
    }
    .footer-left p{
        font-size: 16px;
    }
    .footer-right p{
        font-size: 11px;
    }
    
}
@media (max-width: 425px) {
    .yellow-banner{
        height: 3650px;
        top: 227px;
    }

    .connected-future-grid img{
        max-width: 100%;
    }
    
}

@media screen and (max-width: 425px) {
    .small {
        width: 30px;
        height: 90px;
        left: -45px; 
    }
    
    .large {
        top: -35px;
        width: 35px; 
        height: 200px; 
        left: 1px; 
    }
    
    .rods {
        margin-left: -8rem;
        right: 8rem; 
    }
    .curios-card-image-container>img{
        display: none;
    }
    .case-study-section{
        margin: 0 auto 25px auto;
    }
   
     
    

     .first-card .case-study-big {
        margin-bottom: 150px;
     }
     .case-study-big h4{
        top: 16px;
        font-weight: 700;
        font-size: 24px;
        line-height: 31px;
        letter-spacing: -0.4px;
        text-transform: capitalize;


     }
     .first-card .case-study-small{
        top: 40px;
     }
     .case-study-big p{
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
        letter-spacing: -0.4px;

     }
     .storage-cta-button{
        font-size: 12px;
     }
     .cta-button{
        font-weight: 500;
      
     }
     .form-heading{
        font-size: 28px;
        font-weight: 900;
        line-height: 34px;
        letter-spacing: -0.4px;
        text-transform: capitalize;

     }
     .captcha-text{
        font-weight: 400;
     }
     .section-para{
        font-weight: 400;
     }
     .case-study-big p{
        position: absolute;
        width: 100%;
        max-width: 254px;
        left: -50px;
        top: 155px;
    }
    
    .case-study-big .cta-button{
        position: absolute;
        bottom: -130px;
        left: -3rem;
        padding: 8px 32px;
    }
    .wireless-capabilities h1{
        font-weight: 900;
    }
    .curious-card-content h2{
        font-weight: 700;
    }
    .section-heading{
        font-weight: 400;
    }
    .first-card {
        /* width: 100%;
        padding: 15px; */
        height: 565px;
    }

    .curious-card-cta-button{
        width: 179px;
        height: 40px;
    }
    .curious-card-cta-button a{
        display: inline-block;
        width: 143px !important;
    }
}



@media screen and (max-width: 393px) {
  .partner-description-grid {
    padding-left: 6px;
  }
  .navbar-brand img{
    width: 129px;
  }



    
}
@media screen and (max-width: 359px) {
    .frameworks-section h1{
        width: 320px;
      }
    
}

@media screen and (max-width: 343px) {
    .curios-card-heading{
        width: 340px;
    }
  }


@media screen and (min-width: 1441px) {
    .hero-section .hero-content{
        width: 100%;
        max-width: none;
    }
    .connected-future-grid{
        width: 100%;
        max-width: none;
    }
    .strage-testing-method{
        width: 100%;
        max-width: none;
    }
    .testing-methods{
        width: 100;
        max-width: none;
        display: grid;
        grid-template-columns: repeat(4,1fr);
    }
    .storage-card{
        width: 100%;
    }
    .wireless-capabilities-grid,.section-heading{
        width: 100%;
        max-width: none;
    }
    .wireless-capabilities-grid .card{
        width: 30%;
    }
    .wireless-capabilities-grid{
        column-gap: 87px;
    }
    .partner{
        width: 100%;
        max-width: none;

    }
    .partner-heading{
        width: 100%;
        max-width: none;
    }
    .form-container{
        width: 100%;
        max-width: none;
    }
    .menu-footer-container{
        width: 100%;
        max-width: none;
    }
    .partner-photo{
        margin-top: 22px;
        width: 69%;
    }
    .partner-description{
        margin-top: 33px;
        width: 100%;
    }
    .partner-section{
        /* padding-inline: 140px; */
        padding-block: 71px;
    }
    .yellow-banner{
        width: 100%;
    }
    .yellow-banner .desktop-image{
        width: 100%;
    }
    .yellow-banner .desktop-image img{
        width: 116%;
    }
    .right-image{
        width: 82%;
        height: auto;
    }
    .right-image .desktop-image{
        width: 100%;
        height: 100%;
    }
    .right-image .desktop-image img{
        width: 116%;
    }
    .connected-future-grid img{
        width: 100%;
        /* height: 237px; */
        object-fit: cover;
        object-position: center;
    }
    .case-study-section{
        padding-inline: 165px;
        /* margin: 0 auto 100px auto; */
    }
    .wireless-capabilities h1 {

        width: 100%;
    }
    .partner-photo {
        margin-bottom: 15px;
        width: 347px;
        /* width: 30%; */
        height: 283px;
      }
      
      .partner-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    
      .partner-description {
        /* width: 727px; */
        /* width: 65%; */
      }
      
    

}


@media (min-width: 1579px) and (max-width: 1800px) {
    .section-heading{
        padding-right: 238px;
    }

}
@media screen and (min-width: 1579px) {
    .partner-photo{
        margin-top: 45px;
    }
    .wireless-capabilities-grid{
        column-gap: 60px;
    }

}



@media screen and (min-width: 1900px) {
    /* .partner-photo{
        margin-top: 45px;
    } */
    .wireless-capabilities-grid{
        column-gap: 79px;
    }
    
}


@media screen and (min-width: 1700px) {
    .partner-description{
        margin-top: 0px;
    }
    
}

@media screen and (min-width: 1990px) {
    .partner-description{
        margin-bottom: 36px;
    }
    
}
@media screen and (max-width: 1389px) and (min-width: 1330px) {
    .common-padding-class {
        padding-inline: 125px;
        padding-block: 50px;
    }
    .explore-content{
        padding-inline: 137px;
        padding-left: 123px;
    }
    .partner-heading{
        margin: 0 0;
    }
    .partner, .partner-heading{
        margin:  0 0px;
    }
    .partner{
        margin-top: 60px;
    }
    .partner-description {
        margin-top: -60px;
        /* width: 1064px; */
      }
    
}
@media (max-width: 1030px) and (min-width: 768px) {
    .banner-section{
        height: 220px;
    }
    .rods {
        display: flex;
        justify-content: flex-end;
        position: absolute;
        right: 8rem;
        height: 100px;
        bottom: 47px;
    }
    .yellow-banner{
        width: 60%;
    }
    .yellow-banner .desktop-image img{
        width: 116%;
        height: 80%;
    }
    .right-image {
        width: 397px;
        height: 220px;
    }
    .right-image .desktop-image img{
        height: 100%;

    }
    
}
