/*Whatsapp CTA starts*/
.whatsapp-float {
    position: fixed;
    bottom: 115px;
    right: 37px;
    z-index: 9999;
    background-color: transparent;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    transition: transform 0.3s;
}
.whatsapp-float:hover {
    transform: scale(1.1);
}
.whatsapp-float img {
    width: 40px;
    height: 40px;
}
@media (max-width: 1024px) {
    .whatsapp-float {
        bottom: 70px;
        right: 15px;
    }
    .whatsapp-float img {
        width: 50px;
        height: 50px;
    }
}
/*Whatsapp CTA ends*/
/*footer*/
.text-justify{
    text-align: justify;
}
.text-centre{
    text-align: center !important;
}
.footer-link{
   color:#ffffff !important; 
}
.footer-link:hover{
   color:#ffffff !important; 
}
.footer-copyright {
    text-align: center;
}
.footer-copyright .row {
    justify-content: center;
}
.footer-copyright .col-md-6 {
    text-align: center;
}
/*home-offerings*/
.custom-tick-list {
    list-style: none;
    padding-left: 0;
    margin: 16px 0;
}
.custom-tick-list li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 12px;
    line-height: 1.6;
    font-size: 15px;
    color: #ffffff;
}
.custom-tick-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #ff672d;
    font-weight: 700;
    font-size: 16px;
}
.section-title{
    margin-bottom: 0px !important;
}
/*home about section*/
.about {
   margin-top: 0px !important;  
}
.about-color{
  color: #222629;  
}
.padding{
    padding-top:50px!important ;
    padding-bottom: 50px!important;
}
/*home whychoose section*/
.why-choose-pd{
    padding-top:50px!important ;
    padding-bottom: 50px!important;
}
 .image-padding{
     margin-bottom: 20px!important;
 }
 
.footer-social-icons ul li a i {
    transition: color 0.3s ease;
}

.footer-social-icons ul li a:hover i {
    color: #ff672d;
}
.text-color{
    color:#000!important;
}
.what-we-counter-images {
    padding-left: 50px !important;
}
.pad{
    padding-bottom: 0px;
    padding-top:50px;
}
.service-card {
    background: #fff;
    border-radius: 18px;
    padding: 35px 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

.icon-circle {
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #ff672d;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle img {
    width: 40px;
    height: 40px;
    filter: brightness(0) invert(1);
}

.service-card h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}
.it-pad{
    margin-bottom: 30px!important;
    padding-bottom: 30px !important ;  
  padding-top: 28px !important;
}
.it-pads{
  padding-bottom: 1px !important ;  
  padding-top: 50px !important;
 
}
.py-5 {
    padding-top: 2rem !important;
    padding-bottom: 4rem !important;
}
.page-services {
    padding: 50px 0 50px !important;
}
.section-row {
    margin-bottom: 50px !important;
}
.custom-tick-lists li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 12px;
    line-height: 1.6;
    font-size: 15px;
    color: #000000;
}
.custom-tick-lists {
    list-style: none;
    padding-left: 0;
    margin: 16px 0;
}
.custom-tick-lists li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #ff672d;
    font-weight: 700;
    font-size: 16px;
}
.our-support {
    padding: 50px 0 !important;
}
.about-imgage-1 {
    position: relative;
   padding-right: 0px !important;
   border-radius: 40px !important;
}
.what-we-counter-images {
    position: relative;
    margin-left: 0px !important;
    padding-left: 140px;
    overflow: hidden;
}

.tl-terms-highlight {
    padding: 40px 0;
    background-color: #ffffff;
}

.tl-terms-content {
    max-width: 900px;
    margin: 0 auto;
}

.tl-terms-title {
    font-size: 28px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 15px;
}

.tl-terms-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #555555;
    margin-bottom: 25px;
}

.tl-terms-points {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tl-terms-points li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 14px;
    font-size: 15px;
    color: #333333;
}

/* Orange Tick Icon */
.tl-terms-points li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #ff6a00; /* Orange */
    font-size: 16px;
    font-weight: 700;
}
.tl-terms-subtitle{
    font-size: 20px;
}
.tl-terms-link {
    color: #ff6a00; /* TechLegend orange */
    text-decoration: none;
    font-weight: 500;
}
.ltn__error-page {
    background: #ffffff;
   
}

.error-text h2 span {
    color: var(--theme-primary);
}

.theme-btn-1 {
    color: #fff;
    padding: 12px 28px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.theme-btn-1 {
    background-color: #ff672d; /* Orange background */
    color: #ffffff;            /* White text */
    padding: 12px 28px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    transition: all 0.3s ease;
}

.theme-btn-1:hover {
    background-color: #ff672d; /* Darker orange on hover */
    color: #ffffff;
}
@media (max-width: 480px) {
    .page-header-box {
        padding-top: 40px;
    }
}
.product-padding{
    padding-top:60px !important;
    padding-bottom:40px !important;
}
.border-radius-product{
    border-radius:30px;
}
.what-we-do{
    padding: 50px;
}
.service-body .icon-boxs {
    position: relative;
    background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: -70px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
/* FORCE LEFT–RIGHT LAYOUT */
.what-we-do-row {
    display: flex;
    align-items: center;
}

/* LEFT & RIGHT WIDTH */
.what-left,
.what-right {
    flex: 0 0 50%;
    max-width: 50%;
}

/* MOBILE STACK */
@media (max-width: 991px) {
    .what-left,
    .what-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.list li{
    color:#ffffff;
}
/* Center modal title */
#enquiryModal .modal-title {
    width: 100%;
    text-align: center;
}

/* Center submit button */
#enquiryModal .btn-default {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.banner-cta{
    background-color: #dc2c1b;
}
.ips-red{
    color: #dc2c1b !important;
}