/* ========================================
   RESPONSIVE STYLES FOR EILUMI AI WEBSITE
   ======================================== */

/* ========================================
   MEDIUM-LARGE SCREENS (1025px - 1440px)
   ======================================== */
@media (min-width: 1025px) and (max-width: 1440px) {
  /* Input box adjustments for medium-large screens */
  .enlumiAi_chat_box {
    max-width: 100%;
    margin: 0 auto;
  }

  .input_box {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }

  /* Footer adjustments for medium-large screens */
  .footer-section {
    padding-top: 90px;
    padding-bottom: 45px;
  }

  .footer-section .col-lg-2 {
    padding-right: 20px;
  }

  .Footer_bottom h2.heading150px {
    font-size: 110px;
  }
}

/* ========================================
   TABLET STYLES (768px - 1024px)
   ======================================== */
@media (max-width: 1024px) {
  /* Header adjustments */
  header {
    padding: 30px 0;
  }

  header ul {
    gap: 8px;
  }

  /* Main section adjustments */
  .main-section {
    padding-top: 120px;
    padding-bottom: 20px;
  }

  .main-section h1 {
    font-size: 180px;
    letter-spacing: -6px;
  }

  .span-bg {
    padding: 25px;
  }

  /* Chat box adjustments */
  .enlumiAi_chat_box {
    padding: 20px 15px;
    margin: 0 15px;
    height: auto;
  }

  .btn-wrapper {
    padding: 18px;
    font-size: 15px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    align-items: center;
  }

  .btn-wrapper a {
    padding: 12px 18px;
    font-size: 15px;
    white-space: nowrap;
    display: inline-block;
    text-align: center;
  }

  .input_box {
    padding: 20px 18px;
    margin: 0 15px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
  }

  .icon-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-shrink: 0;
  }

  .add-img,
  .setting-img {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
  }

  input.input {
    flex: 1;
    min-width: 150px;
    padding: 12px 15px;
    font-size: 15px;
  }

  .input_box img.img-fluid:last-child {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    align-self: center;
    object-fit: contain;
  }

  /* Stats section adjustments */
  .our_clients {
    margin-top: 40px;
    padding: 18px 25px;
  }

  .our_clients .col-lg-3 {
    padding-right: 20px;
  }

  .our_clients .col-lg-3::after {
    right: 30px;
    height: 25px;
  }

  .our_clients h3 {
    font-size: 22px;
  }

  /* Slider section adjustments */
  .slider-section {
    padding: 80px 0;
  }

  .img_Wrappers {
    flex-wrap: wrap;
    gap: 20px;
  }

  /* Footer column adjustments for tablet */
  .footer-section .row {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-section .col-lg-2 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 20px;
  }

  .footer-section .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
  }

  /* Explore section adjustments */
  .explore_the_section {
    padding: 40px 0;
  }

  .explore_the_section h2 {
    font-size: 48px;
  }

  .box_row_padding {
    padding-top: 80px !important;
  }

  .box_row_padding .col-lg-5 {
    padding: 0 30px;
  }

  /* Testimonial section adjustments */
  .eilumi_ai_has_inner_box {
    padding: 50px 100px;
  }



  span.coma {
    font-size: 100px;
    left: 50px;
  }

  /* Experience section adjustments */
  .experience_section {
    padding: 80px 0;
  }

  .experience_section h2 {
    font-size: 48px;
  }

  /* Content box adjustments */
 

  .content_box.text-center {
    padding: 80px 60px;
  }

  .content_box.text-center h2 {
    font-size: 56px;
  }

  /* Footer adjustments */
  .footer-section {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .footer-section .row {
    margin-bottom: 20px;
  }

  .footer-section .col-lg-2,
  .footer-section .col-md-6 {
    margin-bottom: 25px;
  }

  .footer-section h3,
  .footer-section h6 {
    font-size: 17px;
  }

  .fm_clm ul li {
    line-height: 40px;
    font-size: 15px;
  }

  .footer-section .col-md-3 {
    margin-top: 0;
    margin-left: 0 !important;
  }

  .social-links {
    gap: 12px !important;
    flex-wrap: wrap;
  }

  .social-links li a {
    font-size: 15px;
  }

  .address {
    margin-top: 40px;
  }

  .address h3 {
    font-size: 17px;
  }

  .address p {
    font-size: 14px !important;
    line-height: 1.6;
  }

  .Footer_bottom {
    margin-top: 80px;
    padding-bottom: 40px;
  }

  .Footer_bottom > div {
    align-items: flex-start;
  }

  .Footer_bottom h2 {
    font-size: 100px;
    line-height: 1.1;
  }

  .do_you_have {
    font-size: 14px;
    padding: 8px 18px;
  }

  .big_icon {
    font-size: 24px;
  }
}

/* ========================================
   MOBILE STYLES (max-width: 767px)
   ======================================== */
@media (max-width: 767px) {
  /* Header adjustments */
  header {
    padding: 20px 0;
  }

  /* Mobile Menu Alignment Refinements */
  .navbar-collapse {
    display: flex !important;
    flex-direction: column;
  }

  .navbar-collapse .navbar-nav {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .navbar-collapse .navbar-nav .nav-item {
    width: 100%;
    margin: 0;
  }

  .navbar-collapse .navbar-nav .nav-link {
    padding: 18px 0;
    font-size: 17px;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
  }

  .navbar-collapse .hd_btn_wrapper {
    padding: 25px 30px 30px;
    margin-top: 0;
    gap: 12px;
    width: 100%;
  }

  .navbar-collapse .hd_btn_wrapper .sign_in,
  .navbar-collapse .hd_btn_wrapper .sign_up {
    width: 100%;
    text-align: center;
    display: block;
    padding: 14px 20px;
    margin: 0;
  }

  /* Main section adjustments */
  .main-section {
    padding-top: 100px;
    padding-bottom: 15px;
  }

  .main-section h1 {
    font-size: 80px;
    letter-spacing: -3px;
    line-height: 1;
  }

  .span-bg {
    padding: 15px 20px;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .main-section p {
    font-size: 16px !important;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Chat box adjustments */
  .enlumiAi_chat_box {
    padding: 18px 15px;
    margin: 0 15px;
    border-radius: 15px;
    height: auto;
  }

  .btn-wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 15px;
    margin: 0 15px;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 15px;
  }

  .btn-wrapper a {
    text-align: center;
    padding: 12px 20px;
    font-size: 15px;
    flex: 1;
    min-width: 140px;
    max-width: 200px;
  }

  .input_box {
    padding: 18px 15px;
    margin: 25px 15px 0;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    border-radius: 15px;
    flex-wrap: nowrap;
  }

  .icon-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-shrink: 0;
    order: 1;
  }

  .add-img,
  .setting-img {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
  }

  input.input {
    flex: 1;
    min-width: 0;
    padding: 12px 15px;
    font-size: 16px;
    text-align: left;
    order: 2;
  }

  .input_box img.img-fluid:last-child {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    order: 3;
    margin-left: 5px;
  }

  /* Stats section adjustments */
  .our_clients {
    margin-top: 30px;
    padding: 20px 15px;
  }

  .our_clients .col-lg-3 {
    padding-right: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
  }

  .our_clients .col-lg-3:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }

  .our_clients .col-lg-3::after {
    display: none;
  }

  .our_clients h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .our_clients p {
    font-size: 16px !important;
    margin-bottom: 0;
  }

  /* .clints_review {
    text-align: left;
  } */

  .rviewes-img {
    width: 80px;
  }

  .scroll-down {
    bottom: -30px;
    width: 45px;
    height: 30px;
  }

  /* Slider section adjustments */
  .slider-section {
    padding: 60px 0;
  }

  .img_Wrappers {
    flex-direction: column;
    gap: 20px;
  }

  .box-1,
  .box_2,
  .box_4 {
    width: 100%;
    padding: 25px 20px;
    min-height: auto;
  }

  .box_2,
  .box_4 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .box_2 p,
  .box_4 p {
    margin-top: 0 !important;
  }

  /* Explore section adjustments */
  .explore_the_section {
    padding: 50px 0;
  }

  .explore_the_section h2 {
    font-size: 32px;
    line-height: 1.3;
  }

  .explore_the_section p {
    font-size: 16px !important;
    padding: 0 15px;
  }

  .box_row_padding {
    padding-top: 50px !important;
  }

  .box_row_padding .row::after {
    display: none;
  }

  .box_row_padding .col-lg-5 {
    padding: 0 15px;
    margin-bottom: 40px;
  }

  .box_row_padding .col-lg-5:last-child {
    margin-bottom: 0;
  }

  .orenge_box {
    width: 40px;
    height: 40px;
  }

  .border_bottom {
    margin-bottom: 20px;
  }

  /* Testimonial section adjustments */
  .padding {
    padding: 50px 0;
  }

  .eilumi_ai_has {
    margin: 0 15px;
  }

  .eilumi_ai_has_inner_box {
    padding: 40px 25px 30px;
  }

  .eilumi_ai_has_inner_box h2 {
    font-size: 28px;
    line-height: 1.4;
  }

  span.coma {
    font-size: 60px;
    left: 25px;
    top: 15px;
  }

  .eilumi_ai_has_inner_box > div {
    flex-direction: column;
    gap: 25px;
  }

  .eilumi_ai_has_inner_box > div > div:first-child {
    width: 100%;
  }

  .eilumi_ai_has_inner_box > div > div:last-child {
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }

  .eilumi_ai_has_inner_box > div > div:last-child > div {
    justify-content: center;
    width: 100%;
  }

  .eilumi_ai_has_inner_box > div > div:last-child > img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }

  /* Experience section adjustments */
  .experience_section {
    padding: 60px 0;
  }

  .experince {
    font-size: 14px;
    padding: 8px 15px;
  }

  .experience_section h2 {
    font-size: 32px;
    line-height: 1.3;
  }

  .experience_section p {
    font-size: 16px !important;
  }

  .experience_section .row {
    margin-bottom: 40px;
  }

  .experience_section .row:last-child {
    margin-bottom: 0;
  }

  .experience_section .col-lg-5 {
    margin-bottom: 30px;
  }

  .experience_section .col-lg-5:last-child {
    margin-bottom: 0;
  }

  .create-video-box {
    padding: 30px 20px;
  }

  .experience_section h2.heading40px {
    font-size: 28px;
  }

  /* Content box adjustments */
  .Enjoy_the_Convenience {
    padding: 60px 0;
  }

  .content_box.text-center {
    padding: 40px 25px;
  }

  .content_box.text-center h2 {
    font-size: 32px;
    line-height: 1.3;
  }

  .content_box.text-center p {
    font-size: 16px !important;
  }

  .prime_btn {
    padding: 12px 20px;
    font-size: 16px;
  }

  /* Swiper carousel adjustments */
  .swiper-carousel .swiper-slide {
    width: 100%;
    max-width: 100%;
    height: 300px;
  }

  /* Image responsiveness */
  img.img-fluid {
    max-width: 100%;
    height: auto;
  }

  /* Ensure containers have proper padding */
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Fix for arrow buttons on mobile */
  .arrow-btn {
    padding: 10px 20px;
    font-size: 14px;
  }

  /* Ensure proper spacing for gap-3 on mobile */
  .img_Wrappers.d-flex {
    flex-wrap: wrap;
  }

  /* Video background responsiveness - keep full coverage */
  .bg-video {
    object-fit: cover;
  }

  /* Footer adjustments */
  footer {
    background-size: cover;
    background-position: center;
  }

  .footer-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .footer-section .row {
    margin-bottom: 40px;
  }

  .footer-section .col-lg-2,
  .footer-section .col-md-6 {
    margin-bottom: 35px;
    width: 100%;
    max-width: 100%;
  }

  .footer-section .col-md-3 {
    margin-top: 20px;
    margin-left: 0 !important;
    width: 100%;
    max-width: 100%;
  }

  .footer-section h3,
  .footer-section h6,
  .footer-title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .fm_clm {
    width: 100%;
  }

  .fm_clm ul {
    padding: 0;
    margin: 0;
  }

  .fm_clm ul li {
    line-height: 38px;
    font-size: 16px;
    margin: 0;
  }

  .fm_clm ul li a {
    display: block;
    transition: all 0.3s ease;
  }

  .fm_clm ul li a:hover {
    padding-left: 5px;
    color: #ed6919 !important;
  }

  .social-links {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px !important;
    margin: 0;
    padding: 0;
  }

  .social-links li {
    margin: 0;
    flex: 0 0 auto;
  }

  .social-links li a {
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 0;
    white-space: nowrap;
  }

  .social-links li a i {
    transition: transform 0.3s ease;
  }

  .social-links li a:hover i {
    transform: rotate(-39deg) translateX(3px);
  }

  .address {
    margin-top: 35px;
  }

  .address h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .address p {
    font-size: 14px !important;
    line-height: 1.7;
    margin: 0;
    word-break: break-word;
  }

  .Footer_bottom {
    margin-top: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .Footer_bottom > div {
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
  }

  .Footer_bottom h2.heading150px {
    font-size: 55px;
    line-height: 1.1;
    margin: 0;
    word-break: break-word;
  }

  .do_you_have {
    padding: 10px 18px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
    white-space: normal;
    text-align: center;
  }

  .big_icon {
    font-size: 28px;
    align-self: flex-start;
  }

  .Footer_bottom > div {
    align-items: center;
    text-align: center;
  }

  .Footer_bottom > div > div:first-child {
    width: 100%;
    text-align: center;
  }

  footer .fa.fa-long-arrow-right {
    font-size: 11px;
    margin-left: 3px;
  }

  /* Typography adjustments for mobile */
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 18px;
  }

  .heading150px {
    font-size: 60px;
  }

  .heading100px {
    font-size: 50px;
    line-height: 50px;
  }

  .heading90px {
    font-size: 45px;
    line-height: 45px;
  }

  .heading70px {
    font-size: 40px;
    line-height: 40px;
  }

  .heading65px {
    font-size: 38px;
    line-height: 38px;
  }

  .heading60px {
    font-size: 32px;
  }

  .heading56px {
    font-size: 30px;
  }

  .heading50px {
    font-size: 28px;
    line-height: 28px;
  }

  .heading40px {
    font-size: 26px;
  }

  .heading35px {
    font-size: 24px;
  }

  .heading30px {
    font-size: 22px;
  }

  .heading28px {
    font-size: 20px;
  }

  .heading24px {
    font-size: 18px;
  }

  .heading22px {
    font-size: 17px;
  }

  .heading20px {
    font-size: 16px;
  }

  .heading18px {
    font-size: 16px;
  }
}

/* ========================================
   SMALL MOBILE STYLES (max-width: 480px)
   ======================================== */
@media (max-width: 480px) {
  /* Main section adjustments for very small screens */
  .main-section h1 {
    font-size: 60px;
    letter-spacing: -2px;
  }

  .span-bg {
    padding: 12px 18px;
    font-size: 12px;
  }

  /* Chat box adjustments */
  .enlumiAi_chat_box {
    padding: 16px 12px;
    margin: 0 10px;
    border-radius: 15px;
    height: auto;
  }

  .btn-wrapper {
    padding: 12px 10px;
    margin: 0 10px;
    gap: 8px;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }

  .btn-wrapper a {
    padding: 10px 16px;
    font-size: 14px;
    flex: 1;
    min-width: 120px;
    max-width: 180px;
  }

  .input_box {
    padding: 15px 12px;
    margin: 20px 10px 0;
    gap: 10px;
    border-radius: 15px;
    flex-wrap: nowrap;
    align-items: center;
  }

  .icon-wrapper {
    gap: 8px;
    flex-shrink: 0;
  }

  .add-img,
  .setting-img {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }

  input.input {
    flex: 1;
    min-width: 0;
    padding: 10px 12px;
    font-size: 15px;
    text-align: left;
  }

  .input_box img.img-fluid:last-child {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-left: 5px;
  }
}

/* ========================================
   VERY SMALL MOBILE STYLES (max-width: 360px)
   ======================================== */
@media (max-width: 360px) {
  /* Chat box adjustments for very small screens */
  .enlumiAi_chat_box {
    padding: 15px 10px;
    margin: 0 8px;
    height: auto;
  }

  .btn-wrapper {
    padding: 10px 8px;
    margin: 0 8px;
    gap: 6px;
  }

  .btn-wrapper a {
    padding: 10px 14px;
    font-size: 13px;
    min-width: 110px;
    max-width: 160px;
  }

  .input_box {
    padding: 12px 10px;
    margin: 18px 8px 0;
    gap: 8px;
  }

  .icon-wrapper {
    gap: 6px;
  }

  .add-img,
  .setting-img {
    width: 38px;
    height: 38px;
  }

  input.input {
    padding: 10px;
    font-size: 14px;
  }

  .input_box img.img-fluid:last-child {
    width: 18px;
    height: 18px;
  }

  /* Stats section */
  .our_clients h3 {
    font-size: 24px;
  }

  /* Explore section */
  .explore_the_section h2 {
    font-size: 28px;
  }

  /* Testimonial section */
  .eilumi_ai_has_inner_box {
    padding: 30px 20px;
  }

  .eilumi_ai_has_inner_box h2 {
    font-size: 24px;
  }

  span.coma {
    font-size: 50px;
    left: 20px;
    top: 10px;
  }

  /* Experience section */
  .experience_section h2 {
    font-size: 28px;
  }

  .experience_section h2.heading40px {
    font-size: 24px;
  }

  /* Content box */
  .content_box.text-center {
    padding: 30px 20px;
  }

  .content_box.text-center h2 {
    font-size: 28px;
  }

  /* Footer adjustments for very small screens */
  .footer-section {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .footer-section .col-lg-2,
  .footer-section .col-md-6,
  .footer-section .col-md-3 {
    margin-bottom: 30px;
  }

  .footer-section h3,
  .footer-section h6,
  .footer-title {
    font-size: 16px;
    margin-bottom: 18px;
  }

  .fm_clm ul li {
    line-height: 35px;
    font-size: 15px;
  }

  .social-links {
    gap: 10px !important;
  }

  .social-links li a {
    font-size: 14px;
  }

  .address {
    margin-top: 30px;
  }

  .address h3 {
    font-size: 16px;
  }

  .address p {
    font-size: 13px !important;
  }

  .Footer_bottom {
    margin-top: 50px;
    padding-bottom: 30px;
  }

  .Footer_bottom h2.heading150px {
    font-size: 45px;
    word-break: break-word;
  }

  .do_you_have {
    padding: 8px 15px;
    font-size: 13px;
    white-space: normal;
    text-align: center;
    display: block;
    width: 100%;
  }

  .big_icon {
    font-size: 24px;
    margin-top: 10px;
  }

  .Footer_bottom > div {
    text-align: center;
  }

  .Footer_bottom > div > div:first-child {
    width: 100%;
    text-align: center;
  }

  /* Typography for very small screens */
  .heading150px {
    font-size: 50px;
  }

  .heading100px {
    font-size: 40px;
    line-height: 40px;
  }

  .heading70px {
    font-size: 35px;
    line-height: 35px;
  }

  .heading60px {
    font-size: 28px;
  }

  .heading56px {
    font-size: 26px;
  }
}

/* ========================================
   LARGE TABLET / SMALL DESKTOP (1025px - 1440px)
   ======================================== */
@media (min-width: 1025px) and (max-width: 1440px) {
  .main-section h1 {
    font-size: 200px;
  }

  .eilumi_ai_has_inner_box {
    padding: 50px 120px;
  }

  .content_box.text-center {
    padding: 90px 80px;
  }
}

/* ========================================
   EXTRA LARGE SCREENS (min-width: 1920px)
   ======================================== */
@media (min-width: 1920px) {
  .container {
    max-width: 1600px;
  }
}

/* ========================================
   LANDSCAPE MOBILE ORIENTATION
   ======================================== */
@media (max-width: 767px) and (orientation: landscape) {
  .main-section {
    padding-top: 80px;
  }

  .main-section h1 {
    font-size: 70px;
  }

  .slider-section,
  .experience_section,
  .Enjoy_the_Convenience {
    padding: 50px 0;
  }
}

@media (max-width:1199px){
  .main-section h1{font-size: 200px !important;}
}
@media(max-width:991px){
  .main-section h1{font-size: 170px !important;}
  .main-section p br{
    display: none;
  }
  .our_clients .col-lg-3::after{
    display: none;
  }
  .main-section{
    padding-top: 190px !important;
  }
  .explore_the_section h2 br{
    display: none;
  }
  .box_row_padding .row{
    gap: 60px !important;
  }
  .eilumi_ai_has heading60px{
    font-size: 40px;
  }
  .eilumi_ai_has_inner_box{
    padding: 50px 40px !important;
  }
  .eilumi_ai_has_inner_box .heading60px {
    font-size: 40px !important;
  }
  span.coma {
    position: absolute;
    left: 3px !important;
    font-weight: 700;
    color: white;
    font-size: 69px !important;
    top: 26px !important;
    font-style: oblique;
    border: 1px soild black;
}
.heading18px{
  font-size: font-size 18px !important;
}
.experience_section p br{
display: none;
}
.create-video-box{
  display: flex;
  justify-content: center;
  align-items: center;
}
.experience_section{
  padding: 50px 0 !important;
}
.content_box.text-center{
  padding: 50px !important;
}
.content_box.text-center h2 br{
  display: none;
}
.Enjoy_the_Convenience{
  padding: 50px !important;
}
.model-content-custom{
  width: 100% !important;
}

}
@media(max-width:767px){
  .rviewes-img{
    display: none !important;
  } 
  .main-section h1 {
    font-size: 120px !important;
  }
  .explore_the_section h2 br{
    display: none !important;
  }
  .explore_the_section h2 {
    font-size: 38px !important;
  }
  .review_content {
    margin-top: 30px;
}
    .eilumi_ai_has_inner_box .heading60px {
        font-size: 33px !important;
    }
    /* .input_box{
      flex-direction:column-reverse !important;

    } */
     .input_box {
    display: flex !important
;
    align-items: center;
    gap: 10px;
    flex-direction: column-reverse;
    align-items: start !important;
    gap: 24px;
}
}
@media(max-width:575px){
      .content_box.text-center {
        padding: 50px 25px !important;
    }
    .eilumi_ai_has_inner_box .heading60px{
      font-size: 20px ;
    }
    .Enjoy_the_Convenience{
      padding: 0 !important;
      padding-bottom: 50px !important;
    }
    .prime_btn{
      padding: 12px 11px !important;
    }
}
@media(max-width:500px){
      .main-section h1 {
        font-size: 65px !important;
        letter-spacing: -2px !important;
    }
    span.coma {
    left: 0px !important;
    font-size: 55px !important;
    top: 37px !important;
}
    .eilumi_ai_has_inner_box .heading60px {
        font-size: 20px !important;
    }
        .content_box.text-center h2 {
        font-size: 25px;
        line-height: 1.3;
    }
    header{
      padding: 0 !important;
    }
    .main-section{
      padding-top: 130px !important;
    }
    .features-section {
    padding: 60px 0 !important;
}
.explore_the_section{
  padding: 0px !important;
}
.explore_the_section{
  padding-bottom: 50px !important;
}
.eilumi_ai_has_inner_box{
  padding: 0 !important;
}
    .eilumi_ai_has_inner_box {
    padding: 20px 30px !important;
    /* border-radius: 20px; */
}
        
}
@media (max-width:420px) {
      .eilumi_ai_has_inner_box {
        padding: 50px 35px !important;
    }
        .eilumi_ai_has_inner_box h2 {
        font-size: 20px;
        line-height: 1.4;
    }
    .content_box.text-center {
        padding: 50px 20px !important;
    }
    .content_box h2{
        font-size: 20px !important;
    }
    .progress_2 {
      width: 50px !important;
    }
    .experience_section h2{
      font-size: 26px;
    }
}

@media (max-width:1399px) {
  .features-wrapper{
    gap: 0 !important;
  }
  .card-1 {
    transform: rotate(-9deg )  !important;
    position: relative;
    top: 45px !important;
}

.card-2 {
    transform: rotate(-4deg) !important; 
    position: relative;
    top: 15px !important;
}
.card-4 {
    transform: rotate(5deg) !important;
    position: relative;
    top: 15px !important;
}
.card-5 {
    transform: rotate(10deg) !important;
    position: relative;
    top: 45px !important;
}
}
@media (max-width:1199px) {
   .card-1 {
    transform: rotate(0deg) !important; 
    position: relative;
    top: 0px !important;
}
 .card-2 {
    transform: rotate(0deg) !important; 
    position: relative;
    top: 0px !important;
}
.card-4 {
    transform: rotate(0deg) !important;
    position: relative;
    top: 0px !important;
}
.card-5 {
    transform: rotate(0deg) !important;
    position: relative;
    top: 0px !important;
} 
.features-wrapper{
  gap: 30px !important;
}
}