
/* =======================================================
HERO
=======================================================*/
#hero {
    background-size: cover;
    position: relative;
}
#hero .inner {
    padding: 50px 150px;
}
#hero .left {
    display: flex;
    align-items: center;
}
#hero h1 {
    font-size: 58px;
    line-height: 65px;
    color: #fff;
    margin-bottom: 40px;
    padding-right: 100px;
}
#hero h1 strong {
    color: #FFD86F;
}
#hero .overlay {
    position: absolute;
    background: #000000;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#hero .container-fluid {
    z-index: 2;
    position: relative;
}
#hero ul {
    list-style: none;
    padding: 0;
}
#hero ul li {
    height: 34px;
    display: flex;
    align-items: center;
    padding-left: 60px;
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    margin: 15px 0;
}
#hero ul li::before {
    content: '';
    position: absolute;
    left: 0;
    width: 42px;
    height: 34px;
    background-image: url('/wp-content/uploads/2025/02/House-Tick-Icon.svg');
}
#hero form {
    background: #fff;
    border-radius: 5px;
    padding: 44px;
}
#hero form h2 {
    color: #DA2810;
    font-size: 34px;
    line-height: 42px;
}
#hero input::placeholder {
    color: #1B1A17;
    opacity: 1;
    /* Firefox */
}
#hero textarea::placeholder {
    color: #1B1A17;
    opacity: 1;
    /* Firefox */
}
#hero input::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #1B1A17;
}
#hero select,
#hero input {
    color: #1B1A17;
    border-color: #CCCCCC;
}
#hero .btn {
    margin: 0 auto;
    display: block;
}

@media(max-width: 1770px) {
    #hero h1 {
        padding-right: 50px;
    }
}
@media(max-width: 1670px) {
    #hero h1 {
        padding-right: 100px;
    }
    #hero .inner {
        padding: 50px;
    }
}
@media(max-width: 1570px) {
    #hero h1 {
        padding-right: 0;
    }
}
@media(max-width: 1200px) {
    #hero .inner {
        padding: 50px 20px;
    }
    #hero .text {
        margin-bottom: 20px;
    }
}
@media(max-width: 767px) {
    #hero h1 {
        font-size: 35px;
        line-height: 45px;
    }
    #hero ul li {
        font-size: 18px;
    }
    #hero form {
        padding: 44px 20px;
    }
    #hero .inner {
        padding: 30px 0;
    }
    #hero form h2 {
        font-size: 20px;
        line-height: 35px;
    }
}
/* =======================================================
STATS
=======================================================*/
#stats{
    background: #324F5E;
    padding: 35px 0;
}
#stats .stat{
    font-size: 69px;
    font-weight: 600;
    color: #FFD86F;
}
#stats .line{
    width: 164px;
    height: 2px;
    background: #fff;
    margin: 0 auto 20px;
}
#stats .text{
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}
/* =======================================================
About
=======================================================*/
#about{
    padding: 50px 0;
}
#about .row{
    justify-content: space-between;
}
#about .left{
    display: flex;
    align-items: center;
}
#about h2{
    color: #DA280F;
    font-size: 46px;
    line-height: 72px;
    font-weight: 900;
}
#about p{
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
}
#about .btn{
    margin-top: 20px;
}
#about img{
    width: 100%;
    height: 437px;
}

@media(max-width: 1400px){
    #about img{
        width: 100%;
        height: 376px;
    }
}
@media(max-width: 1200px){
    #about .left{
        margin-bottom: 50px;
    }
    #about img{
        width: 100%;
        height: auto;
    }
}
/* =======================================================
Services
=======================================================*/
#services {
    background: transparent linear-gradient(180deg, #324F5E 0%, #233843 100%) 0 0 no-repeat padding-box;
    padding: 50px 0;
}
#services h2 {
    color: #fff;
    margin-bottom: 40px;
}
#services .service .inner {
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#services .service .inner img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
#services .service .inner h3 {
    color: #171717;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
}
#services .service .inner p {
    text-align: center;
}

@media(max-width: 1200px){
    #services .service{
        margin-bottom: 20px;
    }
}
/* =======================================================
Why
=======================================================*/
#why{
    padding: 80px 0;
}
#why h2{
    margin-bottom: 50px;
    color: #DA280F;
    font-weight: 800;
}
#why .col{
    text-align: center;
}
#why img{
    margin-bottom: 20px;
}
#why p{
    font-size: 17px;
    font-weight: 600;
}
#why .row{
    flex-wrap: wrap;
}
@media(max-width: 767px){
    #why h2{
        font-size: 30px;
    }
}
/* =======================================================
Say
=======================================================*/
#say {
    background: transparent linear-gradient(180deg, #324F5E 0%, #233843 100%) 0 0 no-repeat padding-box;
    padding: 60px 100px;
}
#say h2 {
    color: #fff;
    margin-bottom: 70px;
}
#say .review .inner {
    background: #fff;
    border-radius: 15px;
    text-align: center;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#say .review .inner .top {
    font-style: italic;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
}
#say .review .inner .top .rating {
    display: flex;
    justify-content: space-between;
    padding: 0 20px 30px;
}
#say .review .inner .name {
    font-weight: 600;
    font-size: 18px;
}

@media(max-width: 1200px){
    #say .review{
        margin-bottom: 20px;
    }
    #say {
        padding: 60px 10px;
    }
}
/* =======================================================
WORK
=======================================================*/
#work{
    padding: 80px 100px 150px;
}
#work h2{
    margin-bottom: 50px;
    color: #DA280F;
    font-size: 46px;
    line-height: 72px;
    font-weight: 900;
}
#work img{
    margin: 0 auto;
    width: 257px;
    height: 257px;
    object-fit: cover;
}
#work .gallery i{
    position: absolute;
    bottom: -80px;
    background: #EE3C24;
    color: #fff;
    height: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
}
#work .fa-arrow-left{
    transform: translatex(-55px);
    left: 50%;
}
#work .fa-arrow-right{
    transform: translatex(55px);
    right: 50%;
}

@media(max-width: 1650px){
   #work{
        padding: 80px 10px 150px;
    }
}
/* =======================================================
FAQS
=======================================================*/
#faqs{
    background: transparent linear-gradient(180deg, #FFD86F 0%, #FAD36D 100%) 0% 0% no-repeat padding-box;
    padding: 50px 0 100px;
}
#faqs h2{
    font-size: 46px;
    line-height: 72px;
    font-weight: 900;
    margin-bottom: 50px;
    text-align: center;
}
#faqs .accordion-button p{
    margin-bottom: 0;
}
#faqs .accordion-button::after {
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    background-image: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    width: 30px;
    height: 30px;
}
#faqs .accordion-button:not(.collapsed)::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
}
#faqs .accordion-button {
    font-size: 21px;
    color: #171717;
    font-weight: 700;
    line-height: 25px;
    position: relative;
    padding-left: 70px;
    padding-bottom: 20px;
    background: transparent;
}
#faqs .accordion-item {
    border-bottom: 1px solid #DA280F;
    background: transparent !important;
    margin-bottom: 0 !important;
}

@media(max-width: 991px){
   #faqs h2{
        font-size: 40px;
        line-height: 52px;
    } 
}
/* =======================================================
DRONE
=======================================================*/
#drone{
    padding: 80px 0;
}
#drone ul {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}
#drone h2{
    color: #DA280F;
    font-size: 46px;
    font-weight: 900;
    margin-bottom: 40px;
}
#drone p{
    margin-bottom: 30px;
}
#drone strong{
    font-weight: 900;
    font-size: 21px;
}
#drone ul li {
    height: 18px;
    display: flex;
    align-items: center;
    padding-left: 40px;
    position: relative;
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    margin: 15px 0;
}
#drone ul li::before {
    content: '';
    position: absolute;
    background-size: cover;
    left: 0;
    width: 23px;
    height: 18px;
    background-image: url('/wp-content/uploads/2025/02/House-Tick-Icon-3.svg');
}

@media(max-width: 991px){
    #drone ul li{
        height: auto;
    }
    #drone img{
        width: 100%;
        margin-top: 20px;
    }
}

/* =======================================================
Image Left
=======================================================*/
#image_left{
    padding: 80px 0;
    background: transparent linear-gradient(180deg, #324F5E 0%, #233843 100%) 0% 0% no-repeat padding-box;
}
#image_left ul {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}
#image_left .right{
    padding-right: 80px;
}
#image_left img{
    width: 100%;
    height: auto;
}
#image_left h2{
    color: #fff;
    font-size: 46px;
    line-height: 52px;
    font-weight: 900;
    margin-bottom: 40px;
}
#image_left ul li {
    height: auto;
    padding-left: 40px;
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin: 15px 0;
}
#image_left ul li::before {
    content: '';
    position: absolute;
    background-size: cover;
    left: 0;
    top: 5px;
    width: 23px;
    height: 18px;
    background-image: url('/wp-content/uploads/2025/02/House-Tick-Icon.svg');
}

@media(max-width: 1200px){
    #image_left img{
        width: 100%;
        margin-bottom: 40px;
    }
    #image_left .right{
        padding-right: 10px;
    }
}

