@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --font1: "Montserrat", sans-serif;
  --color1: #f2f2f2;
  --color2: #616161;
  --color3: #e05c0b;
  --color4: #ffffff;
  /* --color5:#000000; */
  --color5: #3e6689;
  --color6: #ffd800;
  --color7: #f5f5f5;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font1);
  font-weight: normal;
}
.w {
  width: 1200px;
  margin: 0 auto;
}
.fsb {
  display: flex;
  justify-content: space-between;
}
.fsa {
  display: flex;
  justify-content: space-around;
}
.fcc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.e1 {
  text-align: center;
}
.df {
  display: flex;
  flex-direction: column;
}
.d {
  display: flex;
}
.ac {
  align-items: center;
}
.dajt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
a:focus,
button:focus,
textarea:focus,
input:focus {
  outline: none;
}
button {
  cursor: pointer;
  background: none;
  border: none;
}
a {
  text-decoration: none;
}

/* common  */

p {
  font-size: 14px;
  color: var(--color2);
  font-weight: 500;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 18px;
  font-weight: 500;
}
.hhh1 {
  color: var(--color3);
  font-weight: 600;
  margin-bottom: 10px;
}
.btn {
  display: inline-block;
  background-color: var(--color3);
  color: var(--color4);
  text-decoration: none;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 3px;
  transition: background-color 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.btn:hover {
  background-color: var(--color5);
}

.ko1 {
  color: red;
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}

/* header  */
#d1 {
  background-color: var(--color1);
  padding: 10px 0;
}
.i5 {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.i123 {
  width: 10px;
}
.s1 {
  font-weight: 500;
}
.p1 {
  column-gap: 3px;
}
.d2 {
  column-gap: 25px;
}
#i1 {
  /* width: 200px; */
  width: 175px;
}
#i2 {
  width: 25px;
  height: 25px;
}
.a2 {
  font-size: 14px;
  color: var(--color2);
  font-weight: 500;
}
#in1 {
  height: 45px;
  padding-left: 20px;
  border: 2px solid var(--color3);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: 600;
  width: 90%;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
#bt1 {
  height: 45px;
  background-color: var(--color3);
  color: var(--color4);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: auto;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
#f1 {
  display: flex;
  width: inherit;
  justify-content: center;
}
.i3 {
  width: 28px;
  height: 28px;
}
.d3 {
  column-gap: 25px;
  padding-right: 10px;
}
.d4 {
  position: relative;
}
.s1 {
  position: absolute;
  top: -11px;
  right: -15px;
  padding: 2px;
  background-color: var(--color3);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  color: var(--color4);
  font-size: 12px;
}
.d5 {
  /* padding: 25px 0; */
  padding: 8px 0;
}
.i4 {
  width: 15px;
  height: 15px;
}
.d6 {
  width: 230px;
  background-color: var(--color4);
  height: 42px;
  padding: 0 8px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
.d7 {
  background-color: var(--color5);
  padding: 5px 0;
}
.s2 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.d8 {
  width: 230px;
  background-color: var(--color6);
  border-radius: 5px;
  color: var(--color5);
}
.s3 {
  font-weight: 600;
}
.a1 {
  color: var(--color4);
  font-weight: 600;
}
.n1 {
  column-gap: 50px;
  align-items: center;
}
#category-dropdown {
  display: none;
  position: absolute;
  z-index: 10;
  min-width: 230px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  /* background-color: black; */
  background-color: var(--color5);
  row-gap: 10px;
  padding: 10px 20px;
}

#category-dropdown.show {
  display: flex;
  flex-direction: column;
}
#d10 {
  display: none;
}
#category-dropdown > a {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
#category-dropdown li {
  list-style: none;
}
.d11 {
  width: 100%;
  align-items: center;
  padding: 0 100px;
}

.n1.mobile-show {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: var(--color5);
  z-index: 99;
  padding: 20px 0;
  row-gap: 30px;
}
#category-dropdown ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  color: var(--color4);
  font-weight: 600;
}

#category-dropdown li.has-submenu {
  position: relative;
}

.submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 220px;
  /* background: black; */
  background: var(--color5);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  z-index: 100;
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 1px solid white;
}

#category-dropdown li.has-submenu:hover > .submenu {
  display: block;
}

.submenu li a {
  color: #555;
  font-size: 0.9em;
}

.submenu li a:hover {
  background-color: var(--color3);
}

#category-dropdown ul li a:hover {
  background-color: var(--color3);
}
#search-toggle {
  display: none; /* Hide on desktop */
  cursor: pointer;
  /* You may need to adjust the width/height if using a different image than .i3 */
}

/* footer  */
.copyright {
  text-align: center;
}
#in10 {
  height: 45px;
  padding-left: 20px;
  border: 2px solid var(--color6);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: 600;
  width: 80%;
}
#bt10 {
  height: 45px;
  background-color: var(--color6);
  color: var(--color5);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 20%;
}
#i100 {
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.d100 {
  width: 48%;
}
#subscribe {
  width: 48%;
  display: flex;
}
#d101 {
  background-color: var(--color5);
  padding: 30px 0;
}
.hhh100 {
  color: var(--color4);
  font-weight: 600;
}
.p100 {
  color: var(--color4);
}
.d103 {
  width: 35%;
  border-right: 1px solid var(--color2);
  padding-right: 10px;
}
.d104 {
  width: 62%;
}
.d105 {
  width: 33%;
}
#i101 {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.s100 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 5px;
  display: inline-block;
}
.p101 {
  color: #000000;
  padding: 20px 0;
}
.i103 {
  width: 14px;
  height: 14px;
}
.d107 {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--color1);
}
.d106 {
  flex-direction: column;
  display: flex;
  row-gap: 7px;
}
.hhhh1 {
  margin-bottom: 20px;
}
.d106 > a {
  font-size: 14px;
  color: var(--color5);
  font-weight: 500;
}
.d106 > a > img {
  width: 10px;
  height: 10px;
  margin-right: 3px;
}
#d108 {
  column-gap: 15px;
}
.d109 {
  padding: 20px 0;
}
#d102 {
  padding: 60px 0;
}
#d110 {
  padding: 20px 0;
  border-top: 1px solid var(--color2);
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;

  background-color: rgba(224, 92, 11, 0.9);

  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
  transition: background-color 0.3s;
}

.i154 {
  width: 20px;
  height: 20px;
}
#d113 {
  text-align: center;
  column-gap: 50px;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
.a100 {
  font-size: 14px;
  color: var(--color2);
  font-weight: 500;
}
.whatsapp-fixed-button {
  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 1000;

  display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 50%;

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);

  transition: background-color 0.3s, transform 0.2s;
}
.whatsapp-icon-img {
  width: 50px;
  height: 50px;
}
.whatsapp-fixed-button:hover {
  background-color: #128c7e;
  transform: scale(1.05);
}

.hotline {
  text-decoration: none;
  color: #000000;
}

#msg {
  width: 50%;
}

/* responsive  */

@media screen and (max-width: 1240px) {
  .w {
    width: 96%;
    margin: 0 auto;
  }
  /* footer  */
  #in10 {
    width: 70%;
  }
  #bt10 {
    width: 30%;
  }
  .d100 {
    align-items: center;
  }

  /* header  */
  .d9 {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
  }
}

@media screen and (max-width: 992px) {
  /* footer  */
  .d111 {
    flex-direction: column;
  }
  .d100 {
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
  }
  #subscribe {
    width: 60%;
  }
  .d112 {
    flex-wrap: wrap;
  }
  .d103 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-right: none;
  }
  .d104 {
    width: 100%;
    margin-top: 40px;
  }
  .d105 {
    width: 25%;
  }

  /* header  */
  #d10 {
    display: flex;
    align-items: center;
  }
  .d7 {
    position: relative;
  }
  .n1 {
    position: absolute;
    width: 96%;
    flex-direction: column;
    top: 52px;
    background-color: var(--color5);
    padding: 20px 0;
    row-gap: 25px;
    display: none;
  }
  .d11 {
    padding: 0 80px;
  }

  #msg {
    width: 95%;
  }
}

@media screen and (max-width: 768px) {
  /* footer  */
  #subscribe {
    width: 75%;
  }
  .d105 {
    width: 32%;
  }

  /* header  */
  .d11 {
    flex-direction: column-reverse;
    align-items: end;
    row-gap: 10px;
  }
  .d5 {
    padding: 20px 0;
  }
  #bt1 {
    padding: 0px;
    width: 15%;
  }
  .d11 {
    padding: 0 40px;
  }
}

@media screen and (max-width: 630px) {
  /* footer  */
  .d104 {
    flex-direction: column;
    align-items: center;
    margin-top: 0px;
  }
  .d105 {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
  .d109 {
    flex-direction: column;
    align-items: center;
  }
  #d110 {
    text-align: center;
  }
  #d102 {
    padding: 40px 0;
    border-top: 1px solid var(--color2);
  }
  #subscribe {
    width: 100%;
  }
  #in10 {
    width: 60%;
  }
  #bt10 {
    width: 40%;
  }
  .d100 {
    flex-direction: column;
    text-align: center;
  }
  #myBtn {
    padding: 12px;
  }
  .i154 {
    width: 18px;
    height: 18px;
  }
  .whatsapp-icon-img {
    width: 42px;
    height: 42px;
  }
  #d101 {
    display: none;
  }

  /* header  */
  .d5 {
    padding: 10px 0;
  }
  #i1 {
    width: 130px;
  }
  .p4 {
    display: none;
  }

  .d13 {
    flex-direction: column;
  }
  .n1 {
    top: 109px;
  }
  .d8 {
    height: 42px;
    margin-top: 10px;
  }
  #i2 {
    position: absolute;
    right: 10px;
    top: 40%;
  }
  .d7 {
    padding-bottom: 10px;
  }
  .p2,
  .p3 {
    display: none;
  }
  .p4 {
    text-align: center;
    display: none;
  }
  #d113 {
    column-gap: 20px;
  }
  #in1,
  #bt1 {
    height: 35px;
  }
  .d9 {
    row-gap: 0px;
  }
  #i1 {
    width: 120px;
  }

  .d11 {
    padding: 0 10px;
  }

  #f1 {
    display: none;
    position: absolute;
    width: 90%;
    top: 93%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    padding: 5px 0;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
  }

  #f1.search-active {
    display: flex;
  }

  #f1.search-active #in1 {
    width: 100%;
    border-radius: 25px 0 0 25px;
  }

  #f1.search-active #bt1 {
    padding: 0 15px;
    border-radius: 0 25px 25px 0;
  }

  #search-toggle {
    display: block;
  }

  .d5 {
    padding: 8px 10px;
    position: relative;
  }

  #i1 {
    width: 120px;
  }

  .d3 {
    column-gap: 15px;
  }
}

@media screen and (max-width: 400px) {
  .i3 {
    width: 22px;
    height: 22px;
  }
  #f1 {
    width: 100%;
  }
  #d113 {
    flex-direction: column;
    row-gap: 10px;
  }
}
