@import 'https://fonts.googleapis.com/css?family=Lily+Script+One';
body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  background: #e1e1e1;
  margin: 0;
}

.snlogo img {
  height: 50px;
}

.snlogo {
  width: 100%;
  text-align: center;

}


.flexcolumn {
  display: flex;
  flex-direction: column;
}

.fix_hed {
  position: fixed;
  width: 100%;
  z-index: 9;
  top: 0;

}


.sn_header {
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding: 15px 20px;
  width: 100%;
  z-index: 9;
}

.flexcenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sn_header button {
  background: transparent;
  border: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  outline: 0;
}

.side_left_toggle span {
  width: 100%;
  height: 3px;
  background: #555;
  display: block;
  position: relative;
  cursor: pointer;
}

.side_left_toggle span:before,
.side_left_toggle span:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #555;
  transition: all 0.3s ease-out;
}

.side_left_toggle span:before {
  top: -8px;
}

.side_left_toggle span:after {
  top: 8px;
}

.side_left_toggle span.left_side_toggle {
  background: transparent;
}

.side_left_toggle span.left_side_toggle:before {
  top: 0;
  transform: rotate(-45deg);


}

.side_left_toggle span.left_side_toggle:after {
  top: 0;
  transform: rotate(45deg);

}

.sidebar {
  background: #fff;
  width: 235px;
  position: fixed;
  top: 0;
  left: -235px;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  padding-top: 90px;
  transition: all 0.3s ease-out;
  z-index: 5;
}

.sidebarshow {
  left: 0;
}

.sidebar .menu .item {
  position: relative;
  cursor: pointer;
}

.sidebar .menu .item a {
  color: #2c2c2c;
  font-size: 16px;
  text-decoration: none;
  display: block;
  padding: 5px 25px;
  line-height: 25px;
}

.sidebar .menu .item a:hover {
  background: #dddddd;
  transition: 0.3s ease;
}

.sidebar .menu .item i {
  margin-right: 15px;
}

.sidebar .menu .item a .dropdown {
  position: absolute;
  right: 0;
  margin: 5px 20px;
  transition: 0.3s ease;
}

.sidebar .menu .item .sub-menu {
  background: rgba(255, 255, 255, 0.1);
  display: none;
}

.sidebar .menu .item .sub-menu a {
  padding-left: 30px;
}

.rotate {
  transform: rotate(90deg);
}

.imgh100 {
  height: 90vh;
}

.imgh100 img {
  height: 90vh;
}

@media only screen and (max-width: 768px) {
  body .landingpage {
    padding-top: 20vh;
    padding-bottom: 10vh;
  }

  .landingpage .landing_page_content {
    text-align: center;
  }


  .landingpage .landing_page_content h4 {
    font-size: 26px;


  }

  .landingpage .landing_page_content h1 {
    font-size: 46px;

  }

  .centermain {

    padding: 10%;

  }

  body .mrtop {
    margin-top: 80px;
  }

  .contactus .address {
    min-height: fit-content;
  }
  

}

@media only screen and (max-width: 390px) {
  .landingpage .landing_page_content h4 {
    font-size: 18px;
  }

  .landingpage .landing_page_content h5 {
    font-size: 16px;
  }

  .landingpage .landing_page_content h1 {
    font-size: 36px;

  }

  div .center_heading {
    height: 60px;
  }

  div .center_heading h2 {
    font-size: 24px;
  }

  .product {
    min-width: 265px;
    margin: 10px;

  }

  .serve_item {
    width: 260px;
    text-align: center;
    float: left;
    margin: 10px;
  }

  .serve_item img {
    width: 250px;
  }

  .contactus .address {
    min-height: fit-content;
  }

  .head .snprologo img {
    height: 40px;
  }

  .tabs .tab-buttons .tab-btn {
    padding: 0 0.8rem !important;
    font-size: 1rem !important;
  }

  .icons {
    position: absolute;
    right: 5%;
    top: 25px;
  }

}

.tabs .tab-content .tab-pane ul,
li {
  list-style: none;
}

.w100 {
  display: flex;
  width: 100%;
}

.w100 iframe {
  width: 100%;
}

.menu_link {
  height: 30px;
  width: 100%;
  background-color: #2c2c2c;
  position: fixed;
  color: #e1e1e1;
  padding: 0px 50px;
}

.felxcol {
  flex-direction: column;
}

.he100vh {
  height: 100vh;
}

.menu_link a {
  text-decoration: none;
  color: #e1e1e1;

}

.dropdown a {
  color: #e1e1e1;
}

.dropdown-menu {
  border-radius: 0;
}

.dropdown-menu a {
  color: #2c2c2c;
}

.navbar_link {
  background-color: #333;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar_link a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 16px;
}

.dropdown_link {
  float: left;
  overflow: hidden;
}

.dropdown_link .dropbtn_link {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 10px 30px;
  background-color: inherit;
  margin: 0;
  width: fit-content;
  height: auto;
}

.navbar_link a:hover,
.dropdown_link:hover .dropbtn_link {
  background-color: red;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 8;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 10px 30px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown_link:hover .dropdown-content {
  display: block;
  animation: fadein 0.5s ease-in-out;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.landingpage {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)), url(./img/bgsdf.jpg);
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 30vh;
  padding-bottom: 15vh;
  background-size: cover;
  background-attachment: fixed;
  color: #f9f9f9;
}

.landing_page_content h4 {
  font-family: "Quicksand", serif;
  font-size: 48px;
  font-weight: 300;
}

.landing_page_content h5 {
  font-family: "Quicksand", serif;
  padding-bottom: 20px;
  font-weight: 300;
}

.landing_page_content h1 {
  font-family: "Racing Sans One", serif;
  font-size: 72px;
  padding-bottom: 20px;
}

.btn-style {
  border: 1px solid #f9f9f9;
  color: #f9f9f9;
  padding: 10px 40px;

}

.btn-style:hover {
  border: 1px solid #f9f9f9;
  background-color: #f9f9f9;
  color: #2c2c2c;
}

.landing_page_content a {
  text-decoration: none;
  color: #f9f9f9;
  font-size: 18px;
}

footer {
  background-color: #2c2c2c;
  color: #f9f9f9;
}

footer .cpwrt {
  width: 100%;
  text-align: center;
  padding: 5px;
}

/*center heading*/
.center_heading {
  height: 80px;
  width: 100%;
  background-color: #2c2c2c;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f9f9f9;
  font-family: "Quicksand", serif;
}

.center_heading h2 {
  font-size: 28px;
}

.trending_products {

  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
}

.catproduct {
  width: 150px;
  height: auto;
  border-radius: 10%;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 15px;
  float: left;
}

.catproduct img:hover {
  scale: 1.05;
  transition: 0.3s ease;
}

.catproduct:hover {

  transition: 0.3s ease;
  color: red;
  scale: 1.05;
}

.catproduct img {
  width: 115px;
  height: 115px;
  border-bottom: 1px solid;
  padding-top: 10px;
}

.catproduct p {
  font-size: 18px;
  text-align: center;

}

.centermain {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10% 20%;
  box-sizing: border-box;
}

.centermain_ser {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5%;
  box-sizing: border-box;
}

/* Services*/
.serve_item {
  width: 300px;
  text-align: center;
  float: left;
  margin: 30px;
}

.serve_item img {
  width: 300px;
}

.serve_item p {
  text-align: justify;
}

@media only screen and (max-width: 768px) {}

.mrtop {
  margin-top: 150px;
}

.topproducts {
  width: 100%;
  display: flex;
  background: #e2eaef;
}

.product {
  min-width: 300px;
  margin: 15px;
}

.procard {
  border-radius: 15px;
  text-align: center;
  height: auto;
}

.prodet {
  background-color: #fff;
  padding: 20px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

a {
  text-decoration: none;
}

.probtn {
  color: #7ac400;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  background: none;
  border: 1px solid #7ac400;
  padding: 6px 14px;
  margin-top: 45px;
  line-height: 16px;
  border-radius: 20px;
  text-decoration: none;

}

.probtn:focus {
  color: #fff;
  background: #7ac400;
  box-shadow: none;
}

.probtn:hover {
  color: #fff;
  background: #7ac400;
  box-shadow: none;
  text-decoration: none;
}

.img-box {
  height: 300px;

  width: 100%;
  position: relative;
}

.img-box img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.img-box img:hover {
  transform: scale(1.03);
}

.flexwrap {
  display: flex;
  flex-wrap: wrap;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pro_details {
  font-size: 14px;
}

.address {
  border: 1px solid;
  width: 300px;
  text-align: center;
  margin: 15px;
  padding: 15px;
  min-height: 150px;
}

.latestimg img {
  
  height: 350px;

}

@media only screen and (max-width: 1024px) {
  .latestimg img {

    height: 300px;
  }
}

.bgcolor {
  background-color: #e2eaef;
}

footer div a {
  text-decoration: none;
  color: #fff;
}

.phone-call {
  width: 80px;
  height: 80px;
  left: 1%;
  bottom: 1%;
  position: fixed;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  z-index: 100;
  display: inline-block;
  line-height: 65px;
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;

}

.whatsapp {
  width: 80px;
  height: 80px;
  right: 1%;
  bottom: 1%;
  position: fixed;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  z-index: 100;
  display: inline-block;
  line-height: 65px;
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;

}





@keyframes pulse-dot {
  0% {
    transform: scale(.9);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(.9);
  }
}

.address a {
  text-decoration: none;
  color: black;
}

.address h2 {
  color: #000;
}

.imgh100 {
  height: 90vh;
}

.imgh100 img {
  height: 90vh;
}

.snprologo {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 30px;
}

.snprologo img {
  height: 50px;
}

.icons {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.icons i {
  font-size: 22px;
}

@media only screen and (max-width: 768px) {
  .icons button {
    display: none;
  }

  .icons {
    position: absolute;
    right: 15px;
    top: 30px;
  }

  .sn_header .snprologo {
    display: flex;
    justify-content: space-evenly;

  }

  .icons i {
    font-size: 26px;

  }

  .snprologo {

    padding: 0 10px;
  }

  body .mainpage {
    margin-top: 80px;

  }
}

.head {
  position: relative;
}

.mainpage {
  margin-top: 120px;

}

/* Footer */


.footer-content {
  display: flex;
  flex-direction: row;
  padding: 1.5rem 0.5rem;
}

@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
  }

  .footer-content .footer-brand {
    width: 100%;
  }

  .footer-content .footerlinkbox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;

  }
}

.footer-brand {
  width: 35%;
  padding-right: 5%;
}

.footer-brand h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.footer-brand p {
  font-size: 1.125rem;
  color: #c8c8c8;
  text-align: justify;
}

.footer-links h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;

}

.footer-links ul {
  list-style: none;
}

.footer-link {
  display: block;
  padding: 0.5rem 0;
  color: #7e8084;
  font-size: 1.125rem;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-link:hover {
  color: white;
}

.social-icons {
  margin-top: 1.5rem;
  display: flex;
  gap: 1rem;
}

.social-link {
  color: white;
  font-size: 1.25rem;
  transition: color 0.2s;
}

.social-link:hover {
  color: #ffb800;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 1rem;
  border-top: 1px solid #3d434b;
}

@media (min-width: 768px) {
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}

.copyright {
  font-size: 0.875rem;
  color: #9ca3af;
}

.footer-meta {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .footer-meta {
    margin-top: 0;
  }
}

.meta-link {
  color: #9ca3af;
  font-size: 0.875rem;
  text-decoration: none;
}

.meta-link:hover {
  color: white;
}

.separator {
  color: #4b5563;
}

.footer-links ul,
li {
  padding: 0;
  margin: 0;
}

.footerlinkbox {
  display: flex;
  justify-content: space-between;
  width: 65%;
}

/* Breadcrumb styles */
.breadcrumb {
  display: flex;
  align-items: center;
  padding: 0.75rem 0;
  font-size: 0.875rem;
  color: #6b7280;
}

.breadcrumb a {
  color: #6b7280;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #4b5563;
}

.breadcrumb-separator {
  margin: 0 0.25rem;
}

.current-page {
  font-weight: 500;
  color: #111827;
}

/* Tabs */
.tabs {
  margin-top: 3rem;

}

.tab-buttons {
  display: flex;
  border-bottom: 1px solid #e5e7eb;

}

.tabs .tab-buttons .tab-btn {
  padding: 0 2rem;
  font-size: 1rem;
  font-weight: 500;
  color: #6b7280;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  width: fit-content;

}

.tab-btn.act {
  color: #1e40af !important;

  border-bottom-color: #1e40af !important;


}

.tab-content {
  padding: 1rem 0;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

/* Reviews section */
.reviews-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .reviews-container {
    flex-direction: row;
    gap: 2rem;
  }

  .reviews-summary {
    width: 33.333333%;
  }

  .reviews-list {
    width: 66.666667%;
  }
}

.reviews-card {
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1.5rem;
}

.average-rating {
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
}

.reviews-stars {
  display: flex;
  justify-content: center;
  margin: 0.5rem 0;
}

.total-reviews {
  text-align: center;
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 1.5rem;
}

.rating-bars {
  margin-top: 1rem;
}

.rating-bar {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
}

.star-label {
  width: 2rem;
  font-size: 0.75rem;
  color: #6b7280;
}

.bar-container {
  flex-grow: 1;
  height: 0.5rem;
  background-color: #e5e7eb;
  border-radius: 9999px;
  margin: 0 0.5rem;
}

.bar-fill {
  height: 100%;
  background-color: #ffb800;
  border-radius: 9999px;
}

.bar-count {
  width: 3rem;
  font-size: 0.75rem;
  color: #6b7280;
}

.write-review {
  margin-top: 1.5rem;

  text-align: center;
}

.reviews-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.reviews-title {
  font-size: 1.125rem;
  font-weight: 500;
}

.sort-select {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.25rem;
}

/* Review item */
.review-item {
  padding: 1.5rem 0;
  border-bottom: 1px solid #e5e7eb;
}

.review-header {
  display: flex;
  margin-bottom: 0.5rem;
}

.reviewer-avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  object-fit: cover;
  margin-right: 0.75rem;
}

.reviewer-info {
  flex-grow: 1;
}

.reviewer-name {
  font-size: 0.875rem;
  font-weight: 500;
}

.reviewer-stars {
  display: flex;
}

.reviewer-stars i {
  font-size: 0.875rem;
}

.review-content {
  margin: 0.75rem 0;
  font-size: 0.875rem;
  color: #374151;
}

.review-actions {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  color: #6b7280;
}

.review-action {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}

.review-action i {
  margin-right: 0.25rem;
}

.review-date {
  margin-left: auto;
}

.btn-outline {
  background-color: white;
  border: 1px solid #d1d5db;
  color: #374151;
}

.btn-outline:hover {
  background-color: #f3f4f6;
}





.cardflip {
 font-family: 'Lily Script One';
  width: 300px;
  height:80px;
  
  cursor:pointer;
 
  
 
}

.contentflip {
  
  width: 100%;
  height: 100%;
  box-shadow: 0 0 15px rgba(0,0,0,0.5);

  transition: transform 1s;
  transform-style: preserve-3d;
}

.cardflip:hover .contentflip {
  transform: rotateY( 180deg ) ;
  transition: transform 0.5s;
}

.frontflip,
.backflip {
  
  height: 100%;
  width: 100%;
  background: white;
  
  color: #03446A;
  text-align: center;
  font-size: 60px;
  
  backface-visibility: hidden;
}

.backflip {
  background: #03446A;
  color: white;
  transform: rotateY( 180deg );
  margin-top :-80px;
}

/*Dessing page*/
.tab-pane p {
            text-align: justify;
            padding: 0 3%;
        }

        /* Product layout */
        .product-layout {
            display: flex;
            flex-direction: column;
            gap: 2rem;
            margin-top: 1rem;
            margin-bottom: 2rem;
        }

        @media (min-width: 1024px) {
            .product-layout {
                flex-direction: row;
            }

            .product-images {
                width: 50%;
            }

            .product-details {
                width: 50%;
            }
        }

        /* Product images */
        .product-images {
            position: relative;
        }

        .main-image {
            aspect-ratio: 1;
            overflow: hidden;
            border-radius: 0.375rem;
            margin-bottom: 1rem;
        }

        .main-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }




        /* Product details */
        .product-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: #111827;
            margin-bottom: 0.5rem;
        }

        @media (min-width: 768px) {
            .product-title {
                font-size: 1.875rem;
            }
        }

        .rating {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            margin-bottom: 1rem;
        }

        .stars {
            display: flex;
            color: #ffb800;
        }

        .reviews-count {
            color: #6b7280;
            font-size: 0.875rem;
        }

        .product-description {
            color: #4b5563;
            margin-bottom: 1rem;
        }

        .product-price {
            display: flex;
            align-items: baseline;
            margin-top: 1.5rem;
        }

        .current-price {
            font-size: 1.5rem;
            font-weight: 700;
            color: #111827;
        }

        .original-price {
            margin-left: 0.75rem;
            color: #6b7280;
            text-decoration: line-through;
        }

        @media only screen and (max-width: 390px) {}

        .review-item {
            padding: 1.5rem 0;
            border-bottom: 1px solid #e5e7eb;
        }

        .review-header {
            display: flex;
            margin-bottom: 0.5rem;
        }

        .reviewer-avatar {
            width: 2.5rem;
            height: 2.5rem;
            border-radius: 9999px;
            object-fit: cover;
            margin-right: 0.75rem;
        }

        .reviewer-info {
            flex-grow: 1;
        }

        .reviewer-name {
            font-size: 0.875rem;
            font-weight: 500;
        }

        .reviews-stars {
            color: #ffb800;
        }

        .reviewer-stars {
            display: flex;
            color: #ffb800;
        }

        .reviewer-stars i {
            font-size: 0.875rem;
        }

        .review-content {
            margin: 0.75rem 0;
            font-size: 0.875rem;
            color: #374151;
        }

        .review-actions {
            display: flex;
            align-items: center;
            font-size: 0.75rem;
            color: #6b7280;
            border: 0;
        }

        .review-action {
            display: flex;
            align-items: center;
            margin-right: 1rem;
        }

        .review-action i {
            margin-right: 0.25rem;
        }

        .review-date {
            margin-left: auto;
        }
        /* Action buttons */
        .actions {
            margin-top: 2rem;
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
        }

        

        /* Product actions */
        .product-actions {
            display: flex;
            justify-content: space-around;
            padding: 0.75rem 0;
            margin-top: 1.5rem;
            border-top: 1px solid #e5e7eb;
            border-bottom: 1px solid #e5e7eb;
        }

        .action-btn {
            display: flex;
            align-items: center;
            color: #6b7280;
            background: none;
            border: none;
            font-size: 0.875rem;
            cursor: pointer;
        }

        .action-btn:hover {
            color: #1e40af;
        }

        .action-btn i {
            margin-right: 0.5rem;
        }

        .divider {
            width: 1px;
            background-color: #e5e7eb;
        }

        /* Shipping info */
        .shipping-info {
            margin-top: 1.5rem;
            padding: 1rem;
            background-color: #f9fafb;
            border: 1px solid #e5e7eb;
            border-radius: 0.375rem;
        }

        .shipping-title {
            font-weight: 500;
            margin-bottom: 0.5rem;
        }

        .shipping-text {
            font-size: 0.875rem;
            color: #4b5563;
        }