@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

body {
  width: 100%;
  overflow-x: hidden;
  /* ← main fix */
}


a {
  text-decoration: none !important;
  display: inline-block !important;
  font-family: "poppins", sans-serif;
}

img {
  width: 100%;
  display: block;
}

ul {
  padding: 0 !important;
  margin: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-family: "poppins", sans-serif;
}

p {
  font-family: "poppins", sans-serif;
}

:root {
  --c1: #e8a646;
  /* yellow */
  --c2: #00668e;
  /* blue */
  --c3: #141414;
  /* text-black*/
  --c4: #ffffff;
  /* yellow */
  --c5: #05153f;
  /* text color */
  --c6: #3e3e3fs;
  /* white */
  --c7: #000;
  /* black */
  --bg: #ffffcc;
  /* running-bg */
}

::selection {
  background-color: var(--c3);
  color: var(--c6);
}

.wrapper {
  overflow: hidden !important;
}

.spacing {
  padding: 60px 0;
}

.lower-header-body .row .col-lg-3 {
  padding-left: 0;
}

.top-bar {
  background: #f8f8f8;
  border-bottom: 2px solid #ddd;
  padding: 6px 0;
}

.top-bar .social-icons {
  display: flex;
  gap: 10px;
  margin-left: 18%;
}

.top-bar .social-icons img {
  width: 25px;
  height: 25px;
  transition: 0.3s;
}

.top-bar .social-icons img:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

.top-bar .top-links {
  display: flex;
  justify-content: flex-end;
  gap: 22px;
  flex-wrap: wrap;
  margin-right: 7%;
}

.top-bar .top-links a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color 0.3s;
}

.top-bar .top-links a:hover {
  color: #007bff;
}

.top-bar .top-links i {
  color: #007bff;
}



.banner-upper-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.banner-upper-content img {
  width: 140px;
}

/* header  */
/* upper header  */
.our-contact-details a:hover {
  opacity: 0.6;
}

.header-contacts {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: end;
  padding: 10px 0;
  border-radius: 0 0 0 60px;
}

.our-contact-details {
  display: flex;
  gap: 5px;
  align-items: center;
}

.our-contact-details a,
.our-contact-details i {
  color: var(--c7);
  font-size: 18px;
  transition: all 0.5s;
}

.our-contact-details a {
  font-weight: 500;
}

.our-contact-details i {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  color: var(--c2);
}

.main-menu>ul>li>a {
  color: #ffffff;
  transition: all 0.5s;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

.main-menu>ul>li>a:hover {
  color: #4e6a88;
  font-weight: 600;
}

/* upper header  */
.main-menu>ul {
  align-items: center;
  display: flex;
  gap: 21px;
  justify-content: end;
}

.main-menu>ul>li {
  padding: 15px 0;
}

.logo a img {
  width: 100%;
}

.responsive-menu {
  display: none;
}

header {
  position: absolute;
  width: 100%;
  z-index: 9;
}

.main-menu {
  display: flex;
  justify-content: center;
  gap: 37px;
  align-items: center;
  position: relative;
  padding: 7px 0;
  transform: skewX(0deg);
  margin-right: 0;
  padding-right: 0%;
  padding-left: 43%;
}

.order-btn a {
  padding: 10px 21px;
  font-size: 17px;
}

.web-btn {
  padding-left: 0px;
  position: relative;
  padding-top: 0px;
  float: right;

}

.web-btn.banner-btn {
  float: left;
  display: flex;
  gap: 28px;
}


.banner-btn::before {
  background-color: var(--c1);

}

.logo {
  margin-left: 25%;
}

.lower-header-body .row .col-xl-8 {
  padding: 0;
}


/* banner */
.banner-img {
  background-size: 100% 100%;
  height: 65em;
}

.banner-content {
  padding-top: 4%;
}




.banner-content .subtxt {
  color: var(--c5);
  font-weight: 400;
  font-size: 25px;
}

.banner-content .bnrpara {
  font-size: 45px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  line-height: 1.2;
  font-family: "poppins", sans-serif;
  color: #ffffff;
}

.banner-content .banner-para {
  font-size: 15px;

}

.banner-content .bnrpara span {
  color: #ffffff;
  font-size: 45px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  font-family: "poppins", sans-serif;
  line-height: 1.2;
}

.banner-content p span {
  color: #c68400;
  font-size: 35px;
  font-weight: 700;

  padding: 0;
  margin: 0;
  font-family: "poppins", sans-serif;
  line-height: 1.2;
}



.banner-content p {
  margin: 0;
  font-size: 21px;
  font-weight: 300;
  color: #ffff;
  line-height: 30px;
  padding-bottom: 20px;
  font-family:
    'Poppins';
}

.banner-upper-content p {
  padding: 0;
  padding-bottom: 5px;
}

.custom-prev:hover,
.custom-next:hover {
  background-color: var(--c2);
}

.custom-prev,
.custom-next {
  transition: all 0.5s;
}

.custom-prev:hover i,
.custom-next:hover i {
  color: var(--c2);
}

.hero-slider {
  position: relative;
  z-index: 0;
}

.banner-slider .slick-dots {
  position: absolute;
  bottom: -100px;
  display: flex;
  gap: 0px;
  left: 0px !important;
}

.banner-slider .slick-dots li button {
  font-size: 40px;
  -webkit-text-security: disc;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 0;
  background-color: transparent;
  color: var(--c1);
}

.banner-slider .slick-dots li.slick-active button {
  border: 3px solid var(--c2);
}

.slider-numbers {
  position: absolute;
  bottom: 7%;
  left: 20%;
  transform: translate(-20%, 14%);
  font-size: 23px;
  font-weight: 600;
  color: var(--c2);
}

/* banner */
/* exam-course-section */


.assignment-sec {
  padding: 60px 0;
}

.assignment-img img {
  width: 100%;
  max-width: 500px;
  border-radius: 8px;
}

.assignment-content {
  padding-left: 20px;
}

.assignment-content .section-title h1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

.assignment-content .section-title h1 span {
  color: #163d66;
}

.assignment-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #2c2c2c;
}


/* about */

.spacing {
  padding: 60px 0;
}

.section-title h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
  /* heading color */
}

.section-title h2 span {
  color: #163d66;
  /* accent color */
  font-weight: 700;
}

.about-content p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #444;
}

.about-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}



/* Services Section */
.service-card-first-sec {
  padding: 60px 0;
  background: url("/assets/images/service-1351-x-1436.png") no-repeat center center;
  background-size: cover;
}


.service-heading {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #222;
  line-height: 1.4;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  word-break: break-word;
  /* break if very long */
}

.service-heading span {
  color: #163d66;
  font-weight: 400;
}

/* Card Styling */
.service-card-bg {
  /* padding: 1px 5px; */
  display: flex;
  align-items: stretch;
  /* equal height cards */
}

.service-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* pushes button/content evenly */
  background: #c7c7c71f;
  border-radius: 12px;
  padding: 20px;
  height: 47rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(58, 174, 228, 0.61);
}

.service-card-img {
  text-align: center;
  margin-bottom: 15px;
}

.service-card-img img {
  max-width: 90px;
  /* slightly bigger logo */
  height: auto;
  transition: 0.3s;
  margin: 0 auto;
  display: block;
}

.service-card:hover .service-card-img img {
  transform: scale(1.1);
}

.service-card-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  text-align: center;
  word-break: break-word;
  /* force text wrap */
}

.service-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service-card-content_paragraph {
  font-size: 14px;
  padding: 0px;
  color: #555;
  line-height: 1.6;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  margin: 0 auto;
  max-width: 100%;
}

.read-more-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 25px;
  background-color: #163d66;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  z-index: 1;
}

/* Hover animation effect */
.read-more-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #1f5c9a, #163d66);
  transition: all 0.4s ease;
  z-index: -1;
  border-radius: 5px;
}

.read-more-btn:hover::before {
  left: 0;
}

.read-more-btn:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0px 5px 15px rgba(22, 61, 102, 0.3);
}



@keyframes left_right {
  0% {
    transform: scale(1);
  }

  20% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1.1);
  }
}


.web-title p {
  color: #000;
  font-size: 38px;
  font-weight: 500;
}

.running-project-img img {
  object-fit: contain;
  padding: 10px 10px;
}

.ruuning-project-img img {
  height: 240px;
  object-fit: cover;
  object-position: top;
}

.running-project-content {
  padding: 20px 0px;
  height: 296px;
  padding-right: 10px;
}

.running-project-content p {
  font-size: 17px;
  display: block;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: #616161cb;
  margin-top: 65%;
  width: 100%;
}

.running-project-arrows.custom-next {
  right: -2%;
  transform: skewX(-19deg);
  top: 50%
}

.custom-prev.running-project-arrows {
  left: -2%;
  transform: skewX(20deg);
  top: 50%;
}

.ruuning-project-img {
  position: relative;
  overflow: hidden;
}

.custom-next i.fa-angle-right {
  transform: skewX(19deg);
}

.custom-prev:hover i.fa-angle-left,
.custom-next:hover i.fa-angle-right {
  color: var(--c4);
}

.custom-prev i.fa-angle-left {
  transform: skewX(-14deg);
}

.ruuning-project-img::before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: -30px;
  width: 90px;
  height: 40px;
  background-color: var(--c4);
  z-index: 99;
  transform: rotate(43deg);
}


/* service-card-first-section */
running-project-sec .running-project-img img {
  object-fit: contain;
  padding: 10px 10px;
  border-radius: 100% 100% 100% 100%;
}



.running-project-card {
  margin: 0 10px;
  padding-left: 10px;
  box-shadow: 0 0 8px 0 #3333;
  border-radius: 10px;
  margin-bottom: 10px;
  background-image: url("assets/images/card-background.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.accordion-base-section {
  /* background: url("/assets/images/faq.png") no-repeat center center/cover; */
  position: relative;
  padding: 60px 0;
  color: #000000;
}

.web-title h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

.web-title h3 span {
  color: #163d66;
  font-weight: 400;
}

/* Accordion item */
.accordion-item {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

/* Button (header) */
.accordion-button {
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 18px;
  color: #163d66;
  background: #fff;
  border: none;
  box-shadow: none;
  transition: background-color .2s ease, color .2s ease;
}

/* Keep default Bootstrap caret behavior */
.accordion-button::after {
  flex-shrink: 0;
  transition: transform .25s ease;
}

/* Open state */
.accordion-button:not(.collapsed) {
  background-color: #163d66;
  color: #fff;
  box-shadow: none;
}

/* Body */
.accordion-body {
  padding: 18px;
  background: #fafafa;
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}

.bullet li {
  list-style-type: disc;
  justify-content: center;
}



.row.gy-3>.col-lg-6>.accordion-item {
  margin-bottom: 6px;
}

.wa-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

.wa-btn img {
  width: 60px;
  height: 60px;
  transition: transform 0.3s ease;
}

.wa-btn img:hover {
  transform: scale(1.1);
}

/* Footer Wrapper */
.ft-wrapper {
  position: relative;
  inset: 0;
  padding: 60px 20px 30px;
  color: #fff;
  overflow: hidden;

}


.ft-bg {
  position: absolute;
  inset: 0;
  background: url('../images/footer-bg.png') no-repeat center bottom;
  background-size: cover;
  z-index: -1;

}

/* Links */
.ft-wrapper a {
  color: #0459a8;
  text-decoration: none;
}

.ft-wrapper a:hover {
  color: #fff;
}

/* Logo + Text */
.ft-left {
  color: #ddd;
}

.ft-logo img {
  margin-top: 20px;
  max-width: 100%;
  margin-bottom: 20px;
}

.ft-left p {
  font-size: 14px;
  line-height: 1.6;
}

/* Contact Form */
.ft-form {
  padding: 25px;
  border-radius: 10px;
  padding-bottom: 5%;
}

.ft-title p {
  background-color: #163d66;
  font-size: 30px;
  padding: 8px;
  font-weight: 600;
  margin-bottom: 20px;
}

.ft-field {
  margin-bottom: 15px;
}

.ft-field label {
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}

.ft-field input,
.ft-field select,
.ft-field textarea {
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px;
  width: 100%;
}

/* Button */
.ft-btn {
  background: #163d66;
  border: none;
  padding: 12px 25px;
  border-radius: 5px;
  color: #f7f4f4;
  font-weight: 600;
  transition: background 0.3s;
}

.ft-btn:hover {
  background: #106dacc9;
  color: #fff;
}

/* Footer Bottom */
.ft-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 40px;
  padding-top: 20px;
  font-size: 12px;
  color: #ccc;
}

.ft-bottom a {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
}

.ft-bottom a:hover {
  font-size: 12px;
  color: #106dacc9;
}

.ft-icons {
  width: 18px;
  height: 18px;
}

/* Social Links */
.ft-social a img {
  width: 28px;
  height: 28px;
  margin-left: 8px;
  transition: transform 0.3s;
}

.ft-social a img:hover {
  transform: scale(1.2);
}

.web-btn a {
  background-color: #f77f02;
  color: var(--c4);
  padding: 18px 14px;
  transition: all 0.5s;
  position: relative;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 800;
  font-family: "Poppins";
  transition: all .5s;
  position: relative;
  z-index: 99;
  border-radius: 27px;
}

.web-btn a:hover {
  color: var(--c6);
  background-color: var(--c1);
}


.web-btn a:hover::before {
  background-color: var(--c1);
}

.banner-btn a::before {
  height: 100%;
}

.custom-prev,
.custom-next {
  border: 0;
  background-color: var(--c4);
  width: 60px;
  height: 42px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 20%;
  z-index: 9;
  transform: translateY(-20%);
}

.custom-prev i,
.custom-next i {
  font-size: 29px;
  font-weight: 300;
  color: var(--c3);
  transition: all 0.5s;
}

.custom-prev {
  left: 9px;
}

.custom-next {
  right: 0;
}

.open-menu {
  display: none;
}

p a {
  color: var(--c2);
  font-weight: 700;
  transition: all 0.5s;
}

p a:hover {
  color: var(--c3);
}

.responsive-lower-header {
  display: none;
}



/* ===== Modal Header ===== */
.modal-header {
  background: url('../images/popup_pic.png') no-repeat center center;
  /* background: linear-gradient(135deg, #163d66, #1f5c9a); */
  color: #fff;
  border-bottom: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 25px 15px;
  position: relative;
}


.modal-box-header {
  text-align: center;
}

.modal-title.off-discount {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 6px;
}

.modal-title.off-discount span {
  color: #f77f02;
  font-weight: 700;
}

.modal-title.gurantee-result {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

/* ===== Close Button ===== */
.btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 26px;
  font-weight: bold;
  opacity: 0.9;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-close::before {
  content: "";
  font-size: 26px;
  color: #fff;
  line-height: 1;
}

.btn-close:hover {
  /* background-color: #fff; */
  color: #000;
  transform: scale(1.15) rotate(90deg);
  opacity: 1;
}


/* ===== Modal Body ===== */
.modal-body {
  padding: 25px 20px 35px;
}

/* ===== Form Styles ===== */
.contact-form {
  width: 100%;
}

.contact-form-input {
  margin-bottom: 15px;
}

.contact-form-input input,
.contact-form-input textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  color: #333;
  transition: all 0.3s ease;
}

.contact-form-input input:focus,
.contact-form-input textarea:focus {
  border-color: #163d66;
  outline: none;
  box-shadow: 0 0 5px rgba(22, 61, 102, 0.3);
}

.contact-form-input textarea {
  resize: none;
  height: 100px;
}

/* ===== Submit Button ===== */
.contact-form-inputs input[type="submit"] {
  width: 35%; 
  background: #163d66;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 10px; 
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  display: block;       
  margin: 20px auto 0;    
  text-align: center;
}

.contact-form-inputs input[type="submit"]:hover {
  background: #1f5c9a;
  transform: translateY(-2px);
}

/* ===== Recaptcha Styling (optional) ===== */
.g-recaptcha {
  display: flex;
  justify-content: center;
  margin: 15px 0;
}

.whatsapp-icon-fixed {
  position: fixed;
  bottom: 5px;
  left: 5px;
}

.whatsapp-icon-fixed a img {
  width: 90px;
}

.country-left,
.country-right {
  top: 125%;
  background-color: transparent;
}

.country-left {
  left: 45%;
}

.country-right {
  right: 45%;
}

.country-left i,
.country-right i {
  font-size: 35px;
  font-weight: 400;
}

.country-left:hover,
.country-right:hover {
  background-color: transparent;
}

.country-left:hover i,
.country-right:hover i {
  transform: scale(1.1);
}

@media screen and (max-width: 1024px) {


  .hero-slider .banner-slider .slick-dots {
    bottom: -65px;
  }

  .banner-content .bnrpara span {
    font-size: 40px;
  }

  .lower-header-body .logo {
    margin-left: 10%;
  }

  section.course-sec {
    padding-top: 0px !important;
  }
}

@media screen and (max-width: 767px) {

  .banner-content .bnrpara,
  .banner-content .bnrpara span {
    font-size: 23px;
  }

  .banner-img {
    height: 27rem !important;
    background-position: 40% top !important;
  }

  .hero-slider {
    height: 30rem !important;
  }

  .banner-btn {
    width: 70% !important;
  }

  .web-title h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .service-card-content h2 {
    font-size: 18px;
  }

  .service-card-content p {
    font-size: 13px !important;
  }

  .contact-form-input input,
  .contact-form-input textarea {
    border-radius: 8px;
  }

  .contact-form-input input {
    padding: 8px 8px;
  }

  .service-card-img {
    width: 90px;
    height: 90px;
    margin-top: -70px;
    margin-left: 110px;
  }

  .web-title h2 {
    font-size: 20px !important;
  }

  .footer-logo img {
    width: 200px !important;
  }
}

.service-card::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-image: url("assets/images/before.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}


.second-section-img {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 10px;
}

.second-section-img img {
  width: 80px;
}

.second-section-img p {
  font-size: large;
  margin: 0;
  padding-top: 0;
  font-weight: bold;
}

.running-project-img img {
  width: 67%;
  margin-left: 47px;
}

.container.height {
  height: 585px;
}

.running-project-card {
  background-image: url("assets/images/card-background.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}



.heading {
  margin-top: 41px;
}

.running-project-card {
  background-image: url('../images/card-background.png');
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.diamond-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
}

.diamond-row {
  display: flex;
  justify-content: center;
  margin-bottom: -30px;
}

.diamond {
  width: var(--diamond-size);
  height: var(--diamond-size);
  background: var(--diamond-color);
  margin: 0 10px;
  transform: rotate(45deg);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}

.diamond:hover {
  transform: rotate(45deg) scale(1.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.diamond-content {
  transform: rotate(-45deg);
  text-align: center;
  width: 70%;
  font-weight: 600;
  color: #333;
}

.diamond-row:nth-child(1) .diamond:nth-child(1) {
  --diamond-color: #e3f2fd;
}

.diamond-row:nth-child(1) .diamond:nth-child(2) {
  --diamond-color: #bbdefb;
}

.diamond-row:nth-child(1) .diamond:nth-child(3) {
  --diamond-color: #90caf9;
}

.diamond-row:nth-child(2) .diamond:nth-child(1) {
  --diamond-color: #c8e6c9;
}

.diamond-row:nth-child(2) .diamond:nth-child(2) {
  --diamond-color: #a5d6a7;
}

@media (max-width: 768px) {
  :root {
    --diamond-size: 120px;
  }

  .diamond-row {
    margin-bottom: -40px;
  }
}

@media (max-width: 576px) {
  :root {
    --diamond-size: 100px;
  }

  .diamond {
    margin: 0 5px;
  }

  .diamond-content {
    font-size: 0.9rem;
  }
}

.web-btn-group {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.order-now-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn-order {
  background: #ff6b00;
  color: white;
  padding: 12px 24px;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  text-transform: uppercase;
}


@keyframes changeCounter {

  0%,
  19% {
    content: "01/05";
  }

  20%,
  39% {
    content: "02/05";
  }

  40%,
  59% {
    content: "03/05";
  }

  60%,
  79% {
    content: "04/05";
  }

  80%,
  100% {
    content: "05/05";
  }
}



.banner-wrapper {
  position: relative;
}

.arrow {
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 28px;
  color: #fff;
  padding: 8px 12px;
  border-radius: 50%;
  user-select: none;
  z-index: 5;
  transition: 0.3s;
}


.left-arrow {
  left: 1%;
  bottom: -24%;
}

.right-arrow {
  right: 77%;
  bottom: -24%;
}

.slide-counter {
  position: absolute;
  bottom: -90px;
  left: 12%;
  transform: translateX(-50%);

  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
}


/* Responsive tweaks */
@media (max-width: 991.98px) {
  .web-title h3 {
    font-size: 26px;
  }

  .accordion-button {
    font-size: 15px;
    padding: 12px 14px;
  }

  .accordion-body {
    padding: 14px;
  }
}


/* ===== Tablet (768px – 1024px) ===== */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modal-dialog {
    max-width: 600px;
    margin: 40px auto;
  }

  .modal-header {
    padding: 20px 15px;
    background-size: cover;
  }

  .modal-title.off-discount {
    font-size: 18px;
  }

  .modal-title.gurantee-result {
    font-size: 15px;
  }

  .btn-close {
    width: 36px;
    height: 36px;
    font-size: 22px;
    right: 12px;
    top: 12px;
  }

  .modal-body {
    padding: 20px 15px 30px;
  }

  .contact-form-input input,
  .contact-form-input textarea {
    font-size: 14px;
    padding: 10px 12px;
  }

  .contact-form-inputs input[type="submit"] {
    font-size: 15px;
  }
}

/* ===== Mobile (up to 767px) ===== */
@media only screen and (max-width: 767px) {
  .modal-dialog {
    max-width: 90%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
  }

  .modal-content {
    padding-top: 0%;
  }

  .modal-header {
    padding: 18px 12px;
    background-size: cover;
  }

  .modal-title.off-discount {
    font-size: 16px;
    margin-top: 16px;
  }

  .modal-title.gurantee-result {
    font-size: 14px;
  }

  .btn-close {
    width: 34px;
    height: 34px;
    font-size: 20px;
    right: 10px;
    top: 10px;
  }

  .modal-body {
    padding: 18px 12px 28px;
  }

  .contact-form-input input,
  .contact-form-input textarea {
    font-size: 14px;
    padding: 10px 12px;
  }

  .contact-form-inputs input[type="submit"] {
    font-size: 15px;
    padding: 10px;
  }

  .g-recaptcha {
    transform: scale(0.9);
    transform-origin: 0 0;
  }
}


/* Ensure modal always vertically centered */
.modal.show .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
