.about .cta-group .btn-primary {
    background-color: #021027;
    color: #ffffff;
    padding: 14px 20px;
    border-radius: 8px;
    font-weight: 600;
    margin-right: 11px;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid #021027;
	margin-top: 15px;
}
.about h2 {
    font-size: 33px!important;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}
.about .lead-text
{
 margin-bottom:17px!important;
}
.about .badge-label
{
 display: inline-block;
 background: #ff9829;
 color: #ffffff;
}
.about {
    padding-top: 60px;
    background: #fff!important;
    padding-bottom: 60px;
}

.services {
    background-color: color-mix(in srgb, #1b1f24, transparent 98%);
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
    position: relative;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.section-title h2:before {
    content: "";
    position: absolute;
    display: block;
    width: 160px;
    height: 1px;
    background: 
 color-mix(in srgb, #1b1f23, transparent 60%);
    left: 0;
    right: 0;
    bottom: 1px;
    margin: auto;
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: #ff9800;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.services .services-intro {
    margin-bottom: 48px;
    padding-bottom: 32px;
    border-bottom: 1px solid
 color-mix(in srgb, #14171a, transparent 90%);
}

.align-items-center {
    align-items: center !important;
}

.services .services-intro h2 {
    font-size: 32px;
    font-weight: 600;
    color: #28346d;
    margin-bottom: 16px;
    letter-spacing: -0.01em;
}

.services .services-intro p {
    font-size: 16px;
    line-height: 1.6;
    color: 
 color-mix(in srgb, #20252b, transparent 20%);
    margin-bottom: 0;
}

.services .btn-consultation {
    display: inline-block;
    padding: 12px 28px;
    background-color: #314eb4;
    color: var(--contrast-color);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    border: 2px solid #3351ba;
    transition: all 0.25s 
ease-in-out;
}

.services .service-card
{
 height: 100%;
 padding: 30px 25px;
 background: #FFFFFF;
 box-shadow: 0 0 45px rgba(0, 0, 0, .08);    
 display: flex;
 flex-direction: column;
}

.services .service-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 28px 28px 0;
    margin-bottom: 20px;
}

.services .service-icon {
    width: 52px;
    height: 52px;
    background-color: 
 color-mix(in srgb, #314eb4, transparent 90%);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #324fb3;
    transition: all 0.25s 
ease-in-out;
}
.services .service-icon i {
    font-size: 26px;
}

.bi-graph-up::before {
    content: "\f3f2";
}
.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.services .service-meta {
    display: flex;
    align-items: center;
}

.services .service-category {
    font-size: 13px;
    font-weight: 500;
    color: #314eb5;
    background-color: 
 color-mix(in srgb, #334fb5, transparent 90%);
    padding: 5px 12px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.services .service-card-body {
    padding: 0 20px;
    flex: 1;
}

.services .service-card-body h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 16px;
	padding-top:35px;
	line-height: 34px;
    letter-spacing: -0.01em;
}

.services .service-card-body p {
    font-size: 15px;
    line-height: 1.6;
    color: color-mix(in srgb, #1c2025, transparent 20%);
}

.services .service-features {
    margin-bottom: 24px;
}

.services .service-features .feature-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #1d2126;
}

.services .service-features .feature-item i {
    color: #314eb6;
    font-size: 16px;
    flex-shrink: 0;
    margin-top: 2px;
}

.bi-check-circle-fill::before {
    content: "\f26a";
}
.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.services .service-card-footer {
    padding: 0 28px 28px;
    border-top: 1px solid
 color-mix(in srgb, #1e2227, transparent 92%);
    padding-top: 20px;
    margin-top: 24px;
}

.services .service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    transition: all 0.25s 
ease-in-out;
}

.services .service-link i
{
 font-size: 16px;
 transition: transform 0.25s ease-in-out;
 color:#ff984a;
}

.bi-arrow-right::before {
    content: "\f138";
}
.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.gt
{
 color:#ff9800;
}

.gta
{
 color:#ff9800;
}

.lead-text span
{
 font-weight:bold;
 font-size:18px; 
}
.mb-120 {
    margin-bottom: 120px;
}

.justify-content-center {
    justify-content: center !important;
}

.home1-work-process .single-work-process {
    height: 250px;
    width: 250px;
    border-radius: 50%;
    background-color: rgb(204 170 96 / 33%)!important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    position: relative;
    margin: 0 auto 20px;
    transition: .35s;
}

.home1-work-process .single-work-process .icon {
    margin-bottom: 12px;
}

img, svg {
    vertical-align: middle;
}

.home1-work-process .single-work-process.one:after {
    content: url(../../assets/img/work-up-arrow.8bed56fe.svg);
    position: absolute;
    top: -20px;
}

.home1-work-process .single-work-process.two:after {
    content: url(../../assets/img/work-down-arrow.c657c39f.svg);
    position: absolute;
    bottom: -25px;
}
.home1-work-process .single-work-process .work-content h5 {
    margin-bottom: 10px;
}

.home1-work-process .single-work-process .work-content p {
    margin-bottom: 0;
}

.home1-work-process .single-work-process .work-content h5 a {
    font-size: 1.2rem;
    font-weight: 600;
    color: #05131f;
    font-family: var(--font-exo2);
    transition: .35s;
}

.home1-work-process .single-work-process:hover {
    border: 1px solid rgba(0, 167, 172, .4);
}
.home1-work-process .single-work-process {
    height: 250px;
    width: 250px;
    border-radius: 50%;
    background-color: rgba(0, 167, 172, .1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    position: relative;
    margin: 0 auto 20px;
    transition: .35s;
}

.home1-work-process.mb-120 {
    padding-top: 100px;
}

.section-title1.text-center {
    padding-bottom: 71px;
}


.padding-large {
    padding-top: 7em;
    padding-bottom: 7em;
}
.align-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.text-gradient {
    color: #445a1e;
    background-image: linear-gradient(45deg, #ddbd21, #8d0f05 50%, #0c1a7b 100%);
    background-clip: text;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#quotation blockquote {
    width: 50%;
    margin: 0 auto;
    padding: 0;
}
.text-gradient {
    color: #445a1e;
    background-image: linear-gradient(45deg, #ddbd21, #8d0f05 50%, #0c1a7b 100%);
    background-clip: text;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.single-post .content p:first-child, .quote blockquote, blockquote, .single-post .content blockquote p, .pullquote-right, .pullquote-left {
    font-family: var(--heading-font);
    font-size: 1.5em;
    line-height: 1.4em;
    font-weight: 500;
    letter-spacing: 2px;
    font-style: normal;
    margin: 0 0 20px;
    padding: 10px 40px;
}


#quotation .author-name {
    font-size: 0.7em;
    font-weight: 600;
}

h2.section-title.text-gradient {
    padding-bottom: 29px;
    font-size: 40px;
    font-weight: bold;
}

section#quotation
{
 background-color: #fff;
}

.call-to-action:before {
    content: "";
    background: color-mix(in srgb, var(--background-color), #000000a6 50%);
    position: absolute;
    inset: 0;
    z-index: 2;
}

.call-to-action .cta-btn {
    background: #000918;
    color: #ffffff;
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
}

.call-to-action .cta-btn:hover
{
 background: #000918;
}

.call-to-action h3
{
 font-size: 38px;
 font-weight: 700;
 color: #ffffff;
 padding-bottom: 15px;
}

.hero .btn-get-started-a
{
 color: #C8A75D;
 background: transparent;
 font-family: var(--heading-font);
 font-weight: 600;
 font-size: 14px;
 border:2px solid #C8A75D;
 letter-spacing: 1px;
 display: inline-block;
 padding: 12px 30px;
 border-radius: 50px;
 transition: 0.5s;
 margin-left: 20px;
}

.hero .btn-get-started:hover {
 background: #02031f;
}


section, .section {
    color: #37423b;
    background-color: #faf8f6;
    padding: 60px 0;
    scroll-margin-top: 88px;
    overflow: clip;
}

.light-background {
    --background-color: #f7f5f2;
    --surface-color: #ffffff;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.section-title h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #C8A75D;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.section-title p {
    margin-bottom: 0;
}

.align-items-stretch {
    align-items: stretch !important;
}

.services .services-image {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    min-height: 400px;
}

.services .services-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services .services-image .image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15, 42, 68, 0.95) 0%, rgba(15, 42, 68, 0.3) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 32px;
}

.services .services-image .image-overlay h3 {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 16px;
}

.services .services-image .image-overlay .overlay-link {
    color: #e7662b;
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: gap 0.3s ease;
}


.bi-arrow-right::before {
    content: "\f138";
}
.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.services .service-item {
    display: flex;
    gap: 16px;
    padding: 24px;
    border-radius: 8px;
    background: var(--surface-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    height: 100%;
    transition: all 0.3s ease;
}

.services .service-item .service-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 8px;
    background: color-mix(in srgb, #C8A75D, transparent 90%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.services .service-item .service-icon i {
    font-size: 24px;
    color: #C8A75D;
    transition: all 0.3s ease;
}

.bi-house-door::before {
    content: "\f423";
}
.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.services .service-item .service-body h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
	color:#000!important;
}

.services .service-item .service-body p {
    font-size: 14px;
    line-height: 1.6;
    color:color-mix(in srgb, #000000, transparent 20%);
    margin: 0;
}

/* New Styles */


.why-us .why-box 
{
 color: #000;
 background: #fff;
 padding: 30px 30px 167px 30px;
 border: 1px solid color-mix(in srgb, #434242, transparent 90%);
}

.why-us .why-box h3 {
    color: #000;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px;
}

.why-us .why-box p {
    margin-bottom: 30px;
}

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

.why-us .why-box .more-btn {
    display: inline-block;
    background: 
 color-mix(in srgb, #f6f6f6, transparent 85%);
    padding: 8px 40px 10px 40px;
    color: #ffffff;
    transition: all ease-in-out 0.4s;
    border-radius: 50px;
}

.align-items-stretch {
    align-items: stretch !important;
}
.d-flex {
    display: flex !important;
}

.why-us .icon-box {
    background-color: #ffffff;
    text-align: center;
    padding: 40px 30px;
    width: 100%;
    height: 100%;
    border: 1px solid
 color-mix(in srgb, #434242, transparent 90%);
}

.why-us .icon-box i {
    color: #577a61;
    font-size: 32px;
    margin-bottom: 30px;
    background: color-mix(in srgb, #5dce7e, transparent 95%);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    transition: 0.3s;
}

.why-us .icon-box h5 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 30px 0;
	line-height:30px;
}

.why-us .icon-box h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 30px 0;
	line-height:30px;
}

.why-us .icon-box p {
    font-size: 15px;
    color: color-mix(in srgb, #3d3c3c, transparent 30%);
}

.why-us h4 {
    font-size: 21px;
    font-weight: 500;
    color: #000;
    padding-top: 10px;
}



.why-us .icon-box-a {
    background-color: #ffffff;
    text-align: center;
    padding: 40px 30px;
    width: 100%;
    height: 100%;
    border: 1px solid
 color-mix(in srgb, #434242, transparent 90%);
}



.why-us .icon-box-a h5 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px 0;
	line-height:30px;
}

.why-us .icon-box-a h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 30px 0;
	line-height:30px;
}



/*** Service ***/
.service .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.service .nav .nav-link.active {
    background: #0B1F3A;
}

.service .nav .nav-link.active h4 {
    color: #FFFFFF !important;
}
.nav-pills .nav-link {
    border-radius: 0;
}


.nav-link h4
{
 font-weight: 600;
 font-size: 21px;
 line-height:35px;
}

.tab-pane h3
{
 font-weight: 600;
 font-size: 24px;
 padding-bottom: 20px;
 color:#C8A75D;
}

.tab-pane i
{
 font-weight:900;
 font-size:19px; 
}