/* =====================================
   WHY CHOOSE ASIATEL SECTION
===================================== */

.asiatel-why-section{
    padding:50px 0;
}

/* SECTION HEADER */

.asiatel-section-header{
    margin-bottom:30px;
}

.asiatel-section-header h2{
    font-size:34px;
    font-weight:700;
    color:#0c2d48;
    margin-bottom:40px;
}

.asiatel-section-header p{
    color:#6c7a89;
    margin-top:10px;
}

/* MAP BOX */

.asiatel-map-box{
    background:#fff;
    border-radius:18px;
    padding:18px;
    border:1px solid #e8edf4;
    text-align:center;
    margin-right:40px;
}

.asiatel-map-box img{
    width:100%;
    aspect-ratio:16/9;
    object-fit:cover;
    border-radius:12px;
}

@keyframes asi-map-float{
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(-8px);
    }
    100%{
        transform: translateY(0px);
    }
}

/* MAP DESCRIPTION */

.asiatel-map-text{
    margin-top:20px;
    background:#ffeaea;
    padding:12px;
    border-radius:8px;
    color:#d94f4f;
    font-size:14px;
}

/* FEATURES */

.asiatel-feature{
    display:flex;
    align-items:center;
    gap:14px;
    padding:14px 0;
    border-bottom:1px solid #e6ecf2;
}

.asiatel-feature:last-child{
    border-bottom:none;
}

.category-feature-icon{
    width:36px;
    height:36px;
    background:#eef3f7;
    border-radius:8px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    transition:all .3s ease;
}

.category-feature-icon i{
    font-size:16px;
    color:#0c3b5f;
    transition:all .3s ease;
}

.asiatel-feature:hover .category-feature-icon{
    background:#ff5b5b;
    transform:translateY(-3px);
}

.asiatel-feature:hover .category-feature-icon i{
    color:#fff;
}
.category-feature-text p{
    margin:0;
    font-size:15px;
    color:#5f7487;
    line-height:1.45;
}

/* =====================================
   DIVIDER (Correct Implementation)
===================================== */

.asiatel-why-section .col-lg-6:last-child{
    position:relative;
    padding-left:38px;
}

/* thin grey divider */

.asiatel-why-section .col-lg-6:last-child:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:1px;
    height:100%;
    background:#d9dee6;
}

/* red highlight */

.asiatel-why-section .col-lg-6:last-child:after{
    content:"";
    position:absolute;
    left:-0.5px;
    top:25px;
    width:2px;
    height:45px;
    background:#ff5b5b;
    border-radius:2px;
}

/* =====================================
   SERVICES SECTION HEADING
===================================== */

.services-section-heading{
    margin-bottom:25px;
}

.services-section-heading h2{
    font-size:36px;
    font-weight:700;
    color:#0f2d4a;
    display:inline-block;
    padding:6px 16px;
    border-radius:4px;
}

.heading-divider{
    display:block;
    width:70px;
    height:6px;
    background:#2d6cdf;
    border-radius:10px;
    margin:12px auto 0;
}

/* =====================================
   COMPACT SERVICE CARDS
===================================== */

.compact-card .service-image img{
    height:220px;
    object-fit:cover;
    border-radius:16px 16px 0 0;
}

.compact-card .service-content{
    padding:0 18px;
}

.compact-card .service-title{
    font-size:20px;
    margin-bottom:10px;
}

.compact-card .service-desc {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px;
    color: #5f7487;
    display: -webkit-box;
    -webkit-line-clamp: 10;   /* ← change this number */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.compact-card .blog_section-btn{
    padding:10px 22px;
    font-size:14px;
}

/* =====================================
   USE CASE SECTION
===================================== */

.services-use-section{
    background: linear-gradient(135deg,#0f5b78,#1b7aa0);
    padding:50px 0;
    color:#fff;
    position:relative;
    overflow:hidden;
	margin-bottom:0px;
}

/* subtle background glow */

.services-use-section:before{
    content:"";
    position:absolute;
    width:600px;
    height:600px;
    background:radial-gradient(circle,rgba(255,255,255,0.08) 0%, transparent 70%);
    top:-200px;
    left:-200px;
}

/* section heading */

.use-section-header{
    text-align:center;
}

.use-section-header h2{
    font-size:30px;
    font-weight:600;
    margin-bottom:35px;
    color:#ffffff;
}

/* cards */

.use-card{
    background:linear-gradient(
        145deg,
        rgba(255,255,255,0.22),
        rgba(255,255,255,0.12)
    );

    padding:22px;
    border-radius:14px;

    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);

    border:1px solid rgba(255,255,255,0.15);

    transition:all .35s ease;
    min-height:110px;
}

/* hover effect */

.use-card:hover{
    transform:translateY(-6px);
    background:linear-gradient(
        145deg,
        rgba(255,255,255,0.28),
        rgba(255,255,255,0.15)
    );

    box-shadow:0 10px 30px rgba(0,0,0,0.18);
}

/* card title */

.use-card h4{
    font-size:18px;
    font-weight:600;
    margin-bottom:8px;
    color:#ffffff;
}

/* card text */

.use-card p{
    font-size:14px;
    line-height:1.6;
    color:#e7f3f8;
    margin:0;
}


/* =====================================
   SECURITY & RELIABILITY SECTION
===================================== */

.security-reliability-section{
padding:50px 0;
background:#f4f7fc;
}

.security-wrapper{
background:#fff;
border-radius:18px;
padding:35px;
border:1px solid #e5ebf3;
}

.security-features{
margin-top:25px;
}

.security-item{
display:flex;
gap:10px;
margin-bottom:12px;
}

.security-title{
	color:#0f2d4a;
	margin-bottom:10px;
}

/* Security feature title */

.security-item h5{
font-size:18px;
font-weight:600;
color:#1f2d3d;
margin-bottom:4px;
line-height:1.3;
}

/* Security feature description */

.security-item p{
font-size:14px;
color:#6b7c93;
margin:0;
line-height:1.5;
}

.security-item i{
color:#2563eb;
font-size:18px;
margin-top:4px;
}

.security-visual{
background:#f6f8fd;
border:2px solid #2d6cdf;

/* larger curve on top */
border-radius:60px 60px 28px 28px;

padding:60px 35px 35px;
text-align:center;
max-width:360px;
margin:auto;

box-shadow:
inset 0 0 0 1px rgba(255,255,255,0.6),
0 10px 30px rgba(37,99,235,0.08);
}

.security-circle{
width:150px;
height:150px;
border-radius:50%;
margin:0 auto 25px;

display:flex;
align-items:center;
justify-content:center;

background: radial-gradient(circle,
#2563eb 30%,
#89a8e6 55%,
#d7e3fb 80%);

box-shadow:0 10px 40px rgba(37,99,235,0.25);
}


.security-circle i{
font-size:32px;
    color:#fff;
}

.security-visual p{
    font-size:14px;
    color:#4c647f;
    line-height:1.5;
    margin:0;
}

.security-desc{
margin-bottom:18px;
line-height:1.5;
}

/* =====================================
SERVICE QUALITY SECTION
===================================== */

.service-quality-section{
padding:0px 0;
background:#f6f9fc;
}

.quality-header{
margin-bottom:50px;
}

.quality-badge{
font-size:12px;
font-weight:600;
letter-spacing:1px;
color:#2d6cdf;
display:block;
margin-bottom:10px;
}

.quality-title{
font-size:36px;
font-weight:700;
margin-bottom:10px;
}

.quality-subtitle{
font-size:16px;
color:#6b7c93;
}

/* cards */

.quality-card{
background:#fff;
padding:20px;
border-radius:14px;
border:1px solid #e6ecf2;
height:100%;
transition:all .3s ease;
}

.quality-card:hover{
transform:translateY(-6px);
box-shadow:0 12px 30px rgba(0,0,0,0.08);
}

.quality-icon{
width:48px;
height:48px;
background:#eef4ff;
color:#2d6cdf;
border-radius:10px;
display:flex;
align-items:center;
justify-content:center;
font-size:20px;
margin-bottom:15px;
}

.quality-card h5{
font-size:18px;
font-weight:600;
margin-bottom:10px;
}

.quality-card p{
font-size:14px;
color:#6b7c93;
line-height:1.6;
margin-bottom:15px;
}

.quality-step{
font-size:13px;
font-weight:600;
color:#2d6cdf;
}

/* ================= INDUSTRIES SECTION ================= */

.industries-section {
    background: linear-gradient(46deg, #e5e7e9 0%, #ffffff 100%);
    padding: 40px 0;
	border-radius: 25px;
	
}

.industries-section .container{
    max-width: 900px
}

.industries-section .industries-title {
    font-size: 26px;
    font-weight: 700;
    color: #1f2a37;
}

.industries-section .industries-subtitle {
    font-size: 13px;
    color: #6b7280;
}

.industries-section .industry-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 15px 10px;
    transition: all 0.35s ease;
}

.industries-section .industry-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.industries-section .industry-icon {
    width: 55px;
    height: 55px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: #e3edf7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #2f5e82;
}

.industries-section .industry-card p {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
}

/* BLOG SECTION */

.blog-section{
background:linear-gradient(180deg,#f5f7fa 0%,#ffffff 100%);
padding:70px 0;
}

/* equal card height */

.blog-section .row > [class*="col-"]{
display:flex;
}

/* card */

.blog-card{
display:flex;
flex-direction:column;
width:100%;
background:#fff;
border-radius:16px;
overflow:hidden;
box-shadow:0 6px 25px rgba(31,79,163,0.08);
transition:.3s ease;
}

.blog-card:hover{
transform:translateY(-6px);
box-shadow:0 14px 40px rgba(31,79,163,0.15);
}

/* image */

.blog-img{
width:100%;
height:200px;
object-fit:cover;
}

/* body */

.blog-body{
padding:18px 20px 22px;
display:flex;
flex-direction:column;
flex-grow:1;
}

/* title */

.blog-title{
font-size:18px;
font-weight:600;
margin-bottom:10px;
}

.blog-title a{
color:#1f4fa3;
text-decoration:none;
}

.blog-title a:hover{
text-decoration:underline;
}

/* description */

.blog-desc{
font-size:15px;
color:#4b6b8a;
line-height:1.6;
flex-grow:1;
}

/* ================= EXPERT CTA SECTION ================= */

.cta-expert-section{
background:#0e465d;
color:#fff;
text-align:center;
padding:60px 20px;
}

/* container width */

.cta-expert-section .container{
max-width:900px;
margin:auto;
}

/* title */

.cta-title{
font-size:30px;
font-weight:700;
margin-bottom:12px;
color:#fff;
}

/* subtitle */

.cta-subtitle{
font-size:16px;
font-weight:500;
margin-bottom:8px;
opacity:.95;
}

/* description */

.cta-desc{
font-size:14px;
line-height:1.7;
color:#dbe7ef;
margin-bottom:25px;
}

/* button */

.cta-btn{
display:inline-flex;
align-items:center;
gap:8px;
background:#ffffff;
color:#0e465d;
padding:12px 22px;
border-radius:30px;
font-weight:600;
text-decoration:none;
transition:.3s ease;
}

.cta-btn i{
font-size:16px;
}

.cta-btn:hover{
background:#f2f6fa;
transform:translateY(-2px);
}
