body{
font-family:'',sans-serif;
background:#FDE295;
margin:0;
padding:0;
color:#210738;
}

/* TOP BAR */

.topbar{
background:#FDE295;
color:#210738;
padding:10px 0;
font-family:'',sans-serif;
font-size:20px;
letter-spacing:2px;
text-transform:uppercase;
font-weight:700;
}
.footer-social a{
    margin:0 8px;
    font-size:20px;
    color:#fff;
    transition:0.3s;
}

.footer-social a:hover{
    color:#f5d78e;
    transform:scale(1.2);
}
/* NAVBAR */

.navbar{
background:#210738;
padding:14px;
}

.navbar-brand{
color:#FFD700!important;
font-weight:700;
font-size:40px;
}

.nav-link{
color:#CDA746!important;
margin-left:20px;
font-family:'',sans-serif;
font-size:20px;
letter-spacing:2px;
text-transform:uppercase;
font-weight:600;
}

.nav-link:hover{
color:white!important;
}

/* DROPDOWN */

.dropdown-menu{
border:none;
border-radius:10px;
box-shadow:0 10px 30px rgba(0,0,0,0.2);
padding:10px;
}

.dropdown-item{
color:#210738;
font-weight:500;
}

.dropdown-item:hover{
background:#210738;
color:#FFD700;
}

/* HERO */

.hero{
background:#FDE295;
color:#210738;
padding:120px 0;
}

.hero h1{
font-size:52px;
font-weight:700;
}

.hero p{
color:#210738;
}

/* BUTTON */

.btn-main{
background:#210738;
color:#FFD700;
padding:12px 30px;
border-radius:30px;
border:none;
font-weight:600;
}

.btn-main:hover{
background:#3a0d61;
color:#FFD700;
}

/* SECTION TITLES */

.section-title{
font-size:32px;
font-weight:700;
margin-bottom:40px;
text-align:center;
color:#210738;
}

/* SERVICE CARDS */

.service-card{
background:#210738;
border-radius:16px;
padding:30px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:0.3s;
text-align:center;
cursor:pointer;
color:#FFD700;
}

.service-card i{
color:#FFD700;
}

.service-card h5{
color:#FFD700;
}

.service-card p{
color:#f4e98c;
}

.service-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 40px rgba(0,0,0,0.15);
background:#2d0b4a;
}

/* REVIEW SLIDER */

.review-slider{
width:100%;
overflow:hidden;
position:relative;
padding:20px 0;
}

.review-track{
display:flex;
gap:30px;
animation:reviewMove 120s linear infinite;
}

.review-slider:hover .review-track{
animation-play-state:paused;
}

/* CARD */

.review-card-new{
min-width:380px;
height:420px;
background:#210738;
color:#FFD700;
padding:35px;
border-radius:14px;
box-shadow:0 10px 30px rgba(0,0,0,0.2);
text-align:center;
display:flex;
flex-direction:column;
justify-content:space-between;
}

/* IMAGE */

.review-img{
width:90px;
height:90px;
border-radius:50%;
object-fit:cover;
margin:0 auto 15px auto;
}

.review-text{
font-size:15px;
line-height:1.7;
color:#FFD700;
margin-bottom:20px;

/* FIX TEXT WRAP */
white-space:normal;
word-break:break-word;
text-align:center;
max-width:100%;
}

/* CARD WIDTH CONTROL */

.review-card-new{
min-width:380px;
max-width:380px;
height:420px;
background:##210738;
color:#FFD700;
padding:35px;
border-radius:14px;
box-shadow:0 10px 30px rgba(0,0,0,0.2);
text-align:center;
display:flex;
flex-direction:column;
justify-content:space-between;
}

/* IMAGE CENTER */

.review-img{
width:90px;
height:90px;
border-radius:50%;
object-fit:cover;
margin:0 auto 15px auto;
display:block;
}

/* NAME BOX */

.review-bottom{
background:#FFD700;
color:#210738;
padding:12px;
border-radius:8px;
}

.review-name{
margin:0;
font-size:18px;
font-weight:700;
}

.review-role{
margin:0;
font-size:13px;
}

/* VERY SLOW SLIDE */

@keyframes reviewMove{

0%{
transform:translateX(0);
}

100%{
transform:translateX(-60%);
}
/* ===== GLOBAL FIX ===== */

html,body{
width:100%;
overflow-x:hidden;
}

/* ===== NAVBAR FIX ===== */

.navbar{
background:#210738;
width:100%;
}

.navbar .container-fluid{
max-width:100%;
padding-left:20px;
padding-right:20px;
}

/* ===== MEGA MENU FIX ===== */

.dropdown-menu.mega-menu{
position:absolute;
left:0;
right:0;
width:100%;
max-width:1100px;
margin:auto;
background:#210738;
border:none;
padding:25px;
}

/* MENU LINKS */

.dropdown-menu.mega-menu a{
display:block;
color:white;
padding:4px 0;
font-size:14px;
text-decoration:none;
}

.dropdown-menu.mega-menu a:hover{
color:#FFD700;
}

/* MENU GRID */

.mega-menu .row{
margin:0;
}

/* MOBILE FIX */

@media(max-width:991px){

.dropdown-menu.mega-menu{
position:static;
width:100%;
max-width:100%;
}

}
}
/* REVIEWS */

.review-card{
background:##210738;
color:#210738;
padding:30px;
border-radius:16px;
box-shadow:0 8px 20px rgba(0,0,0,0.12);
text-align:center;
height:100%;
}

.review-card img{
width:70px;
height:70px;
border-radius:50%;
object-fit:cover;
margin-bottom:10px;
}

.review-card h5{
font-weight:600;
margin-top:10px;
}

.review-card p{
font-size:14px;
line-height:1.5;
margin-top:10px;
}
/* TESTIMONIAL SLIDER */

.review-slider{
width:100%;
overflow:hidden;
position:relative;
}

.review-track{
display:flex;
gap:40px;
animation:reviewMove 35s linear infinite;
}

.review-slider:hover .review-track{
animation-play-state:paused;
}

.review-box{
min-width:350px;
background:#FFD700;
padding:30px;
border-radius:14px;
box-shadow:0 10px 30px rgba(0,0,0,0.15);
text-align:center;
transition:0.3s;
}

.review-box:hover{
transform:translateY(-5px);
}

.review-img{
width:90px;
height:90px;
border-radius:50%;
object-fit:cover;
margin-bottom:15px;
}

.review-text{
font-size:14px;
line-height:1.6;
color:#FFD700;
margin-bottom:15px;
}

.review-name{
font-weight:700;
color:#210738;
}

@keyframes reviewMove{

0%{
transform:translateX(0);
}

100%{
transform:translateX(-50%);
}

}
/* BLOG CARD */

.card{
background:##210738;
border:none;
border-radius:16px;
box-shadow:0 10px 25px rgba(0,0,0,0.1);
overflow:hidden;
}

.card-img-top{
height:200px;
width:100%;
object-fit:cover;
}

.card-body{
text-align:left;
}

.card h5{
font-weight:600;
color:#210738;
margin-bottom:10px;
}

/* FORM */

.form-box{
background:#FDE295;
padding:35px;
border-radius:14px;
box-shadow:0 10px 25px rgba(0,0,0,0.1);
color:#210738;
}

.form-control{
border-radius:8px;
padding:10px;
border:1px solid #ddd;
}
/* REVIEW SLIDER */

.review-slider{
width:100%;
overflow:hidden;
position:relative;
}

.review-track{
display:flex;
gap:30px;
width:max-content;
animation:reviewSlide 25s linear infinite;
}

.review-card{
min-width:300px;
background:#FFD700;
color:#210738;
padding:30px;
border-radius:16px;
box-shadow:0 8px 20px rgba(0,0,0,0.12);
text-align:center;
}

.review-card img{
width:70px;
height:70px;
border-radius:50%;
object-fit:cover;
margin-bottom:10px;
}

@keyframes reviewSlide{

0%{
transform:translateX(0);
}

100%{
transform:translateX(-50%);
}

}

/* FONT */

@font-face{
font-family:'';
src:url('../fonts/orizon.ttf') format('truetype');
font-weight:normal;
font-style:normal;
}

.brand-text{
font-family:'Orizon',sans-serif;
color:#CDA746;
font-size:70px;
letter-spacing:2px;
text-transform:uppercase;
}

/* SOCIAL */

.top-social a{
color:#210738;
font-size:26px;
margin-left:18px;
transition:0.3s;
}

.top-social a:hover{
color:#000000;
transform:scale(1.2);
}

.call-link{
color:#210738;
text-decoration:none;
font-weight:800;
}
.call-link{
    font-size:18px;
    font-weight:600;
}
.call-link i{
margin-right:8px;
}

/* MOBILE RESPONSIVE */

@media (max-width:768px){

.topbar{
font-size:16px;
padding:8px 10px;
text-align:center;
}

.top-social{
margin-top:5px;
}

.navbar-brand img{
height:50px !important;
}

.brand-text{
font-size:28px !important;
}

.navbar-nav{
text-align:center;
}

.navbar-nav .nav-link{
padding:10px 0;
font-size:16px;
}

.hero{
padding:60px 20px;
text-align:center;
}

.hero h1{
font-size:28px;
}

.hero img{
margin-top:20px;
}

.service-card{
margin-bottom:20px;
}

.card{
margin-bottom:20px;
}

.card-img-top{
height:auto;
}

.review-card{
margin-bottom:20px;
}

.partner-scroll{
gap:20px;
}

.partner-logo{
height:40px;
width:auto;
}

.btn-main{
padding:10px 20px;
font-size:14px;
}

.section-title{
font-size:24px;
margin-bottom:20px;
}

}
.mega-menu{
width:900px;
padding:25px;
background:#210738;
border-radius:10px;
}

.mega-menu h6{
color:#FFD700;
font-weight:700;
margin-bottom:10px;
}

.mega-menu a{
display:block;
color:white;
padding:4px 0;
text-decoration:none;
font-size:14px;
}

.mega-menu a:hover{
color:#FFD700;
}
/* ===== NAVBAR WIDTH FIX ===== */

.navbar{
background:#210738;
width:100%;
padding:0;
}

.navbar .container-fluid{
max-width:100%;
padding-left:40px;
padding-right:40px;
}

/* RIGHT SIDE GAP FIX */

body{
overflow-x:hidden;
}

/* MENU ALIGNMENT */

.navbar-nav{
align-items:center;
}

/* DROPDOWN FIX */

.dropdown-menu.mega-menu{
width:900px;
background:#210738;
border:none;
padding:25px;
left:0;
right:auto;
}

/* DROPDOWN LINK */

.dropdown-menu.mega-menu a{
display:block;
color:white;
padding:4px 0;
font-size:14px;
text-decoration:none;
}

.dropdown-menu.mega-menu a:hover{
color:#FFD700;
}
/* ===== GLOBAL WIDTH FIX ===== */

html, body{
width:100%;
overflow-x:auto;
}

/* ===== NAVBAR FULL WIDTH ===== */

.navbar{
background:#210738;
width:100%;
}

.navbar .container-fluid{
max-width:100%;
padding-left:40px;
padding-right:40px;
}

/* ===== MENU ALIGNMENT ===== */

.navbar-nav{
display:flex;
align-items:center;
flex-wrap:nowrap;
}

/* ===== DROPDOWN FIX ===== */

.dropdown-menu.mega-menu{
width:950px;
background:#210738;
border:none;
padding:25px;
left:0;
right:auto;
}

/* DROPDOWN LINKS */

.dropdown-menu.mega-menu a{
display:block;
color:white;
padding:4px 0;
text-decoration:none;
}

.dropdown-menu.mega-menu a:hover{
color:#FFD700;
}

/* ===== MOBILE FIX ===== */

@media(max-width:991px){

.navbar-nav{
flex-wrap:wrap;
text-align:center;
}

.dropdown-menu.mega-menu{
width:100%;
}

}
/* MOBILE RESPONSIVE FIX */

@media(max-width:991px){

.navbar-nav{
text-align:center;
}

.dropdown-menu.mega-menu{
width:100%;
}
/* ===== GLOBAL RESPONSIVE FIX ===== */

html,body{
width:100%;
overflow-x:hidden;
}

/* ===== MAIN CONTAINER FIX ===== */

.container,
.container-fluid{
max-width:100%;
}

/* ===== HERO SECTION ===== */

.hero{
padding:80px 0;
}

.hero img{
max-width:100%;
height:auto;
}

/* ===== SERVICES CARDS ===== */

.service-card{
width:100%;
max-width:320px;
margin:auto;
}

/* ===== REVIEW SLIDER ===== */

.review-card-new{
width:100%;
max-width:360px;
margin:auto;
}

/* ===== BLOG CARDS ===== */

.card{
width:100%;
}

/* ===== GRID FIX ===== */

.row{
margin-left:0;
margin-right:0;
}

/* ===== MOBILE RESPONSIVE ===== */

@media (max-width:1200px){

.hero h1{
font-size:38px;
}

.brand-text{
font-size:48px;
}

}

@media (max-width:992px){

.navbar-nav{
text-align:center;
}
/* ===== CUSTOM HAMBURGER (THEME COLOR) ===== */
.navbar-toggler{
    border:none;
}

.navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23f5d78e' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.hero{
text-align:center;
}
.navbar-toggler-icon{
    filter: invert(0);   /* black icon */
}
.hero img{
margin-top:30px;
}
/* ===== MOBILE MENU ICON COLOR FIX ===== */
.navbar-toggler{
    border:none;
}
.navbar-toggler{
    border:none;
    background:#f5f5f5;
    padding:6px 10px;
    border-radius:6px;
}

.navbar-toggler-icon{
    filter: invert(0);
}

.navbar-toggler-icon{
    filter: invert(1);   /* light (white) icon */
}

@media (max-width:768px){

.hero h1{
font-size:30px;
}

.service-card{
margin-bottom:20px;
}

.review-card-new{
margin-bottom:20px;
}
/* ===== WHATSAPP FLOAT BUTTON ===== */
.whatsapp-float{
    position:fixed;
    bottom:20px;
    right:20px;
    background:#25D366;
    color:#fff;
    font-size:28px;
    width:55px;
    height:55px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    box-shadow:0 5px 15px rgba(0,0,0,0.2);
    z-index:9999;
    text-decoration:none;
}

.whatsapp-float:hover{
    transform:scale(1.1);
    background:#20b954;
}
/* ===== HERO SECTION FIX ===== */

.hero{
padding:100px 0;
}

.hero .row{
align-items:center;
}

.hero h1{
font-size:52px;
max-width:500px;
}

.hero p{
font-size:18px;
margin-bottom:20px;
}

.hero-img{
max-width:420px;
width:100%;
margin:auto;
display:block;
}


/* ===== NAVBAR FIX ===== */

.navbar{
background:#210738;
width:100%;
}

.navbar .container-fluid{
max-width:1400px;
margin:auto;
}


/* ===== MEGA MENU ALIGN ===== */

.dropdown-menu.mega-menu{
width:100%;
max-width:1100px;
left:50%;
transform:translateX(-50%);
border-radius:10px;
}


/* ===== SERVICES GRID ===== */

.service-card{
max-width:320px;
margin:auto;
}


/* ===== REVIEW CARD ===== */

.review-card-new{
max-width:360px;
margin:auto;
}


/* ===== BLOG CARD ===== */

.card{
height:100%;
}


/* ===== RESPONSIVE ===== */

@media(max-width:992px){

.hero{
text-align:center;
}

.hero h1{
font-size:36px;
margin:auto;
}

.hero-img{
margin-top:30px;
}
/* ===== PERFECT LOGO ALIGNMENT ===== */

.partner-card {
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* FIXED BOX */
.logo-wrap {
    width: 100%;
    height: 120px;          /* SAME SPACE FOR ALL */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* IMAGE CONTROL */
.partner-logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* TEXT */
.partner-card p {
    margin-top: 10px;
    font-size: 14px;
}
/* ===== FORCE FIX (NO OVERRIDE POSSIBLE) ===== */

.partner-card {
    height: 180px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}

.partner-card img,
.partner-logo,
.big-logo {
    width: 120px !important;
    height: 80px !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
}

.partner-card p {
    font-size: 14px !important;
    margin-top: 8px !important;
}
/* ===== FINAL REAL FIX ===== */

.partner-card {
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* SAME BOX FOR ALL LOGOS */
.partner-card img {
    width: 140px;
    height: 100px;
    object-fit: contain;
    background: #fff;      /* extra space ko hide karega */
    padding: 10px;         /* sabko equal feel dega */
    border-radius: 10px;
}
/* ===== SIMPLE WORKING SLIDER ===== */

.partner-slider {
    display: flex;
    width: max-content;
    animation: scrollSlider 25s linear infinite;
}

.partner-slider img {
    width: 120px;
    height: 80px;
    object-fit: contain;
    margin: 0 25px;
}

/* smooth scroll */
@keyframes scrollSlider {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
/* FOOTER */

footer{
background:#210738;
color:#FFD700;
padding:25px;
text-align:center;
}
/* ===== FINAL PERFECT SLIDER ===== */

.slider-wrapper {
    overflow: hidden;
    width: 100%;
}

.slider-track {
    display: flex;
    width: max-content;
    animation: sliderMove 30s linear infinite;
}

/* EACH LOGO BOX */
.slide-item {
    width: 140px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
}

/* IMAGE SIZE FIX */
.slide-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* ANIMATION */
@keyframes sliderMove {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
