
body{
    font-family: 'Montserrat', sans-serif;
}

/* Top Header */
.top-header{
    background:#fff;
    padding:20px 0;
}
.phone-number{
    font-size:28px;
    font-weight:700;
    color:#0d2f5c;
}
.business-text{
    color:#f39c12;
    font-weight:600;
}

/* Navbar */
.navbar{
    background:#ffffff;
}
.navbar-nav .nav-link{
    font-weight:600;
    color:#0d2f5c !important;
}
.navbar-nav .nav-link:hover{
    color:#f39c12 !important;
}

/* Hero Section */
.hero-section{
    background:linear-gradient(rgba(13,47,92,0.85), rgba(13,47,92,0.85)), url('http://aimaxtechnologies.com/images/banner_aimax2-set.jpeg');
    background-size:cover;
    background-position:center;
    padding:80px 0;
    color:#fff;
}
.hero-section h2{
    font-weight:700;
    margin-bottom:25px;
}
.hero-list li{
    margin-bottom:10px;
    font-size:18px;
}
.btn-learn{
    background:#f39c12;
    color:#fff;
    padding:10px 25px;
    font-weight:600;
    border-radius:5px;
}
.btn-learn:hover{
    background:#d9830f;
    color:#fff;
}

/* Right Image */
.hero-img img{
    max-width:100%;
}

/* 2nd seaction */

/* CTA Bar */
.cta-bar{
    background:#0d2f5c;
    padding:25px 0;
}
.cta-bar h4{
    color:#fff;
    font-weight:600;
    margin:0;
}
.btn-contact{
    background:#f39c12;
    color:#fff;
    padding:10px 25px;
    font-weight:600;
    border-radius:5px;
}
.btn-contact:hover{
    background:#d9830f;
    color:#fff;
}

/* Services Section */
.services-section{
    padding:70px 0;
    background:#f8f9fa;
}

.icon-circle{
    width:110px;
    height:110px;
    background:#0d2f5c;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 25px;
}

.icon-circle i{
    font-size:45px;
    color:#fff;
}

.services-section h3{
    color:#0d5ea8;
    font-weight:700;
    margin-bottom:20px;
}

.services-section p{
    font-size:15px;
    color:#444;
    line-height:1.7;
}

.find-more{
    color:#0d5ea8;
    font-weight:600;
    text-decoration:none;
}
.find-more:hover{
    text-decoration:underline;
}


/* 2nd seaction */

/* 3rd seaction */

/* Backup Section */
.backup-section{
    padding:80px 0;
    background:#ffffff;
}

.backup-title{
    color:#0d5ea8;
    font-weight:700;
    font-size:32px;
    margin-bottom:25px;
}

.backup-section p{
    font-size:16px;
    line-height:1.8;
    color:#333;
    margin-bottom:15px;
}

.backup-section a{
    color:#0d5ea8;
    font-weight:600;
    text-decoration:none;
}

.backup-section a:hover{
    text-decoration:underline;
}

.backup-img{
    border-radius:8px;
    box-shadow:0 5px 20px rgba(0,0,0,0.15);
}

/* 3rd seaction */


/* Footer */
.main-footer{
    background:#0d2f5c;
    padding:60px 0;
    color:#ffffff;
}

.main-footer h5{
    font-weight:600;
    margin-bottom:20px;
}

.main-footer p{
    margin-bottom:15px;
    font-size:15px;
}

.footer-link{
    color:#ffffff;
    text-decoration:underline;
}

.footer-link:hover{
    color:#f39c12;
}

/* Map Responsive */
.map-responsive iframe{
    border-radius:6px;
}

/* Right Image */
.footer-img{
    max-height:220px;
}




/* Logo Image Size */
.logo img{
    height:70px;
    width:auto;
}

/* Center Navbar Menu */
.navbar .navbar-collapse{
    justify-content:center;
}

/* Navbar list spacing */
.navbar-nav .nav-item{
    
   padding-left:8px;
    padding-right:8px;
}

/* Optional: better link styling */
.navbar-nav .nav-link{
    font-weight:600;
    color:#000;
}

@media (min-width:992px){

.logo img{
    height:70px;
    width:auto;
}

.navbar .navbar-collapse{
    justify-content:center;
}

.navbar-nav .nav-item{
    padding-left:10px;
    padding-right:10px;
}

}


/* Dropdown on hover for desktop */
@media (min-width: 992px){

.navbar .dropdown:hover .dropdown-menu{
    display:block;
    margin-top:0;
}

}

/* Optional dropdown styling */
.dropdown-menu{
border-radius:6px;
box-shadow:0 5px 15px rgba(0,0,0,0.1);
}

.dropdown-item:hover{
background:#f5f5f5;
}

.footer-links ul{
list-style:none;
padding:0;
margin:0;
}

.footer-links ul li{
margin-bottom:8px;
}

.footer-links ul li a{
text-decoration:none;
color:#fff;
font-size:15px;
}

.footer-links ul li a:hover{
text-decoration:underline;
}

.footer-links ul{
    list-style: none;
    padding-left: 40px;
    margin: 0;
}

.footer-links ul li{
    margin-bottom: 8px;
}

.footer-links ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}

.footer-links ul li a:hover{
    text-decoration: underline;
}





.network-section{
    padding:80px 0;
    background:#f7f9fc;
}

.section-badge{
    display:inline-block;
    background:#e8f0ff;
    color:#2a6df4;
    padding:6px 14px;
    border-radius:20px;
    font-size:14px;
    margin-bottom:15px;
    font-weight:600;
}

.network-title{
    font-size:36px;
    font-weight:700;
    margin-bottom:20px;
}

.network-title span{
    color:#2a6df4;
}

.network-desc{
    font-size:16px;
    color:#555;
    line-height:1.7;
}

.service-heading{
    margin-top:25px;
    margin-bottom:15px;
    font-weight:600;
}

.network-services{
    list-style:none;
    padding:0;
}

.network-services li{
    background:#fff;
    padding:12px 16px;
    margin-bottom:10px;
    border-radius:8px;
    font-size:15px;
    box-shadow:0 4px 10px rgba(0,0,0,0.05);
    transition:0.3s;
}

.network-services li i{
    color:#2a6df4;
    margin-right:10px;
}

.network-services li:hover{
    transform:translateX(5px);
    box-shadow:0 6px 15px rgba(0,0,0,0.1);
}

.network-img{
    max-width:100%;
    animation: float 4s ease-in-out infinite;
}

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