/* ✅ Import Inter Font */
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700;900&display=swap');
*{
margin: 0;
padding: 0;
}
:root {
--primary: #dd1e2a;
--light: #fff;
--dark: #000;
--secondary: #255fac;
--yellow: #f8d809;
}
h1, h2, h3, h4, h5, h6{
font-family: 'Merriweather', serif;
}
body {
font-family: 'Titillium Web', sans-serif;
margin: 0;
padding: 0;
background: #f6f4ee;
}
.container{
max-width: 1250px;
}
/* ================================
Desktop Navigation
================================ */
.top-bar{
background: var(--primary);
color: #fff;
padding: 5px 0;
}
.top-bar i{
color: #fff;
font-size: 16px;
}
.top-bar a{
text-decoration: none;
color: #fff;
}
.top-bar-inner{
display: flex;
gap: 20px;
}
.top-bar-icon {
display: flex;
gap: 12px;
align-items: center;
}
.top-bar-icon p{
margin: 0 !important;
}
.top-bar-box {
display: flex;
align-items: center;
justify-content: space-between;
}
.site-header .main-header {
position: absolute;
left: 0;
width: 100%;
z-index: 10;
background: #fff !important;
padding: 20px 0;
}
.site-header.sticky .main-header {
position: fixed !important;
top: 0;
background: #fff !important;
padding: 12px 0;
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
animation: slideDown 0.4s ease;
}
@keyframes slideDown {
from {
transform: translateY(-100%);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
}
.site-header .nav {
list-style: none;
margin: 0;
padding: 0;
gap: 5px;	
}
.site-header .nav > li {
position: relative;
}
.logo-box {
position: absolute;
top: 0px;
z-index: 20;
padding: 10px 10px;
border-radius: 0 0 10px 10px;
}
.logo-box img {
width: 265px;
height: auto;
}
.wpcf7-submit {
background: var(--primary);
padding: 10px 30px;
color: #fff;
text-decoration: none;
border-radius: 20px 0;
transition: all 0.3s ease;
display: inline-block;
border: none;
}
.wpcf7-submit:hover {
border-radius: 0 20px;
}
.site-header .nav > li > a {
text-decoration: none;
padding: 5px 15px;
font-weight: 600 !important;
transition: all 0.3s ease;
display: inline-block;
color: #000 !important;
}
.site-header .nav > li > a:hover,
.site-header .nav > li.current-menu-item > a,
.site-header .nav > li.current_page_item > a {
background: var(--secondary);
padding: 5px 15px;
color: #fff !important;
}
.site-header .nav li ul.sub-menu {
position: absolute;
top: 100%;
left: 0;
min-width: 200px;
background: #fff;
border: 1px solid #ddd;
border-radius: 4px;
padding: 10px 0;
list-style: none;
margin: 0;
display: none;
z-index: 9999;
}
.site-header .nav li ul.sub-menu li a {
padding: 8px 15px;
color: #333;
display: block;
font-weight: 400;
}
.site-header .nav li ul.sub-menu li a:hover {
background: #f8f9fa;
color: #0d6efd;
}
.site-header .nav > li:hover > ul.sub-menu {
display: block;
}
.site-header .nav li ul.sub-menu li {
position: relative;
}
.site-header .nav li ul.sub-menu li ul.sub-menu {
top: 0;
left: 100%;
margin-left: 1px;
}
@media (max-width: 991px) {
.site-header .nav {
display: none;
}
}
/* ================================
Mobile Menu
================================ */
.mobile-menu {
position: fixed;
top: 0;
right: -300px;
width: 280px;
height: 100%;
background: #fff;
transition: right 0.3s ease;
z-index: 1050;
}
.mobile-menu.open {
right: 0;
}
.mobile-menu-overlay {
display: none;
position: fixed;
inset: 0;
background: rgba(0,0,0,0.8);
z-index: 1040;
}
.mobile-menu-overlay.active {
display: block;
}
.mobile-menu-btn .btn-primary{
margin-top: 2rem;
display: inline-block;
border: 1px solid #fff;
}
.mobile-menu {
position: fixed;
top: 0;
right: -300px;
width: 280px;
height: 100%;
background: var(--primary)!important;
transition: right 0.3s ease;
z-index: 1050;
}
.mobile-menu-header {
background-color: #fff;
}
#menu-primary-1 li {
padding: 10px;
border-bottom: 1px solid #fff;
}
#menu-primary-1 li a {
color: var(--white);
text-decoration: none;
font-size: 20px;
font-weight: 600;
}
.top-bar-icon .social-icons a i {
border: 1px solid #ffffff;
border-radius: 50%;
height: 30px;
width: 30px;
display: inline-flex;
justify-content: center;
align-items: center;
}
.top-bar-inner-box {
display: flex;
gap: 10px;
align-items: center;
}
/* ================================
Breadcrumb Section
=============================== */
.breadcrumb-section .container {
display: flex;
flex-direction: column;
align-items: center;
position: relative;
top: 40%;
z-index: 2;
}
section.breadcrumb-section {
background: url(https://dev.algopage.com/projects/aligoworldwide.com/wp-content/uploads/2026/05/breadcrumb-bg.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
height: 60vh;
position: relative;
}
.breadcrumb-item.active {
color: var(--secondary) !important;
}
ol.breadcrumb {
font-size: 18px;
font-weight: 700;
}
.breadcrumb-item+.breadcrumb-item::before{
color: var(--primary) !important;
}
.breadcrumb-title h2 {
color: var(--primary);
}
li.breadcrumb-item a {
color: var(--primary);
text-decoration: none;
}
.breadcrumb-content{
text-align: center;	
}
/*===============================
FOOTER SECTION CSS
================================= */
.progress-wrap {
position: fixed;
right: 30px;
bottom: 30px;
height: 50px;
width: 50px;
cursor: pointer;
border-radius: 50%;
background: #fff;
box-shadow: inset 0 0 0 8px rgba(195,180,186,.49);
opacity: 0;
visibility: hidden;
transform: translateY(15px);
transition: all 200ms linear;
z-index: 99;
}
.progress-wrap.active-progress {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.progress-wrap::after {
position: absolute;
content: "\f102";
font-family: "Font Awesome 6 Free";
font-weight: 900;
line-height: 50px;
text-align:center;
font-size:16px;
color: var(--primary);
inset:0;
}
.progress-wrap svg path {
fill: none;
}
.progress-wrap svg.progress-circle path {
stroke: var(--primary);
stroke-width: 4;
}
ul.ftricons figure img {
width: 15px;
filter: brightness(100);
}
.underline1 {
height: 2px;
width: 100px;
background: var(--secondary);
margin: auto;
margin-top: 8px;
}
.underline2 {
height: 4px;
width: 30px;
background: var(--primary);
margin: auto;
margin-top: -3px;
}
.no-margin {
margin-left: 0px;
}
footer {
position: relative;
background: url(https://webzensys.com/work/aureusuniversity.ca/wp-content/uploads/2026/03/footer-bg.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
color: #000;
z-index: 1;
padding-top: 30px;
}
footer::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.6);
z-index: -1;
}
footer > * {
position: relative;
z-index: 2;
}
footer .btn-primary {
padding: 8px 20px;
margin-top: 8px;
letter-spacing: 1px;
font-size: 14px;
border: 1px solid var(--secondary);
}
.footertop-cnt ul.smoicons li a i {
font-size: 16px;
}
.footer_top {
background: #009f0726;
border-radius: 0 0 15px 15px;
padding: 0 15px;
}
.footertop-cnt {
padding-left: 0;
border-right: 1px solid #ffffff14;
}
.footertop-cnt p a {
font-family: "Mulish", sans-serif;
font-size: 15px;
color: var(--white);
font-weight: 400;
}
.footertop-cnt p {
color: var(--white);
font-weight: 600;
font-size: 18px;
padding-left: 62px;
letter-spacing: 1px;
font-family: "Syne", sans-serif;
}
.footer_top .row {
margin: 0;
}
.footer_top .col-md-6 {
padding: 0;
}
footer a.footer-logo {
margin-bottom: 15px;
}
footer a.footer-logo img {
width: 265px;
display: block;
}
.footer_menu {
padding: 40px 0 0 0;
}
.footer-details li {
display: flex;
margin-bottom: 15px;
position: relative;
gap: 20px;
}
ul.footer-details li i {
background: var(--secondary);
padding: 10px;
height: 35px;
width: 35px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
}
ul{
padding-left: 0rem !important;
list-style-type: none;
}
ul.ftricons li a {
border: 1px solid #ffffff36;
border-radius: 50%;
height: 30px;
width: 30px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 8px;
font-size: 14px;
margin-top: 8px;
}
footer ul li.menu-item a {
display: inline-block;
}
footer ul li.menu-item:last-child a {
margin: 0;
}
.menu,.footer-details {
margin-top: 25px;
}
footer h3 {
margin-bottom: 15px;
font-size: 18px;
text-transform: uppercase;
letter-spacing: 1px;
}
footer p {
margin-bottom: 6px;
line-height: 27px;
}
footer .menu li {
position: relative;
padding-left: 0 !important;
list-style-type: none;
}
footer a{
color: var(--dark) !important;
}
footer .menu li{
padding-left: 0 !important;
color: var(--dark) !important;
transition: transform 0.3s ease;
line-height: 40px;
}
footer .menu li::after {
content: "\f061";
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
left: -25px;
top: 50%;
transform: translateY(-50%) translateX(-10px);
opacity: 0;
transition: transform 0.3s ease, opacity 0.3s ease;
color: var(--primary);
}

footer .menu li:hover::after {
opacity: 1;
transform: translateY(-50%) translateX(0);
}
footer .menu li:hover{
color: var(--primary) !important;
transform: translateX(20px);
}
footer .social-icons {
display: flex;
transition: 0.3s;
}
footer .social-icons a:hover{
background: var(--primary);
}
footer .social-icons a {
display: flex;
text-decoration: none;
color: var(--light);
background-color: #bcc6cc;
align-items: center;
justify-content: center;
height: 40px;
width: 40px;
}
footer ul li, footer ul li a, footer p, footer p a {
font-weight: 600;
position: relative;
text-decoration: none;
color: #000;
}
footer a.viewmore {
text-transform: uppercase;
letter-spacing: 1px;
text-decoration: underline;
text-underline-offset: 4px;
font-weight: 500;
margin-top: 12px;
display: inline-block;
font-size: 14px;
}
.copyright {
padding: 15px 0;
border-top: 1px solid var(--secondary);
}
.copyright .row {
align-items: center;
}
.copyright p {
margin: 0 !important;
color: var(--white);
font-size: 15px;
letter-spacing: 1px;
font-weight: 300;
}
.copyright p a {
color: var(--white);
font-weight: 400;
text-decoration: underline;
text-underline-offset: 4px;
}
footer ul.socialicon li a {
font-size: 16px;
display: flex;
justify-content: center;
align-items: center;
background: #c98d830f;
width: 40px;
height: 40px;
color: var(--secondary);
transition: .5s;
margin-right: 5px;
backdrop-filter: blur(2px);
border-radius: 50%;
}
#GoToTop {
position: fixed;
bottom: 30px;
right: 30px;
background: var(--primary);
color: #fff;
font-size: 20px;
padding: 12px 20px;
border-radius: 50%;
z-index: 999;
transition: all 0.3s ease-in-out;
}
#GoToTop i{
color: #fff;
}
#GoToTop:hover {
background: var(--primary);
transform: scale(1.1);
}
#whatsappbtn {
cursor: pointer;
position: fixed;
bottom: 4%;
left: 20px;
z-index: 99999999;
padding: 0 9px;
background: #4fcc5d;
border-radius: 50%;
width: 50px;
height: 50px;
text-align: center;
font-size: 32px;
color: var(--white);
z-index: 1;
}
#whatsappbtn:before {
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
background: #4fcc5d;
box-shadow: 0 0 10px #4fcc5d;
animation: playbtn 3s linear infinite forwards;
z-index: -3;
}
@keyframes playbtn {
from {
transform: scale(1.0);
opacity: 1;
}
to {
transform: scale(1.5);
opacity: 0;
}
}
#whatsappbtn img {
width: 30px;
}
a.btn-primary {
background: var(--primary);
padding: 10px 30px;
color: #fff;
text-decoration: none;
border-radius: 20px 0;
transition: all 0.3s ease;
display: inline-block;
}

a.btn-primary:hover {
border-radius: 0 20px;
}


/* HOMEPAGE CSS */

/* HERO SECTION */

.hero-slider {
position: relative;
overflow: hidden;
}

.hero-slider .carousel-item {
height: 100vh;
min-height: 820px;
position: relative;
}

.hero-bg {
position: absolute;
inset: 0;
background-size: cover;
background-position: center;
animation: zoomHero 12s linear infinite;
transform: scale(1);
}

.hero-bg::before {
content: "";
position: absolute;
inset: 0;
background:
linear-gradient(to right,
rgba(3, 8, 20, 0.92) 10%,
rgba(5, 10, 25, 0.72) 45%,
rgba(0, 0, 0, 0.35) 100%);
}

@keyframes zoomHero {
100% {
transform: scale(1.08);
}
}

.hero-content {
position: relative;
z-index: 3;
max-width: 760px;
height: 100vh;
min-height: 820px;
display: flex;
flex-direction: column;
justify-content: center;
color: #fff;
left: 25px;	
}

.hero-subtitle {
display: inline-flex;
align-items: center;
gap: 10px;
margin-bottom: 24px;
color: var(--primary);
font-size: 13px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
}

.hero-subtitle::before {
content: "";
width: 55px;
height: 2px;
background: var(--primary);
}

.hero-title {
font-size: 78px;
font-weight: 800;
line-height: 1.05;
margin-bottom: 28px;
}

.hero-text {
font-size: 18px;
line-height: 1.9;
color: rgba(255,255,255,0.78);
max-width: 650px;
margin-bottom: 45px;
}

.hero-features {
display: flex;
gap: 25px;
flex-wrap: wrap;
margin-bottom: 45px;
}

.hero-feature {
background: rgba(255,255,255,0.08);
border: 1px solid rgba(255,255,255,0.08);
backdrop-filter: blur(10px);
padding: 18px 24px;
border-radius: 18px;
min-width: 170px;
}

.hero-feature h4 {
font-size: 28px;
margin-bottom: 5px;
font-weight: 800;
color: #fff;
}

.hero-feature span {
font-size: 14px;
color: rgba(255,255,255,0.7);
}

.hero-buttons {
display: flex;
gap: 18px;
flex-wrap: wrap;
}

.hero-btn-primary {
background: var(--secondary);
color: #fff;
padding: 16px 36px;
border-radius: 60px;
font-weight: 700;
border: none;
transition: .4s;
border: 1px solid #fff;
}

.hero-btn-primary:hover {
transform: translateY(-4px);
color: #fff;
border: 1px solid #fff;
}

.hero-btn-outline {
border: 1px solid rgba(255,255,255,0.25);
color: #fff;
padding: 16px 36px;
border-radius: 60px;
font-weight: 600;
backdrop-filter: blur(10px);
transition: .4s;
}

.hero-btn-outline:hover {
background: #fff;
color: #000;
}

.carousel-indicators {
bottom: 45px;
}

.carousel-indicators [data-bs-target] {
width: 11px;
height: 11px;
border-radius: 50%;
border: none;
margin: 0 6px;
}

.carousel-control-prev,
.carousel-control-next {
width: 7%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
width: 40px;
height: 40px;
border-radius: 50%;
background-color: var(--secondary);
backdrop-filter: blur(10px);
background-size: 45%;
}



/* ABOUT SECTION CSS */

.about-logistics-section {
background: #f5f7fb;
overflow: hidden;
}

.about-wrapper {
background: #fff;
border-radius: 30px;
overflow: hidden;
box-shadow: 0 15px 60px rgba(0,0,0,0.06);
padding: 10px;
}

/* LEFT SIDE */
.about-content {
padding: 30px;
position: relative;
}

.about-icon img {
width: 30px;
margin-bottom: 25px;
}

.about-subtitle {
display: inline-block;
font-size: 13px;
font-weight: 700;
letter-spacing: 2px;
color: var(--primary);
margin-bottom: 20px;
text-transform: uppercase;
}

.about-title {
font-size: 48px;
font-weight: 600;
line-height: 1.05;
color: var(--secondary);
margin-bottom: 28px;
}

.about-text {
font-size: 17px;
line-height: 1.9;
color: #666;
margin-bottom: 40px;
max-width: 620px;
}

/* FEATURES */
.about-features {
display: flex;
gap: 20px;
flex-wrap: wrap;
margin-bottom: 40px;
}

.feature-item {
background: #f8f9fc;
padding: 18px 24px;
border-radius: 18px;
min-width: 170px;
border: 1px solid #eef1f5;
transition: .4s;
}

.feature-item:hover {
transform: translateY(-5px);
background: var(--secondary);
}

.feature-item:hover h4,
.feature-item:hover span {
color: #fff;
}

.feature-item h4 {
font-size: 28px;
font-weight: 800;
margin-bottom: 5px;
color: #111;
}

.feature-item span {
font-size: 14px;
color: #666;
}

/* BUTTON */
.about-btn {
background: var(--secondary);
color: #fff;
padding: 15px 35px;
border-radius: 60px;
font-weight: 700;
border: 1px solid var(--secondary) !important;
transition: .4s;
}

.about-btn:hover {
transform: translateY(-4px);
color: var(--secondary);
}

/* RIGHT IMAGE */
.about-image {
position: relative;
height: 100%;
}

.about-image img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 10px;
}

/* FLOATING CARD */
.floating-card {
position: absolute;
bottom: 40px;
left: -40px;
background: rgba(255,255,255,0.95);
backdrop-filter: blur(10px);
padding: 25px;
border-radius: 20px;
max-width: 300px;
box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.floating-card h5 {
font-size: 22px;
font-weight: 600;
margin-bottom: 10px;
color: var(--secondary)
}

.floating-card p {
font-size: 15px;
line-height: 1.7;
color: #666;
margin: 0;
}

/* LOGO SLIDER SECTION */

.partner-slider-section {
background: var(--secondary);
padding: 50px 0;
overflow: hidden;
position: relative;
}

/* OPTIONAL LIGHT OVERLAY */
.partner-slider-section::before {
content: "";
position: absolute;
inset: 0;
background:
radial-gradient(circle at top right,
rgba(255,255,255,0.08),
transparent 40%);
}

/* SLIDER */
.logo-slider {
overflow: hidden;
position: relative;
width: 100%;
}

/* TRACK */
.logo-track {
display: flex;
align-items: center;
gap: 70px;
width: max-content;
animation: scrollLogos 28s linear infinite;
}

/* LOGO ITEM */
.logo-item {
width: 250px;
height: 180px;
border-radius: 50%;
/* background: rgb(255 255 255 / 47%); */
display: flex;
align-items: center;
justify-content: center;
padding: 25px;
/* box-shadow: 0 10px 35px rgba(0,0,0,0.12); */
transition: .4s;
flex-shrink: 0;
}
.logo-item img {
width: 100%;
height: 100%;
object-fit: contain;
}
@keyframes scrollLogos {
0% {
transform: translateX(0);
}

100% {
transform: translateX(-50%);
}
}

/* WHY CHOOSE US SECTION */

.stats-section{
background: #f5f7fa;
position: relative;
overflow: hidden;
}

.stats-badge{
display: inline-block;
padding: 8px 20px;
background: rgba(0,0,0,0.04);
color: var(--primary);
border-radius: 30px;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
}

.stats-title{
font-size: 48px;
font-weight: 600;
color: var(--secondary);
line-height: 1.3;
}

.stats-card{
background: #fff;
padding: 40px 28px;
border-radius: 18px;
position: relative;
overflow: hidden;
transition: all 0.4s ease;
box-shadow: 0 10px 30px rgba(0,0,0,0.06);
border-top: 4px solid var(--primary);
}

.stats-card:hover{
transform: translateY(-10px);
border-top-color: var(--secondary);
}

.stats-icon{
width: 80px;
height: 80px;
margin: 0 auto 24px;
border-radius: 50%;
background: rgba(0,0,0,0.04);
display: flex;
align-items: center;
justify-content: center;
transition: all 0.4s ease;
}

.stats-icon i{
font-size: 30px;
color: var(--primary);
transition: 0.4s ease;
}

.stats-card:hover .stats-icon{
background: var(--secondary);
}

.stats-card:hover .stats-icon i{
color: #fff;
}

.stats-card h3{
font-size: 42px;
font-weight: 700;
color: #222;
margin-bottom: 10px;
}

.stats-card h6{
font-size: 16px;
font-weight: 700;
color: var(--primary);
margin-bottom: 15px;
text-transform: uppercase;
letter-spacing: 0.5px;
}

.stats-card p{
font-size: 15px;
color: #666;
line-height: 1.8;
margin-bottom: 0;
}

/* ABOUT SECTION CSS */

.about-section{
background: #fff;
overflow: hidden;
}

.about-images{
padding-right: 80px;
}

.about-main-img img{
width: 100%;
height: 550px;
object-fit: cover;
box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.about-small-img{
position: absolute;
bottom: -40px;
right: 0;
width: 260px;
}

.about-small-img img{
border: 8px solid #fff;
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.experience-box{
position: absolute;
top: 30px;
left: -20px;
background: var(--primary);
color: #fff;
padding: 25px 30px;
border-radius: 18px;
text-align: center;
box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.experience-box h3{
font-size: 42px;
font-weight: 700;
margin-bottom: 5px;
}

.experience-box span{
font-size: 14px;
line-height: 1.6;
display: block;
}

.about-badge{
display: inline-block;
padding: 8px 20px;
border-radius: 30px;
background: rgba(0,0,0,0.04);
color: var(--primary);
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
}

.about-title{
font-size: 46px;
font-weight: 700;
line-height: 1.3;
color: #222;
margin-bottom: 20px;
}

.about-text{
color: #666;
font-size: 16px;
line-height: 1.9;
margin-bottom: 18px;
}

.about-feature{
gap: 18px;
align-items: flex-start;
}

.feature-icon{
width: 60px;
height: 60px;
min-width: 60px;
border-radius: 14px;
background: rgba(0,0,0,0.04);
display: flex;
align-items: center;
justify-content: center;
transition: 0.4s ease;
}

.feature-icon i{
font-size: 24px;
color: var(--primary);
}

.about-feature:hover .feature-icon{
background: var(--secondary);
}

.about-feature:hover .feature-icon i{
color: #fff;
}

.about-feature h5{
font-size: 18px;
font-weight: 700;
margin-bottom: 8px;
color: #222;
}

.about-feature p{
margin-bottom: 0;
color: #666;
line-height: 1.7;
}


/* SERVICE SECTION CSS */

.services-section {
background: #255faccc;
background-image:
radial-gradient(ellipse 80% 60% at 50% -10%, rgba(232,160,32,0.10) 0%, transparent 70%),
url("https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?q=60&w=1600&auto=format&fit=crop");
background-size: cover;
background-position: center;
background-blend-mode: multiply;
padding: 90px 0 80px;
position: relative;
}
.services-section::before {
content: '';
position: absolute; inset: 0;
background: #255fac7d;
}
.services-section > * { position: relative; }

/* ─── Section heading ────────────────────────────────────── */
.section-label {
font-size: .75rem;
font-weight: 600;
letter-spacing: .22em;
text-transform: uppercase;
color: var(--primary);
margin-bottom: 10px;
}
.section-title {
font-weight: 700;
font-size: clamp(2rem, 4vw, 2.9rem);
text-transform: uppercase;
color: #fff;
letter-spacing: .04em;
line-height: 1.1;
margin-bottom: 0;
}
.section-title span { color: var(--primary); }

/* ─── Service card ───────────────────────────────────────── */
.service-card {
position: relative;
border-radius: 10px;
overflow: hidden;
background: #ffffff69;
height: 100%;
cursor: pointer;
transition: transform .35s ease, box-shadow .35s ease;
}
.service-card:hover {
transform: translateY(-7px);
box-shadow: 0 24px 48px rgba(0,0,0,.55);
}

/* image area */
.service-card__img {
width: 100%; height: 230px;
object-fit: cover;
display: block;
transition: transform .5s ease;
}
.service-card:hover .service-card__img { transform: scale(1.06); }

.service-card__img-wrap {
overflow: hidden;
position: relative;
}
.service-card__img-wrap::after {
content: '';
position: absolute; inset: 0;
background: linear-gradient(to top, rgba(10,28,60,0.75) 0%, transparent 55%);
}

/* icon badge */
.service-card__icon {
position: absolute;
bottom: 14px; left: 50%;
transform: translateX(-50%);
z-index: 2;
width: 52px; height: 52px;
background: rgba(255,255,255,0.08);
border: 1.5px solid rgba(255,255,255,0.30);
border-radius: 8px;
display: flex; align-items: center; justify-content: center;
}
.service-card__icon svg { width: 26px; height: 26px; fill: #fff; }

/* label below image */
.service-card__label {
font-size: 1.25rem;
font-weight: 700;
letter-spacing: .06em;
text-transform: uppercase;
color: #fff;
text-align: center;
padding: 18px 16px 6px;
}

/* accent bar */
.service-card__bar {
width: 38px; height: 3px;
background: var(--secondary);
border-radius: 2px;
margin: 0 auto 16px;
}

/* description */
.service-card__desc {
font-size: 14px;
color: var(--light);
text-align: center;
padding: 0 22px 26px;
line-height: 1.65;
}

/* CTA SECTION */

.cta-top {
    position: relative;
    background: url(https://dev.algopage.com/projects/aligoworldwide.com/wp-content/uploads/2026/05/map-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 20px 90px;
    overflow: hidden;
    text-align: center;
}
.cta-top__content { position: relative; z-index: 1; }
.cta-top__title {
font-weight: 600;
font-size: 48px;
color: var(--secondary);
line-height: 1.2;
margin-bottom: 20px;
letter-spacing: .01em;
}
.cta-top__title span { color: var(--primary); }

.cta-top__desc {
font-size: .97rem;
color: #555;
max-width: 560px;
margin: 0 auto 36px;
line-height: 1.75;
}

/* buttons row */
.cta-top__actions {
display: flex;
flex-wrap: wrap;
gap: 14px;
justify-content: center;
align-items: center;
}

.cta-contact-link {
font-weight: 500;
font-size: .95rem;
color: #222;
text-decoration: none;
display: flex;
align-items: center;
gap: 9px;
transition: color .2s;
}
.cta-contact-link:hover { color: var(--primary); }

.cta-contact-link .icon-wrap {
width: 40px; height: 40px;
background: var(--secondary);
border-radius: 50%;
display: flex; align-items: center; justify-content: center;
flex-shrink: 0;
}
.cta-contact-link .icon-wrap svg {
width: 18px; height: 18px; fill: #fff;
}

/* divider between phone & email */
.cta-divider {
font-size: 1.3rem;
color: #ddd;
font-weight: 300;
line-height: 1;
}

/* ─── Bottom Banner ─────────────────────────────────────── */
.cta-banner {
background: var(--primary);
padding: 26px 40px;
}

.cta-banner__left-label {
font-size: 14px;
font-weight: 600;
letter-spacing: .22em;
text-transform: uppercase;
color: var(--light);
margin-bottom: 4px;
}
.cta-banner__left-title {
font-weight: 700;
font-size: 34px;
letter-spacing: .04em;
text-transform: uppercase;
color: #fff;
margin-bottom: 4px;
}
.cta-banner__left-sub {
font-size: 16px;
color: #fff;

}

.btn-quote {
font-weight: 600;
font-size: 1rem;
letter-spacing: .12em;
text-transform: uppercase;
background: var(--secondary);
color: #fff;
border: none;
padding: 13px 30px;
border-radius: 4px;
text-decoration: none;
white-space: nowrap;
transition: background .2s, transform .2s;
}

/* vertical rule in banner */
.banner-vr {
width: 1px;
background: #fff;
align-self: stretch;
margin: 0 28px;
}

/* Mission and Vision */

.mission-vision-section{
    background:#f8fbff;
}

.section-badge{
    display:inline-block;
    padding:8px 18px;
    background: var(--primary);
    color:#fff;
    border-radius:50px;
    font-weight:600;
    font-size:14px;
    letter-spacing:.5px;
}

.section-title{
    font-size:42px;
    font-weight:700;
    color:#111;
    line-height:1.3;
}

.section-title span{
    color: var(--secondary);
}

.section-desc{
    max-width:750px;
    color:#666;
    font-size:17px;
    line-height:1.8;
}

.mv-card{
    background:#fff;
    padding: 20px;
    border-radius:24px;
    box-shadow:0 10px 40px rgba(0,0,0,0.06);
    transition:all .4s ease;
    position:relative;
    overflow:hidden;
}

.mv-card:hover{
    transform:translateY(-8px);
}
.services-section span {
    color: #fff !important;
}
.mv-icon{
    width: 50px;
    height: 50px;
    background:#0d6efd;
    color:#fff;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    margin-bottom:25px;
}

.vision-card .mv-icon{
    background:#ff6b35;
}

.mv-title{
    font-size:30px;
    font-weight:700;
    margin-bottom:18px;
    color:#111;
}

.mv-text{
    color:#666;
    line-height:1.9;
    margin-bottom:25px;
    font-size:16px;
}

.mv-list{
    padding-left:0;
    margin:0;
    list-style:none;
}

.mv-list li{
    position:relative;
    padding-left:30px;
    margin-bottom:15px;
    color:#222;
    font-weight:500;
}

.mv-list li::before{
    content:"✔";
    position:absolute;
    left:0;
    top:0;
    color:#0d6efd;
    font-weight:bold;
}

.vision-card .mv-list li::before{
    color:#ff6b35;
}

/* ================================

  Contact Page Css

================================ */

section.contact-inner-section {

    padding: 60px 0px;

}

   .contact-page-box {

    background: #ffffff82;

    padding: 40px;

    border-radius: 12px;

    height: 100%;

    display: flex;

    border: 1px solid #e6e6e6;

    box-shadow: 0 4px 20px rgba(0,0,0,0.05);

    flex-direction: column;

    justify-content: center;

}    

    .form-control {

        background: #f9f9f9;

        border: 1px solid #ddd;

        color: #000;

    }

    .form-control:focus {

        border-color: var(--primary);

        box-shadow: none;

    } 

    .info-card {

        padding: 35px 25px;

        background: #fff;

        border-radius: 10px;

        border: 1px solid #ececec;

        box-shadow: 0 4px 15px rgba(0,0,0,0.04);

        transition: 0.3s;

		display: flex;

		gap: 30px;

    }

	.info-card a{ 

		color: #000 !important;

		text-decoration: none;		

	}

    .info-card:hover {

        border-color: var(--primary);

        transform: translateY(-4px);

    }

   .info-card i{

        font-size: 28px;

        color: var(--primary);

        margin-bottom: 10px;

    }

    .info-card h6 {

        font-size: 18px;

        margin-bottom: 5px;

        font-weight: 600;

    }

    .map-section iframe {

        width: 100%;

        height: 450px;

        border: 0;

        border-radius: 12px;

        margin-top: 40px;

    }
 
 
/* Contact form  */
 
.wpcf7 form{

    width:100%;

}
 
.wpcf7 input,

.wpcf7 textarea{

    width:100%;

    border:1px solid #dcdcdc;

    padding:15px 18px;

    margin-bottom:20px;

    border-radius:10px;

    font-size:15px;

    color:#111;

    background:#fff;

    transition:0.3s ease;

}
 
.wpcf7 input:focus,

.wpcf7 textarea:focus{

    border-color:var(--primary);

    outline:none;

    box-shadow:none;

}
 
.wpcf7 textarea{

    height:180px;

    resize:none;

}
 
.wpcf7 input::placeholder,

.wpcf7 textarea::placeholder{

    color:#777;

}
 
.wpcf7-submit{

    background:var(--primary) !important;

    color:#fff !important;

    border:none !important;

    padding:16px 35px !important;

    border-radius:50px !important;

    font-weight:600;

    transition:0.4s ease;

    width:auto !important;

    cursor:pointer;

}
 
.wpcf7-submit:hover{

    background:#111 !important;

    transform:translateY(-3px);

}
 
/* ERROR MESSAGE */
 
.wpcf7-not-valid-tip{

    font-size:13px;

    margin-top:-10px;

    margin-bottom:10px;

}
 
/* SUCCESS MESSAGE */
 
.wpcf7-response-output{

    border:none !important;

    margin:20px 0 0 !important;

    padding:15px 20px !important;

    border-radius:10px;

    background:#f5f5f5;

}

 

/* RESPONSIVE CSS */

@media (max-width: 991px){
.top-bar{
	display: none;
}
.floating-card{
	bottom: 40px;
    left: 10px;	
}
.experience-box{
    left: 5px;		
}
.cta-top__title{
	font-size: 38px;	
}
.cta-top__desc{
	max-width: 100%;	
}
#menu-primary-1 li{
	color: #fff;	
}
#menu-primary-1 li a{
	font-size: 16px;	
}
.hero-title {
	font-size: 48px;
}
.hero-text {
	font-size: 16px;
}
.about-title {
	font-size: 38px;
}
.stats-title {
	font-size: 38px;
}
.about-text{
	max-width: 100%;
}
.section-title{
    font-size: 26px;		
    margin-bottom: 10px;
}
.footer_menu .row {
    gap: 10px !important;
}
.about-btn{
    margin-top: 20px;	
}	
.hero-content{
	gap: 20px;	
}	
}
@media (max-width: 767px) {
.cta-top__title {
  font-size: 30px;
}
.about-title {
  font-size: 26px !important;
}
.section-title {
	font-size: 26px !important;
	line-height: 1.5;
}
.mv-title{
	font-size: 26px !important;		
}
.about-images {
    padding-right: 0px !important;
}	
.about-content {
	padding: 15px !important;
}
.partner-slider-section {
	padding: 20px 0 !important;	
}
.cta-top{
	padding: 30px !important;		
}
.cta-top__desc{
	text-align: justify !important;	
}
.cta-banner{
	padding: 15px !important;
}
section.breadcrumb-section{
	height: 30vh !important;
}
.section-desc{	
    text-align: justify !important;
}
.contact-page-box{
	padding: 20px !important;	
}	
}
@media (max-width: 676px){
.cta-top__title {
    font-size: 26px;
    line-height: 1.5;
}
.hero-content{
	max-width: 550px;
	height: 100vh;
    min-height: 970px;
	left: 45px;
	gap: 0px;
}
.hero-feature{
	min-width: 0px;	
}
.hero-title {
        font-size: 38px;
}	
}
@media (max-width: 568px) {
.cta-top__title {
		font-size: 22px;
}
.cta-banner__left-title{
	font-size: 28px;	
}
.cta-banner__left-label {
    font-size: 12px;
}
.cta-banner__left-sub {
    font-size: 14px;
}
.btn-quote{
	font-size: 10px;
	padding: 8px 10px;
}
.logo-box img {
    width: 200px;
}
.carousel-control-prev, .carousel-control-next
 {
	 display: none !important;
}	
.hero-content{
	left: 0px;
	max-width: 500px !important;
	min-height: 700px !important;
	top: 30px !important;
}
.hero-title {
    font-size: 28px;
}
.hero-features{
	flex-wrap: nowrap;	
}
.hero-feature{
	padding: 10px 15px;	
}
.hero-feature h4{
	font-size: 18px;	
}
.about-features{
	flex-wrap: nowrap;			
}
.feature-item{
	min-width: 245px;	
}
.feature-item h4{
	font-size: 18px;	
}
.feature-item span {
	font-size: 11px;
}
.stats-title {
    font-size: 22px;
}
.floating-card{
	max-width: 260px;
	padding: 10px;
}
.floating-card h5{
	font-size: 16px;	
}
.floating-card p {
    font-size: 10px;
}	
}
@media (max-width: 479px) {
    .stats-title {
        font-size: 28px;
    }
}
@media (max-width: 414px) {
    .about-features {
        flex-wrap: wrap !important;
    }
}
@media (max-width: 375px) {
	.stats-card h3 {
    font-size: 28px;
}
.stats-card p {
	font-size: 12px;
}
.stats-card{
	padding: 20px 18px;	
}
.experience-box h3 {
    font-size: 30px;
}	
}