/* ==============================
   DOBMOBILE GLOBAL STYLE
================================ */
:root{
--primary:#C2185B;
--dark:#111111;
--text:#333333;
--gray:#666666;
--light:#F8F8F8;
--border:#E8E8E8;
--white:#ffffff;
}
*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
scroll-behavior:smooth;
}
body{
font-family:'Inter',Arial,sans-serif;
color:var(--text);
background:#fff;
line-height:1.7;
}
img{
max-width:100%;
display:block;
}
a{
text-decoration:none;
color:inherit;
}
.container{
width:90%;
max-width:1200px;
margin:auto;
}
/* ==============================
HEADER
================================ */
header{
height:90px;
display:flex;
align-items:center;
background:#fff;
border-bottom:1px solid var(--border);
position:sticky;
top:0;
z-index:100;
transition:.3s;
}
header.scrolled{
box-shadow:0 8px 30px rgba(0,0,0,.06);
}
.nav{
display:flex;
align-items:center;
justify-content:space-between;
}
.logo img{
width:160px;
height:auto;
}
nav{
display:flex;
gap:42px;
align-items:center;
}
nav a{
font-size:14px;
font-weight:500;
color:#333;
transition:.3s;
}
nav a:hover{
color:var(--primary);
}
/* ==============================
BUTTON
================================ */
.btn{
display:inline-flex;
align-items:center;
justify-content:center;
background:var(--primary);
color:#fff;
padding:15px 32px;
border-radius:4px;
font-size:14px;
font-weight:600;
transition:.3s;
}
.btn:hover{
transform:translateY(-2px);
opacity:.9;
}
.btn.small{
padding:12px 24px;
}
/* ==============================
TYPOGRAPHY
================================ */
.eyebrow{
font-size:13px;
letter-spacing:2px;
font-weight:600;
color:var(--primary);
margin-bottom:20px;
}
h1{
font-size:64px;
line-height:1.15;
letter-spacing:-1.5px;
color:#111;
font-weight:700;
}
h2{
font-size:44px;
line-height:1.25;
letter-spacing:-1px;
color:#111;
font-weight:700;
}
h3{
font-size:22px;
color:#111;
margin-bottom:15px;
}
p{
font-size:16px;
color:#555;
}
/* ==============================
HERO
================================ */
.hero{
padding:100px 0;
}
.hero-grid{
display:grid;
grid-template-columns:1fr 1fr;
align-items:center;
gap:80px;
}
.hero-content p{
max-width:520px;
margin:30px 0 40px;
}
.hero-visual{
display:flex;
justify-content:center;
}
.hero-visual img{
max-width:520px;
}
/* ==============================
ABOUT
================================ */
.about{
padding:120px 0;
background:#fafafa;
}
.about-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:80px;
align-items:start;
}
.about-copy p{
margin-bottom:25px;
}
/* ==============================
SERVICES
================================ */
.services{
padding:120px 0;
}
.section-title{
text-align:center;
max-width:750px;
margin:0 auto 70px;
}
.section-title p{
margin-top:20px;
}
.service-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}
.service-card{
padding:40px 30px;
border:1px solid var(--border);
background:#fff;
transition:.3s;
}
.service-card:hover{
border-color:var(--primary);
transform:translateY(-8px);
}
.service-icon{
font-size:13px;
font-weight:700;
color:var(--primary);
margin-bottom:30px;
}
.service-card h4{
font-size:15px;
font-weight:600;
margin-bottom:15px;
color:#555;
}
.service-card p{
font-size:14px;
margin-bottom:25px;
}
.service-card a{
font-size:14px;
font-weight:600;
color:var(--primary);
}
/* ==============================
OPERATOR SECTION
================================ */
.operators{
padding:120px 0;
background:#fafafa;
}
.operator-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:80px;
align-items:center;
}
.operator-grid p{
max-width:520px;
margin-top:25px;
}
.operator-stats{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
}
.operator-stats div{
background:#fff;
border:1px solid var(--border);
padding:40px 20px;
text-align:center;
}
.operator-stats strong{
display:block;
font-size:42px;
color:var(--primary);
line-height:1;
margin-bottom:15px;
}
.operator-stats span{
font-size:14px;
color:#555;
}
/* ==============================
DIGITAL EXPERIENCE
================================ */
.experience{
padding:120px 0;
}
.experience-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:90px;
align-items:center;
}
.experience-image{
display:flex;
justify-content:center;
}
.experience-image img{
max-width:520px;
}
.experience-content p{
margin:25px 0 35px;
max-width:520px;
}
.experience-content ul{
list-style:none;
}
.experience-content li{
position:relative;
padding-left:28px;
margin-bottom:18px;
font-size:16px;
color:#444;
}
.experience-content li:before{
content:"";
width:8px;
height:8px;
background:var(--primary);
border-radius:50%;
position:absolute;
left:0;
top:10px;
}
/* ==============================
GLOBAL MOBILE PARTNERS
================================ */
.partners{
padding:110px 0;
background:#fff;
}
.partner-slider{
overflow:hidden;
position:relative;
margin-top:70px;
width:100%;
 
}
.partner-track{
display:flex;
width:max-content;
align-items:center;
animation:
partnerMove 28s linear infinite;
}
.partner-item{
height:140px;
width:240px;
display:flex;
align-items:center;
justify-content:center;
flex-shrink:0;
}
.partner-item img{
max-width:150px;
max-height:60px;
filter:none;
opacity:.85;
transition:.3s;
}
.partner-item:hover img{
opacity:1;
transform:scale(1.08);
}
@keyframes partnerMove{
0%{
transform:translateX(0);
}
100%{
transform:translateX(-50%);
}
}
/* ==============================
WHY DOBMOBILE
================================ */
.why{
background:#111;
padding:120px 0;
color:#fff;
}
.section-title.light h2{
color:#fff;
}
.section-title.light p{
color:#ddd;
}
.why-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}
.why-grid div{
padding:45px 35px;
border:1px solid rgba(255,255,255,.15);
transition:.3s;
}
.why-grid div:hover{
border-color:var(--primary);
}
.why-grid h3{
color:#fff;
margin-bottom:18px;
}
.why-grid p{
color:#ccc;
font-size:15px;
}
/* ==============================
CONTACT
================================ */
.contact{
padding:120px 0;
background:#fafafa;
}
.contact-grid{
display:grid;
grid-template-columns:1fr 420px;
gap:100px;
align-items:start;
}
.contact-message h2{
margin-bottom:25px;
}
.contact-message p{
max-width:520px;
margin-bottom:35px;
}
.contact-details{
background:#fff;
padding:45px;
border:1px solid var(--border);
}
.detail-item{
padding-bottom:30px;
margin-bottom:30px;
border-bottom:1px solid var(--border);
}
.detail-item:last-child{
border-bottom:none;
margin-bottom:0;
padding-bottom:0;
}
.detail-item h4{
font-size:12px;
letter-spacing:2px;
color:var(--primary);
margin-bottom:10px;
}
.detail-item p{
font-size:15px;
color:#333;
}
/* ==============================
FOOTER
================================ */
footer{
background:#111;
color:#fff;
padding:70px 0 30px;
}
.footer-grid{
display:grid;
grid-template-columns:2fr 1fr 1fr;
gap:60px;
padding-bottom:50px;
}
footer .logo img{
width:160px;
}
footer p{
color:#aaa;
font-size:14px;
margin-top:20px;
}
footer h4{
font-size:13px;
letter-spacing:1.5px;
margin-bottom:25px;
color:#fff;
}
footer a{
display:block;
font-size:14px;
color:#aaa;
margin-bottom:14px;
transition:.3s;
}
footer a:hover{
color:var(--primary);
}
.copyright{
padding-top:25px;
border-top:1px solid rgba(255,255,255,.1);
text-align:center;
font-size:13px;
color:#777;
}
/* ==============================
LOGO
================================ */
.logo{
display:flex;
align-items:center;
}
.logo img{
width:160px;
height:auto;
// border:white 1px solid;
// background-color: white;
}
/* ==============================
RESPONSIVE TABLET
================================ */
@media(max-width:1024px){
h1{
font-size:48px;
}
h2{
font-size:36px;
}
nav{
gap:20px;
}
.hero-grid,
.about-grid,
.operator-grid,
.experience-grid{
grid-template-columns:1fr;
gap:50px;
}
.hero{
padding:80px 0;
}
.hero-content{
text-align:center;
}
.hero-content p{
margin-left:auto;
margin-right:auto;
}
.hero-visual{
margin-top:30px;
}
.service-grid{
grid-template-columns:repeat(2,1fr);
}
.why-grid{
grid-template-columns:1fr;
}
.contact-grid{
grid-template-columns:1fr;
gap:50px;
}
.footer-grid{
grid-template-columns:1fr 1fr;
}
}
/* ==============================
RESPONSIVE MOBILE
================================ */
@media(max-width:768px){
.container{
width:88%;
}
header{
height:auto;
padding:20px 0;
}
.nav{
flex-direction:column;
gap:25px;
}
nav{
flex-wrap:wrap;
justify-content:center;
gap:18px;
}
.logo img{
width:140px;
}
h1{
font-size:38px;
}
h2{
font-size:30px;
}
.eyebrow{
font-size:11px;
}
.hero{
padding:60px 0;
}
.service-grid{
grid-template-columns:1fr;
}
.service-card{
padding:35px 25px;
}
.operator-stats{
grid-template-columns:1fr;
}
.partner-item{
width:160px;
}
.partner-item img{
max-width:110px;
}
.contact-details{
padding:30px;
}
.footer-grid{
grid-template-columns:1fr;
gap:35px;
}
footer{
padding-top:50px;
}
}