* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
}
.container {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
a {
  color: #B9D6C9;
}
a:hover {
  color: #B9D6C9;
}
h1,
h2 {
  font-weight: 700;
}
h3 {
  font-weight: 700;
  color: #B9D6C9;
}
h4,
h5 {
  font-weight: 600;
}
h6 {
  font-weight: 500;
}
.white {
  color: #ffffff !important;
}
.black {
  color: #000000;
}
.navbar {
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  min-height: 50px;
  line-height: 50px;
  background: transparent;
  z-index: 1030;
}
.navbar .container {
  position: relative;
}
.navbar .active {
  color: #B9D6C9 !important;
}
.navbar .navbar-brand {
  position: absolute;
  top: -33px;
  left: 15px;
}
.navbar .navbar-brand img {
  max-width: 140px;
  height: auto;
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}
.nav-scroll .navbar-brand img {
  filter: none;
}
.navbar .nav-item {
  margin: 0 5px;
  padding: 0;
}
.navbar .nav-item a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  padding: 10px 15px;
  display: block;
  transition: all 0.3s ease;
}
.navbar .nav-item a:hover {
  color: #B9D6C9;
}
.navbar .nav-link {
  position: relative;
  padding: 0;
}
.navbar .navbar-toggler {
  cursor: pointer;
  padding: 8px 10px;
  border: 2px solid #fff;
  border-radius: 5px;
  min-width: 44px;
  min-height: 44px;
  -webkit-tap-highlight-color: transparent;
}
.navbar .navbar-toggler span {
  color: #fff;
}
.navbar-style2 .active:after,
.navbar-style2 .nav-link:after {
  display: none;
}
.nav-scroll {
  background: #fff;
  -webkit-box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
  box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.nav-scroll .navbar-nav > li > a {
  color: #000000;
}
.nav-scroll .navbar-brand img {
  max-width: 110px;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.nav-scroll .navbar-toggler {
  cursor: pointer;
}
.nav-scroll .navbar-toggler span {
  color: #333;
}
.nav-scroll .nav-link:hover:after {
  background-color: #2388ed;
}
.nav-scroll .active {
  position: relative;
}
.banner {
  background: #B9D6C9;
  background: linear-gradient(to left, #B9D6C9, #000000);
  padding: 100px 0px;
  position: relative;
  overflow: hidden;
}
.banner::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(images/pattern.png);
}
.banner a.weblink {
  color: #ffffff;
  border-bottom: 1px dotted #ffffff;
}
.banner a:hover {
  text-decoration: none;
}
.svg-wave {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.banner-text {
  padding-right: 80px;
  margin: 50px 0px 0px;
}
.banner-text p {
  margin: 40px 0px;
  line-height: 1.6;
}
.banner-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.banner-text ul li {
  display: inline-block;
  margin: 0px 10px 10px 0px;
}
.banner-text ul li a {
  display: block;
}
.banner-text ul li a img {
  width: 150px;
  border-radius: 7px;
  max-width: 100%;
}
.prelative {
  position: relative;
}
.section-padding {
  padding: 80px 0px;
}
.sectioner-header {
  width: 69%;
  margin: 0 auto;
}
.sectioner-header h3 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.line {
  height: 3px;
  width: 60px;
  background: linear-gradient(90deg, #B9D6C9, #7fb3a0);
  display: block;
  margin: 25px auto 25px;
  border-radius: 3px;
}
.line::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 150px;
  height: 2px;
  border-bottom: 2px dashed rgba(185, 214, 201, 0.3);
  margin-left: -75px;
}
.sectioner-header p {
  color: #6b7280;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
}
.section-content {
  margin-top: 80px;
}
.icon-box {
  margin-bottom: 50px;
  padding: 0 15px;
}
.icon-box i {
  display: block;
  position: relative;
  width: 135px;
  height: 135px;
  border-radius: 100px;
  background: #B9D6C9;
  background: linear-gradient(to left, #B9D6C9, #000000);
  color: #ffffff;
  font-size: 50px;
  line-height: 135px;
  margin: 0 auto;
  transition: transform 0.3s ease;
}
.icon-box:hover i {
  transform: scale(1.05);
}
.icon-box h5 {
  margin-top: 30px;
  font-size: 18px;
}
.icon-box p {
  color: #818992;
  font-size: 14px;
  width: 80%;
  margin: 0 auto;
  line-height: 1.6;
}
.about-btn {
  color: #B9D6C9;
  padding: 10px 40px;
  border: 2px solid #B9D6C9;
  border-radius: 7px;
  margin-top: 30px;
  display: inline-block;
  font-size: 18px;
  min-height: 44px;
  line-height: 24px;
  transition: all 0.3s ease;
  -webkit-tap-highlight-color: transparent;
}
.about-btn:hover {
  background: #B9D6C9;
  color: #000000;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(185, 214, 201, 0.3);
}
.feature {
  background: #fafbfc;
  border-top: 1px solid #f0f0f0;
}
.feature {
  background: #fafbfc;
  border-top: 1px solid #f0f0f0;
}
.feature .section-content {
  margin-top: 60px;
}
.feature .row {
  align-items: center;
}
.video-section {
  background: url(images/video-bg.jpg) no-repeat fixed center;
  background-size: cover;
  overflow: hidden;
}
.video-overlay {
  background: linear-gradient(to left, #B9D6C9, #000000);
}
.video-section h3 {
  font-weight: 600;
  font-size: 38px;
}
.video-section i {
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  background: #ffffff;
  color: #B9D6C9;
  font-size: 30px;
  line-height: 70px;
  margin: 0 auto;
  cursor: pointer;
}
.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-content: center !important;
  -ms-flex-line-pack: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.video-popup .video-src {
  position: relative;
  width: 700px;
  max-width: 90%;
  margin: 0 auto;
}
.video-popup .iframe-src {
  width: 100%;
  height: 0;
  padding-top: 56.3%;
  position: relative;
  display: none;
}
.video-popup .iframe-src iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-image-section {
  width: 100%;
  overflow: hidden;
  max-height: 600px;
}
.banner-full-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .banner-image-section {
    max-height: 400px;
  }
}

@media screen and (max-width: 576px) {
  .banner-image-section {
    max-height: 300px;
  }
}
.promo-banner {
  background: #dce8e3;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.promo-overlay {
  position: relative;
  z-index: 2;
}
.promo-card {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 30px;
  padding: 60px 50px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}
.service-icons-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 20px;
}
.service-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.service-icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background: linear-gradient(135deg, #B9D6C9 0%, #a8cabb 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(185, 214, 201, 0.3);
  transition: all 0.3s ease;
}
.service-icon:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(185, 214, 201, 0.4);
}
.service-icon i {
  font-size: 32px;
  color: #ffffff;
}
.service-icon-item span {
  font-size: 13px;
  color: #5a5a5a;
  font-weight: 500;
}
.promo-content {
  text-align: left;
  padding-left: 30px;
}
.promo-title-new {
  font-size: 38px;
  font-weight: 400;
  color: #2d2d2d;
  margin-bottom: 20px;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.promo-title-new strong {
  font-weight: 700;
  color: #000000;
}
.promo-subtitle {
  font-size: 17px;
  color: #6b7280;
  margin-bottom: 35px;
  line-height: 1.6;
}
.promo-cta-btn {
  display: inline-block;
  background: #B9D6C9;
  color: #ffffff;
  padding: 16px 40px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(185, 214, 201, 0.3);
}
.promo-cta-btn:hover {
  background: #a8cabb;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(185, 214, 201, 0.4);
  color: #ffffff;
  text-decoration: none;
}
.single-feature {
  margin-bottom: 35px;
  margin-top: 0px;
  background: #ffffff;
  padding: 30px 25px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: none;
  position: relative;
  overflow: hidden;
}
.single-feature::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #B9D6C9, #000000);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.single-feature:hover::before {
  opacity: 1;
}
.single-feature:hover {
  box-shadow: 0 20px 60px rgba(185, 214, 201, 0.25);
  transform: translateY(-8px);
}
.single-feature h5 {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 15px;
  letter-spacing: -0.3px;
}
.media-right-margin {
  margin-right: 20px;
}
.single-feature p {
  font-size: 14px;
  color: #5a5a5a;
  line-height: 1.7;
  font-weight: 400;
}
.icon-border {
  background: linear-gradient(135deg, #B9D6C9 0%, #7fb3a0 100%);
  border-radius: 16px;
  padding: 0;
  box-shadow: 0 8px 20px rgba(185, 214, 201, 0.3);
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.single-feature:hover .icon-border {
  transform: scale(1.05);
  box-shadow: 0 12px 30px rgba(185, 214, 201, 0.4);
}
.icon-border span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  color: #ffffff;
  background: transparent;
  font-size: 24px;
  border: none;
}
.team {
  background: #fafafa;
  border-top: 1px solid #e4e4e4;
}
.team-detail {
  margin-top: 40px;
}
.team-detail img {
  border-radius: 50%;
  width: 70%;
}
.team-detail h4 {
  color: #B9D6C9;
  margin-top: 20px;
  font-size: 17px;
  margin-bottom: 0px;
}
.testimonial {
  background: #B9D6C9;
  background: linear-gradient(to left, #B9D6C9, #000000);
  padding: 100px 0px;
  position: relative;
}
.testimonial::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(images/pattern.png);
}
.bx-prev {
  left: -90px !important;
  background: url(images/arrow-left.png) no-repeat !important;
  background-size: auto auto !important;
  background-size: 100% 100% !important;
}
.bx-next {
  right: -90px !important;
  background: url(images/arrow-right.png) no-repeat !important;
  background-size: auto auto !important;
  background-size: 100% 100% !important;
}
.bx-wrapper {
  border: none !important;
  background: rgba(255, 255, 255, 0.81) !important;
  border-radius: 5px !important;
  box-shadow: none !important;
}
.slider-item {
  padding: 20px;
}
.slider .test-img img {
  border: 12px solid #fff;
  border-radius: 50%;
  width: 100%;
  height: auto;
}
.test-img {
  float: left;
  width: 20%;
  margin-right: 5%;
}
.test-text {
  float: left;
  width: 75%;
}
.slider .title {
  display: block;
  position: relative;
  margin: 0 0 20px;
  font-size: 1.125em;
  line-height: 1.25;
}
.slider .title span {
  display: block;
  font-size: 1.5em;
  font-weight: 700;
}
.faq {
  background: #fafafa;
  border-bottom: 1px solid #e4e4e4;
}
.faq-content {
  margin: 20px 0px;
}
.faq-content h4 {
  font-weight: 400;
  font-size: 20px;
}
.faq-content p {
  color: #818992;
  font-weight: 300;
  margin-top: 15px;
}
#contact_form .form-input {
  border: 1px solid #e4e4e4;
}
input {
  height: 42px;
  padding: 0 1rem;
  background: #fff;
  border-color: #B9D6C9;
  border-radius: 30px;
  margin-bottom: 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0;
  font-size: 14px;
  width: 100%;
}
#contact_form textarea {
  resize: none;
  padding: 1rem;
  height: 150px;
  background: #fff;
  border: 0;
  border-radius: 30px;
  margin-bottom: 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-grad {
  padding: 0.7rem 2rem;
  display: inline-block;
  color: #fff;
  border-radius: 2rem;
  border: 0;
  background: #B9D6C9;
  background: linear-gradient(to left, #B9D6C9, #000000);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  min-height: 44px;
  -webkit-tap-highlight-color: transparent;
}
.btn-grad:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(185, 214, 201, 0.4);
}
.btn-grad:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}
#form-message {
  padding: 15px;
  border-radius: 8px;
  font-size: 14px;
  animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}
.contact-info {
  padding: 2rem 2rem 1rem;
  border-radius: 8px;
  background: #B9D6C9;
  background: linear-gradient(to left, #B9D6C9, #000000);
}
.contact-item {
  margin: 23px 0px;
}
.contact-item i {
  font-size: 20px;
}
.contact-item p {
  line-height: 20px;
  margin: 0;
}
.download {
  background: #B9D6C9;
  background: linear-gradient(to left, #B9D6C9, #000000);
  padding: 100px 0px;
  position: relative;
}
.download::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(images/pattern.png);
}
.download ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.download ul li {
  display: inline-block;
  margin: 0px 10px 10px 0px;
}
.download ul li a {
  display: block;
}
.download ul li a img {
  width: 150px;
  border-radius: 7px;
  max-width: 100%;
}
.footer-copy {
  background: #ffffff;
  color: #242424;
  font-size: 13px;
  text-align: center;
  padding: 15px 0px;
}
.footer-copy p {
  margin-bottom: 0px;
}
@media all and (max-width: 991px) {
  .navbar .navbar-collapse {
    overflow: auto;
    background: #B9D6C9;
    color: #fff !important;
    text-align: center;
    padding: 10px 0;
    margin-top: 10px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }
  .nav-scroll .navbar-collapse {
    background: #fff !important;
  }
  .nav-scroll .navbar-collapse .nav-item a {
    color: #000 !important;
  }
  #contact_form {
    margin-bottom: 20px;
  }
  .banner-text {
    padding-right: 0;
  }
  .sectioner-header {
    width: 85%;
  }
  .icon-box p {
    width: 95%;
  }
}
@media all and (max-width: 768px) {
  .nav-scroll .navbar-brand img,
  .navbar-brand img {
    max-width: 90px;
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
  }
  .navbar .navbar-brand {
    position: absolute;
    top: 8px;
    left: 10px;
  }
  .banner {
    padding: 80px 0 60px;
  }
  .banner-text {
    padding-right: 0px;
    margin: 10px 0px 0px;
  }
  .phone-flip-container {
    margin-top: 30px;
    text-align: center;
  }
  .phone-flip {
    max-width: 280px;
    margin: 0 auto;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 23px;
  }
  .section-padding {
    padding: 40px 0px;
  }
  .banner-text p {
    margin: 25px 0px;
    font-size: 14px;
  }
  .banner-text ul li a img {
    width: 140px;
    border-radius: 7px;
  }
  .sectioner-header {
    width: 90%;
  }
  .sectioner-header p {
    font-size: 14px;
  }
  .about-btn {
    padding: 5px 30px;
    margin-top: 0px;
    font-size: 16px;
  }
  .single-feature {
    margin-bottom: 25px;
    margin-top: 0px;
    padding: 25px 20px;
    border-radius: 16px;
  }
  .team-detail {
    margin-top: 20px;
  }
  .team-detail img {
    width: 50%;
  }
  .bx-controls {
    display: none;
  }
  .bx-wrapper {
    margin: 0px 20px !important;
  }
  .slider .test-img img {
    margin: 0 auto;
  }
  .test-img {
    float: none;
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }
  .test-text {
    float: none;
    width: 100%;
    text-align: center;
  }
  .section-content {
    margin-top: 40px;
  }
  .faq-content {
    margin: 10px 0px;
  }
  .faq-content h4 {
    font-size: 16px;
  }
  .faq-content p {
    font-size: 13px;
  }
  #contact_form {
    margin-bottom: 20px;
  }
  .contact-item {
    font-size: 12px;
  }
  .download ul li a img {
    width: 120px;
  }
  .footer-copy p {
    font-size: 10px;
  }
  .video-section h3 {
    font-size: 28px;
  }
  .promo-banner {
    padding: 60px 0;
  }
  .promo-card {
    padding: 40px 30px;
    border-radius: 20px;
  }
  .promo-content {
    padding-left: 0;
    text-align: center;
    margin-top: 30px;
  }
  .promo-title-new {
    font-size: 28px;
    line-height: 1.3;
  }
  .promo-subtitle {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .service-icons-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    padding: 10px;
  }
  .service-icon {
    width: 70px;
    height: 70px;
  }
  .service-icon i {
    font-size: 28px;
  }
  .contact-info {
    margin-top: 30px;
  }
}

@media all and (max-width: 576px) {
  .navbar .navbar-brand img {
    max-width: 75px;
  }
  .navbar .navbar-brand {
    top: 8px;
    left: 10px;
  }
  .banner {
    padding: 70px 0 50px;
  }
  .phone-flip-container {
    margin-top: 25px;
  }
  .phone-flip {
    max-width: 250px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  h6 {
    font-size: 14px;
  }
  .banner-text p {
    font-size: 13px;
  }
  .banner-text ul li {
    display: block;
    margin: 10px auto;
    text-align: center;
  }
  .banner-text ul li a img {
    width: 160px;
  }
  .section-padding {
    padding: 30px 0;
  }
  .sectioner-header {
    width: 95%;
  }
  .icon-box i {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 40px;
  }
  .icon-box h5 {
    font-size: 16px;
    margin-top: 20px;
  }
  .icon-box p {
    font-size: 13px;
    width: 100%;
  }
  .about-btn {
    padding: 8px 25px;
    font-size: 14px;
  }
  .video-section h3 {
    font-size: 24px;
  }
  .video-section i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
  }
  .promo-banner {
    padding: 50px 0;
  }
  .promo-card {
    padding: 30px 20px;
  }
  .promo-title-new {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .promo-subtitle {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .promo-cta-btn {
    padding: 14px 30px;
    font-size: 15px;
  }
  .service-icons-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .service-icon {
    width: 60px;
    height: 60px;
  }
  .service-icon i {
    font-size: 24px;
  }
  .service-icon-item span {
    font-size: 12px;
  }
  .single-feature {
    padding: 22px 18px;
    border-radius: 16px;
  }
  .single-feature h5 {
    font-size: 16px;
  }
  .single-feature p {
    font-size: 13px;
  }
  .icon-border {
    width: 55px;
    height: 55px;
    border-radius: 12px;
  }
  .icon-border span {
    font-size: 20px;
    border-radius: 12px;
  }
  .media-right-margin {
    margin-right: 16px;
  }
  .team-detail img {
    width: 60%;
  }
  .team-detail h4 {
    font-size: 16px;
  }
  .test-img {
    width: 150px;
    height: 150px;
  }
  .slider .title {
    font-size: 1em;
  }
  .slider .title span {
    font-size: 1.2em;
  }
  .faq-content h4 {
    font-size: 15px;
  }
  .faq-content p {
    font-size: 12px;
  }
  input {
    height: 40px;
    font-size: 13px;
  }
  #contact_form textarea {
    height: 120px;
    font-size: 13px;
  }
  .btn-grad {
    padding: 0.6rem 1.5rem;
    font-size: 13px;
  }
  .contact-info {
    padding: 1.5rem 1rem 0.5rem;
  }
  .contact-item {
    margin: 15px 0;
    font-size: 11px;
  }
  .contact-item i {
    font-size: 16px;
  }
  .download ul li a img {
    width: 140px;
  }
  .footer-copy p {
    font-size: 9px;
  }
  .orders-container {
    margin-top: 20%;
    padding: 20px;
  }
  .order-details h2 {
    font-size: 20px;
  }
  .pay-heading {
    font-size: 20px;
  }
}

@media all and (max-width: 400px) {
  .navbar .navbar-brand img {
    max-width: 65px;
  }
  .navbar .navbar-brand {
    top: 10px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  .banner-text ul li a img {
    width: 140px;
  }
  .icon-box i {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 35px;
  }
  .download ul li a img {
    width: 120px;
  }
  .video-section h3 {
    font-size: 20px;
  }
}

.orders-container {
  max-width: 500px;
  width: 90%;
  margin: 100px auto;
  padding: 50px;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: center;
  position: relative;
  margin-top: 10%;
}

.order-info {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.order-details {
  text-align: left;
  max-width: 70%;
  flex: 1;
  word-wrap: break-word;
}

.order-details h2 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #B9D6C9;
}

.pay-heading {
  margin-top: 0;
  color: #B9D6C9;
  margin-bottom: 30px;
}

.order-info img {
  max-width: 250px;
  max-height: 250px;
  object-fit: cover;
  margin-right: 20px;
  border-radius: 8px;
  flex-shrink: 0;
}

.button-pay-now {
  background-color: #4caf50;
  border: none;
  color: white;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-top: 20px;
  cursor: pointer;
  border-radius: 4px;
  width: 100%;
  max-width: 100px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

.button-pay-now:hover {
  background-color: #45a049;
}
.loader-screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80vh;
  font-size: 1.2rem;
}

.loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 1s linear infinite;
  margin-bottom: 10px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 768px) {
  .orders-container {
    padding: 15px;
    margin-top: 15%;
  }

  .order-info {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-details {
    max-width: 100%;
    margin-top: 15px;
  }

  .order-info img {
    max-width: 100%;
    max-height: 200px;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .button-pay-now {
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 576px) {
  .orders-container {
    padding: 20px;
    margin-top: 20%;
  }
  
  .order-details h2 {
    font-size: 20px;
  }
  
  .pay-heading {
    font-size: 20px;
  }
  
  .order-info img {
    max-height: 180px;
  }
  
  .button-pay-now {
    font-size: 14px;
    padding: 14px 20px;
  }
}

@media screen and (max-width: 400px) {
  .orders-container {
    padding: 15px;
    margin-top: 25%;
  }
  
  .order-details h2 {
    font-size: 18px;
  }
  
  .pay-heading {
    font-size: 18px;
  }
}


/* Phone Flip Animation */
.phone-flip-container {
  perspective: 1000px;
  display: inline-block;
  width: 100%;
}

.phone-flip {
  transition: transform 0.6s ease-in-out;
  transform-style: preserve-3d;
}

.phone-flip.flipping {
  transform: rotateY(180deg);
}

/* Feature Slideshow Styles */
.feature-slide {
  display: none;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.feature-slide.active {
  display: block;
  opacity: 1;
}

.feature-slide-title {
  transition: opacity 0.5s ease-in-out;
  margin-top: 10px;
  color: #B9D6C9;
  font-weight: 600;
}

/* WhatsApp Float Button */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 30px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.whatsapp-float:hover {
  background-color: #128c7e;
  transform: scale(1.1);
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4);
  color: #FFF;
}

.whatsapp-icon {
  margin-top: 0;
  line-height: 60px;
}

/* Pulse animation for WhatsApp button */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.whatsapp-float {
  animation: pulse 2s infinite;
}

.whatsapp-float:hover {
  animation: none;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .whatsapp-float {
    width: 55px;
    height: 55px;
    bottom: 20px;
    right: 20px;
    font-size: 26px;
  }
  
  .whatsapp-icon {
    line-height: 55px;
  }
}

@media screen and (max-width: 576px) {
  .whatsapp-float {
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
    font-size: 24px;
  }
  
  .whatsapp-icon {
    line-height: 50px;
  }
}

/* Testimonials Section */
.testimonial-slider {
  position: relative;
  margin: 40px 0;
}

.testimonial-item {
  display: none;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  padding: 20px;
}

.testimonial-item.active {
  display: block;
  opacity: 1;
}

.testimonial-image {
  text-align: center;
  padding: 20px;
}

.testimonial-image img {
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  height: auto;
}

.testimonial-content {
  padding: 30px;
}

.testimonial-content h4 {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}

.testimonial-role {
  font-size: 16px;
  color: #B9D6C9;
  font-weight: 600;
  margin-bottom: 20px;
}

.testimonial-text {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  font-style: italic;
  position: relative;
  padding-left: 30px;
}

.testimonial-text:before {
  content: '"';
  font-size: 60px;
  color: #B9D6C9;
  position: absolute;
  left: -10px;
  top: -10px;
  font-family: Georgia, serif;
}

.testimonial-nav {
  margin-top: 30px;
}

.testimonial-prev,
.testimonial-next {
  background-color: #B9D6C9;
  border: none;
  color: #000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  margin: 0 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.testimonial-prev:hover,
.testimonial-next:hover {
  background-color: #a0c4b5;
  transform: scale(1.1);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.testimonial-prev:focus,
.testimonial-next:focus {
  outline: none;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .testimonial-content {
    padding: 20px 10px;
    text-align: center;
  }
  
  .testimonial-content h4 {
    font-size: 22px;
  }
  
  .testimonial-text {
    font-size: 15px;
    padding-left: 20px;
    line-height: 1.6;
  }
  
  .testimonial-image {
    margin-bottom: 20px;
  }
  
  .testimonial-image img {
    max-width: 280px;
    margin: 0 auto;
  }
  
  .testimonial-prev,
  .testimonial-next {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
}

@media screen and (max-width: 576px) {
  .testimonial-content h4 {
    font-size: 20px;
  }
  
  .testimonial-role {
    font-size: 14px;
  }
  
  .testimonial-text {
    font-size: 14px;
    padding-left: 15px;
  }
  
  .testimonial-image img {
    max-width: 240px;
  }
  
  .testimonial-prev,
  .testimonial-next {
    width: 40px;
    height: 40px;
    font-size: 14px;
    margin: 0 5px;
  }
}

/* Contact Section Improvements */
.contact-form-wrapper {
  background: #ffffff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.contact-info-card {
  background: linear-gradient(135deg, #B9D6C9 0%, #a0c4b5 100%);
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  height: 100%;
  color: #000;
}

.contact-card-title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
  text-align: center;
}

.contact-item {
  margin-bottom: 30px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.contact-item:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateX(5px);
}

.contact-item i {
  font-size: 24px;
  color: #000;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin-right: 15px;
}

.contact-label {
  font-size: 12px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-value {
  font-size: 15px;
  color: #000;
  margin: 0;
  font-weight: 500;
}

.contact-link {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-link:hover {
  color: #333;
  text-decoration: underline;
}

.form-input {
  padding: 15px 20px;
  margin-bottom: 20px;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  font-size: 15px;
  transition: all 0.3s ease;
  background: #f9f9f9;
}

.form-input:focus {
  outline: none;
  border-color: #B9D6C9;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(185, 214, 201, 0.1);
}

.btn-grad {
  background: linear-gradient(135deg, #B9D6C9 0%, #a0c4b5 100%);
  border: none;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #000;
  box-shadow: 0 5px 15px rgba(185, 214, 201, 0.3);
}

.btn-grad:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(185, 214, 201, 0.4);
}

.btn-grad:active {
  transform: translateY(0);
}

/* Responsive Contact Section */
@media screen and (max-width: 991px) {
  .contact-form-wrapper {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  
  .contact-info-card {
    margin-top: 30px;
  }
  
  .sectioner-header {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .contact-form-wrapper {
    padding: 25px 15px;
  }
  
  .contact-info-card {
    padding: 30px 20px;
  }
  
  .contact-item {
    margin-bottom: 20px;
    padding: 12px;
  }
  
  .contact-item i {
    font-size: 20px;
    width: 35px;
    height: 35px;
  }
  
  .contact-value {
    font-size: 14px;
  }
}
  
  .contact-item {
    padding: 12px;
  }
  
  .contact-item i {
    font-size: 20px;
    width: 35px;
    height: 35px;
  }

