body{
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



.heading-4{
    color: white;
}

.heading-2{
    font-size: 60px;
    color: black;
    font-weight: bold;

  }

/* First section */


.col{
    display: flex;
    justify-content: center;    
}

.first-sub-colon{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.second-sub-colon{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}


.container-fluid {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    padding-top: 50px;
    padding-bottom: 50px;
}

.row{
    width: 90%;
    gap: 50px;

}



.heading-1{
    font-size: 60px;
    color: white;
}

.paragraph-1{
    color: rgb(255, 0, 72);

}

.first-image{
    width: 600px;
    height: 700px;
    border-radius: 10px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .first-image{
        width: 550px;
        height: 650px;
    }
    .heading-1{
        font-size: 55px;
    }

  }

  @media (max-width: 991px) and (min-width: 768px) {
    .first-image{
        width: 450px;
        height: 600px;
    }
    .heading-1{
        font-size: 50px;
    }
  }

  @media (max-width: 599px) and (min-width: 350px) {
    .first-image{
        width:  300px;
        height: 500px;
    }
    .heading-1{
        font-size: 45px;
    }
}
/* second section */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.content-section2{
    padding-top: 50px;
    padding-bottom: 50px;
}
.four-column-section {
    background-color: #edd3d3;
    padding: 70px 20px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    
}
.four-column-section {
    position: relative;
    background-color: rgb(255, 255, 255);
    padding-top: 120px; 
}


.four-column-section h2 {
    font-size: 32px;
    font-weight: 600;
    color: #333;
    margin-bottom: 50px;
}

.columns-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.column-item {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.column-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.column-item img {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}

.column-item h3 {
    font-size: 20px;
    color: #007bff;
    margin-bottom: 15px;
}

.column-item p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

@media screen and (max-width: 992px) {
    .columns-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 600px) {
    .columns-container {
        grid-template-columns: 1fr;
    }

    .column-item {
        padding: 25px 15px;
    }

    .four-column-section h2 {
        font-size: 26px;
    }
}

.custom-shape-divider-top-1759926914 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg); 
}

.custom-shape-divider-top-1759926914 svg {
    position: relative;
    display: block;
    width: calc(240% + 1.3px);
    height: 96px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1759926914 .shape-fill {
    fill: #000000; 
}


/* Third section */

/* Mansory style grid */

.masonry-gallery {
  column-count: 3; /* number of columns */
  column-gap: 1rem; /* spacing between columns */
}

.masonry-item {
  break-inside: avoid; /* prevents items from breaking across columns */
  margin-bottom: 1rem; /* spacing between items vertically */
}

.masonry-item img {
  width: 100%;
  display: block;
  border-radius: 8px; /* optional rounded corners */
}

.masonry-gallery {
    column-count: 2;
    column-gap: 15px;
}

.masonry-item {
    break-inside: avoid;
    margin-bottom: 15px;
}

.masonry-item img {
    width: 100%;
    display: block;
    border-radius: 8px;
    object-fit: cover;
}






.first-subcolon-2{
    align-items: flex-start;
    gap: 30px;
}

.container-fluid-2 {
    display: flex;
    padding-top: 150px;
    padding-bottom: 150px;
    justify-content: center;
    align-items: center;
    background-color: rgb(0, 0, 0);
}



.custom-shape-divider-bottom-1759930998 {
    background-color: rgb(255, 255, 255);
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1759930998 svg {
    position: relative;
    display: block;
    width: calc(168% + 1.3px);
    height: 103px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1759930998 .shape-fill {
    fill: #000000;
}

/* Responsive adjustments */
@media screen and (max-width: 992px) {
    .row {
      flex-direction: column-reverse; /* text above gallery on smaller screens */
      text-align: center;
    }
  
    .first-sub-colon2 .heading-1 {
      font-size: 2rem;
    }
  
    .first-sub-colon2 .paragraph-1 {
      font-size: 1rem;
    }
  
    .first-sub-colon2 .btn {
      max-width: 100%;
      margin: 0 auto;
    }
  }
  
  @media screen and (max-width: 600px) {
    .masonry-gallery {
      grid-template-columns: 1fr; /* one column on mobile */
    }
  
    .first-sub-colon2 .heading-1 {
      font-size: 1.7rem;
    }
  
    .first-sub-colon2 .paragraph-1 {
      font-size: 0.95rem;
    }
  }



/* Fourth section */


  
/* Wrap all items in one flow */
.section-4{
    display: flex;
    justify-content: center;
    background-color: #000000;
}
.product-section {
    width: 90%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 30px;
  }



  .product-row{
    width: 70%;
  }
  

  

  /* Intro section */
  .intro p {
    color: #ffffff;
    margin-bottom: 20px;
  }
  
  .intro button {
    background: #3c50e0;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 12px 28px;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  
  .intro button:hover {
    background: #2d3cb3;
  }
  


  #productContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    flex: 1;
  }



  
  /* Card styling */

  .card {
    flex: 1 1 calc(33.333% - 30px);
    background: #ffffff;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.2s ease;
    max-width: 300px;
    cursor: pointer;
  }
  
  .card:hover {
    transform: translateY(-5px);
    background-color:rgb(255, 0, 72);
    color: white;
  }
  
  .card img {
    width: 100%;
    height: 250px;

    
  }
  
  .card h3 {
    margin: 10px 0 5px;
    font-size: 1.1rem;
  }
  
  .card p {
    color: #000000;
    font-weight: 500;
  }
  
/* Responsive adjustments */
@media screen and (max-width: 992px) {
    .section-4 .product-section {
        gap: 30px;
    }
}

@media screen and (max-width: 600px) {
    .intro-row .intro .heading-1 {
        font-size: 2rem;
    }

    .intro-row .intro p {
        font-size: 1rem;
    }

    .intro-row .intro button#shopNow {
        /* padding: 10px 20px; */
        font-size: 0.95rem;
    }

    #productContainer {
        flex-direction: column;
        gap: 15px;
    }
}
@media screen and (max-width: 600px) {
    .product-card {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .product-section{
        flex-direction: column;
        align-items: center;
    }
}
  
  
  /* <!-- fifth section --> */

  .section-5{
    position: relative;
  }

  .custom-shape-divider-top-1759940070 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1759940070 svg {
    position: relative;
    display: block;
    width: calc(129% + 1.3px);
    height: 138px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1759940070 .shape-fill {
    fill: #000000;
}

.section-5-primaryContainer{
    padding-top: 200px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-5-secondaryContainer{
    width: 90%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

.section-5-firstColon{
    padding: 10px;
    /* width: 40%; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
.review-col-1-image-1{
    width: 400px;
    height: 500px;
    border-radius: 10px;

}

.review-col-1-image-2{
    width: 250px;
    height: 400px;
    margin-top: -150px;
    border-radius: 10px;
}

.section-5-secondColon{
    padding-left: 50px;
    /* width: 60%; */
    flex-direction: row;
    justify-content: center;
}

.CustomerReviews{
    font-size: 60px;
    font-family: sans-serif;
    font-weight: bold;
}

.imageName{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    gap: 20px;
}

.DoubleQuote{
    font-size: 30px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.Reviewimage{
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
#Reviewname{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Name{
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Responsive adjustments */
@media screen and (max-width: 992px) {
    .section-5-secondaryContainer {
      flex-direction: column;
      align-items: center;
    }
  
    /* .section-5-firstColon,
    .section-5-secondColon {
      flex: 1 1 100%;
    } */
    
    .CustomerReviews p {
      font-size: 1.5rem;
    }
  
    .reviews p {
      font-size: 0.95rem;
      padding: 12px 15px;
    }
  }
  
  @media screen and (max-width: 600px) {
    
    .CustomerReviews p {
      font-size: 1.3rem;
    }
  
    .reviews p {
      font-size: 0.9rem;
      padding: 10px 12px;
    }
  
    .Name {
      font-size: 0.9rem;
    }
  
    .DoubleQuote {
      font-size: 1.5rem;
    }
  }



/* sixth-6 section */

.section-6-primaryContainer{
    margin: 0;
    padding: 0;
}

.section-6-secondaryContainer{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.section-6-main-row{
    width: 90%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-6-header-container{
    display: flex;
    justify-content: center;
    align-items: center;

}

.section-6-header{
    font-size: 60px;
    font-family: sans-serif;
    font-weight: bold;
}

.section-6-subheader-container{
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-6-subheader{
    font-size: 24px;
    font-family: sans-serif;
    font-weight: normal;

}


.image-carousel {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
  }
  
  .carousel-container {
    margin: 0 auto;
    overflow: hidden;
  }
  
  .carousel-track {
    display: flex;
    gap: 20px; /* space between images */
    transition: transform 0.6s ease-in-out;
  }
  
  .carousel-image {
    width: 100%;
    max-width: 350px;
    height: auto;
    border-radius: 10px;
    flex-shrink: 0;
  }
  
  /* Mobile adjustments */
  @media screen and (max-width: 600px) {
    .carousel-track {
      gap: 15px;
    }
  
    .carousel-image {
      max-width: 90%;
      margin: 0 auto;
    }
  }
  

  
  
    






/* ===== Base Header Styling ===== */
.primary-container {
  background-color: #ffffff;
  width: 100%;
  top: 0;
  z-index: 100;
}

.header-first-subcontainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
}

.logo h2 {
  font-size: 40px;
  color: #447ab8;
  margin: 0;
}

.sub-container-two {
  display: flex;
  gap: 25px;
}

.sub-container-two .nav-1 a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s ease;
}

.sub-container-two .nav-1 a:hover {
  color: #447ab8;
}

.nav-1{
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

/* ===== Hamburger Menu ===== */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 20px;
  cursor: pointer;
}

.hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background: #333;
  border-radius: 5px;
  transition: 0.3s;
}

/* ===== Responsive Design ===== */
@media (max-width: 768px) {
  .sub-container-two {
    position: absolute;
    top: 60px;
    right: 0;
    background-color: white;
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: none;
    gap: 15px;
    padding: 20px 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }

  .sub-container-two.show {
    display: flex;
  }

  .hamburger {
    display: flex;
  }

  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}
  