body {
    font-family: "Poppins", sans-serif !important;
}

img {
    max-width: 100% !important;
}

html {
    scroll-behavior: smooth;
}

/* Header Styles */
.navbar {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    border-bottom: 1px solid #1E3A8A;
}

.navbar-brand {
    display: flex;
    align-items: center;
    width: 50%;
}

.navbar-brand img,
.sml {
    width: 28%;
}

.logo {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

.brand-name {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.navbar-nav {
    margin-left: auto;
}

.navbar-nav li a {
    color: #333;
    font-weight: 500;
    padding: 10px 15px;
}

.navbar-nav li a:hover {
    color: #007bff;
}

/* Slider Styles */
.slider-item {
    padding: 20px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    text-align: center;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0 10px;
}

.desktop-view .slider-item {
    margin: 0;
}

/* Content spacing */
.main-content {
    margin-top: 30px;
    padding-top: 20px;
}

.container {
    max-width: 1440px;
}


/* Hero Section Styles */
.hero-section {
    background-color: #f8f9fa;
    padding: 80px 0;
}

.hero-section h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}

.hero-section .lead {
    font-size: 1.25rem;
    color: #666;
    margin-bottom: 30px;
}

/* Quote Form Styles */
.quote-form {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 30px;
}

.quote-form h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
}

.quote-form p {
    color: #666;
    font-size: 1rem;
}

.quote-form .form-control,
.quote-form .form-select {
    height: 50px;
    margin-bottom: 15px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    background-color: #ffffff;
    color: #9CA3AF;
    font-size: 14px;
}

.quote-form textarea {
    width: 100%;
    height: 100px;
    padding: 11px 15px;
    border-radius: 5px;
    font-size: 14px;
    color: #9CA3AF;
}

.quote-form .form-control:focus,
.quote-form .form-select:focus {
    box-shadow: none;
    border-color: white;
}

input::placeholder {
    color: #9CA3AF !important;
}

.quote-form .btn {
    padding: 12px;
    font-weight: 600;
    font-size: 1rem;
}

/* CTA Buttons */
.cta-buttons .btn {
    padding: 12px 24px;
    font-weight: 600;
    border-radius: 4px;
}

.cta-buttons .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.cta-buttons .btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}

.cta-buttons .btn-outline-primary:hover {
    background-color: #007bff;
    color: white;
}

.call-btn {
    display: block;
    width: 310px;
    margin: 10px auto !important;
    background-color: #1E3A8A !important;
    border-radius: 50px !important;
}



/* Hero Section Styles */
.hero-section {
    padding: 200px 20px 100px 20px;
    background-color: #F5F5F5;
}

.hero-section h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-section .lead {
    font-size: 1.25rem;
    color: #666;
    margin-bottom: 30px;
}

/* Quote Form Styles */
.quote-form {
    background: #1E3A8A;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    width: 70%;
    float: right;
    color: white !important;
}

.quote-form h3 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    color: white;
}

.quote-form p {
    text-align: center;
    color: white;
    margin-bottom: 25px;
    font-size: 16px;
}

form button.t-btn.t-btn-orange {
    display: block;
    margin: auto;
}

.form-control,
.form-select {
    height: 50px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

.btn-primary {
    background-color: #007bff;
    border: none;
    padding: 12px;
    font-weight: 600;
    width: 100%;
}

/* CTA Buttons */
.cta-buttons .btn {
    padding: 12px 24px;
    font-weight: 600;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.t-btn.t-btn-green {
    background-color: #22C55E;
}

.t-btn.t-btn-blue {
    background-color: #1E3A8A;
}

.t-btn.t-btn-orange {
    background-color: #F97316;
}

footer img {
    width: 250px;
    filter: brightness(0) invert(1);
}

.modal-title img {
    width: 200px;
}

.t-btn {
    color: white !important;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    padding: 10px 20px;
    transition: .3s;
}

.t-btn:hover {
    background-color: black;
    color: white;
}

header ul.navbar-nav {
    display: flex;
    align-items: center;
    gap: 15px;
}

header ul.navbar-nav li.t-btn a {
    color: white;
    padding: 0;
}

header ul.navbar-nav li.t-btn {
    padding: 6px 15px;
}

.text h1 {
    color: #1E3A8A;
    font: 60px;
    font-weight: 700;
}

.text p {
    font-size: 20px;
}

.text h2 {
    font-size: 36px;
    font-weight: 600;
    color: #1E3A8A;
}

section.line-heading {
    padding: 20px;
    text-align: center;
}

.why-choose-sec {
    padding: 100px 20px;
    background-color: #F5F5F5;
}

.why-choose-sec .align-icon-box {
    margin: 50px -30px;
}

.why-choose-sec .align-icon-box .img-box {
    display: flex;
    align-items: center;
    margin: -40px 0;
}

.custom-website-design {
    padding: 50px 20px;
}

.custom-website-design .img-box {
    padding: 30px;
    background-color: white;
    box-shadow: 0px 0px 10px 10px #00000026;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 50px;
    text-align: center;
    gap: 20px;
    /* height: 250px; */
}

.custom-website-design .img-box p {
    font-size: 18px;
    color: #4B5563;
    font-weight: 700;
}

.custom-website-design .cta-buttons.mt-4.mb-4.align-items-center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.custom-website-design p.text-center {
    width: 80%;
    margin: auto;
}

.portfolio-section {
    padding: 40px 0;
    font-family: Arial, sans-serif;
    padding-top: 0px;
}

.portfolio-section .text-center {
    text-align: center;
}

.portfolio-section .mb-4 {
    margin-bottom: 1.5rem;
}

/* Tabs Styling */
.portfolio-section .tabs-scroll {
    overflow-x: auto;
    margin-bottom: 20px;
    -webkit-overflow-scrolling: touch;
}

.portfolio-section .tabs {
    display: inline-flex;
    gap: 25px;
    padding-bottom: 5px;
    min-width: 100%;
    align-items: center;
    justify-content: center;
}

.portfolio-section .tab-btn {
    padding: 10px 25px;
    border: none;
    border-radius: 50px;
    background: #DFDFDF;
    cursor: pointer;
    white-space: nowrap;
    font-size: 16px;
    transition: all 0.3s;
    color: #0C0C0C;
}

.portfolio-section .tab-btn.active {
    background: #1E3A8A;
    color: white;
}

/* Boxes Grid Layout */
.portfolio-section .tab-content {
    display: none;
}

.portfolio-section .tab-content.active {
    display: block;
}

.portfolio-section .boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.portfolio-section .box {
    padding: 0px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.portfolio-section .box img {
    height: 300px;
    object-fit: cover !important;
    width: 100%;
    object-position: top;
    border-radius: 20px;
    border: 1px solid #00000030;
}


.portfolio-section .box:hover {
    transform: translateY(-5px);
}

.portfolio-section .box h3 {
    margin-top: 0;
    color: #333;
    font-size: 18px;
}

.portfolio-section .box p {
    color: #666;
    font-size: 14px;
    margin-bottom: 0;
}

/* Mobile Slider Layout */
@media (max-width: 767px) {
    .portfolio-section .boxes {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 0;
        padding: 0 15px;
        margin: 0 -15px;
        scrollbar-width: none;
    }

    .portfolio-section .boxes::-webkit-scrollbar {
        display: none;
    }

    .portfolio-section .box {
        min-width: 85%;
        scroll-snap-align: start;
        margin-right: 15px;
        flex-shrink: 0;
    }

    .portfolio-section .mobile-nav {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-top: 20px;
    }

    .portfolio-section .mobile-nav button {
        padding: 8px 15px;
        border: 1px solid #0d6efd;
        background: white;
        color: #0d6efd;
        border-radius: 4px;
        cursor: pointer;
    }

    .portfolio-section .mobile-nav button:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }
}

/* Tablet Layout */
@media (min-width: 768px) and (max-width: 991px) {
    .portfolio-section .boxes {
        grid-template-columns: repeat(2, 1fr);
    }
}

.package .pricing-card {
    width: 90%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-family: Arial, sans-serif;
    overflow: visible;
    margin: auto;
    position: relative;
}

.package .offer {
    background: red;
    color: white;
    padding: 10px;
    font-weight: bold;
}

.package .card-content {
    padding: 20px;
}

.package h2 {
    font-size: 18px;
    color: #1a2b50;
}

.package .price {
    font-size: 22px;
    font-weight: bold;
}

.package .price span {
    font-size: 30px;
    color: #1a2b50;
}

.package .view-details {
    background: black;
    color: white;
    border: none;
    padding: 10px 20px;
    margin: 15px 0;
    cursor: pointer;
    border-radius: 5px;
}

.package ul {
    text-align: left;
    padding: 0 20px;
    list-style-type: none;
}

.package ul li {
    margin: 10px 0;
}

.package .chat-now {
    background: green;
    color: white;
    border: none;
    padding: 10px 20px;
    margin: 10px 0;
    cursor: pointer;
    border-radius: 5px;
}

.package .call-now {
    background: #1a2b50;
    color: white;
    border: none;
    padding: 10px 20px;
    margin: 10px 0;
    cursor: pointer;
    border-radius: 5px;
}

.pricing-sec ul#pills-tab {
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}


.pricing-sec ul#pills-tab button {
    background-color: #8B919A;
    border-radius: 50px;
    padding: 10px 70px;
    color: white !important;
}

.pricing-sec ul#pills-tab button.active,
.pricing-sec ul#pills-tab button:hover {
    background-color: #1E3A8A;
}

.pricing-sec div#pills-tabContent {
    border: none !important;
}

.our-proven-results-section {
    padding: 50px;
}

.our-proven-results-section .main-link-boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.our-proven-results-section .main-link-boxes .child-link-box {
    width: 48%;
    background-color: white;
    border-radius: 40px;
    padding: 20px 40px;
    text-align: center;
    box-shadow: 0px 5px 10px 0px #00000021;
}

.our-proven-results-section .main-link-boxes .child-link-box a {
    text-align: center !important;
    color: #1E3A8A;
    font-size: 25px;
    font-weight: 600;
    transition: .3s;
}

.our-proven-results-section .main-link-boxes .child-link-box a:hover {
    color: black;
}

.pricing-sec {
    background-color: #F5F5F5;
    padding: 50px;
}

.cta-buttons.buttons-centers.mt-4.mb-4 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.what-our-clients-section {
    padding: 50px;
    background-color: #F5F5F5;
}

.what-our-clients-section .text a {
    text-align: center !important;
    font-size: 24px;
    color: #1E3A8A;
    font-weight: 600;
}

.what-our-clients-section .text {
    text-align: center;
}

.what-our-clients-section .main-testi-box {
    background-color: #1E3A8A;
    border-radius: 30px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    margin: 30px 10px 0px 10px;
    /* height: 220px; */
}


.what-our-clients-section .main-testi-box .profile-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.what-our-clients-section .main-testi-box .profile-box .align-boxs {
    display: flex;
    justify-content: space-between;
}

.what-our-clients-section .main-testi-box .profile-box .align-boxs .childdf {
    display: flex;
    gap: 20px;
    align-items: center;
}

.what-our-clients-section .main-testi-box .profile-box .align-boxs .childdf .content h6 {
    color: white;
    font-size: 20px;
    margin-bottom: 0px;
}

.what-our-clients-section .main-testi-box .profile-box .box .text p {
    color: white !important;
    text-align: left;
    font-size: 16px;
}

.quote-form-section {
    padding: 50px;
}

.quote-form-section h2 {
    text-transform: uppercase;
    margin: 20px 0;
    font-weight: 700;
}

.quote-form-section .forms-btns-align {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.quote-form-section .forms-btns-align .box {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.quote-form-section .forms-btns-align .box a {
    color: #22C55E;
    font-size: 16px;
    text-decoration: none;
}

.quote-form-section .forms-btns-align button.t-btn.t-btn-orange {
    border: none;
}

.quote-form-section textarea.form-control {
    height: 150px;
    padding-top: 15px;
}

footer {
    background-color: #1E3A8A;
    padding: 30px;
}

footer .text h2 {
    color: white;
}

footer .text h3 {
    color: white;
    font-size: 20px;
}

footer form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer form input {
    margin: 0 !important;
    background-color: #ff000000 !important;
    border-radius: 50px !important;
}

footer form .mb-3 {
    margin: 0 !important;
    width: 35%;
}

footer button.t-btn.t-btn-green {
    width: 20%;
    margin-left: 10px;
    border: none;
}

footer ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: flex-end;
    gap: 20px;
    color: white;
}

footer ul li a {
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    font-size: 12px;
}

footer ul li {
    position: relative;
}

footer ul li:nth-child(1)::after {
    content: "";
    background-color: #ffffff;
    position: absolute;
    width: 1px;
    height: 15px;
    right: -10px;
    top: 5px;
}

.package .pricing-card .inner-content-box {
    background-color: #1E3A8A;
    padding: 20px;
    color: white;
    border-radius: 20px;
    padding-top: 40px;
}

.package .pricing-card .card-content {
    padding: 0;
    padding-bottom: 20px;
}

.package .pricing-card .inner-content-box h2 {
    color: white;
    font-size: 20px;
    font-weight: 500;
    min-height: 50px;
}

.package .pricing-card .inner-content-box p.price {
    font-size: 20px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.package .pricing-card .inner-content-box p.price span {
    color: white;
    font-size: 50px;
    font-weight: 800;
    margin: 0 !important;
}

.package .pricing-card button.view-details {
    background-color: white;
    color: black;
    width: 100%;
    border-radius: 50px;
    font-size: 16px;
    transition: .3s;
}

.package .pricing-card button.view-details:hover {
    background-color: black;
    color: white;
}

.package .pricing-card .offer {
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    margin: auto;
    width: 80%;
    border-radius: 50px;
}


.package.slick-slide {
    padding: 35px 10px 20px 10px;
}

.package .pricing-card .card-content ul {
    list-style: disc;
    color: black;
    padding-left: 40px;
    height: 220px;
    overflow: hidden;
    overflow-y: scroll;
}

.package button.t-btn.t-btn-green.chat-now {
    background-color: #22C55E;
    border-radius: 50px;
    width: 85%;
    font-size: 16px;
}

.package button.t-btn.t-btn-blue.call-now {
    background-color: #1E3A8A;
    border-radius: 50px;
    width: 85%;
    font-size: 16px;
}

.package button:hover {
    background-color: black !important;
}

.mobile-nav {
    display: none;
}

.modal-header {
    background-color: #000000;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.btn-close {
    /* color: red !important; */
    background-color: #ffffff;
    border-radius: 100%;
}

button.btn-close {
    position: absolute;
    right: 20px;
}

.modal-body {
    background-color: gray;
    text-align: center;
    background: rgb(47, 116, 165);
    background: linear-gradient(540deg, rgba(47, 116, 165, 1) 0%, rgba(68, 44, 189, 1) 100%);
    margin-top: -1px;
    border-radius: 0px 0px 0px 0px;
}

.modal-body .text h2 {
    color: white;
    font-size: 25px;
    margin-bottom: 20px;
}

.modal-content {
    border-radius: 20px !important;
}

.modal-dialog {
    border-radius: 30px;
}

.thank-you-section {
    padding: 150px 20px 100px;
    text-align: center;
}

.thank-you-section .text h2 {
    font-size: 170px;
    text-transform: uppercase;
}

.thank-you-section .text p {
    font-size: 24px;
    max-width: 60%;
    display: block;
    margin: auto;
}

.special-offer-section {
    background-color: #8F1C1C;
    padding: 30px;
    text-align: center;
    color: white;
}

.special-offer-section .text h2 {
    font-size: 50px;
}

.special-offer-section h5 {
    font-size: 100px;
    font-weight: 900;
    margin: 0;
}

.pacakges-section {
    padding: 100px 20px;
}


.pacakges-section .main-package-box-basic .price-box {
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    margin-bottom: 0px;
    gap: 20px;
    border-radius: 10px 10px 0px 0px;
}

.pacakges-section .main-package-box-basic .price-box h2,
.pacakges-section .main-package-box-basic .price-box h3,
.pacakges-section .main-package-box-basic .price-box h4 {
    color: white;
    margin: 0;
}

.pacakges-section .main-package-box-basic .price-box h2 {
    font-size: 20px;
}

.pacakges-section .main-package-box-basic .price-box h3 {
    font-size: 40px;
}

.pacakges-section .main-package-box-basic .price-box h4 {
    font-size: 35px;
    text-decoration: line-through;
}

.pacakges-section .main-package-box-basic .three-box-align {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    background-color: white;
    box-shadow: 0px 5px 10px 2px #00000029;
    border-radius: 0px 0px 10px 10px;
}

.pacakges-section .main-package-box-basic .three-box-align .inner-box h6 {
    font-size: 20px;
    margin-top: 10px;
}

.pacakges-section .main-package-box-basic .three-box-align .inner-box ul {
    padding: 0px;
    padding-left: 20px;
}

.pacakges-section .main-package-box-basic .three-box-align .inner-box ul li {
    padding-bottom: 10px;
}

.pacakges-section .cta-buttons.mt-4.mb-4 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 50px !important;
}

footer .text.copywrite p {
    color: white;
    font-size: 14px;
    margin-top: 10px;
}

footer .text h2 {
    color: white;
    font-size: 25px;
    text-align: center;
}

footer .text h3 {
    color: white;
    font-size: 20px;
    text-align: right;
}

a,
button {
    cursor: pointer !important;
}

.quote-form-section img.inovative-large-img {
    max-width: 50%;
    width: 60%;
    object-fit: contain;
    height: 350px;
}

.hero-section img {
    height: 300px;
    width: 85%;
    object-fit: fill;
}

.pricing-sec button.slick-arrow {
    background-color: #1E3A8A !important;
    border-radius: 100%;
    padding: 0px;
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-left: 5px;
}

p {
    font-weight: 500;
    color: black;
}

.package .pricing-card .inner-content-box p.price {
    color: white;
}

@media (max-width: 1600px) {

    .our-proven-results-section .main-link-boxes .child-link-box a {
        font-size: 20px;
    }

    .text h2 {
        font-size: 30px;
    }


}

@media (max-width: 1400px) {

    .hero-section {
        padding: 150px 20px 50px 20px;
    }

    .quote-form {
        padding: 35px;
        width: 90%;
    }

    .hero-section h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .t-btn {
        font-size: 12px;
        padding: 8px 15px;
    }

    .why-choose-sec {
        padding: 40px 20px;
    }

    .custom-website-design .img-box {
        padding: 20px;
        margin: 20px;
        gap: 15px;
        /*height: 280px;*/
    }

    .custom-website-design .img-box p {
        font-size: 16px;
    }

    .package .pricing-card {
        width: 100%;
    }

    .package .pricing-card .offer {
        width: 80%;
        font-size: 12px;
    }

    .package .pricing-card .inner-content-box h2 {
        font-size: 19px;
    }

    .package .pricing-card .inner-content-box p.price span {
        font-size: 35px;
    }

    .package .pricing-card .inner-content-box p.price {
        font-size: 14px;
    }

    footer form input {
        font-size: 12px !important;
        height: 40px !important;
    }

    .quote-form-section .forms-btns-align .box a {
        font-size: 12px;
    }

    .navbar-nav li a {
        font-size: 12px;
    }

}

@media (max-width: 1024px) {

    .custom-website-design .img-box img {
        max-width: 50px !important;
    }

    .package button.t-btn.t-btn-green.chat-now {
        font-size: 12px;
    }

    .package button.t-btn.t-btn-blue.call-now {
        font-size: 12px;
    }

    .package .pricing-card .inner-content-box h2 {
        font-size: 17px;
        height: 50px;
    }

    .package .pricing-card .inner-content-box p.price span {
        font-size: 25px;
    }

    .package .pricing-card .offer {
        width: 90%;
        font-size: 12px;
    }

    .our-proven-results-section .main-link-boxes .child-link-box a {
        font-size: 18px;
    }

    .text h2 {
        font-size: 25px;
    }

    footer button.t-btn.t-btn-green {
        width: 25%;
        margin-left: 10px;
    }

    footer .text h3 {
        font-size: 16px;
    }

    .quote-form-section textarea.form-control {
        height: 100px;
        padding-top: 15px;
    }


}


@media (max-width: 991px) {

    .hero-section {
        padding: 120px 20px 40px 20px;
        text-align: center;
    }

    .quote-form {
        padding: 30px;
        width: 80%;
        float: none;
        display: block;
        margin: auto;
    }

    section.line-heading {
        padding: 20px 0 10px;
        text-align: center;
    }

    .why-choose-sec .align-icon-box .img-box img {
        max-width: 110px !important;
    }

    .why-choose-sec .align-icon-box .img-box {
        margin: -30px 0;
    }

    .custom-website-design p.text-center {
        width: 100%;
        margin: auto;
    }

    .text p {
        font-size: 14px;
    }

    .custom-website-design .img-box {
        padding: 15px;
        margin: 0px;
        gap: 10px;
        /* height: 180px; */
        margin-top: 30px;
    }

    .custom-website-design .img-box p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .portfolio-section .tabs {
        gap: 5px;
    }

    .portfolio-section .tab-btn {
        padding: 8px 15px;
        font-size: 12px;
    }

    .package .pricing-card button.view-details {
        font-size: 14px;
    }

    .our-proven-results-section .main-link-boxes .child-link-box a {
        font-size: 14px;
    }

    .what-our-clients-section .text a {
        font-size: 16px;
    }

    .what-our-clients-section .main-testi-box .profile-box .align-boxs .childdf {
        gap: 10px;
    }

    .what-our-clients-section .main-testi-box .profile-box .box .text p {
        font-size: 14px;
    }

    .quote-form-section {
        padding: 40px;
        text-align: center;
    }

    footer button.t-btn.t-btn-green {
        width: 30%;
        margin-left: 0px;
    }


}



@media (max-width: 767px) {

    .hero-section h1 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .quote-form .form-control,
    .quote-form .form-select {
        height: 40px;
        margin-bottom: 5px;
        font-size: 12px;
    }

    .t-btn {
        font-size: 10px;
        padding: 8px 10px;
    }

    .mobile-nav {
        display: none !important;
    }

    .our-proven-results-section .main-link-boxes .child-link-box {
        width: 100%;
        background-color: white;
        border-radius: 40px;
        padding: 20px 40px;
        text-align: center;
        box-shadow: 0px 5px 10px 0px #00000021;
    }

    footer {
        background-color: #1E3A8A;
        padding: 20px;
        TEXT-ALIGN: center;
    }

    footer form {
        MARGIN: 10px 0;
    }

    footer ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        justify-content: center;
        gap: 20px;
        color: white;
        align-items: center;
    }

    footer form {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
    }




}



@media (max-width: 575px) {


    .navbar-brand {
        display: flex;
        align-items: center;
        max-width: 150px;
    }

    .hero-section {
        padding: 100px 20px 40px 20px;
        text-align: center;
    }

    .hero-section h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .text p {
        font-size: 12px;
    }

    .cta-buttons.mt-4.mb-4 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        margin: 10px 0 !important;
    }

    .quote-form {
        padding: 20px;
        width: 100%;
        float: none;
        display: block;
        margin: auto;
    }

    .quote-form p {
        text-align: center;
        color: white;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .quote-form h3 {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 10px;
        color: white;
    }

    .text h2 {
        font-size: 18px;
        text-align: center;
    }

    .why-choose-sec .align-icon-box .img-box {
        margin: -10px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 5px 30px;
    }

    .cta-buttons.buttons-centers.mt-4.mb-4 {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }

    .custom-website-design {
        padding: 40px 20px;
    }

    .pricing-sec {
        background-color: #F5F5F5;
        padding: 40px 20px;
    }

    .pricing-sec ul#pills-tab {
        border: none !important;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }

    .pricing-sec ul#pills-tab button {
        background-color: #8B919A;
        border-radius: 50px;
        padding: 5px 50px;
        color: white !important;
        font-size: 14px;
    }

    .package .pricing-card .inner-content-box h2 {
        font-size: 14px;
        height: 55px;
    }

    .package .pricing-card .offer {
        width: 95%;
        font-size: 10px;
    }

    .package.slick-slide {
        padding: 25px 0px 20px 0px;
    }

    .package .pricing-card .inner-content-box p.price span {
        font-size: 20px;
    }

    .package ul li {
        margin: 10px 0;
        font-size: 14px;
    }

    .our-proven-results-section {
        padding: 40px 20px;
    }

    .what-our-clients-section {
        padding: 50px 20px;
        background-color: #F5F5F5;
    }

    .what-our-clients-section .main-testi-box {
        background-color: #1E3A8A;
        border-radius: 30px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        margin: 20px 5px 0px 5px;
        /* height: 220px; */
    }

    .quote-form-section {
        padding: 40px 20px;
        text-align: center;
    }

    .quote-form-section .forms-btns-align {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 15px;
    }

    footer form {
        display: flex;
        justify-content: center;
        gap: 10px;
        flex-direction: column;
    }

    footer form .mb-3 {
        margin: 0 !important;
        width: 100%;
    }

    .text h2 {
        font-size: 14px !important;
        text-align: center;
    }

    footer .text h3 {
        font-size: 14px;
    }

    footer ul li a {
        text-transform: uppercase;
        color: white;
        text-decoration: none;
        font-size: 10px;
    }

    footer img {
        width: 200px;
        margin-bottom: 10px;
    }

    .navbar-brand img,
    .sml {
        width: 80%;
    }

    .lcp {
        display: none;
    }
}