@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

body, p, div {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    color: #1b252e;
    font-weight: 300;
    line-height: 24px;
}

p {
    margin-bottom: 10px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div#consent-banner {
    display: none !important;
}

img.f-logo {
    max-width: 250px;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

a.navbar-brand img {
    width: 100%;
}

.video-cstm-slider {
    position: relative;
}

.coverage-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 5px;
}

.coverage-grid a {
    border: 1px solid #1b252e;
    color: #1b252e !important;
    padding: 8px 10px;
    font-weight: 500;
    border-radius: 5px;
    text-align: center;
    gap: 0px 4px;
    display: flex;
    align-items: center;
    transition: 1s;
}

.coverage-grid a:hover {
    background: #1b252e !important;
    color: #fff !important;
}

.error-navigation-container {
    display: none;
}

section.video-sec iframe {
    border-radius: 10px;
}

body.contact-us .mobile-sticky-buttons, body.thankyou .mobile-sticky-buttons {
    display: none;
}

body.contact-us .cstm-inline-btn {
    display: none !important;
}

.bg-dark {
    background: #1b252e !important;
}

html {
    overflow-x: hidden;
}

.coverage-grid a i {
    color: #FDCB3B;
}

h1 {
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 15px;
    line-height: 48px;
    text-transform: uppercase;
    color: #1b252e;
}

.timeline-section h3 {
    font-size: 21px;
}

h2 {
    color: #1b252e;
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 38px;
}

h3 {
    font-weight: bold;
    font-size: 30px;
    color: #1b252e;
}

.article-content h3 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 800;
}

.single-post a, section.timeline-section p a, section.welcome-content p a {
    color: rgb(255 168 0);
    text-decoration: underline;
    font-weight: 500;
}

.blog-item {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.blog-item p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-item h4 a {
    color: #1b252e;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
    display: block;
}

.article-content {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    max-width: 1000px;
    margin: 0 auto;
}

section.hero-section h2 {
    color: #fff;
    text-transform: capitalize;
    font-size: 21px;
    margin: 0;
    line-height: 26px;
    font-weight: 500;
}

section.thank-sec {
    background: #e6e6e6;
    padding: 40px 20px;
    max-width: 600px;
    margin: 40px auto;
    width: 90%;
    text-align: center;
    border-bottom: 2px solid #FDCB3B;
}

.contact-page ul.feature-list {
    flex-direction: inherit;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1000px;
    margin: 20px auto 30px !important;
}

.contact-page ul.feature-list li {
    width: auto;
}

p.signature-name br {
    display: block;
}

.mobile-sticky-buttons a.btn {
    border: 2px solid #FDCB3B !important;
}

section.thank-sec i {
    font-size: 70px !important;
    color: #1b252e;
}

section.thank-sec h3 {
    margin: 10px 0;
    font-weight: 800;
    text-transform: uppercase;
    color: #1b252e;
    font-size: 36px;
}

section.thank-sec p {
    margin: 0;
}

.policy-box a {
    color: #1b252e;
}

li.nav-item.dropdown:hover ul.dropdown-menu {
    display: block !important;
}

.navbar-nav .dropdown-menu {
    padding: 0;
    border: none !important;
    overflow: hidden;
}

.navbar-nav .dropdown-menu a.dropdown-item {
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
    transition: 1s;
}

.project-card img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    max-height: 340px;
}

.navbar-nav .dropdown-menu li:last-child a.dropdown-item {
    border: none;
}

.navbar-nav .dropdown-menu a.dropdown-item:hover {
    background: #1b252e;
    color: #fff;
}

a.navbar-brand {
    padding: 0;
    margin: 0;
    max-width: 250px;
}

div#navbarNav {
    justify-content: center;
}

nav.navbar.navbar-expand-lg {
    width: 100%;
}

.nav-link {
    color: #fff !important;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 15px !important;
    font-weight: 500;
}

.btn {
    background: #FDCB3B;
    border: 2px solid #FDCB3B !important;
    padding: 10px 30px;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
    color: #1b252e;
    transition: 1s;
    text-transform: uppercase;
    border-radius: 50px;
}

ul.cont-info li {
    color: #fff;
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 10px;
}

.quick-link ul li a::before {
    content: 'next';
    font-family: swiper-icons;
}

.quick-link ul li a {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}

.btn:hover {
    background: #1b252e;
    border-color: #1b252e !important;
    color: #FDCB3B;
}

header .btn {
    background: transparent;
    color: #fff;
}

.why-choose ul.list-unstyled {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.welcome-content ul.feature-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin: 10px 0px 0px !important;
    max-width: 800px;
}

.welcome-content ul.feature-list li {
    font-size: 16px;
    font-weight: 500;
    padding-left: 30px;
}

.welcome-content h5 {
    color: #1b252e;
    margin: 20px 0 15px;
    font-weight: bold;
}

.welcome-content ul.feature-list li::before {
    padding: 10px;
    top: 4px;
}

.why-choose ul.list-unstyled li {
    text-align: center;
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    font-size: 20px;
}

.why-choose ul li > img {
    max-width: 80px;
    display: block;
    margin: 0 auto 10px;
}

header .btn:hover {
    background: #FDCB3B;
    color: #1b252e;
    border-color: #FDCB3B !important;
}

ul.feature-list {
    display: flex;
    flex-direction: column;
    gap: 15px 0;
}

section.hero-section {
    padding-top: 160px;
    margin-top: -110px;
    padding-bottom: 60px;
    background-size: cover !important;
    background-position: center center !important;
    background-attachment: fixed !important;
    position: relative;
    overflow: hidden;
}

section.hero-section::before {
    background: linear-gradient(180deg, #1b252e, rgba(28, 39, 49, 0.2));
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
}

section.hero-section .container {
    position: relative;
    z-index: 9;
}

header.header {
    position: relative;
    z-index: 99;
}

ul.feature-list li {
    font-size: 20px;
    font-weight: 500;
    padding-left: 35px;
    position: relative;
}

ul.feature-list li img {
    width: 24px;
}

.list-font-size li {
    font-weight: 300 !important;
    font-size: 16px !important;

}


ul.feature-list li::before {
    content: "";
    background: url('../images/list.svg');
    padding: 12px;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}

section.video-sec .video-card {
    display: flex;
    border-radius: 15px;
    overflow: hidden;
}

.cta-box {
    padding: 28px;
    border-radius: 5px;
}


div#faqAccordion {
    max-width: 960px;
    margin: 25px auto 0;
}

.accordion-item {
    margin-bottom: 15px;
    border: 1px solid #606060 !important;
    border-radius: 10px !important;
    padding: 12px 25px !important;
}

.accordion-button {
    padding: 0;
    font-size: 20px;
    color: #1b252e !important;
    font-weight: 700;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.accordion-body {
    padding: 10px 0px 0;
}

section.project-design {
    background-size: cover !important;
    background-position: center center !important;
    padding-top: 60px;
}

section.project-design .design-box {
    background: #fff;
    margin: 0 !important;
    padding: 40px 30px;
    border-radius: 15px 15px 0 0;
}

ul.cstm-list li {
    font-size: 21px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

section.project-design .design-box .main-img {
    border-radius: 10px !important;
}

body {
    background: #fff !important;
}

.map-container {
    display: flex;
}

.contact-box {
    padding: 30px 20px;
    max-width: 700px;
    margin-left: auto;
}

.info-card {
    height: 100%;
    padding: 15px 10px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid rgba(27 37 46 / 0.2) !important;
    color: #1b252e !important;
}

.info-card p {
    margin: 0;
}

.info-card h3 {
    margin: 10px 0 5px;
    font-weight: bold;
    font-size: 22px;
}

.info-card i {
    color: #1b252e;
    font-size: 18px;
    width: 50px;
    height: 50px;
    background: #FDCB3B!important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 auto;
}

.info-card a, .info-card p {
    color: #1b252e !important;
}

.contact-box .col-sm-6 {
    margin-top: 20px;
}

footer h6 {
    font-size: 24px;
    color: #fff;
}

footer, footer p, footer a {
    color: #fff;
}

.quick-link {
    padding-left: 40px;
}

.social-icon {
    display: flex;
    gap: 10px;
    margin: 15px 0;
}

.social-icon a {
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 0;
    color: #1b252e;
    font-size: 18px;
}

.social-icon a img {
    height: 28px;
}

.f-call {
    margin: 15px 0px 10px;
    color: #fff;
    font-size: 20px;
}

.review-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.review-card img.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.review-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review-stars {
    align-items: center;
    display: flex;
    gap: 10px;
    margin: 15px 0;
}

.review-content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease;
}

.review-content.expanded {
    -webkit-line-clamp: unset;
}

.read-toggle {
    cursor: pointer;
    font-style: italic;
}

ul.cstm-list li img {
    max-width: 65px;
}


.project-card {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
}

.project-overlay {
    position: absolute;
    bottom: 0;
    padding: 100px 20px 20px;
    width: 100%;
    text-align: center;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.project-overlay p {
    margin: 0;
    color: #fff;
}

.project-overlay .project-title a {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    display: block;
    margin-bottom: 15px;
}

.project-card:hover .project-overlay {
    padding: 30px;
    top: 0;
    bottom: 0;
}

.timeline-section {
    position: relative;
    padding: 60px 20px;
    background-size: cover !important;
    background-position: center center !important;
}
    
.timeline-title {
    text-align: center;
}

.timeline-item {
    position: relative;
    margin-bottom: 20px;
}

.timeline-content {
    padding: 0;
    border-radius: 8px;
    position: relative;
    z-index: 2;
    color: #1b252e;
    max-width: 350px;
}

.timeline-number {
    position: absolute;
    top: 0;
    left: -30px;
    background: #FDCB3B;
    color: #1b252e;
    font-weight: 700;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    font-size: 1.25rem;
    border: 3px solid #fff;
}

.timeline-item:nth-child(2n + 1) .timeline-number {
    left: auto;
    right: -30px;
}

.timeline-line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 90%;
    background: #1b252e;
    transform: translateX(-50%);
    z-index: 1;
}

.timeline-row {
    position: relative;
}

.timeline-left {
    text-align: right;
    padding-right: 60px;
}

.timeline-right {
    text-align: left;
    padding-left: 60px;
}

.review-platform img {
    max-height: 80px;
}

.review-header small {
    line-height: 16px;
    display: block;
}

.review-header > img {
    width: 28px;
}

section.yelp-sec .swiper-button-next {
    right: -30px;
}

section.yelp-sec .swiper-button-prev {
    left: -30px;
    opacity: 1 !important;
}

.yelp-review-slider {
    position: relative;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    color: #AFAFAF;
    font-size: 30px;
}

.service-sec h4.card-title {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 12px;
}

.cta-box span.call-text {
    font-size: 28px;
}

.brand-arrow {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 0 20px;
    margin: 20px 0 0;
}

.brand-arrow > div {
    position: relative;
    background: #DFDFDF;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    top: 0;
    margin: 0 !important;
}

.brand-arrow .swiper-button-next.brand-next {
    left: 0;
    right: 0;
}

.brand-arrow .swiper-button-prev.brand-prev {
    right: 0;
    left: 0;
}

.brand-arrow > div::after {
    font-size: 16px;
    color: #1b252e;
}

div.header-large {
    margin: 0 !important;
    border: none !important;
    padding: 0 !important;
}

section.hero-section .form-all {
    background: rgba(27 37 46 / 0.5);
}

.form-all {
    background: #1b252e;
    margin: 0 0 0 auto !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    border: 1px solid #fff;
    padding: 30px;
    max-width: 480px;
}

ul.page-section {
    padding: 0 !important;
}

ul.page-section .form-line {
    margin: 12px 0 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.form-label {
    display: none !important;
}

.form-buttons-wrapper, .form-submit-clear-wrapper {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

li.form-line:not(.form-line-column) .form-input-wide[data-layout=half] {
    width: 100%;
}

.header-large .form-header {
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 30px !important;
    font-size: 32px;
}

ul.page-section .form-line input, ul.page-section .form-line textarea, ul.page-section .form-line select {
    padding: 8px 15px !important;
    height: auto !important;
    border: none !important;
    border-radius: 5px !important;
    font-weight: 400 !important;
    color: #1b252e !important;
    text-transform: capitalize;
}

ul.page-section .form-line input::placeholder, ul.page-section .form-line textarea::placeholder, ul.page-section .form-line select {
    color: #1b252e !important;
}

.formFooter-button, .submit-button {
    margin: 0 !important;
    width: 100% !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    background: #FDCB3B;
    border: 2px solid #FDCB3B;
    border-radius: 40px;
    color: #1b252e !important;
    transition: 1s;
}

.formFooter-button, .submit-button:hover {
    background: #1b252e;
    color: #fff !important;
}

span.yellow-text {
    color: #FDCB3B;
}

section.brand-sec .brand-slide::after {
    content: "";
    display: block;
    width: 2px;
    height: 50px;
    position: absolute;
    right: -15px;
    top: 50%;
    background: #dfdfdf;
    transform: translate(0px, -50%);
}

.btn.yellow-btn:hover {
    border-color: #FDCB3B !important;
}

.hero-section .btn.btn-cstm {
	animation: zoomPulse 2s ease-in-out infinite;
}

.info-card a {
    word-break: break-all;
}

.project-sec a.glightbox img {
    height: 100%;
    object-fit: cover;
}

@keyframes zoomPulse {
      0% {
        transform: scale(1);
      }
      50% {
        transform: scale(1.08);
      }
      100% {
        transform: scale(1);
      }
}

section.gallery-sec img {
    height: 250px;
    object-fit: cover;
    border-radius: 5px;
}

div#recaptcha_input_8 {
    display: flex;
}

div#cid_8 section {
    display: flex;
    justify-content: center;
    transform: scale(0.77);
    margin: -10px;
}

ul#renovationTabs {
    border: none !important;
    display: flex;
    gap: 5px !important;
}

ul#renovationTabs button.nav-link {
    border: 2px solid #1b252e !important;
    border-radius: 5px;
    color: #1b252e !important;
    padding: 5px 30px !important;
    transition: 1s;
}

ul#renovationTabs button.nav-link:hover, ul#renovationTabs button.nav-link.active {
    background: #1b252e;
    color: #fff !important;
}

footer .sub-title {
    font-size: 21px;
}


@media (max-width: 1199px) {
    
.coverage-grid {
    grid-template-columns: repeat(5, 1fr);
}
    
.service-sec .card-body {
    padding: 15px 0;
}
    
section.service-sec .card-footer {
    padding: 0 !important;
}

.btn {
    font-size: 16px;
    padding: 10px 20px;
}
    
.nav-link {
    font-size: 14px;
    padding: 0 12px !important;
}
    
h2 {
    font-size: 32px;
    line-height: 36px;
}

.form-all {
    padding: 25px;
}
    
h1 {
    font-size: 36px;
    line-height: 40px;
}
    
}

@media (max-width: 991px) {
    
.coverage-grid {
    grid-template-columns: repeat(3, 1fr);
}
    
section.hero-section .cstm-banner-form {
    margin: 20px 0 0 !important;
}
    
.form-all {
    margin: 0 auto !important;
}
    
div#navbarNav {
    background: #1b252e;
    border-radius: 10px;
    border: 2px solid #fff;
    padding: 15px;
    position: absolute;
    width: 100%;
    top: 100%;
}

div#navbarNav .nav-link {
    padding: 10px !important;
}
    
header.header a.btn.btn-cstm {
    display: none;
}

button.navbar-toggler {
    border: 1px solid rgba(255 255 255 / 0.2);
    background: #1b252e;
    box-shadow: none !important;
    outline: none !important;
}

button.navbar-toggler span.navbar-toggler-icon {
    filter: brightness(1000000);
}
    
.quick-link {
    padding-left: 30px;
}
    
h2 {
    font-size: 28px;
    line-height: 30px;
}
    
.cta-box {
    padding: 15px;
}
    
section.hero-section ul.feature-list {
    margin-bottom: 10px !important;
}

.cstm-banner-form {
    margin-bottom: 30px;
}

section.contact-page .col-lg-5 {
    order: -1;
}

}

@media (min-width:768px) {

a.btn.btn-cstm.mobile-btn {
    display: none;
}

}

@media (max-width:767px) {
    
.coverage-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}
    
.coverage-grid a {
    padding: 5px 10px;
    font-size: 14px;
}
    
.project-sec a.glightbox img {
    max-height: 200px;
}
    
.desktop-btn {
    display: none;
}
    
.article-content h3 {
    font-size: 20px;
    text-align: center;
}
    
.article-content {
    padding: 20px;
}
    
section.hero-section {
    padding-top: 120px;
    margin-top: -90px;
    padding-bottom: 30px;
}
    
section.hero-section h2 {
    font-size: 15px;
    line-height: 20px;
}
    
.quick-link ul li a {
    max-width: 260px;
    margin: 0 auto 10px;
}

ul.cont-info {
    max-width: 260px;
    margin: 0 auto;
    text-align: left;
}
    
section.story-section .col-md-7 {
    margin: 20px 0 0;
    text-align: center;
}

section.story-section .col-md-7 p {
    text-align: left;
}
    
.header-large .form-header {
    line-height: 24px !important;
    font-size: 24px;
}
    
.cstm-inline-btn {
    justify-content: center;
}

.welcome-content ul.feature-list {
    grid-template-columns: repeat(1, 1fr);
}
    
.why-choose p {
    text-align: center;
}
    
.why-choose ul.list-unstyled li {
    padding: 10px;
    font-size: 16px;
    line-height: 24px;
}
    
.why-choose ul.list-unstyled {
    grid-template-columns: repeat(2, 1fr);
}
    
section.contact-page p {
    text-align: center;
}
    
ul#renovationTabs button.nav-link {
    padding: 5px 8px !important;
    font-size: 12px;
    width: 100% !important;
    min-width: 110px;
    border: 1px solid !important;
}
    
section.gallery-sec img {
    height: 180px;
}
    
.project-overlay .project-title a {
    font-size: 18px;
}
    
.contact-box {
    padding: 30px 10px;
    text-align: center;
}
    
.cta-box span.call-text {
    font-size: 18px;
}
    
section.yelp-sec {
    padding-left: 25px !important;
    padding-right: 25px;
}

section.project-design ul.cstm-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

section.project-design ul.cstm-list li {
    width: 50%;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    padding: 0 5px;
}
    
section.hero-section .col-lg-7.text-white {
    text-align: center;
}
    
section.hero-section h4 {
    text-align: center;
    font-size: 15px;
}

section.hero-section ul.feature-list {
    gap: 5px 0;
    max-width: 340px;
    margin: 10px auto 15px !important;
    justify-content: flex-start !important;
}

section.hero-section ul.feature-list li {
    font-size: 16px;
    padding-left: 25px;
    text-align: left;
}

ul.feature-list li::before {
    padding: 8px;
    top: 6px;
}
    
h1 {
    font-size: 22px;
    line-height: 28px;
    text-align: center;
}
    
footer hr.mt-5 {
    margin: 20px 0 !important;
}
    
footer.bg-dark {
    text-align: center !important;
    padding: 30px 15px 80px !important;
}

.mobile-sticky-buttons {
    display: flex;
    background: #1b252e;!;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    gap: 10px;
    border-top: 2px solid #fff;
    z-index: 9999;
}

.quick-link {
    padding: 0 !important;
}

.social-icon {
    justify-content: center;
}

footer .f-call, footer a.btn.yellow-btn {
    display: none;
}
    
.contact-info iframe {
    height: 300px !important;
}
    
.accordion-button {
    font-size: 16px;
}
    
.accordion-item {
    padding: 12px 15px !important;
}
    
.btn {
    font-size: 16px;
    padding: 8px 25px;
}
    
.title-sec {
    justify-content: center !important;
    flex-direction: column;
    gap: 15px;
}
    
h2 {
    font-size: 24px;
    line-height: 26px;
    text-align: center;
}
    
ul.cstm-list li {
    font-size: 18px;
    gap: 10px;
    margin-bottom: 15px;
}
    
section.project-design .design-box {
    padding: 10px;
}

section.project-design .design-box h2.mb-4 {
    margin: 20px 0;
}

.timeline-number {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
}

.timeline-line {
    display: none !important;
}

.timeline-section .col-md-6.position-relative {
    order: -1;
    margin-bottom: 10px;
}

.timeline-right, .timeline-left {
    padding: 0 !important;
    text-align: center !important;
    justify-content: center !important;
}

.timeline-content {
    text-align: center !important;
}

.row.timeline-item:last-child {
    margin-bottom: 0 !important;
}

br {
    display: none;
}

.cstm-inline-btn .btn {
    min-width: 245px;
}

}