@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Qwitcher+Grypen:wght@400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* Nav bar */
/* Start Of Navbar */
.navbar {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  font-family: "Arial", sans-serif;
  padding: 10px 0;
  background-color: #0099cc;
}
.dropdown-user-dashboard {
  width: 44px;
  height: 44px;
  background: #ffffff;
  border: 1px solid #dedede;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  order: 2;
  margin-left: auto;
}
.dropdown-user-dashboard:hover {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 8px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.dropdown-user-dashboard .fas {
  font-size: 18px;
  color: #555555;
}
.dropdown-user-dashboard a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.navbar-toggler {
  order: 1;
}
.navbar-brand {
  order: 0;
  margin: 0 auto;
  color: white;
  font-size: 25px;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.navbar-collapse ul li {
  margin-right: 23px;
}
.navbar-collapse ul li a {
  font-size: 17px;
  font-weight: 650;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}
.navbar-collapse .dropdown-menu {
  margin-top: 20px;
}
.navbar-collapse .dropdown-menu li:hover a {
  color: #0099cc !important;
}
.navbar-collapse .dropdown-menu li {
  padding-top: 6px;
}
.navbar-collapse .dropdown-menu li a {
  font-size: 17px;
  font-weight: 400;
  color: black !important;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.nav-link a {
  color: black;
}
.navbar-toggler {
  background-color: transparent;
  border: none;
}
@media (max-width: 992px) {
  .navbar-toggler {
    order: 1;
  }
  .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .dropdown-user-dashboard {
    order: 2;
  }
  .navbar-collapse .dropdown-menu {
    border: none !important;
    margin-top: 0 !important;
  }
  .navbar-collapse {
    margin-top: 20px;
    margin-left: 50px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
}
.image-Kept img {
  max-width: 100%;
  height: auto;
}
/* End Of Nav bar */

/* Start of Header  */
#Header {
  background-image: url("../imgs/xbanner_background.jpg.pagespeed.ic.8q2TqSthd0.webp");
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
  padding: 0;
  display: flex;
  align-items: center;
  margin-top: 60px;
}
#Header .container {
  height: 100%;
  display: flex;
  align-items: center;
}
#Header .HeaderText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 50px;
}
#Header .HeaderText h1 {
  font-size: calc(10px + 4vw);
  margin-bottom: 26px;
}
#Header .HeaderText div span {
  font-size: 24px;
  margin-right: 14px;
  margin-bottom: 12px;
  font-weight: 500;
}
#Header .HeaderText h6 {
  font-size: 16px;
  margin-bottom: 22px;
}
#Header .HeaderText button {
  background-color: #0099cc;
  color: #fff;
  padding: 8px 16px;
  font-weight: 700;
  border-radius: 8px;
  border: none;
  transition: all 0.2s;
}
#Header .HeaderText button:hover,
#Header .HeaderText button:active,
#Header .HeaderText button:focus {
  color: #fff !important;
  opacity: 0.7;
}

#Header .HeaderImage img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 576px) {
  #Header .HeaderImage img {
    max-width: 60%;
    margin-left: 50px;
  }
}
/* End of Header */
/* Start of Section Two */
.SectionTwo {
  margin-top: 35px;
}
.Sec2P1Card1 {
  box-shadow: 0 0 8px 1px #0000001b;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.Sec2P1Card1Info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: 10px;
}
.CollectionOfSectionTwoPartOne .Sec2P1Card1Info h5 {
  padding-top: 10px;
  font-size: 18px;
}
.CollectionOfSectionTwoPartOne .Sec2P1Card1Info p {
  color: gray;
  font-size: 16px;
}
.CollectionOfSectionTwoPartOne {
  margin-bottom: 30px;
}

.Sec2P2SideRightHead .nav-links {
  display: grid;
  grid-auto-flow: column;
  gap: 0;
  width: fit-content;
}

.Sec2P2SideRightHead .nav-links a {
  text-decoration: none;
  color: gray !important;
  padding-bottom: 5px;
  font-size: 19px;
  font-weight: bold;
  position: relative;
}

.Sec2P2SideRightHead a:hover {
  color: black !important;
  border-bottom: 3px solid black;
  padding-bottom: 2px;
}
hr {
  margin-top: -3px;
  border: none;
  border-top: 1px solid black;
}
/* End of Section Two */

/* ---------------section 2 part 2 left side----------------------- */

/* start of Section Three (Super Deals)*/
/* Super Deals Right Side */
.SectionThree {
  margin-top: 70px;
}
.SectionThree .Right-side .Title-Deals span {
  font-size: 20px;
  font-weight: 500;
  margin-right: 20px;
  color: gray !important;
  cursor: pointer !important;
  text-decoration: none;
}
.SectionThree .Right-side .Title-Deals span:hover {
  color: black !important;
  border-bottom: 3px solid #0099cc;
  padding-bottom: 16px;
}
.SectionThree .Cart-Container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 5px;
  border-right: 1px solid gray;
}

.SectionThree .Cart-Container:hover {
  box-shadow: 0 0 14px 8px #0000001b;
}

.SectionThree .Cart-Container .Card-Image {
  max-width: 100%;
  height: auto;
  position: relative;
  margin-top: 5px;
}
.SectionThree .Cart-Container .Card-Image::after {
  content: "25%";
  width: 40px;
  height: 40px;
  background-color: #ff0000;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  top: 2px;
  left: -25px;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  transform: translateX(-50%);
}
.SectionThree .Cart-Container .Card-Info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 5px;
}
.SectionThree .Cart-Container .Card-Info p {
  margin: 0px;
  padding: 0px;
}
.SectionThree .Cart-Container .Card-Info .p-Price {
  font-size: 19px;
  font-weight: 400;
  margin-top: 10px;
}
.SectionThree .Cart-Container .Card-Info .p-Categoary {
  font-size: 18px;
  color: gray;
}
.SectionThree .Cart-Container .Card-Info .p-Name {
  font-size: 20px;
  font-weight: 500;
}
.SectionThree .Cart-Container .Card-Button {
  /* min-width: 217px; */
  width: calc(100% + 25px);
  padding: 0;
  margin: 0;
  background-color: #0099cc;
  text-align: center;
  margin-top: 10px;
  padding: 3px;
  opacity: 0;
}
.SectionThree .Cart-Container .Card-Button a {
  text-decoration: none;
  color: white;
  padding: 0;
  margin: 0;
  text-align: center;
}
.SectionThree .Cart-Container:hover .Card-Button {
  opacity: 1;
}
.SectionThree .Cart-Container:hover .Card-Button a {
  color: #fff !important;
}
/* -------------------- */
.CollectionOfSectionTwoPartThree {
  margin-top: 20px;
  margin-bottom: 20px;
}

.PartThree .info p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
}

.btn-cta {
  width: auto !important;
  color: white !important;
  background-color: #0099cc;
  padding: 10px;
  border: 0;
  border-radius: 5px;
  transition: all 1s ease-in;
}

.CollectionOfSectionTwoPartThree .info p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: bold !important;
}
.Partitions .Image img{
  width: 50px;
}
/* Section Four */

/* Section Four */
.SectionFour {
  background-image: url("../imgs/xbanner_2_background.jpg.pagespeed.ic.4E_HslFvB8.webp");
  background-size: cover;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.Laptop {
  padding: 20px;
}
.p_Laptop {
  color: gray;
  font-size: 18;
}
.stars {
  color: #ffd700;
}
.btn {
  margin-top: 15px;
}
.carousel-indicators {
  margin-top: 20px;
}
.partoneSpeexh {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.partoneSpeexh .pLaptop {
  font-size: 20px;
  color: grey;
}
.partoneSpeexh .pMac {
  font-size: 29px;
  font-weight: bold;
}
.partoneSpeexh .plorem {
  color: gray;
  font-size: 19px;
}
.partoneSpeexh .stars {
  font-size: 18px;
}
.partoneSpeexh button {
  font-size: 18px;
  color: white;
  padding: 10px;
  background-color: #b2c4f9;
}
.PartionThree {
  margin-top: 15px;
}
.g-4,
.gy-4 {
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .ImageLabTop {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .ImageLabTop img {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .ImageLabTop img {
    width: 100%;
  }
}
.btn .btn-info .w-100 .text-white .fw-bold {
  margin-top: 10px;
  padding-top: 10px;
}

/* ---------------------Section Five ---------------------------- */
.SectionFive {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff !important;
}
.PartitionRightSection5 p {
  font-size: 20px;
  color: black !important;
  font-weight: bold;
}
.PartitionLeft {
  display: flex;
  justify-content: end;
}
.PartitionLeft a {
  text-decoration: none;
  font-size: 20px;
  color: black !important;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
}

.Cart-Container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 5px;
  border-right: 1px solid gray;
}

.Cart-Container:hover {
  box-shadow: 0 0 14px 8px #0000001b;
}

.Cart-Container .Card-Image {
  max-width: 100%;
  height: auto;
  position: relative;
  margin-top: 5px;
}
.Cart-Container .Card-Image::after {
  content: "25%";
  width: 50px;
  height: 40px;
  background-color: #ff0000;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  top: 2px;
  left: -10px;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  transform: translateX(-50%);
}
.Cart-Container .Card-Info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 5px;
}
.Cart-Container .Card-Info p {
  margin: 0px;
  padding: 0px;
}
.Cart-Container .Card-Info .p-Price {
  font-size: 19px;
  font-weight: 400;
  margin-top: 10px;
}
.Cart-Container .Card-Info .p-Categoary {
  font-size: 18px;
  color: gray;
}
.Cart-Container .Card-Info .p-Name {
  font-size: 20px;
  font-weight: 500;
}
.Cart-Container .Card-Button {
  /* min-width: 217px; */
  width: calc(100% + 25px);
  padding: 0;
  margin: 0;
  background-color: #0099cc;
  text-align: center;
  margin-top: 10px;
  padding-bottom: 7px;
  opacity: 0;
}
.Cart-Container .Card-Button a {
  text-decoration: none;
  color: white;
  font-size: 20px;
  margin: 0;
  padding: 0;
}
.Cart-Container:hover .Card-Button {
  opacity: 1;
}
.Cart-Container:hover .Card-Button a {
  color: #fff !important;
  margin: 0;
  padding: 0;
}
.Cart-content-special {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  flex-direction: column;
  border-right: 1px solid grey;
}
.Cart-content-special .Card-Image {
  position: relative;
}
.Cart-content-special .Card-Image::after {
  content: "new";
  width: 40px;
  height: 40px;
  background-color: #0099cc;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  top: 2px;
  left: -40px;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  transform: translateX(-50%);
}
.Cart-content-special .Card-Info {
  display: flex;

  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 5px;
}
.Cart-content-special .Card-Info p {
  margin: 0;
  padding: 0;
}
.Cart-content-special .Card-Info .p-Price {
  font-size: 19px;
  font-weight: 400;
  margin-top: 10px;
}
.Cart-content-special .Card-Info .p-Categoary {
  font-size: 18px;
  color: gray;
}
.Cart-content-special .Card-Info .p-Name {
  font-size: 20px;
  font-weight: 500;
  margin-top: 5px;
}
.p-Name:hover {
  color: #0099cc;
}
/* Hot Best Seller */
.Links-Hot a:hover {
  color: grey !important;
}
.Best-Seller {
  /* background-color: #eff6fa; */
  padding-top: 40px;
  padding-bottom: 40px;
}
.card-seller {
  display: flex;
  justify-content: center;
  flex-direction: row;
  box-shadow: 0 0 3px #908f8f;
  background-color: white !important;
}
.card-seller:hover {
  transform: scale(1.02);
}
.card-seller .Image-Seller {
  max-width: 150px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.card-seller .Image-Seller::after {
  content: "new";
  width: 40px;
  height: 40px;
  background-color: #0099cc;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  top: 5px;
  left: -25px;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  transform: translateX(-50%);
}
.card-seller .Info-Seller {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
}
.card-seller .Info-Seller p {
  margin: 0;
  padding: 0;
}
.card-seller .Info-Seller .p-phone {
  font-size: 17px;
  color: gray;
}

.card-seller .Info-Seller .p-Name {
  font-size: 18px;
  font-weight: 500;
}
/* Recently View */
/* -------------SectionSeven ---------------- */

.SectionSeven {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 60px !important;
  margin-bottom: 30px;
}
.BodyTrending .collectImage_Info .info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.Stars {
  display: flex;
  margin-top: 9px;
}
.checked {
  color: orange;
}
/* Trending */
/* -------------Section Six -------------------- */
.SectionSix {
  background-color: #d7eaf5;
  padding-top: 20px;
  padding-bottom: 20px;
}
.HeadTrend {
  padding-top: 10px;
  padding-bottom: 10px;
}
.HeadTrend h2 {
  font-size: 30px;
  font-weight: bold !important;
}
.item ul li {
  width: 35px;
  height: 35px;
  font-weight: 500;
  font-size: 0.7rem;
  background-color: #09c;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item ul li:last-of-type {
  display: none;
  background-color: #fff;
  box-shadow: 0 0 3px #908f8f;
  transition: box-shadow 0.3s, display 0.3s;
  cursor: pointer;
}
.item ul li:last-of-type:hover {
  box-shadow: 0 0 6px rgb(90, 90, 90);
  display: block;
}
.BodyTrending .item {
  display: flex;
  flex-direction: column;
  background-color: white;
  margin-left: 10px;
  margin-right: 10px;
}
.BodyTrending .item .Icon {
  display: flex;
  justify-content: space-between;
}
.BodyTrending .item .Icon ul {
  margin-top: 5px;
  margin-left: 8px;
}
.item .Image img {
  width: 125px;
  height: 125px;
}
.collectImage_Info {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.BodyTrending .item {
  width: 250px;
  border-radius: 10px;
}
.collectImage_Info .Image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}
.collectImage_Info .info h4 {
  font-size: 20px;
  margin-left: 10px;
  color: #828282;
}
.collectImage_Info .info p {
  font-size: 18px;
  margin-left: 10px;
}
.collectImage_Info .info .collect {
  display: flex;
  flex-direction: row;
}

/* Footer  */
.itemss {
  display: flex;
  flex-direction: row;
}
footer {
  padding-top: 5rem;
  background-color: #f8f9fa;
}

.itemLast .logo a {
  text-decoration: none;
  color: black;
  font-size: 40px;
  font-weight: bold;
}

.itemLast .footer_title .mb-2 {
  font-size: 19px;
}

.itemLast .footer_phone .mb-2,
.itemLast .footer_email .mb-2 {
  color: #00aede;
  font-size: 19px;
  font-weight: bold !important;
}

.itemLast .footer_contact_text {
  color: #828282 !important;
  font-size: 19px !important;
  font-weight: bold !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
  color: gray;
}

footer .footer_social a {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #09c;
  color: #fff;
  border-radius: 50%;
  margin: 2px;
  text-decoration: none !important;
}

.itemos h3 {
  color: black !important;
  font-size: 20px;
}

.itemos .list-unstyled a {
  text-decoration: none;
  color: gray !important;
  margin-top: 10px;
  font-weight: bold !important;
  font-size: 12px;
}

.itemos .list-unstyled li {
  margin-top: 6px;
  color: #09c;
}

/* Copyright Section */
.copyright {
  margin-top: 15px !important;
  background-color: #fafafa;
}

.textLast {
  color: gray;
  padding-right: 10px;
  font-weight: bold;
  font-size: 13px !important;
}

.textLast a {
  text-decoration: none;
  color: #09c;
  font-weight: bold;
  font-size: 13px !important;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .footer_social {
    margin-top: 15px;
  }

  .itemLast {
    text-align: center;
  }

  .itemos {
    text-align: center;
  }

  .copyright .row {
    flex-direction: column;
    text-align: center;
  }

  .copyright .col-md-8,
  .copyright .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pay ul {
    justify-content: center;
  }

  .textLast {
    padding-right: 0;
    font-size: 12px !important;
  }
}

@media (max-width: 576px) {
  .footer_phone,
  .footer_email,
  .footer_contact_text {
    font-size: 16px !important;
  }

  .itemLast .logo a {
    font-size: 30px;
  }

  .footer_social a {
    width: 30px;
    height: 30px;
    margin: 3px;
  }

  .itemos .list-unstyled a {
    font-size: 11px;
  }

  .itemos h3 {
    font-size: 18px;
  }

  .copyright .row {
    text-align: center;
    padding: 10px 0;
  }

  .textLast {
    font-size: 11px !important;
  }
}

/* Loading  */
.loading-slide {
  position: fixed !important;
  inset: 0;
  background-color: #0099cc;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1s opacity;
  z-index: 9999;
}
/* Loader Styles */
.loader {
  width: 40px;
  height: 40px;
  --c: no-repeat linear-gradient(rgb(247, 247, 247) 0 0);
  background: var(--c), var(--c), var(--c), var(--c);
  background-size: 21px 21px;
  animation: l5 1.5s infinite cubic-bezier(0.3, 1, 0, 1);
}

@keyframes l5 {
  0% {
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  }
  33% {
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    width: 60px;
    height: 60px;
  }
  66% {
    background-position: 100% 0, 100% 100%, 0 100%, 0 0;
    width: 60px;
    height: 60px;
  }
  100% {
    background-position: 100% 0, 100% 100%, 0 100%, 0 0;
  }
}

/* <<<------------------Contact Page  ------------------------------->>>*/

.Content {
  border: solid px #e8e8e8;
  box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 100%;
}
.Content .Image {
  padding: 17px;
}
.Content .Info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.Info h3 {
  font-size: 18px !important;
  padding-top: 10px;
}
.Info p {
  font-size: 16px !important;
  color: gray !important;
}
.Body h1 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}
.contact-form {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
/* Inputs */
.contact-form h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.contact-form form {
  display: flex;
  flex-direction: column;
}

.contact-form input,
.contact-form textarea {
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  color: #333;
}

.contact-form textarea {
  height: 100px;
  resize: none;
}

.contact-form .error-message {
  color: red;
  font-size: 14px;
  margin-bottom: 15px;
}

.contact-form button {
  padding: 10px;
  background-color: #00bfff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.contact-form button:hover {
  background-color: #009fdb;
}
/* Map */
.map {
  margin: 20px auto;
  max-width: 600px;
  text-align: center;
}

.map h2 {
  color: #333;
  margin-bottom: 15px;
}
.map {
  margin: 20px auto;
  max-width: 100% !important;
  text-align: center;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

body {
  background-color: #f9f9f9;
  padding: 20px;
}

.contact-info {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}

.info-item {
  background-color: white;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 30%;
}

.info-item p {
  margin: 5px 0;
}

.contact-form {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.contact-form h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.contact-form form {
  display: flex;
  flex-direction: column;
}

.contact-form input,
.contact-form textarea {
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  color: #333;
}

.contact-form textarea {
  height: 100px;
  resize: none;
}

.contact-form .error-message {
  color: red;
  font-size: 14px;
  margin-bottom: 15px;
}

.contact-form button {
  padding: 10px;
  background-color: #00bfff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.contact-form button:hover {
  background-color: #009fdb;
}

/* Map Section */
.map {
  max-width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.map h2 {
  color: #333;
  margin-bottom: 15px;
}

.map-container {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/*<<------------------------ Blog Page --------------------------> */
.Card_Text {
  background-image: url(../imgs//xbanner_2_background.jpg.pagespeed.ic.4E_HslFvB8.webp);
  height: 30vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.head {
  display: flex;
  justify-content: center;
  align-items: center;
}
.head h1 {
  font-size: 35px;
  font-weight: bold;
  padding-top: 30px;
  padding: 10px;
}

/* -------------------------- */

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col-lg-4 {
  flex: 1 1 30%;
  margin: 10px;
}

.Boxsss {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  overflow: hidden;
}

.Boxsss:hover {
  transform: translateY(-10px);
}

.Image img {
  width: 100%;
  height: auto;
  border-bottom: 2px solid #eee;
}

.info {
  /* padding: 15px; */
  /* text-align: center; */
  color: #333;
}

.info p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5;
  padding: 10px;
}

.button {
  text-align: center;
  padding-bottom: 15px;
}

.button a {
  text-decoration: none;
  background-color: #00bfff;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.button a:hover {
  background-color: #009fdb;
}

@media (max-width: 768px) {
  .col-lg-4 {
    flex: 1 1 100%;
    margin-bottom: 20px;
  }
}
/* <<-------------------- Shop Page ------------------>>>*/
.Shop_Text {
  background-image: url(../imgs/xbanner_2_background.jpg.pagespeed.ic.4E_HslFvB8.webp);
  height: 30vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.head {
  display: flex;
  justify-content: center;
  align-items: center;
}
.head h1 {
  font-size: 35px;
  font-weight: bold;
  padding-top: 30px;
}
/*<<<----------- Product Page ------------------->>> */
.Product {
  margin-top: 15px;
}
.image_list li {
  box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
  border: solid 1px #e8e8e8;
  transition: box-shadow 0.3s;
}
.col-lg-5 .image {
  box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
  border: solid 1px #e8e8e8;
  transition: box-shadow 0.3s;
}
.product_info small {
  color: #777;
  font-size: 14px;
}
.fa-star {
  color: #ffd700;
}
.fa-star-half-alt {
  color: #ffd700;
}
.product_info p {
  color: #777;
}
.color_list li .blue {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #09c;
  margin: 3px;
}
.color_list li .Red {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: red;
  margin: 3px;
}
.color_list li .yellow {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgb(242, 246, 9);
  margin: 3px;
}
.btn-info {
  background-color: #09c !important;
  box-shadow: none !important;
}
/* <<<------------  Cart Page ------>>>>> */

.cart-container {
  width: 100%;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

thead th {
  text-align: left;
  font-size: 1.1rem;
  color: #6c757d;
  padding-bottom: 10px;
}

tbody td {
  padding: 15px 0;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}

.item-details {
  display: flex;
  align-items: center;
}

.item-details img {
  width: 50px;
  height: auto;
  margin-right: 15px;
}

.item-details div {
  display: inline-block;
}

.item-details p {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
}

.item-details small {
  font-size: 0.9rem;
  color: gray;
}

.count-control {
  display: flex;
  align-items: center;
}

.count-control input {
  width: 50px;
  text-align: center;
  padding: 5px;
  margin-right: 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
  background-color: #f8f9fa;
  color: #6c757d;
}

.count-control .edit-btn {
  background-color: #ffc107;
  color: white;
  padding: 5px 10px;
  border: none;
  border-radius: 4px;
  margin-right: 10px;
  cursor: pointer;
}

.count-control .delete-btn {
  background-color: #dc3545;
  color: white;
  padding: 5px 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.pay-now {
  border: 1px solid #28a745;
  color: #28a745;
  padding: 10px 20px;
  /* border: none; */
  background-color: white !important;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}
body {
  background-color: #f9f9f9;
  padding: 0!important;
}