

:root {
    --brand: rgba(247, 196, 67, 0.9);
    --dark: #092032;
    --body: #516171;
    --border: rgba(0, 0, 0, 0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    --button: #ECDFCC;
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

img {
    width: 100%;
}

a {
    transition: all 0.4s ease;
    font-weight: 500;
    text-decoration: none;
}

section {
    /* padding-top: 80px; */
    padding-bottom: 80px;
}

.text-brand {
    color: var(--brand) !important;
}

.hero-slider .owl-prev,
.hero-slider .owl-next {
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    border-radius: 100px;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background-color: var(--brand) !important;
}

.owl-dot.active span {
    background-color: var(--brand) !important;
}

/* slide */
.slide {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slide1 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bg_comp.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide2 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bg_print.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide3 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bg_wifi.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide4 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bg_anti.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide .display-3 {
    text-transform: uppercase;
    color: #fff;
}

/* navbar */
.top-nav {
    background-color: var(--brand);
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}

.top-nav span,
.top-nav i {
    vertical-align: middle;
}

.navbar {
    box-shadow: var(--shadow);
}

.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.social-icons a:hover {
    background-color: #fff;
    color: var(--brand);
}

.navbar .navbar-nav .nav-link {
    color: #fff;
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--button);
}

.navbar .navbar-nav .nav-link.active {
    color: var(--brand);
}

.navbar-brand {
    font-size: 28px;
    font-weight: 700;
}

.navbar-brand .dot {
    color: var(--brand);
}

.btn {
    padding: 8px 26px;
}

.contac-btn {
    margin-left: 3rem !important;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-brand {
    border-color: var(--button);
    background-color: var(--button);
    color: #000;
}

.btn-brand:hover {
    background-color: #697565;
    border-color: #697565;
    color: #fff;
}

.intro {
    margin-bottom: 36px;
    text-align: center;
}

.intro p {
    max-width: 600px;
    font-size: 20px;
}

.intro h6 {
    color: var(--brand);
    font-weight: 400;
    text-transform: uppercase;
}

.intro h1 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 3rem;
    font-weight: 700;
}

.info-box {
    align-items: center;
    display: flex;
}

.info-box img {
    width: 101px;
}

.info-box p i {
    color: var(--brand);
    font-weight: 900;
    margin-right: 10px;
    font-size: 22px;
}


#milestone {
    background: linear-gradient(rgba(87, 142, 126, 100), rgba(3, 57, 41, 100));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#milestone h1,
#milestone p {
    color: #fff;
}

.service {
    padding: 32px;
    background-color: #fff;
    box-shadow: var(--shadow) ;
}

.service h5 {
    margin-top: 24px;
    margin-bottom: 14px;
}

.service img {
    width: 90px;
    margin-left: 110px;
}

.project {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.project h6 {
    font-weight: 400;
}

.project h6::before {
    content: "";
    height: 2px;
    width: 30px;
    display: inline-block;
    background: var(--brand);
    vertical-align: middle;
    margin-right: 10px;
}

.project .overlay {
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 76, 41, 0) 0%, var(--dark) 100%);
}

.project .content {
    position: absolute;
    left: 10%;
    bottom: 10%
}

.project h2,
.project h6 {
    color: #fff;
}

.team-member {
    text-align: center;
}

.team-member .image {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.team-member .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -10%;
    background-color: var(--brand);
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member h5 {
    margin-top: 16px;
    margin-bottom: 4px;
}

.team-member .social-icons {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member .social-icons a {
    width: 40px;
    height: 40px;
}

.team-member:hover .social-icons {
    top: 50%;
    opacity: 1;
}

.team-member:hover .overlay {
    top: 0%;
    opacity: 1;
}

    #reviews {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .review {
        text-align: center;
        z-index: 2;
        position: relative;
        margin: 15px;
        max-width: 768px;
        margin: auto;
    }

    .review .bxs-quote-alt-left {
        font-size: 120px;
        position: absolute;
        opacity: 0.1;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .review img {
        width: 80px !important;
        height: 80px;
        border-radius: 100px;
        margin: auto;
    }

    .review h5 {
        margin-top: 16px;
        margin-bottom: 4px;
    }

    .review h3 {
        margin-top: 26px;
        margin-bottom: 26px;
        font-size: 22px;
        font-weight: 400;
        line-height: 1.7;
    }

    .review small {
        color: var(--brand);
    }

    .review .stars {
        color: var(--brand);
    }

    .blog-post {
        position: relative;
        background-color: #fff;
        box-shadow: var(--shadow);
    }

    .blog-post .content {
        padding: 32px;
    }

    .blog-post a {
        position: absolute;
        top: 20px;
        left: 20px;
        background-color: var(--brand);
        padding: 2px 12px;
        border-radius: 100px;
        text-decoration: none;
        color: #fff;
    }

    .blog-post h5 {
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .blog-post small {
        text-transform: uppercase;
        color: var(--brand);
        text-decoration: underline;
    }

/* FAQs section */
.wrapper-fags {
    max-width: 75%;
    margin: auto;
    margin-bottom: 80px;
}

.wrapper-fags>p,
.wrapper-fags>h1 {
    margin: 1.5rem 0;
    text-align: center;
}

.accordion {
    background-color: white;
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    font-size: 1.2rem;
    width: 100%;
    padding: 1.5rem 2.5rem;
    border: none;
    outline: none;
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.accordion i {
    font-size: 1.6rem;
}

.active,
.accordion:hover {
    background-color: #f1f7f5;
}

.pannel {
    padding: 0 2rem 2.5rem 2rem;
    background-color: white;
    overflow: hidden;
    background-color: #f1f7f5;
    display: none;
}

.pannel p {
    color: rgba(0, 0, 0, 0.7);
    font-size: 1.2rem;
    line-height: 1.4;
}

.faq {
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: 10px 0;
}

.faq.active {
    border: none;
}

.faqs-ul ul {
    padding-left: 1rem;
}

.faqs-ul ul li {
    padding-bottom: 5px;
    font-size: 1.1rem;
}

footer {
    background: #1E201E;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

footer .footer-top {
    padding-top: 80px;
    padding-bottom: 40px;
}

.footer-bottom {
    padding: 10px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
}

.footer-links a {
    text-decoration: none;
    color: #ADB3B9;
    font-size: 19px;
}

.footer-links a:hover {
    text-decoration: underline;
}

footer .navbar-brand {
    color: #fff;
}

footer p {
    color: #ADB3B9;
}

footer .social-icons a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;
}

.loader {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
}

input.form-control {
    border-color: transparent;
    height: 44px;
}

.form-control {
    background-color: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.04);
    ;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--brand);
}

/* id call section second */
.wrapper {
    width: 1300px;
    background: #fff;
    margin: auto;
    border-radius: 3px;
    overflow: hidden;
}

.brand-services {
    padding-top: 80px;
}

.wrapper .tabs ul {
    width: 100%;
    height: 90px;
    display: flex;
    padding-left: 0;
    margin: 0;
}

.wrapper .tabs ul li {
    list-style: none;
    width: 33.3%;
    height: 90px;
    padding: 15px 20px;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    /* letter-spacing: 2px; */
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-bottom: none !important;
}

.wrapper .tabs ul li.active {
    background: #000;
    opacity: 0.8;
    color: #fff;
}

.wrapper .tabs ul li.active:hover {
    border-top: 6px solid #000;
    background: #eee;
    color: #000;
}

.wrapper .tabs ul li:hover {
    background-color: #eee;
}

.wrapper .tabs ul li p {
    margin: 0;
    font-size: 18px;
}

.wrapper .conten {
    display: flex;
    border: 5px solid #434242;
}

.tab_content {
    width: 100%;
    height: 455px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab_content .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.tab_content .image img {
    width: 100%;
    height: 100%;
}

.tab_content .text {
    position: absolute;
    top: 50%;
    left: 16%;
    width: 350px;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    padding: 15px;
    background: #000;
    opacity: 0.8;
    border-radius: 10px;
}
.tab_content .text h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-left: -20px;
}
.tab_content .image img {
    width: 100%;
    height: 96%;
}

.tab_content .text ul {
    list-style: disc;
    margin: 0;
    padding-left: 20px;
}

.tab_content .text ul li {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding: 4px;
}

.tab_content .text ul li a {
    text-decoration: none;
    color: #fff;
}


/* Mobile & Tablet Responsiveness */
@media (max-width: 1068px) {
    .intro h1 {
        font-size: 2rem;
    }
    .service img{
        margin-left: 110px;
    }
    .wrapper {
        width: 90%;
        margin: 40px auto;
    }

    .wrapper .tabs ul {
        width: 81%;
        height: 105px !important;
    }

    .wrapper .tabs ul li {
        width: 100%;
        height: 105px;
        font-size: 18px;
        padding: 0px 0;
    }

    .tab_content {
        flex-direction: column;
        height: auto;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .tab_content .image {
        position: relative;
        width: 100%;
        display: block;
        overflow: hidden;
    }

    .tab_content .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .tab_content .text {
        position: absolute;
        top: 50%;
        left: 48%;
        transform: translate(-50%, -50%);
        z-index: 2;
        padding: 20px;
        border-radius: 10px;
        width: 90%;
    }

    .tab_content .text ul li {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .wrapper {
        width: 100%;
        margin: 20px 0;
    }

    .wrapper .tabs ul li {
        font-size: 16px;
        height: 105px;
    }

    .tab_content .text ul li {
        font-size: 14px;
    }

    .tab_content .text {
        font-size: 14px;
        padding: 10px;
    }

    .tab_content .image img {
        object-fit: cover;
        width: 100%;
        height: 450px;
    }

    .footer-bottom {
        justify-content: center;
        display: block;
        align-items: center;
    }
}

:root {
    --primary-color: rgba(247, 196, 67, 0.9);
    --secondary-color: #e9f7ff;
    --text-color: #333;
    --hover-color: rgba(247, 196, 67, 0.9);
    --hover-gradient-start: rgba(247, 196, 67, 0.9);
    --hover-gradient-end: #ccc;
    --border-color: #ccc;
}

.service-details {
    display: flex;
    gap: 20px;
    padding: 20px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    max-width: 1300px;
    margin: auto;
    margin-top: 100px;
}

.service-details-head {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
    padding: 0px 15px;
    border-radius: 5px;
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    height: 65px;
}

.service-details-head h2 {
    color: #fff;
}

.service-details-para {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 1.5;
}

.service-details-para p{
    font-size: 18px;
}

.issues hr {
    border: 3px solid var(--primary-color);
}

.issues .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    width: 95%;
    margin: auto;
    margin-top: 40px;
}

.issues .grid a {
    text-decoration: none;
    color: var(--text-color);
    border: 2px solid var(--border-color);
    padding: 15px;
    border-radius: 8px;
    background: white;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    font-size: 15px;
}

.issues .grid a:hover {
    border-color: var(--hover-color);
    background: linear-gradient(to bottom right, var(--hover-gradient-start), var(--hover-gradient-end));
    color: #000;
}

.issues .grid a:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    z-index: 0;
}

.issues .grid a:hover::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
    transition: width 0.3s ease;
}

.issues .grid a:hover::after {
    width: 100%;
}

.issues .grid a span {
    position: relative;
    z-index: 2;
}

.portfolio-sec {
    padding-bottom: 80px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .issues .grid {
        grid-template-columns: repeat(3, 1fr);
        width: 90%;
    }

    .service-details {
        padding: 15px;
        display: block;
    }

    .service-details-para {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .issues .grid {
        grid-template-columns: repeat(2, 1fr);
        width: 95%;
    }

    .service-details-head {
        font-size: 20px;
    }

    .issues h1 {
        font-size: 1.5em;
    }
}

@media (max-width: 480px) {
    .issues .grid {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .service-details-para {
        font-size: 14px;
    }

    .service-details-head {
        font-size: 18px;
    }
}

.tracking-section {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    text-align: center;
}

.tracking-section h1 {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
    color: #000 !important;
    border-radius: 10px;
    padding: 5px;
    font-weight: 800;
}

/* Step Tracker */
.tracking-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
}

.step {
    text-align: center;
}

.circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: auto;
    transition: background-color 0.3s, color 0.3s;
}

.circle.active {
    color: #000;
}

.line {
    height: 4px;
    background-color: #e0e0e0;
    flex: 1;
    transition: background-color 0.3s;
}

/* Details Section */
.details-list {
    margin-top: 20px;
    text-align: left;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.details-list h2 {
    margin-bottom: 20px;
    font-size: 22px;
    color: #333;
}

.options-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.option-box {
    display: inline-block;
    padding: 12px;
    border: 2px solid #ccc;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
    width: 210px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

input[type="radio"] {
    display: none;
}

input[type="radio"]:checked+.option-box {
    color: white;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}

.form-group input {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form-group-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.form-group-row .form-group {
    flex: 1;
}

.form-group-row .form-group label {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}

.form-group-row .form-group input {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Buttons */
.next-btn,
.submit-btn {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.next-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.submit-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.main-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
    padding: 20px;
    margin-top: 100px;
    margin-bottom: 40px;
}

.left-section,
.right-section {
    flex: 1;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.tracking-section h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

.right-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.boxes h6 {
    font-size: 18px;
    margin: 10px 0;
}

.boxes h3 {
    font-size: 25px;
    margin-bottom: 15px;
}

.boxes img {
    width: 50%;
    margin-left: 100px;
}

.btn-touch {
    margin-top: 10px;
    padding: 10px 15px;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s;
}

.tracking-section,
.boxes {
    margin: 0;
}

@media (max-width: 768px) {
    .main-container {
        flex-direction: column;
    }
}

.about-details {
    display: flex;
    gap: 20px;
    padding: 20px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    max-width: 1300px;
    margin: auto;
    margin-top: 20px;
}

.about-details-head {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.about-details-head h2 {
    color: #fff;
}

.about-container {
    max-width: 1300px;
    margin: 0 auto;
}

.about-container p {
    line-height: 2;
    padding: 0 20px;
}

.about-container .profile-image {
    text-align: center;
}

.about-container .profile-image img {
    width: 200px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    padding: 8px;
}

.about-container .description h1 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
}

.projects-container {
    display: flex;
    justify-content: center;
    padding: 8px;
    box-shadow: 0 4px 16px -6px rgba(0, 0, 0, 0.4);
    margin: 70px 20px 0px 20px;
    border-radius: 20px;
    overflow: hidden;
}


.projects-container .project {
    height: 160px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 32px;
}

.projects-container .project-name {
    font-size: 16px;
    color: #fff;
}

.projects-container .project-number {
    font-size: 72px;
    font-weight: bold;
    color: #fff;
}

.about-container .our-mission {
    padding: 20px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 80px;
    margin-top: -40px;
}

.about-container .our-mission .quote-icon {
    position: absolute;
    opacity: 0.2;
    height: 80px;
}

.about-container .our-mission img {
    width: auto;
}

.about-container .our-mission p {
    margin-left: 100px;
    font-size: 20px;
    font-style: italic;
}

/* Tablet View (768px and below) */
@media screen and (max-width: 768px) {
    .about-details {
        flex-direction: column;
        padding: 15px;
    }

    .about-container p {
        padding: 0 10px;
    }

    .about-container .profile-image img {
        width: 150px;
    }

    .about-container .description h1 {
        font-size: 2rem;
    }

    .projects-container {
        flex-direction: column;
        align-items: center;
        margin: 40px 10px;
    }

    .projects-container .project {
        width: 100%;
        margin: 10px 0;
    }

    .projects-container .project-name {
        font-size: 14px;
    }

    .projects-container .project-number {
        font-size: 48px;
    }

    .about-container .our-mission {
        flex-direction: column;
        margin-bottom: 40px;
    }

    .about-container .our-mission p {
        margin-left: 0;
        text-align: center;
        font-size: 18px;
    }

    .about-container .our-mission .quote-icon {
        height: 60px;
    }
}

/* Mobile View (480px and below) */
@media screen and (max-width: 480px) {
    .about-details {
        padding: 10px;
        gap: 10px;
    }

    .about-container .profile-image img {
        width: 120px;
    }

    .about-container .description h1 {
        font-size: 1.8rem;
    }

    .projects-container {
        flex-direction: column;
        margin: 20px 10px;
        padding: 10px;
    }

    .projects-container .project {
        margin: 10px 0;
        width: 100%;
    }

    .projects-container .project-name {
        font-size: 12px;
    }

    .projects-container .project-number {
        font-size: 40px;
    }

    .about-container .our-mission {
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .about-container .our-mission p {
        font-size: 16px;
        padding: 0 10px;
    }

    .about-container .our-mission .quote-icon {
        height: 50px;
    }

    .contac-btn {
        margin-left: 0rem !important;
    }
}

.services-container {
    background: #f8f9fa;
    margin: auto;
}
.flex-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    gap: 90px;
    width: 1300px;
}

.flex-container video {
    height: auto;
    border-radius: 8px;
}

.flex-content-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.flex-content-container h1 {
    margin-bottom: 10px;
}

.flex-content-container p {
    line-height: 1.6;
    color: #555;
}

@media (max-width: 768px) {
    .flex-container {
        flex-direction: column;
        gap: 20px;
    }
}

/* Toast Container */
.toast-container {
    position: fixed;
    top: 50px;
    right: 100px;
    z-index: 9999;
}

/* Toast Message */
.toast-message {
    padding: 15px 20px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: none;
    animation: slideIn 0.5s ease-out, fadeOut 0.5s ease-in 4.5s;
}

/* Success Message */
.toast-success {
    background-color: #28a745;
}

/* Error Message */
.toast-error {
    background-color: #dc3545;
}

/* Animation for Sliding and Fading */
@keyframes slideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.how-fixs-issue p {
    font-size: 16px;
}