@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

a {
  text-decoration: none !important;
}

li {
  list-style-type: none !important;
}

.heading1 {
  font-size: 2.5rem;
}

.bg-head {
  background-color: #f0e1a8 !important;
}

.fira {
  font-family: 'helvatica', sans-serif, cursive;
}

.roboto {
  font-family: 'helvatica', sans-serif;
  line-height: 28px;
}

.feature-h,
.feature-s {
  margin-bottom: 35px;
}

.icon {
  margin-right: 1em;
}

.icon i {
  color: #e62800;
  font-size: 22px;
  background: #efefef;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-transform: scale(1);
  transform: scale(1);
  display: block;
}

.feature-h:hover .icon i {
  border: 2px solid #003466;
  color: #003466;
  background-color: transparent;
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}

.heading2 {
  font-size: 2rem;
}

.heading3 {
  font-size: 1.75rem;
}

.heading4 {
  font-size: 1.5rem;
}

.heading5 {
  font-size: 1.25rem;
}

.heading6 {
  font-size: 1rem;
}

.pad {
  padding: 90px 0;
}

.wrdbrk {
  white-space: pre;
}

.fullpad {
  padding: 0 !important;
  margin: 0 !important;
}

.arial {
  font-family: Arial, sans-serif;
  font-weight: 600;
}

.helvetica {
  font-family: helvetica, sans-serif;
  line-height: 28px;
}

.perpetua {

  font-family: Perpetua, serif;

  font-weight: 700;

}

.futura {

  font-family: Futura, sans-serif;

}

.skew-section .skew-head:nth-child(1) {
  transform: skewY(5deg);
}

.skew-section .skew-head:nth-child(1) .skew-inner-section {
  transform: skewY(-5deg);
}

.skew-section .skew-head:last-child {
  transform: skewY(-5deg);
}

.skew-section .skew-head:last-child .skew-inner-section {
  transform: skewY(5deg);
}

.skew-section .skew-head {

  background-color: #fff1be;

  box-sizing: border-box;

  display: inline-block;

  margin: 30px 30px 0 0;

  position: relative;

  text-align: center;

  -webkit-border-radius: 5px;

  border-radius: 5px;

  box-shadow: 0 -5px 25px #e6e5e5 !important;

  width: 100%;

  padding: 30px;

  height: 280px;
}

.footlogo {
  width: 300px;
}

.services-headline {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

.services-headline .heading3 {

  font-size: 26px;

  width: 50%;

  line-height: 34px;

  font-weight: 700;

  text-transform: inherit;

  float: left;

  padding-right: 30px;

  color: #001033;

  text-align: right;
}

.services-headline p {

  width: 50%;

  float: left;

  padding-left: 30px;

  font-weight: 500;

  font-size: 17px;

  letter-spacing: 0.70px;

  color: #f00;
}

.services-headline::after {

  position: absolute;

  left: 0;

  top: 5px;

  background: #FDA12B !important;

  content: "";

  width: 3px;

  height: 90px;

  right: 0;

  margin: 0 auto;
}

.get_btn1 {

  display: inline-block;

  padding: 0px 30px;

  border: 2px solid #ff9903;

  line-height: 50px;

  background-color: #ff9903;

  font-size: 16px;

  border-radius: 50px;

  color: #000;

  font-weight: bold;

  position: relative;

  z-index: 2;

  overflow: hidden;

  -webkit-transition: color .5s;

  transition: color .5s;

  animation: tada 2s ease-in-out infinite;
}

.get_btn1:hover {
  color: #fff;
}

.get_btn1::before {

  content: "";

  position: absolute;

  z-index: -1;

  background: #c21713;

  height: 250px;

  width: 300px;

  border-radius: 50%;

  left: 50%;

  -webkit-transform: translateX(-50%);

  transform: translateX(-50%);

  bottom: 100%;

  -webkit-transition: all .7s;

  transition: all .7s;
}

.get_btn1:hover::before {
  bottom: -50px;
}

.navbar-light .navbar-nav .active>.nav-link {
  color: #db2a1b !important;
}

/* Mobile View Navbar */

.top1 {
  background: transparent linear-gradient(93deg, #f70905, #c80700) 0 0 no-repeat padding-box;
}

.iconfnt {
  font-size: 30px !important;
  color: #fb1a1a !important;
}

.bord {
  border-right: 2px solid white;
}

/**navbar**/

.navbar-toggler {
  background-color: rgb(222, 239, 133) !important;
}

.navfont {
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.navbar-light .navbar-nav .nav-link {
  color: black !important;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: red !important;
}

.navbar-light .navbar-nav .active>.nav-link {
  color: red !important;
}

.navbar-light .navbar-nav .active>.nav-link :hover {
  color: red !important;
}

.top-bg1 {
  background-color: #f00;
}

.smallfnt {
  font-size: 14px !important;
}

.marquee {
  width: 100%;
  overflow: hidden !important;
  font-size: 16px;
  line-height: 25px;
}

.clr2 {
  color: #393186;
}

.toplogo {
  width: 125px;
}

.headingclr {
  font-size: 2.5rem;
}

.topicon i {
  display: flex;
  padding: 20px;
  border-radius: 50%;
  background-color: #f00;
  margin-right: 24px;
  transition: 0.3s all;
  font-size: 27px;
  color: white;
}

.topicon i:hover {
  transform: scale(1.1);
}

/* .navbg {z-index: 1;opacity: 1;border-top: 1px solid #555555;margin-top: 15px;} */

.top1 {
  position: relative !important;
  left: -52px !important;
  top: 8px !important;
}

/* .navfnt {font-family: Perpetua, serif;font-size:24px;font-weight: 700;}

.navbar-light .navbar-nav .active > .nav-link {color: #ea1826 !important; }

.navbar-light .navbar-nav .nav-link {color: black !important;}

.nav-btn {background-color: #222222;color: #fff !important;padding: 14px 38px;line-height: 25px;font-size: 15px;text-transform: uppercase;border: none;border-radius: 3px;} */









.clr1 {

  color: red !important;

}

.headfont {

  font-size: 55px;

}

.homeparallax {

  background-image: url("../images/homeparallax.jpg");

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;

  background-attachment: fixed;

  height: auto;

  position: relative;

}

.homeparallax::before {

  background: #000 none repeat scroll 0 0;

  content: "";

  height: 100%;

  left: 0;

  opacity: 0.5;

  position: absolute;

  top: 0;

  width: 100%;

}

.counter-item {

  display: flex;

  gap: 12px;

  position: relative;

  padding: 15px 10px 15px 15px;

  border-radius: 100px;

  border: 1px dashed rgb(255, 193, 7);

  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);

  z-index: 1;

}

.counter-item::before {

  content: "";

  position: absolute;

  top: -2px;

  left: 0;

  bottom: -2px;

  width: 55%;

  border: 3px solid #fcbd24;

  border-radius: 100px 0 0 100px;

  border-right: none;

  transition: .5s all ease-in-out;

}

.counter-item .icon {

  width: 80px;

  height: 80px;

  line-height: 70px;

  font-size: 35px;

  border-radius: 50px;

  text-align: center;

  color: #fff;

  background: #fff;

}

.counter-item .icon img {

  width: 48px;

}

.counter-item .info {

  display: flex;

  gap: 2px;

}

.counter-item .counter {

  display: block;

  line-height: 1;

  color: #fff;

  font-size: 50px;

  font-weight: 900;

}

.counter-item .unit {

  font-size: 25px;

  color: #fcbd24;

  font-weight: 500;

  line-height: 1;

  margin: 3px 0 0 3px;

}

.counter-item .title {

  color: #fff;

  margin-top: 10px;

  font-size: 18px;

  font-weight: 600;

  text-transform: capitalize;

}

.btn2 {

  background-color: #F61E1E !important;

  padding: 14px 26px !important;

  border: 1px solid black !important;

  transition: .3s;

  font-size: 16px !important;

  letter-spacing: .8px;

  border-radius: 2px !important;

  text-transform: uppercase !important;

  color: white !important;

}

.btn2:hover {
  box-shadow: -5px 5px #020202;
  transition: .3s;
  border: 0 !important;
}

.row3 {
  border: 1px dotted black;
  padding: 20px;
}

.right5 {
  border-right: 1px dotted black;
  text-align: right !important;
}

.a03 {
  width: 100%;
}

.footer {
  background-image: radial-gradient(at center center, #1a1f59 0%, #1a1f59 100%);
  padding: 40px 0 20px;
}

.foottitle {

  font-weight: 700;

  font-size: 22px;

  color: #ff0;

  line-height: 2.5;

  text-transform: uppercase;



}

.detail4 i {

  width: 40px;

  height: 40px;

  line-height: 40px;

  border: 1px solid #e9e9e9;

  margin-right: 15px;

  text-align: center;

  border-radius: 2px;

  color: #ffffff !important;

  display: inline-block;

}

.text1 {

  position: relative;

  padding: 0px 0 0 68px;

  margin-top: -51px;

  color: #ffffff;

}

.cont4 {
  padding-top: 12px;
}

.snow_wrap {

  width: 100%;

  background: url("../images/abtparallax.webp");

  background-size: cover;

  background-position: center bottom;

  overflow: hidden;

  position: relative;

}

.parallax::before {

  background: #000 none repeat scroll 0 0;

  content: "";

  height: 100%;

  left: 0;

  opacity: 0.6;

  position: absolute;

  top: 0;

  width: 100%;

}

.snow {

  position: absolute;

  top: 0px;

  left: 0;

  bottom: 0;

  right: 0;

  background-image: radial-gradient(4px 4px at 100px 50px, #fff, transparent), radial-gradient(6px 6px at 200px 150px, #fff, transparent), radial-gradient(3px 3px at 300px 250px, #fff 50%, transparent), radial-gradient(4px 4px at 400px 350px, #fff 50%, transparent), radial-gradient(6px 6px at 500px 100px, #fff 50%, transparent), radial-gradient(3px 3px at 50px 200px, #fff 50%, transparent), radial-gradient(4px 4px at 150px 300px, #fff 50%, transparent), radial-gradient(6px 6px at 250px 400px, #fff 50%, transparent), radial-gradient(3px 3px at 350px 500px, #fff 50%, transparent);

  background-size: 650px 650px;

  animation: snow 5s linear infinite;

  content: "";

}

.snow::before {

  margin-left: -350px;

  opacity: 0.7;

  filter: blur(1px);

  animation-duration: 9s;

  animation-direction: reverse;

  position: absolute;

  top: -650px;

  left: 0;

  bottom: 0;

  right: 0;

  background-image: radial-gradient(4px 4px at 100px 50px, #fff, transparent), radial-gradient(6px 6px at 200px 150px, #fff, transparent), radial-gradient(3px 3px at 300px 250px, #fff 50%, transparent), radial-gradient(4px 4px at 400px 350px, #fff 50%, transparent), radial-gradient(6px 6px at 500px 100px, #fff 50%, transparent), radial-gradient(3px 3px at 50px 200px, #fff 50%, transparent), radial-gradient(4px 4px at 150px 300px, #fff 50%, transparent), radial-gradient(6px 6px at 250px 400px, #fff 50%, transparent), radial-gradient(3px 3px at 350px 500px, #fff 50%, transparent);

  background-size: 650px 650px;

  animation: snow 5s linear infinite;

  content: "";

}

.snow::after {

  margin-left: 0px;

  opacity: 0.5;

  filter: blur(2px);

  animation-duration: 6s;

  animation-direction: reverse;

  position: absolute;

  top: -650px;

  left: 0;

  bottom: 0;

  right: 0;

  background-image: radial-gradient(4px 4px at 100px 50px, #fff, transparent), radial-gradient(6px 6px at 200px 150px, #fff, transparent), radial-gradient(3px 3px at 300px 250px, #fff 50%, transparent), radial-gradient(4px 4px at 400px 350px, #fff 50%, transparent), radial-gradient(6px 6px at 500px 100px, #fff 50%, transparent), radial-gradient(3px 3px at 50px 200px, #fff 50%, transparent), radial-gradient(4px 4px at 150px 300px, #fff 50%, transparent), radial-gradient(6px 6px at 250px 400px, #fff 50%, transparent), radial-gradient(3px 3px at 350px 500px, #fff 50%, transparent);

  background-size: 650px 650px;

  animation: snow 5s linear infinite;

  content: "";

}

.smallborder2 {

  background-color: yellow;

  width: 50px;

  height: 6px;

  margin: 0px auto;

}

.btn-effect1 {

  background-color: #f40000;

  color: white !important;

  padding: 10px 22px;

  font-size: 17px;

  font-weight: bold;

  border-radius: 3px;

  transition: all 0.3s ease;

}

.btn-effect1:hover {

  box-shadow: 5px 5px 1px #eed400 !important;

}

.team-item {

  position: relative;

  text-align: center;

  border-radius: 10px;

  background: #FFEBAF;

  transition: 0.5s;

  z-index: 1;

}

.team-item .team-img {

  position: relative;

  overflow: hidden;

  top: 0px;

  border-radius: 50%;

  z-index: 3;

  border: 6px solid white;

  box-shadow: 0 5px 30px rgba(41, 41, 59, .1);

}

.team-item:hover .team-img img {

  transform: scale(1.1);

}

.team-item .team-img img {

  transition: 0.5s;

}



.team-item:hover .team-img::after {

  height: 100%;



}

.team-item .team-img::after {

  content: "";

  position: absolute;

  width: 100%;

  height: 0;

  top: 0;

  left: 0;

  border-radius: 10px;

  background: rgba(255, 255, 255, .3);

  z-index: 4;

  transition: 0.5s;

}



.team-item .team-content {

  position: relative;

  z-index: 5;

}

.team-item:hover .team-content h4 {

  color: #fff !important;

}

.team-item .team-content h4 {

  transition: 0.5s;

  color: rgb(255, 0, 0) !important;

}

.team-item:hover .team-content p {

  color: #fff !important;

}

.team-item .team-content p {

  transition: 0.5s;

  color: black !important;

}

.btn3 {

  background-color: yellow;

  color: black !important;

  padding: 10px;

  border: 1px dotted red;

}

.team-item:hover::after {

  height: 100%;

}

.team-item::after {

  content: "";

  position: absolute;

  width: 100%;

  height: 0;

  bottom: 0;

  left: 0;

  border-radius: 10px;

  background: #1F2E4E;

  z-index: 2;

  transition: 0.5s;

}

.pattern1 {

  background-image: url("../images/pattern1.webp");

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

}

.fnt40 {

  font-size: 40px;

}

.left1 {

  border-left: 3px groove #db4b4b;

  padding-left: 25px;

}

.headphone {

  font-size: 46px;

  padding: 0 13px;

}



.bgprimary1 {

  background-color: #e51d2a !important;

}







.arrow12 {

  position: absolute;

  top: -41px;

  right: -106px;

}

.ht-100 {

  height: 100px;

  padding: 5px;

}

.goal_title {

  font-size: 98px;

  color: transparent;

  -webkit-text-stroke-width: 1px;

  -webkit-text-stroke-color: #efefe9;

  position: relative;

  float: right;

  top: -26px;

}

.padd12 {

  padding: 12px;

}

.goal_content {

  font-size: 14px;

  color: rgb(0, 0, 0);

  line-height: 1.714;

  padding-left: 0px;

}

.goal_title span {

  font-size: 18px;

  color: rgb(0, 0, 0);

  line-height: 1.722;

  -webkit-text-stroke-width: 0px;

  -webkit-text-stroke-color: #fff;

  position: absolute;

  bottom: 36%;

  left: 5px;

}

.arrow-2 {

  position: absolute;

  right: -127px;

  bottom: -50px;

}





/* .slide {

  background-image: url("../images/slide.webp");

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

  padding: 60px 0px;

  background-attachment: fixed;

} */



.clr3 {

  color: #fffb00 !important;

}



.petite {

  font-variant: petite-caps;

}

.underline1 {

  width: 115px;

  border-radius: 33px;

  margin-bottom: 19px;

  height: 8px !important;

}

.toll-free-cta {

  background: white;

  display: inline-block;

  text-align: center;

  padding: 15px 45px 10px;

  position: relative;

  margin-top: 2px;

  font-size: 22px;

}

.toll-free-cta::before {

  bottom: 100%;

  left: 121px;

  border: solid transparent;

  content: " ";

  height: 0;

  width: 0;

  position: absolute;

  border-bottom-color: white;

  border-width: 20px;

}

.brdr5 {

  border-right: 1px solid white;

}

.feature-gd {

  background: white;

  height: 150px;

  margin-bottom: 10px;

  background-color: rgb(229, 229, 229, 0.4);

  border-radius: 20px;

  padding: 5px 5px;

  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.gicon,
.ricons {
  margin-right: 1em;
}

.gicon i {
  width: 40px;

  height: 40px;

  background-color: #38b000;

  border-radius: 50%;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 4%;

  font-size: 30px;

  color: white;
}

.ricons i {
  width: 40px;

  height: 40px;

  background-color: #d00000;

  border-radius: 50%;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 4%;

  font-size: 30px;

  color: white;
}

.feature-gd:hover .gicon i,
.feature-gd:hover .ricons i {
  transform: rotate(360deg);
  transition: .5s all ease;
}



.contactinfobox {

  padding: 25px 25px 0;

  background: #ffffff;

  border: 1px solid rgba(0, 0, 0, 0.27);

  text-align: center;

  height: 230px;

  transition: all 0.4s ease;

}

.contacticn {
  font-size: 40px;
  color: #ff2f17;
}

.contactinfobox:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  background-image: linear-gradient(#FDCA31, #fff);
  transition: all 0.4s ease;
}

.footlast {
  background-color: #f00 !important;
}

.underline {

  width: 245px;

}

.svg-bottom {

  position: relative;

  bottom: -3px;

}































.w0 {
  width: 0%;
}

.fixed {
  position: fixed;
  z-index: 2;
}

.priceicn {
  width: 50px;
}

.priceicn2 {
  width: 120px;
}

.point {
  bottom: 10px;
  left: 10px;
}

.point1 {
  bottom: 70px;
  left: 10px;
}

.point2 {
  bottom: 15px;
  right: 10px;
}

.blink {

  -webkit-animation: blink 1s;

  animation: blink 1s;

  -webkit-animation-iteration-count: infinite;

  animation-iteration-count: infinite;
}

@keyframes blink {

  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {

  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes snow {

  100% {

    transform: translateY(650px);

  }

}



@media (min-width:1px) and (max-width:767.98px) {

  .pad {
    padding: 40px 0;
  }

  .arrow12,
  .arrow-2 {

    right: 0;

    display: none;

  }

  .navbar-toggler {
    margin: 0px auto;
  }

  .navbar-toggler {
    margin: 0px auto;
    background-color: #a30a0a !important;
    color: white !important;
  }

  .top1 {

    position: relative !important;

    left: 0;

  }

  .three03 {
    margin-top: 30px !important;
  }

  .row3 {
    margin: 0px 0px !important;
    padding: 10px !important;
  }

  .fontt14 {
    font-size: 17px !important;
  }

  .brdr5 {

    border-right: none;

    margin-bottom: 25px;

  }

  .quantity-input {
    width: 50px !important;
  }

  .hide_small {
    display: none;
  }

  .strike {
    padding: 2px !important;
    font-size: 12px !important;
  }

  .p_name {
    width: 115px !important;
    text-align: center;
  }


}



@media (min-width:768px) and (max-width:991.98px) {

  .pad {
    padding: 40px 0;
  }

  .arrow12,
  .arrow-2 {

    right: 0;

    display: none;

  }

  .navbar-toggler {
    margin: 0px auto;
    background-color: #a30a0a !important;
    color: white !important;
  }

  .top1 {

    position: relative !important;

    left: 0;

  }





}



#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {

  position: absolute;

  left: 50%;

  top: 50%;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);
}

.notfound {
  max-width: 410px;
  width: 100%;
  text-align: center;
}

.oopslogo {
  width: 350px;
}

.notfound h2 {

  color: #000;

  font-size: 30px;

  font-weight: 700;

  text-transform: uppercase;

  margin-top: 0;

  margin-bottom: 0;
}

.notfound p {

  color: #000;

  font-size: 18px;

  font-weight: 400;

  margin-bottom: 15px;

  margin-top: 5px;
}

.notfound a {

  font-size: 14px;

  text-decoration: none;

  text-transform: uppercase;

  background: #0046d5;

  display: inline-block;

  padding: 15px 30px;

  border-radius: 40px;

  color: #fff;

  font-weight: 700;

  box-shadow: 0px 4px 15px -5px #0046d5;
}



@media only screen and (max-width: 767px) {

  .notfound .notfound-404 {
    height: 142px;
  }

}



.time-of-year {

  color: #555;

  font-size: 24px;

  margin: 100px 75px 10px 75px;

  position: relative;

  text-align: center;

  width: 200px;

  transform: translateZ(0);

  -webkit-transform: translateZ(0);
}

.time-of-year .tooltip {

  background: #db2a1b;

  border-radius: 3px;

  bottom: -49px;

  font-size: 20px;

  display: block;

  left: -67px;

  padding: 15px;

  pointer-events: none;

  position: absolute;

  width: 320px;

  height: 100px;

  -webkit-transform: translateY(10px);

  transform: translateY(10px);

  -webkit-transition: all .7s ease-out;

  transition: all .7s ease-out;
}

.time-of-year .tooltip::after {

  border-left: 10px solid transparent;

  border-right: 10px solid transparent;

  border-top: 10px solid #db2a1b;

  bottom: 58px;

  content: " ";

  position: absolute;

  left: 0%;

  margin-left: -13px;

  transform: rotate(92deg);
}

.time-of-year:hover .tooltip {

  opacity: 1;

  pointer-events: auto;

  -webkit-transform: translateY(0px);

  transform: translateY(0px);
}

@media (min-width:1px) and (max-width:767.98px) {
  .hide_small {
    display: none;
  }
}

/* ===================================================
   HEADER REDESIGN — Fireworks Theme
   =================================================== */

/* --- Top Announcement Bar --- */
.top-bg1 {
  background: linear-gradient(90deg, #0d1340 0%, #1a1f59 35%, #23297a 60%, #1a1f59 80%, #0d1340 100%) !important;
  border-bottom: 2px solid #ff9903;
  position: relative;
  overflow: hidden;
}

.top-bg1::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg,
      transparent,
      transparent 40px,
      rgba(255, 180, 0, 0.05) 40px,
      rgba(255, 180, 0, 0.05) 41px);
  pointer-events: none;
}

.top-bar-inner {
  min-height: 40px;
}

.top-offer-text {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #ffe066;
  text-transform: uppercase;
  white-space: nowrap;
}

.sparkle-icon {
  font-size: 16px;
  animation: sparkle-pulse 1.8s ease-in-out infinite alternate;
}

@keyframes sparkle-pulse {
  from {
    transform: scale(1);
    opacity: 0.8;
  }

  to {
    transform: scale(1.3);
    opacity: 1;
  }
}

/* Top contact quick buttons */
.top-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 14px;
  border-radius: 20px;
  transition: all 0.3s ease;
  text-decoration: none !important;
  white-space: nowrap;
}

.whatsapp-btn {
  background-color: #25d366;
  color: #fff !important;
  border: 1px solid #1aad55;
}

.whatsapp-btn:hover {
  background-color: #1aad55;
  box-shadow: 0 0 12px rgba(37, 211, 102, 0.6);
  color: #fff !important;
}

.call-btn {
  background-color: #ff9903;
  color: #fff !important;
  border: 1px solid #dc7a00;
}

.call-btn:hover {
  background-color: #dc7a00;
  box-shadow: 0 0 12px rgba(255, 153, 3, 0.7);
  color: #fff !important;
}

/* Marquee text in top bar */
.top-bg1 .marquee {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 13px !important;
  font-weight: 500;
  color: #fff !important;
  letter-spacing: 0.4px;
}

/* --- Main Navbar --- */
.bg-head {
  background: linear-gradient(135deg, #0d1340 0%, #1a1f59 50%, #0d1340 100%) !important;
  border-bottom: 3px solid #ff9903;
  backdrop-filter: blur(10px);
}

/* Brand / Logo area */
.navbar-brand-link {
  text-decoration: none !important;
}

.brand-wrapper {
  gap: 12px;
}

.toplogo {
  width: 130px;
  filter: drop-shadow(0 0 8px rgba(255, 150, 0, 0.4));
  transition: filter 0.3s ease, transform 0.3s ease;
}

.navbar-brand-link:hover .toplogo {
  filter: drop-shadow(0 0 14px rgba(255, 150, 0, 0.9));
  transform: scale(1.04);
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-name {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffe066;
  letter-spacing: 0.5px;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(255, 220, 0, 0.5);
}

.brand-tagline {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #ffb347;
  letter-spacing: 0.3px;
  line-height: 1.2;
}

/* --- Nav Links --- */
.navfont {
  font-family: 'Poppins', Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.nav-link-custom {
  color: #f0e0c0 !important;
  font-family: 'Poppins', Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 8px 14px !important;
  border-radius: 8px;
  letter-spacing: 0.3px;
  transition: all 0.28s ease !important;
  position: relative;
  display: flex !important;
  align-items: center;
  gap: 5px;
}

.nav-link-custom .nav-icon {
  font-size: 13px;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

.nav-link-custom:hover {
  color: #ffd54f !important;
  background: rgba(255, 153, 3, 0.18) !important;
  box-shadow: 0 0 12px rgba(255, 153, 3, 0.3);
  transform: translateY(-1px);
}

.nav-link-custom:hover .nav-icon {
  opacity: 1;
}

/* Active nav item */
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link-custom,
.nav-item.active .nav-link-custom {
  color: #ffd54f !important;
  background: linear-gradient(135deg, rgba(255, 153, 3, 0.35), rgba(253, 161, 43, 0.25)) !important;
  border-radius: 8px;
  box-shadow: 0 0 14px rgba(255, 153, 3, 0.4), inset 0 1px 0 rgba(255, 220, 100, 0.15);
}

.nav-item.active .nav-link-custom .nav-icon {
  opacity: 1;
}

/* Override Bootstrap dark link colors */
.navbar-dark .navbar-nav .nav-link {
  color: #f0e0c0 !important;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #ffe066 !important;
}

/* --- Phone Block in Navbar --- */
.nav-phone-block {
  background: rgba(255, 153, 3, 0.12);
  border: 1px solid rgba(255, 153, 3, 0.45);
  border-radius: 50px;
  padding: 6px 16px 6px 8px;
  gap: 10px;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.nav-phone-block:hover {
  background: rgba(255, 153, 3, 0.25);
  box-shadow: 0 0 14px rgba(255, 153, 3, 0.35);
}

.nav-phone-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff9903, #FDA12B);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  flex-shrink: 0;
  box-shadow: 0 0 10px rgba(255, 153, 3, 0.55);
  animation: phone-glow 2s ease-in-out infinite alternate;
}

@keyframes phone-glow {
  from {
    box-shadow: 0 0 8px rgba(255, 153, 3, 0.45);
  }

  to {
    box-shadow: 0 0 18px rgba(255, 180, 30, 0.9);
  }
}

.nav-phone-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.nav-phone-label {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: #ffb347;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 1;
}

.nav-phone-number {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.3px;
}

/* --- Mobile Toggler --- */
.custom-toggler {
  border: 2px solid #ff9903 !important;
  border-radius: 8px !important;
  background: linear-gradient(135deg, rgba(255, 153, 3, 0.18), rgba(26, 31, 89, 0.5)) !important;
  padding: 6px 12px !important;
  color: #ffd54f !important;
  font-size: 20px !important;
  transition: all 0.3s ease !important;
}

.custom-toggler:hover {
  background: linear-gradient(135deg, rgba(255, 153, 3, 0.35), rgba(26, 31, 89, 0.7)) !important;
  box-shadow: 0 0 12px rgba(255, 153, 3, 0.4) !important;
}

.custom-toggler i {
  color: #ffd54f !important;
}

/* --- Mobile Collapsed Menu --- */
@media (max-width: 991px) {
  #myNavbar {
    background: linear-gradient(180deg, #111a4d 0%, #0d1340 100%);
    border-radius: 0 0 12px 12px;
    padding: 12px 0;
    border-top: 1px solid rgba(255, 153, 3, 0.3);
  }

  .nav-link-custom {
    justify-content: center;
    border-radius: 6px !important;
    margin: 3px 12px !important;
  }

  .nav-link-custom:hover {
    transform: none !important;
  }
}