@charset "utf-8";

/*
        Resets
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clear {
    clear: both;
}

/*
        body Structure
*/
html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family: "poppins", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #454545;
    overflow-x: hidden !important;
}


div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "poppins", sans-serif;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 50px;
    font-weight: 800;
}

h2 {
    font-size: 32px;
    font-weight: 700;
}

h3 {
    font-size: 26px;
    font-weight: 500;
}

h4 {
    font-size: 22px;
    font-weight: 400;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

h6 {
    font-size: 16px;
    font-weight: 300;
}

p {
    font-family: "poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;

}

p span,
p strong {
    font-weight: 800;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #000;
}




/*misc*/
.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.heading-center h2 {
    margin-bottom: 0;
}

.heading {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.heading small {
    font-size: 18px;
    color: #014397;
}

.heading small a {
    color: inherit;
}

.heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #014397;
    position: absolute;
    bottom: 0;
}

.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
}

.heading:after {
    left: 0%;
}

.heading span,
.heading-center span {
    color: #014397;
}

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #b3b6b8;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #763500 !important;
    border-color: transparent !important;
    color: #fff;
}

.btn {
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

.btn:hover,
.btn:focus,
.btn:active {
    box-shadow: 0 6px 50px rgba(0, 0, 0, 0.2);
}

.btn-primary {
    background: #fff !important;
    color: #333;
    border: none;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background: rgb(250, 96, 1);
    background: linear-gradient(180deg, rgba(250, 96, 1, 1) 30%, rgba(250, 175, 1, 1) 95%);
}

.btn-secondry {
    background: rgb(250, 96, 1);
    background: linear-gradient(180deg, rgba(250, 96, 1, 1) 30%, rgba(250, 175, 1, 1) 95%);
    color: #fff;
    border: none;
    border-color: transparent;
}

.btn-secondry:hover,
.btn-secondry:focus,
.btn-secondry:active {
    color: #000;
    background: #b3b6b8 !important
}

.btn-rounded {
    border-radius: 50px !important;
}

.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}

.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

.centertext,
.center {
    text-align: center;
}

.white {
    color: white;
}

.container {
    position: relative;
    z-index: 10;
}

/**********My css**********/


/*navigationBarWrapper*/

.navigationBarWrapper {
    display: block;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: auto;
    background: #fff;
}

.topbar {
    background: #111111;
    border-bottom: 1px solid rgba(201, 161, 74, 0.2);
    padding: 0;
    width: 100%;
    font-family: 'poppins', sans-serif;
    position: relative;
    z-index: 300;
}

.topbar-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 44px;
}

/* left — contact info */
.topbar-left {
    display: flex;
    align-items: center;
    gap: 24px;
}

.topbar-info {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.2s;
}

.topbar-info:hover {
    color: #c9a14a;
}

.topbar-info i {
    color: #c9a14a;
    font-size: 13px;
}

.topbar-divider {
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.1);
}

/* right */
.topbar-right {
    display: flex;
    align-items: center;
    gap: 14px;
}

/* social icons */
.topbar-social {
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.topbar-social a {
    border-radius: 15px;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(201, 161, 74, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9a14a;
    font-size: 12px;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.topbar-social a:hover {
    background: #c9a14a;
    border-color: #c9a14a;
    color: #111111;
}

.topbar-divider2 {
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.1);
}

/* search button */
.topbar-search-btn {
    border-radius: 15px;
    width: 32px;
    height: 32px;
    background: transparent;
    border: 1px solid rgba(201, 161, 74, 0.4);
    color: #c9a14a;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
    position: relative;
}

.topbar-search-btn:hover {
    background: #c9a14a;
    border-color: #c9a14a;
    color: #111111;
}

/* search overlay */
.search-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}

.search-overlay.active {
    opacity: 1;
    pointer-events: all;
}

.search-box {
    width: 100%;
    max-width: 620px;
    padding: 0 30px;
    transform: translateY(-20px);
    transition: transform 0.3s;
}

.search-overlay.active .search-box {
    transform: translateY(0);
}

.search-label {
    color: #999999;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 16px;
    font-family: 'poppins', sans-serif;
}

.search-input-row {
    display: flex;
    border-bottom: 2px solid #c9a14a;
}

.search-input-row input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 28px;
    font-weight: 300;
    font-family: 'poppins', sans-serif;
    padding: 8px 0;
}

.search-input-row input::placeholder {
    color: rgba(255, 255, 255, 0.2);
}

.search-submit {
    background: transparent;
    border: none;
    color: #c9a14a;
    font-size: 22px;
    cursor: pointer;
    padding: 8px 0 8px 16px;
    transition: color 0.2s;
}

.search-submit:hover {
    color: #ffffff;
}

.search-close {
    position: absolute;
    top: 30px;
    right: 30px;
    background: transparent;
    border: 1px solid rgba(201, 161, 74, 0.4);
    color: #c9a14a;
    width: 40px;
    height: 40px;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s;
}

.search-close:hover {
    background: #c9a14a;
    color: #111111;
}

/* demo navbar below */
.demo-nav {
    background: #fff;
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    border-bottom: 1px solid #eee;
    font-family: 'poppins', sans-serif;
    color: #777;
    font-size: 15px;
    font-weight: 500;
}

/*navigationBar*/

.navigationBar {
    display: block;
    width: 100%;
    height: 100px;
    position: relative;
    padding: 0;
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.15);
}

/*navigationBarContent*/

.navigationBarContent {
    position: relative;
    height: auto;
}

.navbar {
    min-height: 40px;
}

.navbar-brand {
    display: inline-block;
    margin-top: 5px;
    height: auto;
    padding: 0;
    position: relative;
    top: 0;
}

.navbar-brand img {
    height: 90px;
    position: relative;
}

.navbar-nav {
    margin-top: 0;
}

.navbar-collapse {
    float: right;
    padding-right: 0;
}

.navbar-default {
    background: transparent;
    border: none;
    margin: 0;
}

/*navbar-collapse*/

.navbar-collapse>ul>li {
    margin: 0;
    color: #555;
    height: 100px;
    line-height: 100px;
    padding: 0;
    position: relative;

}



.navbar-collapse>ul>li:last-child:hover {
    color: #43A44E;
}

.navContact {
    margin-left: 50px;
}

.navContact a {
    display: inline-block !important;
}

.navContact i {
    color: #fff;
    background: #244C80;
    padding: 5px;
    border-radius: 2px;
}

.navbar-collapse>ul>li>a {
    display: block;
    color: black !important;
    padding: 0 10px;
    margin: 0 0;
    height: inherit;
    line-height: inherit;
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
}

.navbar-collapse>ul>li:hover>a,
.navbar-collapse>ul>li.active>a {
    background: transparent !important;
    color: #c9a14a !important;
}

.navbar-collapse.in {
    overflow-y: initial !important;
}

/*drop down menu*/

.navbar-collapse>ul>li>ul {
    width: 250px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    background-color: #fff;
    z-index: 10;
    transition: all 300ms ease-in-out;
    padding: 0;
    border-radius: 0;
    border: none;
}

@media (min-width: 767px) {
    .navbar-collapse>ul>li:hover>ul {
        display: block;
    }
}

.navbar-default .navbar-nav>.open>a,
.nav .open>a {
    background: transparent !important;
}

.navbar-collapse>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 14px;
    transition: all 300ms ease-in-out;
    position: relative;
    line-height: normal;
    height: auto;
    white-space: normal;

}

.navbar-collapse>ul>li>ul>li>a {
    display: block;
    padding: 10px 15px;
    color: #222;
    font-size: inherit;
    height: auto;
    line-height: normal;
    text-transform: capitalize;
    white-space: normal;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li:hover {
    background: #c9a14a;
}

.navbar-collapse>ul>li>ul>li:hover>a {
    color: #fff;
    background: transparent;
}

.navbar-collapse>ul>li>ul>li>span.separator {
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    text-align: center;
}

.navbar-collapse>ul>li>ul>li:hover>span.separator {
    color: #fff;
}

.navbar-collapse>ul>li>ul>li>a>.fa-angle-right {
    display: inline-block;
    float: right;
    position: relative;
    top: 5px;
}

.navbar-collapse>ul>li>ul>li:last-child {
    border-bottom: none;
}

/*double dropdown*/

.navbar-collapse>ul>li>ul>li>ul {
    display: block;
    width: 180px;
    height: auto;
    position: absolute;
    left: 100%;
    line-height: normal;
    top: 0;
    background-color: #244C80;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    transition: all 300ms ease-in-out;
    position: relative;
}

.navbar-collapse>ul>li>ul>li>ul>li>a {
    display: block;
    padding: 5px 15px;
    color: #ffffff;
    font-size: 15px;
    font-size: inherit;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover {
    background: #004971;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover>a {
    color: #fff;
}

.bannerSection .owl-pagination {
    right: 0;
    position: absolute;
    bottom: 10px;
    left: 0;

}








/*navigationBarScroll*/

.navigationBarScroll {
    height: 60px;
}

.navigationBarScroll .navbar-brand {
    margin-top: 13px;
}

.navigationBarScroll .navbar-brand img {
    height: 35px;
}

.navigationBarScroll .navbar-collapse>ul>li {
    height: 60px;
    line-height: 60px;
}



/*bannerSection*/

.bannerSection {
    display: block;
    position: relative;
    width: 100%;
    height: 85%;
    overflow: hidden;
    background: #fff;
}


.bannerSection .bannerSectionContainer {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#bannerSlider,
#bannerSlider .owl-wrapper-outer,
#bannerSlider .owl-wrapper-outer .owl-wrapper,
#bannerSlider .owl-wrapper-outer .owl-wrapper .owl-item,
#bannerSlider .owl-wrapper-outer .owl-wrapper .owl-item .item {
    height: 100%;
}

#bannerSlider .owl-wrapper-outer .owl-wrapper .owl-item .item {
    width: 100%;
    overflow: hidden;
}


#bannerSlider .owl-controls .owl-page span {
    width: 20px !important;
    height: 20px !important;
    margin: 0 3px !important;
    background: #ffffff !important;
}

.bannerSection .bannerSlideBlock,
.bannerSection .bannerSlideImg {
    width: 100%;
    height: 100%;
}

.bannerSection .bannerSlideImg {
    display: block;
    position: relative;
    background-size: cover !important;
}

.bannerSection .bannerSlideImg:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 54%);
}

.bannerSection .bannerSlideBlock {
    display: block;
    position: absolute;
    z-index: 2;
    top: 40%;
    left: 10%;
    text-align: left;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption {
    width: 80%;
    height: 100%;
    overflow: hidden;
    text-align: center;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 2;
    height: 100%;
    text-align: left;
}

.bannerSection .bannerSlideBlock .bannerSlideCaptionTextWrapper h2 {
    display: block;
    font-weight: 700;
    font-size: 46px;
    color: #fff;
    position: relative;
    transition: all 900ms;
    text-transform: capitalize;
}

.bannerSection .bannerSlideBlock .bannerSlideCaptionTextWrapper h2 small {
    font-weight: 500;
    font-size: 24px;
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner p {
    display: block;
    font-weight: 500;
    font-size: 24px !important;
    display: block;
    margin-bottom: 50px;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner .btn {
    height: 60px;
    line-height: 30px;
    padding: 15px 30px;

}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn:hover {
    background: #fff !important;
    color: #004971 !important;
    text-shadow: none;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner .bannerSlideCaptionTextWrapper {
    vertical-align: middle;
    text-align: center;
}


/*carouselWithArrows*/

/* #bannerSlider .owl-controls {
            position: absolute;
            width: auto;
            bottom: 20px;
            right: 20px;
            text-align: center;
            z-index: 2;
        } */

.carouselWithArrows.owl-theme .owl-controls .owl-buttons {
    left: initial;
    right: 10px;
    top: -65px;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 2;
    background: rgb(250, 96, 1);
    background: linear-gradient(180deg, rgba(250, 96, 1, 1) 30%, rgba(250, 175, 1, 1) 95%);
    padding: 6px 10px;
    border-radius: 50px;
    transform: rotate(-90deg);
    height: 65px;
    width: 175px;
    left: auto;
}


.carouselWithArrows.owl-theme .owl-controls {
    margin: 0;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons div {

    line-height: 45px;
    text-align: center;
    padding: 0;
    margin: 5px;
    border-radius: 0;
    background: transparent !important;
    opacity: 1;
    font-size: 15px;
    font-weight: 600;
    /* border: 1px solid #d3d8dd; */
    color: #fff;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons div:hover {
    color: #b3b6b8;
}


/* ----------------------featuresection-------------------------------- */
/* ─── SERVICES ───────────────────────────────── */
#services {
    background: black;
    padding: 70px 0px;
}

#services .section-title {
    font-size: 50px;
    font-weight: 700;
    color: rgb(255, 255, 255);
}

#services .section-label {
    color: #c9a14a;
    font-size: 16px;
    font-weight: 600;
}

#services .section-sub {
    color: white;
}

.service-card {
    border-radius: 15px;
    background: #ffffff;
    padding: 30px 26px;
    border: 1px solid #e5e5e5;
    height: 100%;
    position: relative;
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
    overflow: hidden;
    margin-bottom: 30px;
    height: 365px;
}


.service-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #c9a14a;
    transition: width 0.3s;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

.service-card:hover::after {
    width: 100%;
}

.service-icon {
    border-radius: 30px;
    width: 54px;
    height: 54px;
    background: #111111;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    font-size: 22px;
    color: #c9a14a;
}

.service-card h4 {
    font-size: 20px;
    color: #111111;
    margin-bottom: 10px;
    font-weight: 600;
}

.service-card p {
    color: #777777;
    font-size: 15px;
    line-height: 1.7;
}



.service-number {
    position: absolute;
    top: 18px;
    right: 22px;

    font-size: 52px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.04);
    line-height: 1;
}

/* ---------------about-section------------ */
/* ─── ABOUT ──────────────────────────────────── */
#about {
    background: #ffffff;
    padding: 50px 0px;
    padding-top: 80px;
}

#about .section-label {
    color: #c9a14a;
    font-size: 16px;
    font-weight: 600;
}

#about  img{
    border-radius: 20px;
}
#about .section-title {
    color: #000;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 10px;
}

.about-img-block {
    position: relative;
    /* padding-bottom: 40px; */
    /* padding-right: 40px; */
}

.about-img-main {
    width: 100%;
    background: #111111;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 120px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.08);
    letter-spacing: -5px;
    overflow: hidden;
}

.about-accent-box {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 190px;
    height: 120px;
    background: #c9a14a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.about-accent-box .num {

    font-size: 46px;
    font-weight: 700;
    color: #111111;
    line-height: 1;
}

.about-accent-box .lbl {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.7);
}

.vision-mission {
    margin-top: 36px;
}

.vm-item {
    border-left: 3px solid #c9a14a;
    padding: 18px 0 18px 18px;
    margin-bottom: 20px;
}

.vm-item h4 {
    font-size: 22px;
    color: #111111;
    margin-bottom: 6px;
    font-weight: 700;
}

.vm-item p {
    color: #666666;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.btn-gold {
    background: #c9a14a;
    color: black;
    border: none;
    padding: 10px 36px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 20px !important;
    transition: background 0.2s, transform 0.2s;
    display: inline-block;
}

.btn-gold:hover {
    background: #c9a14adc;
    color: black;
    transform: translateY(-2px);
}

/*ProjectsTabSection*/

#process {
    background: #ffffff;
    padding: 50px 0px;
}

#process .section-title {
    color: #000000;
    font-size: 50px;
    font-weight: 700;
}

#process .section-label {
    color: #c9a14a;
    font-size: 16px;
    font-weight: 600;
}

#process .section-sub {
    color: #000000;
}

.process-step {
    border-radius: 15px;
    text-align: center;
    padding: 30px 20px;
    position: relative;
    border: 1px solid #c9a14a;
    HEIGHT: 280PX;
}


.process-step::after {
    content: '→';
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    color: #333333;
    font-size: 24px;
}

.process-step:last-child::after {
    display: none;
}

.step-num {
    width: 60px;
    height: 60px;
    border: 1px solid #333333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 22px;
    color: #c9a14a;
    transition: all 0.3s ease;
    font-weight: 700;
}



.process-step:hover .step-num {
    background: #c9a14a;
    color: #111111;
    border-color: #c9a14a;
}

.process-step h4 {
    color: #000000;
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 600;
}



.process-step p {
    color: #777777;
    font-size: 15px;
    line-height: 1.6;
}

/* whychooseus */
.whychooseus {
    position: relative;
    padding: 50px 0px;
    background-image: url(https://tnrconstructions.in/wp-content/uploads/2022/11/image.png);
    background-position: 450px 10px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: auto;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    background-color: #264A7E;
    width: 95%;
    margin: 0 auto;
    margin-bottom: -40px;
    z-index: 99;
    border-radius: 20px;
    margin-top: 50px;
}

.whychooseus:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #264A7E;
    opacity: 0.5;
    border-radius: 20px;
}

.whychooseText {
    color: #fff;
    text-align: center;
}

.whychooseText h2 {
    font-size: 50px;
    text-align: left;
}

.whychooselist {
    list-style: none;
    padding: 0;
    margin: 5px 0 20px;
    position: relative;
    color: #ffffff;
}

.whychooselist li {
    list-style: none;
    padding: 5px 0px;
    text-align: left;
    padding-left: 35px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
}

.whychooselist li::before {
    content: "\f14a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #B0CC1A;
    font-size: 16px;
    position: absolute;
    display: inline-block;
    padding-right: 0.5em;
    position: absolute;
    top: 5px;
    left: 0;
}

.whychooseText img {
    width: 80%;
    margin: 0 auto;
    border-radius: 20px;
    float: right;
}

/*mediaGallery*/
.mediaGallery {
    background-color: #ffffff;
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    border-top: solid 1px #ddd;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.mediaheading {
    color: black;
    text-align: center;
}

/* .mediaGallery::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.87);
} */
.mediaGallery .col-sm-4 {
    padding: 0;
}

.media-head {
    text-align: center;
    line-height: 5.9;
    position: relative;
}

.media-head h2 {
    color: #ffffff !important;
    line-height: 1.9 !important;
}

.media-head h2 span {
    color: #ffffff !important;

}

.media-head h2::after {
    top: -15px;
}

.media-head h2::after {
    display: block;
    content: url(../images/serperator.png);
    position: relative;
    top: -45px;
    width: 49px;
    height: 12px;
    margin: 0 auto 45px;
}

.mediaImgLink {
    display: block;
    width: 95%;
    float: left;
    background: #000;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    border: 7px solid white;
}

.mediaImgLink img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 300ms ease-in-out;
}

.mediaImgLink:hover img {
    opacity: 0.3;
}

.mediaImgLink h3 {
    display: block;
    position: absolute;
    transition: all 300ms ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    opacity: 0;
    color: #fff;
    visibility: hidden;
    z-index: 1;
}

.mediaImgLink:hover h3 {
    top: 100px;
    visibility: visible;
    opacity: 1;
}

.mediaImgLink i {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #24a167;
    color: #fff;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    font-size: 26px;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease-in-out;
}

.mediaImgLink:hover i {
    bottom: 60px;
    visibility: visible;
    opacity: 1;
}

.mediaGallery .btn-rounded {
    color: #070707;
    font-size: 14px;
    font-weight: 500;
    border-color: #4e8f58 !important;
    background: transparent;
}



/* requesttocallbackSec */

.requesttocallbackSec {
    background-image: url('../images/bg-home.jpg') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 100px 0px 80px;
    position: relative;
    clear: both;
    color: #fff;
}

.requesttocallbackSec .btn {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-size: 12px;
    padding: 13px 33px 13px 33px;
    line-height: 1.42857143;
    display: inline-block;
    margin-bottom: 0;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    text-align: center;
    background: #B0CC1A;
    cursor: pointer;
    border: 1px solid transparent;
    color: #fff;
    outline: none;
    min-height: 45px;
    min-width: 135px;
}

.requesttocallbackSec .btn:hover,
.requesttocallbackSec .btn:focus {
    background: transparent;
    border-color: #B0CC1A;
}

.requesttocallbackSec input[type=text],
.requesttocallbackSec input[type=email],
.requesttocallbackSec input[type=url],
.requesttocallbackSec input[type=password],
.requesttocallbackSec input[type=search],
.requesttocallbackSec input[type=number],
.requesttocallbackSec input[type=tel],
.requesttocallbackSec input[type=range],
.requesttocallbackSec input[type=date],
.requesttocallbackSec input[type=month],
.requesttocallbackSec input[type=week],
.requesttocallbackSec input[type=time],
.requesttocallbackSec input[type=datetime],
.requesttocallbackSec input[type=datetime-local],
.requesttocallbackSec input[type=color],
.requesttocallbackSec textarea {
    color: #000;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 11px 20px;
    box-sizing: border-box;
    outline: none;
    max-width: 100%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.requesttocallbackSec select {
    border: 1px solid #e2e2e2;
    height: 46px;
    padding: 10px 18px;
    outline: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.requesttocallbackSec button,
.requesttocallbackSec input,
.requesttocallbackSec select,
.requesttocallbackSec optgroup,
.requesttocallbackSec textarea {
    color: #252525;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.5714285714;
    font-weight: 400;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    box-sizing: border-box;
}

.wpcf7 .wpcf7-form-control:not(.btn) {
    width: 100%;
}

.wpcf7 .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 20px;
}

.wpb_wrapper {
    color: #fff;
}

.vc_custom_heading {
    font-size: 40px;
}

/* ─── TESTIMONIALS ───────────────────────────────── */
.tesstimonial {
    position: relative;
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 70px 0;
    background: #ffffff;
}

.testimonial-head {
    text-align: center;
    margin-bottom: 52px;
}

.testimonial-head h3 {
    color: #c9a14a;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 8px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.testimonial-head h2 {
    color: #111111;
    font-size: 50px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 14px;
    line-height: 1.1;
}

.testimonial-divider {
    width: 60px;
    height: 3px;
    background: #c9a14a;
    margin: 0 auto;
}

/* ── card ── */
.testi-card {
    border-radius: 15px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 36px 32px 32px;
    position: relative;
    overflow: hidden;
    margin: 10px 15px 30px;
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}

.testi-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #c9a14a;
    transition: width 0.3s;
}

.testi-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    border-color: transparent;
}

.testi-card:hover::after {
    width: 100%;
}

/* quote icon box */
.testi-quote-icon {

    color: #c9a14a;
    font-size: 50px;


    font-family: Georgia, serif;
}

/* ghost quote in background */
.testi-bg-quote {
    position: absolute;
    bottom: -10px;
    right: 20px;
    font-size: 130px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.03);
    line-height: 1;
    font-family: Georgia, serif;
    pointer-events: none;
    user-select: none;
}

/* review text */
.testi-card p {
    color: #444444;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.75;
    margin: 0 0 24px;
}

/* footer row */
.testi-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #f0f0f0;
    padding-top: 18px;
}

.testi-author h4 {
    color: #111111;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 3px;
    text-transform: capitalize;
}

.testi-author span {
    color: #c9a14a;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

/* stars */
.testi-stars {
    display: flex;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.testi-stars li {
    display: inline-block;
}

.testi-stars li i {
    color: #c9a14a;
    font-size: 15px;
}

/* ── Owl Carousel dot overrides ── */
.tesstimonial-box .owl-theme .owl-controls {
    margin-top: 20px;
    text-align: center;
}

.tesstimonial-box .owl-theme .owl-controls .owl-page span {
    background: #c9a14a !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 0 !important;
    opacity: 0.4;
    transition: opacity 0.3s;
}

.tesstimonial-box .owl-theme .owl-controls .owl-page.active span,
.tesstimonial-box .owl-theme .owl-controls .owl-page:hover span {
    opacity: 1;
    background: #c9a14a !important;
}

/* founder */

.founder-section {
    background-color: #f9f9f9;
    padding: 50px 0;
    text-align: center;
    /* background: url(../images/bg-home.jpg)fixed no-repeat;
    position: relative; */
}

.founder-section h2 {
    text-align: center;
    padding-bottom: 20px;

}

.founder {
    width: 100%;
    height: auto;
    box-shadow: 0 1px 8px rgb(0 0 0 / 45%);
    border-radius: 15px;

}

.founder-image {
    width: 200px;
    /* border-radius: 50%; */
    margin-top: 20px;
    border-radius: 100px;
}

.founder-name {
    margin-top: 17px;
    font-size: 25px;
    font-weight: bold;
    color: #333;
}

.founder p {
    padding: 0px 35px 20px 35px;
    font-family: "poppins", sans-serif;
}


/* ─── FOOTER ─────────────────────────────────────── */
.footer-section {
    background: #000000;
    padding: 60px 0 0;
    position: relative;
    width: 100%;
}



.ft-hr {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin: 0 0 48px;
}

/* top bar */
.ft-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 28px;
    margin-bottom: 0;
}

.ft-logo img {
    height: 90px;
    width: auto;
    /* background: white; */
}



.ft-social {
    display: flex;
    gap: 10px;
}

.ft-social a {
    border-radius: 25px !important;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(201, 161, 74, 0.4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #c9a14a;
    font-size: 17px;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
    border-radius: 0;
}

.ft-social a:hover {
    background: #c9a14a;
    border-color: #c9a14a;
    color: #111111;
}

/* columns */
.ft-cols {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    padding-bottom: 48px;
}

.ft-col {
    flex: 1;
    min-width: 200px;
    padding-right: 40px;
}

.ft-col:last-child {
    padding-right: 0;
}

.ft-col-title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px;
    padding-bottom: 12px;
    position: relative;
    font-family: "poppins", sans-serif;
}

.ft-col-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 2px;
    background: #c9a14a;
}

.ft-about-text {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
    margin: 0;
}



/* quick links */
.ft-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ft-links li {
    margin-bottom: 2px;
}

.ft-links li a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.2s, padding-left 0.2s;
}

.ft-links li a::before {
    content: '';
    width: 6px;
    height: 1px;
    background: #c9a14a;
    display: inline-block;
    flex-shrink: 0;
    transition: width 0.2s;
}

.ft-links li a:hover {
    color: #c9a14a;
    padding-left: 4px;
}

.ft-links li a:hover::before {
    width: 12px;
}

/* contact items */
.ft-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

.ft-contact-icon {
    border-radius: 25px;
    width: 34px;
    height: 34px;
    background: #1a1a1a;
    border: 1px solid rgba(201, 161, 74, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #c9a14a;
    font-size: 14px;
}

.ft-contact-item a,
.ft-contact-item p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    padding-top: 6px;
    text-decoration: none;
    transition: color 0.2s;
    font-family: "poppins", sans-serif;
}

.ft-contact-item a:hover {
    color: #c9a14a;
}

/* bottom strip */
.ft-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px 0;
    display: flex;
    align-items: center;
}

.ft-copy {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    font-family: "poppins", sans-serif;
}

.ft-credit {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    font-family: "poppins", sans-serif;
}

.ft-credit a {
    color: #c9a14a;
    text-decoration: none;
}

.ft-credit a:hover {
    text-decoration: underline;
}

.ft-credit img {
    height: 20px;
    width: auto;
}

/* responsive */
@media (max-width: 768px) {
    .ft-cols {
        flex-direction: column;
        gap: 32px;
    }

    .ft-col {
        padding-right: 0;
        min-width: 100%;
    }

    .ft-top {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .ft-bottom {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }

    .ft-credit {
        justify-content: center;
    }

    .ft-copy {
        text-align: center;
    }
}

/**********scrollUp**********/
.scrollup {
    border-radius: 20px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    opacity: 0.9;
    position: fixed;
    bottom: 50px;
    right: 20px;
    color: #fff;
    font-size: 26px;
    display: none;
    background: #c9a14a;
    z-index: 200;
}

.scrollup:hover {
    background: #4d4d4d;
    opacity: 1;
    color: #fff;
}



/* ============ media query ============== */
@media (max-width: 1050px) {
    .navigationBar {
        height: auto;
        padding-bottom: 10px;
    }

    .navbar-brand {
        margin-bottom: 12px;
    }

    .navbar-collapse {
        float: none;
        clear: both;
        width: 100%;
        padding: 0;
        border-top: solid 1px rgba(0, 0, 0, 0.3);
    }

    .navbar-collapse>ul>li {
        height: 50px;
        line-height: 50px;
    }



    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 {
        font-size: 32px;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
}

@media (max-width: 850px) {
    .navbar-collapse>ul>li>a {
        padding: 0 6px;
        font-size: 18px;
    }

    .tophead-menu-social {
        margin-bottom: 5px;
        margin-right: 0;
    }

    .tophead-menu-social,
    .tophead .tophead-menu-right {
        float: none !important;
        clear: both;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 27px;
        height: 3px;
    }
}

@media (max-width: 767px) {
    .navigationBar {
        position: relative;
    }

    .tophead {
        text-align: center;
    }

    .tophead-menu-social {
        clear: none;
        text-align: center;
    }

    .tophead .tophead-menu-right {
        clear: none;
        float: right !important;
    }

    .tophead .col-md-4.col-sm-4>.pull-right {
        float: none !important;
        width: 100%;
        clear: both;
        text-align: center;
        padding-top: 15px;
    }

    .tophead-menu-social {
        margin-bottom: 0;
    }

    .navbar-toggle {
        border-radius: 0;
        margin-right: 0;
        border: none;
        margin-top: 40px;
    }

    .testimonial-head h2 {
        font-size: 40px;
    }

    .vc_custom_heading {
        font-size: 40px;
    }

    .wpb_wrapper {
        color: #fff;
        margin-bottom: 20px;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-collapse>ul>li::before {
        display: none;
    }

    .navbar-collapse>ul>li {
        border-bottom: solid 1px #ddd;
        height: auto;
        line-height: normal;
    }

    .navbar-collapse>ul>li>a {
        padding: 15px;
    }

    .container {
        padding: 0 20px;
    }

    .bannerSection .bannerSectionContainer {
        top: 0;
    }

    .bannerSection {
        height: 30%;
    }

}

@media (max-width: 768px) {
    .containerWrapper {
        width: auto;
        padding: 0 20px;
        position: relative;
        z-index: 10;
    }

    .aboutimg {
        margin-top: 0;
    }

    .whychooseText img {
        width: 100%;
        float: none;
    }

    .whychooseus {
        position: relative;
        background-position: center;
    }

    .tablayout1 {
        display: block;
    }

    .tablayout-content h3 {
        font-size: 22px;
        padding: 10px;
    }

    .abouttxt h2 {
        color: #244C80;
        font-size: 41px;
        font-weight: 700;
        padding-top: 0;
    }

    .feature h3 {
        padding-top: 15px;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaptionTextWrapper h2 {
        font-size: 26px;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner p {
        font-size: 20px !important;
        margin-bottom: 28px;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaptionTextWrapper h2 small {
        font-size: 20px;
        margin-bottom: 13px;

    }

    .carouselWithArrows.owl-theme .owl-controls .owl-buttons {
        display: none;
    }

    .bannerSection .bannerSlideBlock {
        top: 25%;
        left: 9%;
        text-align: center;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner .btn {
        height: 50px;
        line-height: 30px;
        padding: 10px 15px;
    }

    /* ------------feature------------ */
    .featuresection {
        width: 100%;
        background: url(../images/tour-background.jpg);
        color: #000;
        background-attachment: fixed;
        background-size: cover;
        position: relative;
        padding: 50px 0px;
        display: grid;
        align-items: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
        width: 100%;
    }

    .feature-head h2 {
        color: #000;
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 0;
        padding: 0;
    }

    .whychooseText h2 {
        font-size: 40px;
    }

    .feature-head h4 {
        font-size: 30px;
        font-weight: 400;
    }

    .feature {
        text-align: center;
        background-color: #fff;
        padding: 20px 0px;
        display: grid;
        align-items: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }


    /* ------------about------------ */
    .aboutsection {
        position: relative;
        width: 100%;
        clear: both;
        background-color: #ffffff;
    }

    .aboutimg {
        position: relative;
        filter: drop-shadow(2px 4px 6px black);
        width: 100%;

    }


    .abouttxt h1 {
        color: #000;

        font-size: 43px;
        font-weight: 300;
        line-height: 1.2em !important;
    }

    .abouttxt {
        padding: 0px;
        text-align: left;
        padding: 20px 0px;
        text-align: center;
    }



    /* ------------exploresection------------ */

    .explore-image {
        border-style: solid;
        border-width: 15px;
        border-color: #fff;
        box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .08);
        position: relative;
        top: 0;
    }

    .exploresection {
        background: url(../images/explore-background.jpg);
        background-attachment: fixed;
        background-size: cover;
        position: relative;
        padding: 50px 14px;
        position: relative;
    }



    .explore-txt {
        padding: 25px 0px;
    }

    .explore-txt h3 {
        color: #B0CC1A;

        font-size: 29px;
        font-weight: 500;
        padding: 0;
        margin-bottom: 0;
        background: linear-gradient(to right, #fa5f01 0%, #faaf01 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .explore-txt h2 {
        color: #B0CC1A;

        font-size: 46px;
        font-weight: 700;
        padding: 0;
        margin-bottom: 0;
        background: linear-gradient(to right, #fa5f01 0%, #faaf01 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .explore-txt p {
        color: #494848;

        font-size: 15px;
        font-weight: 300;
        line-height: 1.6em;
        padding-top: 10px;
    }

    .explore-txt a {

        font-size: 23px;
        font-weight: 500;
        fill: #fff;
        color: #fff;
        background-color: #244C80;
        border-radius: 0 0 0 0;
        position: relative;
        top: 20px;
        left: 0;
    }



    /* ------------footer-section------------ */
    .footer-section {

        background-attachment: fixed;
        background-size: cover;
        position: relative;
        padding: 50px 35px 20px;
        position: relative;
        width: 100%;
    }

    #about {
        padding-top: 50px;
    }

    .socialLinks ul li a {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        font-size: 15px;
        text-align: center;
        margin: 0 5px;
        color: #fff;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    }

    .socialLinks ul {
        display: flex;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .socialLinks {
        display: block;
        clear: both;
        padding-top: 0;
        position: relative;
        top: 0;
        text-align: right;
    }

    .footer h2 {
        margin: 0;
        font-size: 26px;
        font-weight: 700;
        position: relative;
        color: #fff;
        padding: 21px 0px 10px;
    }

    .footer p {
        text-align: left;
        float: left;
        margin: 0;
        padding: 0 0px;
        color: #ffffff;
        line-height: 1.5;
        font-size: 16px;
        font-weight: 400;
        padding-bottom: 22px;
    }


    .footer1 h2 {
        margin: 0;
        font-size: 26px;
        font-weight: 700;
        position: relative;
        color: #fff;
        padding: 21px 0px 10px;
    }

    .footer2 h2 {
        margin: 0;
        font-size: 26px;
        font-weight: 700;
        position: relative;
        color: #fff;
        padding: 21px 0px 10px;
    }

    .footer3 h2 {
        margin: 0;
        font-size: 26px;
        font-weight: 700;
        position: relative;
        color: #fff;
        padding: 21px 0px 10px;
    }

    .strip-txt-1 {
        text-align: center;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    .strip-txt-1 h3 {
        text-align: center;
        color: #ffffff;

        font-size: 15px;
        margin: 0;
    }

    .strip-txt-2 {
        text-align: right;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    .strip-txt-2 h4 {
        text-align: center;
        color: #ffffff;

        font-size: 15px;
    }

    .tesstimonial-box .item {
        width: 100%;
        padding: 0px;
    }

    .navContact {
        display: none !important;
    }

    .topbar-left{
        display: none;
    }
}

/* ─── KEY INDICATORS ─────────────────────────────── */
#key-indicators {
    padding: 70px 0;
    background: black;
}

#key-indicators .section-title {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
}

#key-indicators .section-label {
    color: #c9a14a;
    font-size: 16px;
    font-weight: 600;
}

#key-indicators .section-divider {
    background: #c9a14a;
}

.ki-card {
    border-radius: 15px;
    background: #ffffff;
    padding: 40px 24px;
    text-align: center;
    border: 1px solid #e5e5e5;
    position: relative;
    overflow: hidden;
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
    margin-bottom: 24px;
}

.ki-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #c9a14a;
    transition: width 0.3s;
}

.ki-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    border-color: transparent;
}

.ki-card:hover::after {
    width: 100%;
}

.ki-icon {
    border-radius: 30px;
    width: 54px;
    height: 54px;
    background: #111111;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 22px;
    color: #c9a14a;
}

.ki-bg-num {
    position: absolute;
    top: 10px;
    right: 16px;
    font-size: 64px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.04);
    line-height: 1;
    font-family: "poppins", sans-serif;
}

.ki-number {
    display: block;
    font-size: 56px;
    font-weight: 700;
    color: #111111;
    line-height: 1;
    font-family: "poppins", sans-serif;
}

.ki-plus {
    color: #c9a14a;
}

.ki-name {
    font-size: 20px;
    font-weight: 600;
    color: #111111;
    margin: 10px 0 8px;
}

.ki-desc {
    font-size: 15px;
    font-weight: 400;
    color: #777777;
    line-height: 1.5;
    margin: 0;
}

#searchInput{
    color:white !important;
}



/* InnerPage  */
.innerPageSection{
    padding: 0px 0 0 0;
    position: relative;
}

.innerBannerSection{
    width: 100%;
    position: relative;
    height: 260px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.innerBannerSection:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 30%);
}
.innerbanner{
    height: 368px;
    background-size: cover;
}
.innerBannerSection h1{
    font-size: 32px !important;
    letter-spacing: 2px;
    color:#fff;
    font-weight: bold;
}
.innerBannerSection .head{
    position: absolute;
    top: 100px;
}
.innerBannerSection .head h3{
    color: #ff7700;
    font-size: 30px;
}
.innerBannerSection .innerBannerImg{
    background-size: cover !important;
    height: 100%;
    /*    background-attachment: fixed !important;*/
    position: relative;
}
.innerBannerSection .innerBannerImg:before{
    position: absolute;
    content:'';
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.3);
}
.InnerBannerHeading{
    position: absolute;
    top: -60px;
    color: #fff;
}
.InnerBannerHeading h1{
    font-size: 36px !important;
}
.breadcrumb span {
    font-weight: normal;
    color: #fff;
}
.breadcrumb span a {
    font-weight: normal;
    color: #fff;
}
.breadcrumb {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    background:#c9a14a;
    color: #000;
    margin-bottom: 0px;
    border-radius: 0;
    border-bottom: solid 1px #ccc;
    padding: 5px 10px;
}
.breadcrumb_last{
    font-weight: 600 !important;
}

.table a{
    color: blue;
}
.table a:hover{
    color:#ffcc2a ;
}
/*innerPageSection */

