@font-face {
    font-family:'Quicksand';
    src: url('../fonts/quicksand/Quicksand-Regular.woff2') format('woff2'),
    url('../fonts/quicksand/Quicksand-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family:'Quicksand';
    src: url('../fonts/quicksand/Quicksand-Medium.woff2') format('woff2'),
    url('../fonts/quicksand/Quicksand-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family:'Quicksand';
    src: url('../fonts/quicksand/Quicksand-SemiBold.woff2') format('woff2'),
    url('../fonts/quicksand/Quicksand-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family:'Quicksand';
    src: url('../fonts/quicksand/Quicksand-Bold.woff2') format('woff2'),
    url('../fonts/quicksand/Quicksand-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
html {
  scroll-behavior: smooth;
}

body {
    font-size: 16px;
    font-family:'Quicksand'; 
    font-weight: 400; 
    line-height: 1.3;
    margin: 0;
}
:root {
    --primary-color: #000000;
    --secondary-color: #03D5FB;
}
p{
    line-height: 1.6;
}

/*.h1,h1{
    font-size: 64px;
    font-weight: 600;
}
*/
.h1,h2{
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 10px !important;

}
h3{
    font-size: 28px;
    font-weight: 600;

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

}
/*h1 span,.h1 span {
    color: #03D5FB;
}*/
a{
    text-decoration: none;
}
img{
    max-width: 100%;
}
.mt-0{
    margin-top: 0;
}
.container{
    max-width: 1240px;
    margin:0 auto;
    padding: 0 20px;
}
.md-container{
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 20px;
}
a.post-edit-link {
    display: none;
}
.entry-title {
    display: none;
}
.pt-80{
    padding-top: 80px;
}
.pb-80{
    padding-bottom: 80px;
}

.mt-100{
    margin-top: 70px;
}
.mb-100{
    margin-bottom: 100px;
}
.text-yellow{
  color: #FFAD5A;  
}


.align-center{
    align-items: center !important;
}
.banner-content p {
    font-size: 20px;
    font-weight: 500;
}

.four-card-sec .card {
    padding: 20px;
    border-radius: 30px;
    transition: 0.3s;
    background-color: #f0f0f0;
}
.four-card-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}
.header-sec ul li{
 transition: 0.3s;
}
.header-sec ul li:hover span,
.footer-sec a:hover {
    color: #03D5FB !important;
    transition: 0.3s;
}
.bg-image {
    background-image: url('https://deleganttech.com/wp-content/uploads/2025/09/bg-image.png');
    background-size: contain;
    z-index: -1;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.flagship-apps-sec .size-large {
    width: 100%;
}
.header-sec .wp-block-site-logo img {
    height: 50px;
    width: auto;
}

.four-card-sec .card img {
    filter: brightness(0) saturate(100%);
    height: 60px;
    width: auto;
}
.four-card-sec .card h3 {
    margin: 15px 0 !important;
}
.four-card-sec .card:hover {
    background-color: #010F17 !important;
    transition: 0.3s;
    color: #ffffff;
}
.app-bg-image {
    background-size: contain !important;
    width: 100%;
    height: auto;
    max-width: 450px;
}
.image-with-text {
    margin-top: 50px;
}
.app-content {
    max-width: 550px;
}
.banner-content {
    color: #ffffff;
}
.four-card-sec .card:hover img {
    transition: 0.3s;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7445%) hue-rotate(10deg) brightness(114%) contrast(100%);

}

.image-with-text-sec .image-with-text:nth-child(2n) .wp-block-columns{ 
    flex-direction: row-reverse;
}

.image-with-text-sec .image-with-text:first-child {
    margin-top: 0;
}
.email a {
    color: #fff;
}
.footer-sec a {
    color: #fff !important;
    text-decoration: unset !important;
}
.footer-inner-wrapper .wp-block-column::after {
    content: "";
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0;
    border-right: 1px solid #ffffff80;
    left: 0px;
}
.footer-inner-wrapper .wp-block-column:first-child::after {
    content: none;
}
.footer-inner-wrapper .wp-block-column {
    position: relative;
    padding: 30px 0;
    text-align: center;
}
.social-icon-wrapper{
    justify-content: center;
}
.footer-inner-wrapper {
    padding: 40px 0;
}
.email {
    margin-top: 0;
}
.image-with-text-sec .image-with-text:nth-child(2n) .image {
    justify-content: start;
}

.footer-inner-wrapper h3 {
    margin-bottom: 15px;
}
.copyright-sec {
    border-top: 1px solid #ffffff80;
    padding: 20px 0;
}
.social-icon-wrapper figure.wp-block-image.size-full {
    width: 45px;
    height: 45px;
    background-color: #fff;
    padding: 5px;
    border-radius: 50%;
    padding: 10px;
}
.app-section .wp-block-columns figure.wp-block-image.size-full {
    text-align: end;
}
.app-section .wp-block-columns:nth-child(2n) figure.wp-block-image.size-full {
    text-align: start;
}
.image-with-text .image {
    display: flex;
    justify-content: end;
}
.border-btn {
    border: 1px solid;
    display: inline-flex;
}
.border-btn {
    border: 1px solid #ffffff;
    display: inline-flex;
    border-radius: 30px;
    margin-top: 20px;
}
.border-btn p {
    font-size: 16px;
    border-right: 1px solid #ffffff;
    padding: 5px 15px;
    line-height: normal;
}
/*.flagship-apps-sec h2.h1{
    position: relative;
}*/
.app-card-wrapper .app-item h3 {
    color: #000;
}
.border-btn {
    position: relative;
}
.border-btn p:last-child {
    border-right: none;
}
.play-store a, .apple-store a {
    padding: 12px 40px;
    display: flex;
    align-items:center;
    font-size: 18px;
    font-weight: 500;
}
.submit-button input,
.view-all-btn a {
    padding: 12px 40px;
    background-color: #010f17;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 30px;
    border: none;
    transition: 0.3s;
}
.view-all-btn a:hover{
  background-color: #010f17;
  color: #fff;
  transition: 0.3s;
}
.app-section .wp-block-columns {
    margin-bottom: 50px;
}
.app-section .wp-block-columns:last-child {
    margin-bottom: 0 !important;
}
.view-all-btn a {
    background-color: unset;
    color: #000000;
    border: 1px solid #000000;
    padding: 10px 40px;
    display: inline-block;
    line-height: normal;
}
.single-app h2{
    font-size: 36px;
}
.form-field.submit-button {
    text-align: center;
}

.play-store a::before,
.apple-store a::before{
  content: "";
  display: inline-block;
  background-image: url('../images/ic_playstore.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.app-section .wp-block-columns:nth-child(2n) {
    flex-direction: row-reverse;
}
.app-section .wp-block-columns h2 {
    text-transform: uppercase;
}
.apple-store a::before{
  background-image: url('../images/ic_apple.png');  
}
.contact-us-sec {
    padding: 50px 20px;
}
.form-field span input, 
.form-field textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #000000;
    outline: none;
    height: 25px;
    resize: none;
}
.form-field span {
    display: block;
}
.form-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 30px;
}
.contact-form {
    margin: 50px 0;
}
.app-download-logo {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    border-top: 1px solid #B1B4B6;
    padding-top: 15px;
    margin-top: 15px;
}
.app-item {
    background-color: #F0F0F0;
    padding: 15px;
    border-radius: 30px;
}
.app-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 30px;
}
.app-item h3 {
    padding: 10px 0;
}
.app-download-logo img{
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.app-card-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 20px;
    margin-top: 50px;
    margin-bottom: 100px;
    row-gap: 20px;
}
.flagship-apps-sec img {
    width: 100%;
    height: auto;
}
.our-applications-sec .our-appli-title {
    text-align: center;
}
.single-page-banner img {
    width: 100%;
}
.single-page-title {
    text-align: center;
}
.why-choose-sec .app-bg-image {
    background-image: url('https://deleganttech.com/wp-content/uploads/2025/09/app-bg.png');
    text-align: center;
    background-repeat: no-repeat;
    width: 470px;
    background-position: center;
    max-width: 470px;
}
.why-choose-sec .why-chose-title {
    color: #fff;
    text-align: center;
    padding: 80px 0;
}

.image-text-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:30px;
}
.image-with-text-sec .image-with-text:nth-child(2n) .image-text-wrapper {
    flex-direction: row-reverse;
}
.why-choose-sec{
    margin-bottom: 100px;
}
.why-choose-info {
    background-color: #010f17;
}
.secondary-btn {
    font-weight: 700;
    color: #fff;
    background-color: #E87909;
    font-size: 30px;
    padding: 6px 20px;
    display: inline-block;
    border-radius: 16px;
}
.single-page-banner .banner-content {
    max-width: 540px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.single-page-banner .app-download-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}
/*.single-page-banner .banner-content h1 {
    position: relative;
    margin-bottom: 40px;
}*/
.single-page-banner .banner-content h1 a::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 35px solid #e87909;
    position: absolute;
    right: -30px;
}
.single-page-banner .app-download-wrapper img {
    width: 150px;
}
.single-page-banner .container {
    height: 100%;
}
body.page-id-351 h2, body.privacy-policy h2 {
    font-size: 22px !important;
    margin: 20px 0;
}
body.page-id-351 h2:first-child,
body.privacy-policy h2:first-child {
    margin-top: 0;
}
body.page-id-351 ul,
body.privacy-policy ul {
    padding-left: 22px;
    margin-bottom: 10px;
    line-height: 1.6;
}
body.page-id-351 a,
body.privacy-policy a{
    color: #000000;
}
body.page-id-351 .entry-title, body.privacy-policy .entry-title {
    display: block !important;
    font-size: 36px;
    max-width: 1240px;
    margin: 50px auto 15px auto;
    padding: 0 20px;
}
.terms-conditions-sec,
.privacy-policy-sec{
    margin-bottom:50px;
}

.banner-sec img {
    width: 100%;
}

.apple-store {
    display: none !important;
}

.view-all-btn {
    justify-content: center;
}
.download-sec {
    text-align: center;
}
.app-download-wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 20px;
}
.app-download-wrapper img {
    width: 160px;
    height: auto;
}
.app-content-wrap .app-content {
    padding-bottom: 30px;
}
.app-content-wrap .app-content:last-child {
    padding-bottom: 0;
}

.why-choose-sec .app-bg-image {
    padding: 0 12%;
}
/*.facebook-icon img {
    margin: 12px 0 0 7px;
    padding: 0;
    height: 33px !important;
    width: auto !important;
}
.facebook-icon {
    padding: 0 !important;
}
*/
.social-icon-wrapper .facebook-icon img {
    height: 33px !important;
    width: auto !important;
    margin: 12px 0 0 7px;
}

.facebook-icon {
    padding: 0 !important;
}

@media (max-width: 991px){
   h1{
    font-size: 38px;
}
h2{
    font-size: 36px;
}
h3{
    font-size: 22px;
}
h4{
    font-size: 18px;
}
.mt-100 {
    margin-top: 80px;
}
.mb-100 {
    margin-bottom:80px;
}
.four-card-sec .wp-block-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.nowrap {
    flex-wrap: nowrap !important;
}
.image-with-text img {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}
.four-card-wrapper {
    grid-template-columns: 1fr 1fr;
}
.why-choose-sec .app-bg-image {
    width: 330px;
}
/*.flagship-apps-sec h2.h1::after {
    right: -80px;
    width: 80px;

}*/
.play-store a, .apple-store a {
    font-size: 16px;
    padding: 12px 20px;
}
.app-section .wp-block-columns .wp-block-column figure {
    text-align: end;
}
.app-section .wp-block-columns:nth-child(2n) .wp-block-column figure {
    text-align: start;
}
}

@media (max-width: 767px){

    h2{
        font-size: 32px !important;
    }
    h3{
        font-size: 22px !important;
    }
    h4{
        font-size: 18px !important;
    }
    .pb-80 {
        padding-bottom: 50px;
    }
    .pt-80 {
        padding-bottom: 50px;
    }
    .mt-100 {
        margin-top: 50px;
    }
    .mb-100 {
        margin-bottom: 50px;
    }

    .header-sec .wp-block-site-logo {
        width: 80%;
    }
    .four-card-sec .wp-block-columns {
        grid-template-columns: 1fr;
    }
    .nowrap {
        flex-wrap: wrap !important;

    }
    .four-card-wrapper {
        grid-template-columns: 1fr;
    }
    .image-with-text img {
        max-width: 220px;  
    }
    .header-sec .wp-block-navigation__responsive-container-close svg, 
    .header-sec .wp-block-navigation__responsive-container-open svg {
        fill: currentColor;
        display: block;
        height: 36px;
        pointer-events: none;
        width: 36px;
    }
    .header-sec ul.wp-block-navigation__container{
        width: 100% !important;
        display: inline-block !important;
        max-width: 90% !important;
        margin: 0 auto !important;
    }
    .header-sec ul.wp-block-navigation__container li a{
        width: 100% !important;
        text-align: center !important;
    }
    .header-sec .wp-block-navigation-link {
        line-height: 1.6;
        margin: 20px 0;
    }
    .header-sec .wp-block-navigation__responsive-container-close {
        right: 10px;
        top: 15px;
    }
    .footer-inner-wrapper .wp-block-column {
        padding: 15px 0;
    }
    .footer-inner-wrapper h3 {
        margin-bottom: 10px;
    }
    .four-card-sec .card img {
        width: auto;
        height: 60px;
    }
    .play-store a, .apple-store a {
        padding: 12px 15px !important;
        font-size: 16px !important;
    }
    .form-wrapper {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 30px;
    }
    .app-section img {
        width: 100%;
    }

    .image-with-text-sec .image-with-text:nth-child(2n) .image-text-wrapper {
        flex-direction: column;
    }
    .image-text-wrapper {   
        gap: 30px;
    }
    .image-with-text .image {
        width: 100%;
    }
    .app-card-wrapper {
        grid-template-columns: 1fr;
    }
   /* .flagship-apps-sec h2.h1::after,
    .border-btn::before {
       display: none;
   }
*/   .app-section .wp-block-columns {
    margin-top: 50px;
}

.app-section .wp-block-columns:first-child{
    margin-top: 0;
}
.secondary-btn {
    font-size: 16px !important;
    padding: 6px 6px !important;
    position: relative;
}
.footer-inner-wrapper .wp-block-column::after {
    display: none;
}
/*.single-page-banner .banner-content h1 a::after {
    border-top: 12px solid transparent !important;
    border-bottom: 12px solid transparent !important;
    border-right: 32px solid #e87909 !important;
    right: -50px !important;

}*/
.flagship-apps-sec {
    min-height: 150px ;
}
.image-with-text-sec .image-with-text .image{
    justify-content: center !important;
}
.app-content-wrap .app-content {
    padding-bottom: 15px;
}
.single-app h2{
    margin-bottom: 5px;
}
}

