* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

.navbar-brand h3 {
  margin: 0;
  font-weight: bold;
  font-size: 2rem;
  text-transform: uppercase;
  color: #003366;
}

.navbar-brand p {
  margin: 0;
  font-size: 1.5rem;
  color: #555;
}

.contact-links a {
  font-size: 1rem;
  color: #332e58;
  text-decoration: none;
  margin-right: 1rem;
  font-weight: bold;
}

.btn-custom {
  padding: 0.55rem 1.25rem;
  font-size: 1rem;
  margin-left: 0.6rem;
}

.btn-watch {
  background-color: transparent;
  border: 2px solid #f6520a;
  color: #f6520a;
  transition: all 0.3s ease;
}

.btn-watch:hover {
  background-color: #f6520a;
  color: #fff;
}

.btn-buy {
  background-color: #f6520a;
  border: none;
  color: #fff;
  transition: background-color 0.3s ease;
}

.btn-buy:hover {
  background-color: #eb713c;
  color: #fff;
}




.clr-blue {
  color: #332e58;
}

.clr-orange {
  color: #f6520a;
}

.nav-top-coupon {
  margin-bottom: 0;
  font-size: 14px;
  padding: 8px 0;
  word-spacing: 2px;
}

.nav-top {
  text-align: center;
  background-color: #0e2a47;
  color: #fff;
}

.code {
  color: #f6b13f;
}

/* ---------------------------------------------------- */
/* ---------------Banner-section---------------------- */
/* -------------------------------------------------- */

.img-banner-boy img{
  padding: 20px;
}

.banner {
  background-color: #fff9eb;
  height: 90vh;
}

.text-one {
  color: #332e58;
}

.text-two {
  color: #f6520a;
}

.banner-left h1 {
  font-size: 40px;
  font-weight: bold;
}

.banner-left p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}

.animated-icon {
  color: #f6520a;
  font-size: 2rem;
  animation: sonrPulse 1.5s infinite ease-in-out;
  margin-right: 8px;
  vertical-align: middle;
}

.demo-video {
  font-size: 1.2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  border: 2px solid #f6520a;
  transition: all 0.3s ease;
  width: 60%;
  padding: 10px 22px;
}
/* Sonr-like smooth pulse animation */
@keyframes sonrPulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.75;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.sub-btn {
  background-color: #f6520a;
  border: none;
  color: #fff;
  transition: background-color 0.3s ease;
  padding: 0.55rem 1.25rem;
  font-size: 1rem;
  font-weight: bold;
}

/* -------------------------------------------- */
/* -----------About Product---------------------- */
/* =========================================== */

.about-product {
  padding: 80px 0;
}

.text-product {
  font-family: "Segoe UI", Arial, sans-serif;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  color: #333;
}

.text-product > p:first-child {
  color: #f6520a;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.text-product h3 {
  color: #332e58;
  font-size: 2.2rem;
  margin: 0 0 15px 0;
  font-weight: 700;
}

.text-product > p:not(:first-child) {
  color: #555;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 25px;
}

.text-product .blocks {
  background-color: #f8f8f8;
  border-left: 4px solid #f6520a;
  padding: 30px;
  border-radius: 0 8px 8px 0;
  margin: 20px 0;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.text-product .blocks::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #f6520a, #332e58);
  opacity: 0.7;
}

.text-product .blocks {
    color: #332e58;
    font-size: 1rem;
    font-weight: 500;
    background-color: white;
    border: 1px solid #eee;
}

.cta-text {
  color: #332e58;
  font-size: 1.8rem;
  font-weight: 700;
}

.cta-button {
  background-color: #f6520a;
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 12px 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(246, 82, 10, 0.3);
  width: 30%;
}

.cta-button:hover {
  background-color: #e04a09;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(246, 82, 10, 0.4);
}

.cta-button:active {
  transform: translateY(0);
}

.scanner {
  display: flex;
  align-items: center;
  gap: 16px; /* spacing between image and text */
}

.scanner img {
  border-right: 2px solid #ccc; /* vertical separator */
  padding-right: 16px;
}

.scanner-text {
  padding-left: 16px;
  font-size: 20px;
  color: #333;
}

/* -------------------------------------------- */
/* -----------Testimonal---------------------- */
/* =========================================== */

.demo {
  padding: 60px 0;
}

.testimonial {
  padding: 20px;
  margin: 20px 10px;
}
.testimonial .pic {
  width: 122px;
  height: 122px;
  float: left;
  margin-right: 50px;
  position: relative;
}
.testimonial .pic:before,
.testimonial .pic:after {
  content: "";
  display: block;
  height: 50%;
  width: 50%;
  position: absolute;
}
.testimonial .pic:before {
  bottom: -10%;
  left: -10%;
  border-bottom: 3px solid #e16b47;
  border-left: 3px solid #e16b47;
}
.testimonial .pic:after {
  top: -10%;
  right: -10%;
  border-top: 3px solid #e16b47;
  border-right: 3px solid #e16b47;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonial .testimonial-content {
  display: table;
  position: relative;
}
.testimonial .testimonial-content:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: -30px;
  left: -15px;
  font-size: 60px;
  color: #d8dad6;
  z-index: -1;
}
.testimonial .testimonial-title {
  font-size: 24px;
  color: #e16b47;
  text-transform: capitalize;
}
.testimonial .post {
  font-size: 13px;
  font-weight: 600;
  color: #585f62;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 5px;
  padding-left: 5px;
}
.testimonial .description {
  font-size: 13px;
  color: #7c7c7c;
  line-height: 22px;
  margin-top: 12px;
  font-style: italic;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #e16b47;
}
@media only screen and (max-width: 980px) {
  .testimonial {
    padding: 20px 0;
    margin: 20px 15px;
  }
  .testimonial .pic {
    float: none;
  }
  .testimonial .testimonial-content {
    display: block;
    margin-top: 30px;
  }
  .testimonial .testimonial-content:before {
    z-index: 1;
    top: -200px;
  }
}

.testimonals-title p {
  font-size: 20px;
  text-align: center;
}

.t-1,
.t-2 {
  font-size: 25px;
}

.t-1 {
  color: #332e58;
}

.t-2 {
  color: #f6520a;
}

/* -------------------------------------------- */
/* -----------why-choose-us---------------------- */
/* =========================================== */

.points {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 15px;
  max-width: 1200px;
  margin: 0 auto;
}

.points .point-1,
.points .point-2,
.points .point-3 {
  flex: 1 1 280px;
  background: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.points .point-1:hover,
.points .point-2:hover,
.points .point-3:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.points h5 {
  font-size: 1.1rem;
  color: #2c3e50;
  margin-bottom: 12px;
  position: relative;
  padding-bottom: 8px;
}

.points h5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #3498db, #9b59b6);
}

.points p {
  color: #7f8c8d;
  line-height: 1.5;
  font-size: 0.9rem;
  margin-top: 8px;
}

/* Different accent colors for each point */
.point-1 h5::after {
  background: linear-gradient(90deg, #3498db, #2ecc71);
}

.point-2 h5::after {
  background: linear-gradient(90deg, #e74c3c, #f39c12);
}

.point-3 h5::after {
  background: linear-gradient(90deg, #9b59b6, #34495e);
}


.subscribe-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  background: linear-gradient(135deg, #332e58, #f6520a);
  color: white;
  font-family: Arial, sans-serif;
}

.subscribe-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}

.subscribe-button {
  background-color: white;
  color: #332e58;
  padding: 10px 20px;
  border: none;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.subscribe-button:hover {
  transform: scale(1.05);
}



.why-choose-us {
  background: url(../images/new-bg.webp) 0 0 repeat;
  padding: 60px 0;
}

.why-choose-us-title h3 {
  font-size: 30px;
  font-weight: bold;
}

.why-choose-us-title p {
  font-size: 20px;
}

.why-choose-us-title {
  color: #fff;
}


/* ---------------------------------------- */
/* --------------Footer------------------- */
/* -------------------------------------- */

.footer-section {
  background-color: #f8f8ff;
  padding: 60px 0;
  color: #333;
}

.logo-footer {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.aa-fs {
  font-size: 24px;
  font-weight: 600;
  color: #f6520a;
}

.about-ashrab-footer {
  display: flex;
  gap: 0px;
  align-items: center;
  flex-wrap: wrap;
}

.about-ashrab-footer p {
  margin: 0;
  line-height: 1.6;
}

.footer-policy-title {
  color: #f6520a;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

.all-privacy-statments ul {
  padding-left: 0;
  margin: 0;
}

.all-privacy-statments ul li {
  list-style: none;
  margin-bottom: 10px;
  color: #555;
  cursor: pointer;
  transition: color 0.3s;
}

.all-privacy-statments ul li:hover {
  color: #f6520a;
  text-decoration: underline;
}

.footer-section h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.footer-section img.img-fluid {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.copy-right{
    text-align: center;
    background-color: #0e2a47;
    color: #fff;
    padding: 10px 0;
}

.copy-right p{
  font-size: 14px;
}

.copy-right a{
  color: #fff;
  font-size: bold;
}

.number-only-mob{
  display: none;
}

/* ======================================================== */
/* --------------Check=out-page--------------------- */
/* ======================================================= */

/* Base Styles */
.checkout-section {
    padding: 2rem 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background-color: #f8f9fa;
}


/* Checkout Layout */
.checkout-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.checkout__order-summary,
.checkout__form-container {
    flex: 1;
}

.checkout__heading {
    color: #332e58;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    position: relative;
    padding-bottom: 0.75rem;
}

.checkout__heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #f6520a;
}

/* Order Summary Card - Updated Styles */
.order-summary__card {
    background: white;
    border-radius: 10px;
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.order-summary__title {
    color: #332e58;
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

.order-summary__features {
    padding-left: 0;
    margin: 0 0 1.5rem 0;
    list-style-type: none;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 1rem;
}

.order-summary__feature-item {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    line-height: 1.5;
    color: #555;
}

.order-summary__feature-item::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #f6520a;
    font-weight: bold;
}

/* Price Breakdown */
.order-summary__price-breakdown {
    margin-bottom: 1rem;
}

.price-breakdown__row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    font-size: 0.9375rem;
}

.price-breakdown__row--discount {
    color: #4CAF50; /* Green color for discount */
    font-weight: 500;
}

/* Total */
.order-summary__total {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
    border-top: 1px solid #eee;
    font-weight: 600;
    font-size: 1.1rem;
    color: #332e58;
    margin-top: 0.5rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .order-summary__card {
        padding: 1.25rem;
    }
    
    .order-summary__title {
        font-size: 1.1rem;
    }
    
    .order-summary__feature-item {
        font-size: 0.9375rem;
    }
}

/* Checkout Form */
.checkout-form {
    background: white;
    border-radius: 10px;
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.checkout-form__fieldset {
    border: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.checkout-form__legend {
    font-weight: 600;
    color: #332e58;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    display: block;
    width: 100%;
}

.checkout-form__row {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.checkout-form__group {
    margin-bottom: 1rem;
    flex: 1;
}

.checkout-form__group--half {
    flex: 0 0 calc(50% - 0.5rem);
}

.checkout-form__label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #4a4a4a;
}

.checkout-form__input,
.checkout-form__select,
.checkout-form__textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 0.9375rem;
    transition: all 0.2s ease;
}

.checkout-form__input:focus,
.checkout-form__select:focus,
.checkout-form__textarea:focus {
    border-color: #f6520a;
    outline: none;
    box-shadow: 0 0 0 3px rgba(246, 82, 10, 0.1);
}

.checkout-form__textarea {
    min-height: 80px;
    resize: vertical;
}

/* .checkout-form__select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23332e58' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 12px;
} */

/* Coupon Section */
.checkout-form__coupon {
    margin-bottom: 1.5rem;
}

.checkout-form__coupon-group {
    display: flex;
}

.checkout-form__coupon-group .checkout-form__input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}

.checkout-form__coupon-btn {
    background: #332e58;
    color: white;
    border: none;
    padding: 0 1.25rem;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease;
}

.checkout-form__coupon-btn:hover {
    background: #4a4377;
}

/* Submit Button */
.checkout-form__submit-btn {
    width: 100%;
    background: #f6520a;
    color: white;
    border: none;
    padding: 1rem;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: 0.5rem;
}

.checkout-form__submit-btn:hover {
    background: #e04a09;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(246, 82, 10, 0.2);
}

/* Responsive Adjustments */
@media (min-width: 768px) {
    .checkout-wrapper {
        flex-direction: row;
        gap: 2rem;
    }
    
    .checkout__order-summary {
        order: 2;
        max-width: 350px;
    }
    
    .checkout__form-container {
        order: 1;
    }
}