* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Outfit', sans-serif;
}

/* Header Start */

.offcanvas-body a {
    font-size: 1.1rem;
}

#btn-info {
    background-color: #ff6600 !important;
    border: none;
}

.btn-info:hover {
    background-color: #ff6600;
}

.nav-link:hover {
    color: #ff6600 !important;
}

/* Header End */

/* Hero Section CSS Start */

#hero-section-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 0.5rem;
}

#hero-section-heading {
    font-size: 4.5rem;
    line-height: 1.1;
    font-weight: 600;
}

.dream {
    color: #ff6600;
}

#hero-section-content p {
    color: #4f5d70;
    font-size: 20px;
}

.colored-button-gradient {
    padding: 10px 25px;
    border: 0;
    border-radius: 24px;
    background-color: #ff6600;
    color: #ffffff;
}

#hero-section-image {
    width: 100%;
    width: 100%;
    box-shadow: 0 0 4px #c7c7d1;
    border-radius: 5px;
}

#hero-section-image img {
    width: 100%;
    border-radius: 5px;
}

/* Hero Section CSS Start */

/* Search Section CSS Start */

.search-panel-heading {
    font-weight: 700;
    font-size: 2.2rem;
    color: #000;
    margin-top: 80px;
    margin-bottom: 30px;
    text-align: center;
}

.search-btn {
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background-color: #ff6600;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 15px 42px;
    min-width: 170px;
    border-radius: 24px;
}

.form-control, .form-select {
    border-radius: 10px;
    padding: 8px;
    height: calc(2.05em + .75rem + 2px);
    font-size: 15px;
    border: 1px solid #ccc;
    transition: border 0.3s ease;
}

.form-control:focus {
    border-color: #2575fc;
    box-shadow: 0 0 0 0.2rem rgba(37, 117, 252, 0.25);
}

.form-textarea {
    border-radius: 10px;
    padding: 8px;
    height: calc(7.05em + .75rem + 12px);
    font-size: 15px;
    border: 1px solid #ccc;
    transition: border 0.3s ease;
    display: grid;
    width: 100%;
}

.card {
    border: none;
    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.card-body h5 {
    color: #ff6600;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.card-body p {
    font-size: 15px;
    margin-bottom: 8px;
    color: #555;
    font-family: "Poppins", Sans-Serif;
}

.card-body a {
    color: #000;
    text-decoration: none;
    transition: color 0.2s ease;
}

.card-body a:hover {
    color: #ff6600;
}

.card-body a i:hover {
    color: #ff6600;
}

.fab {
    color: #6c757d;
    transition: color 0.3s ease;
    margin-right: 10px !important;
    font-size: 20px;
}

.fab:hover {
    color: #2575fc;
}

.form-row {
    margin-bottom: 10px;
}

/* Search Section CSS End */

/* About Us Section CSS Start */

#about-us {
    margin-top: 80px;
}

.img-box10 {
    position: relative;
    display: inline-block;
    padding: 64px 94px 81px 132px;
}

.img-box10 .img1 {
    display: inline-block;
    border-radius: 32px;
    overflow: hidden;
}

.img-box10 .img2 {
    display: inline-block;
    border-radius: 32px;
    border: 2px solid #fff;
    overflow: hidden;
    position: absolute;
    left: 20px;
    top: 20px;
}

.img-box10 .img3 {
    display: inline-block;
    border-radius: 32px;
    border: 2px solid #fff;
    overflow: hidden;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.about-sub-title {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #ff6600;
    margin-bottom: 28px;
    line-height: 1;
    padding: 8px 0px;
    position: relative;
}

.about-sub-title:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 32px;
    background: #ff6600;
    top: 0;
    left: 0;
}

.about-sub-title:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 32px;
    background: #ff6600;
    bottom: 0;
    left: 0;
}

.about-title {
    margin-bottom: 9px;
    margin-top: -0.3em;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.333;
}

.about-points {
    margin-bottom: 10px;
    margin-top: 10px;
}

#about-us-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-btn {
    border: none;
    text-align: center;
    background-color: #ff6600;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 15px 32px;
    min-width: 125px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

/* About Us Section CSS End */

/* How It Works Section CSS Start */

#how-it-works {
    margin-top: 100px;
}

.working-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    border: 2px solid rgb(226, 232, 240);
    padding: 15px;
    text-align: center;
    border-radius: 5px;
}

.icon {
    padding-top: 1rem;
}

.round-number-step {
    background-color: #ff6600;
    display: flex;
    color: #ffffff;
    font-size: 25px;
    justify-content: center;
    border-radius: 50%;
    width: fit-content;
    padding: 20px 33px;
}

.round-number-step span {
    font-weight: 700;
}

/* How It Works Section CSS End */

/* Pricing Section CSS Start */

#pricing {
    margin-top: 100px;
}

.pricing-sub-title {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #ff6600;
    margin-bottom: 28px;
    line-height: 1;
    padding: 8px 0px;
    position: relative;
}

.pricing-sub-title:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 32px;
    background: #ff6600;
    top: 0;
    left: 28%;
}

.pricing-sub-title:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 32px;
    background: #ff6600;
    bottom: 0;
    left: 28%;
}

.pricing-title {
    margin-bottom: 20px;
    margin-top: -0.3em;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.333;
}

#pricing-heading p {
    font-weight: 500;
    font-size: 18px;
    color: #475569;
}

.pricing-plan-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid rgb(226, 232, 240);
    padding: 1.5rem 2rem;
    border-radius: 0.5rem;
}

.pricing-plan {
    text-align: center;
}

.pricing-plan h6 {
    font-weight: 600;
    font-size: 2rem;
}

.pricing-plan p:nth-of-type(1) {
    font-size: 14px;
    color: #64748b
}

.price-font {
    font-size: 2rem;
    font-weight: 700;
}

.price-time-period {
    color: #6f7782;
}

.feature-list {
    align-self: flex-start;
}

.feature-list p span:nth-of-type(2) {
    color: #475569;
    font-weight: 500;
}

.get-started-plan {
    width: 100%;
}

.get-started-plan a {
    width: 100%;
    display: block;
}

.get-started-plan a button {
    width: 100%;
    padding: 12px 45px;
    border: 0;
    border-radius: 25px;
    background-color: #ff6600;
    color: #fff;
}

/* Pricing Section CSS End */

/* Contact Us Section CSS Start */

#contact-us {
    margin-top: 100px;
}

.address-container {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.address-info {
    display: flex;
    gap: 1rem;
}

.address-icon span {
    background-color: #ff6600;
    padding: 12px 13px;
    border-radius: 5px;
}

.address-icon span i {
    color: #fff;
}

.address p span a {
    color: black;
    text-decoration: none;
    color: #475569;
}

#contact-form {
    border: 1px solid #e4e4e7;
    padding: 10px 2rem;
    border-radius: 5px;
}

#contact-form h5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.contact-row {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.contact-row label {
    font-size: 14px;
    font-weight: 600;
}

#button-contact-form {
    width: 100%;
    padding: 10px 30px;
    border: 0;
    border-radius: 5px;
    background-color: #ff6600;
    color: #ffffff;
}

/* Contact Us Section CSS End */

/* Footer CSS Start */

#footer-background {
    margin-top: 100px;
    background-color: #171717;
    padding: 100px 0 20px 0;
}

.footer-description {
    line-height: 35px;
    color: #fff;
}

.widget-title {
    color: #ff6600;
    font-size: 21px;
    font-weight: 600;
}

.footer-links {
    padding-left: 0;
    padding-bottom: 20px;
}

.footer-links li {
    list-style: none;
    padding-top: 15px;
    padding-bottom: 3px;
}

.footer-links li a {
    color: #fff;
    text-decoration: none;
    transition: .5s;
}

.footer-links li a:hover {
    color: #ff6600;
}

#address-footer {
    margin-top: 20px;
    margin-bottom: 20px;
}

.social-heading {
    color: #ff6600;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 25px;
}

#social-icons-container span {
    padding-right: 10px;
}

#social-icons-container span a i {
    color: #fff;
    text-decoration: none;
    transition: .5s;
}

#social-icons-container span a i:hover {
    color: #ff6600;
}

#address-footer div {
    padding-top: 5px;
    padding-bottom: 10px;
}

#address-footer div a {
    text-decoration: none;
    color: #fff;
    transition: .5s;
}

#address-footer div a:hover {
    color: #ff6600;
}

hr {
    color: #fff !important;
}

.footer-bottom {
    padding: 15px 0 0 0;
}

.footer-bottom span {
    color: #fff;
}

.footer-bottom span a {
    color: #ff6600;
    text-decoration: none;
}

/* Footer CSS End */

@media (max-width: 768px) {
    .form-row .col-md-4,
    .form-row .col-md-3 {
        margin-bottom: 15px;
    }

    .search-panel-heading {
        font-size: 1.8rem;
    }

    .card-body h5 {
        font-size: 18px;
    }
}

/* Additional polish for input autofill */
input:-webkit-autofill {
    box-shadow: 0 0 0px 1888C92px white inset;
    transition: background-color 5888C92s ease-in-out 0s;
}

@media screen and (min-width:600px) and (max-width:950px) {
    .btn-info {
        width: 35%;
    }

    .px-5 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }
    
    #navbar-menu {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    #hero-section-heading {
        font-size: 2.8rem;
    }

    #hero-section-content p{
        font-size: 18px;
    }

    .colored-button-gradient{
        margin-bottom: 2rem;
    }

    #working-step-heading {
        padding-bottom: 0;
    }

    .working-heading {
        margin-bottom: 1rem;
    }

    .pricing-container {
        margin-bottom: 1rem;
    }

    #pricing-section {
        padding-top: 2rem;
    }
}

@media screen and (max-width:599px) {
    .btn-info {
        width: 35%;
    }

    .px-5 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }
    
    .img-box10 {
        padding: 0;
        overflow: hidden; /* clear floats */
    }

    .img-box10 .img1 {
        margin-bottom: 15px;
    }

    .img-box10 .img2,
    .img-box10 .img3 {
        position: initial;
        display: block;
        width: calc(50% - 10px);
        float: left;
        margin-bottom: 20px;
    }

    .img-box10 .img1 img,
    .img-box10 .img2 img,
    .img-box10 .img3 img {
        width: 100%;
    }
    
    #navbar-menu {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    #hero-section-heading {
        font-size: 2.8rem;
    }

    #hero-section-content p{
        font-size: 18px;
    }

    .colored-button-gradient{
        margin-bottom: 2rem;
    }

    #working-step-heading {
        padding-bottom: 0;
    }

    .working-heading {
        margin-bottom: 1rem;
    }

    .pricing-title, .about-title {
        font-size: 32px;
    }

    .pricing-container {
        margin-bottom: 1rem;
    }

    #pricing-section {
        padding-top: 2rem;
    }
}