/* patners */

#clients {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 130px;
    margin-top: 6%;
    margin-bottom: 6%;
    background-color: rgb(96, 63, 129);
}

#clients .clients-wrap {
    display: block;
    width: 100%;
    /* was 95%; */
    margin: 0 auto;
    overflow: hidden;
}

#clients .clients-wrap ul {
    display: block;
    list-style: none;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#clients .clients-wrap ul li {
    display: block;
    float: left;
    position: relative;
    width: 220px;
    height: 100px;
    line-height: 100px;
    text-align: center;
}

#clients .clients-wrap ul li img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: 0 linear left;
    -moz-transition: 0 linear left;
    transition: 0 linear left;
    filter: alpha(opacity=65);
    opacity: 0.65;
}

#clients .clients-wrap ul li img:hover {
    filter: alpha(opacity=100);
    opacity: 1.0;
}


/* end patners */
/* ======================== */
/* ========================	*/
/* one plateform to mange work */
#content-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    animation: fadeIn 2s ease-in-out;
    background-color: rgb(96, 63, 129);
    margin-top: 6%;
}

#text-content {
    flex: 1;
    padding: 20px;
    animation: slideInRight 1.5s ease-in-out;
    background-color: white;
    margin-left: 4%;
}

#text-content h2 {
    font-size: 17px;
    color: rgba(0, 0, 0, 0.61);
}
#text-content h1 {
    font-size: 35px;
    color: rgba(0, 0, 0, 0.61);
    font-weight: bold;
}

#image-content {
    flex: 1;
    padding: 20px;
    text-align: left;
    animation: slideInLeft 1.5s ease-in-out;
}

#ul {
    list-style-type: none;
    padding: 0;
}

#ul li {
    margin: 10px 0;
    display: flex;
    align-items: center;
}

#ul li::before {
    content: '\2713'; /* Unicode character for check mark */
    margin-right: 10px;
    color: green;
    font-weight: bold;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
/* end one plateform to mange work */


/* price starrt first */
/* ======================== */
/* ========================	*/
/* buttons start */
#container1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    width: 45%;
    margin-left: 27%;
    margin-bottom: 5%;

}

button {
    position: relative;
    margin: 0 5px;
    /* Adjust margin for proper spacing */
    font-size: 12px;
    /* Adjusts button size to small */
    padding: 5px 10px;
    /* Adjusts button padding to small */
    height: 65px;
}

#primaryButton1::after,
#successButton1::after,
#warningButton1::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    /* border-left: 10px solid yellowgreen;
    border-right: 10px solid yellowgreen;
    border-top: 10px solid black; */
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

/* footer button */

#roundButton {
    font-size: 20px;
    /* Adjusts the font size */
    padding: 15px 20px;
    /* Adjusts the padding to make the button larger */
    border-radius: 25px;
    /* Makes the button round */
    border: none;
    /* Removes any default border */
    background-color: #28a745;
    /* Background colour for success button */
    color: white;
    /* Text colour */
    cursor: pointer;
    /* Changes the cursor to pointer on hover */
    text-align: center;
    /* Centres the text */
    display: inline-block;
    /* Ensures the button respects padding */
    width: 55%;
    /* Sets the width to 45% */
    margin-left: 20%;
}

#roundButton:hover {
    background-color: #218838;
    /* Slightly darker green for hover effect */
}



/* end buttons start */
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700italic,700,900italic,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);

body {
    background-color: #eee;
}

#generic_price_table {
    background-color: #f0eded;
}

/*PRICE COLOR CODE START*/
#generic_price_table .generic_content {
    background-color: #fff;
}

#generic_price_table .generic_content .generic_head_price {
    background-color: #f6f6f6;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
    border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
    color: #525252;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li {
    color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span {
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
    background-color: #E4E4E4;
    border-left: 5px solid rgb(83,54,202);
}

#generic_price_table .generic_content .generic_price_btn a {
    border: 1px solid rgb(83,54,202);
    color: rgb(83,54,202);
}

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg {
    border-color: rgb(83,54,202) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgb(83,54,202);
    color: #fff;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span {
    color: #fff;
}

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a {
    background-color: rgb(83,54,202);
    color: #fff;
}

#generic_price_table {
    margin: 50px 0 50px 0;
    font-family: 'Raleway', sans-serif;
}

.row .table {
    padding: 28px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content {
    overflow: hidden;
    position: relative;
    text-align: center;
}

#generic_price_table .generic_content .generic_head_price {
    margin: 0 0 20px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content {
    margin: 0 0 50px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
    border-style: solid;
    border-width: 90px 1411px 23px 399px;
    position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head {
    padding-top: 40px;
    position: relative;
    z-index: 1;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
    font-family: "Raleway", sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag {
    padding: 0 0 20px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price {
    display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
    font-family: "Lato", sans-serif;
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    padding: 15px 0;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;

}

#generic_price_table .generic_content .generic_feature_list ul li .fa {
    padding: 0 10px;
}

#generic_price_table .generic_content .generic_price_btn {
    margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn a {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-border-radius: 50px;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 320px) {}

@media (max-width: 767px) {
    #generic_price_table .generic_content {
        margin-bottom: 75px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #generic_price_table .col-md-3 {
        float: left;
        width: 50%;
    }

    #generic_price_table .col-md-4 {
        float: left;
        width: 50%;
    }

    #generic_price_table .generic_content {
        margin-bottom: 75px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) {}

#generic_price_table_home {
    font-family: 'Raleway', sans-serif;
}

.text-center h1,
.text-center h1 a {
    color: #7885CB;
    font-size: 30px;
    font-weight: 300;
    text-decoration: none;
}

.demo-pic {
    margin: 0 auto;
}

.demo-pic:hover {
    opacity: 0.7;
}

#generic_price_table_home ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: table;
}

#generic_price_table_home li {
    float: left;
}

#generic_price_table_home li+li {
    margin-left: 10px;
    padding-bottom: 10px;
}

#generic_price_table_home li a {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 0px;
}

#generic_price_table_home .blue {
    background: #3498DB;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .emerald {
    background: #2ECC71;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .grey {
    background: #7F8C8D;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .midnight {
    background: #34495E;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .orange {
    background: #E67E22;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .purple {
    background: #9B59B6;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .red {
    background: #E74C3C;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .turquoise {
    background: #1ABC9C;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .divider {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px;
}

#generic_price_table_home .divider span {
    width: 100%;
    display: table;
    height: 2px;
    background: #ddd;
    margin: 50px auto;
    line-height: 2px;
}

#generic_price_table_home .itemname {
    text-align: center;
    font-size: 50px;
    padding: 50px 0 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    text-decoration: none;
    font-weight: 300;
}

#generic_price_table_home .itemnametext {
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}

#generic_price_table_home .footer {
    padding: 40px 0;
}

.price-heading {
    text-align: center;
}

.price-heading h1 {
    color: #666;
    margin: 0;
    padding: 0 0 50px 0;
}

.demo-button {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.bottom_btn {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}

.demo-button:hover {
    background-color: #666;
    color: #FFF;
    text-decoration: none;

}

.bottom_btn:hover {
    background-color: #666;
    color: #FFF;
    text-decoration: none;
}

/* end price starrt first */
/* price starrt seocund*/
/* ======================== */
/* ========================	*/
/* hedings top */
#seo-heading {
    text-align: center;
    padding: 20px;
    color: rgb(96, 63, 129);
    animation: fadeIn 1s ease-in-out;
    font-size: 40px;
    font-weight: bold;
}

#seo-subheading {
    text-align: center;
    padding: 10px 20px;
    color: #1D6E8E;
}

#seo-description {
    text-align: center;
    padding: 10px 20px;
    color: #333;
    width: 70%;
    margin-left: 17%;
    font-size: 22px;

}

@media (max-width: 768px) {
    #seo-heading {
        font-size: 40px;
    }

    #seo-subheading {
        font-size: 18px;
    }

    #seo-description {
        font-size: 22px;
    }
}

@media (min-width: 769px) {
    #seo-heading {
        font-size: 40px;
    }

    #seo-subheading {
        font-size: 24px;
    }

    #seo-description {
        font-size: 22px;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* end hedings top */
.main {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
    font-family: "Open Sans";
    width: 70%;
    margin: 0 auto;
    margin-top: 5%;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    border: 0 none;
}

.price-table tr:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.price-table tr td {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding: 8px 24px;
    font-size: 14px;
}

.price-table tr td:first-child {
    border-left: 0 none;
}

.price-table tr td:not(:first-child) {
    text-align: center;
}

.price-table tr:nth-child(even) {
    background-color: #FFFFFF;
}

.price-table tr:hover {
    background-color: #EEEEEE;
}

.price-table .fa-check {
    color: #5336ca;
}

.price-table .fa-times {
    color: #D8D6E3;
}

/* Highlighted column */
.price-table tr:nth-child(2n) td:nth-child(3) {
    background-color: rgba(216, 214, 227, 0.25);
}

.price-table tr td:nth-child(3) {
    background-color: rgba(216, 214, 227, 0.15);
    padding: 8px 48px;
}


.price-table tr.price-table-head td {
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat";
    text-transform: uppercase;
}

.price-table tr.price-table-head {
    background-color: #5336ca;
    color: #FFFFFF;
}

.price-table td.price {
    color: #f43f54;
    padding: 16px 24px;
    font-size: 20px;
    font-weight: 600;
    font-family: "Montserrat";
}

.price-table td.price a {
    background-color: #5336ca;
    color: #FFFFFF;
    padding: 12px 32px;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 600;
    font-family: "Montserrat";
    text-transform: uppercase;
    display: inline-block;
    border-radius: 64px;
}

.price-table td.price-table-popular {
    font-family: "Montserrat";
    border-top: 3px solid #5336ca;
    color: #5336ca;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 48px;
    font-weight: 700;
}

.price-table .price-blank {
    background-color: #fafafa;
    border: 0 none;
}

.price-table svg {
    width: 90px;
    fill: #5336ca;
}

/* end price starrt */
/* ======================== */
/* ========================	*/

/*third price strat*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

/* heding main */
/* Base styles for h1 and h3 */
#main-heading2 {
    font-size: 2.5em;
    text-align: center;
    margin: 20px 0;
    padding: 0 10px;
    /* margin-top: 155%; */
    color: rgb(96, 63, 129);
    font-weight: bold;
}

#sub-heading2 {
    font-size: 1.5em;
    text-align: center;
    margin: 20px 0;
    padding: 0 10px;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.582);
    width: 55%;
    margin-left: 24%;
}

/* Responsive styles */
@media (max-width: 1200px) {
    #main-heading2 {
        font-size: 2.2em;
    }

    #sub-heading2 {
        font-size: 1.4em;
    }
}

@media (max-width: 992px) {
    #main-heading2 {
        font-size: 2em;
    }

    #sub-heading2 {
        font-size: 1.3em;
    }
}

@media (max-width: 768px) {
    #main-heading2 {
        font-size: 1.8em;
    }

    #sub-heading2 {
        font-size: 1.2em;
    }
}

@media (max-width: 576px) {
    #main-heading2 {
        font-size: 1.6em;
    }

    #sub-heading2 {
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    #main-heading2 {
        font-size: 1.4em;
    }

    #sub-heading2 {
        font-size: 1em;
    }
}

@media (max-width: 360px) {
    #main-heading2 {
        font-size: 1.2em;
    }

    #sub-heading2 {
        font-size: 0.9em;
    }
}

/* end heding main */

#price {
    text-align: center;
    background-color: white;
    height: 900px;
}

#pricebox {
    margin-top: 5%;
}

.plan {
    display: inline-block;
    margin: 10px 1%;
    font-family: 'Lato', Arial, sans-serif;
}

.plan-inner {
    background: #fff;
    margin: 0 auto;
    min-width: 280px;
    max-width: 100%;
    position: relative;
}

.entry-title {
    background: #53CFE9;
    height: 140px;
    position: relative;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.entry-title>h3 {
    background: #20BADA;
    font-size: 20px;
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.entry-title .price {
    position: absolute;
    bottom: -25px;
    background: #20BADA;
    height: 95px;
    width: 95px;
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow: hidden;
    border-radius: 50px;
    border: 5px solid #fff;
    line-height: 80px;
    font-size: 28px;
    font-weight: 700;
}

.price span {
    font-size: 9px;
    bottom: -10px;
    left: 30px;
    font-weight: 400;
}

/* #price span {
    position: absolute;

} */


.entry-content {
    color: #323232;
}

.entry-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.entry-content li {
    border-bottom: 1px solid #E5E5E5;
    padding: 10px 0;
}

.entry-content li:last-child {
    border: none;
}

.btn {
    padding: 3em 0;
    text-align: center;
}

.btn a {
    background: #323232;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none
}

.hot {
    position: absolute;
    top: -7px;
    background: #F80;
    color: #fff;
    text-transform: uppercase;
    z-index: 2;
    padding: 2px 5px;
    font-size: 9px;
    border-radius: 2px;
    right: 10px;
    font-weight: 700;
}

.basic .entry-title {
    background: #75DDD9;
}

.basic .entry-title>h3 {
    background: #44CBC6;
}

.basic .price {
    background: #44CBC6;
}

.standard .entry-title {
    background: #4484c1;
}

.standard .entry-title>h3 {
    background: #3772aa;
}

.standard .price {
    background: #3772aa;
}

.ultimite .entry-title>h3 {
    background: #DD4B5E;
}

.ultimite .entry-title {
    background: #F75C70;
}

.ultimite .price {
    background: #DD4B5E;
}

/*end price strat*/






/* Business Website Projects */
#recentProjects {
    padding: 20px;
    background-color: #f4f4f4;
    width: 100%;
    margin-top: 3%;
}

#recentProjectsHeader {
    text-align: center;
    margin-bottom: 20px;
}

#recentProjectsHeader h1 {
    font-size: 50px;
    /* Responsive font size */
    color: #333;
    font-weight: bold;
}

#recentProjectsHeader p {
    font-size: 25px;
    /* Responsive font size */
    color: #666;
}

#projectsContainer {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    animation: fadeIn 1.5s ease-in-out;
}

.project {
    position: relative;
    margin: 10px;
    text-align: center;
    animation: fadeInUp 1s ease-in-out;
    margin-top: 5%;

}

.project img {
    width: 380px;
    height: auto;
    transition: transform 0.3s ease;
}

.project p {
    margin-top: 10px;
    font-size: 17px;
    /* Responsive font size */
    color: #333;
}

.project .viewProjectBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    padding: 10px 20px;
    font-size: 1em;
    /* Responsive font size */
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.project:hover img {
    transform: scale(1.1);
}

.project:hover .viewProjectBtn {
    display: block;
}

/* Keyframe animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive design */
@media (max-width: 768px) {
    #recentProjectsHeader h1 {
        font-size: 1.5em;
    }

    #recentProjectsHeader p {
        font-size: 0.875em;
    }

    .project img {
        width: 150px;
    }

    .project p {
        font-size: 0.875em;
    }

    .project .viewProjectBtn {
        font-size: 0.875em;
    }
}

@media (max-width: 480px) {
    #recentProjectsHeader h1 {
        font-size: 1.25em;
    }

    #recentProjectsHeader p {
        font-size: 0.75em;
    }

    .project img {
        width: 100px;
    }

    .project p {
        font-size: 0.75em;
    }

    .project .viewProjectBtn {
        font-size: 0.75em;
    }
}


/* end Business Website Projects */

/* last */
#resultsSection {
    padding: 20px;
    background-color: #f9f9f9;
    text-align: center;
    animation: fadeIn 1.5s ease-in-out;
    margin-top: 5%;
}

#resultsSection h1 {
    font-size: 30px;
    /* Responsive font size */
    color: #333;
    margin-bottom: 10px;
    animation: slideInDown 1s ease-in-out;
    font-weight: bold;
}

#resultsSection h2 {
    font-size: 1.5em;
    /* Responsive font size */
    color: #555;
    margin-bottom: 20px;
    animation: slideInDown 1.2s ease-in-out;
}

#quoteContainer {
    margin-top: 20px;
    animation: fadeInUp 1s ease-in-out;
}

#quoteContainer p {
    font-size: 1em;
    /* Responsive font size */
    color: #666;
    margin-bottom: 10px;
}

#quoteContainer button {
    padding: 10px 20px;
    font-size: 1em;
    /* Responsive font size */
    color: white;
    background-color: #007bff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

#quoteContainer button:hover {
    background-color: #0056b3;
    transform: scale(1.05);
}

/* Keyframe animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive design */
@media (max-width: 768px) {
    #resultsSection h1 {
        font-size: 1.5em;
    }

    #resultsSection h2 {
        font-size: 1.25em;
    }

    #quoteContainer p {
        font-size: 0.875em;
    }

    #quoteContainer button {
        font-size: 0.875em;
    }
}

@media (max-width: 480px) {
    #resultsSection h1 {
        font-size: 1.25em;
    }

    #resultsSection h2 {
        font-size: 1em;
    }

    #quoteContainer p {
        font-size: 0.75em;
    }

    #quoteContainer button {
        font-size: 0.75em;
    }
}

/* end last */