/* responsive.css */

/* ==========================================
   MIN-WIDTH 1600PX (Large screens)
   ========================================== */
@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

@media (max-width: 1600px) {
  .about-us-section .custom-col:first-child {
    width: 45% !important;
  }
  .about-us-section .custom-col:last-child {
    width: 55% !important;
  }
  .about-content-wrap {
    padding-left: 50px;
  }
  .about-feature-col:not(:last-child)::after {
    right: -5px;
  }
  .special-card {
    padding: 53px 20px 70px 20px;
  }
}

/* ==========================================
   MAX-WIDTH 1399PX (Laptop/Desktop)
   ========================================== */
@media (max-width: 1399px) {
  .occasion-card h3 {
    font-size: 22px;
  }

  .about-features-grid {
    justify-content: flex-start;
    gap: 40px;
    flex-wrap: wrap;
  }
  .about-feature-col {
    width: 45%;
  }
  .about-feature-col:not(:last-child)::after {
    right: -20px;
  }

  .about-feature-col:nth-child(2)::after {
    display: none;
  }
  .about-feature-title {
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  /* Typography */
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 24px;
  }

  /*Homepage Banner*/

  .hero-content p {
    font-size: 16px;
  }

  /* Occasion Cards scaling */
  .occasion-card h3 {
    font-size: 18px;
  }

  /* Product Cards scaling */
  .product-img img {
    height: 150px;
  }

  /*What is store ?*/
  .product-content .old-price,
  .product-content .new-price {
    font-size: 16px;
  }

  .add-to-cart-btn {
    font-size: 16px;
  }

  .product-content h4 {
    font-size: 22px;
  }

  /*Make Your Occasion Magivcal One*/

  .feature-left {
    padding: 50px 0px;
  }

  .feature-left p {
    max-width: 400px;
  }

  /*Why Gift From Us*/

  .why-card {
    padding: 24px;
  }

  /*Testimonial Section*/
  .testimonial-text {
    font-size: 20px;
  }

  .testimonial-author h5 P {
    font-size: 12px;
  }

  /*Why Icchapuran Card*/
  .why-ichhapuron-section .why-card h3 {
    font-size: 20px;
  }

  .why-ichhapuron-section .why-card .card-text {
    padding: 0px 10px;
    margin-bottom: 10px;
  }

  /* Swiper Navigation Arrows - adjust positions and sizes for responsive layout */
  .swiper-button-prev.store-swiper-prev,
  .swiper-button-next.store-swiper-next,
  .swiper-button-prev.best-selling-prev,
  .swiper-button-next.best-selling-next {
    display: flex !important;
    width: 36px;
    height: 36px;
    background: #fdedda;
    opacity: 0.85;
    z-index: 10;
  }

  .swiper-button-prev.store-swiper-prev:hover,
  .swiper-button-next.store-swiper-next:hover,
  .swiper-button-prev.best-selling-prev:hover,
  .swiper-button-next.best-selling-next:hover {
    opacity: 1;
  }

  .swiper-button-prev.store-swiper-prev,
  .swiper-button-prev.best-selling-prev {
    left: 10px;
  }

  .swiper-button-next.store-swiper-next,
  .swiper-button-next.best-selling-next {
    right: 10px;
  }

  .store-swiper-pagination,
  .best-selling-pagination {
    margin-top: 30px;
  }

  .footer {
    padding-top: 50px;
  }

  .footer-brand img {
    max-width: 50px;
    margin-bottom: 10px;
  }

  .footer h5 {
    font-size: 18px;
  }

  .footer-brand p {
    font-size: 16px;
  }

  .footer ul li a {
    font-size: 14px;
  }

  .footer-bottom p {
    font-size: 12px;
  }

  .social-icons {
    gap: 10px;
  }

  .social-icons a img {
    width: 30px;
    height: 30px;
  }

  .footer-bottom {
    padding: 20px 0;
    margin-top: 35px;
  }
  .inner-hero-section .custom-col {
    max-width: 556px;
  }
  .special-section .custom-col {
    width: 50% !important;
  }
  .btn-wrapper.bottom {
    display: block !important;
}
a.theme-btn.view-all-btn.top {
    display: none !important;
}
}
@media (max-width: 1024px) {
  .about-us-section .row {
    flex-direction: column !important;
  }
  .about-us-section .custom-col:first-child {
    width: 100% !important;
  }
  .about-us-section .custom-col:last-child {
    width: 100% !important;
  }
  .about-image-wrapper {
    min-height: 500px;
  }
  .about-content-wrap {
    padding-left: 0px;
    padding-top: 50px;
  }
  .about-section-heading {
    max-width: 100%;
  }
  .about-features-grid {
    gap: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .about-feature-col {
    width: 100%;
  }
  .about-feature-col:nth-child(2)::after {
    display: block !important;
  }
  .about-feature-title {
    font-size: 16px;
    max-width: 145px;
  }
  .about-feature-icon {
    width: 52px;
    height: 52px;
  }
}
/* ==========================================
   MAX-WIDTH 991PX (Tablets)
   ========================================== */
@media (max-width: 991px) {
  /* Typography */
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
    margin-bottom: 30px !important;
  }

  .section-padding {
    padding: 60px 0;
  }

  .about-us-section {
    padding: 60px 0;
  }
  .topbar .top-left {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }
  .top-header-list li {
    padding: 0px 10px;
  }
  .top-header-list li a {
    font-size: 12px !important;
    gap: 8px !important;
  }

  .top-header-list li span img {
    width: 14px;
    height: 14px;
  }

  /* Navbar styling in collapsed state */
  .main-navbar {
    padding: 15px 0;
  }

  .main-navbar .navbar-collapse {
    background: var(--white);
    padding: 20px 0;
    border-top: 1px solid #f2e6de;
    margin-top: 15px;
  }

  .main-navbar .navbar-nav {
    text-align: center;
    margin-bottom: 20px;
  }

  .main-navbar .navbar-nav .nav-link {
    margin: 12px 0 !important;
    font-size: 18px;
    display: inline-block;
  }

  .mobile-nav-icons {
    margin-left: auto !important;
    margin-right: 15px !important;
  }

  .mobile-nav-icons .nav-icons {
    margin: 0 !important;
  }

  .mobile-nav-icons .nav-icons-items {
    width: 26px;
    height: 26px;
  }

  .mobile-nav-icons .nav-icons-items img {
    width: 22px;
    height: 22px;
  }

  .main-navbar .navbar-collapse .d-lg-block {
    display: block !important;
    text-align: center;
  }

  .main-navbar .header-contact-btn {
    display: inline-block;
    width: 100%;
    max-width: 220px;
    margin: 10px auto 0;
  }

  /* Hero Section */
  .hero-section {
    padding: 100px 0 120px;
    text-align: center;
  }

  .hero-content {
    max-width: 100%;
    margin: 0 auto;
  }

  .hero-content p {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  .ichha-logo {
    position: static;
    display: block;
    margin: 30px auto 0;
    text-align: center;
  }

  .ichha-logo img {
    max-width: 80px;
  }

  /* Occasion Section - 3 columns on tablet */
  .occasion-card-wrapper.row {
    row-gap: 50px;
  }

  .occasion-card h3 {
    font-size: 18px;
  }

  /* Products Filter Tabs - scrollable horizontally with scroll buttons */
  .filter-tabs-section-header {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .filter-tabs-container {
    width: 100%;
    padding: 0 40px;
  }

  .tabs-scroll-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: #fdedda;
    border: 1px solid var(--primary);
    color: var(--primary);
    border-radius: 50%;
    cursor: pointer;
    z-index: 5;
    outline: none;
    transition: 0.3s;
  }

  .tabs-scroll-btn.prev-btn {
    left: 0;
  }

  .tabs-scroll-btn.next-btn {
    right: 0;
  }

  .tabs-scroll-btn:hover {
    background: var(--primary);
    color: var(--white);
  }

  .filter-tabs-wrapper {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Firefox */
    scroll-behavior: smooth;
  }

  .filter-tabs-wrapper::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
  }

  .filter-tabs {
    width: max-content;
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 5px;
    margin: 0 !important;
  }

  .filter-tabs li {
    font-size: 16px;
    padding: 8px 16px;
    flex: 0 0 auto;
  }

  /* Feature Section - edge-to-edge columns */
  .feature-section {
    padding: 0 !important;
    background-color: #fdedda;
  }

  .feature-section::before {
    display: none !important;
  }

  .feature-section .container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
  }

  .feature-left {
    padding: 60px 24px !important;
    max-width: 100% !important;
    text-align: center;
    align-items: center;
  }

  .feature-left p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-right {
    min-height: 380px;
    background-color: #fdedda;
    padding: 40px 20px;
  }

  /* Why Us Cards */
  .why-us .section-title h2 {
    margin-bottom: 40px;
  }

  .why-card {
    padding: 30px;
  }

  /* Testimonial Section */
  .testimonial-left {
    height: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .testimonial-left h2 {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .taxi-img {
    max-width: 400px;
    margin: 0 auto;
  }

  .testimonial-box {
    padding: 35px;
  }

  .testimonial-text {
    font-size: 24px;
    margin-top: 100px;
    margin-bottom: 24px;
  }

  /* Map Section */
  .map-section {
    padding: 120px 0 100px;
  }

  /* Footer Section */
  .footer {
    padding-top: 60px;
    text-align: center;
  }

  .footer .px-4 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .payment-methods .d-flex {
    justify-content: center;
  }
  .footer-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
  }

  .footer-brand p {
    margin-left: auto;
    margin-right: auto;
  }

  .footer h5 {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .social-icons {
    justify-content: center;
  }

  .payment-methods {
    margin: 0 auto;
  }

  .footer-bottom {
    margin-top: 40px;
  }



  .special-section {
    padding: 60px 0;
  }
  .special-section .section-title {
    margin-bottom: 40px;
  }
  .joy-section .row {
    flex-direction: column-reverse;
  }
  .joy-content {
    padding-right: 0;
    text-align: center;
  }
  .heart-section {
    padding: 60px 0;
  }
  .heart-image {
    margin-bottom: 40px;
  }
  .heart-content {
    padding-left: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .heart-content h2 {
    font-size: 36px;
  }
  .founder-signature-wrap {
    align-items: center;
  }
    .why-gift-section {
    padding: 80px 0 60px;
  }
  .why-gift-bg-left,
  .why-gift-bg-right {
    width: 120px;
    opacity: 0.6;
  }
  .special-card h3 {
        font-size: 24px;
  }
  .joy-content h2 {
    max-width: 100%;
  }
  .why-us .custom-col {
    width: 100%;
    margin-bottom: 30px;
}
.why-us .custom-col:last-child {
    margin-bottom: 0;
}
.taxi-img {
    display: none;
}

.why-ichhapuron-section .card-img img {
    width: 100%;
}

}


@media (min-width: 768px) {
    .about-feature-col:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 0;
        right: -50px;

        width: 1px;
        border-right: 1.5px dashed var(--gold);
    }
}
@media (max-width: 767px) {
  /* Typography */
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

  .section-padding {
    padding: 50px 0;
  }

  .about-us-section {
    padding: 50px 0;
  }

  /* Topbar Layout adjustments */
  .topbar .d-flex {
    gap: 12px;
    text-align: center;
  }

  .top-right {
    width: 100%;
  }

  .top-header-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 16px !important;
    width: 100%;
  }

  .top-header-list li {
    padding: 0 !important;
  }

  .top-header-list li:after {
    display: none !important;
  }

  /* Occasion cards - 2 columns on mobile */
  .occasion-card-wrapper.row {
    row-gap: 30px;
  }



  /* Why Gift from Ichchhapuron Cards */
  .why-ichhapuron-section {
    padding-bottom: 50px;
  }

  .why-ichhapuron-section h2 {
    margin-bottom: 40px;
  }

  .why-ichhapuron-section .why-card h3 {
    font-size: 26px;
  }

  .why-ichhapuron-section .why-card .card-text {
    padding: 0 10px;
    margin-bottom: 20px;
  }

  /* Map Section */
  .map-section {
    padding: 90px 0 70px;
  }

  .map-content h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .map-buttons {
    flex-direction: column;
    align-items: stretch;
    max-width: 280px;
    margin: 0 auto;
    gap: 12px;
  }

  .map-buttons .theme-btn {
    width: 100%;
    text-align: center;
  }
  .about-features-grid {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .about-feature-col:nth-child(-n + 2) {
    margin-bottom: 0px;
  }
    .why-gift-section {
    padding: 60px 0 50px;
  }
  .why-gift-bg-left,
  .why-gift-bg-right {
    display: none;
  }
  .why-gift-card {
    padding: 52px 24px 28px;
  }


   .hero-content:before, 
  .inner-hero-content:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fde9d1;
    filter: blur(50px);
    z-index: 0;
}

.hero-content, .inner-hero-content {
    position: relative;
}

.inner-hero-content .sub-heading, .inner-hero-content h1, .inner-hero-content p, .inner-hero-content .inner-button-wrapper {
    z-index: 1;
    position: relative;
}

.hero-content h1, 
.hero-content p,    
.hero-content .theme-btn, 
.hero-content .ichha-logo {
    position: relative;
    z-index: 1;
}
    .about-image-wrapper {
        min-height: 400px;
    }
    .why-gift-author-name {
            font-size: 18px;
    }
    .why-gift-author-img {
    flex: 0 0 60px;
}
    .why-gift-author-img img {
        width: 60px;
        height: 60px;
    }
    .why-gift-author {
    flex-direction: column;
}
.why-gift-author-info {
    align-items: center;
}
.why-gift-card-divider {
    text-align: center;
}
.why-gift-text {
    text-align: center;
}
.why-gift-quote {

    text-align: center;
}
.special-card-icon {
        width: 60px;
    height: 60px;   
}
  .why-us .custom-col {
    width: 100%;
    margin-bottom: 20px;
}
.best-selling-section h2{
    margin-bottom: 30px !important;
}
    .about-feature-col:nth-child(odd)::after {
        content: '';
        position: absolute;
        top: 10%;
        right: 0;
        height: 80%;
        width: 1px;
        border-right: 1.5px dashed var(--gold);
    }

    .about-feature-col:nth-child(-n+2) {
        margin-bottom: 32px;
    }
}

/* ==========================================
   MAX-WIDTH 575PX (Mobile Portrait)
   ========================================== */
@media (max-width: 575px) {
  /* Typography */
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 24px;
  }

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

  /* Hero */
  .hero-section {
    padding: 70px 0 90px;
  }

  .hero-content p {
    font-size: 16px;
    line-height: 1.5em;
  }


  .occasion-section h2 {
    margin-bottom: 60px !important;
  }

  .occasion-card-wrapper.row {
    row-gap: 20px;
  }

  /* Product card images */
  .product-img img {
    height: 260px;
  }

  /* Why Us Section */
  .why-card {
    padding: 24px;
    align-items: center;
    text-align: center;
  }

  .icon-circle {
    margin-bottom: 20px;
  }

  .why-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  /* Testimonial Box scaling */
  .testimonial-box {
    padding: 20px;
  }

  .quote-icon {
    top: 20px;
    left: 20px;
    width: 30px;
  }

  .profile-img img {
    width: 80px;
    height: 80px;
  }

  .testimonial-text {
    font-size: 18px;
    margin-top: 80px;
    margin-bottom: 16px;
  }

  .testimonial-author h5 {
    font-size: 14px;
    margin-bottom: 0;
  }

  .testimonial-author span {
    font-size: 12px;
  }

  /* Testimonial Controls */
  .swiper-button-prev.testimonial-prev,
  .swiper-button-next.testimonial-next {
    width: 38px !important;
    height: 38px !important;
    flex: 0 0 38px;
  }

  /* Search Overlay form width */
  .search-content {
    max-width: 100%;
  }

  .search-content input {
    font-size: 18px;
  }

  .search-content button {
    font-size: 18px;
  }

   .joy-section {
    padding: 100px 0;
  }
  .joy-content h2 {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .joy-content p {
    margin-bottom: 24px;
  }
  .joy-image-grid {
    gap: 12px;
  }
  .joy-grid-col {
    gap: 12px;
  }
  .joy-img-wrap.img-wide {
    height: 140px;
  }
  .joy-img-wrap.img-tall {
    height: 200px;
  }
  .special-section {
    padding: 50px 0;
  }
  .special-card {
    padding: 36px 20px;
  }
  .special-card h3 {
    font-size: 20px;
  }

  .heart-section {
    padding: 50px 0;
  }
  .heart-content h2 {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .heart-content p {
    margin-bottom: 24px;
  }
  .founder-signature {
    max-width: 150px;
  }
      .about-features-grid {
        grid-template-columns: repeat(1, 1fr);
    }
        .special-section .custom-col {
        width: 100% !important;
    }
    .about-feature-col:not(:last-child)::after {
        display: none !important;
    }
    .about-feature-col {
        border-bottom: 1px dashed var(--gold);
        padding-bottom: 20px;
    }
        .about-feature-title {
        max-width: 100%;
    }
    .about-section-heading {

    text-align: center;
    }
    .about-description p {
        text-align: center;
    }
    .inner-hero-content h1 {
        text-align: center;
    }
    .inner-hero-content p {
    text-align: center;
}
.inner-button-wrapper {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: center;
}
.inner-button-wrapper {

    gap: 10px;
    justify-content: center;
}
.inner-hero-content .sub-heading:before, .inner-hero-content .sub-heading:after {
    content: '';
    width: 62px;
    height: 1px;
    background: #F79E1B;
    display: inline-block;
}
.inner-hero-content {
    text-align: center;
}
.why-gift-author-loc {
        font-size: 14px;
}
.why-gift-pagination .swiper-pagination-bullet {
        width: 15px;
    height: 15px;
}
.why-gift-swiper {
        margin-top: 0px !important;
}
.why-gift-divider  {
    margin-bottom: 30px;
}
.why-gift-divider img {
    max-width: 120px;
}
.why-gift-title {
    margin-bottom: 10px !important;
}

.occasion-card {
  padding: 20px;
margin-top: 40px;
border-top-left-radius: 200px;
    border-top-right-radius: 200px;
}
.card-flower-icon {
  max-width: 55px;
}
}


@media (max-width: 400px) {
  .joy-img-wrap.img-wide {
    height: 110px;
  }
  .joy-img-wrap.img-tall {
    height: 160px;
  }

  /* Product card images */
  .product-img img {
    height: 220px;
  }

   .joy-content h2 {
    font-size: 24px;
  }
}




