body {
    padding-right: 10px;
    padding-left: 10px;
    line-height: 1.5;
}

/* Navbar */
.navbar-brand img {
    height: 60px;
}

.new-nav {
    margin-left: 20px;
    margin-right: 20px;
}

.new-nav .nav-item {
    margin-right: 5px;
    margin-left: 5px;
}

.new-nav .nav-item a:hover {
    font-weight: bold;
}

nav .nav-item {
    margin-right: 5px;
    margin-left: 5px;
}

.btn-register {
    background-color: #f7931e;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 0;
}
.btn-register:hover {
    background-color: #e67e00;
}
.highlight-border {
    border-left: 5px solid #f7931e;
    padding-left: 15px;
}

/* info-section */
.info {
    margin-top: 170px;
}

.section-head1 {
    font-weight: bold;
    text-transform: uppercase;
}

.section-head1 span {
    color: #ca3c08;
}

.info .text {
    padding: 60px;
}

.line-rule {
    width: 300px;
    height: 3px;
    background-color: #ca3c08;
    margin: 10px 0;
}

.image-container {
    position: relative;
    display: inline-block;
}

.image-container::before {
    content: "";
    position: absolute;
    top: 15px; /* Adjust for angle */
    left: -15px; /* Adjust for angle */
    width: 100%;
    height: 100%;
    background-color: #f7931e; /* Yellow shadow color */
    z-index: -1; /* Behind the image */
}

.readmore a {
    color: #f7931e;
    text-decoration: none;
    font-weight: bold;
}

.readmore a:hover {
    color: #e67e00;
}

.text-box {
    line-height: 1.8;
}

.section-content {
    margin-bottom: 40px;
}

/* Know your taxes */
.know-section {
    margin-top: 120px;
    margin-bottom: 120px;
}
.section-heading {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.section-heading span {
    color: #ca3c08;
}

.know-section .desc {
    max-width: 80%;
    display: block;
    margin: 0 auto;
}

.service-box {
    height: 300px;
    text-align: center;
    padding: 20px;
}

.service-box img {
    width: 60px;
    height: auto;
    margin-bottom: 15px;
}

.service-box h5 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.service-box .text {
    display: block;
    margin: 0 auto;
    max-width: 380px;
}

.btn-read-more {
    margin: 20px auto;
    padding: 10px 10px;
    background-color: #f7931e;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 160px;
}

.btn-read-more:hover {
    background-color: #e68014;
}

.divider-column {
    display: flex;
    justify-content: space-evenly;
    margin: auto;
}

.divider-icon {
    height: 550px;
    width: auto;
}

/* Global Adjustments */
.img-fluid {
    max-width: 100%;
    height: auto;
}

/* Media Queries for Responsive Adjustments */
@media (max-width: 991px) {
    .info .image-style {
        margin-left: 5px;
    }
    .section-content {
        text-align: center;
    }

    .section-content img {
        margin-bottom: 20px;
    }

    .btn-read-more {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .new-nav {
        margin: 0 20px;
    }

    .line-rule {
        width: 200px;
    }

    .service-box {
        padding: 15px;
    }

    .btn-read-more {
        width: 70%;
    }
    .divider-column {
        display: none;
    }
}

@media (max-width: 576px) {
    .info .text {
        padding: 15px;
    }

    .btn-read-more {
        width: 100%;
    }

    .new-nav {
        margin: 0;
    }

    .navbar-brand img {
        height: 50px;
    }

    .btn-register {
        font-size: 0.9rem;
        padding: 5px 15px;
    }
}

/*Modal*/
.modal-header {
    background-color: #f7931e;
    color: #fff;
}
.modal-footer button {
    width: 100%;
}
.content {
    visibility: show;
}

/*About us  image*/

.about-us .hero-section {
    text-align: center;
    margin-top: 50px;
}

.about-us .hero-section img {
    width: 100%;
    border-radius: 10px;
}

.about-us .content-section {
    margin: 50px auto;
    max-width: 800px;
    text-align: center;
}

.about-us .content-section h2 {
    /* font-size: 2rem; */
    margin-bottom: 20px;
}

.about-us .content-section p {
    /* font-size: 1rem; */
    color: #555;
}

/* Tax Introduction */
.about-us .info {
    margin: 10% 0;
}

.about-us .section-head1 {
    font-weight: bold;
}

.about-us .section-head1 span {
    color: #ca3c08;
}

.about-us .info .text {
    padding: 20px;
}

.about-us .line-rule-parent {
    position: relative;
}

.about-us .line-rule {
    position: absolute;
    right: 0;
    width: 30%;
    height: 3px;
    background-color: #ca3c08;
    margin: 10px 0;
}

.about-us .top-rule {
    left: 0;
}

.about-us .image-container {
    position: relative;
    display: inline-block;
}

.image-container::before {
    content: "";
    position: absolute;
    top: 15px;
    left: -15px;
    width: 100%;
    height: 100%;
    background-color: #f7931e;
    border-radius: 10px 0;
    z-index: -1;
}

.tax-coin::before {
    border-radius: 10px 10px 0;
}

.readmore a {
    color: #f7931e;
    text-decoration: none;
    font-weight: bold;
}

.readmore a:hover {
    color: #e67e00;
}

.text-box {
    line-height: 1.8;
}

.section-content {
    margin-bottom: 40px;
}

/* Rates Section */
.rate-type {
    margin-top: 100px;
    margin-bottom: 100px;
}

.section-heading {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.section-heading span {
    color: #ca3c08;
}

.know-section .desc {
    max-width: 80%;
    display: block;
    margin: 0 auto;
}

.rate-image {
    width: 100%;
    overflow-x: auto;
}

.excel-image {
    display: block;
    margin: 40px auto;
    width: 100%;
    height: auto;
}

/* withholding Tax-type */
.about-us .card {
    border: none;
    color: white;
    background-color: #f7931e;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    min-height: 350px;
}

.about-us .card-title {
    color: white; /* Orange color */
    font-weight: bold;
}

/* Withholding Tax */
.about-us .list-item {
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    /* .about-us .info {
        margin-top: 120px;
    } */
    .excel-image {
        width: 900px;
    }
}



/* service intro section */
.services span {
    color: #ca3c08;
}

.text-primary {
    color: #ca3c08;
}

.bg-orange {
    background-color: #f7931e;
    color: white;
}

.bg-white {
    background-color: rgb(222, 220, 220);
    color: #f7931e;
}

.card {
    border: none;
    border-radius: 8px;
}

.card-icon {
    width: 50px;
    height: 50px;
}

/* Key features section */
.section-heading {
    margin-top: 15%;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.section-heading span {
    color: #ca3c08;
}



.feature-icon img {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.feature-card {
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    background-color: seashell;
    transition: transform 0.3s ease-in-out;
    max-height: 280px;
    min-height: 270px;
}

.feature-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    background-color: #f7921e;
    color: white;
    transform: translateY(-5px);
    .feature-desc {
        color: #fff;
    }
}

.feature-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.feature-desc {
    font-size: 14px;
    color: #6c757d;
}

@media (max-width: 768px) {
    .about-us .card {
      min-height: auto;
    }
  
    .feature-card {
        min-height: fit-content;
    }
  }

  @media (max-width: 425px) {  
   
  }

  
/* FAQ Styling */
.faq-question {
    font-size: 1rem;
    font-weight: bold;
    background-color: #f7931e;
    color: #f9f9f9;
}

.faq-answer {
    color: #444;
    border-bottom: 3px solid #f7921edb;
    background-color: rgba(255, 245, 238, 0.447);
    margin-top: -1px;
    /* To connect with the question box */
}

.more-faq button {
    color: #f9f9f9;
    background-color: #f7931e;
    border-radius: 3px;
    padding: 15px 10px;
}
.more-faq button:hover {
    color: #f9f9f9;
    background-color: #e27b05;
}

/* Contact Css */
/* form section */
.text-orange {
    color: #f7931e;
}

.btn-orange {
    background-color: #f7931e;
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.btn-orange:hover {
    color: #f9f9f9;
    background-color: #df7904;
}

.form-section .form-control {
    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    transition: border-color 0.3s ease;
    outline: none;
}
.form-section .form-control:focus {
    border: 1px solid #ccc;
    border-bottom: 2px solid #f7931e;
    outline: none;
    box-shadow: none;
}

.form-section .form-row {
    margin: 5% 0;
}

/* Contact-info Section */
.contact-section {
    background-color: #f9f9f9;
    padding: 40px;
    text-align: center;
}

.contact-section h2 {
    font-weight: bold;
    margin-bottom: 20px;
}

.contact-info {
    text-align: left;
    margin-top: 20px;
}

.contact-info h5 {
    color: orange;
    font-weight: bold;
}

/* Newsletter section */
.newsletter-section {
    background-color: #f7931e;
    color: white;
    padding: 40px;
    text-align: center;
}

.newsletter-section h2 {
    font-weight: bold;
    margin-bottom: 20px;
}

.newsletter-section .form-control {
    border-radius: 15px 0 0 15px;
    padding: 10px 20px;
    height: 60px;
    background-color: #f99d34;
    border: none;
    color: #f9f9f9;
}

.newsletter-section .form-control:focus {
    background-color: #f2a854;
    border: none;
}

.newsletter-section .form-control::placeholder {
    color: #f9f9f9;
    opacity: 1;
}

.newsletter-section .btn-subscribe {
    background-color: white;
    color: #f7931e;
    padding: 10px 20px;
    border: none;
    border-radius: 0 15px 15px 0;
    margin-left: -1px;
    height: 60px;
}

.newsletter-section .btn-subscribe:hover {
    background-color: #f0f0f0;
    color: #f7931e;
}

/* Our Partners Section */
.partners-section {
    background-color: #fff; /* Background color for the section */
}

.partners-title {
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
}

.partner-logo {
    max-width: 100px; /* Adjust size of the logos */
    margin: 0 auto;
    display: block;
}

@media (max-width: 768px) {
    .partner-logo {
        max-width: 80px; /* Adjust logo size for smaller screens */
    }
}