@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Jost:ital,wght@0,100..900;1,100..900&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Rubik:ital,wght@0,300..900;1,300..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

.activeLink {
    font-weight: 400;
    color: #800000;
}

.navBarlink {
    font-feature-settings: 'clig' off, 'liga' off;
    color: #f5f5f5;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.navbar-nav .nav-item .nav-link:hover,
.dropdown-item:hover,
.navbar-nav .nav-item .nav-link:active {
    color: #800000;
}

/* COLORS */

.white {
    color: #FFF;
}

.offWhite {
    color: #F5F5F5;
}

.black {
    color: #000;
}

.lightRed {
    color: #FF0202;
}

.pink {
    color: #F4E3E3;
}

.darkRed {
    color: #933;
}

.darkestRed {
    color: #800000;
}

.lightGrey {
    color: #666666;
}

.darkGrey {
    color: #292F36;
}

.darkestGrey {
    color: #1E1E1E;
}

/* FONTS */

.kanit {
    font-family: "Kanit", sans-serif;
}

.jost {
    font-family: "Jost", sans-serif;
}

.dmserif {
    font-family: "DM Serif Display", serif;
}

.worksans {
    font-family: "Work Sans", sans-serif;
}

.opensans {
    font-family: "Open Sans", sans-serif;
}

.rubik {
    font-family: "Rubik", sans-serif;
}

/* BUTTONS */

.signInBtn {
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #F4E3E3;
}

.signInBtn:hover {
    border: 1px solid #F4E3E3;
    color: #F4E3E3;
}

.littleEstimateBtn {
    padding: 12px 24px;
    border-radius: 4px;
    border: 1px solid #933;
    background: #933;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.bigEstimateBtn {
    max-width: 503px;
    padding: 24px 48px;
    color: #F4E3E3;
    font-size: 33.667px;
    font-style: normal;
    font-weight: 600;
    line-height: 50.5px;
    border-radius: 8.417px;
}

.littleEstimateBtn:hover {
    border: 1px solid #933;
    background: #933;
    z-index: 1;
}

.generalBtn {
    font-size: 14px;
    padding: 12px 24px;
    border-radius: 4px;
    border: 1px solid #800000;
    background: #FFF;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.generalBtn:hover {
    border: 1px solid #800000;
}


/* HEADER */

header {
    position: relative;
    width: 100%;
    height: 100vh;
}

.navbar-fixed-top {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #800000;
}

.navbar .navProjectlink:hover,
.navbar .navProjectlink:focus {
    color: #f5f5f5;
}


.navBar-toggler-icon:hover,
.navbar-toggler:focus,
.navbar-toggler:active {
    border: none;
    outline: none;
}

.slider {
    position: relative;
    width: 100%;
    height: 100vh;
}

.carousel-indicators {
    position: absolute;
    bottom: 25%;
    margin-left: 8%;
}

.carousel-indicators ol {
    display: flex;
    flex-direction: row;
    margin-inline-start: 10px;
}

.carousel-indicators li {
    list-style: none;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50%;
}

.carousel-indicators [data-bs-target] {
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
    opacity: 1;
}

.carousel-indicators .active {
    background: #800000;
}

header .carousel-item {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: cover;
    background-size: 100%;
}

header .carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: cover;
    background-size: 100%;
    filter: brightness(50%);
}

header .carousel-caption {
    position: absolute;
    top: 30%;
}

h1 {
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.slider p {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.more {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25.25px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.number2 {
    position: absolute;
    left: 5.5%;
    bottom: 170px;
    color: #FFF;
    font-family: Inter;
    font-size: 16.613px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 23px;
    height: 23px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #f00;
    text-align: center;
    z-index: 10;
}

.notificationBtn {
    position: absolute;
    bottom: 100px;
    z-index: 1;
}

.scrollDown {
    font-size: 50.061px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.scrollBtn {
    position: relative;
    bottom: 0;
    animation: 1s ease infinite scrollBtn;
    width: 53.19px;
    height: 42.552px;
    margin-right: 100px;
}

@keyframes scrollBtn {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}


/* NAVIGATION BAR */

.nav {
    display: flex;
    width: 100%;
    height: 110px;
    padding: 30px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:hover,
.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none;
}

.navbar-toggler-icon {
    width: 24px;
    height: 24px;
    color: #FFF;
    outline: none;
}

.navbar-toggler-icon:hover,
.navbar-toggler-icon:focus {
    outline: none;
}

.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 207px;
}

.navbar-logo {
    flex: 1;
}

.navbar-logo img {
    width: 60px;
}

.nav-link:hover {
    color: #F5F5F5;
}

.dropdown-menu {
    padding: 30px 39px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.dropdown-listgroup {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.dropdown-list {
    flex-direction: column;
    align-items: flex-start;
}

/* POPUP */

.overlay {
    display: none;
    width: 100%;
    height: 100vh;
    padding-top: 50px;
    background: #00000088;
    position: absolute;
    margin-left: -4.5%;
    bottom: 1px;
    z-index: 1000;
}

.header-popup {
    position: relative;
    width: 400px;
    height: auto;
    background: #fff;
    bottom: -50px;
    margin-left: 100px;
    z-index: 100;
}

.popup-logo-section {
    width: 100%;
    height: 90px;
    background: #800000;
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

.popupHeading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.popup-logo-section h5 {
    font-size: 14.692px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.popup-logo-section p {
    color: #D3CFCF;
    font-size: 12.243px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.popupBtn {
    max-height: 80%;
    margin-top: -20px;
}

.popupcloseBtn {
    font-size: 20px;
}

.popupMsg {
    display: flex;
    justify-content: space-between;
}

.msgBox {
    width: 300px;
    height: 50px;
    padding: 4.897px 14.691px 4.402px 15.916px;
    border-radius: 12.243px;
    background: #F4E3E3;
}

.popupDate,
.msgBox p,
.msgTime {
    font-size: 9.794px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.popupDate {
    color: #979595;
}

.msgBox p {
    font-size: 14px;
}

.msgTime {
    color: #000;
    margin-top: 30px;
}

.popupSuggestions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-left: -50px;
    margin-top: -15px;
}

.suggestions {
    height: 25px;
    padding: 3.62px 5.8px 3.193px 7px;
    border-radius: 9.049px;
    background: #F5F5F5;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.suggestion1 {
    background: #800000;
}

.popupMsg2 {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.popupMsg2 .msgTime {
    color: #fff;
    margin-top: 10px;
}

.popupInputMsg {
    display: flex;
    gap: 20px;
}

.popUpinput {
    width: 275px;
    padding: 15.276px 22.914px;
    border: 1.909px solid #800000;
    border-radius: 15.276px;
    background: #F4E3E3;
}

.send {
    width: 50px;
    height: 50px;
    background: #800000;
    border-radius: 50%;
}

.send img {
    margin-top: 10px;
    margin-left: 10px;
}


/* ABOUT */

.about {
    margin-top: 50px;
}

.about h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.68px;
}

.about h2 {
    width: 365px;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 2.8px;
}

.about p,
.services p,
.blog-section p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.12px;
}

.strengths {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 21.237px;
    margin-left: -105px;
}

.strengths li {
    list-style: none;
}

.strengths h5 {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.12px;
    text-transform: none;
}

.strengths img {
    width: 19px;
}

.strengths .checkSec {
    flex: 0, 0 calc(50% - 20px);

}

.side2 {
    width: 50%;
    overflow: hidden;
}

.videoImg {
    height: 495px;
    overflow: hidden;
    border-radius: 10px;
}

.videoImg img {
    position: relative;
    border-radius: 10px;
}

.playBtn {
    position: absolute;
    margin-top: 140px;
    right: 280px;
    width: 102px;
    height: 102px;
    font-size: 30px;
    background: white;
    text-align: center;
    border-radius: 50%;
    filter: drop-shadow(0px 10px 20px rgba(192, 192, 192, 0.25));
    z-index: 10;
}

.playBtn-icon {
    margin-top: 35px;
}

/* SERVICES */

.services {
    margin-top: 50px;
}

.services .card-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.serviceHeading {
    justify-content: center;
}

.services button {
    margin-top: 20px;
}

.servicelink{
    font-feature-settings: 'clig' off, 'liga' off;
    color: #f9f4f4;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.services .card {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.services .card-details {
    border: 1px solid #800000;
    border-radius: 5px;
}



.services p,
.project p {
    margin: 0 auto;
    /* max-width: 650px; */
}

.services .card-body h5,
.designs h2 {
    color: #292F36;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 0.48px;
}

.services .card-body p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 0.32px;
}

/* ACHIEVEMENT */

.achievement {
    display: flex;
    width: 100%;
    height: 330px;
    margin-top: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    background: url(img/achievement.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.achievement .card {
    border-radius: 4px;
    background: #F4E3E3;
    padding: 17.317px;
    gap: 8px;

}

.achievement .card-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;

}

.achievement img {
    width: 50px;
    height: 50px;

}

.achievement h5 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2.24px;
}

.achievement p {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.68px;
}

.cardIcon {
    position: relative;
}

.cardIcon::after {
    position: absolute;
    content: "\f521";
    width: 97.5px;
    height: 86.667px;
    font-size: 40px;
    transform: rotate(-45deg);
    right: -39.725px;
    bottom: -1px;
    color: rgba(128, 0, 0, 0.06);
}


/* PROJECT */

.project {
    margin-top: 100px;
}

.project .card {
    border: none;
}

.project .card-body {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
}

.card-words {
    flex: 1;
}

.project .card h5 {
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 0.5px;
}

.project .card p {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.22px;
}

.clients {
    display: flex;
}

.blog {
    display: flex;
    margin-top: 50px;
    padding: 50px 25px;
    flex-shrink: 0;
    background: #800000;
}

.blogLink {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 0.48px;
}

.blogLink img {
    background: #FFF;
}

.blog h2 {
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
}

.blog p {
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
}

.blog button {
    background: #fff;
    border-color: #fff;
}

.blog button:hover {
    background: #fff;
    border-color: #fff;
}


.blogCards {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.blogCards .card {
    border: none;
    background: transparent;
}

.blog h5 {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 0.48px;
}

.blogDate {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.16px;
}

.bloglinks {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 0.4px;
}


/* CLIENTS */

.clients {
    margin-top: 80px;
}

.clients h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 2.8px;
    text-transform: capitalize;
}

.brandLogo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.brands {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 32px 28px;
    flex-wrap: wrap;
}

.brands2 {
    gap: 30px;
}

/* CONTACT */
.contact {
    margin-top: 80px;
}

.contact .blogLink img {
    background: #1E1E1E;
}

.contact h2 {
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}

.contact p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.12px;
}

.questionSec {
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.questionSec h6,
.questionSec p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.12px;
    text-transform: capitalize;
}

.questionSec p {
    font-weight: 400;
    line-height: 40px;
}

.days,
.time address {
    color: rgba(30, 30, 30, 0.88);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.12px;
    text-transform: capitalize;
}

address {
    line-height: 40px;
    letter-spacing: normal;
}

.contact .formInput {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.form-group input {
    padding: 7.5px 62.5px 7.5px 12px;
    border-radius: 8px;
    border: 0.5px solid #800000;
    background: #FFF;
}

.contact form textarea {
    padding: 9.5px 286px 76.5px 12px;
    border-radius: 8px;
    border: 0.5px solid #800000;
    background: #FFF;
}

.contactBtn {
    width: 450px;
    padding: 12px 24px;
}

/* REVIEW */

.reviews {
    position: relative;
    width: 100%;
    margin: 20px auto;
    margin-top: 80px;
    overflow: hidden;
}

.reviews .title {
    position: relative;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    top: -2px;
}

.reviews h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}

.review-slider {
    position: absolute;
    bottom: 70px;
    left: 30%;
    width: 80%;
    overflow: hidden;
    z-index: 1000;
}

.card-section {
    display: flex;
    gap: 60px;
    overflow-x: hidden;
}

.reviews .card {
    width: 18.3rem;
    background: #fff;
    border: none;
    box-shadow: 0px 2.88px 18.051px 0px rgba(0, 0, 0, 0.25);
    border-radius: 0;
}

.review .card h5 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}

.reviews .card p {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.card-three .card-four {
    overflow: hidden;
}

.rating {
    color: #800000;
    margin-top: -10px;
    margin-bottom: 60px;
}

.circle {
    position: absolute;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    bottom: 30px;
    left: 60px;
    z-index: 100;
}

.quote {
    position: absolute;
    left: 45px;
    font-size: 10px;
    border: .5px solid #800000;
    background: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    z-index: 10;
}

.quote .quote-icon {
    position: absolute;
    margin-left: 2px;
    margin-top: 2px;
    color: #800000;
}

.avatar-circle {
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 60px;
    height: 60px;
    background: #800000;
    border-radius: 50%;
}

.avatar-circle img {
    position: absolute;
    margin-top: 15px;
    margin-left: 8px;
}

.reviewer-name {
    position: absolute;
    right: 20px;
    bottom: 40px;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    z-index: 10;
}

.controls {
    position: absolute;
    justify-content: flex-end;
    align-items: center;
    right: 70px;
    bottom: 2px;
    gap: 25px;
    z-index: 100;
}

.reviews-control {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 20px;
}

.controls .icon {
    position: absolute;
    margin-top: 10px;
}

#prev {
    background: #fff;
    border: .5px solid #800000;
}

#carousel-control-prev-icon {
    margin-left: 15px;
}

#next {
    background: #800000;
}

#carousel-control-next-icon {
    margin-left: 20px;
}


/* GET QUOTE */

.getQuote {
    width: 100%;
    margin-top: 80px;
}

.formHeading {
    position: relative;
}

.formHeading::before {
    position: absolute;
    content: "";
    width: 300px;
    height: 680px;
    border: 2px solid #000;
    top: 20px;
    left: 80px;
    border-right: none;
}

.formHeading::after {
    position: absolute;
    content: "";
    width: 300px;
    height: 680px;
    border: 2px solid #000;
    top: 20px;
    right: 80px;
    border-left: none;
}

.getQuote h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.getQuote form {
    width: 80%;
    margin-top: 30px;
    margin-left: 100px;
    z-index: 100;
}

.getQuote .formInput {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.getQuote .form-group input {
    display: flex;
    align-items: flex-start;
    width: 400px;
    padding: 15px 125px 15px 24px;
    border-radius: 8px;
    border: 0.5px solid #800000;
    background: #FFF;
}

.getQuote form textarea {
    width: 820px;
    padding: 19px 318px 76.5px 24px;
    border-radius: 8px;
    border: 0.5px solid #800000;
    background: #FFF;
    z-index: 10;
    resize: none;
}

/* #hidden-logos {
    display: none;
} */

.placeholder {
    position: absolute;
    margin-top: -40px;
    margin-left: 20px;
    background: transparent;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2px;
    text-align: left;
    display: flex;
    pointer-events: none;
}

.text-area .placeholder {
    margin-top: -200px;
}

.asterisk {
    position: absolute;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}


#custom-select {
    position: relative;
    width: 820px;
    padding: 15px 15px 35px;
    /* Adjusted padding */
    border-radius: 8px;
    border: 0.5px solid #800000;
    background: #FFF;
    display: flex;
    cursor: pointer;
}

#custom-select .placeholder {
    margin-top: 0;
}

#dropdownMenuButton {
    position: absolute;
    right: -610px;
    /* Adjusted position */
    top: 40%;
    transform: translateY(-70%);
    /* Center vertically */
}

.placeholder-underlay {
    position: absolute;
    background: transparent;
    width: 100%;
    border-radius: 8px;
    padding: 10px 5px 35px;
    padding-bottom: 10px;
    margin-left: -15px;
    margin-top: -13px;
    height: 45px;
}

.select-items {
    position: absolute;
    font-size: 18px;
    margin-left: -12px;
    margin-right: 20px;
    text-align: left;
    background-color: #fff;
    box-shadow: 2px 5px #faf4f4d2, 4px 2px #fff;
    z-index: 1;
    width: 100%;
    display: none;
    /* Hidden by default */
}

.select-items div:hover {
    background-color: #666666ad;
    color: #fff;
    padding: 5px;
}


.getQuote button {
    width: 450px;
    padding: 12px 24px;
}


.infoSection {
    margin-top: 100px;
    background: #F4E3E3;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

.info-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.infoSection .info {
    display: flex;
    gap: 10px;
}

.infoSection .icons {
    font-size: 30px;
}

/* FOOTER */

footer {
    background: #800000;
}


#scrollup {
    position: fixed;
    font-size: 25px;
    right: 10px;
    bottom: 20px;
    cursor: pointer;
    z-index: 1000;
    display: none;
}

.scrollupBtn:hover {
    color: #575555;
}

.logo-section p {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 125%;
}

.pages h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.pages li,
.services-page li {
    list-style: none;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: -1.8rem;
}

.services-page h3 {
    font-size: 25px;
}

.services-page li {
    font-weight: 300;
}

.footerBtn {
    padding: 14px 24px;
    border-radius: 2.392px;
    border: 0.598px solid #800000;
    background: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14.35px;
}

.footerBtn:hover,
.footerBtn:focus,
.footerBtn:active {
    border-radius: 2.392px;
    background: #FFF;
}

.footerBtn .rightArrow {
    display: flex;
}


.social-media {
    margin-top: 40px;

}

.social-media h6 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin-left: 14px;
}

.media-icons {
    gap: 15px;
    margin-left: 10px;
}

.ellipse {
    width: 30px;
    height: 30px;
    background: #F4E3E3;
    border-radius: 50%;
    text-align: center;
    color: #292F36;
    text-align: center;
    font-style: normal;
    font-weight: 400;
}


.newsletter {
    margin-top: 50px;
}

.newsletter h6 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.newsletter form {
    flex-direction: row;
    align-items: center;

}

.newsletter input {
    width: 250px;
    border: 0.598px solid #e0e3eb;
    background: #fff;
}

.newsletter .placeholder {
    position: absolute;
    margin-top: 12px;
    text-align: left;
    background: transparent;
    color: #A3AAC2;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    z-index: 10;
}

.newsletterBtn {
    background: #292F36;
    padding: 10px 25px;
    margin-top: 5px;
    margin-left: 20px;
    border-radius: 2.392px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.newsletterBtn:hover,
.newsletterBtn:focus {
    background: #292F36;
    border-radius: 2.392px;
}

.copyright-section p {
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 6.25px;
}

.copyright-section {
    background: #292F36;
    padding: 5px;
}


/* ABOUT PAGE */
.otherPages header {
    position: relative;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), url(img/hero-section-mobile.png) 100% 120.479% no-repeat;
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
}

.header-text {
    position: absolute;
    top: 30%;
    left: -2%;
    text-align: center;
}

.about-h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.about-features {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.about-features-text h5 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.about-features-text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.64px;
}

.about-features-text {
    text-align: left;
    width: 300px;
}

.about-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.about-cards .card {
    background: #F4E3E3;
    width: 270px;
    height: 214px;
    border: none;
    border-radius: 0;
    flex-shrink: 0;
}

.about-cards h5 {
    position: relative;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: -1.6px;
}

.about-cards h5::after {
    width: 270px;
    height: 1px;
    position: absolute;
    content: '';
    background: #666;
    right: -31.5px;
    bottom: 10px;
}

.about-cards p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
    letter-spacing: -0.2px;
}

.videoWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #f8f9fa; /* Optional background color */
}

.videoContainer {
    position: relative;
    width: 90%; /* Adjust width for mobile view */
    max-width: 640px; /* Set a maximum width for larger screens */
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    margin: 0 auto; /* Horizontal centering */
}

.responsiveIframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; /* Optional: Remove iframe border */
}


.test {
    display: flex;
    justify-content: center;
    flex-direction: column;
}


.more-about p {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    /* 158.333% */
    letter-spacing: -0.48px;
}

.more-about h3 {
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 31.807px;
    /* 113.595% */
    letter-spacing: -0.56px;
}

.more-about button,
.projectCTA .generalBtn {
    font-size: 16px;
}


.team-image {
    display: flex;
    gap: 20px;
}

.linkedin {
    width: 29px;
    height: 29px;
    text-align: center;
    background: #F4E3E3;
    border-radius: 50%;
}

.linkedin .icon {
    margin-top: 8px;
}

.team-socials {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.projectCTA-text h2 {
    width: 100%;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px;
}

.projectCTA-text p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}









/* CONTACTPAGE */

/* contactPage */
.contactPage-header {
    position: relative;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%), url(img/hero-section.png) 100% 120.479% no-repeat;
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
}

h1 {
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.hero-section .carousel-caption p {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.moreInfo {
    background: #F4E3E3;
}

.details {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.details .info {
    display: flex;
    justify-content: left;
    gap: 10px;
    margin: 10px;
}

.contactPage h2 {
    font: 40px;
    line-height: normal;
    letter-spacing: -0.96px;
}

.contactPage p {
    letter-spacing: -0.48px;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.contactSec1 {
    justify-content: center;
}

.contactPage .form-section {
    border-radius: 4.261px;
    background: rgba(128, 128, 128, 0.50);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contactPage .formInput {
    justify-content: left;
    align-items: center;
    gap: 10px;
}

.contactPage .form-group input {
    padding: 14px 320px 18px 24px;
    border-radius: 4.261px;
    border: none;

}

.contactPage #textArea {
    height: 273px;
    border-radius: 4.261px;
    padding: 20px 221px 100px 24px;
    align-items: center;
    border: none;
    resize: none;
}

.contactPage form p {
    color: #575555;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: none;
}

.contactPage .formBtn {
    color: #FFF;
    padding: 8.522px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    width: 200px;
}



/* FAQ */

.accordion-item {
    padding: 15px;
    border: none;
    border-bottom: .5px solid #666;
    /* width: 100px; */
}

.accordion-item h5 {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.308px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.heading-five {
    border-bottom: none;
}

.accordion-item .fa-solid {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.accordion-item p {
    font-size: 12px;
    width: 450px;
    font-style: normal;
    font-weight: 400;
    line-height: 12.993px;
    letter-spacing: 0.289px;
    margin-left: -15px;
}

.map {
    margin-left: 80px;
    margin-top: 80px;
}


/* SERVICE PAGE */

.designs div.card {
    border: none;
}

.designs div.card img {
    border-radius: 5px;
}

/* .designs div.card img {
    max-height: 90%;
} */

/* WORK PROGRESS */

.work-progress {
    background-color: #F4E3E3;
    padding-top: 20px;
}

.work-progress .card-words p {
    font-weight: 500;
    line-height: 32px;
}

.before {
    position: absolute;
    bottom: 0;
    background-color: #f5f5f5;
    max-width: 160px;
    padding: 10px 53px 9px 41px;
    border-radius: 0px 0px 0px 5px;
}

/* PROCESS */

.process .card-words {
    background-color: #666;
    width: 100%;
}

.process h5 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
}

.process p,
.process li {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.64px;
}

.process div.card img {
    border-radius: 0;
    position: relative;
}

.service-playbtn {
    position: absolute;
    right: 25%;
    z-index: 10;
    bottom: 50%;
}

.btnArea {
    justify-content: space-between;
    align-items: center;
    margin-left: 0.5px;
}

.call-section {
    background: #800000;
}

.call-section p {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 50.4px;
    margin-bottom: 0;
}

.servicePage .projectCTA-text {
    margin-top: 85px;
}

.servicePage .projectCTA-text p {
    margin-bottom: 0;
}

.servicePage .projectCTA-text p,
.servicePage .projectCTA-text h2 {
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -1px;
}

.servicePage .projectCTA h2 {
    font-weight: 500;
    letter-spacing: -2px;
}

/* PROJECT PAGE */

.project-heading p {
font-size: 38px;
font-style: normal;
font-weight: 400;
line-height: 60px; /* 120% */
letter-spacing: -1px;
}

.project-heading h5 {
font-size: 45px;
font-style: normal;
font-weight: 500;
line-height: 60px; /* 120% */
letter-spacing: -2px;
}

.category-filter {
    width: 240px;
    border: 1px solid #800000;
    border-radius: 4px;
    display: flex;
    gap: 20px;
}

.category-filter h5 {
    margin-bottom: 0;
}

.category-filter-list {
    display: none;
    flex-direction: column;
    gap: 20px;
}

#elements {
    max-height: 15px;
}

.project-card {
    border: none;
}

.image-indicator-container {
    justify-content: center;
    gap: 10px;
}

.image-indicator li {
    list-style: none;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    border: 1px solid #800000;
}

.activeImage{
    background: #800000;
    color: #fff;
}

/* home remodelliing section */

.category-filter-nav {
    justify-content: space-between;
    font-size: 20px;
}

.current-section {
    font-size: 18px;
    font-weight: normal;
}

.project-category .project-card {
    background: #F4E3E3;
    border-radius: 0;
}

.project-category .project-card .card-words {
    color: #4D5053;
}

.project-category .project-card .card-words h5 {
    font-size: 18px;
}

.project-description h2 {
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 1.07px;
}

.project-description p {
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.2px;
}

.homeBtn {
    margin-top: 220px;
    right: 580px;
}

/* BLOGPAGE */

.blog-section h2,
.latest-post h2,
.articles h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.articles h5 {
    font-weight: 400;
}

.articles .blogDate {
    color: #4D5053;
}

.date-icon-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.articles .img1 {
    width: 100%;
    height: 175px;
    object-fit: cover;
}

.card-coloured {
    background: #f4e3e35c;
}

.icon-img-box {
    text-align: end;
}

.articles .icon-img {
    max-height: 40px;
}

.articles .before {
    position: absolute;
    bottom: 50%;
    max-width: 200px;
    padding: 5px 12px 3px 6px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.16px;
    border-radius: 8px 8px 8px 0px;
    background: #FFF;
}

/* ESTIMATE PAGE */

.estimate-before {
    padding: 10px 30px;
    background: #F4E3E3;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.estimate h2 {
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -2px;
}

.estimate p {
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 33px; /* 137.5% */
}

.estimatePage .form-section {
    background: #800000;
}

label {
    font-family: "kanit";
    color: #F5F5F5;
    margin-top: 10px;
    margin-bottom: 10px;
}

.estimatePage .form-section .form-group input {
    padding: 14px 320px 18px 8px;
}

.estimatePage .privacy-policy {
    color: #f5f5f5;
}

.estimatePage #textArea {
    height: auto;
    border-radius: 4.261px;
    padding: 5px 221px 5px 24px;
    align-items: center;
    border: none;
    resize: none;
}

.whiteBgBtn {
    background: #fff;
    border: none;
    border-radius: 8.417px;
}

.estimatePage .small-image {
    position: relative;
    width: 100%;
    height: 350px;
}

.estimatePage .small-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.estimatePage .small-image .before {
    bottom: 1%;
    max-width: 160px;
    padding: 10px 20px 9px 21px;
}

.estimatePage .small-image .before2 {
    max-width: 250px;
}

/* SIGN-IN/SIGN-UP PAGE */

.signin-up-page {
    position: relative;
    width: 100%;
    height: 100vh;
}

.signin-up-sec {
    height: 100vh;
    background: url(img/signin-page-pic1.png) lightgray 50% / cover no-repeat;
}

.start-text {
    margin-left: 100px;
}

.signin-up-sec h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;

}

.signin-up-page p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.signin-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.other-option {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.long-line {
    max-width: 170px;
}

.signin-up-page p.or {
    font-size: 16px;
}

#facebook-logo {
    color: #077AE9;
}
#google-logo {
    max-height: 18px;
}

.contactSec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.signin-up-sec .form-section {
    background: transparent;
}

.signin-up-sec .form-section label {
    margin-top: 3px;
    margin-bottom: 0;
}

#forgetPass {
    margin-left: 190px;
}

#extraMargin {
    margin-top: 180px;
}

.signin-up-sec .contactSec .form-group input,
.signin-up-sec .contactSec button {
    width: 400px;
    padding: 5px 10px;
flex-shrink: 0;
border-radius: 3.969px;
border: none;
background: #FFF;
}

.signin-up-sec .contactSec button {
    background: #993333;
}

.names {
    display: flex;
    gap: 20px;
}

#firstName,
#lastName {
    width: 190px;
    display: flex;
padding: 5px 10px;
align-items: center;
border-radius: 3.969px;
}

#password {
    position: relative;
}

.password-toggler {
    position: relative;
}

#hide-pass,
#show-pass {
    position: absolute;
    bottom: 10px;
    right: 20px;
}

#hide-pass {
    display: none;
}

.standalone-img {
    height: 100vh;
    background: url(img/signin-page-pic2.jpg) lightgray 0px -0.475px / 100% 100.091% no-repeat;
}


@media (max-width: 768px) {
    .navbar {
        background: #000;
        margin-left: -12px;
    }

    .navbar-nav {
        flex-direction: column;
        text-align: center;
    }

    .navbar-logo {
        position: relative;
        left: 10%;
        transform: translateX(25%);
    }

    .navbar-toggler {
        position: relative;
    }

    /* 
.navbar .navbar-toggler .navbar-toggler-icon {
    color: white;
} */

    .navbar-icon {
        position: relative;
        left: 0;
    }

    .dropdown-menu {
        width: 100%; /* Full width on small screens */
        border-radius: 20px;
        background: #FFF;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
        left: 0;
        right: 0;
        position: static; /* Stack items below the button */
        border: none;
        padding: 30px 39px;
    }

    .dropdown-item {
        font-size: 16px; /* Larger font size for better readability */
    }
    
    .carousel-indicators [data-bs-target] {
        visibility: hidden;
    }

    .carousel-caption {
        top: 40%;
    }

    h1 {
        font-size: 24px;
    }

    .slider p {
        font-size: 14px;
    }

    .more {
        bottom: 0;
    }

    .bigEstimateBtn {
        width: calc(100% + 20px);
        height: 53px;
        padding: 10px;
        font-size: 20px;
        font-weight: 500;
        line-height: 12.97px;
        margin-left: -33px;
    }

    .number2 {
        left: 4%;
        bottom: 105px;
        font-size: 12.936px;
        width: 15px;
        height: 15px;
    }

    .notificationBtn {
        bottom: 50px;
        width: 69px;
        height: 69px;
    }

    /* POPUP */


    .header-popup {
        width: 350px;
        margin-left: 80px;
    }

    .popup-logo-section {
        width: 100%;
        height: 90px;
        background: #800000;
        display: flex;
        justify-content: space-between;
        gap: 5px;
    }


    .popup-logo-section h5 {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .popup-logo-section p {
        color: #D3CFCF;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .popupBtn {
        max-height: 80%;
        margin-top: -20px;
    }

    .popupcloseBtn {
        font-size: 18px;
    }

    .msgBox {
        width: 250px;
        height: 42px;
        padding: 2.897px 11px 2.402px 9px;
    }

    .popupDate,
    .msgBox p,
    .msgTime {
        font-size: 6px;
    }

    .msgBox p {
        font-size: 11px;
    }

    .suggestions {
        font-size: 9px;
    }

    .popUpinput {
        width: 255px;
        padding: 12px 19px;
        border: 1.909px solid #800000;
        border-radius: 15.276px;
        background: #F4E3E3;
    }

    .send {
        width: 45px;
        height: 45px;
        background: #800000;
        border-radius: 50%;
    }

    .send img {
        max-height: 25px;
        margin-top: 10px;
        margin-left: 10px;
    }

    /* ABOUT */

    .about h3,
    .services h3 {
        font-size: 16px;
        letter-spacing: 1.68px;
    }

    .about h2,
    .services h2 {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 27.403px;
        letter-spacing: 1.68px;
    }

    .about p {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.84px;
    }

    .strengths {
        padding: 10px;
    }
    
    .checkSec ul {
        list-style: none;
        margin-left:70px;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 10px; /* Space between items */
      } 

    .strengths h5 {
        font-size: 12px;
        letter-spacing: 0.84px;
        text-transform: none;
        font-size: 1rem;
        margin: 0;
        word-wrap: break-word;
    }

    .generalBtn {
        width: 200px;
        height: 40px;
        padding: 8.221px 16.442px;
        border-radius: 2.74px;
        font-size: 14px;
        font-weight: 500;
        line-height: 16.442px;
    }

    .rightArrow {
        display: none;
    }

    .brandBtn {

        letter-spacing: 1.12px;
    }

    .dropdown-arrow {
        position: absolute;
        margin-top: -24px;
        transform: translateX(130px);
        font-size: 25px;
    }

    .side2 {
        width: 100%;
        overflow: hidden;
        border-radius: 4px;
    }

    .videoImg {
        height: 330px;
        overflow: hidden;
    }

    .playBtn {
        margin-top: 120px;
        right: 200px;
        width: 80px;
        height: 80px;
        font-size: 20px;
    }

    .playBtn-icon {
        margin-top: 30px;
    }

    .about,
    .services,
    .project {
        margin-top: 40px;
    }

    /* SERVICES */

    .services h2 {
        line-height: 25px;
        text-align: left;
    }

    .services p,
    .project p,
    .blog-section p {
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        letter-spacing: 0.84px;
        text-transform: capitalize;
    }

    .services .card-body h5,
    .designs h2 {
        font-size: 20px;
        letter-spacing: 0.4px;
    }

    .services .card-body p {
        font-size: 12px;
        letter-spacing: 0.24px;
    }

    .servicelink{
        font-feature-settings: 'clig' off, 'liga' off;
        color: #800000;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
    }

    /* PROJECT */

    .project .card h5 {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 125%;
        letter-spacing: 0.28px;
    }

    .project .card p {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0.12px;
    }

    /* BLOG */

    .blog {
        text-align: center;
    }

    .blogLink {
        font-size: 16px;
        letter-spacing: 0.32px;
    }

    .blog h2 {
        font-size: 24px;
        line-height: 42.857px;
    }

    .blog p {
        font-size: 12px;
        font-weight: 300;
        line-height: 18px;
        /* 150% */
    }

    .blog h5 {
        font-size: 20px;
        letter-spacing: 0.4px;
        text-align: left;
    }

    .blogDate {
        font-size: 14px;
        letter-spacing: 0.14px;
        text-align: left;
    }

    .blog button {
        border-radius: 2.74px;
        border: 0.685px solid #800000;
    }

    /* CONTACT */

    .contact {
        margin-top: 50px;
    }

    .contactHeading {
        justify-content: center;
    }

    .contact .blogLink {
        text-align: center;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0.24px;
    }

    .contactLink {
        text-align: center;
    }

    .contact .blogLink img {
        width: 21.991px;
        height: 0.733px;
    }

    .contact h2 {
        text-align: center;
        font-size: 24px;
        line-height: 29.322px;
    }

    .contact p {
        text-align: center;
        font-size: 10.263px;
        font-weight: 300;
        letter-spacing: 0.718px;
    }

    .contact .formInput {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 5px;
    }

    .form-group input {
        width: 200px;
        padding: 8px 36px 8px 6px;
        border-radius: 4.323px;
        border: 0.27px solid #800000;
    }

    .contact form textarea {
        padding: 8px 150px  50px 12px;
        border-radius: 4.323px;
        border: 0.27px solid #800000;
        resize: none;
    }

    .contact button {
        width: 195px;
        padding: 8px;
        border-radius: 2px;
    }

    /* CLIENTS */

    .clients img {
        max-height: 35px;
    }

    .smallBrandLogo .brands {
        display: flex;
        gap: 25px 33px;
        flex-wrap: wrap;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    #hiddenLogos {
        display: none;
    }

    /* TESTIMONIAL */

    .reviews {
        position: relative;
        width: 100%;
        margin: 20px auto;
        margin-top: 80px;
        overflow: hidden;
    }

    .reviews .testimonialImg {
        width: 100%;
    }

    .reviews .title {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 18.365px;
    }

    .reviews h2 {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 30.594px;
    }

    .review-slider {
        position: absolute;
        bottom: 180px;
        left: 6%;
        width: 100%;
        overflow: hidden;
        z-index: 1000;
    }

    .card-section {
        display: flex;
        gap: 124px;
        overflow-x: hidden;
    }

    .reviews .card {
        width: 14.3rem;
        background: #fff;
        border: none;
        box-shadow: 0px 2.88px 18.051px 0px rgba(0, 0, 0, 0.25);
        border-radius: 0;
    }

    .reviews .card h5 {
        font-size: 14.44px;
        font-style: normal;
        font-weight: 500;
        line-height: 28.881px;
    }

    .reviews .card p {
        font-size: 10.83px;
        font-style: normal;
        font-weight: 400;
        line-height: 14.44px;
    }

    .card-three .card-four {
        overflow: hidden;
    }

    .rating {
        color: #800000;
        margin-top: -10px;
        margin-bottom: 60px;
        font-size: 12px;
    }

    .circle {
        position: absolute;
        width: 60px;
        height: 60px;
        background: #fff;
        border-radius: 50%;
        bottom: 20px;
        left: 60px;
        z-index: 100;
    }

    .quote {
        position: absolute;
        left: 45px;
        font-size: 10px;
        border: .5px solid #800000;
        background: #fff;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        z-index: 10;
    }

    .quote .quote-icon {
        position: absolute;
        margin-left: 2px;
        margin-top: 2px;
        color: #800000;
    }

    .avatar-circle {
        position: absolute;
        bottom: 5px;
        left: 5px;
        width: 50px;
        height: 50px;
        background: #800000;
        border-radius: 50%;
    }

    .avatar-circle img {
        position: absolute;
        margin-top: 8px;
        margin-left: 3px;
    }

    .reviewer-name {
        position: absolute;
        right: 20px;
        bottom: 40px;
        font-size: 17.329px;
        font-style: normal;
        font-weight: 500;
        line-height: 17.329px;
        z-index: 10;
    }

    .controls {
        position: relative;
        justify-content: flex-end;
        align-items: center;
        right: 100px;
        margin-top: 25px;
        gap: 25px;
        z-index: 10;
    }

    .reviews-control {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        font-size: 18px;
    }

    .controls .icon {
        position: absolute;
        margin-top: 5px;
    }

    #prev {
        background: #fff;
        border: .5px solid #800000;
    }

    #carousel-control-prev-icon {
        margin-left: 13px;
    }

    #next {
        background: #800000;
    }

    #carousel-control-next-icon {
        margin-left: 15px;
    }

    /* GET QUOTE */


    .getQuote h2 {
        font-size: 16px;
        font-weight: 500;
    }

    .formHeading::before {
        position: absolute;
        content: "";
        width: 100px;
        height: 450px;
        border: 2px solid #000;
        top: 15px;
        left: 10px;
        border-right: none;
    }

    .formHeading::after {
        position: absolute;
        content: "";
        width: 100px;
        height: 450px;
        border: 2px solid #000;
        top: 15px;
        right: 10px;
        border-left: none;
    }

    .getQuote form {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }

    .getQuote .formInput {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        gap: 5px;
    }

    .getQuote .form-group input {
        display: flex;
        width: 200px;
        align-items: flex-start;
        padding: 4px 6px 4px 6px;
        border-radius: 8px;
        border: 0.5px solid #800000;
        background: #FFF;
    }

    .placeholder {
        font-size: 10px;
        letter-spacing: 1px;
        margin-top: -25px;
    }

    .asterisk {
        font-size: 6px;
        margin-top: -8px;
    }


    #custom-select {
        width: 400px;
        padding: 15px 15px 20px;
    }

    #custom-select .placeholder {
        margin-top: -5px;
        margin-left: -5px;
    }

    #dropdownMenuButton {
        position: absolute;
        top: 10px;
        right: -280px;
    }

    .select-items {
        font-size: 10px;
        margin-left: -12px;
        width: 98%;
    }

    .select-items div {
        margin-left: 5px;
    }

    .placeholder-underlay {
        width: 90%;
        font-size: 10px;
        margin-top: -15px;
    }

    .getQuote form textarea {
        width: 252px;
        padding: 4px 150px 2px 150px;
        border-radius: 8px;
        border: 0.5px solid #800000;
        background: #FFF;
        resize: none;
    }

    .text-area .placeholder {
        margin-top: -120px;
    }

    .getQuote button {
        width: 195px;
        padding: 6px;
        border-radius: 2px;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 12.97px;
    }

    .infoSection {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 25.829px;
    }

    .info-details {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .infoSection .icons {
        font-size: 20px;
    }

    /* FOOTER */

    footer .navbar-logo {
        margin-left: -20px;
    }

    .logo-section p {
        font-size: 12px;
    }

    .pages h3,
    .services-page h3 {
        font-size: 14px;
    }

    .footer-section li {
        margin-left: -1.8rem;
        text-align: left;
    }

    .pages {
        padding-left: 50px;
    }

    .pages li,
    .services-page li {
        font-size: 12px;
    }

    .footerBtn {
        padding: 7.175px 14.35px;
        max-width: 250;
        border-radius: 2.392px;
        border: 0.598px solid #800000;
        background: #FFF;
        font-size: 9.567px;
        font-style: normal;
        font-weight: 600;
        line-height: 14.35px;
        margin-left: 44px;
    }

    .social-media,
    .newsletter {
        margin-top: 0;
    }

    .social-media h6 {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 125%;
        margin-left: 14px;
    }

    .media-icons {
        gap: 10px;
    }

    .ellipse {
        width: 20px;
        height: 20px;
        background: #F4E3E3;
        border-radius: 50%;
        text-align: center;
        color: #292F36;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
    }

    .ellipse img {
        margin-top: -5px;
    }

    .instagram {
        fill: #000;
    }

    .newsletter {
        margin-top: 50px;
    }

    .newsletter h6 {
        font-size: 11.958px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .newsletter input {
        width: 200px;
        padding: 3px 4.783px;
        border: 0.598px solid #e0e3eb;
        background: #fff;
    }

    .newsletter .placeholder {
        position: absolute;
        margin-top: 8px;
        margin-left: 10px;
        background: transparent;
        color: #A3AAC2;
        font-size: 9.567px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        z-index: 10;
    }

    .newsletterBtn {
        background: #292F36;
        padding: 6px 15px;
        margin-top: -5px;
        border-radius: 2.392px;
        font-size: 10.762px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .copyright-section p {
        font-size: 10px;
        font-style: normal;
        font-weight: 300;
        line-height: 6.25px;
    }

    /* ABOUT PAGE */

    .aboutPage-header {
        height: 100vh;
    }

    .header-text {
        position: absolute;
        top: 30%;
        text-align: center;
    }

    .about-h1 {
        font-size: 24px;
    }

    .about-features {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .about-features-text h5 {
        font-size: 16px;
        line-height: 13.641px;
    }

    .about-features-text p {
        font-size: 10px;
        letter-spacing: 0.4px;
    }

    .about-features-text {
        text-align: left;
        width: 200px;
    }

    .about-features img {
        max-height: 50px;
    }

    .about-cards {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .about-cards .card {
        background: #F4E3E3;
        width: 200px;
        height: 159px;
        border: none;
        border-radius: 0;
        flex-shrink: 0;
    }

    .about-cards h5 {
        font-size: 20px;
        line-height: 36.434px;
        letter-spacing: -0.8px;
    }

    .about-cards h5::after {
        width: 200px;
        height: 1px;
        position: absolute;
        content: '';
        background: #666;
        left: auto;
        bottom: 15px;
    }

    .about-cards p {
        font-size: 12px;
        line-height: 18.217px;
        letter-spacing: -0.12px;
    }

    .videoWrapper {
        padding: 20px; 
    }

    .videoContainer {
        width: 100%; 
    }
        

    .more-about {
        display: flex;
        justify-content: center;
    }

    .more-about p {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -0.24px;
    }

    .more-about h3 {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: -0.28px;
    }

    .more-about button,
    .about-review-sliderBtn {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

    .about-review-sliderBtn {
        width: 250px;
    }

    .projectCTA .generalBtn {
        width: 250px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }


    .about-review-slider {
        position: relative;
        bottom: 0;
        left: 0;
    }










    /* contactPage */
    .contactPage-header {
        position: relative;
        width: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), url(img/hero-section-mobile.png) 100% 120.479% no-repeat;
        background-size: 100vw 100vh;
        background-repeat: no-repeat;
    }

    .hero-section .carousel-caption {
        position: absolute;
        z-index: 10;
        top: 80px;
    }

    h1 {
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: 125%;
    }

    .hero-section .carousel-caption p {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 125%;
    }

    .details {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: #F4E3E3;
        gap: 5px;
    }

    .details .info {
        display: flex;
        justify-content: left;
        gap: 10px;
        margin: 2px;
    }

    .info1 {
        margin-left: -50px;
    }

    .contactPage h2 {
        line-height: normal;
        letter-spacing: -0.96px;
    }

    .contactPage p {
        letter-spacing: -0.48px;
        font-size: 12px;
        font-weight: 400;
        line-height: normal;
    }

    .contactSec1 {
        justify-content: center;
    }

    .contactPage .form-section {
        border-radius: 4.261px;
        background: rgba(128, 128, 128, 0.50);
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }

    .contactPage .formInput {
        justify-content: left;
        align-items: center;
        gap: 10px;
    }

    .contactPage .form-group input {
        padding: 7.457px 208.721px 9.566px 12.783px;
        border-radius: 4.261px;
        border: none;

    }

    .contactPage #textArea {
        height: 144.345px;
        border-radius: 4.261px;
        padding: 10.652px 150.3605px 58.8145px 12.783px;
        align-items: center;
        border: none;
    }

    .contactPage form p {
        color: #575555;
        font-size: 10px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        text-transform: none;
    }

    .Privacy {
        font-weight: 700;
    }

    .contactPage .formBtn {
        color: #FFF;
        padding: 8.522px;
        font-size: 10.653px;
        font-style: normal;
        font-weight: 400;
        line-height: 9.587px;
    }


    /* FAQ */

    .accordion-item {
        padding: 10px;
        border: none;
        border-bottom: .5px solid #666;
    }

    .accordion-item h5 {
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.308px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .heading-five {
        border-bottom: none;
    }

    .accordion-item .fa-solid {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .accordion-item p {
        font-size: 12px;
        width: 450px;
        font-style: normal;
        font-weight: 400;
        line-height: 12.993px;
        letter-spacing: 0.289px;
        margin-left: -15px;
    }

    /* SERVICE PAGE */

    .servicePage .services .card {
        width: 70%;
        margin-left: auto;
        margin: auto;
        ;
    }

    .servicePage .services .serviceHeading span {
        display: none;
    }

    .designs h2 {
        color: #000;
    }

    .designs .card {
        margin-left: 20px;
    }

    .designs div.card img {
        border-radius: 0;
    }

    .designs .card-details {
        flex-direction: column;
        flex-wrap: wrap;
        /* border-color: none; */
    }

    .designs h5 {
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 15.127px;
        letter-spacing: 1.2px;
    }

    .designs p,
    .process li {
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 11.205px;
        letter-spacing: 0.4px;
    }

    .work-progress {
        background-color: transparent;
        padding-top: 20px;
    }

    .work-progress .card-words p {
        font-weight: 400;
        line-height: 15.127px;
        letter-spacing: 0.4px;
    }

    .work-progress .img-box {
        position: relative;
    }

    .before {
        max-width: 160px;
        padding: 5px 21.5px 2px 15px;
        border-radius: 0px 0px 0px 2px;
    }

    .process h5 {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 25px;
    }

    .process p,
    .process li {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 27px;
        letter-spacing: 0.56px;
    }

    .process .card {
        background: #666;
        margin-left: 0;
        border-radius: 0;
    }

    .btnArea {
        margin-left: 0;
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .call-section {
        margin-left: auto;
        margin-right: auto;
    }

    .call-section p,
    .call-section small {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 16px;
        margin-bottom: 0;
    }

    .call-section small {
        font-size: 14px;
        font-weight: 400;
    }

    .servicePage .projectCTA-text {
        margin-top: 0;
    }

    .servicePage .projectCTA-text p,
    .servicePage .projectCTA-text h2 {
        font-size: 25.07px;
        font-style: normal;
        font-weight: 400;
        line-height: 60px;
        letter-spacing: -1px;
    }

    .servicePage .projectCTA h2 {
        font-weight: 500;
        letter-spacing: -2px;
    }

    .servicePage .projectCTA-text .generalBtn {
        width: 250px;
    }

    .servicePage .projectCTA .projectCTA-text .rightArrow {
        display: flex;
    }

    /* BLOGPAGE */

    .blog-section h2,
    .latest-post h2,
    .articles h2 {
        font-size: 18.291px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.732px;
    }

    .articles h5 {
        font-weight: 400;
    }

    .articles .img1 {
        max-width: 100%;
        max-height: 230px;
    }

    .articles .before {
        bottom: 45%;
        letter-spacing: 0.14px;
        border-radius: 6px 6px 6px 0px;
    }

    /* ESTIMATE PAGE */

    .estimatePage .form-section {
        background: #800000;
        text-align: left;
    }

    .estimatePage .form-section .form-group input {
        padding: 12px 200px 14px 12px;
        width: 100%;
    }

    label {
        font-family: "kanit";
        color: #F5F5F5;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .estimatePage #textArea {
        width: 100%;
        height: auto;
        padding: 5px 151px 5px 24px;
    }

    /* SIGNIN PAGE */

    .start-text {
        margin-left: 30px;
    }

    #extraMargin {
        margin-top: 140px;
    }

    /* PROJECT DESCRIPTION PAGE */

    .project-category .project-card {
        background: transparent;
    }

    .homeBtn {
        margin-top: 220px;
        right: 180px;
    }
}