 .title {
     font-size: 64px;
 }

 /* Khushi laptop: */
 @media only screen and (min-width: 1030px) and (max-width: 1366px) {
     .bptb {
         padding-top: 180px;
         padding-bottom: 180px;
     }

     .title {
         font-size: 54px !important;
     }
 }

 /* sir laptop: */
 @media only screen and (min-width : 1380px) and (max-width : 1600px) {
     .bptb {
         padding-top: 200px;
         padding-bottom: 200px;
     }

     .title {
         font-size: 54px;
     }
 }

 @media (max-width:480px) {
     .bptb {
         padding-top: 150px !important;
         padding-bottom: 200px !important;
     }

     .stats-banner {
         background-color: #000080;
         border-radius: 30px;
         padding: 14px 15px;
         color: white;
         max-width: 1200px;
         /* margin: -62px auto; */
         margin-top: 7px !important;
         box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
         position: relative;
         z-index: 1;
     }

     .title {
         font-size: 40px;
     }

     .stats-banner {
         background-color: #000080;
         border-radius: 30px;
         padding: 40px 20px;
         color: white;
         max-width: 1200px;
         /* margin: -62px auto; */
         margin-top: 20px !important;
         box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
         position: relative;
         z-index: 1;
     }

     /* Zoom In Once Animation */
     @keyframes zoomInOnce {
         0% {
             transform: scale(1);
         }

         /* 60% {
      transform: scale(1.1); 
      Image thoda bada hoga  
    } */

         100% {
             transform: scale(0.9);
         }
     }

 }

 @media (max-width:320px) {
     .bptb {
         padding-top: 150px !important;
         padding-bottom: 200px !important;
     }

     .title {
         font-size: 40px;
     }

 }

 .bptb {
     padding-top: 250px;
     padding-bottom: 250px;
 }

 .stats-banner {
     background-color: #000080;
     border-radius: 30px;
     padding: 40px 20px;
     color: white;
     max-width: 1200px;
     /* margin: -62px auto; */
     margin-top: -77px;
     box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
     position: relative;
     z-index: 1;
 }

 /* .stats-item h2 {
     font-size: 48px;
     font-weight: 700;
     margin: 0;
     background: linear-gradient(to right, #00e3ae, #00b5ff);
      
     -webkit-text-fill-color: transparent;
 } */
 .fw-bold {
     font-weight: 700 !important;
     color: #1e3a8a;
 }

 .stats-item p {
     margin-top: 8px;
     color: white;
 }

 @media (max-width: 767px) {
     .stats-item {
         margin-bottom: 30px;
     }
 }

 .ptb {
     padding-top: 80px !important;
     padding-bottom: 80px !important;
 }

 /* .faq-section {
            max-width: 90%;
            margin: 50px auto;
        } */

 .faq-title {
     font-weight: bold;
     text-align: center;
     margin-bottom: 30px;
 }

 .faq-item {
     background: #f1f1f9;
     border-radius: 8px;
     margin-bottom: 10px;
     padding: 20px;
     cursor: pointer;
     transition: all 0.3s ease;
 }

 .faq-item.active {
     background: #e8e8f1;
 }

 .faq-answer {
     display: none;
     padding-top: 10px;
     font-size: 15px;
     color: #20222e;
 }

 .faq-icon {
     float: right;
     font-size: 18px;
     transition: transform 0.3s ease;
     padding: 1px 10px;
     background-color: #1e3a8a;
     border: 2px #1e3a8a solid;
     border-radius: 50%;
     color: #f4f4f4;
 }

 .faq-item.active .faq-icon {
     transform: rotate(360deg);
 }

 .testimonial-section {
     background-color: #00d0c6;
     padding: 30px 20px;
     border-radius: 30px;
     color: #fff;
     /* text-align: center; */
 }

 .testimonial-card {
     background: #fff;
     color: #333;
     padding: 50px 100px;
     border-radius: 16px;
     margin: auto;
     max-width: 90%;
     position: relative;
     font-size: 1rem;
 }

 .testimonial-card::before,
 .testimonial-card::after {
     content: "❝";
     font-size: 5rem;
     position: absolute;
     color: #000080;
 }

 .testimonial-card::before {
     top: -2px;
     left: 28px;
 }

 .testimonial-card::after {
     content: "❞";
     bottom: -12px;
     right: 28px;
 }

 .testimonial-author {
     font-weight: 600;
     margin-bottom: 8px;
 }

 .carousel-indicators [data-bs-target] {
     background-color: #fff;
     width: 15px;
     height: 15px;
     /* border: #000080; */
     border-radius: 50%;
 }

 .carousel-control-prev-icon,
 .carousel-control-next-icon {
     background-image: none;
     font-size: 2rem;
     color: #fff;
 }

 .about-section {
     padding: 80px 0;
 }

 .about-title {
     font-weight: 700;
     font-size: 2.5rem;
     color: #1e3a8a;
 }

 .about-description {
     font-size: 1rem;
     color: #000;
     line-height: 1.7;
 }

 .about-btn {
     background-color: #000080;
     color: #fff;
     font-weight: bold;
     border-radius: 8px;
     padding: 10px 25px;
     transition: 0.3s;
 }

 .about-btn:hover {
     background-color: #000066;
 }

 .about-img {
     border-radius: 20px;
     max-width: 100%;
     height: auto;
 }

 .cl-w {
     color: white;
 }

 .circle-bg {
     position: absolute;
     top: 50%;
     left: 7% !important;
     width: 250px;
     height: 250px;
     background-color: #e6fffc;
     border-radius: 50%;
     transform: translate(-50%, -50%);
     z-index: -1;
 }

 .animate {
     opacity: 0;
     transform: translateY(40px);
     transition: opacity 0.8s ease-out, transform 0.8s ease-out;
 }

 .animate.show {
     opacity: 1;
     transform: translateY(0);
 }

 /* Default state */


 /* Fade-up smooth effect */
 .animate.fade-up.show {
     animation: fadeUpSmooth 1.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
 }

 @keyframes fadeUpSmooth {
     0% {
         opacity: 0;
         transform: translateY(60px);
     }

     100% {
         opacity: 1;
         transform: translateY(0);
     }
 }


 .testimonial-author {
     font-size: 25px
 }

 .animate.visible {
     opacity: 1;
     transform: translateY(0);
 }

 .fade-left {
     transform: translateX(-40px);
 }

 .fade-right {
     transform: translateX(40px);
 }

 .fade-left.visible,
 .fade-right.visible {
     transform: translateX(0);
     opacity: 1;
 }

 .stats-section {
     background-color: #001f91;
     color: white;
     padding: 80px 0;
     border-radius: 20px;
     box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
     margin-top: -50px;
     position: relative;
     z-index: 100;
 }

 .stats-item h2 {
     color: #00d1b2;
     /* Aqua Green */
     font-weight: 700;
     font-size: 3.5rem;
 }

 .stats-item p {
     margin: 0;
     font-size: 20px;
 }

 .product-section {
     padding: 60px 0;
 }

 .product-img-wrapper {
     position: relative;
     display: inline-block;
 }

 .mt-5 {
     margin-top: 100px !important;
 }

 .mb-80 {
     margin-bottom: 80px;
 }

 .ft {
     display: flex;
     justify-content: space-between;
     align-items: center;
 }

 .bn {
     border: none;
     background: none;
     font-size: 40px;
     /* font-weight: 700; */
     padding: 0px 50px;
     color: white;
     gap: 100px;
 }

 .circle-bg {
     position: absolute;
     top: 50%;
     left: 50%;
     width: 250px;
     height: 250px;
     background-color: #e6fffc;
     border-radius: 50%;
     transform: translate(-50%, -50%);
     z-index: -1;
 }

 .product-img {
     max-width: 100%;
     height: auto;
     z-index: 1;
     position: relative;
 }

 .product-title {
     font-weight: 600;
     font-size: 1.5rem;
 }

 .product-description {
     font-size: 1rem;
     color: #333;
 }

 .btn-product {
     background-color: #000080;
     color: white;
     font-weight: 600;
     border-radius: 8px;
     padding: 10px 20px;
     margin-top: 15px;
 }

 .btn-product:hover {
     background-color: #1495dc;
 }

 header {
     background-color: #fff;
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
     position: relative;
 }

 .header-content {
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 10px 0;
     /* flex-wrap: wrap; */
 }

 .logo img {
     height: 40px;
 }

 .nav-links {
     display: flex;
     gap: 25px;
     align-items: center;
 }

 .nav-links a {
     text-decoration: none;
     color: #000;
     font-weight: 600;
 }

 .quote-btn {
     background-color: navy;
     color: white !important;
     padding: 12px 22px;
     border-radius: 25px;
     text-decoration: none;
     font-weight: 600;
 }

 .hamburger {
     display: none;
     flex-direction: column;
     cursor: pointer;
 }

 .hamburger div {
     width: 25px;
     height: 3px;
     background-color: #000;
     margin: 4px 0;
     transition: 0.4s;
 }

 @media (max-width: 480px) {
     .nav-links {
         display: flex;
         align-items: flex-start;
     }
 }

 @media (max-width: 768px) {
     .hamburger {
         display: flex;
     }

     .nav-links {
         flex-direction: column;
         position: absolute;
         top: 60px;
         left: 0;
         width: 100%;
         background-color: #fff;
         display: none;
         gap: 15px;
         padding: 20px;
         box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
         z-index: 10;
     }

     .nav-links.active {
         display: flex;
         align-items: flex-start;
     }

     .quote-btn {
         align-self: flex-start;
     }
 }

 @media (max-width: 768px) {
     .product-row {
         flex-direction: column !important;
     }
 }

 @media (max-width: 768px) {
     .stats-item {
         margin-bottom: 30px;
     }
 }

 @media (max-width: 480px) {
     header#header .menuzord-brand img {
         max-width: 109px !important;
     }

     .ptb {
         padding-top: 40px !important;
         padding-bottom: 60px !important;
     }

     .ptb-80 {
         padding: 40px 0px;
     }
 }

 @media (max-width: 320px) {
     header#header .menuzord-brand img {
         max-width: 94px !important;
     }
 }

 .footer-main {
     background-color: #000080;
     color: #fff;

 }

 .footer-top {
     background-color: #ffffff;
     border-radius: 0 0 15px 15px;
     padding: 6px 15px;
     text-align: center;
     font-weight: bold;
     color: #000080;
     margin: -9px auto 65px auto;
     max-width: 800px;
     width: 100%;
     box-sizing: border-box;
 }

 .footer-top img {
     height: 50px;
     margin: 0 10px;
 }

 .footer-links ul {
     list-style: none;
     padding-left: 0;
 }

 .footer-links ul li {
     margin-bottom: 10px;
 }

 .footer-links ul li a {
     color: #fff;
     text-decoration: none;
 }

 .footer-links ul li a:hover {
     text-decoration: underline;
 }

 .footer-contact i {
     margin-right: 8px;
     color: #00bfff;
     background-color: white;
     padding: 10px;
     border-radius: 50%;
 }

 .footer-social i {
     font-size: 18px;
     margin-right: 15px;
     color: #fff;
     transition: color 0.3s ease;
 }

 .footer-social i:hover {
     color: #00bfff;
 }

 .footer-bottom {
     background-color: #007bff;
     padding: 15px 20px;
     color: #fff;
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     align-items: center;
 }

 @media (max-width: 767px) {
     .footer-bottom {
         flex-direction: column;
         text-align: center;
         gap: 10px;
     }
 }


 /* about-page-start */

 .ab-hd {
     color: white;
 }




 .sections {
     display: flex;
     flex-wrap: wrap;
 }

 .banner {
     background-color: #0000a0;
     /* deep blue */
     color: #fff;
     flex: 1;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 2rem;

 }

 .banner .content {
     max-width: 500px;
 }

 .banner h1 {
     font-size: 3.8rem;
     font-weight: 800;
 }

 .banner h1 span {
     display: block;
 }

 .banner p {
     margin-top: 1rem;
     font-size: 1rem;
     color: #ccc;
 }

 .image-container {
     flex: 1;
     background: #f9f9f9;
     display: flex;
     align-items: center;
     justify-content: center;

 }

 .image-container img {
     width: 100%;
     height: auto;
     /* object-fit: cover; */
     /* max-height: 600px; */
 }

 .about {
     padding: 3rem 2rem;
     background-color: #fff;
 }

 .about .container {
     max-width: 1200px;
     margin: auto;
 }

 .about h2 {
     color: #333;
     font-size: 2rem;
     margin-bottom: 1rem;
     position: relative;
 }

 .about h2::before {
     content: '';
     position: absolute;
     width: 5px;
     height: 100%;
     background: #00bcd4;
     left: -15px;
     top: 0;
 }

 .about p {
     font-size: 1rem;
     color: #666;
     margin-top: 0.5rem;
 }

 @media (max-width: 768px) {
     .section {
         flex-direction: column;
     }

     .banner,
     .image-container {
         flex: none;
         width: 100%;
     }

     .banner h1 {
         font-size: 2rem;
     }

     .about {
         padding: 2rem 1rem;
     }
 }

 .values-section {
     padding: 3rem 2rem 0;
     max-width: 1200px;
     margin: auto;
 }

 .values-section h2 {
     font-size: 2rem;
     font-weight: bold;
     margin-bottom: 2rem;
     position: relative;
 }

 .values-section h2::before {
     content: '';
     position: absolute;
     width: 5px;
     height: 100%;
     background: #00bcd4;
     left: -15px;
     top: 0;
 }

 .value-block {
     position: relative;
     color: white;
     text-align: center;
     padding: 7rem 2rem;
 }

 .value-image {
     background: url('img/aboutus1.png') center center / cover no-repeat;
 }

 .value-blue {
     background-color: #0000a0;
 }

 .value-block h3 {
     font-size: 38px;
     font-weight: 600;
     color: white;
     margin-bottom: 1rem;
 }

 .value-block p {
     font-size: 18px;
     max-width: 1100px;
     margin: 0 auto;
 }

 @media (max-width: 768px) {
     .value-block {
         padding: 3rem 1.5rem;
     }

     .value-block h3 {
         font-size: 1.5rem;
     }

     .value-block p {
         font-size: 0.95rem;
     }
 }

 .value-image-2 {
     background: url('img/aboutus2.png') center center / cover no-repeat;
 }

 .value-blue {
     background-color: #0000a0;
 }

 .call {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 30px;
 }

 .cta-section {
     background-color: #fff;
     color: #000;
     text-align: center;
     padding: 3rem 1rem;
 }

 .cta-section h4 {
     font-size: 1.5rem;
     font-weight: 700;
     color: #000080;
     margin-bottom: 1.5rem;
 }

 .cta-button {
     background: #00d4c2;
     padding: 0.8rem 1.5rem;
     border: none;
     border-radius: 8px;
     font-size: 24px;
     font-weight: 700;
     color: white;
     cursor: pointer;
     transition: 0.3s ease;
 }

 .cta-button:hover {
     background: #00b2a4;
 }

 @media (max-width: 768px) {
     .value-block {
         padding: 4rem 1.5rem;
     }

     .value-block h3 {
         font-size: 1.5rem;
     }

     .value-block p {
         font-size: 0.95rem;
     }

     .cta-section h4 {
         font-size: 1.3rem;
     }

     .cta-button {
         width: 100%;
         max-width: 300px;
     }
 }

 @media (max-width: 480px) {
     .call {
         display: flex;
         align-items: center;
         justify-content: center;
         gap: 0px;
         flex-direction: column;
     }
 }

 @media (max-width: 320px) {
     .call {
         display: flex;
         align-items: center;
         justify-content: center;
         gap: 0px;
         flex-direction: column;
     }
 }

 /* about-page-end */



 .breadcrumb {
     font-size: 0.9rem;
     /* padding: 0px 0px 0px 40px; */
     background-color: #fff;
     color: #444;
 }

 .breadcrumb a {
     text-decoration: none;
     color: #444;
     margin-right: 0.3rem;
 }

 .breadcrumb span {
     margin: 0 0.3rem;
 }

 .page-header {
     text-align: center;
     padding: 74px 1rem 74px;
 }

 .page-header h1 {
     font-size: 2rem;
     letter-spacing: 2px;
     margin: 0 0 1rem;
 }

 .page-header p {
     font-size: 1rem;
     color: #333;
     max-width: 800px;
     margin: 0 auto;
 }

 @media (max-width: 768px) {
     .page-header h1 {
         font-size: 1.6rem;
     }

     .page-header p {
         font-size: 0.95rem;
     }
 }

 .owl-carousel .owl-item img {
     display: block;
     width: 100%;
     padding: 10px;
 }

 .owl-carousel .owl-nav button.owl-next,
 .owl-carousel .owl-nav button.owl-prev,
 .owl-carousel button.owl-dot {
     background: 0 0;
     color: inherit;
     border: none;
     padding: 0 !important;
     font: inherit;
     /* margin-left: -28px; */
     margin-top: -4px;
 }

 .owl-carousel .owl-nav button.owl-next,
 .owl-carousel .owl-nav button.owl-prev,
 .owl-carousel button.owl-dot {
     background: 0 0;
     color: inherit;
     border: none;
     padding: 0 !important;
     font: inherit;
     /* margin-right: -28px; */
     margin-top: -4px;
 }

 .pd-wrap {
     /* padding: 40px 0; */
     font-family: 'Poppins', sans-serif;
 }

 .heading-section {
     text-align: center;
     margin-bottom: 20px;
 }

 .sub-heading {
     font-family: 'Poppins', sans-serif;
     font-size: 12px;
     display: block;
     font-weight: 600;
     color: #2e9ca1;
     text-transform: uppercase;
     letter-spacing: 2px;
 }

 .heading-section h2 {
     font-size: 32px;
     font-weight: 500;
     padding-top: 10px;
     padding-bottom: 15px;
     font-family: 'Poppins', sans-serif;
 }

 .user-img {
     width: 80px;
     height: 80px;
     border-radius: 50%;
     position: relative;
     min-width: 80px;
     background-size: 100%;
 }

 .carousel-testimonial .item {
     padding: 30px 10px;
 }

 .quote {
     position: absolute;
     top: -23px;
     color: #2e9da1;
     font-size: 27px;
 }

 .name {
     margin-bottom: 0;
     line-height: 14px;
     font-size: 17px;
     font-weight: 500;
 }

 .position {
     color: #adadad;
     font-size: 14px;
 }

 .owl-nav button {
     position: absolute;
     top: 50%;
     transform: translate(0, -50%);
     outline: none;
     height: 25px;
 }

 .owl-nav button svg {
     width: 19px;
     height: 19px;
 }

 .owl-nav button.owl-prev {
     left: 19px;
 }

 .owl-nav button.owl-next {
     right: 19px;
 }

 .owl-nav button span {
     font-size: 45px;
 }

 /* .product-thumb .item img {
      height: 100px;
    } */

 .pr {
     display: flex;
     flex-direction: column;
     justify-content: space-between;
 }

 .product-name {
     font-size: 22px;
     font-weight: 500;
     line-height: 22px;
     margin-bottom: 4px;
 }

 .product-price-discount {
     font-size: 22px;
     font-weight: 400;
     padding: 10px 0;
     clear: both;
 }

 .product-price-discount span.line-through {
     text-decoration: line-through;
     margin-left: 10px;
     font-size: 14px;
     vertical-align: middle;
     color: #a5a5a5;
 }

 .display-flex {
     display: flex;
 }

 .align-center {
     align-items: center;
 }

 .product-info {
     width: 100%;
 }

 .reviews-counter {
     font-size: 13px;
 }

 .reviews-counter span {
     vertical-align: -2px;
 }

 .specifications {

     margin: 0 auto;
     text-align: center;
 }

 .specifications h2 {
     font-size: 28px;
     margin-bottom: 20px;
 }

 .spec-title {
     display: inline-block;
     background: #e5e5e5;
     padding: 8px 20px;
     border-radius: 6px;
     font-weight: bold;
     margin-bottom: 25px;
 }

 .spec-grid {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 100px;
     text-align: left;
 }

 .spec-column {
     background: #fff;
 }

 .spec-row {
     display: flex;
     justify-content: space-between;
     padding: 10px 0;
     border-bottom: 1px solid #eee;
     flex-wrap: wrap;
 }

 .spec-row:last-child {
     border-bottom: none;
 }

 .spec-row strong {
     font-weight: bold;
     color: #000;
 }

 .spec-row span {
     text-align: right;
 }

 /* ✅ Responsive Styles */
 @media (max-width: 768px) {
     .spec-grid {
         grid-template-columns: 1fr;
         /* single column on mobile */
     }

     .spec-row {
         flex-direction: column;
         align-items: flex-start;
     }

     .spec-row span {
         margin-top: 5px;
         text-align: left;
         color: #444;
     }
 }

 .rate {
     float: left;
     padding: 0 10px 0 0;
 }

 .rate:not(:checked)>input {
     position: absolute;
     top: -9999px;
 }

 .rate:not(:checked)>label {
     float: right;
     width: 15px;
     overflow: hidden;
     white-space: nowrap;
     cursor: pointer;
     font-size: 21px;
     color: #ccc;
     margin-bottom: 0;
     line-height: 21px;
 }

 .rate:not(:checked)>label:before {
     content: '\2605';
 }

 .rate>input:checked~label {
     color: #ffc700;
 }

 .rate:not(:checked)>label:hover,
 .rate:not(:checked)>label:hover~label {
     color: #deb217;
 }

 .rate>input:checked+label:hover,
 .rate>input:checked+label:hover~label,
 .rate>input:checked~label:hover,
 .rate>input:checked~label:hover~label,
 .rate>label:hover~input:checked~label {
     color: #c59b08;
 }

 .product-dtl p {
     font-size: 14px;
     line-height: 24px;
     color: #7a7a7a;
 }

 .product-dtl .form-control {
     font-size: 15px;
 }

 .product-dtl label {
     line-height: 16px;
     font-size: 15px;
 }

 .form-control:focus {
     outline: none;
     box-shadow: none;
 }

 .product-count {
     margin-top: 15px;
 }

 .product-count .qtyminus,
 .product-count .qtyplus {
     width: 34px;
     height: 34px;
     background: #212529;
     text-align: center;
     font-size: 19px;
     line-height: 36px;
     color: #fff;
     cursor: pointer;
 }

 .product-count .qtyminus {
     border-radius: 3px 0 0 3px;
 }

 .product-count .qtyplus {
     border-radius: 0 3px 3px 0;
 }

 .product-count .qty {
     width: 60px;
     text-align: center;
 }

 .round-black-btn {
     border-radius: 4px;
     background: #212529;
     color: #fff;
     padding: 7px 45px;
     display: inline-block;
     margin-top: 20px;
     border: solid 2px #212529;
     transition: all 0.5s ease-in-out 0s;
 }

 .round-black-btn:hover,
 .round-black-btn:focus {
     background: transparent;
     color: #212529;
     text-decoration: none;
 }

 .product-info-tabs {
     margin-top: 25px;
 }

 .product-info-tabs .nav-tabs {
     border-bottom: 2px solid #d8d8d8;
 }

 .product-info-tabs .nav-tabs .nav-item {
     margin-bottom: 0;
 }

 .product-info-tabs .nav-tabs .nav-link {
     border: none;
     border-bottom: 2px solid transparent;
     color: #323232;
 }

 .product-info-tabs .nav-tabs .nav-item .nav-link:hover {
     border: none;
 }

 .product-info-tabs .nav-tabs .nav-item.show .nav-link,
 .product-info-tabs .nav-tabs .nav-link.active,
 .product-info-tabs .nav-tabs .nav-link.active:hover {
     border: none;
     border-bottom: 2px solid #d8d8d8;
     font-weight: bold;
 }

 .product-info-tabs .tab-content .tab-pane {
     padding: 30px 20px;
     font-size: 15px;
     line-height: 24px;
     color: #7a7a7a;
 }

 .review-form .form-group {
     clear: both;
 }

 .mb-20 {
     margin-bottom: 20px;
 }

 .review-form .rate {
     float: none;
     display: inline-block;
 }

 .review-heading {
     font-size: 24px;
     font-weight: 600;
     line-height: 24px;
     margin-bottom: 6px;
     text-transform: uppercase;
     color: #000;
 }

 .review-form .form-control {
     font-size: 14px;
 }

 .review-form input.form-control {
     height: 40px;
 }

 .review-form textarea.form-control {
     resize: none;
 }

 .review-form .round-black-btn {
     text-transform: uppercase;
     cursor: pointer;
 }

 .breadcrumbs {
     font-size: 14px;
     color: #000;
 }

 .breadcrumbs a {
     text-decoration: none;
     color: #000;
     margin: 0 5px;
 }

 .breadcrumbs a:hover {
     text-decoration: underline;
 }

 .breadcrumbs span {
     color: #000;
     margin: 0 5px;
 }

 .product-grid {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
     gap: 3rem;
     max-width: 1200px;
     margin: auto;
 }

 .card {
     background-color: #fff;
     border-radius: 8px;
     box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
     text-align: center;
     padding: 48px;
     transition: transform 0.2s;
 }

 .card:hover {
     transform: translateY(-5px);
 }

 .card img {
     max-width: 100%;
     height: auto;
     margin-bottom: 1rem;
 }

 .card h3 {
     font-size: 1.1rem;
     font-weight: bold;
     margin: 0.5rem 0;
     color: #222;
 }

 .card p {
     font-size: 0.95rem;
     color: #666;
     margin-bottom: 1.5rem;
 }

 .card button {
     background-color: #0083ff;
     color: white;
     border: none;
     padding: 0.6rem 1.2rem;
     border-radius: 6px;
     cursor: pointer;
     font-weight: 600;
     transition: background 0.3s ease;
 }

 .card .btns {
     background-color: #fff;
     color: #0083ff;
     padding: 9px 1.1rem;
     border-radius: 6px;
     cursor: pointer;
     font-weight: 600;
     transition: background 0.3s ease;
     border: 1px solid #0083ff;
 }

 .card .btns:hover {
     background-color: #fff;
     color: #0083ff;
 }

 .card button:hover {
     background-color: #0000cc;
 }

 @media (max-width: 480px) {
     .carousel-indicators {
         position: absolute;
         right: 0;
         bottom: 8px;
         left: 0;
         z-index: 2;
         display: flex;
         justify-content: center;
         padding-left: 0;
         margin-right: 15%;
         margin-left: 15%;
         gap: 6px;
         list-style: none;
     }

     .carousel-indicators [data-bs-target] {
         background-color: #fff;
         width: 12px;
         height: 12px;
         /* border: #000080; */
         border-radius: 50%;
     }

     .stats-item h2 {
         color: #00d1b2;
         font-weight: 600;
         font-size: 1.5rem;
     }

     .about-section {
         padding: 40px 0;
     }

     .footer-top img {
         height: 35px;
         /* margin: 0 10px; */
     }

     .card {
         padding: 1rem;
     }

     .circle-bg {
         position: absolute;
         top: 50%;
         left: 19%;
         width: 150px;
         height: 150px;
         background-color: #e6fffc;
         border-radius: 50%;
         transform: translate(-50%, -50%);
         z-index: -1;
     }

     .logo img {
         height: 38px !important;
         margin-right: 10px;
         display: flex;
     }

     .liness {
         margin-top: 4px !important;
     }

     .ft {
         display: block;
         justify-content: space-between;
         align-items: center;
         font-size: 15px !important;
     }
 }

 @media screen and (max-width:320px) {
     .carousel-indicators [data-bs-target] {
         background-color: #fff;
         width: 12px;
         height: 12px;
         /* border: #000080; */
         border-radius: 50%;
     }

     .carousel-indicators {
         position: absolute;
         right: 0;
         bottom: 8px;
         left: 0;
         z-index: 2;
         display: flex;
         justify-content: center;
         padding-left: 0;
         margin-right: 15%;
         margin-left: 15%;
         gap: 6px;
         list-style: none;
     }

     .pt-50 {
         padding-top: 25px;
     }

     .pb-80 {
         padding-bottom: 25px;
     }

     .footer-top img {
         height: 33px !important;
         margin: 0px;
     }

     .bn {
         padding: 0px 47px;
     }

     .ft {
         display: block;
         justify-content: space-between;
         align-items: center;
         font-size: 15px !important;
     }

     .logo img {
         height: 33px !important;
     }

     .header-content {
         display: flex;
         justify-content: space-between;
         align-items: center;
         padding: 3px 0;
     }

     .circle-bg {
         position: absolute;
         top: 50%;
         left: 19%;
         width: 150px;
         height: 150px;
         background-color: #e6fffc;
         border-radius: 50%;
         transform: translate(-50%, -50%);
         z-index: -1;
     }

     .liness {
         margin-top: 10px;
     }

     .dropdown-content {
         min-width: 298px !important;
         top: 104%;
     }
 }

 .ft {
     font-size: 18px;
     font-weight: 500;
 }

 /* 150px */

 @media only screen and (min-width: 1030px) and (max-width: 1366px) {
     .submenu {
         display: none;
         position: absolute;
         background: #fff;
         top: 100%;
         left: -187px;
         min-width: fit-content;
         border: 1px solid #ddd;
         box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);

         list-style: none;
     }

     .nav-links a {
         text-decoration: none;
         color: #000;
         font-weight: 500;
         font-size: 18px !important;
     }

     .submenu a {
         display: block;
         padding: 8px 10px 8px 10px;
         color: #000;
         min-width: max-content;
         font-size: 16px !important;
         text-decoration: none;
     }
 }