* {
	margin: 0px;
	padding: 0px;
}
body
{
	font-family: 'Roboto', sans-serif;
}
/********** mobile menu **************/
.navbar-drawer-bar
{
    background-color: transparent;
    box-sizing: border-box;
    left: 0;
    pointer-events: none;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1010;
	transition: -webkit-transform .4s cubic-bezier(.7,0,.3,1);
    transition: transform .4s cubic-bezier(.7,0,.3,1);
    transition: transform .4s cubic-bezier(.7,0,.3,1),-webkit-transform .4s cubic-bezier(.7,0,.3,1);
}
.navbar-drawer-bar .drawer-container {
    height:60px;
    padding: 10px;
    position: relative;
    text-align: center;
}
.navbar-drawer-bar a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer;
    display: block;
    height: 40px;
    outline-style: none;
    pointer-events: all;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 1020;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.3);
    color: #000;
    transition: all .3s ease-out;
	line-height: 48px;
	float: right;
	background: #fff;
    border-radius: 4px;
	min-height: auto;
    margin-bottom: initial;
    border: none;
    cursor:pointer;
}
.navbar-drawer-bar .navbar .navbar-icons {
    -webkit-transform: rotate(0deg);
    cursor: pointer;
    display: inline-block;
    height: 17.3px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    width: 22px;
	margin-top: 12px;
}
.navbar-drawer-bar .navbar .navbar-icons span {
    -webkit-transform: rotate(0deg);
    background-color: #000;
    border-radius: 2px;
    display: block;
    height: 2px;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    width: 100%;
}
.navbar-drawer-bar .navbar .navbar-icons span:first-child {
    -webkit-transform-origin: left center;
    top: 1px;
    transform-origin: left center;
	background-color: #000;
}
.navbar-drawer-bar .navbar .navbar-icons span:nth-child(2) {
    -webkit-transform-origin: left center;
    top: 7px;
    transform-origin: left center;
}
.navbar-drawer-bar .navbar .navbar-icons span:nth-child(3) {
    -webkit-transform-origin: left center;
    top: 13px;
    transform-origin: left center;
}
.navbar-drawer-bar.drawer-open .navbar {
    background-color: transparent;
    box-shadow: none;
    color: #636972;
}
.navbar-drawer-bar.drawer-open .navbar .navbar-icons span:first-child {
    -webkit-transform: rotate(45deg);
    left: 3px;
    top: 0;
    transform: rotate(45deg);
	background-color:#766052;
}
.navbar-drawer-bar.drawer-open .navbar .navbar-icons span:nth-child(2) {
    opacity: 0;
    width: 0;
}
.navbar-drawer-bar.drawer-open .navbar .navbar-icons span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    left: 3px;
    top: 16px;
    transform: rotate(-45deg);
	background-color:#636972;
}
#navbar-drawer-mask {
    background-color: rgba(0,0,0,.4);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1001;
}
#navbar-drawer-mask.open
{
	display:block;
}
.strikingly-drawer {
    background: #fff;
    display: block;
    overflow: auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1002;
}
.strikingly-drawer.navbar-drawer {
    -webkit-transform: translateY(-100%);
    max-height: 100vh;
    max-height: 100%;
    transform: translateY(-100%);
    transition: all .4s ease-in-out;
	padding-top: 160px;
	display:none;
}

.strikingly-drawer.navbar-drawer.translate {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display:block;
}
.strikingly-drawer ul {
    -webkit-overflow-scrolling: touch;
    list-style: none;
    overflow: auto;
    position: relative;
	text-align:center;
}
.navbar-drawer.strikingly-drawer {
}
.strikingly-drawer ul
{
	margin-bottom:0px;
	 background: #192837;
	padding-bottom:100px;
}
.strikingly-drawer ul li {
    display: block;
    padding: 0;
    position: relative;
    z-index: 1015;
   
}
.strikingly-drawer ul li a {
   display: block;
    font-weight: 400;
    padding: 20px 20px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid #21384d;
}
.strikingly-drawer ul li:hover a {
	text-decoration:none;
	color:#fff;
	}
.navbar-drawer.strikingly-drawer ul#nav-drawer-list {
    border-right: 1px solid #fceeec;
}
.strikingly-drawer ul li.active a ,.strikingly-drawer ul li:focus a {
   color:#fff;
}

.navbar-drawer.strikingly-drawer ul li.last_element
{
    padding-top: 20px;
}
.navbar-drawer.strikingly-drawer ul li.last_element a
{
background: #eee;	
text-align:center;
}
.mobile_header 
{
	display:none;
}
.mobile
{
	display:none !important;
}
.wrapper
{
	margin:0px auto;
	max-width:1250px;
}
.wp_left
{
	float:left;
	width:100%;
}
.top_header_wrapper
{
	background:#192837;
	padding:8px 0px;
}
.top_header_wrapper ul
{
	text-align:right;
	margin-bottom:0px;
}
.top_header_wrapper ul li
{
	list-style-type:none;
	display:inline-block;
}
.top_header_wrapper ul li a
{
	text-decoration:none;
	color:#fff;
	font-size:18px;
	display:block;
	font-weight:500;
	margin:0px 25px;
}
.top_header_wrapper ul li a .fa
{
	margin-right:10px;
}

.header_wrapper
{
	padding:35px 0px 20px;
}
.main_menu
{
	margin-top:35px;
}
.main_menu ul
{
	text-align:right;
	margin-bottom:0px;
}
.main_menu ul li
{
	list-style-type:none;
	display:inline-block;
}
.main_menu ul li a
{
	text-decoration:none;
	color:#333333;
	font-size:18px;
	display:block;
	font-weight:700;
	margin:0px 25px;
	text-transform:uppercase;
	border-bottom:3px solid transparent;
	padding-bottom:3px;
}
.main_menu ul li:hover a
{
	border-bottom:3px solid #5d98d0;
}
.main_menu ul li.current-menu-item a
{
	border-bottom:3px solid #5d98d0;
}
.banner_wrapper
{
	background:#325270;
}
.banner_img
{
	position:relative;
}
.banner_img h2
{
	position:absolute;
	bottom:50px;
	left:50px;
	margin:0px;
	color:#fff;
	font-size:42px;
	font-weight:700;
}
.banner_content
{
		padding:55px 15px 55px 30px;
		max-width:485px;

}
.banner_content h2
{
	margin:0px;
	color:#fff;
	font-size:42px;
	font-weight:700;
	margin-bottom:30px;
}
.banner_content ul
{
	padding-left:35px;
}
.banner_content ul li
{
	list-style-type:none;
	color:#fff;
	font-size:24px;
	font-weight:500;
	margin-bottom:5px;
	display:block;
	position:relative;
}
.banner_content ul li:before
{
	position:absolute;
	top:5px;
	left:-35px;
	content:"";
	background:url(../images/plus.png) no-repeat;
	height:26px;
	width:26px;
}
a.banner_button
{
	text-decoration: none;
    color: #325270;
    font-size: 18px;
    font-weight: 700;
    display: block;
    background: #fff;
    padding: 20px 15px;
    text-align: center;
    max-width: 345px;
    display: table;
    margin: 0px auto;
    width: 100%;
    text-transform: uppercase;
	border-radius:5px;
	margin-top:40px;
	border:2px solid #fff;
}
a.banner_button:hover
{
	    background: transparent;
		color:#fff;
}
.featured_section
{
	padding:85px 0px ;
}
.featured_list
{
	text-align:center;
	margin-top:25px;
}
.featured_list img
{
	max-width:210px;
	height:auto;
}
.featured_list h3
{
	color:#3b4d56;
	font-size:32px;
	font-weight:700;
	margin-bottom:15px;
}
.featured_list p
{
	color:#333333;
	font-size:19px;
	font-weight:400;
	line-height:30px;
}
.testimonial_section
{
	background:url(../images/textimonial_bg.jpg) no-repeat center center;
	background-size:cover;
	padding:90px 15px 40px 15px;
}
.owl-carousel_textimonail_slider
{
	position:relative;
}
.owl-carousel_textimonail_slider .item
{
	max-width:1065px;
	float:left;
	width:100%;
	position:relative;
}
.owl-carousel_textimonail_slider:before
{
	position:absolute;
	top:-40px;
	left:-70px;
	background:url(../images/quote.png) no-repeat;
	width:58px;
	height:46px;
	content:"";
}
.owl-carousel_textimonail_slider .item p
{
	color:#fff;
	font-size:23px;
	font-weight:300;
	line-height:36px;
	margin-bottom:15px;
}

.owl-carousel_textimonail_slider .item h4
{
	color:#fff;
	font-size:18px;
	font-weight:400;
	margin-top:25px;
}
.owl-carousel_textimonail_slider .owl-nav
{
	display:none;
}
.owl-carousel_textimonail_slider .owl-dots
{
	float:left;
	width:100%;
	display:block !important;
	text-align:center;
	margin-top:25px;
}
.owl-carousel_textimonail_slider .owl-dot
{
	height:15px;
	width:15px;
	background:#a4c6e4;
	border-radius:50%;
	display:inline-block;
	text-align:center;
	margin:0px 8px;
}
.owl-carousel_textimonail_slider .owl-dot.active
{
	background:#fff;
}
.community_section
{
	text-align:center;
	padding:80px 0px;
}
.community_section h2
{
	font-size:48px;
	font-weight:700;
	color:#333333;
	margin-top:0px;
	margin-bottom:25px;
}
.community_section p
{
	font-size:18px;
	font-weight:400;
	color:#333333;
	margin-top:0px;
	line-height:30px;
}
.community_logo 
{
	margin-top:20px;
}
.community_logo .col-sm-2
{
	width:20%;
	margin-top:20px;
}
.home_contact_section
{
	background:#ededed;
	padding:60px 15px 50px 15px;
	text-align:center;
	margin-bottom:55px;
}
.home_contact_section h2
{
	font-size:48px;
	font-weight:700;
	color:#333333;
	margin-top:0px;
	margin-bottom:25px;
}
.home_contact_section p
{
	font-size:18px;
	font-weight:400;
	color:#333333;
	margin-top:0px;
	line-height:15px;
}
.home_contact_section img
{
	margin-top:35px;
}
.connected_section
{
	background:#2b4a67;
	padding:15px 0px;
}
.connected_section h4
{
	text-align:center;
	margin:0px;
	color:#d0dfee;
	font-size:21px;
	font-weight:300;
}
.connected_section h4 a
{
	text-decoration:none;
	color:#fff;
	font-size:16px;
	display:inline-block;
	margin-left:15px;
	font-weight:700;
	border-bottom:2px solid #addd89;
}
.connected_section h4 a:hover
{
	color:#addd89;
}
.footer_wrapper
{
	background:#192837;
	padding:20px 0px 50px 0px;
}
.footer_menu
{
	padding-bottom:15px;
	border-bottom:1px solid #313f4c;
}
.footer_menu ul
{
	margin-bottom:0px;
}
.footer_menu ul li
{
	list-style-type:none;
	display:inline-block;
}
.footer_menu ul li a
{
	text-decoration:none;
	color:#fff;
	font-size:18px;
	display:block;
	font-weight:400;
	margin-right:50px;
}
.footer_menu a .fa
{
	font-size:30px;
	color:#fff;
	float:right;
}
.footer_about
{
	max-width:720px;
}
.footer_find_us
{
	float:right;
	width:100%;
	max-width:330px;
}
.footer_widget
{
	margin-top:25px;
}
.footer_widget h3
{
	color:#fff;
	font-size:19px;
	font-weight:400;
	margin-top:0px;
	margin-bottom:10px;
}
.footer_widget p
{
	color:#fff;
	font-size:16px;
	font-weight:400;
	margin-top:0px;
	margin-bottom:10px;
	opacity:0.50;
}
.footer_find_us p
{
	line-height:30px;
}
.footer_find_us p a
{
	text-decoration:none;
	color:#fff;
}
.inner_banner_wrapper
{
	background-size:cover !important;
	padding:200px 0px 80px 0px;
	text-align:center;
}
.inner_banner_wrapper h2
{
	margin-top:0px;
	font-size:54px;
	color:#fff;
	font-weight:700;
	margin-bottom:30px;
}
.inner_banner_wrapper p
{
	margin-top:0px;
	font-size:24px;
	color:#fff;
	font-weight:400;
	margin-bottom:0px;
}
.inner_banner_wrapper p a
{
	text-decoration:none;
	color:#fff;
	font-weight:700;
}
.service_section
{
	padding:40px 0px 50px 0px;
}
.service_section p
{
	color:#666666;
	font-size:19px;
	font-weight:400;
}
.service_list
{
	margin-top:30px;
}
.service_list h3
{
	font-size:32px;
	margin-top:0px;
	color:#3b4d56;
	font-weight:700;
	margin-bottom:25px;
}
.service_list ul
{
	padding-left:35px;
}
.service_list ul li
{
	list-style-type:none;
	display:block;
	color:#666666;
	font-size:19px;
	font-weight:400;
	margin-bottom:15px;
	position:relative;
}
.service_list ul li:before
{
	position:absolute;
	top:5px;
	left:-35px;
	content:"";
	background:url(../images/right-arrow.png) no-repeat;
	height:17px;
	width:20px;
}
.contact_form
{
	background:#f5f5f5;
	padding:60px 15px;
}
.contact_form h2
{
	text-align:center;
	color:#2b4a67;
	font-size:32px;
	font-weight:700;
	padding-bottom:20px;
	position:relative;
	margin-bottom:15px;
}
.contact_form h2:before
{
	position: absolute;
    bottom: 0px;
    left: 50%;
    height: 3px;
    width: 100px;
    content: "";
    background: #5d98d0;
    transform: translate(-50%,0);
}
.contact_form p
{
	text-align:center;
	font-size:19px;
	color:#333333;
	font-weight:400;
}
.contact_form input , .contact_form textarea
{
	float:left;
	width:100%;
	outline:none;
	border:1px solid #d2e0ee;
	padding:18px 20px;
	border-radius:5px;
	font-size:16px;
	color:#666666;
	font-weight:400;
	margin-top:20px;
}
.contact_form textarea
{
	height:125px;
}
.contact_form input[type="submit"]
{
	background:#2b4a67;
	border:none;
	float:none;
	max-width:240px;
	margin:0px auto;
	color:#fff;
	display:table;
	margin-top:20px;
	text-transform:uppercase;
	font-weight:700;
	border:2px solid #2b4a67;
}
.contact_form input[type="submit"]:hover
{
	background:#fff;
	color:#2b4a67;
}
.support_section
{
	padding:60px 0px;
}
.support_section h3
{
	font-size:32px;
	font-weight:700;
	margin-top:0px;
	color:#3b4d56;
	margin-bottom:20px;
}
.support_section p
{
	font-size:19px;
	font-weight:400;
	margin-top:0px;
	color:#666666;
	line-height:30px;
	margin-bottom:10px;
}
.support_list
{
	margin-top:30px;
	margin-bottom:20px;
}
.support_list h4
{
	font-size:24px;
	font-weight:700;
	margin-top:0px;
	color:#333333;
	margin-bottom:20px;
}
h2.support_button
{
	background: #addd89;
    padding: 30px 50px;
    text-align: center;
    display: table;
    margin: 0px auto;
    margin-top: 40px;
	color:#192837;
	font-size:32px;
	font-weight:700;
}
h2.support_button a
{
	text-decoration:none;
	color:#192837;
	display:inline-block;
	margin-left:30px;
}
.fiber_plan_section
{
	padding:60px 0px;
	border-top:1px solid #d0dfee;
}
.fiber_plan_top h2
{
	text-align:center;
	font-size:54px;
	font-weight:700;
	color:#2b4a67;
	margin-top:0px;
	margin-bottom:20px;
}
.fiber_plan_top p
{
	font-size:24px;
	font-weight:300;
	margin-top:0px;
	color:#333333;
	line-height:30px;
	text-align:center;
}
h3.plan_title
{
}
h3.plan_title
{
	text-align:center;
	color:#2b4a67;
	font-size:32px;
	font-weight:700;
	padding-bottom:20px;
	position:relative;
	margin-bottom:15px;
}
h3.plan_title:before
{
	position: absolute;
    bottom: 0px;
    left: 50%;
    height: 3px;
    width: 80px;
    content: "";
    background: #5d98d0;
    transform: translate(-50%,0);
}
.main_offer
{
	margin-top:50px;
}
.main_offer_list
{
	background:#5d98d0;
	padding:30px 15px;
	margin-top:25px;
}
.main_offer_list h3
{
	background:#d0dfee;
	display:table;
	padding:20px 55px;
	border-radius:20px;
	color:#2b4a67;
	font-size:42px;
	font-weight:500;
	text-align:center;
	margin:0px auto;
}
.main_offer_list h3 span.mps
{
	font-size:18px;
	font-weight:300;
}
.main_offer_list h3 span
{
	font-size:24px;
	font-weight:700;
}
.main_offer_list h4
{
	float:right;
	color:#fff;
	font-size:56px;
	font-weight:400;
	margin-top:25px;
	margin-bottom:0px;
}
.main_offer_list h4 span
{
	font-size:16px;
}
.main_offer_list h4 sup
{
	font-size:18px;
	top: -1.5em;
}
.main_offer .col-sm-4:nth-child(2) .main_offer_list
{
	background:#436f97;
}
.main_offer .col-sm-4:nth-child(3) .main_offer_list
{
	background:#2b4a67;
}
.other_plan
{
	margin-top:50px;
}
.other_plan_list
{
	border:1px solid #d0dfee;
	padding:30px 15px;
	margin-top:30px;
}
.other_plan_list h3
{
	color:#2b4a67;
	font-size:42px;
	font-weight:500;
	text-align:center;
	margin-top:0px;
}
.other_plan_list h3 span.mps
{
	font-size:18px;
	font-weight:300;
}
.other_plan_list h3 span
{
	font-size:24px;
	font-weight:700;
}
.other_plan_list h4
{
	float:right;
	color:#2b4a67;
	font-size:24px;
	font-weight:400;
	margin-top:45px;
	margin-bottom:0px;
}
.other_plan .col-sm-3:nth-child(3) .other_plan_list , .other_plan .col-sm-3:nth-child(4) .other_plan_list , .other_plan .col-sm-3:nth-child(5) .other_plan_list
{
	background:#d0dfee;
}
.other_plan .col-sm-3:nth-child(6) .other_plan_list , .other_plan .col-sm-3:nth-child(7) .other_plan_list, .other_plan .col-sm-3:nth-child(8) .other_plan_list
{
	background:#2b4a67;
	border:1px solid #2b4a67;
}
.other_plan .col-sm-3:nth-child(6) .other_plan_list h3 , .other_plan .col-sm-3:nth-child(7)  .other_plan_list h3, .other_plan .col-sm-3:nth-child(8) .other_plan_list h3
{
	color:#fff;
}
.other_plan .col-sm-3:nth-child(6) .other_plan_list h4 , .other_plan .col-sm-3:nth-child(7)  .other_plan_list h4, .other_plan .col-sm-3:nth-child(8) .other_plan_list h4
{
	color:#fff;
}
.plan_features h4
{
	font-size:21px;
	margin-top:0px;
	color:#2b4a67;
	font-weight:700;
}
.plan_features p
{
	font-size:16px;
	margin-top:0px;
	color:#333333;
	font-weight:400;
}
.plan_features
{
	padding:90px 0px;
}
.fiber_plan_content h3
{
	font-size:32px;
	color:#2b4a67;
	font-weight:700;
	margin-bottom:20px;
}
.fiber_plan_content p
{
	font-size:18px;
	margin-top:0px;
	color:#333333;
	font-weight:400;
	margin-bottom:15px;
}
p.underline
{
	text-decoration:underline;
}
.fiber_table
{
	overflow-x:auto;
	margin-top:30px;
}
.fiber_table h4
{
	font-size:24px;
	color:#2b4a67;
	font-weight:700;
	margin-bottom:15px;
}
.wp_fiber_table>tbody>tr
{
	background:#ececec;
	border:none;
	margin-bottom:0px;
	padding:14px 30px;
	float:left;
	width:100%;
}
.wp_fiber_table>tbody>tr:nth-child(even)
{
	background:#f5f5f5;
}
.wp_fiber_table>tbody>tr>td
{
	border:none;
	color:#333333;
	font-size:18px;
	font-weight:400;
	padding:0px;
}
.wp_fiber_table>tbody>tr>td:nth-child(1)
{
	width:94%;
}
.wp_fiber_table>tbody>tr>td:nth-child(2)
{
	width:6%;
	font-weight:700;
}
.fiber_table p.short_content
{
	font-size:14px;
	color:#333333;
	font-weight:400;
	margin-bottom:50px;
}

.fiber_table p
{
	font-size:19px;
	color:#333333;
	font-weight:400;
}
.fiber_table p a
{
	text-decoration:none;
	color:#5d98d0;
}
.page-template-template-fiber-plan .inner_banner_wrapper , .home .inner_banner_wrapper
{
	display:none;
}
.wpcf7-not-valid-tip
{
	float:left;
	width:100%;
}
.map_center
{
	display:block;
	margin:0px auto;
	max-width:950px;
}
/* AFTEL: align router/ONU cost table prices consistently (2026-06-18) */
.wp_fiber_table>tbody>tr
{
	display:flex;
	align-items:center;
	box-sizing:border-box;
	float:none;
}
.wp_fiber_table>tbody>tr>td:nth-child(1)
{
	width:auto;
	flex:1 1 auto;
	padding-right:20px;
}
.wp_fiber_table>tbody>tr>td:nth-child(2)
{
	width:120px;
	flex:0 0 120px;
	text-align:right;
	white-space:nowrap;
}
/*
* the original .wp_fiber_table>tbody>tr rule in style.css has display:block;
* our flex override needs to come after it so it wins. This is appended at the end.
*/


/* AFTEL Redtrain homepage and coverage update, 2026-06-25 */
.aftel-homepage-modern {
    background: #f6f8fb;
    color: #192837;
}
.aftel-homepage-modern h1,
.aftel-homepage-modern h2,
.aftel-homepage-modern h3,
.aftel-coverage-page h1,
.aftel-coverage-page h2,
.aftel-coverage-page h3 {
    color: #192837;
    margin-top: 0;
}
.aftel-home-hero {
    background: linear-gradient(135deg, #eef6ff 0%, #ffffff 58%, #f6f8fb 100%);
    padding: 70px 0 64px;
}
.aftel-home-hero-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.aftel-home-kicker {
    color: #d9342b;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.aftel-home-hero h1 {
    font-size: 48px;
    line-height: 1.08;
    margin-bottom: 20px;
}
.aftel-home-hero-copy,
.aftel-section-intro p,
.aftel-homepage-modern p,
.aftel-coverage-page p {
    font-size: 17px;
    line-height: 1.7;
}
.aftel-home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}
.aftel-home-actions-centered {
    justify-content: center;
    text-align: center;
}
.aftel-home-btn,
.aftel-home-btn:visited {
    border-radius: 999px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    min-width: 170px;
    padding: 13px 24px;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease;
}
.aftel-home-btn:hover,
.aftel-home-btn:focus {
    text-decoration: none;
    transform: translateY(-1px);
}
.aftel-home-btn-primary,
.aftel-home-btn-primary:visited {
    background: #d9342b;
    color: #fff;
}
.aftel-home-btn-primary:hover,
.aftel-home-btn-primary:focus {
    background: #b8231c;
    color: #fff;
}
.aftel-home-btn-secondary,
.aftel-home-btn-secondary:visited {
    background: #fff;
    border: 1px solid #cfd8e3;
    color: #192837;
}
.aftel-home-btn-secondary:hover,
.aftel-home-btn-secondary:focus {
    border-color: #192837;
    color: #192837;
}
.aftel-home-text-link {
    align-self: center;
    color: #d9342b;
    font-weight: 700;
    padding: 12px 0;
}
.aftel-home-hero-card,
.aftel-feature-card,
.aftel-step-card,
.aftel-final-cta-card,
.aftel-coverage-page-card {
    background: #fff;
    border: 1px solid #e1e7ef;
    border-radius: 18px;
    box-shadow: 0 14px 40px rgba(25, 40, 55, .08);
}
.aftel-home-hero-card {
    overflow: hidden;
}
.aftel-home-hero-image {
    width: 100%;
}
.aftel-home-hero-points {
    padding: 26px;
}
.aftel-home-hero-points h2 {
    font-size: 24px;
    margin-bottom: 14px;
}
.aftel-home-hero-points ul {
    margin: 0;
    padding-left: 20px;
}
.aftel-home-hero-points li {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 8px;
}
.aftel-home-features,
.aftel-home-coverage,
.aftel-home-steps,
.aftel-home-final-cta,
.aftel-coverage-page {
    padding: 58px 0;
}
.aftel-section-title,
.aftel-section-intro {
    margin: 0 auto 34px;
    max-width: 850px;
    text-align: center;
}
.aftel-section-intro h2,
.aftel-section-title {
    font-size: 34px;
    line-height: 1.2;
}
.aftel-feature-card {
    min-height: 238px;
    padding: 30px;
}
.aftel-feature-card h3,
.aftel-step-card h3 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 14px;
}
.aftel-home-coverage {
    background: #fff;
}
.aftel-coverage-stats {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 0 30px;
}
.aftel-coverage-stats div {
    background: #f6f8fb;
    border: 1px solid #e1e7ef;
    border-radius: 14px;
    padding: 20px;
    text-align: center;
}
.aftel-coverage-stats strong {
    color: #d9342b;
    display: block;
    font-size: 28px;
    line-height: 1.1;
}
.aftel-coverage-stats span {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 7px;
}
.aftel-coverage-groups,
.aftel-coverage-page-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.aftel-coverage-group,
.aftel-coverage-page-card {
    padding: 24px;
}
.aftel-coverage-group {
    background: #f6f8fb;
    border: 1px solid #e1e7ef;
    border-radius: 18px;
}
.aftel-coverage-group h3,
.aftel-coverage-page-card h2 {
    font-size: 22px;
    margin-bottom: 16px;
}
.aftel-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.aftel-chip {
    background: #fff;
    border: 1px solid #cfd8e3;
    border-radius: 999px;
    color: #192837;
    display: inline-block;
    font-size: 14px;
    line-height: 1.2;
    padding: 8px 12px;
}
.aftel-coverage-note,
.aftel-coverage-page-note {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 14px;
    margin: 24px auto 0;
    max-width: 850px;
    padding: 16px 18px;
    text-align: center;
}
.aftel-step-card {
    min-height: 286px;
    padding: 26px;
}
.aftel-step-number {
    align-items: center;
    background: #d9342b;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 18px;
    font-weight: 700;
    height: 42px;
    justify-content: center;
    margin-bottom: 18px;
    width: 42px;
}
.aftel-final-cta-card {
    align-items: center;
    display: flex;
    gap: 28px;
    justify-content: space-between;
    padding: 36px;
}
.aftel-final-cta-card h2 {
    font-size: 34px;
    margin-bottom: 12px;
}
.aftel-final-note {
    font-size: 15px;
    margin-bottom: 0;
}
.aftel-coverage-page h1 {
    font-size: 42px;
    line-height: 1.15;
    margin-bottom: 16px;
}
.aftel-coverage-page .aftel-home-actions {
    margin-bottom: 30px;
}
.aftel-coverage-table-wrap {
    overflow-x: auto;
}
.aftel-coverage-table {
    background: #fff;
    border-collapse: collapse;
    margin-top: 20px;
    width: 100%;
}
.aftel-coverage-table th,
.aftel-coverage-table td {
    border: 1px solid #e1e7ef;
    padding: 12px 14px;
    text-align: left;
    vertical-align: top;
}
.aftel-coverage-table th {
    background: #192837;
    color: #fff;
}
.footer_menu .aftel-footer-extra-links {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer_menu .aftel-footer-extra-links li {
    display: inline-block;
}
.footer_menu .aftel-footer-extra-links a {
    color: inherit;
}
@media (max-width: 991px) {
    .aftel-coverage-stats,
    .aftel-coverage-groups,
    .aftel-coverage-page-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .aftel-final-cta-card {
        align-items: flex-start;
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .aftel-home-hero,
    .aftel-home-features,
    .aftel-home-coverage,
    .aftel-home-steps,
    .aftel-home-final-cta,
    .aftel-coverage-page {
        padding: 42px 0;
    }
    .aftel-home-hero h1,
    .aftel-coverage-page h1 {
        font-size: 34px;
    }
    .aftel-section-intro h2,
    .aftel-section-title,
    .aftel-final-cta-card h2 {
        font-size: 28px;
    }
    .aftel-coverage-stats,
    .aftel-coverage-groups,
    .aftel-coverage-page-grid {
        grid-template-columns: 1fr;
    }
    .aftel-feature-card,
    .aftel-step-card {
        margin-bottom: 16px;
        min-height: 0;
    }
    .aftel-home-btn {
        width: 100%;
    }
    .aftel-home-actions {
        align-items: stretch;
        flex-direction: column;
    }
}


/* AFTEL homepage final polish, 2026-06-25 */
.aftel-home-trust-strip {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}
.aftel-home-trust-strip li {
    background: #f6f8fb;
    border: 1px solid #e1e7ef;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
    padding: 12px 14px;
}
.aftel-chip-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.aftel-chip-list .aftel-chip {
    margin: 0;
}
@media (max-width: 767px) {
    .aftel-home-trust-strip {
        grid-template-columns: 1fr;
    }
}


/* AFTEL visual balance polish, 2026-06-25 — frontend only */
.aftel-home-hero {
    padding: clamp(48px, 5vw, 64px) 0;
}
.aftel-home-hero h1 {
    font-size: clamp(36px, 4vw, 48px);
    letter-spacing: -0.025em;
    margin-bottom: 16px;
}
.aftel-home-hero-copy {
    max-width: 670px;
}
.aftel-home-actions {
    align-items: center;
    gap: 12px 14px;
    margin-top: 24px;
}
.aftel-home-btn,
.aftel-home-btn:visited {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 48px;
    padding: 12px 24px;
}
.aftel-home-hero-card {
    max-width: 456px;
    margin-left: auto;
}
.aftel-home-hero-image {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.aftel-home-hero-points {
    padding: 24px;
}
.aftel-home-hero-points h2 {
    margin-bottom: 16px;
}
.aftel-home-trust-strip {
    gap: 10px;
    padding-left: 0 !important;
}
.aftel-home-trust-strip li {
    align-items: flex-start;
    display: flex;
    gap: 9px;
    min-height: 66px;
}
.aftel-home-trust-strip li::before {
    align-items: center;
    background: #eaf7ef;
    border-radius: 999px;
    color: #1b7f3a;
    content: '✓';
    display: inline-flex;
    flex: 0 0 20px;
    font-size: 12px;
    font-weight: 900;
    height: 20px;
    justify-content: center;
    margin-top: 1px;
    width: 20px;
}
.aftel-home-features,
.aftel-home-coverage,
.aftel-home-steps,
.aftel-home-final-cta,
.aftel-coverage-page {
    padding: clamp(50px, 5vw, 64px) 0;
}
.aftel-section-title,
.aftel-section-intro {
    margin-bottom: 32px;
}
.aftel-home-features .row,
.aftel-home-steps .row,
.main_offer > .row,
.other_plan > .row,
.plan_features > .row {
    display: flex;
    flex-wrap: wrap;
}
.aftel-home-features .row > [class*="col-"],
.aftel-home-steps .row > [class*="col-"],
.main_offer > .row > [class*="col-"],
.other_plan > .row > [class*="col-"],
.plan_features > .row > [class*="col-"] {
    display: flex;
}
.aftel-feature-card,
.aftel-step-card,
.main_offer_list,
.other_plan_list {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
.aftel-feature-card {
    min-height: 218px;
    padding: 28px;
}
.aftel-feature-card h3,
.aftel-step-card h3 {
    letter-spacing: -0.01em;
}
.aftel-coverage-stats {
    gap: 16px;
    margin-bottom: 28px;
}
.aftel-coverage-stats div {
    background: #fff;
    border-top: 4px solid #d9342b;
    box-shadow: 0 10px 26px rgba(25, 40, 55, .055);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 122px;
    padding: 20px 16px;
}
.aftel-coverage-stats strong {
    font-size: 30px;
}
.aftel-coverage-stats span {
    color: #3f5267;
    font-weight: 650;
    margin-left: auto;
    margin-right: auto;
    max-width: 190px;
}
.aftel-coverage-groups,
.aftel-coverage-page-grid {
    align-items: start;
    gap: 24px;
}
.aftel-coverage-group,
.aftel-coverage-page-card {
    padding: 24px;
}
.aftel-chip-list {
    align-items: flex-start;
    gap: 10px;
}
.aftel-chip {
    box-shadow: 0 1px 2px rgba(25, 40, 55, .04);
    margin: 0;
}
.aftel-coverage-note,
.aftel-coverage-page-note {
    line-height: 1.55;
    margin-top: 26px;
}
.aftel-step-card {
    min-height: 268px;
    padding: 28px 26px;
}
.aftel-step-number {
    box-shadow: 0 8px 18px rgba(217, 52, 43, .18);
    flex: 0 0 42px;
}
.aftel-final-cta-card {
    background: linear-gradient(135deg, #ffffff 0%, #f6fbff 100%);
    border-top: 4px solid #d9342b;
    box-shadow: 0 18px 46px rgba(25, 40, 55, .10);
    padding: clamp(30px, 4vw, 42px);
}
.aftel-final-cta-card .aftel-home-actions {
    margin-top: 0;
}
.aftel-coverage-page-hero {
    background: linear-gradient(135deg, #eef6ff 0%, #ffffff 70%);
    border: 1px solid #d9e8f7;
    border-radius: 22px;
    box-shadow: 0 16px 42px rgba(25, 40, 55, .07);
    margin: 0 auto 38px;
    max-width: 960px;
    padding: clamp(30px, 4vw, 44px);
    text-align: center;
}
.aftel-coverage-page-hero .aftel-home-actions {
    justify-content: center;
    margin-bottom: 0;
}
.aftel-coverage-page section:not(.aftel-coverage-page-hero):not(.aftel-home-final-cta) {
    margin-bottom: 44px;
}
.aftel-coverage-table {
    border-radius: 14px;
    overflow: hidden;
}

/* Fibre plans page visual balance */
.fiber_plan_section {
    background: #fff;
    border-top: 0;
    padding: clamp(44px, 5vw, 58px) 0 46px;
}
.fiber_plan_top {
    background: linear-gradient(135deg, #eef6ff 0%, #ffffff 72%);
    border: 1px solid #d9e8f7;
    border-radius: 22px;
    box-shadow: 0 16px 42px rgba(25, 40, 55, .07);
    margin: 0 auto 38px;
    max-width: 960px;
    padding: clamp(30px, 4vw, 42px);
    text-align: center;
}
.fiber_plan_top h2 {
    color: #192837;
    font-size: clamp(34px, 4vw, 46px);
    letter-spacing: -0.025em;
    line-height: 1.12;
    margin-bottom: 14px;
}
.fiber_plan_top p {
    color: #3f5267;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.65;
    margin: 0 auto;
    max-width: 800px;
}
.main_offer,
.other_plan {
    margin-top: 38px;
}
.main_offer_list,
.other_plan_list {
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(25, 40, 55, .08);
    min-height: 226px;
}
.main_offer_list h4,
.other_plan_list h4 {
    align-self: flex-end;
    float: none;
    margin-top: auto;
}
.plan_features {
    padding: clamp(48px, 5vw, 64px) 0;
}
.plan_features > .row > [class*="col-"] > .row {
    background: #fff;
    border: 1px solid #e1e7ef;
    border-radius: 16px;
    box-shadow: 0 10px 26px rgba(25, 40, 55, .055);
    margin-left: 0;
    margin-right: 0;
    padding: 22px 18px;
    width: 100%;
}
.aftel-plan-contact.contact_form {
    margin-top: 24px;
}

@media (max-width: 991px) {
    .aftel-home-hero-card {
        margin: 28px auto 0;
        max-width: 520px;
    }
    .aftel-coverage-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .aftel-step-card {
        margin-bottom: 18px;
        min-height: 240px;
    }
}
@media (max-width: 767px) {
    .aftel-home-hero,
    .aftel-home-features,
    .aftel-home-coverage,
    .aftel-home-steps,
    .aftel-home-final-cta,
    .aftel-coverage-page {
        padding: 38px 0;
    }
    .aftel-home-actions {
        gap: 10px;
        margin-top: 20px;
    }
    .aftel-home-btn,
    .aftel-home-btn:visited {
        width: 100%;
    }
    .aftel-home-hero-points {
        padding: 20px;
    }
    .aftel-home-trust-strip li {
        min-height: 0;
    }
    .aftel-home-features .row,
    .aftel-home-steps .row,
    .main_offer > .row,
    .other_plan > .row,
    .plan_features > .row {
        display: block;
    }
    .aftel-feature-card,
    .aftel-step-card {
        min-height: 0;
        padding: 24px;
    }
    .aftel-coverage-stats {
        grid-template-columns: 1fr;
    }
    .aftel-coverage-stats div {
        min-height: 104px;
        padding: 18px 16px;
    }
    .aftel-coverage-group,
    .aftel-coverage-page-card {
        padding: 20px;
    }
    .aftel-final-cta-card {
        gap: 18px;
    }
    .fiber_plan_section {
        padding-top: 36px;
    }
    .fiber_plan_top {
        padding: 28px 20px;
    }
    .main_offer_list,
    .other_plan_list {
        min-height: 0;
        margin-top: 18px;
    }
    .plan_features > .row > [class*="col-"] > .row {
        margin-bottom: 16px;
    }
}


/* AFTEL visual CTA nowrap hotfix */
.aftel-home-btn,
.aftel-home-btn:visited {
    white-space: nowrap;
}


/* AFTEL coverage specialist callout polish */
.aftel-redtrain-coverage-choice {
    margin: 34px 0 44px;
}
.aftel-specialist-callout {
    background: linear-gradient(135deg, #ffffff 0%, #f6fbff 100%);
    border: 1px solid #e1e7ef;
    border-left: 4px solid #d9342b;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(25, 40, 55, .055);
    padding: 28px 30px;
}
.aftel-specialist-callout h2 {
    font-size: 30px;
    line-height: 1.22;
    margin-bottom: 12px;
}
.aftel-specialist-callout p {
    color: #3f5267;
    line-height: 1.65;
    margin: 0;
}
.aftel-specialist-callout .aftel-home-actions {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .aftel-redtrain-coverage-choice {
        margin: 26px 0 34px;
    }
    .aftel-specialist-callout {
        padding: 22px 18px;
    }
    .aftel-specialist-callout h2 {
        font-size: 25px;
    }
}


/* AFTEL homepage Redtrain specialist section polish */
.aftel-redtrain-specialist {
    background: #f6f8fb;
    padding: clamp(50px, 5vw, 64px) 0;
}
.aftel-redtrain-specialist .row {
    display: flex;
    flex-wrap: wrap;
}
.aftel-redtrain-specialist .row > [class*="col-"] {
    display: flex;
}
.aftel-specialist-card {
    background: #fff;
    border: 1px solid #e1e7ef;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(25, 40, 55, .06);
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 26px;
    width: 100%;
}
.aftel-specialist-card h3 {
    font-size: 22px;
    line-height: 1.25;
    margin-bottom: 12px;
}
.aftel-specialist-card p {
    color: #3f5267;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .aftel-redtrain-specialist {
        padding: 38px 0;
    }
    .aftel-redtrain-specialist .row {
        display: block;
    }
    .aftel-specialist-card {
        margin-bottom: 16px;
        padding: 22px;
    }
}


/* AFTEL fibre-plan tablet card rhythm */
@media (min-width: 640px) and (max-width: 991px) {
    .fiber_plan_section .main_offer > .row,
    .fiber_plan_section .other_plan > .row {
        display: flex;
        flex-wrap: wrap;
    }
    .fiber_plan_section .main_offer > .row > .col-sm-4 {
        display: flex;
        width: 33.333333% !important;
    }
    .fiber_plan_section .other_plan > .row > .col-sm-3,
    .fiber_plan_section .other_plan > .row > .col-xs-6 {
        display: flex;
        width: 50% !important;
    }
    .fiber_plan_section .main_offer_list,
    .fiber_plan_section .other_plan_list {
        min-height: 210px;
    }
    .fiber_plan_section .main_offer_list h3 {
        font-size: 34px;
        line-height: 1.05;
    }
    .fiber_plan_section .main_offer_list h4 {
        font-size: 48px;
    }
}


/* AFTEL fibre-plan tablet inner card sizing */
@media (min-width: 640px) and (max-width: 991px) {
    .fiber_plan_section .main_offer_list h3 {
        box-sizing: border-box;
        display: block;
        font-size: 30px;
        line-height: 1.08;
        margin-left: auto;
        margin-right: auto;
        max-width: 190px;
        padding: 16px 12px;
        width: 100%;
    }
    .fiber_plan_section .main_offer_list h3 span.mps {
        font-size: 15px;
    }
    .fiber_plan_section .main_offer_list h3 span:not(.mps) {
        font-size: 20px;
    }
    .fiber_plan_section .main_offer_list h4 {
        font-size: 42px;
    }
}


/* AFTEL homepage/customer journey polish, 2026-06-25 */
html, body{overflow-x:hidden;}
.aftel-home-hero{padding:58px 0 46px;}
.aftel-home-hero-row{gap:0;}
.aftel-home-hero h1{font-size:52px;letter-spacing:-.025em;max-width:660px;}
.aftel-home-hero-copy{max-width:690px;}
.aftel-hero-reassurance{color:#516274;font-size:15px!important;line-height:1.45!important;margin:12px 0 0;}
.aftel-home-actions{align-items:center;gap:12px 14px;}
.aftel-home-proof-card{background:#fff;border:1px solid #dce6f0;border-radius:20px;box-shadow:0 18px 48px rgba(25,40,55,.10);overflow:hidden;}
.aftel-proof-card-content{padding:28px;}
.aftel-proof-eyebrow{color:#d9342b;font-size:13px!important;font-weight:800;letter-spacing:.08em;line-height:1.3!important;margin:0 0 8px;text-transform:uppercase;}
.aftel-proof-card-content h2{font-size:28px;line-height:1.2;margin:0 0 12px;}
.aftel-proof-card-content p{font-size:16px!important;line-height:1.62!important;margin-bottom:18px;}
.aftel-proof-points{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0;}
.aftel-proof-points li{background:#f6f8fb;border:1px solid #e1e7ef;border-radius:999px;color:#192837;font-size:13px;font-weight:700;line-height:1.25;padding:8px 11px;}
.aftel-home-trust-strip{display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr));list-style:none;margin:30px 0 0;padding:0;}
.aftel-home-trust-strip li{align-items:center;background:#fff;border:1px solid #dce6f0;border-radius:14px;box-shadow:0 8px 22px rgba(25,40,55,.05);display:flex;font-size:14px;font-weight:800;line-height:1.35;margin:0;min-height:64px;padding:14px 16px;}
.aftel-home-features,.aftel-redtrain-specialist,.aftel-home-coverage,.aftel-home-steps,.aftel-home-final-cta{padding:56px 0;}
.aftel-section-intro{margin-bottom:32px;}
.aftel-section-intro p{max-width:850px;margin-left:auto;margin-right:auto;}
.aftel-card-row,.aftel-step-row{display:flex;flex-wrap:wrap;}
.aftel-card-row>[class*="col-"],.aftel-step-row>[class*="col-"]{display:flex;}
.aftel-feature-card,.aftel-step-card{height:100%;width:100%;}
.aftel-feature-card{min-height:230px;padding:28px;}
.aftel-redtrain-specialist{background:#fff;}
.aftel-specialist-panel{background:linear-gradient(135deg,#eef6ff 0%,#fff 100%);border:1px solid #dce6f0;border-radius:22px;box-shadow:0 18px 48px rgba(25,40,55,.08);padding:38px 42px;text-align:center;}
.aftel-specialist-panel .aftel-section-intro{margin-bottom:22px;}
.aftel-specialist-supporting-line{color:#31465a;font-weight:600;margin-top:14px;}
.aftel-coverage-list-intro{color:#31465a;font-weight:600;margin:0 auto 24px;max-width:850px;text-align:center;}
.aftel-coverage-stats div{background:#fff;border-color:#dce6f0;box-shadow:0 8px 22px rgba(25,40,55,.045);}
.aftel-coverage-stats span{font-size:15px;font-weight:700;}
.aftel-coverage-group{min-height:0;}
.aftel-step-card{min-height:300px;}
.aftel-step-number{margin-bottom:20px;}
.aftel-final-cta-card{background:linear-gradient(135deg,#fff 0%,#f7fbff 100%);padding:38px;}
.aftel-final-cta-card .aftel-home-actions{justify-content:flex-end;margin-top:0;min-width:260px;}
.aftel-fibre-plan-page .fiber_plan_top{text-align:center;}
.aftel-fibre-plan-page .fiber_plan_top>p{max-width:860px;margin-left:auto;margin-right:auto;}
.aftel-plan-cta{margin-top:18px;}
.aftel-plan-contact{margin-top:28px;}
@media (min-width:768px) and (max-width:991px){.aftel-home-hero h1{font-size:42px}.aftel-home-trust-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.aftel-feature-card,.aftel-step-card{margin-bottom:20px}.aftel-step-card{min-height:260px}.aftel-coverage-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.aftel-final-cta-card{align-items:flex-start}.aftel-final-cta-card .aftel-home-actions{justify-content:flex-start;margin-top:16px}}
@media (max-width:767px){.aftel-home-hero{padding:40px 0 34px}.aftel-home-hero h1{font-size:34px;line-height:1.12}.aftel-home-actions{align-items:stretch;flex-direction:column}.aftel-home-btn{width:100%;min-width:0}.aftel-home-proof-card{margin-top:28px}.aftel-proof-card-content{padding:22px}.aftel-home-trust-strip{grid-template-columns:1fr;gap:10px;margin-top:24px}.aftel-home-trust-strip li{min-height:0}.aftel-home-features,.aftel-redtrain-specialist,.aftel-home-coverage,.aftel-home-steps,.aftel-home-final-cta{padding:42px 0}.aftel-specialist-panel{padding:28px 18px}.aftel-card-row>[class*="col-"],.aftel-step-row>[class*="col-"]{display:block}.aftel-feature-card,.aftel-step-card{height:auto;margin-bottom:16px;min-height:0}.aftel-coverage-stats{grid-template-columns:1fr}.aftel-coverage-groups{grid-template-columns:1fr}.aftel-final-cta-card{padding:28px 20px}.aftel-final-cta-card .aftel-home-actions{min-width:0;width:100%}.aftel-chip{font-size:13px;padding:7px 10px}}

/* AFTEL homepage simplification pass 20260626: three customer-facing coverage summary cards. */
.aftel-home-hero .aftel-home-kicker {
    letter-spacing: .02em;
    text-transform: none;
}
.aftel-home-coverage .aftel-coverage-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 991px) {
    .aftel-home-coverage .aftel-coverage-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 767px) {
    .aftel-home-coverage .aftel-coverage-stats {
        grid-template-columns: 1fr;
    }
}



/* AFTEL Great Value Reachable Simple restart redesign */
.aftel-homepage-gvs{background:#f4f8fc;color:#122238;overflow-x:hidden;}
.aftel-homepage-gvs h1,.aftel-homepage-gvs h2,.aftel-homepage-gvs h3{color:#122238;font-weight:800;letter-spacing:-.025em;}
.aftel-gvs-hero{background:linear-gradient(180deg,#ffffff 0%,#f4f8fc 100%);padding:34px 0 56px;}
.aftel-gvs-hero-card{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);min-height:430px;border-radius:0;overflow:hidden;box-shadow:0 20px 56px rgba(18,34,56,.10);background:#fff;}
.aftel-gvs-hero-image{background:linear-gradient(90deg,rgba(18,34,56,.15),rgba(18,34,56,.03)),url('../images/banner-img.jpg') center/cover no-repeat;min-height:430px;}
.aftel-gvs-hero-panel{background:#294f72;color:#fff;padding:48px 54px;display:flex;flex-direction:column;justify-content:center;}
.aftel-gvs-hero-panel .aftel-home-kicker{color:#cfe5fa!important;margin-bottom:14px;}
.aftel-gvs-hero-panel h1{color:#fff;font-size:43px;line-height:1.08;margin:0 0 18px;max-width:680px;}
.aftel-gvs-hero-panel .aftel-home-hero-copy{color:#eef6ff;font-size:18px!important;line-height:1.65!important;margin:0;max-width:710px;}
.aftel-gvs-hero-panel .aftel-hero-reassurance{color:#dbeeff;font-size:15px!important;line-height:1.5!important;margin-top:14px;}
.aftel-gvs-hero-panel .aftel-home-btn-primary{background:#fff;color:#1e4265;box-shadow:none;}
.aftel-gvs-hero-panel .aftel-home-btn-primary:hover,.aftel-gvs-hero-panel .aftel-home-btn-primary:focus{background:#f7fafc;color:#0f2b46;}
.aftel-gvs-hero-panel .aftel-home-btn-secondary{background:transparent;border-color:rgba(255,255,255,.55);color:#fff;}
.aftel-gvs-hero-panel .aftel-home-btn-secondary:hover,.aftel-gvs-hero-panel .aftel-home-btn-secondary:focus{background:rgba(255,255,255,.10);border-color:#fff;color:#fff;}
.aftel-home-kicker{color:#d9342b;font-size:13px!important;font-weight:900;letter-spacing:.1em;line-height:1.35!important;text-transform:uppercase;margin:0 0 10px;}
.aftel-home-actions{display:flex;gap:12px 14px;align-items:center;flex-wrap:wrap;margin-top:28px;}
.aftel-home-btn,.aftel-home-btn:visited{display:inline-flex;align-items:center;justify-content:center;min-height:48px;min-width:170px;border-radius:10px;font-weight:800;line-height:1.2;padding:14px 24px;text-decoration:none!important;white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease;}
.aftel-home-btn:hover,.aftel-home-btn:focus{transform:translateY(-1px);text-decoration:none!important;}
.aftel-home-btn-primary,.aftel-home-btn-primary:visited{background:#d9342b;color:#fff;box-shadow:0 12px 24px rgba(217,52,43,.20);}
.aftel-home-btn-primary:hover,.aftel-home-btn-primary:focus{background:#b8231c;color:#fff;box-shadow:0 14px 30px rgba(217,52,43,.26);}
.aftel-home-btn-secondary,.aftel-home-btn-secondary:visited{background:#fff;border:1px solid #c9d6e4;color:#122238;}
.aftel-home-btn-secondary:hover,.aftel-home-btn-secondary:focus{border-color:#294f72;color:#122238;}
.aftel-gvs-proof-row{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:18px;margin-top:28px;}
.aftel-gvs-proof-card{background:#fff;border:1px solid #d9e5f1;border-radius:18px;box-shadow:0 14px 36px rgba(18,34,56,.06);padding:25px 24px;min-height:190px;display:flex;flex-direction:column;justify-content:flex-start;}
.aftel-gvs-proof-main{background:#fff;border-top:5px solid #d9342b;}
.aftel-gvs-proof-card h2{font-size:30px;line-height:1.18;margin:0 0 12px;}
.aftel-gvs-proof-card h3{font-size:22px;line-height:1.2;margin:12px 0 10px;}
.aftel-gvs-proof-card p{font-size:16px!important;line-height:1.6!important;margin:0;color:#334c64;}
.aftel-gvs-proof-icon{width:42px;height:42px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#eaf4ff;color:#294f72;font-size:22px;font-weight:900;}
.aftel-gvs-section{padding:64px 0;}
.aftel-section-intro{text-align:center;max-width:900px;margin:0 auto 34px;}
.aftel-section-intro h2{font-size:38px;line-height:1.16;margin:0 0 14px;}
.aftel-section-intro p{color:#334c64;font-size:17px!important;line-height:1.65!important;}
.aftel-card-row{display:flex;flex-wrap:wrap;}
.aftel-card-row>[class*='col-']{display:flex;}
.aftel-feature-card{background:#fff;border:1px solid #d9e5f1;border-radius:20px;box-shadow:0 15px 40px rgba(18,34,56,.07);height:100%;min-height:250px;padding:30px;width:100%;position:relative;}
.aftel-feature-card:before{content:"";display:block;width:46px;height:5px;border-radius:99px;background:#7ab0df;margin-bottom:24px;}
.aftel-feature-card h3{font-size:24px;line-height:1.22;margin:0 0 14px;}
.aftel-feature-card p{font-size:16px!important;line-height:1.65!important;color:#334c64;margin:0;}
.aftel-gvs-values{background:#f4f8fc;}
.aftel-gvs-handhold{background:#fff;padding-top:56px;padding-bottom:56px;}
.aftel-gvs-handhold-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.86fr);gap:36px;align-items:center;background:linear-gradient(135deg,#14324f 0%,#2f5b80 100%);border-radius:26px;color:#fff;padding:44px 48px;box-shadow:0 18px 46px rgba(18,34,56,.14);}
.aftel-gvs-handhold-card h2{color:#fff;font-size:38px;line-height:1.16;margin:0 0 16px;}
.aftel-gvs-handhold-card p{color:#edf7ff;font-size:17px!important;line-height:1.65!important;margin:0;}
.aftel-gvs-handhold-card .aftel-home-kicker{color:#b8d9f7!important;}
.aftel-gvs-check-list{list-style:none;margin:0;padding:0;display:grid;gap:12px;}
.aftel-gvs-check-list li{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);border-radius:16px;padding:16px 18px;}
.aftel-gvs-check-list strong{display:block;color:#fff;font-size:16px;margin-bottom:4px;}
.aftel-gvs-check-list span{display:block;color:#e0f0ff;font-size:14px;line-height:1.45;}
.aftel-home-coverage{background:#fff;}
.aftel-gvs-coverage-layout{display:grid;grid-template-columns:1fr 1fr 1.4fr;gap:18px;margin:30px 0 22px;}
.aftel-gvs-coverage-card{background:#f7fbff;border:1px solid #d9e5f1;border-radius:18px;padding:28px;text-align:left;box-shadow:0 12px 30px rgba(18,34,56,.05);}
.aftel-gvs-stat-number{display:block;color:#d9342b;font-size:44px;font-weight:900;line-height:1;margin-bottom:9px;}
.aftel-gvs-stat-label{display:block;color:#29435d;font-size:16px;font-weight:800;line-height:1.35;}
.aftel-gvs-coverage-card h3{font-size:22px;margin:0 0 10px;}
.aftel-gvs-coverage-card p{color:#334c64;font-size:16px!important;line-height:1.6!important;margin:0;}
.aftel-coverage-note{background:#fff8ef;border:1px solid #ffd49c;border-radius:14px;color:#5c3a0b;font-size:16px!important;line-height:1.5!important;margin:16px auto 0;max-width:850px;padding:16px 18px;text-align:center;}
.aftel-home-actions-centered{justify-content:center;text-align:center;}
.aftel-home-text-link{color:#d9342b;font-weight:900;text-decoration:none;}
.aftel-home-text-link:hover,.aftel-home-text-link:focus{color:#a51f19;text-decoration:underline;}
.aftel-home-steps{background:#f4f8fc;}
.aftel-step-row{display:flex;flex-wrap:wrap;}
.aftel-step-row>[class*='col-']{display:flex;}
.aftel-step-card{background:#fff;border:1px solid #d9e5f1;border-radius:18px;box-shadow:0 14px 36px rgba(18,34,56,.06);height:100%;min-height:245px;padding:26px;width:100%;}
.aftel-step-number{align-items:center;background:#d9342b;border-radius:50%;box-shadow:0 8px 18px rgba(217,52,43,.20);color:#fff;display:inline-flex;font-size:18px;font-weight:900;height:46px;justify-content:center;margin-bottom:24px;width:46px;}
.aftel-step-card h3{font-size:22px;line-height:1.2;margin:0 0 12px;}
.aftel-step-card p{color:#334c64;font-size:16px!important;line-height:1.6!important;margin:0;}
.aftel-gvs-testimonial{background:#fff;padding:20px 0 64px;}
.aftel-gvs-testimonial blockquote{background:#7eb0dc;border:0;border-radius:22px;color:#fff;margin:0;padding:40px 46px;position:relative;box-shadow:0 18px 46px rgba(18,34,56,.12);}
.aftel-gvs-testimonial blockquote:before{content:'“';font-size:86px;font-weight:900;left:28px;line-height:1;opacity:.28;position:absolute;top:14px;}
.aftel-gvs-testimonial p{font-size:24px!important;line-height:1.55!important;margin:0 0 18px;padding-left:34px;color:#fff;}
.aftel-gvs-testimonial cite{display:block;font-style:normal;font-weight:800;padding-left:34px;color:#fff;}
.aftel-home-final-cta{background:#f4f8fc;padding:0 0 64px;}
.aftel-final-cta-card{align-items:center;background:#fff;border:1px solid #d9e5f1;border-top:6px solid #d9342b;border-radius:22px;box-shadow:0 18px 46px rgba(18,34,56,.08);display:flex;gap:28px;justify-content:space-between;padding:38px 40px;}
.aftel-final-cta-card h2{font-size:34px;line-height:1.15;margin:0 0 12px;}
.aftel-final-cta-card p{color:#334c64;font-size:17px!important;line-height:1.6!important;margin:0;max-width:760px;}
.aftel-final-cta-card .aftel-home-actions{flex-direction:column;align-items:stretch;min-width:220px;margin-top:0;}
@media (min-width:768px) and (max-width:991px){.aftel-gvs-hero-card{grid-template-columns:1fr}.aftel-gvs-hero-image{min-height:260px}.aftel-gvs-proof-row{grid-template-columns:1fr 1fr}.aftel-gvs-handhold-card{grid-template-columns:1fr}.aftel-gvs-coverage-layout{grid-template-columns:1fr 1fr}.aftel-gvs-coverage-wide{grid-column:1/-1}.aftel-step-card{margin-bottom:20px}.aftel-final-cta-card{align-items:flex-start;flex-direction:column}.aftel-final-cta-card .aftel-home-actions{flex-direction:row;min-width:0}}
@media (max-width:767px){.aftel-gvs-hero{padding:22px 0 42px}.aftel-gvs-hero-card{grid-template-columns:1fr;min-height:0}.aftel-gvs-hero-image{min-height:210px}.aftel-gvs-hero-panel{padding:30px 22px}.aftel-gvs-hero-panel h1{font-size:33px}.aftel-gvs-hero-panel .aftel-home-hero-copy{font-size:16px!important}.aftel-home-actions{align-items:stretch;flex-direction:column}.aftel-home-btn{width:100%;min-width:0}.aftel-gvs-proof-row{grid-template-columns:1fr;gap:14px;margin-top:18px}.aftel-gvs-proof-card{min-height:0;padding:22px}.aftel-gvs-proof-card h2,.aftel-section-intro h2,.aftel-gvs-handhold-card h2{font-size:29px}.aftel-gvs-section{padding:44px 0}.aftel-card-row,.aftel-step-row{display:block}.aftel-card-row>[class*='col-'],.aftel-step-row>[class*='col-']{display:block}.aftel-feature-card,.aftel-step-card{height:auto;min-height:0;margin-bottom:16px;padding:24px}.aftel-gvs-handhold-card{grid-template-columns:1fr;padding:28px 22px;border-radius:20px}.aftel-gvs-coverage-layout{grid-template-columns:1fr}.aftel-gvs-stat-number{font-size:38px}.aftel-gvs-testimonial{padding-bottom:44px}.aftel-gvs-testimonial blockquote{padding:30px 22px}.aftel-gvs-testimonial p{font-size:19px!important;padding-left:24px}.aftel-gvs-testimonial cite{padding-left:24px}.aftel-final-cta-card{align-items:stretch;flex-direction:column;padding:28px 22px}.aftel-final-cta-card .aftel-home-actions{min-width:0;width:100%}.aftel-home-final-cta{padding-bottom:44px}}


/* AFTEL GVS hero primary and secondary CTA colour fix */
.aftel-gvs-hero-panel .aftel-home-btn-primary,
.aftel-gvs-hero-panel .aftel-home-btn-primary:visited {
    background: #e7332a;
    border-color: #e7332a;
    color: #fff;
    box-shadow: 0 12px 24px rgba(231, 51, 42, .26);
}
.aftel-gvs-hero-panel .aftel-home-btn-primary:hover,
.aftel-gvs-hero-panel .aftel-home-btn-primary:focus {
    background: #c92821;
    border-color: #c92821;
    color: #fff;
    box-shadow: 0 14px 30px rgba(231, 51, 42, .30);
}
.aftel-gvs-hero-panel .aftel-home-btn-secondary,
.aftel-gvs-hero-panel .aftel-home-btn-secondary:visited {
    background: #f4c542;
    border-color: #f4c542;
    color: #122238;
    box-shadow: 0 12px 24px rgba(244, 197, 66, .18);
}
.aftel-gvs-hero-panel .aftel-home-btn-secondary:hover,
.aftel-gvs-hero-panel .aftel-home-btn-secondary:focus {
    background: #ffd766;
    border-color: #ffd766;
    color: #122238;
    box-shadow: 0 14px 30px rgba(244, 197, 66, .24);
}


/* AFTEL fibre plan intro centering fix */
.page-template-template-fiber-plan .fiber_plan_top {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1100px;
    width: min(100%, 1100px) !important;
}


/* AFTEL floating WhatsApp Business chat link */
.aftel-whatsapp-link,
.aftel-whatsapp-link:visited {
    align-items: center;
    background: #25D366;
    border-radius: 999px;
    color: #fff !important;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
    width: 38px;
}
.aftel-whatsapp-link:hover,
.aftel-whatsapp-link:focus {
    background: #1fb85a;
    color: #fff !important;
    text-decoration: none;
    transform: translateY(-1px);
}
.aftel-whatsapp-link .fa {
    color: #fff;
    font-size: 24px;
}
.aftel-whatsapp-float,
.aftel-whatsapp-float:visited {
    bottom: 96px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .22), 0 0 0 3px rgba(255, 255, 255, .95);
    height: 54px;
    position: fixed;
    right: 18px;
    width: 54px;
    z-index: 9999;
}
.aftel-whatsapp-float:hover,
.aftel-whatsapp-float:focus {
    box-shadow: 0 14px 30px rgba(0, 0, 0, .26), 0 0 0 3px rgba(255, 255, 255, 1);
}
.aftel-whatsapp-float .fa {
    font-size: 30px;
}
@media (max-width: 767px) {
    .aftel-whatsapp-float,
    .aftel-whatsapp-float:visited {
        bottom: auto;
        height: 44px;
        right: 10px;
        top: 52%;
        transform: translateY(-50%);
        width: 44px;
    }
    .aftel-whatsapp-float:hover,
    .aftel-whatsapp-float:focus {
        transform: translateY(-50%) scale(1.03);
    }
    .aftel-whatsapp-float .fa {
        font-size: 25px;
    }
}
