body {
    font-family: 'Montserrat', sans-serif;
    background: #000;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none !important;
}

p {

    line-height: 1.6;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*   Preloader CSS
/*----------------------------------------*/
#preloader {
    background: #fff;
    height: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#preloader .loading {
    display: flex;
}

#preloader .ctn-preloader {
    padding-left: 15px;
    padding-right: 15px;
}

#preloader .spinner {
    animation: spinner 3s infinite linear;
    border-radius: 50%;
    border: 3px solid #f1f6f8;
    border-left-color: #eb9856;
    border-top-color: #eb9856;
    margin: 0 auto 0em auto;
    position: absolute;
    left: -40px;
    right: -40px;
    bottom: -40px;
    top: -40px;
}

#preloader .spinner:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 6px solid #ee9956;
    box-shadow: 0 0 20px 0 rgba(253, 253, 253, 0.2);
    background: var(--brand_color);
    position: absolute;
    right: 31px;
    top: 41px;
    border-radius: 50%;
}

@media (max-width: 576px) {
    #preloader .spinner:before {
        top: 18px;
    }
}

#preloader .round_spinner {
    border-width: 1px;
    border-color: rgb(238, 243, 244);
    border-style: solid;
    border-radius: 50%;
    background-color: rgb(253, 253, 253);
    box-shadow: 0 0 100px 0 rgba(4, 46, 56, 0.14);
    width: 248px;
    height: 248px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 40px auto 80px;
    /* background-image: url("../images/loader-bg.jpeg");
  background-size: cover; */
}

.round_spinner img {
    border-radius: 50%;
}


.home-video {
    position: relative;
    overflow: hidden;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.home-video video {
    position: relative;
    z-index: 0;
}


@media (max-width: 576px) {
    #preloader .round_spinner {
        width: 155px;
        height: 155px;
    }
}

#preloader .round_spinner h4 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--secondary_color);
    margin-top: 10px;
}

#preloader .round_spinner h4 span {
    font-weight: 700;
}

#preloader .head {
    color: var(--secondary_color);
    display: block;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 5.2px;
    text-transform: uppercase;
    text-align: center;
    font-family: "Roboto", sans-serif;
    margin: 5% 0 1% 0;
    padding: 0;
}

.menu img {
    width: 45px;
    cursor: pointer;
    background: #e3873d;
    padding: 5px;
}

#preloader p {
    color: var(--p_color);
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    border: none;
    margin: 0;
    padding: 0;
}

@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}
.menu {
    padding: 30px;
}
 .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background: transparent;
    transition: all 0.3s ease;
    padding: 10px 0;
}

.header.scrolled {
    background: #000000d1;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 0;
}

.logo {
    padding: 35px;
    transition: all 0.3s ease;
}

.logo img {
    width: 120px;
    transition: all 0.3s ease;
}


.header.scrolled .logo {
    padding: 15px;
}

.header.scrolled .logo img {
    width: 90px;
}

/*.header {*/
/*    padding: 10px 0;*/
/*    position: fixed;*/
/*    left: 30px;*/
/*    right: 30px;*/
/*    top: 0;*/
/*    z-index: 1030;*/
/*}*/

.about-sec {
    padding-bottom: 70px;
}

.knowmoew {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.offcanvas-top {
    height: 100vh !important;
    background-color: #111;
    color: white;
    display: flex;
    flex-direction: column;
}

.offcanvas-body {
    flex: 1;
    /* take remaining height */
    display: flex;
    justify-content: center;
    /* horizontal center (not needed here) */
    align-items: center;
    /* vertical center */
}

.offcanvas .nav-link {
    color: white;
    font-weight: 600;
    font-size: 25px;
    padding: 15px 0;
}

.offcanvas .nav-link:hover {
    color: #f18120;
}


.banner-sec {
    margin: 0;
    align-items: center;
}

.heading {
    color: #f18120;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Playfair Display', serif;
    align-items: center;
    padding: 0;
}

.heading2 {
    color: #f18120;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Salty Caramel Chain', cursive;
    padding: 0;
}


.banner-sec p {
    color: #fff;
    align-items: center;
    padding: 10px 0;
}

.banner-sec .logo {
    padding: 15px 0;
}

.banner-sec .form-control {
    background: transparent !important;
    color: #fff !important;
    height: 50px;
    padding: 10px 15px;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 1rem;
}

/* Placeholder text white */
.banner-sec .form-control::placeholder {
    color: #fff !important;
    opacity: 0.8;
}

/* Remove focus border and shadow */
.banner-sec .form-control:focus {
    border: 1px solid #fff !important;
    box-shadow: none !important;
    outline: none !important;
}

  .grid {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.grid figure {
  position: relative;
  margin: 0;
  padding: 0;
  width: calc(100% / 3);
  height: 400px;  
  background: #3085a3;
  text-align: right;  
  box-sizing: border-box;
  overflow: hidden;
  float: left;
  cursor: pointer;
}
.grid figure img {
  display: block;
  width: 100%;
  height: 100%;  
  object-fit: cover; 
  margin: 0;
  padding: 0;
  opacity: 0.8;
}
 

.grid figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;  
  flex-direction: column;
  justify-content: center; 
  align-items: center;     
  padding: 0;
  /*padding: 2em;*/
  color: #fff;
  font-size: 18px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
}

.grid figure figcaption h2 {
  align-self: flex-end;  
  font-size: 22px;
  margin-bottom: 10px;
  margin-right: 30px;
  font-weight: bold;
  text-align: right;
  /*width: 100%;*/
}

.grid figure figcaption p {
  font-size: 18px;
  margin: 0;
  letter-spacing: 1px;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
    background: #000;
}

figure.effect-bubba {
    position: relative;
    overflow: hidden;
}

figure.effect-bubba img {
    opacity: 0.5;
    transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
    opacity: 0.4;
}

figure.effect-bubba figcaption {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
    color: white;
    transition: background 0.35s;
    z-index: 2;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba h2 {
    padding-top: 70%;
    transition: transform 0.35s, opacity 0.35s;
    transform: translate3d(0, -20px, 0);
    opacity: 1;
}

figure.effect-bubba p {
    padding: 0;
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(0, 20px, 0);
}

figure.effect-bubba:hover figcaption {
    background: #d27a36;
    /*background: linear-gradient(50deg, #ad3707, #fb9c0a, #e64300);*/
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    transform: scale(1);
}

figure.effect-bubba:hover h2 {
    opacity: 0;
    padding: 0;
    transform: translate3d(0, -20px, 0);
}

figure.effect-bubba:hover p {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}


.transformation {
    padding: 70px 0;
}


/*====site-buttom secondry====*/

ul.social-network {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.social-network li {
    display: inline-block;
    line-height: 25px !important;
    margin-right: 15px;
}

.social-network a.icoFacebook {
    background-color: #3b5998;
    transition: all .5s ease-in
}

.social-network a.icoFacebook:hover {
    background-color: #ad3707;
    transition: all .5s ease-in
}


.social-network a.icoLinkedin:hover {
    background-color: #ad3707;
    transition: all .5s ease-in
}

.social-network a.icoLinkedin {
    background-color: #007bb7;
    transition: all .5s ease-in
}

.social-network a.icoinstagram {
    background: #d82564;
    background: -moz-linear-gradient(top, #d82564 0, #d82564 0, #f77d2a 34%, #d82564 58%, #ec474f 73%, #ec474f 73%, #fec662 100%);
    background: -webkit-linear-gradient(top, #d82564 0, #d82564 0, #f77d2a 34%, #d82564 58%, #ec474f 73%, #ec474f 73%, #fec662 100%);
    background: linear-gradient(to bottom, #d82564 0, #d82564 0, #f77d2a 34%, #d82564 58%, #ec474f 73%, #ec474f 73%, #fec662 100%);
}

.social-network a.icoinstagram:hover {
    background: #ad3707;
    transition: all .5s ease-in
}


.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    border-radius: 5px;
}

.social-circle li:before {
    display: none
}

.social-circle li i {
    margin: 0;
    line-height: 25px;
    text-align: center
}


.social-circle i {
    color: #fff
}

.social-network a {
    background-color: #fff
}

/* footer {
     padding-top: 100px;
 } */
footer {
    padding: 70px 0 0;
    background: #101010CC;
}

.footer-tst h4 {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

/* .footer-tst h4:after {
     content: "";
     position: absolute;
     border: 0;
     width: 50px;
     height: 2px;
     background: #ce7936;
     z-index: 1;
     left: 0;
     top: 35px;
 } */

.footer-tst p {
    font-size: 13px;
    margin-top: 15px;
    color: #fff;
}

.footer-tst ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget_getintuch ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-tst ul li a {
    font-size: 14px;
    color: #fff;
    line-height: 1.9;
    position: relative;
    top: 0;
    /* padding-left: 20px; */
}

/* .footer-tst ul li a::before {
     content: "\f18e";
     font-family: FontAwesome;
     color: #fff;
     position: absolute;
     left: 0
 } */

.footer-tst ul li a:hover {
    color: #ce7936;
    margin-left: 8px;
    transition: all 0.3s ease;
}

.widget_getintuch .fa-envelope:before {
    content: "\f0e0";
    font-size: 15px;
}

.widget_getintuch li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    font-size: 15px;
}

.widget_getintuch li a {
    color: #fff;
}

.widget_getintuch p {
    color: #fff !important;
}

.widget_getintuch i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 18px;
    color: #d07b38;
    font-family: FontAwesome;
}

.copyright {
    margin-top: 40px;
    border-top: 1px solid #323232;
}

.copyright p {
    text-align: center;
    color: #fff;
    font-weight: normal;
    font-size: 13px;
    padding: 15px 0px
}

.copyright a {
    color: #fff;
}

/* .testimonials{
    padding: 100px 0;
} */
.testimonial {
    padding: 0 212px;
}

.content {
    background: #f18120;
    padding: 32px 59px 40px;
    border-radius: 20px;
    margin-bottom: 25px;
    position: relative;
}

.content:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 48%;
    border-top: 15px solid #f18120;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

.description {
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
}

.testimonial-review {
    text-align: center;
}

.testimonial-review>img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 12px;
}

.testimonial-review .testimonial-title {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
}

.testimonial-review .testimonial-title>small {
    font-size: 13px;
    color: #fff;
}

.owl-theme .owl-controls {
    position: absolute;
    top: 20%;
    width: 100%;
}

.owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    opacity: 1;
    border: 2px solid #fff;
}

.owl-prev,
.owl-next {
    width: 52px;
    height: 52px;
    line-height: 45px;
}

.owl-prev:before,
.owl-next:before {
    content: "\f053";
    font-family: "FontAwesome";
    font-weight: 900;
}

.owl-next:before {
    content: "\f054"
}

.owl-theme .owl-controls .owl-prev {
    position: absolute;
    left: 0;
}

.owl-theme .owl-controls .owl-next {
    position: absolute;
    right: 0;
}

@media only screen and (max-width: 990px) {
    .testimonial {
        padding: 0 100px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial {
        padding: 0 70px;
    }
}

@media only screen and (max-width: 480px) {
    .content {
        padding: 20px;
    }

    .content:after {
        left: 44%;
    }

    .description {
        font-size: 12px;
    }
}


/* CSS */
.btn-3d-arrow {
    /*background-color: #013b46;*/
    background-color: #f18120;
    color: white;
    font-size: 1rem;
    padding: 0.8em 2.5em;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    box-shadow: 0 6px #f18120a8;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
    position: relative;
    overflow: hidden;
}

.btn-3d-arrow .arrow {
    display: inline-block;
    margin-left: 0;
    opacity: 0;
    transition: all 0.3s ease;
    font-weight: bold;
}

.btn-3d-arrow:hover .arrow {
    margin-left: 10px;
    opacity: 1;
}

.btn-3d-arrow:active {
    transform: translateY(3px);
    box-shadow: 0 2px #c46000;
}

/* ==========gallery============ */
.gallery-sec {
    padding: 100px 0;
}

.demo-gallery {
    padding: 15px 0px;
}

.demo-gallery h4 {
    font-size: 15px;
    font-weight: bold;
}

.demo-gallery span {
    display: block;
}

.demo-gallery>ul {
    padding: 0;
    margin: 0;
}

.demo-gallery>ul>li {
    width: 135px;
    display: inline-block;
    list-style: none;
}

.demo-gallery>ul>li a {
    border: 3px solid #fff;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    height: 200px;
    /* Set a fixed height */
}

.demo-gallery>ul>li a>img {
    -webkit-transition: -webkit-transform .15s;
    -moz-transition: -moz-transform .15s;
    -o-transition: -o-transform .15s;
    transition: transform .15s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* Ensure the image covers the container */
}

.demo-gallery>ul>li a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery>ul>li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, .1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color .15s;
    -o-transition: background-color .15s;
    transition: background-color .15s;
}

.demo-gallery>ul>li a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.demo-gallery>ul>li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, .5);
}

.demo-gallery>ul>li a:hover .demo-gallery-poster>img {
    opacity: 1;
}

.demo-gallery.dark>ul>li a {
    border: 3px solid #04070a;
}

.home-video {
    position: relative;
}


.teamGrid {
    display: grid;
    grid-template-columns: 32.33% 32.33% 32.33%;
    column-gap: 1.5%;
    margin-top: 100px;
}

.avatar {
    position: absolute;
    left: 0;
    right: 0;
    top: -80px;
    text-align: center;
}

.teamcolinner {
    position: relative;
}

.avatar>img {
    width: 150px;
    margin: auto;
    border-radius: 50%;
    border: 1px solid rgb(170 170 173/ 1);
    box-shadow: 0px 3px 10px 3px rgb(170 170 173 / 0.5);
}

.teamcolinner {
    position: relative;
    border: 1px dashed #ddd;
    min-height: 100px;
    background: #fff;
    z-index: 9;
}

.teamcol {
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    transition: transform 1s ease-in-out;
}

.teamcol:hover {
    transform: translateY(-30px);
    box-shadow: 0px 3px 10px 3px rgb(170 170 173 / 0.5);
    transition: transform 1s ease-in-out;
}

.teamcol:before {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    right: 0;
    top: 0;
    background: -webkit-linear-gradient(#ffbf00, #ffa000);
    border-top-right-radius: 10px;
    transition: width 1s ease-in-out;
}

.teamcol:after {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(#0052cc, #005fec);
    border-bottom-left-radius: 10px;
    transition: width 1s ease-in-out;
}

.teamcol:hover::before,
.teamcol:hover::after {
    width: 100%;
    transition: width 1s ease-in-out;
}

.member-name {
    margin-top: 80px;
}

.member-info {
    padding: 10px 20px;
}

.social-listing {
    align-items: center;
    justify-content: center;
    display: flex;
    list-style: none;
    padding: 0;
}

.social-listing>li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #f4f5f7;
    border-radius: 50%;
    margin: 5px;
}

.teamcolinner {
    text-align: center;
}

.teamcolinner h2 {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.counterTxt h3 {
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
}

.orangcolor {
    color: #f18120;
    font-weight: bold;
}

.redcolor {
    color: #ad3707;
    font-weight: bold;
}

.trusted-sec {
    padding: 70px 0;
}

/*.logo_list {*/
/*    margin: 0;*/
/*    padding: 20px;*/
/*}*/

/*.logo_list ul,*/
/*.residential,*/
/*.text-box {*/
/*    margin: 0;*/
/*    padding: 0*/
/*}*/

/*.logo_list ul li {*/
/*    margin: 5px;*/
/*    padding: 15px;*/
/*    display: inline-block;*/
/*    width: 14%;*/
/*    text-align: center*/
/*}*/

/*.zoom {*/
/*    transition: transform .3s*/
/*}*/

/*.zoom:hover {*/
/*    transform: scale(1.1)*/
/*}*/

/*.logo_list ul li img {*/
/*    width: 170px;*/
/*    height: 150px;*/
/*    object-fit: contain;*/
/*    object-position: center;*/
    /*filter: grayscale(100%);*/
/*    filter: brightness(73%) invert(1);*/
/*    opacity: 0.5;*/
    /* makes non-white logos look grayish */
/*    transition: filter 0.4s ease, transform 0.3s ease, opacity 0.3s ease;*/
/*    display: block;*/
/*    margin: 0 auto;*/
/*}*/

/*.logo_list ul li img:hover {*/
/*    filter: grayscale(0%);*/
/*    opacity: 1;*/
/*    transform: scale(1.05);*/
/*}*/
.logo_list ul,
.residential,
.text-box {
    margin: 0;
    padding: 0;
}

.logo_list ul li {
    margin: 5px;
    padding: 15px;
    display: inline-block;
    width: 14%;
    text-align: center;
}

.zoom {
    transition: transform .3s;
}

.zoom:hover {
    transform: scale(1.1);
}

 .logo_list ul li img {
    width: 170px;
    height: 150px;
    object-fit: contain;
    object-position: center;
    display: block;
    margin: 0 auto;
    filter: none;
    padding: 10px;
    opacity: 1;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.7);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
}

.logo_list ul li img:hover {
    transform: scale(1.05);
    /* Glow thoda zyada on hover */
    box-shadow: 0 0 18px rgba(255, 255, 255, 0.9);
}


.counter-sec {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 50px 15px;
    margin-bottom: 30px;
}

#counter {
    text-align: center;
    /* border-right: 2px solid #fff; */
}

/* .col-md-3:last-child #counter {
    border-right: none;
} */

.counter-value {
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    display: block;
    margin: 0;
    padding: 0;
}

#counter h6 {
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}

.plus:after {
    content: '+';
}

/* Unique Premium Modal Style */
.modern-modal {
    border-radius: 20px;
    background: #d27a36;
    /*background: linear-gradient(351deg, #e64300, #fb9c0a, #e64300);*/
    padding: 25px;
    color: #fff;
    overflow: hidden;
    position: relative;
}

/* Optional glowing border effect */
.modern-modal::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 22px;
    background: linear-gradient(135deg, #f18120, #ff9a44, #f18120);
    z-index: -1;
    filter: blur(20px);
    opacity: 0.4;
}

.modern-modal .modal-header {
    border-bottom: none;
    background: transparent;
    padding-bottom: 0;
}

.modern-modal .modal-title {
    font-size: 28px;
    font-weight: bold;
    color: #f18120;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.modern-modal .btn-close {
    background-color: #fff;
    border-radius: 50%;
    padding: 8px;
    transition: 0.3s ease;
    opacity: 1;
    /* ensure visibility */
}

/*.modern-modal .btn-close::before {*/
/*    content: '×';*/
/*    color: white;*/
/*    font-size: 1.5rem;*/
/*    line-height: 1;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*}*/

.modern-modal .btn-close svg {
    display: none;
}


.modern-modal .modal-body {
    padding: 30px;
}

.modern-modal .modalTxt h2.heading {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
}

.modern-modal .modalTxt p {
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    text-align: left;
}
.testimonials {
    padding: 70px 0;
}

.pt-70{
    padding-top: 70px;
}

.pb-70{
    padding-bottom: 70px;
}


    .why-us-section h2 {
      text-align: center;
      margin-bottom: 50px;
      position: relative;
    }

    /*.why-us-section h2::after {*/
    /*  content: '';*/
    /*  display: block;*/
    /*  width: 80px;*/
    /*  height: 4px;*/
    /*  background-color: #f18120;*/
    /*  margin: 10px auto 0;*/
    /*  border-radius: 2px;*/
    /*}*/

    .why-us-list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
    }

    .why-us-item {
      display: flex;
      align-items: flex-start;
      gap: 40px;
    }

    .why-us-item i {
      font-size: 30px;
      color: #fff;
      flex-shrink: 0;
    }

    .why-us-item div {
      flex: 1;
    }

    .why-us-item h4 {
      font-size: 1.4rem;
      color: #fff;
      font-weight: bold;
      margin-bottom: 8px;
    }

    .why-us-item p {
      font-size: 1rem;
      color: #fff;
      line-height: 1.6;
    }
    .why-us-item img{
        width:60px;
    }
/* Color classes */
.tiber {
  background-color: #173D3C;
}
.rust {
  background-color: #AE3708;
}
.tangerine {
  background-color: #FB8007;
}
.persimmon {
  background-color: #E64301;
}

    @media (max-width: 768px) {
      .why-us-list {
        grid-template-columns: 1fr;
      }
    }

  .backkgroundImage {
    padding: 70px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.team-section h2 {
  margin-bottom: 40px;
  position: relative;
}

.team-member {
  position: relative;
  padding:50px 15px;
  border-radius: 15px;
  text-align: center;
}

.team-member img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid #fff;
  object-fit: cover;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s;
}

.team-member:hover img {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.team-info {
  margin-top: 15px;
}

.team-info h4 {
  margin: 10px 0 5px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
}

.team-info p {
  color: #fff;
  font-size: 0.95rem;
  margin-bottom: 8px;
}

.team-social a {
  margin: 0 6px;
  color: #fff;
  font-size: 1.2rem;
  transition: color 0.3s;
}

.team-social a:hover {
  color: #fec662;
}

 .banner {
  position: relative;
  height: 100vh;
  padding: 300px 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}

.banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); /* Black overlay with 50% opacity */
  z-index: -1;
}

.image-frame img {
    width: 250px;
}

.banner h2{
    font-size: 60px;
    font-weight: bold;
}

.banner p{
    color: #fff;
    font-size: 20px;
}

  /* CSS */
 .about-banner-wrapper {
  position: relative;
}

.about-banner {
  background-image: url('../images/loader-bg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 100px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  z-index: 2;
  box-shadow: 0 0 20px rgba(245, 166, 35, 0.2);
}

/* Border only behind and pushed slightly to LEFT */
.about-banner-wrapper::before {
    content: '';
    position: absolute;
    bottom: -25px;
    right: -25px;
    width: 100%;
    height: 100%;
    border: 2px solid #f5a623;
    z-index: 1;
}



/* .OurStory {
  padding: 70px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
} */

.StoryTxt {
  padding-right: 20px;
}
.founder-title {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.StoryTxt p {
  font-size: 15px;
  color: #ffffff;
}

.StoryTxt ul li {
  font-size: 15px;
  font-weight:500;
  margin: 0px;
  color: #ffffff;
}
.Story-img .img-frame {
  background: #fff;
  border-radius: 15px;
  display: inline-block;
  transition: transform 0.3s ease;
}

.Story-img .img-frame:hover {
  transform: scale(1.05);
}

.Story-img img {
  object-fit: cover;
  height: auto;
}

 .filter-buttons {
      text-align: center;
      margin-bottom: 20px;
    }
    .filter-buttons button {
      padding: 10px 20px;
      margin: 5px;
      border: none;
      background: #007bff;
      color: white;
      cursor: pointer;
      border-radius: 5px;
    }
    .filter-buttons button.active {
      background-color: #0056b3;
    }
     

    .gallery-card {
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border-radius: 10px;
      overflow: hidden;
    }

    .gallery-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }

    .gallery-card img {
      border-radius: 10px;
      width: 100%;
      height: 300px;
      object-fit: cover;
    }

    .gallery-card h6 {
      text-align: center;
      margin-top: 10px;
      font-weight: 600;
      text-transform: capitalize;
    }

  .gallery-card h6 {
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
  }

  .hidden-gallery {
    display: none;
  }

   .text-warning-custom {
    color: #f18120;
  }

  .testimonial-text {
  max-height: 100px;
  overflow: hidden;
  transition: max-height 0.3s ease;
  position: relative;
}

.testimonial-text.expanded {
  max-height: 1000px;
}

.contactTxt form {
    color: #fff;
  }

 .contactTxt .form-control,
  .input-group-text,
  textarea.form-control {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
  }

  .contactTxt .form-control::placeholder,
  textarea.form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
  }

  .contactTxt .form-control:focus,
  textarea.form-control:focus {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    box-shadow: none;
  }

  .contactTxt .input-group-text svg {
    fill: #fff;
  }

  .contactTxt label,
  .form-label,
  .input-group-text {
    color: #fff;
  }
  
  .service-card {
  background: #2d1a0a;
  border: 1px solid #3e2a14;
  border-radius: 15px;
  padding: 25px;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.service-card:hover {
  border-color: #f0a500;
  box-shadow: 0 8px 24px rgba(240, 165, 0, 0.2);
}
.service-card h5 {
  color: #f0a500;
  font-weight: 600;
  margin-bottom: 15px;
  border-bottom: 2px solid #f0a500;
  padding-bottom: 10px;
}
.service-card ul {
  padding-left: 18px;
}
.service-card ul li {
  padding: 6px 0;
  border-bottom: 1px dashed rgba(255,255,255,0.1);
  font-size: 15px;
}
.service-card ul li:last-child {
  border-bottom: none;
}

.testimonial-text {
    font-size:14px;
}

.image-wrapper {
    position: relative;
    overflow: hidden;
  }
  .shape-overlay {
    position: absolute;
    top: -20%;
    left: -20%;
    width: 140%;
    height: 140%;
    background: radial-gradient(circle, rgba(251,128,7,0.15) 0%, transparent 70%);
    z-index: 0;
  }
  .image-wrapper img {
    position: relative;
    z-index: 1;
  }
  .pra{
      color:#fff;
      margin-top: 20px;
  }
  
  .orange-border {
    border: 2px solid #e29021; /* orange color */
    border-radius: 8px; /* optional, for rounded corners */
  }
  /*.modal-backdrop {*/
  /*  z-index: 1050 !important;*/
  /*}*/
  /*.modal {*/
  /*  z-index: 1060 !important;*/
  /*}*/