
body p{

  font-family: "Lora", serif;
}
body h1,h2,h3,h4,h5{
  font-family: "Marcellus", serif;
}
.btn{
    font-family: "Marcellus", serif;
}

.ancizar {
  font-family: "Ancizar Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: auto;
  font-style: normal;
}

body {
  user-select: none;
 
  background-color:#f8f9fa;
}


.top-contact-bar {
  background-color: #000 !important; 
  color: var(--text-white);
  font-size: 0.9rem;
}





.hero-section {
  background-color: #012060 !important;

  position: relative;
  height: 80vh; 
  min-height: 600px;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden; 
  transition: background-image 0.5s ease-in-out;
    height: 85vh;
  background-size: cover;
  background-position: center;
  transition: background-image 1s ease-in-out;
}


@media (max-width: 767.98px) {
  .hero-section {

     transition: background-image 0.5s ease-in-out !important;
  }
}


.pagination-dots {
    display: none !important;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.dot {
  width: 12px;
  height: 12px;
  background-color:#012060 !important;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dot.active {
  background-color: #00AFEE !important;
}

@media (max-width: 991.98px) {
  .top-contact-bar {
    display: none !important; 
  }

  .navbar-brand {
    margin-right: auto; 
  }

  .navbar-nav {
    text-align: center;
    margin-top: 1rem;
  }

  .navbar-nav .nav-item {
    margin-bottom: 0.5rem;
  }

  .navbar-nav .nav-item:last-child {
    margin-bottom: 0;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-description {
    font-size: 1rem;
  }

  .hero-section {
    min-height: 500px;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pagination-dots {
    position: static; 
    transform: none;
    justify-content: center;
    margin-top: 3rem;
  }
}

@media (max-width: 767.98px) {
  .hero-title {
    font-size: 2rem;
  }
  .hero-description {
    font-size: 0.9rem;
  }
  .custom-btn-print,
  .custom-btn-outline-quote {
    width: 100%;
  }
}




@media (max-width: 991.98px) {
  .top-contact-bar {
    display: none !important;
  }

  .navbar-brand {
    margin-right: auto; 
  }

  .navbar-nav {
    text-align: center;
    margin-top: 1rem;
  }

  .navbar-nav .nav-item {
    margin-bottom: 0.5rem;
  }

  .navbar-nav .nav-item:last-child {
    margin-bottom: 0;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-description {
    font-size: 1rem;
  }

  .hero-section {
    min-height: 500px;
    height: auto;
    padding-top: 80px; 
    padding-bottom: 80px;
  }

  .pagination-dots {
    position: static; 
    transform: none;
    justify-content: center;
    margin-top: 3rem;
  }

  .section-title {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .hero-title {
    font-size: 2rem;
  }
  .hero-description {
    font-size: 0.9rem;
  }
  .custom-btn-print,
  .custom-btn-outline-quote {
    width: 100%;
  }

  .section-title {
    font-size: 1.8rem;
  }
}

@media (min-width: 992px) {
  .col-lg-2 {
    flex: 0 0 auto;
    width: 20%; 
  }
}



.book-printing-section {
  height: 100vh; 
  display: flex;
}

.left-section {
  background-color:#012060;
  background-image: url("../images/bg-pattern.webp"); 
  background-repeat: repeat;
  position: relative;
  overflow: hidden; 
  padding-bottom: 100px;
}

.book-container {
  position: relative;
  width: 70%; 
  max-width: 400px;
  z-index: 1;
}

.book-image {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); 
}

.submit-query-btn {
  background-color: #00AFEE;
  color: black;
  border: none;
  padding: 15px 30px;
  border-radius: 30px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: absolute;
  bottom: 100px; 
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; 
}

.submit-query-btn:hover {
  background-color: transparent;
  border: 2px white solid;
  color: white;
}

.right-section {
  background-color: white;
  background-image: url("../images/bg-pattern.webp");
  background-repeat: repeat;
  display: flex;
  align-items: center; 
  justify-content: center;
}

.content-wrapper {
  max-width: 600px; 
  padding: 20px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--text-dark);
  margin-bottom: 15px;
  line-height: 1.2;
}

.section-description {
  font-size: 1.1rem;
  color: var(--text-medium);
  margin-bottom: 30px;
}

.service-card {
  background-color: white;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 8px 16px var(--card-shadow);
  height: 100%; 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.icon-circle {
  width: 80px;
  height: 80px;
  background-color: white; 
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}

.card-icon {
  width: 50px;
  height: 50px;
  color: var(--accent-color); 
}

.step-number {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--accent-color);
  margin-bottom: 10px;
}

.step-title {
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--text-dark);
  margin-bottom: 10px;
}

.step-description {
  font-size: 0.95rem;
  color: var(--text-medium);
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  .left-section,
  .right-section {
    min-height: auto; 
  }
}


@media (max-width: 767.98px) {





  .book-printing-section {
    height: auto; 
    flex-direction: column;
  }

  .left-section,
  .right-section {
    min-height: 50vh; 
    padding: 30px 15px;
  }

  .left-section {
    padding-bottom: 80px; 
  }

  .book-container {
    width: 60%;
    max-width: 300px;
    margin-top: 0;
  }

  .submit-query-btn {
    position: static; 
    transform: none;
    margin-top: 30px;
    width: 80%;
    max-width: 300px;
  }

  .section-title {
    font-size: 2rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .service-card {
    padding: 20px;
  }

  .icon-circle {
    width: 70px;
    height: 70px;
  }

  .card-icon {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 575.98px) {
  .section-title {
    font-size: 1.8rem;
  }
  .step-title {
    font-size: 1.2rem;
  }
  .step-description {
    font-size: 0.9rem;
  }
}

.reviews-section{
  background-color: white !important;
  margin-top: 150px;
}

.reviews-section .card {
  color: white;
  background-color: #012060;
  border: none;
  
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s;
}
.reviews-section .card:hover {
  transform: translateY(-5px);
}



  .print-book-section {
            background-color: #ffffff;
            background-image: url("https://thenordroom.com/wp-content/uploads/2022/01/home-library-bookshelf-wall-nordroom.jpg"); /* Blurred background image */
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            position: relative;
            padding: 80px 0; 
            color: var(--text-white);
            overflow: hidden; 
        }

      
        .print-book-section::before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(63, 30, 79, 0.7);
            z-index: 1;
        }

        .print-book-section .container {
            position: relative;
            z-index: 2;
        }

        .section-title {
            font-size: 2.8rem;
            font-weight: bold;
            margin-bottom: 30px;
            line-height: 1.2;
        }

        .feature-list {
            list-style: none;
            padding: 0;
            margin-bottom: 40px;
            display: flex;
            flex-wrap: wrap;
            gap: 20px 40px; 
        }

        .feature-item {
            display: flex;
            align-items: center;
            font-size: 1.1rem;
            font-weight: 500;
        }

        .feature-item .check-icon {
            width: 20px;
            height: 20px;
            margin-right: 10px;
            color: var(--check-color); 
        }

        .contact-options {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin-top: 30px;
        }

        .contact-item {
            display: flex;
            align-items: center;
            gap: 15px;
            font-size: 1.1rem;
            font-weight: 500;
        }

        .contact-circle {
            width: 60px;
            height: 60px;
            background-color: var(--icon-bg);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0; 
        }

        .contact-icon {
            width: 30px;
            height: 30px;
            color: var(--icon-color);
        }

        .badge-images {
            display: flex;
            justify-content: center; 
            align-items: center;
            gap: 30px;
            flex-wrap: wrap;
            margin-top: 40px; 
        }

        .badge-image {
            max-width: 150px;
            height: auto;
            display: block;
        }

        @media (min-width: 768px) {
            .print-book-section {
                padding: 100px 0;
            }
            .section-title {
                font-size: 3.2rem;
            }
            .badge-images {
                margin-top: 0; 
                justify-content: flex-end;
            }
        }

        @media (max-width: 767.98px) {
            .section-title {
                font-size: 2.2rem;
                text-align: center;
            }
            .feature-list {
                justify-content: center;
                text-align: center;
            }
            .contact-options {
                justify-content: center; 
            }
            .badge-images {
                gap: 20px; 
            }
            .badge-image {
                max-width: 120px; 
            }
        }

        @media (max-width: 575.98px) {
            .section-title {
                font-size: 1.8rem;
            }
            .feature-item {
                font-size: 1rem;
            }
            .contact-item {
                font-size: 1rem;
            }
            .contact-circle {
                width: 50px;
                height: 50px;
            }
            .contact-icon {
                width: 25px;
                height: 25px;
            }
        }

        .contact-circle i {
  font-size: 1.2rem;
  margin-left: 70px;

}


        @media (max-width: 767.98px) {

       .contact-circle i {
  font-size: 1.2rem;
  margin-left: 0px !important;

}

        }





            .info-section {
            padding: 60px 0;
        }

        .info-section .row {
            margin-bottom: 60px;
        }

        .info-section .row:last-child {
            margin-bottom: 0; 
        }

        .info-content {
            padding: 20px; 
        }

        .info-image {
            padding: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .info-image img {
            max-width: 100%;
            height: auto;
            border-radius: 8px; 
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }

        .section-heading {
          color: #000 !important;
            font-size: 2.2rem;
            font-weight: bold;
            color: var(--primary-text);
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .section-paragraph {
          color: #000 !important;
            font-size: 1rem;
            color: var(--secondary-text);
            line-height: 1.6;
            margin-bottom: 15px;
        }

        @media (max-width: 767.98px) {
            .info-section .row {
                margin-bottom: 40px; 
            }
            .info-content,
            .info-image {
                padding: 15px; 
            }
            .section-heading {
                font-size: 1.8rem;
                text-align: center;
            }
            .section-paragraph {
                font-size: 0.95rem;
                text-align: center;
            }
            
            .order-md-first {
                order: -1;
            }
        }

        @media (min-width: 768px) {
            .info-section .row {
                align-items: center;
            }
        }





           .contact-section {
            background-color: white;
            background-image: url("../images/bg-pattern.webp"); 
            background-repeat: repeat;
            background-size: auto; 
            padding: 60px 0;
            min-height: 100vh;
            display: flex;
            align-items: center;
        }

        .book-display-area {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
            min-height: 400px; 
        }

        .book-image-container {
            position: relative;
            width: 100%;
            max-width: auto;
            z-index: 2;
        }

        .book-image {
            width: 100%;
            height: auto;
            display: block;
            
            
        }

        .star-rating-bubble {
            position: absolute;
            top: 15%; 
            left: 5%;
            background-color: var(--testimonial-bg);
            padding: 10px 15px;
            border-radius: 10px;
            box-shadow: 0 4px 10px var(--testimonial-shadow);
            display: flex;
            gap: 5px;
            z-index: 3;
        }

        .star-rating-bubble .star {
            color: var(--star-color);
            font-size: 1.2rem;
        }

        .red-arrow {
            position: absolute;
            top: 30%; 
            left: 25%;
            width: 50px; 
            height: auto;
            transform: rotate(15deg); 
            z-index: 3;
        }

        .testimonial-bubble {
          background-color: #00AFEE;
          opacity: 0.8;
            position: absolute;
            bottom: 10%; 
            right: 5%;
            padding: 15px;
            border-radius: 10px;
            box-shadow: 0 4px 10px var(--testimonial-shadow);
            max-width: 200px;
            text-align: center;
            font-size: 0.9rem;
            line-height: 1.4;
            z-index: 3;
        }

        .testimonial-bubble::before {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid var(--testimonial-bg);
            bottom: -10px; 
            left: 50%;
            transform: translateX(-50%);
        }

        .testimonial-bubble strong {
            display: block;
            margin-top: 5px;
            font-size: 1rem;
            color: var(--primary-text);
        }

        .contact-form-area {
            padding: 20px;
        }

        .form-title {
            font-size: 2.2rem;
            font-weight: bold;
            color: var(--primary-text);
            margin-bottom: 10px;
            line-height: 1.2;
        }

        .form-subtitle {
            font-size: 1.1rem;
            color: var(--secondary-text);
            margin-bottom: 30px;
        }

        .form-control, .form-select {
          background-color:#f8f9fa;
            border-radius: 8px;
            padding: 12px 15px;
            border: 1px solid var(--input-border);
            box-shadow: none; 
        }

        .form-control:focus, .form-select:focus {
            border-color: var(--input-focus-border);
            box-shadow: 0 0 0 0.25rem rgba(160, 160, 160, 0.25);
        }
        

        textarea.form-control {
            min-height: 120px;
            resize: vertical;
        }

        .submit-btn {
            background-color:#012060;
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 30px;
            font-size: 1.1rem;
            font-weight: bold;
            cursor: pointer;
            transition: background-color 0.3s ease;
            width: 100%;
            max-width: 200px;
            margin-top: 20px;
        }

        .submit-btn:hover {
            background-color:#00AFEE;
            color: #000;
        }

        @media (max-width: 991.98px) {
            .contact-section {
                padding: 40px 0;
            }
            .book-display-area {
                min-height: 350px;
                margin-bottom: 40px; 
            }
            .book-image-container {
                width: 70%;
            }
            .star-rating-bubble {
                top: 5%;
                left: 0;
                padding: 8px 12px;
                font-size: 1rem;
            }
            .red-arrow {
                top: 20%;
                left: 15%;
                width: 40px;
            }
            .testimonial-bubble {
                bottom: 5%;
                right: 0;
                padding: 12px;
                font-size: 0.85rem;
                max-width: 180px;
            }
            .form-title {
                font-size: 1.8rem;
                text-align: center;
            }
            .form-subtitle {
                font-size: 1rem;
                text-align: center;
            }
            .submit-btn {
                max-width: 180px;
                margin-left: auto;
                margin-right: auto;
                display: block;
            }
        }

        @media (max-width: 767.98px) { 
            .book-display-area {
                min-height: 300px;
            }
            .book-image-container {
                width: 80%;
            }
            .star-rating-bubble {
                top: 0;
                left: 5%;
            }
            .red-arrow {
                top: 15%;
                left: 20%;
            }
            .testimonial-bubble {
                bottom: 0;
                right: 5%;
            }
            .form-title {
                font-size: 1.6rem;
            }
            .form-subtitle {
                font-size: 0.9rem;
            }
        }


        


   .container-wrapper {
            display: flex;
            flex-wrap: wrap;
        }
        .left-panel {
            width: 100%;
            background-color: #012060;
            background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%234A1F45' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
            padding: 2rem;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
            text-align: center;
        }
        .image-container {
            flex-grow: 1;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .book-image {
  
            transition: transform 0.5s;
        }
        .book-image:hover {
            transform: rotate(0deg);
        }
        .submit-button {
     
            background-color: #00AFEE;color: #000;
            font-weight: bold;
            padding: 0.75rem 2rem;border-radius: 0.5rem;border: none;
            cursor: pointer;
            transition: background-color 0.3s;
            margin-top: 2rem;
          border-radius: 50px;}
        .submit-button:hover {
            background-color: transparent; color: white;
          border: 2px white solid;
          
        
        }
     
      
        .right-panel {
            width: 100%;
            background-color: #F8F8F8;
            background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23E9E9E9' fill-opacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            padding: 2rem;
        }
        .main-heading {
            font-size: 1.875rem;font-weight: 700;
            color: #1F2937;margin-bottom: 1rem;
        }
        .sub-heading {
            color: #4B5563;margin-bottom: 3rem;}
        .steps-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2rem;
        }
        .step-card {
            background-color: #012060;
            padding: 1.5rem;
            border-radius: 1rem;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);text-align: center;
        }
        .icon-container {
            background-color: #00AFEE;display: inline-flex;
            padding: 1rem;
            border-radius: 9999px;margin-bottom: 1rem;
        }
        .material-icons {
            color: #000;font-size: 1.875rem;}
        .step-title {
          color: white;
            font-weight: 600;font-size: 1.25rem;margin-bottom: 0.5rem;
        }
        .step-description {
            color: #ffffff;font-size: 0.875rem;}@media (min-width: 640px) {
            .left-panel, .right-panel {
                padding: 3rem;
            }
            .main-heading {
                font-size: 2.25rem;}
            .steps-grid {
                grid-template-columns: repeat(2, 1fr);}
            .book-image {
                max-width: 24rem;}
        }@media (min-width: 1024px) {
            .left-panel {
                width: 50%;
                padding: 4rem;
            }
            .right-panel {
                width: 50%;
                padding: 4rem;
            }
            .main-heading {
                font-size: 3rem;}
             .book-image {
                max-width: 28rem;}
        }



        .hero-section {
            position: relative;
            height: 90vh !important; 
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: white;
            background: url('/placeholder.svg?height=1080&width=1920') no-repeat center center/cover;
            overflow: hidden; 
        }

        .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.8); 
            z-index: 1;
        }

        .hero-content {
            position: relative;
            z-index: 2;
            max-width: 800px;
            padding: 20px;
        }

        .hero-content h1 {
            font-size: 3.5rem !important;
            font-weight: bold;
            margin-bottom: 20px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
        }

        .hero-content p {
            font-size: 1.25rem;
            margin-bottom: 30px;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
        }



        @media (max-width: 768px) {
          .hero-section{
            height: 92vh !important;
          }
            .hero-content h1{
              font-size: 2rem;
            }
            .hero-content p {
                font-size: 1rem;
            }
            .hero-content .btn {
                width: 100%; 
                margin-bottom: 10px;
            }
            .hero-content .d-md-flex {
                flex-direction: column; 
            }
        }
        .btn-start{
          background-color: #00AFEE
          ;
          border-radius: 50px;
        }
          .btn-start:hover{
          background-color: transparent;
          border: 2px white solid;
        }

.btn-outline-light{
  border-radius: 50px;
}
        .btn-outline-light:hover{
          background-color: #00AFEE;
          color: #000;
          border-radius: 50px;
           border: none;



        }









.service{
  background-color: #ffffff;
}

         .section-title {
            font-weight: 700;
            font-size: 2.5rem;
            text-align: center;
            margin-bottom: 1rem;
        }
        .section-subtitle {
            font-size: 1.1rem;
            color: #6c757d;
            text-align: center;
            margin-bottom: 4rem;
        }
        .service-card {
            background-color:#f4f4f4;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        .service-card:hover {
            transform: translateY(-10px);
        }
        .service-card .card-img-container {
            border-radius: 15px;
            padding: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .service-card .card-img-container img {
            max-width: 100%;
            max-height: 250px;
            object-fit: contain;
            border-radius: 10px;
        }
        .service-card .card-body {
            padding: 1.5rem;
            background-color: #f4f4f4;
            border-bottom-left-radius: 15px;
            border-bottom-right-radius: 15px;
            flex-grow: 1;
        }
        .service-card .card-title {
            font-weight: 600;
            font-size: 1.25rem;
            color: #343a40;
            margin-bottom: 0.75rem;
        }
        .service-card .card-text {
            color: #6c757d;
            font-size: 0.95rem;
        }
        .service-card .learn-more {
            color: #343a40;
            font-weight: 600;
            text-decoration: underline;
        }
        .color-1 { background-color: #fef3c7; }
        .color-2 { background-color: #d1fae5; }
        .color-3 { background-color: #fef3c7; }
        .color-4 { background-color: #fee2e2; }
        .color-5 { background-color: #e0e7ff; }
        @media (max-width: 768px) {
            .section-title {
                font-size: 2rem;
            }
        }




.print-section {
  position: relative;
  background: url('../images/Rectangle 8.jpg') no-repeat center center;
  background-size: cover;
  padding: 60px 0;
  color: white; 
  z-index: 1;
}

.print-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

  .print-section a {
    text-decoration: none;
    color: #fff;
  }

  .print-section h1 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .features-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
  }

  .features-list li {
    display: inline-block;
    margin-right: 25px;
    font-size: 1.1rem;
  }

  .features-list .material-symbols-outlined {
    vertical-align: middle;
    margin-right: 8px;
    color: #e83e8c;
  }

  .contact-info {
    flex-wrap: wrap;
  }

  .contact-info .icon {
    background-color: white;
    color: #4a0e6c;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-right: 15px;
  }

  .contact-info span {
    font-size: 1.1rem;
  }

  .badge-img {
    border-radius: 50px;
    max-width: 100px;
  }

  @media (max-width: 991.98px) {
    .print-section h1 {
      font-size: 2.5rem;
    }

    .badges-container {
      margin-top: 30px;
    }
  }

  @media (max-width: 767.98px) {
    .print-section {
      text-align: center;
    }

    .features-list li {
      display: block;
      margin-bottom: 10px;
    }

    .contact-info {
      justify-content: center !important;
      align-items: center;
    }

    .badge-img {
      max-width: 80px;
    }
  }



  
@media (min-width: 400px) {
 .display-4{
  font-size: 10px !important;
 }
}




@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2rem !important;
    }
}