/* live */
section.hero {
    background-image: url(/wp-content/uploads/2025/04/unnamed-2.webp);
    background-position: bottom center;
    background-size: cover;
    padding: 70px 0;
}
.hero-content-inner {
    padding: 40px 0px 55px 55px;
    border-radius: 47px 0 0 47px;
    backdrop-filter: blur(5px);
    max-width: calc(780px + (100vw - 1280px) / 2);
    margin-left: auto;
    position: relative;
    background: rgb(255 255 255 / 58%);
    padding-right: calc((100vw - 1280px) / 2);
    right: calc(-1 * (100vw - 1280px) / 2);
}
.hero-content-inner:after {
    content: "";
    position: absolute;
    width: calc((100vw - 1280px) / 2);
    height: 100%;
    top: 0;
    left: 100%;
    backdrop-filter: blur(12px);
}
.hero-content .text {
    max-width: 620px;
}
.hero-content .text h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px;
}
.hero-content .text h1 span {
    background: linear-gradient(to bottom, #44A7F1, #105475 80%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.hero-content .text p {
    font-size: 24px;
    margin-top: 10px;
    font-weight: 500;
}
.hero-content .text p.sm-text{
    font-size: 16px;
    line-height: 1.6;
}
.cards-help{
    display: flex;
    flex-direction: column;
    padding-bottom: 79px;
}
.hero-cards {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 26px;
    gap: 15px 11px;
    flex: 1;
}
.card-block {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 4px rgba(0,0,0,0.09);
    gap: 22px;
    border: 1px solid #efefef;
}
.card-block:hover {
    box-shadow: 0 0 7px rgba(0,0,0,0.15);
    background: #fffaf5;
}
.card-block .title {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0;
}
.card-text {
    display: flex;
    align-items: center;
    gap: 16px;
}
.card-img {
    max-height: 42px;
}
.card-action {
    min-width: 50px;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #001B26;
    font-weight: 500;
}
.card-action .cs-icon {
    color: #fff;
    font-size: 18px;
}
.hero-action {
    margin-top: 25px;
    display: flex;
    gap: 19px;
}
.hero-action .btn {
    font-family: var(--font-pri);
}
.hero-action .btn:nth-child(2) {
    background: #1E516D;
}
.dialog-box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    display: none;
    isolation: isolate;
}
.dialog-container {
    position: relative;
    width: auto;
    pointer-events: none;
    display: flex;
    align-items: center;
    max-width: 900px;
    margin: 1.75rem auto;
    min-height: calc(100% - 3.5rem);
    transition: transform .3s ease-out;
    padding: 10px;
}
.dialog-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 15px;
    outline: 0;
    max-height: 100%;
    overflow: hidden;
}
.dialog-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.dialog-body {
    padding: 30px 40px;
}
.dialog-body .title {
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 600;
}
.dialog-body label {
    font-size: 20px;
    font-weight: 600;
}
.dialog-body ul ul {
    border-top: 1px solid rgba(189,189,189,0.4);
    margin-top: 20px;
}
.dialog-body ol {
    padding-left: 22px;
}
.dialog-body li ol,
.dialog-body li ul {
    padding-left: 0;
}
.dialog-body ol > li {
    list-style: decimal;
}
.dialog-body ol > li::marker {
    color: var(--clr-pri);
}
.dialog-body ul li,
.dialog-body ol li {
    padding: 18px 0;
    position: relative;
    border-bottom: 1px solid rgba(189,189,189,0.4);
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
}
.dialog-body ul li {
    margin-left: 35px;
}
.dialog-body ul li:last-child,
.dialog-body ol li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.dialog-body ul > li:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url('https://www.thedroneu.com/wp-content/uploads/2024/12/list-item.png');
    background-size: contain;
    top: 18px;
    left: -35px;
    background-repeat: no-repeat;
}
.cs-action-bar {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.cs-action-bar .btn {
    text-align: center;
    gap: 5px;
}
.dialog-close {
    position: absolute;
    font-size: 50px;
    right: 20px;
    top: 20px;
    border: none;
    outline: none;
    background: none;
    width: 30px;
    height: 30px;
    line-height: 10px;
    cursor: pointer;
    padding: 0;
    font-weight: 300;
    font-family: 'Montserrat';
    opacity: 0.6;
    transition: 0.25s;
}
.dialog-close:hover{
    opacity: 1;
}
.online-classes-block .tab-head{
    scrollbar-width: none;
    overflow: auto;
}
.online-classes-block .tab-head::-webkit-scrollbar{
    display: none;
}
.hidden-data{
    display: none !important;
}

/* Popup */
.contact-form-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    overflow: auto;
    display: none;
    isolation: isolate;
}
.contact-form-popup-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    min-height: calc(100% - 20px);
}
.contact-form-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: -1;
}
.contact-form-popup-contents {
    background: #fff;
    position: relative;
    width: 100%;
    padding: 26px 0;
}
.contact-form-popup-contents .popup-close {
    position: absolute;
    font-size: 50px;
    right: 20px;
    top: 20px;
    border: none;
    outline: none;
    background: none;
    width: 30px;
    height: 30px;
    line-height: 10px;
    cursor: pointer;
    padding: 0;
    font-weight: 300;
    font-family: 'Montserrat';
    opacity: 0.6;
    transition: 0.25s;
}
.contact-form-popup-contents h2 {
    margin-bottom: 20px;
}
.contact-form-popup-contents .form-col {
    position: relative;
}
.contact-form-popup-contents .form-col + .form-col {
    margin-top: 20px;
}
.contact-form-popup-contents .form-col.submit p {
    display: flex;
    align-items: center;
}
.contact-form-popup-contents .form-col.submit p span.wpcf7-spinner {
    width: 24px;
    margin: 0 10px;
}
.contact-form-popup-contents input,
.contact-form-popup-contents textarea {
    width: 100%;
    height: 40px;
    margin-top: 5px;
    border-radius: 5px;
    border: none;
    background: #ffffff;
    padding: 3px 10px 0 18px;
    border: 1px solid #ccc;
}
.contact-form-popup-contents textarea {
    min-height: 150px;
    padding-top: 20px;
    width: 100%;
    resize: vertical;
    max-height: 250px;
}
.contact-form-popup-contents label {
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
    display: block;
    position: absolute;
    z-index: 9;
    background: #fff;
    left: 13px;
    top: -3px;
    line-height: 1;
    padding: 2px 6px;
}
.contact-form-popup-contents span {
    display: inline-block;
    width: 100%;
}
.contact-form-popup-contents p br {
    display: none;
}
.contact-form-popup-contents label:first-child {
    margin-top: 0;
}
.contact-form-popup-contents input[type="submit"] {
    max-width: 150px;
    cursor: pointer;
    padding: 3px 10px;
    height: 54px;
    min-height: 54px;
    padding: 0 32px;
    border-radius: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 9;
    background-color: var(--clr-pri);
}
.contact-form-popup-contents span.wpcf7-not-valid-tip {
    font-size: 12px;
    position: absolute;
    top: 100%;
    left: 0;
}
.calendly-button-section a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 13px;
    font-weight: 500;
    gap: 5px;
    border: 2px solid #006BFF;
    border-radius: 6px;
    color: #001B26;
    font-size: 16px;
    cursor: pointer;
    transition: 0.2s;
}
.calendly-button-section a:hover{
    background-color: #f6faff;    
}
.calendly-button-section a img{
    max-height: 24px;
}
.calendly-or-form{
    margin: 20px 0;
    font-weight: 400;
}

.right-construction-drone.right-side .img-wrapper {
    position: relative;
    isolation: isolate;
}
.right-construction-drone.right-side .img-wrapper.two {
    display: grid;
    grid-template-columns: 1fr;
}
.right-construction-drone.right-side .img-wrapper.two .img-outer {
    width: 100%;
    max-width: 60%;
}
.right-construction-drone.right-side .img-wrapper.two .img-outer:first-child {
    margin-left: auto;
    z-index: 1;
}
.right-construction-drone.right-side .img-wrapper.two .img-outer:nth-child(2) {
    margin-top: -50px;
}
.right-construction-drone.right-side .img-wrapper.three{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.right-construction-drone.right-side .img-wrapper.four{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.right-construction-drone.right-side .img-wrapper.six,
.right-construction-drone.right-side .img-wrapper.five{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    max-width: 450px;
    margin-left: auto;
}
.right-construction-drone.right-side .img-wrapper.six {
    margin-right: auto;
}
.right-construction-drone.right-side .img-wrapper.four .circle-two{
    max-width: 160px;
}
.right-side.single-media{
    align-self: center;
}
.right-construction-drone.right-side.single-media .img{
    padding-bottom: 56.25%;
}
.right-construction-drone.right-side .img-wrapper.five .circle-two::before,
.right-construction-drone.right-side .img-wrapper.six .circle-two::before{
    transform: translateY(-20%);
}
.right-construction-drone.right-side .img-wrapper.five .circle-one::before,
.right-construction-drone.right-side .img-wrapper.six .circle-one::before{
    transform: translateY(-80%);
}
.right-construction-drone.right-side .img-wrapper.five .img-outer:nth-child(2){
    grid-row: 2;
}
.right-construction-drone.right-side .img-wrapper.five .img-outer:nth-child(5){
    grid-column: 2;
}
.right-construction-drone.right-side .img-wrapper.five .img-outer:nth-child(1),
.right-construction-drone.right-side .img-wrapper.five .img-outer:nth-child(2),
.right-construction-drone.right-side .img-wrapper.three .img-outer:nth-child(1){
    transform: translateY(calc(50% + 7px));
}
.right-construction-drone.right-side .img-wrapper.three .img-outer:nth-child(3){
    grid-column: 2;
    grid-row: 2;
}

.right-construction-drone.right-side .img {
    height: 0;
    overflow: hidden;
    padding-bottom: 81.21%;
    position: relative;
    border-radius: 19px;
}
.right-construction-drone.right-side .img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.right-construction-drone.right-side .img-wrapper .circle {
    position: absolute;
    width: 58%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    max-width: 354px;
}

.right-construction-drone.right-side .img-wrapper .circle:before {
    content: "";
    position: absolute;
    padding-bottom: 100%;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 50%;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    border: 1px solid var(--clr-pri);
    outline: 1px solid var(--clr-pri);
    outline-offset: -20px;
}


.contact-wrapper {
    display: grid;
    align-items: center;
    width: 100%;
}
.right-side.block.right-construction-drone {
    margin-top: -130px;
}
.form-with-cards{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
}
input, textarea{
    font-family: inherit;
    font-weight: 500;
}
@media screen and (max-width: 1500px) {
    section.hero {
        padding: 60px 0;
    }
    .hero-content .text h1 {
        font-size: 36px;
    }
    .hero-content .text p {
        font-size: 21px;
    }
    .hero-content .text p.sm-text{
        font-size: 14px;
        line-height: 1.6;
    }
    .card-block {
        padding: 20px;
    }
    .card-img {
        max-height: 38px;
    }
    .card-block .title {
        font-size: 17px;
    }
    .card-action .cs-icon {
        font-size: 11px;
    }
}

@media screen and (max-width: 1300px) {
    section.hero  .container {
        padding: 0 24px;
    }
    .hero-content-inner {
        right: -24px;
        padding-right: 24px;
    }
}

@media screen and (max-width: 1280px) {
    .right-construction-drone.right-side .img{
        padding-bottom: 85.21%;
    }
}

@media screen and (max-width: 1200px) {
    .hero-content-inner {
        max-width: calc(630px + 24px);
        padding: 30px 24px 35px 35px;
    }
    .hero-content .text h1 {
        font-size: 32px;
    }
    .hero-content .text p {
        font-size: 19px;
    }
    .card-block {
        padding: 18px;
    }
    .card-action {
        min-width: 30px;
        min-height: 24px;
    }
    .card-action .cs-icon {
        font-size: 10px;
    }
    .card-block .title {
        font-size: 16px;
    }
    .heading-md {
        font-size: 30px;
    }
    .form-with-cards{
        gap: 50px;
    }
    .form-with-cards{
        grid-template-columns: 1fr 400px;
    }
}

@media screen and (max-width: 991px) {
    section.hero {
        padding: 50px 0;
    }
    .hero-content .text {
        max-width: 520px;
    }
    .hero-content .text h1 {
        font-size: 30px;
    }
    .hero-content .text p {
        font-size: 18px;
    }

    .dialog-body {
        padding: 25px 30px;
    }
    .dialog-body .title {
        margin-bottom: 10px;
        font-size: 26px;
    }
    .dialog-body ul li,
    .dialog-body ol li {
        font-size: 17px;
    }
    .dialog-body ul li:before {
        width: 18px;
        height: 18px;
        top: 21px;
    }
    .hero-content-inner{
        border-radius: 30px 0 0 30px ;
    }
    .contact-wrapper{
        gap: 30px;

    }
    .form-with-cards{
        grid-template-columns: 1fr 300px;
    }
    .heading-md {
        font-size: 22px;
    }
}

@media screen and (max-width: 767px) {
    section.hero {
        padding: 0;
    }
    section.hero .container-main {
        padding: 0;
    }
    .hero-content-inner {
        max-width: 100%;
        right: unset;
        padding: 40px 16px;
        border-radius: 0;
    }
    .hero-content .text {
        max-width: 470px;
    }
    .hero-content .text h1 {
        font-size: 28px;
    }
    .hero-content .text p {
        font-size: 17px;
    }
    .hero-cards {
        margin-top: 20px;
    }
    .card-block {
        padding: 15px;
        gap: 0;
        border-radius: 10px;
    }
    .card-text {
        gap: 12px;
    }
    .card-img {
        max-height: 32px;
    }
    .card-block .title {
        font-size: 15px;
    }
    .card-action {
        min-width: 30px;
        min-height: 24px;
    }
    .hero-action {
        gap: 15px;
    }
    .hero-action .btn {
        padding: 0 20px;
    }

    .dialog-body {
        padding: 25px 25px;
    }
    .dialog-body ul li,
    .dialog-body ol li {
        font-size: 17px;
        margin-left: 30px;
    }
    .dialog-body ul li:before {
        left: -30px;
    }
    .dialog-close {
        right: 10px;
        top: 10px;
        width: 25px;
        height: 25px;
    }
    section.trusted-companies.featured-block{
        padding-top: 20px;
    }
    .right-side.block.right-construction-drone{
        width: 100%;
        margin: 0 auto;
        max-width: 450px;
    }
    .contact-wrapper {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        align-items: stretch;
    }
    .right-side.block.right-construction-drone{
        display: none !important;
    }
    .form-with-cards{
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .cards-help{
        padding-bottom: 0;
    }
}

@media screen and (max-width: 575px) {
    .hero-content-inner {
        padding: 10px 16px 30px;
    }
    .hero-content .text {
        max-width: 440px;
    }
    .card-text {
        gap: 12px;
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: space-between;
    }
    .card-action {
        align-self: flex-end
    }
    .hero-content .text h1 {
        font-size: 26px;
    }
    .hero-cards {
        margin-top: 20px;
    }
    .card-block {
        align-items: stretch;
    }
    .card-block .title {
        font-size: 17px;
        margin-right: -30px;
    }
    .hero-content .text p {
        font-size: 16px;
    }
    .card-footer {
        margin-top: 25px;
    }
    .hero-content .hero-action {
        flex-direction: column;
        align-items: center;
    }
    .hero-content .hero-action .btn {
        width: 100%;
        max-width: 280px;
    }
    
    .dialog-body ul li,
    .dialog-body ol li {
        font-size: 16px;
    }
    .dialog-body ul li {
        margin-left: 25px;
    }
    .dialog-body ul li:before {
        left: -25px;
        top: 18px;
    }
    .cs-action-bar .btn {
        padding: 0 20px;
    }
    .dialog-body .title{
        font-size: 20px;
    }
    .dialog-body .cs-action-bar .btn{
        flex-direction: column;
        width: 100%;
        height: auto;
        padding: 10px 20px;
    }
    .dialog-body .cs-action-bar .btn .dash{
        display: none;
    }
}

@media screen and (max-width: 430px) {
    .card-block .title {
        font-size: 16px;
    }
    .cs-action-bar .btn {
        flex: 1;
        padding: 0 12px;
        font-size: 14px;
    }
}
@media screen and (max-width: 390px){
    .card-block .title {
        font-size: 14px;
    }
}
@media screen and (max-width: 374px) {
    .cs-action-bar .btn {
        display: block;
        min-height: unset;
        height: unset;
        padding: 4px 28px;
        flex: 1;
        line-height: 1.4;
    }
    .cs-action-bar .btn span:not(.dash) {
        display: block;
    }
    .cs-action-bar .btn span.dash {
        display: none;
    }
}