@import url('https://fonts.googleapis.com/css?family=Montserrat:500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;900&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden; /* Prevent horizontal scroll */
}

header {
    height: 90vh;
    /* background: #000; */
}

.black {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

nav {
    padding-top: 20px;
    padding-bottom: 20px;
    top: 0;
    position: fixed;
    display: flex;
    width: 100%;
    z-index: 1000;
    background: #fff;
    justify-content: space-around;
    transition: 1.5s;
    align-items: center;
}

nav ul {
    display: flex;
    align-items: center;
}

nav ul li {
    list-style: none;
    margin: 5px 10px;
}

nav ul li a {
    padding: 2px 10px;
    color: #2e2e2e;
    cursor: pointer;
    transition: .5s;
    text-decoration: none;
}

nav ul li a:hover {
    color: #fff;
    border-radius: 5px;
    background: linear-gradient(to right, #026ffe, #004AAD);
}

.active {
    color: #fff;
    border-radius: 5px;
    background: linear-gradient(to right, #026ffe, #004AAD);
}

.srch {
    padding: 2px 10px;
    display: flex;
    justify-content: center;
    border: 1px solid;
    border-radius: 20px;
}

.srch img {
    width: 25px;
    cursor: pointer;
}

.srch .search {
    outline: none;
    border: none;
    background: transparent;
}

.get-started {
    margin-left: 50px;
    padding: 5px 20px;
    border: 2px solid #004AAD;
    border-radius: 20px;
    text-decoration: none;
    transition: .5s;
    background: linear-gradient(to right, #026ffe, #004AAD);
    color: #fff;
}

.get-started:hover {
    color: #2e2e2e;
    background: #fff;
}

.logo img {
    width: 120px;
    cursor: pointer;
    transition: all 1s;
}

a, button {
    float: left;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #2E3D49;
    display: block;
    text-decoration: none;
    text-align: center;
}

.head-container {
    margin-top: 150px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.quote {
    width: 600px;
    transform: translateY(-50px);
}

.quote h3 {
    margin-top: 30px;
    color: #004AAD;
    line-height: 30px;
    font-family: "Lato", sans-serif;
    font-size: 35px;
}

.quote h1 {
    font-size: 70px;
    font-family: "Lato", sans-serif;
    color: #2e2e2e;
    background-color: #fdfeff;
}

.quote .play {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.quote .play img {
    width: 45px;
    cursor: pointer;
    filter: drop-shadow(0 0 10px #0002);
}

.quote .play span a {
    margin-left: 10px;
    font-size: 20px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
}

.svg-image img {
    width: 420px;
    filter: drop-shadow(0 20px 10px rgba(0,0,0,0.2));
    position: relative;
    top: -40px;
}

/* SIDE MENU */
.menu {
    cursor: pointer;
    width: 25px;
    display: none;
}

.side-menu {
    width: 100%;
    height: 100%;
    background: rgba(182, 33, 90, 0.993);
    position: absolute;
    top: 0;
    transition: .8s;
    z-index: 2000;
    transform: translateX(-100%);
}

.side-menu ul {
    margin-top: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.side-menu ul li {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.side-menu ul li:hover a {
    background: #fff;
    color: #DF2771;
}

.side-menu ul li a {
    color: #FFF;
    width: 100%;
    font-size: 1em;
    text-decoration: none;
    padding: 15px 0px;
}

.close img {
    float: right;
    width: 35px;
    cursor: pointer;
    margin: 10px;
}

.user {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
}

.user img {
    width: 60px;
    border-radius: 50%;
    border: 2px solid #fff;
    filter: drop-shadow(0 10px 20px #0004);
    margin-right: 30px;
    cursor: pointer;
}

.user p {
    color: #fff;
    cursor: pointer;
}

.user img, .user p {
    opacity: 1;
}

/*Common things in all sections*/
#about_section, #portfolio_section, #team_section, #services_section, #contactus_section {
    position: relative;
}

.diffSection {
    margin-top: 0px;
    font-family: "Lato", sans-serif;
    font-size: 30px;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 80px;
    color: #004AAD;
}

.gridhead {
    margin-top: 0px;
    font-family: "Lato", sans-serif;
    font-size: 30px;
    text-align: center;
    padding-top: 150px;
    color: #004AAD;
}

.photo-grid {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 70ch;
}

.photo-item {
    flex: 1;
    transition: transform 0.3s ease-in-out, background 0.3s ease-in-out, color 0.3s ease-in-out;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.9);
    border-color: #272529;
    border: 4px solid black;
}

.photo-item:hover {
    background: white;
    color: rgb(238, 254, 0);
    transform: scale(1.05);
}

.photo-item-1:hover {
    background: white;
    color: rgb(238, 254, 0);
    transform: scale(1.05);
}

.photo-item-1 {
    flex: 1;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.9);
    overflow: hidden;
    border-radius: 2px;
    transition: transform 0.3s ease-in-out, background 0.3s ease-in-out, color 0.3s ease-in-out;
    border-color: #272529;
    border: 4px solid black;
}

.photo-item-1 img {
    width: 100%;
    height: 371px;
    object-fit: cover;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.diffSection .content {
    margin: 0px;
    text-align: center;
    padding: 100px;
    font-size: 1.1em;
}

/*PORTFOLIO*/
.extra {
    width: 100%;
}

.extra p {
    padding: 30px;
    padding-bottom: 150px;
    font-size: 50px;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.7)),url("images/extra/parallex-photo.jpg");
    background-size: cover;
    background-attachment: fixed;
    font-family: cursive;
    z-index: -9;
}

/* Default styles for larger screens */
.smbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px; /* Space between boxes */
}

.smbox span {
    background: #fff;
    box-shadow: inset 0px 0px 25px rgba(0,0,0,0.2), 0 0 40px rgba(0,0,0,0.3);
    border-radius: 10px;
    padding: 30px 50px;
    cursor: pointer;
    text-align: center; /* Center text */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transition: transform 0.3s ease-in-out, background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.smbox span:hover {
    transform: scale(1.05);
    transition: .5s ease;
}

.smbox .data {
    font-size: 80px;
    color: #004AAD;
}

.smbox .det {
    font-size: 20px;
    color: #272529;
    font-family: cursive;
}

/* Mobile styles */
@media screen and (max-width: 768px) {
    .smbox {
        flex-direction: column;
        align-items: center;
    }

    .smbox span {
        flex: 1 1 calc(50% - 20px); /* Two boxes per row with spacing */
        margin: 10px;
        width: calc(50% - 20px); /* Ensure two boxes per row */
    }
}

@media screen and (max-width: 480px) {
    .smbox span {
        flex: 1 1 100%; /* One box per row on small screens */
        margin: 5px 0; /* Adjust margin for small screens */
        padding: 20px; /* Adjust padding for small screens */
    }

    .smbox .data {
        font-size: 60px; /* Adjust font size for small screens */
    }

    .smbox .det {
        font-size: 18px; /* Adjust font size for small screens */
    }
}


.head-container {
    position: relative;
}

.svg-image {
    position: relative;
    filter: drop-shadow(10px 7px 10px #7ddaff);
}

.svg-image:after {
    content: url("images/icon/icons8-physics-94.png");
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 0%;
    transform: scale(1.3);
    z-index: -1;
    opacity: 0.6;
}

/*Title*/
.title {
    margin-top: 0px;
    font-family: "Lato", sans-serif;
    font-size: 30px;
    text-align: center;
    color: #004AAD;
    padding-bottom: 90px;
}

/*ABOUT*/
.about-content {
    width: 100%;
    font-family: "Montserrat", sans-serif;
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

.about-content .side-text {
    width: 550px;
    padding: 25px 40px;
    background: #fbf3cd;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 0 100px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    text-align: center;
    line-height: 22px;
    opacity: 0;
    transform: translateX(-50%);
    transition: 1s ease-in-out;
}

.about-content .side-image img {
    width: 700px;
    height: 440px;
    border-radius: 5px;
    transition: .5s ease-in-out;
    box-shadow: 2px 0 100px rgba(0, 0, 0, 0.3);
}

.about-content .side-text-appear {
    opacity: 1;
    transform: translateX(0px);
}

.about-content .side-text h2 {
    padding: 10px;
}

.about-content .side-text p {
    padding: 10px;
}

.sideImage {
    transform: translateX(100px);
    opacity: 0;
    transition: .5s ease-in-out;
}

.sideImage-appear {
    opacity: 1;
    transform: translateX(0px);
}

/*POPULAR SUBJECTS*/
.cbox {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.cbox .det {
    width: 250px;
    height: 150px;
    margin: 10px;
    background: #fbf3cd;
    cursor: pointer;
    padding: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border: 1px solid #004AAD;
    font-size: 22px;
    color: #272529;
    font-family: "Montserrat", sans-serif;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease-in-out, background 0.3s ease-in-out, color 0.3s ease-in-out;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
}

.cbox .det p {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    padding-top: 17px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0);
    font-weight: bold;
}

.cbox .det:hover {
    background: linear-gradient(to right, #026ffe, #004AAD);
    color: rgb(238, 254, 0);
    transform: scale(1.05);
}

.cbox .det p:hover {
    background: linear-gradient(to right, #026ffe, #004AAD);
    color: rgb(255, 255, 255);
}

.cbox .det img {
    width: 20px;
    margin-right: 10px;
    filter: brightness(70%);
    transition: filter 0.3s ease-in-out;
}

/*TEAM SECTION*/
.totalcard {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.totalcard .card {
    margin: 50px;
    width: 300px;
    border-radius: 10px;
    background: #fff;
}

.totalcard .card {
    box-shadow: inset 0 0 10px rgba(0,0,0,0.4), 0 0 10px rgba(0,0,0,0.3);
}

.card:nth-child(1) {
    border-top: 5px solid green;
}

.card:nth-child(2) {
    border-top: 5px solid blue;
}

.card:nth-child(1):hover {
    box-shadow: inset 0px 0px 10px rgba(0,255,0,0.5), 1px 1px 30px rgba(0,255,0,0.5);
}

.card:nth-child(2):hover {
    box-shadow: inset 0px 0px 10px rgba(0,0,255,0.5), 1px 1px 30px rgba(0,0,255,0.5);
}

.totalcard .card img {
    width: 100px;
    height: 100px;
    margin-top: 5px;
    cursor: pointer;
    border-radius: 50px;
    transition-duration: .8s;
}

.totalcard .card img:hover {
    transform: scale(3.5);
    border-radius: 0;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

#detail p {
    font-size: 15px;
    line-height: 25px;
    font-variant: small-caps;
    text-align: center;
    margin: 25px;
    margin-bottom: 0px;
    margin-top: 0px;
}

#detail button {
    outline: none;
    border-radius: 10px;
    border-style: none;
    border: 1px solid black;
    padding: 9px 25px;
    cursor: pointer;
    transition-duration: .4s;
}

#detail a {
    bottom: 80px;
    text-decoration: none;
    margin-bottom: 30px;
    margin-top: 20px;
    margin-left: 90px;
    align-self: center;
}

.btn-roshan:hover {
    background: rgba(0,255,0,0.7);
    color: #fff;
}

.btn-roshan2:hover {
    background: rgba(0,0,255,0.5);
    color: #fff;
}

.card-title {
    font-size: 17px;
    color: #343A40;
    padding: 20px;
    font-weight: 700;
}

/*REVIEW SECTION*/
#makeitfull {
    display: flex;
    justify-content: center;
    transform: translateY(35px);
}

#makeitfull img {
    width: 50px;
}

.review {
    background: #F8F8F8;
    width: 100%;
}

.rev-container {
    padding: 10px 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.rev-container .rev-card {
    width: 550px;
    height: 240px;
    margin-bottom: 40px;
    background: #fff;
    display: flex;
    padding: 10px;
    box-shadow: 2px 2px 20px rgba(0,0,0,0.2);
}

.rev-card:hover {
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}

.identity {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
}

.identity img {
    width: 120px;
    height: 120px;
    transition-duration: .8s;
    border-radius: 50%;
}

.identity img:hover {
    transform: scale(2.2);
    border-radius: 0px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.identity p {
    width: 150px;
    font-weight: bold;
    color: #2E3D49;
    text-align: center;
}

.identity h6 {
    width: 150px;
    text-align: center;
}

.identity .rating img {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.rev-cont {
    overflow: hidden;
}

.rev-cont #title {
    padding: 10px;
    color: #2E3D49;
    font-weight: bold;
}

.rev-cont #content {
    padding: 10px;
    font-size: .9em;
    color: #2E3D49;
    line-height: 22px;
    text-align: justify;
}

/*FEEDBACK*/
.title2 {
    position: relative;
    margin-top: 150px;
    margin-left: 100px;
}

.title2 span {
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    color: #2E3D49;
}

.title2 .shortdesc2 {
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #2E3D49;
    margin-bottom: 10px;
}

.feedbox {
    margin-top: 50px;
    width: 100%;
    display: flex;
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.7)),url("images/extra/b4.jpg");
    background-size: cover;
    padding: 50px 80px;
    background-attachment: fixed;
}

.feed {
    width: 800px;
    height: 400px;
    position: relative;
    border-radius: 10px;
    justify-content: center;
    box-shadow: inset 0 0 90px rgba(0,0,0,0.6), 0 0 80px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.4);
}

.feed form {
    width: 100%;
    height: 100%;
    padding: 20px;
}

.feed form label {
    position: absolute;
    color: #f2f2f2;
    font-size: 10px;
    font-weight: 800;
}

.feed form input, .feed textarea {
    padding: 15px;
    border-radius: 5px;
    box-shadow: inset 0 0 5px lightgray;
    border: 1px solid rgba(0,0,0,0.2);
    outline: none;
    color: #2E3D49;
    background: #fff9;
    font-weight: 600;
}

.feed form input {
    margin-bottom: 15px;
    width: 50%;
}

.feed form .fname {
    width: 25%;
}

.feed form textarea {
    width: 100%;
    height: 100px;
}

.feed #csubmit {
    margin-top: 25px;
    background: linear-gradient(to right, #FA4B37, #DF2771);
    border-radius: 5px;
    border-style: none;
    outline: none;
    width: 100%;
    padding: 15px 25px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

/*SCROLLING TEXT*/
.marqu {
    text-align: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    padding: 10px;
}

/* FOOTER */
footer {
    color: #E5E8EF;
    background: #000D;
    padding: 50px 20px; /* Adjusted padding for mobile */
    text-align: center; /* Center align text */
}

footer .footer-container {
    max-width: 1300px;
    margin: auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column; /* Stack elements vertically */
    align-items: center; /* Center align elements */
}

footer .social-media {
    display: flex;
    justify-content: center;
    margin: 20px 0; /* Add margin for spacing */
}

footer .social-media a {
    margin: 0 10px; /* Adjust spacing between icons */
    font-size: 22px;
    text-decoration: none;
}

footer .social-media img {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

footer .logo {
    width: 180px;
    color: #fff;
    margin-bottom: 20px; /* Add margin for spacing */
}

footer .right-col h1 {
    font-size: 26px;
    margin-bottom: 10px; /* Add margin for spacing */
}

footer .border {
    width: 100px;
    height: 4px;
    background: linear-gradient(to right, #FA4B37, #DF2771);
    margin: 10px auto; /* Center align and add margin */
}

footer .newsletter-form {
    display: flex;
    flex-direction: column; /* Stack form elements vertically */
    align-items: center; /* Center align elements */
    width: 100%; /* Full width */
}

footer input::placeholder {
    color: white !important;
}

footer .txtb {
    flex: 1;
    padding: 18px 40px;
    font-size: 16px;
    background: #343A40;
    border: none;
    font-weight: 700;
    outline: none;
    border-radius: 5px;
    min-width: 260px;
    margin-top: 20px;
    color: white;
    width: 100%; /* Full width */
    max-width: 400px; /* Max width to keep form manageable */
    text-align: center; /* Center text */
}

footer .btn {
    margin-top: 20px;
    padding: 18px 40px;
    font-size: 16px;
    color: #f1f1f1;
    background: linear-gradient(to right, #FA4B37, #DF2771);
    border: none;
    font-weight: 700;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
    transition: opacity .3s linear;
    width: 100%; /* Full width */
    max-width: 400px; /* Max width to keep button manageable */
}

footer .btn:hover {
    opacity: .7;
}

footer .rights-text {
    margin-top: 20px; /* Add margin for spacing */
    font-size: 14px; /* Smaller font size for mobile */
}

footer .contact-info {
    margin-top: 20px; /* Add margin for spacing */
    font-size: 14px; /* Smaller font size for mobile */
}

.footer-contact p {
    margin: 5px 0; /* Adjust margin for spacing */
}

/*PROPERTIES FOR MAKING WEBSITE RESPONSIVE*/
@media screen and (max-width: 960px) {
    .footer-container {
        max-width: 600px;
    }
    .right-col {
        width: 100%;
        margin-bottom: 60px;
    }
    .left-col {
        width: 100%;
        text-align: center;
    }
    .social-media {
        display: flex;
        justify-content: center;
    }
    .logo {
        transition: 1s;
        margin-left: 30%;
    }
    nav ul, .srch, .get-started {
        display: none;
    }
    .menu {
        display: block;
    }
    nav {
        padding-bottom: 20px;
        border-bottom: 1px solid #0005;
    }
    .quote p, .quote h5, .play {
        justify-content: center;
        text-align: center;
    }
    .quote p {
        font-size: 30px;
    }
    .service-container .right-side img {
        width: 90%;
    }
    .title {
        margin-top: 0px;
    }
}

@media screen and (max-width: 700px) {
    footer .btn {
        margin: 0;
        width: 100%;
        margin-top: 20px;
    }
    .svg-image img {
        width: 90%;
        margin: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .feedbox form input, .feedbox form .fname {
        width: 100%;
    }
}

/* Adjustments for larger screens */
@media screen and (min-width: 576px) {
    footer .footer-container {
        flex-direction: row; /* Row layout for larger screens */
        justify-content: space-between;
        align-items: flex-start;
    }

    footer .left-col, footer .right-col {
        width: 48%; /* Half width for each column */
    }

    footer .newsletter-form {
        flex-direction: row; /* Row layout for form */
        width: auto; /* Auto width */
    }

    footer .txtb, footer .btn {
        margin-top: 0; /* Remove top margin */
    }

    footer .txtb {
        margin-right: 10px; /* Add margin for spacing */
    }
}

/* CONTACT US */
.csec {
    background: linear-gradient(to right, #026ffe, #004aad);
    background-size: cover;
    background-position: center;
    padding: 40px 0;
}

.back-contact {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cc {
    width: 400px;
    height: auto;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.cc form {
    margin: 0;
}

.cc form label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.cc form input,
.cc form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}

.imp {
    color: red;
}

#csubmit {
    background: linear-gradient(to right, #026ffe, #004aad);
    border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

#csubmit:hover {
    background: linear-gradient(to right, #004aad, #026ffe);
}

@media screen and (max-width: 1200px) {
    /* Styles for screens up to 1200px wide */
}

@media screen and (max-width: 992px) {
    .footer-container {
        max-width: 800px;
		align-items: center;
    }
    .right-col {
        width: 100%;
        margin-bottom: 60px;
    }
    .left-col {
        width: 100%;
        text-align: center;
		align-items: center;

    }
    .social-media {
        justify-content: center;
    }
    .logo {
        margin-left: 0;
    }
    nav ul, .srch, .get-started {
        display: none;
    }
    .menu {
        display: block;
    }
    .quote p {
        font-size: 24px;
    }
    .service-container .right-side img {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .cbox .det {
        width: 100%;
    }
    .rev-container .rev-card {
        width: 100%;
        height: auto;
    }
    .feedbox form input,
    .feedbox form .fname {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    p {
        font-size: 14px;
    }
    .logo {
        margin-left: 0;
    }
    .svg-image img {
        width: 100%;
        margin: 10px 0;
    }
    footer .btn {
        width: 100%;
        margin-top: 20px;
    }
    .review {
        display: none;
    }
    .quote {
        text-align: center;
    }
    .quote h1 {
        font-size: 24px;
    }
    .quote h3 {
        font-size: 18px;
    }
    nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
    }
    .logo {
        margin-left: 0;
    }
    .logo img {
        width: 40px;
        height: auto;
    }
    .menu-toggle {
        display: block;
        cursor: pointer;
    }
    .menu-toggle img {
        width: 25px;
        height: auto;
    }
    .nav-menu {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding: 10px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
    .nav-menu.active {
        display: flex;
        flex-direction: column;
    }
    .nav-menu li {
        margin: 10px 0;
    }
    .srch {
        margin-top: 10px;
    }
    .get-started {
        margin-left: 0;
        margin-top: 10px;
    }
}
