/*-----------------------------------------------------------------------------------

    Template Global fcl
    Template URI: Globalfcl.com
   
   


-----------------------------------------------------------------------------------
    

/*  01. Theme default CSS
/*----------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/*-- Common Style --*/
*,
*::after,
*::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
    font-family: "Libre Franklin", sans-serif;
    color: #4c4d56;
    outline: none;
    visibility: visible;
    overflow-X: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: "";
}

.pb0 {
    padding-bottom: 0 !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pb70 {
    padding-bottom: 70px !important;
}

.pt70 {
    padding-top: 70px;
}

.pb0 {
    padding-bottom: 0px !important;
}

.pt0 {
    padding-top: 0px !important;
}


section {
    padding: 90px 0;
}

.banner {
    padding: 100px 0 140px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Libre Franklin", sans-serif;
    color: #000000;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -1px;
}

li {
    list-style: none;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 36px;
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 30px;
    }
}

h2 {
    font-size: 30px;
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 24px;
    }
}

h3 {
    font-size: 20px;
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p {
    margin-bottom: 0;
}

a,
button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

a,
button,
img,
input {
    transition: all 0.3s linear;
    outline: 0;
}

img {
    max-width: 100%;
}

a:focus,
button:focus,
img:focus,
input:focus {
    outline: 0;
}

a:focus {
    color: none;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #F6B601;
}

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

button,
input[type="submit"] {
    cursor: pointer;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
}


/* End */

/* Header Start Here */
/* Custom styles for dropdown icons and submenu positioning */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    /* Position nested submenu to the right */
    margin-top: -1px;
}

/* Optional: Adjust the arrow icons in dropdowns */
.nav-link.dropdown-toggle::after {
    content: none;
}

.dropdown-toggle-icon {
    cursor: pointer;
}

.dropdown-menu {
    display: none;
}

.dropdown.show>.dropdown-menu {
    display: block;
}

.dropdown-submenu .dropdown-menu {
    display: none;
}

.dropdown-submenu.show>.dropdown-menu {
    display: block;
}

header a.navbar-brand img {
    position: relative;
    width: 129px;
    z-index: 9;
    top: 0;
  }

  header ul.navbar-nav>li>a {
    padding: 10px 0;
    font-weight: 500;
    color: #000;
    font-size: 15px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    background: #FEFEFE;
    border-radius: 0px;
}

header ul.navbar-nav ul.dropdown-menu li {
    position: relative;
}

header ul.navbar-nav ul.dropdown-menu li a {
    font-size: 15px;
    padding: 8px 24px;
    color: #000;
}

.navbar-expand-lg .navbar-nav li {
    padding: 0px 20px !important;
}

li.nav-item.dropdown {
    position: relative;
}

li.nav-item.dropdown span.dropdown-toggle-icon {
    position: absolute;
    right: -1px;
    top: 32px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li {
    padding: 0 !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li span.dropdown-toggle-icon {
    top: 8px;
    right: 10px !important;
    color: #fff;
}

ul.dropdown-menu {
    padding: 10px !important;
}

@media only screen and (min-width: 1280px) {
    header ul.navbar-nav ul.dropdown-menu {
        width: auto;
        z-index: 19999;
    }

    header.fixed li.nav-item.dropdown span.dropdown-toggle-icon {
        position: absolute;
        right: -1px;
        top: 9px;
    }

    header .dropdown:hover>ul.dropdown-menu {
        display: block;
        padding: 0;
    }

    header .dropdown>ul.dropdown-menu {


        padding: 0;
    }

    header .dropdown:hover>ul.dropdown-menu li.dropdown-submenu:hover>ul.dropdown-menu {
        display: block;
        padding: 0;
    }

}

@media (max-width:767px) {
    li.nav-item.dropdown span.dropdown-toggle-icon {
        position: absolute;
        right: -1px;
        top: 18px;
        background: #F6B601;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 21px;
        color: #fff;
    }

    .navbar-expand-lg .navbar-nav li {
        padding: 16px 0 !important;
    }

    header ul.navbar-nav li a {
        padding: 0px 0;
        text-transform: uppercase;
        font-size: 20px;
    }

    li.nav-item {
        position: relative;
        border-top: 1px dashed #ddd;
    }

    header ul.navbar-nav {
        gap: 10px;
        margin-top: 57px;
    }

    .dropdown.show>.dropdown-menu {
        display: block;
        margin-top: 20px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu li span.dropdown-toggle-icon {
        top: 2px;
        right: 10px;
        color: #000000;
        background: #fff;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu li {
        padding: 11px 0 !important;
        border-bottom: 1px dashed #ffffffa3;
        /* border-bottom: none !important; */
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu li span.dropdown-toggle-icon {
        top: 8px;
        right: 10px;
        color: #000000;
        background: #fff;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        padding: 0;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu li.dropdown-submenu.show ul.dropdown-menu {
        background: #00000000;
        border: none !important;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu li.dropdown-submenu.show ul.dropdown-menu li {
        border: none !important;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu li.dropdown-submenu>ul.dropdown-menu ul.dropdown-menu {
        background: #F6B601;
        border: none !important;
        margin-top: 10px;
    }

}

/* banner  start*/
.banner{
    background-color: #FEFEFE;
    position: relative;
}

.banner .img-wrap {
    position: absolute;
    top: 0;
    width: 60%;
    right: -5%;
}

.banner .content {
    z-index: 9999;
    position: relative;
    width: 90%;
    padding-right: 60px;
}



nav.navbar.navbar-expand-lg.navbar-light {
    border: 1px solid #dfdfdf;
    background: #fefefe;
}
.dropdown-item:hover, .dropdown-item:active {
    background-color: #F6B601;
}


.banner .content h1 {
    margin-bottom: 20px;
    font-size: 50px;
}

.banner .content h2 {
    font-size: 24px;
    margin: 30px 0 30px;
}

.banner span {
    font-size: 18px;
}
.banner p {
    font-size: 18px;
}
a.theme-btn {
    background: #000;
    padding: 12px 30px;
    transition: 0.6s;
    color: #fff;
    font-weight: 500;
}

 a.theme-btn:hover{
    background-color: #F6B601;
    color: #000;
}

.banner ul {
    display: flex;
    gap: 100px;
    align-items: center;
}

.banner .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 40px;
    height: 40px;
    background: #F6B601;
    border-radius: 100%;
}

.banner li.call {
    display: flex;
    gap: 15px;
    text-align: start;
    align-items: center;
}

section.catogaries {
    background: rgb(29,29,29);
   background: -moz-linear-gradient(90deg, rgba(29,29,29,1) 0%, rgba(25,25,25,1) 100%);
   background: -webkit-linear-gradient(90deg, rgba(29,29,29,1) 0%, rgba(25,25,25,1) 100%);
   background: linear-gradient(90deg, rgba(29,29,29,1) 0%, rgba(25,25,25,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d1d1d",endColorstr="#191919",GradientType=1);
    position: relative;
    overflow: hidden;
}

section.catogaries .cat-card {
    position: relative;
    height: 465px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 25px;
    background-position: center center !important;
    border: 1px solid rgba(70, 70, 70, 0.4);
   
}

section.catogaries .cat-card .img-wrap{
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
}



section.catogaries .cat-card .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    /* margin-bottom: 25px; */
    transform: scale(1);
    transition: 5s;

}

section.catogaries .cat-card .img-wrap:hover img{
    transform: scale(1.3);
}

section.catogaries .content-wrap {
    position: absolute;
    z-index: 1;
    top: 8%;
    left: 5%;
    width: 75%;
}
.service-page .read-more:hover {
    position: absolute;
    bottom: -50px;
    left: 20px;
    background: #1a1a1a;
    color: #ffffff;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 0;
    text-decoration: none;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3sease -in-out;
}
section.catogaries h3 {
    font-size: 25px;
    color: #fff;
    line-height: 36px;
}

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

/* cta */

.section-title h2 {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 40px;
    color: #fff;
}

section.cta {
    position: relative;
    background: #050505;

}

section.cta .img-wrap {
    padding-right: 30px;
}


section.cta .cta-card {
    position: absolute;
    transform: translate(-15%, 20%);
    padding: 60px 60px;
    background-color: #212121;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 509px;
}
section.cta .cta-card h4 {
    font-size: 24px;
    margin: 20px 0;
    color: #fff;
}

section.cta .cta-card .img-wrap {
    height: 250px;
}

.theme-btn.white {
    background-color: #fff;
    padding: 12px 30px;
    color: #000;
    margin-top: 30px;
}

section.cta .cta-card p {
    color: rgb(255 255 255 / 80%);
}

.theme-btn.white:hover{
    background-color: #F6B601;
    color: #000;
    transition: 0.6s;
}

/* why-choose-us */

section.why-choose-us .content-wrapp {
    padding-left: 70px;
}

section.why-choose-us ul li i {
    background: #F6B601;
    border-radius: 100px;
    padding: 8px;
    margin: 0 10px 10px 0;
    font-size: 16px;
    color: #fff;
}

section.why-choose-us ul li {
    padding-bottom: 15px;
}


section.why-choose-us {
    background: #212121;
}

section.why-choose-us .row {
    align-items: center;
}

section.why-choose-us .content-wrapp ul {
    display: flex;
    align-items: center;
    column-gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}

.content-wrapp li {
    color: #fff;
    font-size: 20px;
}

/* why-choose-us */

/* moving-services */

section.moving-services {
    background-color: rgba(0, 0, 0, 1);
    padding-bottom: 0;
}

section.moving-services .img-wrap {
    height: 465px;
    width: 60%;
    padding: 20px 0;
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

section.moving-services .row {
    align-items: center;
    overflow: hidden;
}

section.moving-services .content-wrap h3 {
    font-size: 35px;
    color: #fff;
    line-height: 42px;
}

section.moving-services .content-wrap p {
    color: rgb(255 255 255 / 80%);
    font-size: 20px;
    font-weight: 300;
}

.pr70{
    padding-right: 70px;
}
.pl70{
    padding-left: 70px;
}

section.moving-services .moving-services-wrapp {
    position: relative;
    display: flex;
    align-items: flex-start;
    /* margin-bottom: 25px; */
}

section.moving-services .moving-services-wrapp:after{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #fff;
    bottom: 0;
    z-index: 1;
}

/* section.moving-services .moving-services-wrapp:first-child::before{
    content: "";
    width: 100%;
    height: 0.5px;
    position: absolute;
    background-color: #fff;
    top: 0;
    right: 0;
    z-index: 1;
} */
.moving-services .moving-services-wrapp:first-child::before {
    content: "";
    width: 0;
    height: 0.5px;
    position: absolute;
    background-color: #fff;
    top: 0;
    right: 0;
    z-index: 1;
    transition: width 1.5s ease-in-out;
}
section.moving-services .row.row-2.active .border {
    -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0);
        -webkit-transition: -webkit-transform 1.2s ease;
        transition: -webkit-transform 1.2s ease;
        -o-transition: -o-transform 1.2s ease;
        -moz-transition: transform 1.2s ease, -moz-transform 1.2s ease;
        transition: transform 1.2s ease;
        transition: transform 1.2s ease, -webkit-transform 1.2s ease, -moz-transform 1.2s ease, -o-transform 1.2s ease;
        background: #fff;
}section.moving-services .row.row-2 .border{
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translate(-100%);
    height: 2px;
}

section.moving-services .row.row-2 .img-wrap {
    height: 465px;
    width: 60%;
    padding: 20px 0;
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    transition: .5s;
    filter: grayscale(1);
}section.moving-services .row.row-2.active .img-wrap {
    height: 465px;
    width: 60%;
    padding: 20px 0;
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    filter: grayscale(0);
}

.top-b {
width: 1px;
    height: 400px;
}


section.moving-services .row.row-2 .line-top {
-webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
section.moving-services .row.row-2.active .line-top  {
-webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .8s ease .6s;
    transition: -webkit-transform .8s ease .6s;
    -o-transition: -o-transform .8s ease .6s;
    -moz-transition: transform .8s ease .6s, -moz-transform .8s ease .6s;
    transition: transform .8s ease .6s;
    transition: transform .8s ease .6s, -webkit-transform .8s ease .6s, -moz-transform .8s ease .6s, -o-transform .8s ease .6s;
    background: #fff;
    width: 1px;height: 470px;
   
}



.moving-services.animate-border .moving-services-wrapp:first-child::before {
    width: 100%;
}
section.moving-services .moving-services-wrapp .content-wrap {
    width: 30%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    height: 440px;
    text-align: left;
}

section.moving-services .row-2 .moving-services-wrapp:last-child::after{
    display: none;
}
/* 
section.moving-services .row-2 .moving-services-wrapp .img-wrap:nth-child(odd)::before{
content: "";
position: absolute;
width: 1px;
height: 100%;
background-color: #fff;
top: 0;
right: 0;
z-index: 1;
}

section.moving-services .row-2 .moving-services-wrapp .img-wrap:nth-child(even)::before{
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #fff;
    bottom: 0;
    left: 0;
    z-index: 1;
} */

/* moving-services */

/* Blog */
section.blog {
    background-color: #FCFBFD;
}
section.blog .row .blog-card:nth-child(1) {
    background: #1F1F1F;
    padding: 40px;
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    transition: .4s;
}

section.blog .row .blog-card:nth-child(2) {
    background-color: #E8E8E8;
    padding: 40px;
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top:50px;
}.more-post a {
    display: flex;
    justify-content: end;
    margin-top: 53px;
    align-items: center;
}
.blog-card:nth-child(even) {
    background-color: #E8E8E8;
}

.blog-card:nth-child(even) .blog-content h3{
    color: #000000;
}

.blog-card:nth-child(even) .blog-content p{
    color: #000000;
}

.blog-img {
    width: 50%;
    height: 480px;
}
section.blog .blog-content p {
    color: rgb(255 255 255 / 80%);
}

section.blog .blog-content {
    width: 45%;
    padding: 30px;
}


section.blog .blog-content h3 {
    color: #fff;
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 16px;
}

section.blog a.theme-btn {
    margin-top: 32px;
}

.nav-arrow {
    font-size: 30px;
    color: #000;
    font-weight: 500;
    text-align: end;
}

.nav-arrow:hover{
    color: #000;
}

.nav-arrow i{
    color: #F6B601;
    padding-right: 20px;
    transition: 0.6s;
}

/* Footer */

.th-widget-contact .info-box_text:not(:last-child) {
    margin-bottom: 18px;
}

footer.footer-wrap {
    border-color: rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 2;
    background-color: #050505;
    overflow: hidden;
    padding: 70px 0;
    color: #fff;
}

footer.footer-wrap .footer-widget {
    margin-bottom: 50px;
}

footer.footer-wrap .footer-widget .th-widget-about {
    max-width: 354px;
    margin-bottom: -0.5em;
}

footer.footer-wrap .footer-widget .abou-logo {
    margin-bottom: 25px;
}

footer.footer-wrap .footer-widget .abou-logo a {
    width: 160px;
    margin-left: -8px;
}

footer.footer-wrap .footer-widget h3.widget_title {
    max-width: 270px;
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    text-transform: capitalize;
    margin: 15px 0 30px 0;
    padding: 0;
}

footer.footer-wrap .th-widget-contact {
    max-width: 260px;
    margin-bottom: -0.4em;
}

footer.footer-wrap .info-box_text {
    display: flex;
    line-height: 1.75em;
    margin-top: 0;
    gap: 16px;
    margin-bottom: 18px;
}

footer.footer-wrap .icon {
    flex: none;
    width: 40px;
    height: 40px;
    line-height: 37px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
}

footer.footer-wrap .icon img {
    width: 21px;
    height: auto;
}

footer.footer-wrap .details {
    margin-top: -0.3em;
}

.footer-widget ul.menu li{
    margin-bottom: 10px;
}

.footer-widget ul.menu i {
font-size: 15px;
padding-right: 15px;
}

.pl30{
    padding-left: 30px;
}

.footer-widget-wrap{
position: relative;
}

.footer-widget-wrap:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #dfdfdd;
    bottom: 0;
    left: 0;
}

.contact-info{
max-width: 260px;
}

footer.footer-wrap .footer-widget ul.menu li:hover{
    padding-left: 10PX;
    transition: .6s;
}

.footer-wrap ul.social-links {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 15px;
}

.footer-wrap ul.social-links li {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-wrap .row.align-items-center {
    padding: 30px 0 0;
}

.footer-wrap ul.social-links li:hover{
    background-color: #F6B601;
    color: #fff !important;
    transition: .6s;
}

.footer-wrap ul.social-links li a:hover{
    color: #fff !important;
    transition: .6s; 
}

.height500{
    height: 500px;
}
.info-box_text a,
.info-box_text p {
    padding-top: 10px;
}

 /* Custom styles for dropdown icons and submenu positioning */
 .dropdown-submenu {
     position: relative;
 }

 .dropdown-submenu .dropdown-menu {
     top: 0;
     left: 100%;
     /* Position nested submenu to the right */
     margin-top: -1px;
 }

 .dropdown-submenu:hover>.dropdown-menu {
     display: block;
 }

 /* Optional: Adjust the arrow icons in dropdowns */
 .nav-link.dropdown-toggle::after {
     content: none;
 }

 .dropdown-toggle::after {
     content: '';
 }

 .breadcrumb-area {
     padding: 130px 0;
     margin: 0 auto;
     text-align: center;
     
 }

 .breadcrumb-area .breadcrumb {
     flex-direction: column;
 }

 .breadcrumb-area .breadcrumb ul {
     display: flex;
     justify-content: center;
     gap: 10px;
 }

.breadcrumb-area .breadcrumb h1 {
    font-size: 60px;
    font-weight: 500;
    text-align: center;
    display: flex !important;
    justify-content: center ! IMPORTANT;
    align-items: center !important;
}.breadcrumb-area .breadcrumb p.title-text {
    padding-top: 30px;
}
 
 section.about-us-section {
    background: #191919;
}
section.about-us-section img {
    margin-top: -225px;
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    filter: grayscale(1);
    margin-bottom: 60px;
}
section.about-us-section h3 {
    text-align: center;
    color: #fff;
    font-size: 35px;
}

section.about-us-section p {
    text-align: center;
    color: #ffffffb5;
}.why-card {
    align-items: center;
    border: 1px solid #717171;
    padding: 60px;
    align-items: center;
}
.why-card img {
    border-radius: 0;
    height: 550px;
    object-fit: cover;
}
.why-card .content-wrap {
    width: 100%;
}
.why-card .content-wrap h2 {
    color: #fff;
    font-size: 25PX;
    font-weight: 400;
}

.why-card .content-wrap p {
    color: #ffffffb8;
    padding-top: 16px;
    font-size: 20px;
    padding-right: 20px;
    font-weight: 100;
    height: 215px;
    overflow: auto;
}
.sec-title {
    padding-bottom: 50px;
    text-align: left;
}

.sec-title h2 {
    text-align: left;
    font-size: 35px;
    color: #fff;
}

.sec-title p {
    color: #fff;
    font-size: 16px;
    font-weight: 100;
}.why-choose-us-page .row {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
}/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}.why-choose-us-page .bottom-heading p {
    font-size: 30px;
    text-align: center;
    color: #fff;
    padding-top: 40px;
}/*=== Default Form ===*/
.form-control,
.input-text {
    height: calc(2.25rem + 27px);
    padding: 14px 30px;
    outline: 0;
    background-color: #fff;
    border: 1px solid #f4f5f863;
    color: #686a6f;
    font-size: 0.9rem;
    width: 100%;
    border-radius: 0;
}

section.contact-details span.sub-title {
    color: #ffffffad;
    margin-bottom: 10px;
    display: block;
}


section.contact-details .text {
    color: #b5b5b5;
}

.form-control::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control::-moz-placeholder,
.input-text::-moz-placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control::placeholder,
.input-text::placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
    color: #686a6f;
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
    color: #686a6f;
}

textarea.form-control {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}.contact-details__info {
    position: relative;
    display: block;
    margin-top: 41px;
}

.contact-details__info li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-details__info li .icon {
    height: 80px;
    width: 80px;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.contact-details__info li .icon span {
    color: #ffffff;
    font-size: 25px;
    -webkit-transition: all 500msease;
    transition: all 500msease;
}
.contact-details__info li:hover .icon {
    background-color: #000;
}
.contact-details__info li h6 {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}
.contact-details__info li:hover .icon span {
    color: #ffffff;
}
.contact-details__info li:hover .text a {
    color: #fff;
}

.contact-details__info li:hover .text a span {
    color: #fff;
}

.contact-details__info li .text {
    margin-left: 30px;
}

.contact-details__info li .text p {
    font-size: 14px;
    line-height: 24px;
}.contact-details__right .sec-title {
    padding-bottom: 0px;
}

.contact-details__info li .text a {
    font-size: 25px;
    color: #ffffff;
    -webkit-transition: all 500msease;
    transition: all 500msease;
}

.contact-details__info li .text span {
    font-size: 20px;
    color:#fff;
}

.contact-details__info li+li {
    margin-top: 19px;
}section.contact-details {
    background: #1a1a1a;
}

section.contact-details .sec-title h2 {
    text-align: left;
    font-size: 35px;
    color: #fff;
}
.map-container {
    padding: 0px;
}
.map-container iframe {
   
    width: 100%;
    height: 600px;
    border: 0;
}
.btn-theme {
    background-color: #f5b433;
    color: #000;
    padding: 16px 30px;
    display: inline-block;
    position: relative;
    font-size: 16px;
    z-index: 2;
    font-weight: 500;
    transition: all 0.5sease -in-out;
    text-transform: capitalize;
    border: 1px solid #f5b433;
}.btn-theme:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
/* 
========================== */

 .service-page .cat-card {
     position: relative;
     
     overflow: hidden;
     box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
     transition: transform 0.3s ease-in-out;
 }

  .service-page .cat-card:hover {
     transform: translateY(-5px);
 }

 /* Overlay */
  .service-page .cat-card::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.6);
     opacity: 0;
     transition: opacity 0.3s ease-in-out;
 }

  .service-page .cat-card:hover::before {
     opacity: 1;
 }

 /* Content */
  .service-page .content-wrap {
     position: absolute;
     bottom: 20px;
     left: 20px;
     color: white;
     z-index: 2;
     transition: transform 0.3s ease-in-out;
 }

  .service-page .cat-card:hover .content-wrap {
     transform: translateY(-10px);
 }



 /* Read More Button */
.service-page .read-more {
    position: absolute;
    bottom: -50px;
    left: 20px;
    background: #ffffff;
    color: #000000;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 0;
    text-decoration: none;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3sease-in-out;
}
  .service-page .cat-card:hover .read-more {
     bottom: 20px;
     opacity: 1;
     transform: translateY(0);
     z-index: 9;
 }

  .service-page .read-more i {
     margin-left: 5px;
 }ul.service-list {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}


ul.service-list li a {
    background: #fefefe;
    padding: 6px 17px;
    border-radius: 100px;
    color: #000000;
    border: 1px solid;
}
ul.service-list li a.active {
    background: #000000;
    padding: 6px 17px;
    border-radius: 100px;
    color: #ffffff;
    border: 1px solid;
}ul.service-list li:hover a {
    background: #000000;
    padding: 6px 17px;
    border-radius: 100px;
    color: #ffffff;
    border: 1px solid;
}section.service-details {
    padding-top: 0;
}.service-details-content h2 {
    padding-top: 40px;
    padding-bottom: 10px;
}.service-details-content .service-img img {
    height: 800px;
    width: 100%;
    object-fit: cover;
}section.why-choose-fcl {
    background: #1a1a1a;
}

section.why-choose-fcl .why-card h2 {
    color: #fff;
    font-size: 20px !important;
  
    padding-bottom: 10px;
}

section.why-choose-fcl .why-card p {
    color: #ffffffb0;
}

/*
section.why-choose-fcl .why-card {
    height: 271px;
    transition: .4s;
}
*/
section.why-choose-fcl .why-card:hover {
    background: #000;
}
/***
=============================================
Cta One
=============================================
***/
.cta-one {
    position: relative;
    display: block;
    z-index: 1;
    padding-top: 170px;
}
.cta-one::before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
   
  
    content: "";
    z-index: -1;
}

.cta-one-inner {
    position: relative;
    display: block;
    background:#000;
    padding: 65px 95px 75px;
    border-radius: 3px;
    z-index: 1;
}

/*
.cta-one-img {
    position: absolute;
    right: 185px;
    bottom: 0;
    z-index: 1;
}
*/

.cta-one-pattern {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.15;
    z-index: -1;
}

.cta-one-inner .shape1 {
    position: absolute;
    top: 175px;
    left: 460px;
    z-index: -1;
}

.cta-one-inner .shape2 {
    position: absolute;
    bottom: 0;
    right: 130px;
    filter: grayscale(1);
}

.cta-one-inner .shape3 {
    position: absolute;
    bottom: 0;
    right: 90px;
    z-index: -1;
}

/*
.cta-one-content {
    position: relative;
    display: block;
}
*/

.cta-one-content h2 {
    color: #fff;
    font-size: 42px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 25px;
}

.cta-one-content h2 span {
    color:#fff;
}

.cta-one-content p {
    color:#fff;
}

.cta-one-content .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    margin-top: 37px;
}

.cta-one-content .btn-box .hover-btn {
    background-color:#fff;
}

.cta-one-content .btn-box .thm-btn:hover {
    color:#fff
}.float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}@keyframes float-bob-x {
    0% {
        transform: translateX(-30px);
    }

    50% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(-30px);
    }
}.cta-one .btn-theme {
    background-color: #fff;
    color: #000;
    padding: 25px 30px;
    display: inline-block;
    position: relative;
    font-size: 16px;
    z-index: 2;
    font-weight: 500;
    transition: all 0.5sease -in-out;
    text-transform: capitalize;
    border: 1px solid #fff;
}

/* ====================Gallery start here================== */

section.gallery-wrapper .gallery-item img {
    border-radius: 50px;
    height: 650px;
    width: 100%;
    object-fit: cover;
}

section.gallery-wrapper .gallery-item .pro-img {
    position: relative;
    overflow: hidden;
}


.slick-prev:before,
.slick-next:before {
    display: none;
}

section.gallery-wrapper .gallery-item {
    position: relative;
}

section.gallery-wrapper .gallery-item .gallery-des {
    position: relative;
    z-index: 99;
    bottom: -17px;
    left: 1px;
    height: 200px;
}
.gallery-img img {
    filter: grayscale(100%);
    transition: filter 0.5s ease-out;
}
section.gallery-wrapper .gallery-item .gallery-des span {
    color: #000000;
    padding: 11px 27px;
    border-radius: 31px;
    display: inline-block;
    background: #fff;
    opacity: 1;
    visibility: visible;
}

section.gallery-wrapper .gallery-item .gallery-des h2 {
    font-size: 50px;
    color: #fff;
    margin-top: 15px;
}

/* Position the slick arrows in the bottom-right corner, stacked vertically */
.gallery-slider .slick-prev,
.gallery-slider .slick-next {
    position: absolute;
    top: 48px;
    z-index: 1;
    background-color: #ffffff00;
    color: #ffffff;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 17px;
    bottom: auto;
    right: -1px;
    width: 70px;
    height: 60px;
    border: 1px solid #fff;
}
section.gallery-wrapper {
    background: #1a1a1a;
}
/* Add margin between the arrows to stack them vertically */
.gallery-slider .slick-prev {
    margin-bottom: 10px;
    right: 87px !important;
    left: auto;
    bottom: 14px;
}

/* Customize hover effect for arrows */
.gallery-slider .slick-prev:hover,
.gallery-slider .slick-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    /* Darken background on hover */
}

.gallery-slider .slick-arrow:hover {
    background: #fff;
    color: #000;
}
.gallery-row {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

.gallery-card {
    width: calc(33.333% - 10px);
    margin: 5px;
    overflow: hidden;
    border-radius: 0px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.gallery-card:hover {
    transform: scale(1.05);
}
section.gallery-section {
    background: #000;
}
.gallery-card img {
    width: 100%;
    height: auto;
    border-radius: 0px;
    display: block;
}

/* Responsive */
@media (max-width: 768px) {
    .gallery-card {
        width: calc(50% - 10px);
    }
}

@media (max-width: 480px) {
    .gallery-card {
        width: calc(100% - 10px);
    }
}
/* =========================gallery End Here==================== */

section.contact-us-section img {
    width: 600px;
    /* background: #000; */
    position: absolute;
    top: -36%;
    left: 50%;
    transform: translate(-54%, -50%);
    height: 217px;
}
section.contact-us-section {
    background: #1a1a1a;
    position: relative;
}

/* BLog start */


.blog-card .blog-img {
    position: relative;
}

.blog-card .blog-img img {
    width: 100% !important;
    transition: .4s;
}

.blog-card:hover .blog-img img {
    border-radius: 20px;
}

.blog-card .card-body .date-header {
    display: flex;
    align-items: center;
    gap: 26px;
    padding-bottom: 15px;
}

.blog-card .card-body .date-header .post-by {
    width: 50px;
}

.blog-card .card-body .date-header .post-by img {
    width: 40px;
    border-radius: 100px;
}

.blog-card .card-body .date-header .post-by {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 32%;
}

.blog-card .card-body {
    padding: 15px;

    border-top: none;
}

.blog-card .card-body .date-header .post-by span {
    font-weight: bold;
}

.blog-card .card-body h3 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
}

.blog-card .card-body a.theme-btn.default-style {
    padding: 8px 16px !important;
    height: auto !important;
    line-height: 23px;
    margin-top: 10px;
}

.blog-card .blog-img {
    position: relative;
}

.blog-card .blog-img .post-categories {
    position: absolute;
    bottom: 14px;
    background: #242223;
    right: 21px;
    color: #fff;
    display: inline-block;
    padding: 4px 20px;
    border-radius: 5px;
}
.blog-card .card-body a.btn {
    border: 1px solid #000;
    border-radius: 100px;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

.blog-card:hover .card-body a.btn {
    background: #000;
    color: #fff;
}

.blog-card:hover .card-body a.btn i {
    transform: rotate(320deg);
}

.blog-card .card-body a.btn i {
    transform: rotate(45deg);
}

.blog-card {
    margin-bottom: 30px;
}

.hover-title {
    display: inline-block;
    position: relative;
    font-size: 24px;
    color: #333;
    cursor: pointer;
}


.blog-details-content {
    padding-right: 60px;
}

.blog-card:hover .hover-title::before {
    width: 100%;
}

.blog-card {
    position: relative;

}

.blog-card .card-body .date-header .post-by {
    position: relative;
}

.blog-card .card-body .date-header .post-by:after {
    position: absolute;
    width: 1px;
    height: 14px;
    content: "";
    right: -12px;
    top: 12px;
    background: #0000002e;
}

.blog-details-content h2 {
    padding-bottom: 0px;
    font-size: 25px;
    margin-top: 30px;
}

.blog-details-content ul {
    padding-bottom: 20px;
}

.blog-details-content ul li {
    line-height: 30px;
}

/* End */

/* Sidebar Styling */
.custom-sidebar {
    background: #ffffff;
    padding: 25px 25px 25px 50px;
    border-radius: 0;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    /* position: sticky; */
    /* top: 20px; */
    /* border: 1px solid #000; */
    border-left: 1px solid #ddd;
}

/* Widget Styling */
.widget {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.widget:last-child {
    border-bottom: none;
}

.widget-title {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    margin-bottom: 15px;
    position: relative;
    margin-bottom: 35px;
}

.widget-title::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: #242223;
    margin-top: 5px;
}

/* Search Widget */
.search-bar {
    display: flex;
    align-items: center;
    background: #f8f8f8;
    border-radius: 5px;
    padding: 10px;
}

.search-bar input {
    flex: 1;
    border: none;
    background: none;
    padding: 8px;
    font-size: 14px;
    outline: none;
    MARGIN: 0;
}

.search-bar button {
    border: none;
    background: none;
    cursor: pointer;
    font-size: 16px;
    color: #242223;
    MARGIN: 0;
}

/* Categories Widget */
.categories-list {
    list-style: none;
    padding: 0;
}

.categories-list li {
    padding: 8px 0;
}

.categories-list a {
    color: #555;
    text-decoration: none;

    display: flex;
    justify-content: space-between;
    transition: 0.3s;
}

.categories-list a:hover {
    color: #242223;
    padding-left: 5px;
}

/* Recent Posts Widget */
.recent-posts .post {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.recent-posts .post img {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    margin-right: 12px;
}

.post-info {
    flex: 1;
}

.post-info .post-date {
    font-size: 12px;
    color: #888;
    display: block;
    margin-bottom: 5px;
}

.post-info h6 {

    color: #333;
    transition: 0.3s;
}

.post-info h6:hover {
    color: #dd6c4e;
}

/* Tags Widget */
.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tags a {
    background: #f1f1f1;
    padding: 6px 12px;

    border-radius: 5px;
    color: #555;
    text-decoration: none;
    transition: 0.3s;
}

.tags a:hover {
    background: #242223;
    color: #fff;
}

.blog-detail-page h1 {
    text-align: left !important;



}



.blog-detail-page .date-header {
    display: flex;
    align-items: center;
    gap: 4px;
}

.blog-detail-page .date-header .post-by {

    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-detail-page .date-header .post-by img {
    width: 60px;
    border-radius: 100px;
}

.blog-detail-page .date-header .post-by span {
    color: #fff;
    white-space: pre;
}

.blog-detail-page .date-header .meta {
    color: #fff;
}

.blog-detail-page .date-header .post-by {
    position: relative;
}

section.product-title-section.blog-detail-page img {
    filter: inherit !important;
}

.dropcap.simple {
    font-size: 2.5em;
    text-align: left;
    border: unset;
    background: unset;
    width: unset;
    height: unset;
    line-height: 1;
}

/* Responsive Styling */
@media (max-width: 768px) {
    .custom-sidebar {
        padding: 20px;
    }

    .widget-title {
        font-size: 18px;
    }

    .search-bar input {
        font-size: 12px;
    }
}

/* Comments Section */
.comments-section {
    background: white;
    padding: 20px;
    margin-top: 30px;

}

.comments-section h3 {
    margin-bottom: 15px;
    margin-top: 60px !important;
    display: block;
}

/* Comment Box */
.comment {
    display: flex;
    align-items: flex-start;
    background: #f6f6f6;
    padding: 25px;
    border-radius: 0;
    margin-bottom: 25px;
}

.comment-avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.comment-content {
    flex: 1;
}

.comment-content h4 {
    margin: 0;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}

.comment-date {
    font-size: 12px;
    color: #000000;
    margin-left: 10px;
}

.comment-content p {
    margin: 5px 0;
}

/* Reply Comment */
.comment.reply {
    margin-left: 60px;
    background: #e9ecef;
}

/* Reply Button */
.reply-btn {
    background: none;
    border: none;
    color: #dd6c4e;
    font-size: 14px;
    cursor: pointer;
    padding: 5px 0;
    margin-top: 0;
}

.reply-btn:hover {
    text-decoration: underline;
}section.blog-section .blog-img {
    width: 100%;
    height: 330px;
    border-radius: 20px !important;
    overflow: hidden;
}
/* Comment Form */
.comment-form input,
.comment-form textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.comment-form textarea {
    height: 100px;
}

.comment-form button {
    background: #242223;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s;
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    border-radius: 100px;
    margin-top: 20px;
}

section.blog-section {
    background: #ffffff;
}
/* Responsive */
@media (max-width: 768px) {
    .comment {
        flex-direction: column;
    }

    .comment-avatar img {
        margin-bottom: 10px;
    }

    .comment.reply {
        margin-left: 20px;
    }
}


/* ==== */

a.custom-logo-link {
    height: 100%;
    width: 129px;
}

/* FAQ */

.faq-section-img {
    background: #1a1a1a;
    padding-bottom: 0;
    margin-top: 0;
    position: relative;
}

.faq-section-img img {
    width: 600px;
    /* background: #000; */
    position: absolute;
    top: -36%;
    left: 50%;
    transform: translate(-54%, -50%);
    height: 217px;
}

section.faq {
    background: #1a1a1a;
}

section.faq .accordion-item {
    background: transparent;
    color: #fff;
    margin-bottom: 30px;
    border-radius: 0;
}

section.faq button.accordion-button {
    background: transparent;
    color: #fff;
    border-top: 1px solid #fff;
    border-radius: 0 !important;
    padding: 22px 15px;
    font-size: 20px;
}

section.faq button.accordion-button:focus{
    box-shadow: none !important;
}

section.faq .accordion-button::after {
    content: "\f067"; 
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    width: 24px;
    height: 24px;
    background-color: transparent; 
    color: #fff; 
    border-radius: 50%; 
    border: 2px solid #fff; 
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px; 
    transition: transform 0.3s ease-in-out;
}

section.faq .accordion-button:not(.collapsed)::after {
    content: "\f068"; 
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    width: 24px;
    height: 24px;
    background-color: transparent; 
    color: #fff; 
    border-radius: 50%; 
    border: 2px solid #fff; 
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px; 
    transition: transform 0.3s ease-in-out;
}

section.faq .accordion-button::after {
    background-image: none;
}

.accordion-button:not(.collapsed){
    box-shadow: none !important;
}

.accordion-item:first-of-type .accordion-button:not(.collapsed){
    border-top: none !important;
}

textarea.form-control {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    resize: none !important;
}

input[type="radio"] {
    accent-color: #ffc107;
    margin-right: 5px;
}
input[type="checkbox"] {
    accent-color: #ffc107;
    margin-right: 5px;
}
section.contact-details.choose-btn.d-flex {
    gap: 20px;
}

.d-flex br {
    display: none;
}

.d-flex span {
    padding-right: 6px;
}

.policytitle {
    margin-top: 30px;
}


ul.dropdown-menu {position: absolute;top: 100%;left: 0;width: 400px !important;}

header ul.navbar-nav ul.dropdown-menu li a:hover{
    background-color: #F6B601 !important;
    
}




/************************************pari code**************************/
section.why-choose-fcl .why-card {
    transition: .4s;
    margin-bottom: 30px;
}
.cta-one-content {
    position: relative;
    display: block;
    width: 70%;
}
.cta-one-img {
    position: absolute;
    right: 0 !important;
    bottom: 0;
    z-index: 1;
}
.contact-us-section div#contact_form {
    width: 60%;
    margin: 0 auto;
    background: #1a1a1a;
    padding: 30px;
  backdrop-filter: blur(10px); /* Blurred background */
  -webkit-backdrop-filter: blur(10px); /* For Safari */
  border-radius: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.page-template-contact-us-php .contact-us-section div#contact_form{
    width: 100%;
}
div#contact_form .mb-5{
    margin-bottom: 10px !important;
}
.contact-us-section {
    padding: 50px 0px;
}
/*  */

.why-card ul li {
    color: #ffffffb0;
    padding-bottom: 5px;
}

.service-details-content ul li {
    list-style: square;
   
}

.service-details-content ul {
    padding: 12px;
}

.end-text p {
    line-height: 2em;
}

.end-text h2 {
    line-height: 2em;
}

section.servtext {
    padding: 50px 0px 60px 0px;
}

.service-details-form .pick-date {
  position: relative;
  display: inline-block;
  width: 100%;
}

.service-details-form .pick-date input[type="date"] {
  padding-right: 35px; /* Space for custom icon */
  width: 100%;
  box-sizing: border-box;
  
  /* Hide native icon for most browsers */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.service-details-form .pick-date input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0; /* Hide native icon */
  cursor: pointer;
  position: absolute;
  right: 0;
}

.service-details-form .pick-date::after {
    content: "\f073";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 10%;
    top: 67%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #888;
    font-size: 16px;
}

.service-details-form .mb-3.choose-btn .d-flex {
    display: flex !important;
    height: calc(2.25rem + 27px);
    gap: 30px;
    padding: 14px 0;
    outline: 0;
    background-color: #f4f5f800;
    /* border: 1px solid #f4f5f863; */
    color: #686a6f;
    font-size: 0.9rem;
    width: 100%;
    border-radius: 0;
}

.wpcf7 label, .wpcf7 span, .wpcf7 p {
    color: white !important;
}

.theme-btn.header-btn {
    background: #F6B601;
    color: #000;
    margin-left: 20px;
}

body {
	background-color: #FEFEFE;
}

.why-card {
    height: 326px;
}

.FAQheading-title {
    color: white;
    font-size: 35px;
    text-align: center;
    padding: 0px 0px 20px 0px;
}
.sec-title ul li {
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    list-style: disc;
    margin: 0px 37px;
}
.end-text h3 {
    padding: 20px 0px 0;
}
.page-id-377 section.servtext {
    padding-top: 0;
	padding-bottom: 90px;
}

.cta-section-two {
            background-color: #000000;
            color: #ffffff;
            padding: 80px 20px;
            text-align: center;
            font-family: 'Montserrat', Arial, sans-serif;
        }
      .cta-section-two  .cta-heading {
            font-size: 3.2rem;
            font-weight: 900;
            margin-bottom: 20px;
            color: #F6B601;
            text-transform: uppercase;
            letter-spacing: 2px;
        }
     .cta-section-two   .cta-subheading {
            font-size: 1.4rem;
            margin-bottom: 40px;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
            color: #d3d3d3;
            line-height: 1.6;
        }
      .cta-section-two  .cta-button {
            background-color: #F6B601;
            color: #000;
            padding: 12px 45px;
            font-size: 1.25rem;
            font-weight: bold;
            border: 3px solid #F6B601;
            border-radius: 12px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
        }
      .cta-section-two  .cta-button:hover {
            background-color: #000000;
            color: #ff6200;
            border-color: #F6B601;
        }

/*  */

button#load-more {
    padding: 8px 16px !important;
    height: auto !important;
    line-height: 23px;
    margin-top: 10px;
}

button#load-more {
    background: #000 !important;
    padding: 12px 30px !important;
    transition: 0.6s;
    color: #fff;
    font-weight: 500;
}

button#load-more:hover {
    background-color: #f6b601 !important;
    color: #000;
}

.diopimg img {
    height: 477px;
    width: 100%;
    object-fit: contain;
}
.diopimg {
    padding-bottom: 30px;
}