
/* style guide start */

:root {
    --primary: #008aff;
    --secondary: #fb6400;
    --black: #000000;
    --gray: #747474;
    --heading: #1e1e1e;
    --white: #fff;
  }
  
  body {
    
    margin: 0;
    overflow-x: hidden;
  }
  
  .page-wrapper h3 {
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    color: var(--heading);
    margin: 0;
  }
  
  .page-wrapper h4 {
    font-weight: 300;
    font-size: 24px;
    line-height: 28.8px;
    color: var(--heading);
    margin: 0;
  }
  
  .page-wrapper .text-center {
    text-align: center;
  }
  /* style guide end */
  
  .page-wrapper img {
    max-width: 100%;
  }
  
  .page-wrapper .container {
    box-sizing: border-box;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 62px;
  }
  
  .page-wrapper .pos-rel {
    position: relative;
  }
  
  @media only screen and (max-width: 1280px) {
    .idea-sec .content-wrapper {
      max-width: 85%;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .page-wrapper .container {
      max-width: 100%;
      padding: 0 35px;
      width: 100%;
    }
  
    .idea-sec .content-wrapper {
      max-width: 100%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .page-wrapper .container {
      padding: 0 32px;
    }
  }
  
  

/* Idea section start  */
.idea-sec.idea-blug-bg {
    background: linear-gradient(0deg, rgba(190, 212, 234, 0.10) 0%, rgba(190, 212, 234, 0.10) 100%), #FFF;
}

.idea-sec {
    padding: 120px 0 120px 0;
}

.idea-sec .content-wrapper {
    max-width: 67%;
    margin: 0 auto;
}

.idea-sec h3 {
    text-align: center;
    margin: 0 0 80px 0;
    color: #000;
}

.idea-sec .idea-sub {
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0px 8px 40px 0px #00000014;
    background-color: #ffffff;
}

.idea-sec .overlay-cnt {
    position: absolute;
    bottom: 0;
    border-radius: var(--Auto-Number, 0px);
    backdrop-filter: blur(10px);
    background: #00000033;
    width: 100%;
}

.idea-sec .overlay-cnt2 {
    border-radius: var(--Auto-Number, 0px);
    background: rgba(255, 255, 255, 0.85);
    padding: 28px;
}

.idea-sec .overlay-cnt p {
    font-size: 16px;
    line-height: 19.2px;
    color: #fff !important;
    margin: 0;
    padding: 10px 28px;
}

.idea-sec .overlay-cnt2 h4 {
    margin: 0;
    color: #000;
}

.idea-sec .idea-flex {
    display: flex;
    gap: 20px;
}

.idea-sec .idea-flex .idea-sub {
    width: calc((100% - 40px) / 3);
    cursor: pointer;
    height: auto;
}

.idea-sec .idea-flex .idea-sub img {
    width: 100%;
    display: block;
}

.idea-sec a {
    text-decoration: none;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.idea-sec .idea-flex .idea-sub:hover .overlay-cnt2 h4 {
    color: var(--secondary);
}

.idea-sec .swiper {
    overflow: visible;
}

.idea-sec .swiper .swiper-pagination {
    display: none;
}

/* Idea section end */

@media only screen and (max-width: 991px) {

    /* Idea section start */
    .idea-sec {
        padding: 100px 0 100px 0;
    }

    .idea-sec .idea-flex {
        flex-wrap: wrap;
        gap: 20px;
    }

    .idea-sec .idea-flex .idea-sub img {
        display: block;
        object-fit: none;
        height: 240px;
    }

    .idea-sec .overlay-cnt2 {
        position: relative;
        background: #fff;
        box-shadow: 0px 8px 40px 0px #00000014;
        flex: 1;
    }

    .idea-sec .overlay-cnt2 h4 {
        max-width: 100%;
    }

    .idea-sec .idea-flex .idea-sub {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    /* Idea section end */
}

@media only screen and (max-width: 767px) {

    /* Idea section start */
    .idea-sec .idea-flex {
        flex-wrap: nowrap;
        gap: unset;
    }

    .idea-sec h3 {
        font-size: 36px;
        line-height: 43.2px;
        margin: 0 0 56px 0;
    }

    .idea-sec .idea-flex .idea-sub {
        width: fit-content;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .idea-sec .container-mobile-fluid {
        padding: 0;
    }

    .idea-sec .idea-flex .idea-sub img {
        height: auto;
        object-fit: contain;
    }

    /* Idea section end */

    /* mobile swiper start */
    .page-wrapper .mySwiper .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: var(--primary);
        opacity: 1;
    }

    .page-wrapper .mySwiper .swiper-pagination-bullet-active {
        width: 12px;
        height: 12px;
    }

    .page-wrapper .mySwiper .swiper-pagination-bullet.swiper__10X {
        width: 10px;
        height: 10px;
    }

    .page-wrapper .mySwiper .swiper-pagination-bullet.swiper__8X {
        width: 8px;
        height: 8px;
    }

    #idea-swiper .swiper-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative !important;
        margin-top: 56px;
        top: 0;
        bottom: 0;
    }

    /* mobile swiper end */
    .idea-sec .swiper .swiper-pagination {
        display: block;
    }

    .idea-sec .swiper {
        overflow: hidden;
    }
}