body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    background-image: url(./04-2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center; */
    min-height: 100vh;
    
}

header {
    background-color: #003399;
    padding: 10px 0;
}

nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

nav ul li {
    margin: 0 15px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.hero {
    background-color: #005bff;
    color: white;
    padding: 50px 0;
    text-align: center;
}

.delivery-info {
    background-color: white;
    padding: 20px;
    margin: 20px auto;
    width: 80%;
    max-width: 600px;
    border-radius: 10px;
}

.delivery-info form {
    display: flex;
    flex-direction: column;
}

.delivery-info form label,
.delivery-info form input,
.delivery-info form select,
.delivery-info form button {
    margin: 10px 0;
}

.additional-info {
    display: flex;
    justify-content: space-around;
    padding: 20px;
    margin: 0% 10%;
}

.additional-info div {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    width: 23%;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

footer {
    background-color: #003399;
    color: white;
    text-align: center;
    padding: 10px 0;
}

.why-send {
    background-color: #002d72;
    color: white;
    padding: 50px;
    text-align: center;
}


.benefits {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.benefit {
    background-color: white;
    color: #002d72;
    padding: 20px;
    border-radius: 10px;
    width: 30%;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    text-align: left;
}

.benefit img {
    width: 100%;
    border-radius: 10px;
}

.benefit h3 {
    margin-top: 10px;
}

.benefit p {
    margin-top: 10px;
}


.container {
    max-width: 100%;
    margin: 0% 10%;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header {
    text-align: center;
    padding: 20px;
    background-color: #f0f0f0;
    border-radius: 10px;
}
.header h1 {
    margin: 0;
    color: #001489;
}
.pricing-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}
.pricing-table th,
.pricing-table td {
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
}
.pricing-table th {
    background-color: #f0f0f0;
}
.send-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-top: 20px;
}
.send-container h2 {
    margin: 0;
    font-size: 1.5em;
    color: #001489;
}
.send-container p {
    margin: 0;
    font-size: 1em;
    color: #333;
}
.send-button {
    background-color: #001489;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}
.send-button:hover {
    background-color: #003bb3;
}
.easy-ways {
    text-align: center;
    margin: 40px 0;
}
.easy-ways h2 {
    font-size: 1.8em;
    color: #001489;
}
.easy-ways p {
    font-size: 1em;
    color: #333;
}
.cards-container {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.card {
    width: 30%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.card img {
    width: 100%;
    height: auto;
}
.card-content {
    padding: 20px;
}
.card-content h3 {
    margin: 0 0 10px 0;
    color: #001489;
    font-size: 1.2em;
}
.card-content p {
    margin: 0 0 10px 0;
    font-size: 1em;
    color: #333;
}
.card-content a {
    color: #001489;
    text-decoration: none;
    font-weight: bold;
}
.card-content a:hover {
    text-decoration: underline;
}


.container1 {
    width: 80%;
    margin: auto;
    padding: 20px;
}

h1 {
    color: #2c3e50;
}

.delivery-options {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.option {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.option h2 {
    color: #3498db;
}

.send-abroad {
    display: flex;
    align-items: center;
    background: #2c3e50;
    color: #fff;
    padding: 20px;
    border-radius: 5px;
}

.send-abroad img {
    width: 50%;
    border-radius: 5px;
    margin-right: 20px;
}

.abroad-text h2 {
    margin-top: 0;
}

.abroad-text button {
    background: #3498db;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.abroad-text button:hover {
    background: #2980b9;
}

.faq-section {
    background-color: #4B0082;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.faq-section h2 {
    margin: 0 0 20px;
}

.faq {
    margin-bottom: 10px;
}

.faq-question {
    background: #fff;
    color: #4B0082;
    border: none;
    padding: 15px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
}

footer {
    background-color: #f8f8f8;
    padding: 20px;
    color: #000;
    margin: 0% 5%;
}

.footer-links {
    display: flex;
    justify-content: space-around;
    margin-top: 0px;
    background-color: #2C3E50;
    color: #ffffff;
    padding: 20px;
}

.footer-back{
    background-color: #2C3E50;
    color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    margin: 20px auto;
    
}

.footer-bottom{
    background-color: #2C3E50;
    color: #ffffff;
    padding: 20px;
    text-align: center;
    height: 150px;
    
}

.end-footer{
    font-size: 15px;
    
}

.sponsor{
    max-width: 200px;
    height: 200px;
    display: flex;
    justify-content: space-around
    padding: 
    
}

.sponsor img{
    width: 200px;
    height: 100px;
}

.sponsor-2{
    width: 10px;
}

.footer-column h3 {
    margin-top: 0;
}

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

.footer-column ul li {
    margin: 5px 0;
}

.footer-column ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
}

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

.footer-bottom {
    text-align: center;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 10px;
}

.footer-bottom ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

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

.footer-bottom ul li a {
    text-decoration: none;
    color: #4B0082;
}

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

.footer-bottom p {
    margin: 10px 0;
    font-size: 12px;
}

.social-links a img {
    width: 30px;
    height: 30px;
    margin: 0 5px;
    background-color: #F8F8F8;
    border-radius: 50%;
    padding: 20px 20px 20px;
    
}


.logo{
    margin-right: 70%;
    line-height: 5px;
    margin-top: 2%;
}
.logo h1{
   color: #ffffff;
   font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.logo h3{
    color: #ffffff;
    font-size: 20px;
    font-style: italic;
}

.logo h1::first-letter{
    font-size: 3rem;
}


.carousel-container {
    margin: 0% 10%;
    width: 80%;
    height: 600px;
    overflow: hidden;
    /* border: 2px solid #ddd; */
    border-radius: 3px;
    background: #fff;
    /* margin-left: 365px; */
    /* position: absolute; */
    margin-top: 20px;
}

.carousel-slide {
    display: flex;
    width: 100%;
    transition: transform 0.5s ease-in-out;
}

.carousel-slide img {
    min-width: 100%;
    height: 600px;
    border-right: 2px solid #ddd;
}

.carousel-slide img:last-child {
    border-right: none;
}

/* .radio-buttons { */
    /* margin-top: 420px; */
    /* display: flex; */
    /* justify-content: center; */
    /* gap: 10px; */
    /* z-index: 0; */
    /* position: absolute; */
    /* margin-left: 650px; */
/* } */

/* .radio-buttons input[type="radio"] { */
    /* display: none; */
/* } */

.radio-buttons input[type="radio"]:checked + .carousel-container .carousel-slide {
    transform: translateX(calc(-100% * var(--slide-index)));
}





header {
    background-color: #007bff;
    color: white;
    padding: 1em 0;
    text-align: center;
  }
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2em;
  }
  .hero {
    text-align: center;
    margin-bottom: 2em;
  }
  .hero h1 {
    margin: 0;
    font-size: 3em;
  }
  .hero p {
    font-size: 1.2em;
  }

  
  .tracking {
    /* background: white; */
    /* padding: 2em; */
    width: 100%;
    height: 200px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /* margin-left: 330px; */
  }
  .tracking input {
    width: 100%;
    padding: 1em;
    margin-right: 1em;
    border: 1px solid #ddd;
    border-radius: 5px;
  }
  .tracking button {
    padding: 1em 2em;
    border: none;
    background-color: #007bff;
    color: white;
    border-radius: 5px;
    cursor: pointer;
  }
  .tracking-result {
    margin-top: 2em;
    padding: 1em;
    background-color: #e9ecef;
    border-radius: 5px;
    display: none;
  }




/* Updated tracking style */
#trackingForm {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#trackingForm label {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}
#trackingForm input, #trackingForm button {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid #ccc;
}
#trackingForm button {
    background-color: #007bff;
    color: #fff;
    border: none;
}
#result {
    margin-top: 20px;
    background-color: rgba(134, 122, 122, 0.1);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    max-width: 800px;
}
#result h2 {
    color: #007bff;
    margin-bottom: 10px;
    font-size: 1.3rem;
}
#result p {
    margin: 5px 0;
}
.tracking-status {
    color: red;
    font-weight: bold;
}
.barcode-img {
    display: block;
    margin: 0 auto 20px;
}
.shipment-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    background-color: #C2E7FC;
    font-size: 18px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.shipment-table th, .shipment-table td {
    border: 1px solid #ddd;
    padding: 8px;
}
.shipment-table th {
    background-color: #000000;
    text-align: left;
    color: #ffffff;
}



  .containerb {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2em;
  }
  .herob {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
  }
  .hero h1 {
    margin: 0;
    font-size: 3em;
    text-transform: capitalize;
  }
  .hero p {
    font-size: 1.2em;
  }
  .tracking {
    background: white;
    padding: 2em;
    width: 40%;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-left: 330px;
  }
  .tracking input {
    width: 60%;
    padding: 1em;
    margin-right: 1em;
    border: 1px solid #ddd;
    border-radius: 5px;
  }
  .tracking button {
    padding: 1em 2em;
    border: none;
    background-color: #007bff;
    color: white;
    border-radius: 5px;
    cursor: pointer;
  }
  .tracking-result {
    margin-top: 2em;
    padding: 1em;
    background-color: #e9ecef;
    border-radius: 5px;
    display: none;
  }




  .help-links a {
    color: #007BFF;
    text-decoration: none;
    display: block;
    margin-top: 10px;
}

.help-links a:hover {
    text-decoration: underline;
}

.info-section {
    background-color: #157AF6;
    color: #ffffff;
    padding: 60px 20px;
    text-align: center;
    max-width: 1000px;
    margin: 40px auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.info-section h2 {
    margin-top: 0;
    font-size: 32px;
    color: #ffffff;
}

.additional-features {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 40px 20px;
    background-color: #f4f6f8;
}

.additional-features img{
    
}
.feature-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    text-align: center;
    flex: 1;
    max-width: 300px;
}

.feature-box img {
    max-width: 80px;
    margin-bottom: 20px;
}

.feature-box h3 {
    margin-top: 0;
    font-size: 20px;
    color: #333;
}

.feature-box p {
    color: #666;
    font-size: 16px;
}

.feature-box a {
    color: #007BFF;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}

.feature-box a:hover {
    text-decoration: underline;
}


.containerk {
    max-width: 1200px;
    width: 100%;
    /* padding: 20px; */
    /* display: grid; */
    grid-template-columns: 1fr 1fr;
    display: flex;
    gap: 20px;
    margin: 0% 15%;
}
.card {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    width: 450px;
}
.card img {
    max-width: 100%;
    border-radius: 8px;
}
.card h2 {
    color: #1E1E1E;
    font-size: 1.5em;
}
.card p {
    color: #555;
    font-size: 1em;
}
.btn {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 10px;
    border: 2px solid #007BFF;
    border-radius: 5px;
    background: #007BFF;
    color: #fff;
    text-decoration: none;
    font-size: 1em;
}
.btn:hover {
    background: #0056b3;
    border-color: #0056b3;
}



/* TRACK YOUR PACKAGE */
.container12 {
    width: 70%;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
    text-align: center;
    color: #333;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

label {
    margin-bottom: 10px;
    font-weight: bold;
}

input {
    padding: 10px;
    margin-bottom: 20px;
    width: 80%;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1.2rem;
}

button {
    padding: 10px 20px;
    border: none;
    background-color: #007BFF;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
    text-transform: uppercase;
}

#result {
    margin-top: 20px;
    text-align: center;
    font-size: 1.2em;
    color: #333;
}




@media screen and (max-width: 884px){

    .containerk{
    max-width: 884px;
    width: 100%;
    /* padding: 20px; */
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr; */
    display: flex;
    /* gap: 20px; */
    margin-left: 0px;

    
    }
    




    .logo{
        /* margin-left: -45%; */
        line-height: 5px;
        /* margin-top: 2%; */
    }
    .logo h1{
       color: #ffffff;
       font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
       font-size: 16px;
    }
    
    .logo h3{
        color: #ffffff;
        font-size: 20px;
        font-style: italic;
    }
    
    .logo h1::first-letter{
        font-size: 2rem;
    }

    .social-links a img {
        width: 30px;
        height: 30px;
        margin: 0 5px;
        background-color: #F8F8F8;
        border-radius: 50%;
        padding: 5px 5px 5px;
        
    }
    
}    



@media screen and (max-width: 834px){
    .track-btn{
        background-color: #f00c0c;
        width: 120px;
        height: 35px;
        color: #ffffff;
        font-weight: bold;
        font-size: 16px;
        text-transform: capitalize;
        border-radius: 30PX;
        margin-left: 250px;
        position: absolute;
        margin-top: -5px;
        padding: 3px;
        
    }


.content-wrapper {
    max-width: 800px;
    margin-left: -5px;
    /* padding: 20px; */
    align-items: center;
    
}
.service-block {
    /* display: flex; */
    position: relative;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    width: 800px;
    
}
.service-image-container img {
    max-width: 80%;
    height: auto;
    border-radius: 8px;
    flex: 1;
}
.service-details {
    /* flex: 2; */
    /* padding-left: -60px; */
    width: 30%;
    height: 200px;
    margin-left: -100px;
}
.service-details h2 {
    color: #001A72;
    margin-top: 0px;
    font-size: 1.5rem;
}
.service-details p {
    font-size: 16px;
    line-height: 1.6;
}
.service-details a {
    color: #001A72;
    text-decoration: none;
}
.service-details a:hover {
    text-decoration: underline;
}
.action-button {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    font-size: 16px;
    color: #5f6193;
    background-color: #ffffff;
    text-decoration: none;
    border-radius: 30px;
    border-style: solid;
    border-width: 2;
    display: none;
}
.action-button:hover {
    background-color: #0041b3;
    color: #ffffff;
}

.content-wrapper{
   width: 100%;
}

.service-block{
   width: 100%;
   height: 350px;
}

.service-block img{
    width: 90%;
    height: 100%;
}

.service-details{
    height: 430px;
}

.service-block:hover{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border-radius: 10px;
}


    .logo{
        /* margin-left: -75%; */
        line-height: 5px;
        /* margin-top: 2%; */
    }
    .logo h1{
       color: #ffffff;
       font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
       font-size: 16px;
    }
    
    .logo h3{
        color: #ffffff;
        font-size: 20px;
        font-style: italic;
    }
    
    .logo h1::first-letter{
        font-size: 2rem;
    }

    .social-links a img {
        width: 30px;
        height: 30px;
        margin: 0 5px;
        background-color: #F8F8F8;
        border-radius: 50%;
        padding: 5px 5px 5px;
        
    }
    
}    



@media screen and (max-width: 800px){
    .track-btn{
        background-color: #f00c0c;
        width: 120px;
        height: 35px;
        color: #ffffff;
        font-weight: bold;
        font-size: 16px;
        text-transform: capitalize;
        border-radius: 30PX;
        margin-left: 250px;
        position: absolute;
        margin-top: -5px;
        padding: 3px;
        
    }


.content-wrapper {
    max-width: 800px;
    margin-left: -5px;
    /* padding: 20px; */
    align-items: center;
    
}
.service-block {
    /* display: flex; */
    position: relative;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    width: 800px;
    
}
.service-image-container img {
    max-width: 80%;
    height: auto;
    border-radius: 8px;
    flex: 1;
}
.service-details {
    /* flex: 2; */
    /* padding-left: -60px; */
    width: 30%;
    height: 200px;
    margin-left: -100px;
}
.service-details h2 {
    color: #001A72;
    margin-top: 0px;
    font-size: 1.5rem;
}
.service-details p {
    font-size: 16px;
    line-height: 1.6;
}
.service-details a {
    color: #001A72;
    text-decoration: none;
}
.service-details a:hover {
    text-decoration: underline;
}
.action-button {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    font-size: 16px;
    color: #5f6193;
    background-color: #ffffff;
    text-decoration: none;
    border-radius: 30px;
    border-style: solid;
    border-width: 2;
    display: none;
}
.action-button:hover {
    background-color: #0041b3;
    color: #ffffff;
}

.content-wrapper{
   width: 100%;
}

.service-block{
   width: 100%;
   height: 350px;
}

.service-block img{
    width: 90%;
    height: 100%;
}

.service-details{
    height: 430px;
}

.service-block:hover{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border-radius: 10px;
}


    .logo{
        /* margin-left: -75%; */
        line-height: 5px;
        /* margin-top: 2%; */
    }
    .logo h1{
       color: #ffffff;
       font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
       font-size: 16px;
    }
    
    .logo h3{
        color: #ffffff;
        font-size: 20px;
        font-style: italic;
    }
    
    .logo h1::first-letter{
        font-size: 2rem;
    }

    .social-links a img {
        width: 30px;
        height: 30px;
        margin: 0 5px;
        background-color: #F8F8F8;
        border-radius: 50%;
        padding: 5px 5px 5px;
        
    }
    
}    



@media screen and (max-width: 768px){
    .track-btn{
        background-color: #f00c0c;
        width: 120px;
        height: 35px;
        color: #ffffff;
        font-weight: bold;
        font-size: 16px;
        text-transform: capitalize;
        border-radius: 30PX;
        margin-left: 250px;
        position: absolute;
        margin-top: -5px;
        padding: 3px;
        
    }


.content-wrapper {
    max-width: 767px;
    margin-left: -5px;
    /* padding: 20px; */
    align-items: center;
    
}
.service-block {
    /* display: flex; */
    position: relative;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    width: 800px;
    
}
.service-image-container img {
    /* max-width: 80%; */
    width: 300px;
    height: auto;
    border-radius: 8px;
    flex: 1;
}
.service-details {
    /* flex: 2; */
    /* padding-left: -60px; */
    width: 30%;
    height: 200px;
    margin-left: -100px;
}
.service-details h2 {
    color: #001A72;
    margin-top: 0px;
    font-size: 1.5rem;
}
.service-details p {
    font-size: 16px;
    line-height: 1.6;
}
.service-details a {
    color: #001A72;
    text-decoration: none;
}
.service-details a:hover {
    text-decoration: underline;
}
.action-button {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    font-size: 16px;
    color: #5f6193;
    background-color: #ffffff;
    text-decoration: none;
    border-radius: 30px;
    border-style: solid;
    border-width: 2;
    display: none;
}
.action-button:hover {
    background-color: #0041b3;
    color: #ffffff;
}

.content-wrapper{
   width: 100%;
}

.service-block{
   width: 100%;
   height: 350px;
}

.service-block img{
    width: 90%;
    height: 100%;
}

.service-details{
    height: 430px;
}

.service-block:hover{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border-radius: 10px;
}


    .logo{
        /* margin-left: -75%; */
        line-height: 5px;
        /* margin-top: 2%; */
    }
    .logo h1{
       color: #ffffff;
       font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
       font-size: 16px;
    }
    
    .logo h3{
        color: #ffffff;
        font-size: 20px;
        font-style: italic;
    }
    
    .logo h1::first-letter{
        font-size: 2rem;
    }

    .social-links a img {
        width: 30px;
        height: 30px;
        margin: 0 5px;
        background-color: #F8F8F8;
        border-radius: 50%;
        padding: 5px 5px 5px;
        
    }
    
}    




@media screen and (max-width: 428px){

    .containerk{
        max-width: 425px;
        /* width: 100%; */
        /* padding: 20px; */
        /* display: grid; */
        /* grid-template-columns: 1fr 1fr; */
        /* display: flex; */
        /* gap: 20px; */
        margin-left: 0px;
        display: block;
    
        
        }

.container12 h1{
    font-size: 1.5rem;
    color: #e83b10;
}
    .container20 {
        max-width: 824px;
        margin: 0 auto;
        padding: 20px;
        text-align: center;
    }
    
    h1 {
        font-size: 2.5em;
        margin-bottom: 20px;
        color: #333;
    }
    
    .services {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
    }
    
    .service {
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        flex: 1;
        min-width: 100%;
        max-width: 32%;
        overflow: hidden;
        transition: transform 0.3s ease-in-out;
    }
    
    .service:hover {
        transform: translateY(-10px);
    }
    
    .service img {
        width: 100%;
        height: auto;
    }
    
    .service h2 {
        background-color: #007BFF;
        color: #fff;
        padding: 10px;
        margin: 0;
    }
    
    .service p {
        padding: 20px;
        text-align: left;
        color: #555;
    }
    
    

    .home-list{
        display: block;
        line-height: 25px;
        font-size: 15px;
        font-weight: bold;
    }
    .track-btn{
        background-color: #f00c0c;
        width: 120px;
        height: 35px;
        color: #ffffff;
        font-weight: bold;
        font-size: 16px;
        text-transform: capitalize;
        border-radius: 30PX;
        margin-left: 80px;
        position: absolute;
        margin-top: -25px;
        padding: 3px;
        
    }


    .logo{
        /* margin-left: -65%; */
        line-height: 3px;
        /* margin-top: 40px; */
    }
    .logo h1{
       color: #ffffff;
       font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
       font-size: 17px;
    }
    
    .logo h3{
        color: #ffffff;
        font-size: 16px;
        font-style: italic;
    }
    
    .logo h1::first-letter{
        font-size: 2rem;
        background: linear-gradient(to bottom, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 50%); 
    }


   

    .footer-bottom p{
        color: #ffffff;
    }
}    



@media screen and (max-width: 414px){



    .container20 {
        max-width: 824px;
        margin: 0 auto;
        padding: 20px;
        text-align: center;
    }
    
    h1 {
        font-size: 2.5em;
        margin-bottom: 20px;
        color: #333;
    }
    
    .services {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
    }
    
    .service {
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        flex: 1;
        min-width: 100%;
        max-width: 32%;
        overflow: hidden;
        transition: transform 0.3s ease-in-out;
    }
    
    .service:hover {
        transform: translateY(-10px);
    }
    
    .service img {
        width: 100%;
        height: auto;
    }
    
    .service h2 {
        background-color: #007BFF;
        color: #fff;
        padding: 10px;
        margin: 0;
    }
    
    .service p {
        padding: 20px;
        text-align: left;
        color: #555;
    }
    
    

    .home-list{
        display: block;
        line-height: 25px;
        font-size: 15px;
        font-weight: bold;
    }
    .track-btn{
        background-color: #f00c0c;
        width: 120px;
        height: 35px;
        color: #ffffff;
        font-weight: bold;
        font-size: 16px;
        text-transform: capitalize;
        border-radius: 30PX;
        margin-left: 80px;
        position: absolute;
        margin-top: -25px;
        padding: 3px;
        
    }


    .logo{
        /* margin-left: -65%; */
        line-height: 3px;
        /* margin-top: 40px; */
    }
    .logo h1{
       color: #ffffff;
       font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
       font-size: 17px;
    }
    
    .logo h3{
        color: #ffffff;
        font-size: 16px;
        font-style: italic;
    }
    
    .logo h1::first-letter{
        font-size: 2rem;
        background: linear-gradient(to bottom, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 50%); 
    }


   

    .footer-bottom p{
        color: #ffffff;
    }
}    


@media screen and (max-width: 390px){



    .container20 {
        max-width: 824px;
        margin: 0 auto;
        padding: 20px;
        text-align: center;
    }
    
    h1 {
        font-size: 2.5em;
        margin-bottom: 20px;
        color: #333;
    }
    
    .services {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
    }
    
    .service {
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        flex: 1;
        min-width: 100%;
        max-width: 32%;
        overflow: hidden;
        transition: transform 0.3s ease-in-out;
    }
    
    .service:hover {
        transform: translateY(-10px);
    }
    
    .service img {
        width: 100%;
        height: auto;
    }
    
    .service h2 {
        background-color: #007BFF;
        color: #fff;
        padding: 10px;
        margin: 0;
    }
    
    .service p {
        padding: 20px;
        text-align: left;
        color: #555;
    }
    
    

    .home-list{
        display: block;
        line-height: 25px;
        font-size: 15px;
        font-weight: bold;
    }
    .track-btn{
        background-color: #f00c0c;
        width: 120px;
        height: 35px;
        color: #ffffff;
        font-weight: bold;
        font-size: 16px;
        text-transform: capitalize;
        border-radius: 30PX;
        margin-left: 80px;
        position: absolute;
        margin-top: -25px;
        padding: 3px;
        
    }


    .logo{
        /* margin-left: -65%; */
        line-height: 3px;
        /* margin-top: 40px; */
    }
    .logo h1{
       color: #ffffff;
       font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
       font-size: 17px;
    }
    
    .logo h3{
        color: #ffffff;
        font-size: 16px;
        font-style: italic;
    }
    
    .logo h1::first-letter{
        font-size: 2rem;
        background: linear-gradient(to bottom, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 50%); 
    }


   

    .footer-bottom p{
        color: #ffffff;
    }
}    



@media screen and (max-width: 393px){



    .container20 {
        max-width: 824px;
        margin: 0 auto;
        padding: 20px;
        text-align: center;
    }
    
    h1 {
        font-size: 2.5em;
        margin-bottom: 20px;
        color: #333;
    }
    
    .services {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
    }
    
    .service {
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        flex: 1;
        min-width: 100%;
        max-width: 32%;
        overflow: hidden;
        transition: transform 0.3s ease-in-out;
    }
    
    .service:hover {
        transform: translateY(-10px);
    }
    
    .service img {
        width: 100%;
        height: auto;
    }
    
    .service h2 {
        background-color: #007BFF;
        color: #fff;
        padding: 10px;
        margin: 0;
    }
    
    .service p {
        padding: 20px;
        text-align: left;
        color: #555;
    }
    
    

    .home-list{
        display: block;
        line-height: 25px;
        font-size: 15px;
        font-weight: bold;
    }
    .track-btn{
        background-color: #f00c0c;
        width: 120px;
        height: 35px;
        color: #ffffff;
        font-weight: bold;
        font-size: 16px;
        text-transform: capitalize;
        border-radius: 30PX;
        margin-left: 80px;
        position: absolute;
        margin-top: -25px;
        padding: 3px;
        
    }


    .logo{
        /* margin-left: -65%; */
        line-height: 3px;
        /* margin-top: 40px; */
    }
    .logo h1{
       color: #ffffff;
       font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
       font-size: 17px;
    }
    
    .logo h3{
        color: #ffffff;
        font-size: 16px;
        font-style: italic;
    }
    
    .logo h1::first-letter{
        font-size: 2rem;
        background: linear-gradient(to bottom, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 50%); 
    }


   

    .footer-bottom p{
        color: #ffffff;
    }
}    




@media screen and (max-width: 375px){



    .container20 {
        max-width: 824px;
        margin: 0 auto;
        padding: 20px;
        text-align: center;
    }
    
    h1 {
        font-size: 2.5em;
        margin-bottom: 20px;
        color: #333;
    }
    
    .services {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
    }
    
    .service {
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        flex: 1;
        min-width: 100%;
        max-width: 32%;
        overflow: hidden;
        transition: transform 0.3s ease-in-out;
    }
    
    .service:hover {
        transform: translateY(-10px);
    }
    
    .service img {
        width: 100%;
        height: auto;
    }
    
    .service h2 {
        background-color: #007BFF;
        color: #fff;
        padding: 10px;
        margin: 0;
    }
    
    .service p {
        padding: 20px;
        text-align: left;
        color: #555;
    }
    
    

    .home-list{
        display: block;
        line-height: 25px;
        font-size: 15px;
        font-weight: bold;
    }
    .track-btn{
        background-color: #f00c0c;
        width: 120px;
        height: 35px;
        color: #ffffff;
        font-weight: bold;
        font-size: 16px;
        text-transform: capitalize;
        border-radius: 30PX;
        margin-left: 60px;
        position: absolute;
        margin-top: -25px;
        padding: 3px;
        
    }


    .logo{
        /* margin-left: -65%; */
        line-height: 3px;
        /* margin-top: 40px; */
    }
    .logo h1{
       color: #ffffff;
       font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
       font-size: 17px;
    }
    
    .logo h3{
        color: #ffffff;
        font-size: 16px;
        font-style: italic;
    }
    
    .logo h1::first-letter{
        font-size: 2rem;
        background: linear-gradient(to bottom, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 50%); 
    }


   

    .footer-bottom p{
        color: #ffffff;
    }
}    

@media screen and (max-width: 360px){



    .container20 {
        max-width: 824px;
        margin: 0 auto;
        padding: 20px;
        text-align: center;
    }
    
    h1 {
        font-size: 2.5em;
        margin-bottom: 20px;
        color: #333;
    }
    
    .services {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
    }
    
    .service {
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        flex: 1;
        min-width: 100%;
        max-width: 32%;
        overflow: hidden;
        transition: transform 0.3s ease-in-out;
    }
    
    .service:hover {
        transform: translateY(-10px);
    }
    
    .service img {
        width: 100%;
        height: auto;
    }
    
    .service h2 {
        background-color: #007BFF;
        color: #fff;
        padding: 10px;
        margin: 0;
    }
    
    .service p {
        padding: 20px;
        text-align: left;
        color: #555;
    }
    
    

    .home-list{
        display: block;
        line-height: 25px;
        font-size: 15px;
        font-weight: bold;
    }
    .track-btn{
        background-color: #f00c0c;
        width: 120px;
        height: 35px;
        color: #ffffff;
        font-weight: bold;
        font-size: 16px;
        text-transform: capitalize;
        border-radius: 30PX;
        margin-left: 50px;
        position: absolute;
        margin-top: -25px;
        padding: 3px;
        
    }


    .logo{
        /* margin-left: -65%; */
        line-height: 3px;
        /* margin-top: 40px; */
    }
    .logo h1{
       color: #ffffff;
       font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
       font-size: 17px;
    }
    
    .logo h3{
        color: #ffffff;
        font-size: 16px;
        font-style: italic;
    }
    
    .logo h1::first-letter{
        font-size: 2rem;
        background: linear-gradient(to bottom, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 50%); 
    }


   

    .footer-bottom p{
        color: #ffffff;
    }
}    


@media screen and (max-width: 320px){


    .card{
        width: 300px;
    }

    .additional-features{
        width: 319px;
    }
    .content-wrapper {
        max-width: 320px;
        margin-left: 0px;
        /* padding: 20px; */
        align-items: center;
        
    }
    .service-block {
        display: block;
        position: relative;
        background-color: #fff;
        margin-bottom: 20px;
        /* padding: 20px; */
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        width: 425px;
        /* line-height: -40px; */
        text-align: center;
        margin-left: -15px;
        
        
    }

    .book-pay{
        display: none;
    }
    .service-image-container img {
        max-width: 50%;
        /* width: 100px; */
        height: 200px;
        border-radius: 8px;
        /* flex: 1; */
    }
    .service-details {
        /* flex: 2; */
        /* padding-left: -60px; */
        width: 100%;
        height: 50px;
        margin-left: -10px;
        line-height: -10px;
        position: relative;
    }
    .service-details h2 {
        color: #001A72;
        margin-top: 0px;
        font-size: 1rem;
    }
    .service-details p {
        font-size: 15px;
        line-height: -20px;
        
    }
    .service-details a {
        color: #001A72;
        text-decoration: none;
    }
    .service-details a:hover {
        text-decoration: underline;
    }
    .action-button {
        display: inline-block;
        padding: 10px 20px;
        margin-top: 20px;
        font-size: 16px;
        color: #5f6193;
        background-color: #ffffff;
        text-decoration: none;
        border-radius: 30px;
        border-style: solid;
        border-width: 2;
        display: none;
    }
    .action-button:hover {
        background-color: #0041b3;
        color: #ffffff;
    }
    
    .content-wrapper{
       width: 100%;
    }
    
    .service-block{
       width: 100%;
       height: 350px;
    }
    
    .service-block img{
        width: 90%;
        height: 100%;
    }
    
    .service-details{
        height: 430px;
    }
    
    .service-block:hover{
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        transform: translateY(-10px);
        transition: all 0.3s ease-in-out;
        cursor: pointer;
        border-radius: 10px;
    }



    

    .home-list{
        display: block;
        line-height: 25px;
        font-size: 13px;
        font-weight: bold;
    }
    .track-btn{
        background-color: #f00c0c;
        width: 100px;
        height: 35px;
        color: #ffffff;
        font-weight: bold;
        font-size: 13px;
        text-transform: capitalize;
        border-radius: 30PX;
        margin-left: 60px;
        position: absolute;
        margin-top: -25px;
        padding: 3px;
        
    }


    .logo{
        /* margin-left: -65%; */
        line-height: 3px;
        /* margin-top: 40px; */
    }
    .logo h1{
       color: #ffffff;
       font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
       font-size: 17px;
    }
    
    .logo h3{
        color: #ffffff;
        font-size: 16px;
        font-style: italic;
    }
    
    .logo h1::first-letter{
        font-size: 2rem;
        background: linear-gradient(to bottom, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 50%); 
    }


   

    .footer-bottom p{
        color: #ffffff;
    }

    .footer-column ul li a{
        font-size: 15px;
    }

    .footer-column h3{
        font-size: 1rem;
    }
} 




@media screen and (max-width: 162px){

    .card{
        width: 160px;
    }

    .additional-features{
        width: 160px;
        display: block;
    }
    .content-wrapper {
        max-width: 320px;
        margin-left: 0px;
        /* padding: 20px; */
        align-items: center;
        
    }

    .content-wrapper {
        max-width: 161px;
        margin-left: 0px;
        /* padding: 20px; */
        align-items: center;
        
    }
    .service-block {
        display: block;
        position: relative;
        background-color: #fff;
        margin-bottom: 20px;
        /* padding: 20px; */
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        width: 161px;
        /* line-height: -40px; */
        text-align: center;
        margin-left: -15px;
        
        
    }

    .book-pay{
        display: none;
    }
    .service-image-container img {
        max-width: 50%;
        /* width: 100px; */
        height: 200px;
        border-radius: 8px;
        /* flex: 1; */
    }
    .service-details {
        /* flex: 2; */
        /* padding-left: -60px; */
        width: 100%;
        height: 50px;
        margin-left: -10px;
        line-height: -10px;
        position: relative;
    }
    .service-details h2 {
        color: #001A72;
        margin-top: 0px;
        font-size: 1rem;
    }
    .service-details p {
        font-size: 12px;
        line-height: -20px;
        
    }
    .service-details a {
        color: #001A72;
        text-decoration: none;
    }
    .service-details a:hover {
        text-decoration: underline;
    }
    .action-button {
        display: inline-block;
        padding: 10px 20px;
        margin-top: 20px;
        font-size: 16px;
        color: #5f6193;
        background-color: #ffffff;
        text-decoration: none;
        border-radius: 30px;
        border-style: solid;
        border-width: 2;
        display: none;
    }
    .action-button:hover {
        background-color: #0041b3;
        color: #ffffff;
    }
    
    .content-wrapper{
       width: 100%;
    }
    
    .service-block{
       width: 100%;
       height: 350px;
    }
    
    .service-block img{
        width: 90%;
        height: 100%;
    }
    
    .service-details{
        height: 430px;
    }
    
    .service-block:hover{
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        transform: translateY(-10px);
        transition: all 0.3s ease-in-out;
        cursor: pointer;
        border-radius: 10px;
    }



    

    .home-list{
        display: block;
        line-height: 20px;
        font-size: 10px;
        font-weight: bold;
    }
    .track-btn{
        background-color: #f00c0c;
        width: 70px;
        height: 35px;
        color: #ffffff;
        font-weight: bold;
        font-size: 10px;
        text-transform: capitalize;
        border-radius: 30PX;
        margin-left:10px;
        position: absolute;
        margin-top: -25px;
        padding: 3px;
        
    }


    .logo{
        /* margin-left: -35%; */
        line-height: 3px;
        /* margin-top: 20px; */
    }
    .logo h1{
       color: #ffffff;
       font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
       font-size: 10px;
    }
    
    .logo h3{
        color: #ffffff;
        font-size: 8px;
        font-style: italic;
    }
    
    .logo h1::first-letter{
        font-size: 1rem;
        background: linear-gradient(to bottom, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 50%); 
    }


   

    .footer-bottom p{
        color: #ffffff;
    }

    .footer-column ul li a{
        font-size: 15px;
    }

    .footer-column h3{
        font-size: 1rem;
    }

    .footer-back{
        display: none;
    }

   

    .service-details ol li{
        font-size: 13px;
    }
} 