*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'Creattion Demo';
    src: url('/assets/fonts/creattion-demo/Creattion\ Demo.otf') format('opentype');
}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.section {
    padding: 60px 40px;
}

.section-title {
    text-align: center;
}

.section-title p {
    color: #D5B455;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.section-title h2 {
    color: #282F5B;
    font-family: "DM Serif Display", serif;
    font-size: 45px;
    width: 85%;
    margin: 0 auto 2rem;
    line-height: 3.8rem;
}

button.navbar-toggler.collapsed {
    box-shadow: none;
    border: none;
    outline: none;
}

button.navbar-toggler {
    box-shadow: none;
    border: none;
    outline: none;
}

/* navbar */
a.navbar-brand img {
    width: 25%;
}

.custom-navbar {
    background-color: rgba(255, 255, 255, 0.1); /* Transparent background */
    backdrop-filter: blur(10px); /* Blurry background */
    border-radius: 12px; /* Rounded corners */
    padding: 4px 20px;
    border: 2px solid rgba(255, 255, 255, 0.532); /* Subtle border */
}

.custom-navbar .nav-link {
    color: white;
}

.custom-navbar .nav-link.active {
    color: #f1c40f; /* Highlighted color for active link */
}

.custom-navbar .nav-item {
    margin: 0 1.2rem;
}

.custom-navbar .navbar-brand img {
    max-height: 40px; /* Adjust the logo size */
}

ul.navbar-nav.mb-2.custom-navbar {
    margin-left: -190px;
}

/* slider & Navbar */
.slider-with-navbar {
    position: relative;
    overflow-x: hidden;
}

.slider-with-navbar .navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

section.slider.slider-with-navbar .carousel-inner img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    filter: brightness(0.4);
}

section.slider.slider-with-navbar .carousel-caption {
    bottom: 7.25rem;
    left: 8%;
    text-align: left;
    width: 65%;
}

section.slider.slider-with-navbar .carousel-caption span {
    font-family: "Be Vietnam Pro", sans-serif;
    color: #FFDA6F;
    font-weight: 700;
    font-size: 20px;
}

section.slider.slider-with-navbar .carousel-caption h2 {
    font-family: "DM Serif Display", serif;
    font-size: 55px;
    letter-spacing: 1px;
    margin-top: 10px;
}

section.slider.slider-with-navbar .carousel-caption h2 span{
    color: #FFDA6F;
    font-family: "DM Serif Display", serif;
    font-size: 55px;
    font-weight: unset;
}

section.slider.slider-with-navbar .carousel-caption p {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 21px;
    font-weight: 200;
    width: 82%;
    line-height: 2.25rem;
}

section.slider.slider-with-navbar .social-icons {
    position: absolute;
    top: 50%;
    right: 80px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1000;
}

section.slider.slider-with-navbar .social-icons a {
    margin: 10px 0;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
}

section.slider.slider-with-navbar .vertical-line {
    height: 200px;
    width: 2px;
    background-color: #fff;
    margin-bottom: 20px;
}

button.btn.btn-dark {
    background: #D5B455;
    padding: 9px 9px 11px 3px;
    border-radius: 50px;
    border: none;
}

button.btn.btn-dark a {
    background: #0A0C0E;
    color: white;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 50px;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
}
/* end */

/* About us */
section.section.about-us {
    position: relative;
    z-index: 1;
}

section.section.about-us::before {
    position: absolute;
    content: '';
    width: 70%;
    height: 65%;
    top: 250px;
    right: 0;
    background: rgba(255, 242, 203, 25%);
    z-index: -1;
    border-radius: 2rem 0 0 2rem;
}

section.section.about-us .section-title h2 {
    margin-bottom: 5rem;
}

section.section.about-us .abt-icon img {
    position: absolute;
    top: -30px;
    right: -70px;
}

section.section.about-us .abt-icon {
    position: relative;
}

section.section.about-us .abt-info p {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 300;
    font-size: 17.5px;
    line-height: 2.4rem;
}

section.section.about-us .text-right {
    text-align: right;
}

section.section.about-us button.btn.btn-dark {
    background: #282F5B;
    padding: 7.5px 9px 9px .5px;
    border: 1px solid #282F5B;
}

section.section.about-us button.btn.btn-dark a {
    background: #ffffff;
    color: #282F5B;
    font-weight: 500;
}

section.section.about-us .abt-info {
    margin-top: 2rem;
}

section.section.about-us .abt-img {
    position: relative;
}

section.section.about-us .abt-img .abt-info {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fdfaf0;
    padding: 17px;
    border-radius: 20px 0 0 0;
    text-align: center;
}

section.section.about-us .abt-img .abt-info h4 {
    color: #dfb455;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 800;
    font-size: 50px;
    margin-bottom: 0;
    line-height: 3rem;
}

section.section.about-us .abt-img .abt-info span {
    font-family: "Be Vietnam Pro", sans-serif;
    letter-spacing: -.5px;
}
/* end */

/* Our Speciality */
section.section.speciality {
    position: relative;
}

section.section.speciality .section-title h2 {
    width: 65%;
}

section.section.speciality .spc-cta {
    position: relative;
}

section.section.speciality button.btn.btn-dark {
    position: absolute;
    left: 100px;
    bottom: 40px;
    background: #282F5B;
    padding: 7.5px 9px 9px 1px;
    border: 1px solid #282F5B;
    
}

section.section.speciality button.btn.btn-dark a {
    background: #ffffff;
    color: #282F5B;
    font-weight: 700;
    letter-spacing: 0;
}
/* end */

/* services */
section#services-pg-mb {
    display: none;
}

section.section.services-pg {
    display: block;
}

section.section.services .section-title h2 {
    width: 55%;
}

section.section.services .services-content {
    position: relative;
    z-index: 1;
    padding: 3rem;
    border-radius: 50px;
}

section.section.services .services-content::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    background: url(/assets/img/service-bg.png) no-repeat center;
    z-index: -1;
    border-radius: 50px; 
    overflow: hidden;
}

section.section.services .services-content .services-box {
    display: flex;
    align-items: center;
    margin-left: 4rem;
}

section.section.services .services-content .serv-info {
    margin: 2rem 0 2rem 1rem;
}

section.section.services .services-box img {
    width: 70px;
}

section.section.services .services-content .serv-info h3 {
    font-family: "DM Serif Display", serif;
    color: white;
}

section.section.services .services-content .serv-info p {
    font-family: "Be Vietnam Pro", sans-serif;
    color: white;
    font-weight: 300;
    font-size: 14px;
    width: 90%;
} 

/* end */

/* why choose us */
section.section.why-ch .section-title h2 {
    width: 45%;
}

section.section.why-ch .why-ch-content {
    position: relative;
    padding: 6rem;
    border-radius: 30px;
}

section.section.why-ch .why-ch-content::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    background: url(/assets/img/why-ch-bg.png) no-repeat center;
    z-index: -1;
    border-radius: 30px;
    overflow: hidden;
}
section.section.why-ch 
.why-ch-box {
    background: linear-gradient(135deg, #5a5d60, #808894); /* Gradient for each box */
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    color: #fff; /* White text */
    margin: 10px 0;
    position: relative;
}

section.section.why-ch .why-ch-box::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: -1;
    background: linear-gradient(25deg, #ffffff, #ffffff00); /* White gradient border */
    border-radius: 12px;
}

section.section.why-ch .why-ch-box h3 {
    font-size: 26px;
    color: #FFDA6F;
    font-family: "DM Serif Display", serif;
}

section.section.why-ch .why-ch-box p {
    font-size: 16px;
    font-weight: 200;
    color: #fff;
    font-family: "Be Vietnam Pro", sans-serif;
}
/* end */

/* Counters */
section.section.counters {
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}

section.section.counters::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/assets/img/counter-bg.png) no-repeat center;
    z-index: -1;
}

section.section.counters .section-title h2{
    color: white;
    width: 60%;
}

section.section.counters .counter-grid {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 30px;
}

section.section.counters .counter-item {
    flex: 1;
    font-size: 30px;
}

section.section.counters .counter {
    font-size: 70px;
    color: #FFDA6F;
    /* font-weight: bold; */
    font-family: "DM Serif Display", serif;
}

section.section.counters .counter-item p {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 18px;
    font-weight: 500;
}

section.section.counters .counter-item.with-plus span::after {
    content: '+';
    font-size: 50px;
    color: #F9D654;
}
/* end */

/* projects */
section.section.projects .section-title h2 {
    width: 55%;
}

section.section.projects .project-content img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 3px;
    margin-bottom: 1rem;
}

section.section.projects .proj-inner {
    display: flex;
}

section.section.projects .proj-inner img {
    width: 100px;
    height: 1px;
    margin-top: 9px;
}

section.section.projects .linee {
    margin-top: 8px;
}

section.section.projects .pr-txt {
    margin-left: 1rem;
}

section.section.projects .pr-txt h3 {
    color: #282F5B;
    font-family: "DM Serif Display", serif;
    margin-bottom: 0;
}

section.section.projects .pr-txt p {
    color: #D5B455;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 200;
}

section.section.projects .prj-cta {
    text-align: center;
    margin-top: 2rem;
}

section.section.projects button.btn.btn-dark {
    background: #282F5B;
    padding: 8px 9px 9px 1px;
    border: 1px solid #282F5B;
    
}

section.section.projects button.btn.btn-dark a {
    background: #ffffff;
    color: #282F5B;
    font-weight: 700;
    letter-spacing: 0;
}

/* end */

/* testimonials */
section.section.testimonials .carousel-inner h3 {
    color: #282F5B;
    font-family: "DM Serif Display", serif;
    text-align: center;
    font-size: 20px;
    font-weight: 100;
    width: 70%;
    margin: 0 auto;
    line-height: 2rem;
}

section.section.testimonials .testi-name p {
    font-family: "Be Vietnam Pro", sans-serif;
}

section.section.testimonials .testi-name {
    margin-top: 3rem;
    text-align: center;
}

section.testimonials .custom-prev-icon {
    background-image: url('/assets/img/left.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px; 
    height: 30px; 
}

section.testimonials .custom-next-icon {
    background-image: url('/assets/img/right.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px; 
    height: 30px; 
}

section.testimonials .carousel-control-next, section.testimonials .carousel-control-prev {
    opacity: 1;
}
/* end */

/* cta */
section.section.contact-frm .section-title {
    text-align: left;
}

section.section.contact-frm .section-title h2 {
    width: 100%;
}

section.section.contact-frm .form-control {
    background-color: #e9e9e9;
    border: none;
    color: #555;
    padding: 20px;
}

section.section.contact-frm .form-control::placeholder {
    color: #555;
}

section.section.contact-frm .custom-button {
    background-color: #2c306f;
    color: #f7e57e;
    padding: 15px 10px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;

}

section.section.contact-frm .custom-button img {
    width: 20px;
    padding: 2px;
}

section.section.contact-frm .custom-button i {
    margin-right: 8px;
}

section.section.contact-frm .form-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

section.section.contact-frm .form-fields {
    flex: 1;
}

section.section.contact-frm .call-back-button {
    text-align: right;
}
/* end */

/* footer */
footer {
    position: relative;
    padding: 60px 40px 0;
}

footer::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("/assets/img/ftr-bg.png") no-repeat center;
    z-index: -1;
    background-size: cover;
}

footer .ftr-logo img {
    width: 120px;
}

footer h3 {
    font-family: "DM Serif Display", serif;
    color: white;
    margin-top: 1rem;
}

footer p {
    font-family: "Be Vietnam Pro", sans-serif;
    color: white;
    font-weight: 300;
    font-size: 18px;
    line-height: 2rem;
}

footer .ftr-info h4 {
    color: #FFDA6F;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 700;
}

footer .ftr-info ul {
    list-style: none;
    padding-left: 0;
}

footer .ftr-info a {
    color: #fff;
    text-decoration: none;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 18px;
    font-weight: 300;
}

footer .ftr-info li {
    padding: .5rem 0;
}

footer .soical-inf a {
    margin: 0 20px 0 0;
}

footer .ftr-info i {
    margin-right: 10px;
}

.ftr-info.add i {
    color: #FFDA6F;
}

footer .copyright a {
    color: white;
    font-weight: 700;
    text-decoration: none;
}
footer .copyright {
    text-align: center;
}

footer hr {
    border: 1px solid white;
    opacity: 60%;
}
/* end home page */

/* about us page */
section.slider.slider-with-navbar.rm-pg .carousel-caption h1 {
    font-size: 95px;
    font-family: "DM Serif Display", serif;
    letter-spacing: 1px;
}

section.slider.slider-with-navbar.rm-pg .carousel-caption {
    bottom: 13.25rem;
}

/* end banner */

/* abt */
section.section.about-us-pg .section-title p {
    margin-bottom: 3rem;
}

section.section.about-us-pg .abt-pg-info .section-title h2 {
    width: 100%;
    margin: 0 auto 0.5rem;
    text-align: left;
}

section.section.about-us-pg .abt-pg-info p {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 300;
    font-size: 17.5px;
    line-height: 2.4rem;
}

section.section.about-us-pg .counter-item {
    flex: 1;
    font-size: 30px;
}

section.section.about-us-pg .counter {
    font-size: 70px;
    color: #282F5B;
    /* font-weight: bold; */
    font-family: "DM Serif Display", serif;
}

section.section.about-us-pg .counter-item p {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 18px;
}

section.section.about-us-pg .counter-item.with-plus span::after {
    content: '+';
    font-size: 50px;
    color: #282F5B;
}
/* end */

/* our values */
section.section.our-values h3 {
    color: #282F5B;
    font-family: "DM Serif Display", serif;
    font-size: 42px;
    width: 85%;
    margin: 1rem 0 1rem;
    line-height: 3rem;
}

section.section.our-values h3 span {
    color: #D5B455;
    font-family: "DM Serif Display", serif;
    font-size: 42px;
}

section.section.our-values .ovl-inf span {
    color: #D5B455;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 500;
    font-size: 18px;
}

section.section.our-values .ovl-inf p {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 300;
    font-size: 16.5px;
    line-height: 1.8rem;
    color: #535353;
}

section.section.our-values .ovl-img img {
    border-radius: 20px 20px 0 0;
}
/* end */

/* ext dir */
section.section.ext-drt .section-title {
    text-align: left;
}

section.section.ext-drt .section-title p {
    text-align: center;
}

section.section.ext-drt .abt-pg-info {
    margin-top: 1.5rem;
}


section.section.ext-drt .section-title span {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 2.2rem;
    color: #282F5B;
}

section.section.ext-drt .section-title p {
    margin-bottom: 3rem;
}

section.section.ext-drt .abt-pg-info .section-title h2 {
    width: 100%;
    margin: 0 auto 0.5rem;
    text-align: left;
}

section.section.ext-drt .abt-pg-info p {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 2.2rem;
    color: #282F5B;
    text-align: justify;
}

section.section.ext-drt .abt-pg-info h4 {
    font-family: Creattion Demo;
    font-size: 42px;
    color: #282F5B;
}
/* end */

/* team members */
section.section.our-team .tm-container {
    text-align: center;
    background: white;
    border: 1px solid #e4e4e4;
    padding: 12px;
    border-radius: 7px;
    box-shadow: 0px 0px 7px 0px #d0d0d0;
}

section.section.our-team .tm-container h3 {
    color: #282F5B;
    font-family: "DM Serif Display", serif;
    font-size: 25px;
    /* width: 85%; */
    margin-top: 1rem;
    line-height: 2rem;
}

section.section.our-team .tm-container h4{
    color: #D5B455;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 500;
    font-size: 18px;
}

section.section.our-team .tm-container p {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 300;
    font-size: 14.5px;
    line-height: 1.6rem;
}
/* end team member */
/* end about page */

/* contact page */
section.section.contact-pg .cta-box {
    text-align: center;
    background: #282f5b;
    color: white;
    padding: 1rem;
    border-radius: 15px;
}

section.section.contact-pg .cta-box h3 {
    font-family: "DM Serif Display", serif;
    font-size: 22px;
    margin-top: 1rem;
}

section.section.contact-pg .cta-box a {
    color: white;
    text-decoration: none;
}

section.section.contact-pg .cta-box p {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 200;
}

section.section.contact-pg .location {
    margin-top: 3rem;
}

section.section.contact-pg .location iframe {
    width: 100%;
    height: 582px;
}

section.section.contact-pg .col-md-5 {
    padding: 0;
}

section.section.contact-pg .col-md-7 {
    padding: 0;
}

/* section.section.contact-pg .cta-form-box::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 2px;
    left: 0;
    background: black;
    opacity: .4;
    z-index: -1;
} */

/* section.section.contact-pg .cta-form-box {
    position: relative;
    background: url(/assets/img/abt-pg-img.png) no-repeat center;
    z-index: 1;
    padding: 2rem;
    margin-top: 3rem
} */

section.section.contact-pg .cta-form-content {
    width: 90%;
    margin: 0 auto;
    background: rgb(217 217 217);
    padding: 2rem;
    border-radius: 40px;
}

section.section.contact-pg .form-control {
    background-color: #e9e9e9;
    border: none;
    color: #555;
    padding: 20px;
}

section.section.contact-pg .form-control {
    background-color: #e9e9e9;
    border: none;
    color: #555;
    padding: 16px;
    border-radius: 50px;
    margin: 2rem 0;
}

section.section.contact-pg .cta-form-content h3 {
    color: #282F5B;
    font-family: "DM Serif Display", serif;
    /* text-align: left; */
}

section.section.contact-pg button.btn.btn-dark {
    background: #282F5B;
    padding: 7.5px 9px 9px 1px;
    border: 1px solid #282F5B;
}

section.section.contact-pg button.btn.btn-dark{
    background: #ffffff;
    color: #282f5b;
    padding: 9px 30px;
}

section.section.contact-pg .cta-form-box {
    position: relative;
    background: url('/assets/img/cta-bg.png') no-repeat center center / cover; /* Background image */
    border-radius: 0; /* Rounded corners */
    padding: 2rem;
    margin-top: 3rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Light shadow */
    color: #fff;
    overflow: hidden; /* To ensure overlay stays within bounds */
}

section.section.contact-pg .cta-form-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Dark overlay */
    z-index: 1;
    border-radius: 0; /* Match rounded corners */
}

section.section.contact-pg .cta-form-content {
    position: relative;
    z-index: 2; /* Ensures form elements appear above overlay */
}

section.section.contact-pg .cta-form-box h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff; /* White text on dark background */
    margin-bottom: 1rem;
}

.cta-form-box input[type="text"],
.cta-form-box input[type="tel"],
.cta-form-box input[type="email"],
.cta-form-box textarea {
    width: 100%;
    padding: 0.8rem;
    margin-bottom: 1rem;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 1rem;
    color: #333;
    background-color: #fff; /* White background */
}

/* end */

/* services page */
div#v-pills-tab {
    width: 100%;
}

button#v-pills-home-tab {
    display: flex;
    justify-content: space-between;
}

#v-pills-tab .nav-link svg {
    width: 22px;
}

#v-pills-tab .nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f3f3f3;
    margin-bottom: 15px;
    padding: 22px 12px;
    border-radius: 0;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

button.nav-link.active {
    background: #282f5b !important;
    color: #FFDA6F !important;
}

section.section.services-pg .col-md-3 {
    width: 27%;
}

section.section.services-pg .col-md-9 {
    width: 73%;
}

.brch {
    margin-top: 1rem;
}

.brch h3 {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.pdi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #282f5b;
    padding: 12px;
    margin: 1rem 0;
}

.pdi p {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #ffda6f;
    margin-bottom: 0;
}

.pdi img {
    width: 30px;
}

.service-content-box img {
    width: 100%;
    height: 542px;
    object-fit: cover;
}

.service-content-box h3 {
    color: #282F5B;
    font-family: "DM Serif Display", serif;
    font-size: 27px;
    margin-top: 1.5rem;
}

.service-content-box h2 {
    color: #282F5B;
    font-family: "DM Serif Display", serif;
    font-size: 34px;
    margin-top: .5rem;
    margin-bottom: 2rem;
}

.service-content-box p {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.9rem;
    color: #171717;
    text-align: justify;
}

.row.fw {
    width: 85rem;
    margin-top: 2rem;
}

.row.fw img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.service-content-box h2 {
    color: #282F5B;
    font-family: "DM Serif Display", serif;
    font-size: 34px;
    margin-bottom: 2rem;
}

.service-content-box ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.row.fw li {
    display: flex;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.9rem;
    color: #171717;
    margin-bottom: 1rem;
}

.row.fw li img {
    width: 20px;
    height: 20px;
    margin-right: 7px;
    margin-top: 7px;
}
/* end */

/* project details page */
section.section.project-details h2 {
    font-size: 45px;
    font-family: "DM Serif Display", serif;
    letter-spacing: 1px;
    color: #282F5B;
    width: 60%;
    line-height: 3.5rem;
    margin-bottom: 1rem;
}

.pj-desc {
    width: 90%;
}

.pj-desc ul {
    list-style: none;
    padding-left: 0;
}

.pj-desc p, .pj-desc li {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.9rem;
    color: #171717;
    text-align: justify;
    margin-bottom: 1.5rem;
}

.pj-desc img {
    width: 22px;
    margin-right: 10px;
}

.pj-deet h3 {
    font-size: 30px;
    font-family: "DM Serif Display", serif;
    letter-spacing: 1px;
    color: #282F5B;
    line-height: 3.5rem;
    margin-bottom: 1rem;
}

.pj-deet hr {
    border-top: 2px solid #e1e1e1;
    opacity: 1;
}

.pj-deet {
    height: 200px;
}

.pj-deet div {
    display: flex;
}

.pj-deet div p {
    font-size: 20px;
}


.pj-deet p {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 2.3rem;
    color: #171717;
    margin-bottom: 1.5rem;
}
/* end */

/* cost estimtor page */
section.section.packages .package-box {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-family: 'Arial', sans-serif;
    margin-bottom: 20px;
}

section.section.packages .package-bx-inner {
    background-color: #282F5B;
    /* Gold background */
    color: #000;
    font-weight: bold;
    padding: 15px;
    margin: 0;
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
}

section.section.packages .package-bx-inner h3 {
    font-family: "DM Serif Display", serif;
    color: #D5B455;
}

section.section.packages .package-box h4 {
    color: #D5B455;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 28px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    text-align: center;
}

section.section.packages .package-box h4 span {
    font-size: 14px;
    font-weight: normal;
    color: #D5B455;
    font-family: "Be Vietnam Pro", sans-serif;
}

section.section.packages .accordion-button {
    font-weight: bold;
    background-color: #fff;
    color: #000;
    border: none;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

section.section.packages .accordion-button:not(.collapsed) {
    background-color: #f7f7f7;
}

section.section.packages .accordion-body ul {
    padding-left: 20px;
    margin: 10px 0;
}

section.section.packages .accordion-body ul li {
    margin-bottom: 5px;
    line-height: 1.6;
}

section.section.packages .accordion-body ul li strong {
    font-weight: bold;
    color: #333;
}

section.section.packages .accordion-button::after {
    background-image: url('/assets/img/plus.png');
}

section.section.packages .accordion-button:not(.collapsed)::after {
    background-image: url('/assets/img/minus.png');
}

section.section.packages .accordion-body {
    height: 550px;
}

section.cost-estimator div#form-card {
    background: #282f5b;
    padding: 50px;
    border-radius: 20px;
}

section.cost-estimator form#costEstimatorForm {
    padding: 40px 40px 30px;
    border: 1.5px solid white;
    border-radius: 20px;
}

section.cost-estimator input.form-control {
    background: none;
    padding: 13px;
    border-radius: 8px;
    border: 1.5px solid white;
    margin-bottom: 2rem !important;
    color: #ffffff;
}

section.cost-estimator label.form-label {
    color: #ffffff;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 17px;
}

section.cost-estimator button#estimateBtn {
    background: #ffd96f;
    padding: 12px;
    width: 50%;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 700;
    color: #282f5b;
    font-size: 18px;
    border-radius: 12px;
}

section.cost-estimator form#costEstimatorForm ::placeholder {
    color: #d1d1d1 !important;
    font-size: 15px;
    font-weight: 400;

}

section.cost-estimator h3.text-center.mb-4 {
    color: #282F5B;
    font-family: "DM Serif Display", serif;
}

div#result {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    font-family: "DM Serif Display", serif;
}