body {
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "ROND" 0;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
html{font-size:calc(100vw * 16/1920);	
		scroll-behavior: smooth;scroll-padding-top: 1rem;scroll-behavior: smooth;
	}
body {font-size: 1.5rem; line-height: 2.5rem;color: #2C2C2C; overflow-x: hidden !important;;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	color: #000;
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle, .btn-check:focus+.btn-primary, .btn-primary:focus
 {color: #00272E; border: none;
}
.btn-check:focus+.btn-primary, .btn-primary:focus{box-shadow: none;}
:focus{outline: 0px !important;}

/* Standard (Chrome, Firefox, Safari, Edge Chromium) */
::placeholder {
  color: #C4C4C4; font-size: 1.5rem;line-height: 2rem;
  opacity: 1; /* Fix for Firefox default lower opacity */
}
/* Safari / Chrome (older WebKit) */
::-webkit-input-placeholder {
  color: #C4C4C4;font-size: 1.5rem; line-height: 2rem;
}
/* Firefox 19+ */
::-moz-placeholder {
  color: #C4C4C4;font-size: 1.5rem;line-height: 2rem;
  opacity: 1;
}
/* Firefox 4–18 */
:-moz-placeholder {
  color: #C4C4C4;font-size: 1.5rem;line-height: 2rem;
  opacity: 1;
}
/* Internet Explorer 10–11 */
:-ms-input-placeholder {
  color: #C4C4C4;font-size: 1.5rem;line-height: 2rem;
}
/* Microsoft Edge (Legacy) */
::-ms-input-placeholder {
  color: #C4C4C4;font-size: 1.5rem;line-height: 2rem;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 0.8em;
    font-weight: normal;
    display: block;
    position: absolute;
    top: 0rem;
    left: 0rem;
      background: #0b632d;min-width: 80%;
}
.wpcf7-response-output{display: none !important;}
p {
   font-size: 1.5rem; line-height: 2.5rem;
    -webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;margin-bottom: 2.5rem;
}
h1, h2, h3, h4, .h1, .h2, .h3, .h4, .heading {
   font-family: "Protest Strike", sans-serif;
  font-size: 5rem;
    line-height: 5rem;
   margin-bottom: 1.5rem;
     color: #4D2A6B;  
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s; text-transform: uppercase;
}
.subheading{ font-size: 1.75rem;
    line-height: 2.5rem; text-transform: uppercase;
    margin-bottom: 0.5rem;font-family: 'Hanken Grotesk Medium'; color: #104581;}
a {
	color: #B71F24;
	text-decoration: none;-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.hovImg{overflow: hidden;}
.hovImg  img{-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;}

.hovImg:hover img{transform: scale(1.05);}
a.readmore {
    font-family: 'Protest Strike';
    text-transform: uppercase;
    font-size: 1.5rem; line-height: 1.25rem;    text-decoration: underline;color: #0BB14B;
}
a.readmore:hover {
    color: #4d2a6b;
}
a:hover{color: #FBA900;}
a:visited{color: #0BB14B;}
.btn,li.hedphn a {
    text-align: center;
    font-size: 1.25rem;
    line-height: normal;
    padding: 0.938rem 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 1rem;font-weight: 500;
}
.btn-primary {
     border: 1px solid #519FDE;
    color: #fff; 
    background:#519FDE;
    
}
.btn-primary:hover {
    border: 1px solid #519FDE;;
    color: #519FDE;;
    background: transparent;
}
.btn-secondary {
    color: #0BB14B;
    background-color: #fff;
    border-color: #fff;
} 
.btn-secondary:hover {
    color: #fff;
    background-color: #8cc63f;
    border-color: #8cc63f;
} 
 
img {
	max-width: 100%;
}
.hovImg  img{-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;}

.hovImg:hover img{transform: scale(1.05);}

ul{list-style: none; margin: 0px; padding: 0px;}
section {
    display: block;
    width: 100%;
}
.deskview {
    display: block;
}
.mobview {
    display: none;
}

.float {
    position: fixed;
    width: 4rem;
    height: 4rem;
    right: 1rem;
    bottom: 2rem;
    z-index: 11;
    background: url(../images/whatsapp-ico.png) no-repeat center;
    background-size: 100%;
    border-radius: 50%;
}

.float::before {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 3px solid #25d366;
    animation: wa-ring 1.5s ease-out infinite;
    opacity: 0;
}

.float::after {
    content: '';
    position: absolute;
    inset: -12px;
    border-radius: 50%;
    border: 2px solid #25d366;
    animation: wa-ring 1.5s ease-out infinite 0.4s;
    opacity: 0;
}

@keyframes wa-ring {
    0%   { transform: scale(0.85); opacity: 0.8; }
    100% { transform: scale(1.2);  opacity: 0; }
}
/*********************************************************/
.headerMennu {
  width: 100%;padding: 0rem 1.5rem; 
}
.menuContainer{background: #0C358D; width: 100%; display: flex;align-items: center; justify-content: center; border-radius: 2rem 2rem 0rem 0rem; }
.mainmenu {
    display: flex;
    align-items: center;
    justify-content: center;
}
#mainmenu,
#mainmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainmenu li {
  position: relative;
}

#mainmenu ul {
    display: none;
    position: absolute;
    top: 3.2rem;
    left: -25%;
    width: 20.75rem;
    padding:0rem;
    z-index: 999;
    text-align: left;
    background: #fff;display: inline-block;
}
#mainmenu ul li {
    padding:0rem 1.5rem;
}
#mainmenu ul li:hover{background-color:#E10000;}

#mainmenu ul li:hover a{color:#fff; border-color:#E10000 ; background: url(../images/menu-w.png) no-repeat right 0.5rem top 1.57rem; background-size:1.25rem ;}
#mainmenu ul li:hover ul li a{color: #000; border-color:#E0E0E0 ; background: url(../images/menu-b.png) no-repeat right 0.5rem top 1.57rem; background-size:1.25rem ;}
#mainmenu ul li:hover ul li a:hover{color: #fff; border-color:#E10000 ; background: url(../images/menu-w.png) no-repeat right 0.5rem top 1.57rem; background-size:1.25rem ;}
 #mainmenu ul li a{font-size: 1.25rem; line-height: normal; padding: 1.5rem 0rem;display: block;border-bottom: 1px solid #E0E0E0; background: url(../images/menu-b.png) no-repeat right 0.5rem top 1.57rem; background-size:1.25rem ;}
 #mainmenu ul li ul{left: 100%; top: 0rem;}
section.menuCvr {
    padding-left: 35rem;
    width: 100%;
    background: #000;
}
section.menuCvr {
    position: absolute;
    left: -100%;
    padding-left: 0rem;
    width: 100%;
    background: #000;
    height: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    bottom: 0%;
    -webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;    z-index: 12;
}
.mainmenu li:first-child{
    padding-left: 0rem;
}
.mainmenu li:last-child{
    padding-right: 0rem;
}
section.menuCvr.active{left: 0rem;  bottom: 0rem;height: 100%;}
ul.mainmenu li{padding: 0rem;}
ul.mainmenu li a {position: relative; font-size: 1.25rem; line-height: normal;color: #fff; padding: 0.875rem 1.5rem; display: block;
}
ul.mainmenu li a:after{width: 0rem; height: 4px; content: ''; position: absolute; bottom: 0.65rem; left: 50%; margin-left: -0.75rem;border-radius: 2px; background: #8CC63F;}
ul.mainmenu li a:hover:after,ul.mainmenu li.current_page_item a:after{width: 1.5rem;}
ul.mainmenu li ul li a{color: #000;}
span.toggle-sub {
    background: url(../images/menusub.png) no-repeat center;
    background-size: 100%;
    width: 3.25rem;
    height: 1.563rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -3rem;
    z-index: 1000;
    cursor: pointer;
}
ul.mainmenu li ul li a {
    color: #000;}
span.menubtn.menuicon {
    display: none;
}
.search button.is-search-submit {
    display: none;
}
/*************************************************************/
 
.container {
    max-width: 104.5rem; margin: 0px auto;
}
header {
	position: fixed;
	z-index: 111;
	width: 100%;
   padding: 2.625rem 0rem;
	left: 0px;
	top: 0px; 
     -webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s; 	 
    display: flex;
    align-items: center;
    justify-content: space-between;
   flex-direction: column;
    display: flex;align-items: center;justify-content: center; 
    background: #0B632D;
}
 
.mobnumb{display: none;}
.logo {
    max-width:12rem;
    display: inline-flex;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.menu {
    display: flex;justify-content: flex-start; 
}
 
header.aniPos {
 --tw-bg-opacity: .1;
  background-color: #0b632dd1;
  -webkit-backdrop-filter: blur(3.65px);
  backdrop-filter: blur(6px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15); /* small bottom shadow */
   padding: 0.75rem 0rem;
}
 
.logo img {
	max-width: 100%;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

span.wpcf7-spinner {
    position: absolute;display: none;
}
 .HeaderRight {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headeCnt ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
li.hedphn a{border: 0.063rem solid #fff; color: #ffff; font-weight: 700; background: url(../images/phone-icon.png) no-repeat left 1.5rem center; padding-left: 3.5rem; margin-right: 1.5rem;}
/***************************************************************/
.Homebanner{ position: relative; background: url(../images/bannerbg.png) no-repeat top center; background-size: 100%; overflow: hidden;padding-top: 8.813rem;}
.globAnimation img {
    display: block;
    animation: rotateGlob 40s linear infinite reverse;
}

@keyframes rotateGlob {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.globAnimation img{width: 100%;}
.globAnimation {
    position: relative;height: 50rem; overflow: hidden;
}
.bannerglob {
    margin-top: -9rem;
}
.globAnimation:after {
    width: 100%;
    height: 39.813rem;
    position: absolute;
    bottom: -1rem;
    left: 0rem;z-index: 11;
    content: ''; background: url(../images/cloud.png) no-repeat bottom center; background-size: 100%;
}
.bannervan {
    position: relative;
    width: 55rem;
    z-index: 1;
    margin: 0rem auto;
}
.bannertopCvr{text-align: center;padding-top: 3.75rem;}
.bannerHead{font-family: "Protest Strike", sans-serif; font-size: 7.5rem; line-height: 8.75rem; color: #fff;    margin-bottom: 1.25rem;}
img.left-tyre {
    position: absolute;
    left: 9.7rem;
    bottom: 2.7rem;width: 6.688rem; height: 6.688rem;
}
.left-tyre {
    display: block;
    animation: tyreRotate 5s linear infinite;
    transform-origin: center center;
}

@keyframes tyreRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

img.right-tyre {
    position: absolute;
    right: 6.6rem;
    bottom: 2.6rem;display: block;
    animation: tyreRotate 5s linear infinite;
    transform-origin: center center;width: 6.688rem; height: 6.688rem;
}
header.homeHead {
    background: transparent;
}
header.aniPos.homeHead {
    background: #0b632dd1;
}
section.innetTop {
    width: 100%;
    margin-top: 8.8rem; padding-top: 7.688rem;text-align: center;
}

.hmabts{
    background: url(../images/home-abt-vector.png) no-repeat bottom 1rem right 23rem;
    background-size: 37rem;}
    
/* ── Blog / News Section ─────────────────────────────────── */
.blogSection {
    padding: 5rem 0;
    background: #ffffff;
}
.blogSectionHead {
    text-align: center;
    margin-bottom: 3rem;
}
.blogSectionHead h2 {
    margin: 0.5rem 0 0;
}
.blogGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem;
    margin-bottom: 3rem;
}
.blogCard {
    display: flex;
    flex-direction: column;
    border-radius: 0;
    overflow: hidden;
}
.blogCardImg {
    display: block;
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 2;
    border-radius: 2.5rem;position: relative;
}
.blogCardImg:after{position: absolute; content: ''; width: 17.25rem; height: 1rem; background: url(../images/vector-7.png) no-repeat bottom center; background-size: 100%; bottom: 0rem;left: 50%;
    margin-left: -8.625rem;}
.blogCardImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}
.blogCard:hover .blogCardImg img {
    transform: scale(1.04);
}
.blogCatBadge {
    position: absolute;
    top: 1.25rem;
    left: 1.5rem;
    background: linear-gradient(180deg, #f8961c 0%, #f26f21 100%);
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 600;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    letter-spacing: 0.04em;line-height: 1rem;
}
.blogCardBody {
    padding: 1.25rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    flex: 1;
}
.blogCardBody h3 {
    margin: 0;
    font-size: 1.75rem;
    line-height: 3rem;
}
.blogCardBody h3 a {
    color: #351b6f;
    text-decoration: none;
}
.blogCardBody h3 a:hover {
    color: #f26f21;
}
.blogCardBody p {
    color: #515151;
    font-size: 1.375rem;
    line-height: 2.5rem;
    margin: 0;
}
.blogViewAll {
    text-align: center;
}
.blogViewAllBtn {
    display: inline-block;
    background: linear-gradient(180deg, #f8961c 0%, #f26f21 100%);
    color: #ffffff;
    font-weight: 700;
    padding: 0.875rem 2.5rem;
    border-radius: 3rem;
    text-decoration: none;
    font-size: 1rem;
}
.blogViewAllBtn:hover {
    opacity: 0.9;
}

.blogfoot .readyElevate{display:none !important;}
/*********************************************************************/
@media all and (max-width:1537px) {
 
/********************************************************************/
}
 @media all and (max-width:1445px) {
     
      
/*******************************************************************/
}
@media all and (max-width:1367px) { 
}
     
@media all and (max-width:1282px) {
} 

@media all and (max-width:992px) {
    html{
		font-size:calc(100vw * 16/768);	
		scroll-behavior: smooth;overflow-x: hidden;
}   
 
    h1, h2, h3, h4, .h1, .h2, .h3, .h4, .heading,.busiunRight .h2 {
        font-size: 1.75rem;
        line-height: 2.2rem;margin-bottom: 1rem;
    }
    p, body {
        font-size: 1rem;
        line-height: 1.65rem;
    }
    p{margin-bottom: 1.8rem;}
    
span.menubtn.menuicon .cls {
    display: none;
}
span.menubtn.close img.plss {
    display: none;
}
.menu {
        position: fixed;
        width: 100%;
        left: -100%;
        z-index: 11;
        background: #000;
        top: 0rem;
        height: 100vh;
        max-width: 50%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    }
    .menu.active {
    left: 0rem;
}
span.menubtn {
        display: block;
        width: 2.5rem;
        height: 2.5rem;
    }
.menu ul li {
    width: 100%;
    display: block;padding: 0rem 1rem !important;
}
.menu ul li a{padding: 0.8rem 0rem; display: block; border-bottom:1px solid #ffffff30;}
.menu ul {
    display: block;width: 100%;
}
    span.toggle-sub {
        background: url(../images/plus.png) no-repeat center;
        background-size:10px;
        width: 1.2rem;
        height: 1.2rem;
        display: inline-block;
        position: absolute;
        top: 0.8rem;
        right: 1rem;
        z-index: 1000;
        cursor: pointer;
        border: 1px solid #F44336;
    }
      span.toggle-sub.close {
        background: url(../images/minus-m.png) no-repeat center;
        background-size:10px;}
#mainmenu ul {
    display: none;
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0rem;
    z-index: 999;
    text-align: left;
    background: #151515;
    display: inline-block;
}
ul.mainmenu li a{font-size: 1rem;}
#mainmenu ul li a {
    font-size: 1rem;
    line-height: normal;
    padding: 0.8rem 0rem;
    display: block;color: #fff;
    border-bottom: 1px solid #252424;
    background: url(../images/menu-b.png) no-repeat right 0.5rem top 1.57rem;
    background-size: 1.25rem;
}
#mainmenu ul li ul {
    left: 0rem;
    top: 0rem;
}
#mainmenu ul li a{background: none !important;}
#mainmenu ul li:hover {
    background-color: #151515;
}
#mainmenu ul li:hover ul li a{color: #fff;}
#mainmenu ul li:hover a{border-color:#ffffff30 ;}
#mainmenu ul li:hover ul li a{border-color:#ffffff30 ;}
  a.readmore {
    
    font-size: 1.25rem; line-height: 1.25rem;  
}
.brandsWeDealHome {
    padding: 3rem 0rem 0rem;}
    .deskview {
    display: none;
}
.mobview {
    display: block;
}
/***************************************************/
}
@media all and (max-width:767px) {
     html{
		font-size:calc(100vw * 16/370);	
		scroll-behavior: smooth;
	}
      
       p {
        margin-bottom: 1rem;
    }
    p,body,.philoCvr p,.footbxCvr ul li span, .footbxCvr ul li a {
    font-size: 1rem;
    line-height: 1.7rem;}
        .btn {
        text-align: center;
        font-size: 0.8rem;
        line-height: 1rem;
        padding: 0.5rem 1rem;
    }
    .readmore {
    font-family: 'Protest Strike';
    text-transform: uppercase;
    color: #0BB14B;
}
     
}
        
@media all and (max-width:360px) {
       html{
		font-size:calc(100vw * 16/360);	
		scroll-behavior: smooth;
	}
      
    
   }

@media all and (max-width:320px) {
     html{
		font-size:calc(100vw * 16/320);	
		scroll-behavior: smooth;
	}
       }
/* ===== Section 02 Home – Masked Video / Image ===== */
.sec01center-mask-wrap {
    position: relative;
    width: 100%;
   max-width: 23rem;
    margin: 0 auto;
}

.sec01center-media {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-mask-image: var(--mask-url);
            mask-image: var(--mask-url);
    -webkit-mask-size:100%;
            mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
}

video.sec01center-media {
    aspect-ratio: 1 / 1;
    width: 100%;
   height: 50.438rem;
}

/* Responsive */
@media (max-width: 991px) {
    .sec01center-mask-wrap {
        max-width: 320px;
        margin: 2rem auto;
    }
}

@media (max-width: 575px) {
    .sec01center-mask-wrap {
        max-width: 260px;
    }
}

/* ===== Products Range Home Section ===== */
.productsRangeHome {
    padding: 7.188rem 0rem
}
 
.productsRangeGrid {
    row-gap: 0;
}
.productRangeItem {
    margin-bottom: 4rem;
    text-align: center;
}
.productRangeCard {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;border-radius: 1rem;
}
.productRangeCard img {
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}
.productRangeCard:hover img {
    transform: scale(1.05);
}
.productRangeName {
    font-size: 1.75rem;
    line-height: 2.5rem;
    font-weight: 500;
    color: #1F1F1F;
    margin-top: 0.75rem;
    margin-bottom: 0;
}
.viewAllProductsLink {
    display: inline-block;
    margin-top: 1.5rem;
    color: #1daa6e;
    font-weight: 800;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 0.95rem;
    letter-spacing: 0.08em;
}
.viewAllProductsLink:hover {
    color: #12885a;
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 991px) {
    .productsRangeTitle { font-size: 2rem; }
   .productRangeName {
    font-size: 1.5rem;
    line-height: 1.5rem;}
    .productsRangeHome {
    padding: 2rem 0rem 2rem;
}
.productRangeItem {
    margin-bottom: 1.5rem;}
}
@media (max-width: 767px) {
    .productsRangeTitle { font-size: 1.6rem; }
    .productsRangeHome { padding: 40px 0 30px; }
 
    
}
@media (max-width: 575px) {
    .productsRangeTitle { font-size: 1.3rem; }
    .productRangeCard { min-height: 120px; border-radius: 14px; }
    .productRangeName { font-size: 0.82rem; }
}

/* ===== Brands We Deal Section ===== */
.brandsWeDealHome {
    padding: 3rem 0rem;
    background: #fff;
}
 .brandsWeDealSlider {
    margin-bottom: 3.5rem;
}
.brandWeDealCard {
   border-radius: 1.25rem;
background: #F7F7F7;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height:10rem; padding: 2rem;
    transition: box-shadow 0.2s;overflow: hidden;
}
.brandWeDealCard img{height: 80%;}
.brandWeDealCard.in{background: #fff; padding: 1rem;}
section.trustedBest p {
    width: 77%;
    margin: 0rem auto 2rem;
}
.brandWeDealCard:hover {
     
}
.brandWeDealCard img {
    max-width: 100%;
    width: auto;
    max-height: 90%;
    
}
 .whyChooseText p {
    margin-bottom: 0rem;
}

/* ===== Why Choose Firdous Section ===== */
.whyChooseHome {position: relative; background: #FBF7FF; padding-top: 10rem;margin-top: 7rem; padding-bottom: 12.5rem;}
 .whyChooseHome:before{width: 100%; height: 2.5rem; position: absolute; content: ''; top: 0; left: 0;  background: url(../images/whychoos-top.png) no-repeat top center;background-size: 100%;}
 .whyChooseHome:after{width: 100%; height: 2.5rem; position: absolute; content: ''; bottom: 0; left: 0; background: url(../images/whychoos-bottom.png) no-repeat bottom center; background-size: 100%;}
.whyChooseRow {
    margin-bottom: 2.5rem;
}
.whyChooseRow:last-child {
    margin-bottom: 0;
}
.whyChooseImgWrap {
    position: relative;
    display: inline-block;
    width: 100%;
     
}
 .whyChooseRow.why-img-right .whyChooseText {
    padding-left: 0rem;
    padding-right: 5.5rem;
}
 
.whyChooseImg {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}
.whyChooseText {
    padding: 0rem 0rem 0rem 5.5rem;
}
.whyChooseHeading {
    font-size: 4rem;
     margin-bottom: 1rem;    line-height: 5rem;
}
.whyChooseDesc {
    font-size: 1rem;
    color: #555;
    line-height: 1.7;
}

/* Responsive */
@media (max-width: 767px) {
    
    .whyChooseRow { margin-bottom: 0px; }
    .whyChooseText { padding: 20px 10px; }
    .whyChooseHeading { font-size: 1.4rem; }
    .whyChooseImgWrap { max-width: 100%; }
    .order-md-1 { order: 2; }
    .order-md-2 { order: 1; }
}
@media (max-width: 575px) {
     
    .whyChooseHeading { font-size: 1.2rem; }
   
}

.partnerssay{background: url(../images/partnerssay-img.png) no-repeat bottom center; background-size: 100%;padding-bottom: 8.75rem;padding-top: 10rem;}

/* ===== Testimonials Section ===== */
.testimonialSection {
    padding: 70px 0 60px;
    background: #f7f5ff;
}
.testimonialTitle {
    font-size: 2.4rem;
    font-weight: 900;
    color: #1a1a4e;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
}
.testimonialCard {
    background: #fff;
    border-radius: 20px;
    padding: 32px 28px 28px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    position: relative;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.testimonialQuote {
    font-size: 4rem;
    color: #3ecf3e;
    line-height: 1;
    margin-bottom: 8px;
    font-family: Georgia, serif;
}
.testimonialReview {
    color: #444;
    font-size: 0.95rem;
    line-height: 1.7;
    flex: 1;
    margin-bottom: 1.2rem;
}
.testimonialAuthor {
    display: flex;
    align-items: center;
    gap: 12px;
}
.testimonialPhoto {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #3ecf3e;
    flex-shrink: 0;
}
.testimonialPhotoPlaceholder {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1a1a4e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
    flex-shrink: 0;
}
.testimonialMeta {
    display: flex;
    flex-direction: column;
}
.testimonialName {
    color: #1a1a4e;
    font-size: 0.95rem;
    font-weight: 700;
}
.testimonialRole {
    color: #888;
    font-size: 0.82rem;
}
.testimonialSlider .owl-nav button {
    background: #1a1a4e !important;
    color: #fff !important;
    width: 36px;
    height: 36px;
    border-radius: 50% !important;
    font-size: 1rem !important;
    line-height: 36px !important;
}
@media (max-width: 767px) {
    .testimonialTitle { font-size: 1.6rem; }
    .testimonialCard { padding: 24px 20px; }
}

/* ===== Partners Say / Testimonial Slider ===== */
.testimonaiSec {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.testimCvr {
    text-align: center;
    padding: 0rem 3.625rem;
}
.owl-nav {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testicnt p {
    margin-bottom: 1.2rem;
}
.testiName {
    display: block;
    font-size: 1.75rem; line-height: 2.5rem;
    font-weight: 600;
    color: #1daa6e;
    margin-top: 3.5rem; margin-bottom: 4.25rem;
}
.testimonailSection .owl-nav {
    margin-top: 0rem;
    display: flex;
    gap: 10px;
}
.testiNavBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
     transition: background 0.2s, color 0.2s;text-indent: -60px;
    overflow: hidden;
}
 .testimonaiSec .owl-theme .owl-nav{margin-top: 0rem;}
.testimonailSection .owl-nav button,.clientspagetestimon .owl-nav button{
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}
button.owl-prev .testiNavBtn{background: url(../images/left-ar.png) no-repeat center;}
button.owl-next .testiNavBtn{background: url(../images/right-ar.png) no-repeat center;}

.clientspagetestimon p{color:#1F1F1F;}
.testimonaiSec.testinsli {
    padding: 0rem 14rem; position: relative;
}
.testimonaiSec.testinsli:after {
    position: absolute;
    width: 6.75rem;
    height: 6.75rem;
    content: '';
    background: url(../images/column-l.png) no-repeat center;
    left: 0rem;
    top: 5.5rem;
    background-size: 100%;
}
.testimonaiSec.testinsli:before {
    position: absolute;
    width: 6.75rem;
    height: 6.75rem;
    content: '';
    background: url(../images/column-r.png) no-repeat center;
    right: -8rem;
    top: 0rem;
    background-size: 100%;
}
@media (max-width: 767px) {
    .partnerssay h3 { font-size: 1.7rem; }
}

/* ===== Operations In Focus ===== */
.opsInFocus {
    padding: 5rem 0;
    background: #fff;
    overflow: hidden;
}
 .opsInFocusLeft {
    position: relative;
}
 
.opsArrow {
    width: 6.125rem;
    height: 6.125rem;
    margin: 0.8rem 0 1.2rem;
    display: block;position: absolute; right: -4rem; top: 0rem;
}
 
 
.opsInFocusRight {
    display: flex;
    align-items: center;
    justify-content: center;
}
.opsImgWrap {
    width: 100%;
    max-width: 42rem;
}
.opsImgWrap img {
    width: 100%;
    height: auto;
    display: block;
}

/* Responsive */
@media (max-width: 991px) {
       .opsInFocusLeft {
        padding-right: 0rem;
        text-align: center;
    }
    .opsInFocusLeft h2 { font-size: 2rem; }
    .opsInFocus { padding: 3.5rem 0; }
    .testiName {
    display: block;
    font-size: 1.75rem;
    line-height: 2.5rem;
    font-weight: 600;
    color: #1daa6e;
    margin-top: 1.5rem;
    margin-bottom: 1.25rem;}
}
@media (max-width: 767px) {
    .opsInFocusLeft { margin-bottom: 2rem; }
    .opsInFocusLeft h2 { font-size: 1.6rem; }
    .opsImgWrap { max-width: 100%; }
    section.readyElevate .col-lg-12 {
    display: none;
}
    .footBox {
        margin-bottom: 1rem;
    }
}

/* ===== Trusted By The Best ===== */
.trustedBest {
    padding: 5rem 0 0;
    background: #fff;
    overflow: hidden;
}
 
 
.trustedLogoGrid {
    margin-bottom: 2rem;justify-content: center;
}
.trustedLogoItem {
    margin-bottom: 1.2rem;
}
.trustedLogoCard {
    background: #fff;
    border-radius: 1rem;
     display: flex;
    align-items: center;
    justify-content: center;
    min-height: 5.5rem;
    transition: box-shadow 0.2s;overflow:hidden; box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}
.trustedLogoCard:hover {
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}
.trustedLogoCard img {
    max-width: 100%;
    
    width: auto;
    height: auto;
    object-fit: contain; filter: brightness(0.2) invert(0);
}
 
 
.trustedBottomImg {
    width: 100%;
    line-height: 0;
}
.trustedBottomImg img {
    width: 100%;
    height: auto;
    display: block;
}
.readyElevate hr {
    margin-bottom: 2.5rem;
    margin-top: 8rem;
    background: #fff;opacity: 1;
}
@media (max-width: 991px) {
    .trustedBest h2 { font-size: 2rem; }
    .trustedLogoCard { min-height: 4.5rem; }
}
@media (max-width: 767px) {
    .trustedBest h2 { font-size: 1.6rem; }
    .trustedLogoCard { min-height: 4rem; border-radius: 0.75rem; }
}

/* ===== Ready To Elevate Section ===== */
.readyElevate {
    background: url(../images/footer-top.png) no-repeat top center;background-size: 100%;
    padding: 10rem 0 0rem;
    overflow: hidden;margin-top: -2rem;
    z-index: 11;
    position: relative;
}
.readyElevate p{color: #fff;}
.readyElevateLeft {
    padding: 2rem 0rem 2rem 0rem;
    display: flex;
    flex-direction: column;
    justify-content: center;min-height: 47rem;
}
.readyElevateLeft h2 {
    
    color: #fff;
    
}
.readyElevateLeft h2 {
    color: #fff;
    font-size: 7.5rem;
    line-height: 7.5rem;text-transform: uppercase;max-width: 96%;
}
a.rteLink {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 800;
    color: #3ecf3e;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
a.rteLink:hover { color: #2db82d; }
.readyElevateRight {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
}
.readyElevateRight img {
    width: 50.25rem;position: absolute;right: 0;top: 10rem;
    height: 47.563rem;
    display: block;
    object-fit: contain;
    object-position: bottom right;
}
img.trusimg {
    width: 100%;
}
@media (max-width: 991px) {
    .readyElevateLeft { padding: 2rem; }
    .readyElevateLeft h2 { font-size: 2.4rem; }
}
@media (max-width: 767px) {
    .readyElevateLeft { padding: 2rem 1.5rem; order: 2; }
    .readyElevateLeft h2 { font-size: 1.8rem; }
    .readyElevateRight { order: 1; max-height: 16rem; overflow: hidden; }
}

footer {
    background: #4D2A6B url(../images/footer-bt-icon.png) no-repeat right bottom 3.8rem;
    padding-top: 2rem;
}
.footHead {
    font-size: 2rem;
    font-family: 'Protest Strike';
    color: #fff;
    line-height: 2.5rem;
    margin-bottom: 1.5rem;
}
.foottext {
    color: #fff;
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: 1.5rem;
}
.footBox a{ color: #fff;
    font-size: 1.25rem;
    line-height: 2rem;}
.adrefoot{background: url(../images/location-icon.png) no-repeat left top 0.2rem;padding-left: 2.5rem;background-size: 1.5rem;}
.phonft{background: url(../images/phn-icon.png) no-repeat left top 0.5rem;padding-left: 2.5rem;background-size: 1.5rem;}
.ftml-icon{background: url(../images/mail-ico.png) no-repeat left top 0.1rem;padding-left: 2.5rem;background-size: 1.5rem;}
.callft-icon{background: url(../images/phone-icon-b.png) no-repeat left top 0.4rem;padding-left: 2.5rem;background-size: 1.5rem;}
.footbtleft ul{display: flex;gap: 2.5rem;}
.footbtleft ul li a {
    color: #fff;
    font-size: 1.25rem;
    line-height: normal;    font-family: 'Protest Strike';
}
.footbtRight a,.footbtRight p {
    font-size: 1.25rem;
    line-height: 2rem;
    color: #fff;
}
.footbtRight {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
a.footlsta {
    margin-right: 2rem;
}
.footBtm {
    background: #3E1A5C;padding: 0.625rem 0rem;
}
footer>.container {
    padding-bottom: 5rem;
}
.footBtm p {
    margin-bottom: 0rem;
}


img.column {
        position: absolute;
    right: 0rem;
    z-index: 1;
    width: 18.75rem;
}

/* Responsive */
@media (max-width: 991px) {
    .brandsWeDealTitle { font-size: 2rem; }
    .brandWeDealCard { min-height: 90px; }
     img.column {
    position: absolute;
    right: 0rem;
    z-index: 1;
    width: 5.75rem;
    bottom: -4rem;
}
.trustedBest {
    padding: 0rem 0 0;}
    .readyElevate {
      margin-top: -2rem;
    z-index: 11;
    position: relative;padding-top: 2rem;
}

}
@media (max-width: 575px) {
    .brandsWeDealTitle { font-size: 1.5rem; }
    .brandWeDealCard { min-height: 75px; border-radius: 12px; }
}

/* =========================================================
   HOME PAGE — RESPONSIVE OVERRIDES
   Breakpoints: 1199 | 991 | 767 | 575 | 480
   Desktop (≥1200) untouched.
   ========================================================= */

/* ---- 1199px: small laptops ---- */
@media (max-width: 1199px) {

    /* Section 02 */
    .sec01center-mask-wrap { max-width: 340px; }
    video.sec01center-media { height: 32rem; }

    /* Why Choose */
    .whyChooseHeading { font-size: 2.8rem; line-height: 3.4rem; }
    .whyChooseText { padding: 0 0 0 3rem; }
    .whyChooseRow.why-img-right .whyChooseText { padding: 0 3rem 0 0; }
    .whyChooseHome { padding-top: 7rem; padding-bottom: 9rem; }

    /* Ops arrow repositioned */
    .opsArrow { right: -1rem; width: 4.5rem; height: 4.5rem; }

    /* Ready to Elevate */
    .readyElevateLeft { min-height: 36rem; }
    .readyElevateLeft h2 { font-size: 5rem; line-height: 5.5rem; }
    .readyElevateRight img { width: 38rem; height: auto; top: 8rem; }
}

/* ---- 991px: tablets landscape / small laptops ---- */
@media (max-width: 991px) {

    /* Section 02 — stack columns */
    .sec01center-mask-wrap { max-width: 280px; margin:0rem auto; }
    video.sec01center-media { height: 26rem; }

    /* Products — 2 cols */
    .productsRangeGrid > [class*="col-lg-3"] { flex: 0 0 50%; max-width: 50%; }

    /* Why Choose */
    .whyChooseHome { padding-top: 5rem; padding-bottom: 6rem; margin-top: 0rem; }
    .whyChooseHeading { font-size: 2.2rem; line-height: 2.8rem; }
    .whyChooseText { padding: 0 0 0 2rem; }
    .whyChooseRow.why-img-right .whyChooseText { padding: 0 2rem 0 0; }

    /* Partners say */
    .partnerssay { padding-top: 5rem; padding-bottom: 5rem; }

    /* Ops */
    .opsArrow { display: none; }
    .opsInFocusLeft h2 { font-size: 1.9rem; }

    /* Ready to Elevate */
    .readyElevateLeft { min-height: auto; padding: 3rem 1.5rem; text-align: center; }
    .readyElevateLeft h2 { font-size: 3rem; line-height: 3.5rem; }
    .readyElevateRight { position: relative; display: none;}
    .readyElevate hr {
    margin-bottom: 0rem;
    margin-top: 0rem;
    background: #fff;
    opacity: 1;
}
    .readyElevateRight img {
        position: static;
        width: 100%;
        height: auto;
        max-height: 22rem;
        object-fit: contain;
        object-position: bottom right;
    }

    /* Footer */
    .footBox { margin-bottom: 1rem; }
    footer > .container { padding-bottom: 2.5rem; }
    .bannerHead {
    font-size: 3.5rem;
    line-height: 3.75rem;
    margin-bottom: 1.25rem;
}
.bannertopCvr{padding-top: 0rem;}
.bannervan {
    position: relative;
    width: 82%;}
    img.left-tyre {
    position: absolute;
    left: 6.5rem;
    bottom: 1.7rem;
    width: 5rem;
    height: 5rem;
}
img.right-tyre{ width: 5rem;
    height: 5rem;bottom: 1.7rem;width: 5rem;right: 4.5rem;}
    .globAnimation {
    position: relative;
    height: 20rem;
    overflow: hidden;
}
.sec01hmleft {
    text-align: center;
}
.sec01hmleft .readmore {
    display: none;
}
.sec01hmleft .readmore.mobilmore {
    display: block;
}
.sec01hmright {
    text-align: center;
}
}

/* ---- 767px: tablets portrait / large mobile ---- */
@media (max-width: 767px) {

    /* Section 02 */
    .sec01center-mask-wrap { max-width: 240px; }
    video.sec01center-media { height: 20rem; }

    /* Products — 2 cols */
    .productRangeName { font-size: 0.9rem; }

    /* Why Choose — image always on top */
    .whyChooseHome { padding-top: 4rem; padding-bottom: 4rem; margin-top: 2rem; }
    .whyChooseRow > [class*="col-"] { flex: 0 0 100%; max-width: 100%; }
    .whyChooseText { padding: 1rem 0; }
    .whyChooseRow.why-img-right .whyChooseText { padding: 1rem 0; }
    .whyChooseHeading { font-size: 1.5rem; line-height: 2rem; }
    .whyChooseRow.why-img-right [class*="col-"]:first-child { order: 2; }
    .whyChooseRow.why-img-right [class*="col-"]:last-child  { order: 1; }

    /* Partners say */
    .partnerssay { padding-top: 3.5rem; padding-bottom: 3.5rem; }
    .testiName { font-size: 1.3rem; margin-top: 2rem; margin-bottom: 2rem; }
    .testimCvr { padding: 0 1rem; }

    /* Ops — stack */
    .opsInFocus { padding: 2.5rem 0 0rem; }
    .opsInFocusLeft { margin-bottom: 1.5rem; }
    .opsInFocusLeft h2 { font-size: 1.5rem; }
    .opsInFocusRight { margin-top: 0rem; }

    /* Trusted */
    .trustedBest { padding: 3rem 0 0; }
    .trustedLogoItem { flex: 0 0 33.33%; max-width: 33.33%; }

    /* Ready to Elevate */
    .readyElevate { padding-top: 5rem; }
    .readyElevateLeft h2 { font-size: 2rem; line-height: 2.6rem; }
    .readyElevateLeft { padding: 2rem 1rem 1.5rem; order: 2; }
    .readyElevateRight { order: 1; max-height: 14rem; overflow: hidden; }
    .readyElevateRight img { max-height: 14rem; }
    .readyElevate hr { margin-top: 3rem; margin-bottom: 1.5rem; }

    /* Footer */
    .footHead { font-size: 1.5rem; }
    .foottext, .footBox a { font-size: 1rem; line-height: 1.7rem; }
    .footbtleft ul { gap: 1rem; flex-wrap: wrap; }
    .footbtRight { text-align: left; justify-content: flex-start; margin-top: 0.75rem; }
    .footbtRight a, .footbtRight p { font-size: 1rem; line-height: 1.7rem; }
    .footBtm .col-lg-6 { flex: 0 0 100%; max-width: 100%; }
    footer { background-position: right bottom 2rem; background-size: 8rem; }
   html {
    overflow-x: hidden !important;
}
}

/* ---- 575px: mobile ---- */
@media (max-width: 575px) {

    /* Section 02 */
    .sec01center-mask-wrap { max-width: 200px; }
    video.sec01center-media { height: 16rem; }

    /* Products — 2 cols on mobile */
    .productsRangeGrid > [class*="col-"] { flex: 0 0 50%; max-width: 50%; }
    .productRangeName { font-size: 1rem; margin-top: 0.5rem; }
    .productRangeCard { min-height: 100px;  }
    

    /* Brands */
    .brandsWeDealHome { padding: 2rem 0; }
    .brandWeDealCard { min-height: 60px; }
     

    /* Why Choose */
    .whyChooseHome { padding-top: 2rem; padding-bottom: 1rem; margin-top: 0rem; }
        
    .whyChooseHeading { font-size: 1.25rem; line-height: 1.75rem; }
    .whyChooseDesc { font-size: 0.9rem; }

    /* Partners say */
    .partnerssay { padding-top: 2.5rem; padding-bottom: 2.5rem; }
    .testicnt p { font-size: 0.9rem; }
       .testiName {
        font-size: 1.1rem;
        margin-top: 0.75rem;
        margin-bottom: 1rem;
    }

    /* Ops */
    .opsInFocusLeft h2 { font-size: 1.3rem; }
    .opsInFocusLeft p { font-size: 0.9rem; }

    /* Trusted logos — 2 cols */
    .trustedLogoItem { flex: 0 0 50%; max-width: 50%; }
    .trustedLogoCard { min-height: 3.5rem; }
     

    /* Ready to Elevate */
    .readyElevate { padding-top: 3rem;         background-size: cover;}
    .readyElevateLeft h2 { font-size: 1.5rem; line-height: 2rem; }
    .readyElevateRight { max-height: 11rem; }
    .readyElevateRight img { max-height: 11rem; }

    /* Footer */
    .footHead { font-size: 1.25rem; line-height: 1.8rem; margin-bottom: 1rem; }
    .foottext, .footBox a { font-size: 0.9rem; }
    .footbtleft ul { gap: 0.75rem; }
    footer > .container { padding-bottom: 2rem; }
    footer { padding-top: 1.5rem; }
}

/* ---- 480px: small mobile ---- */
@media (max-width: 480px) {

    /* Section 02 */
    .sec01center-mask-wrap { max-width: 8rem; margin-bottom: 1rem;}
    video.sec01center-media { height: 17rem;}

    /* Products — still 2 cols, smaller */
 

    /* Why Choose */
    .whyChooseHeading { font-size: 1.1rem; line-height: 1.6rem; }

    /* Ready to Elevate */
    .readyElevateLeft h2 { font-size: 1.3rem; line-height: 1.8rem; }

    /* Footer */
    .footbtleft ul { flex-direction: column; gap: 0.5rem; }
}

/* =========================================================
   MOBILE MENU IMPROVEMENTS
   ========================================================= */

/* Overlay */
.mob-menu-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s;
}
.mob-menu-overlay.active {
    display: block;
    opacity: 1;
}

/* Mobile-only elements hidden on desktop */
.mob-menu-close,
.mob-menu-phone {
    display: none;
}

/* Col-mob-header: logo + toggle in same row on mobile */
.col-mob-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px) {

    /* Header layout */
    header { padding: 1rem 0; }
    header .container { padding-left: 1rem; padding-right: 1rem; }

    /* col-mob-header always flex row */
    .col-mob-header {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 0.75rem;
    }

    /* Logo size on mobile */
    .logo { max-width: 9rem; }

    /* Show toggle button */
    span.menubtn.menuicon {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 2.25rem;
        height: 2.25rem;
        cursor: pointer;
        flex-shrink: 0;
    }
    span.menubtn.menuicon img { width: 100%; height: auto; }

    /* col-lg-10 stays in DOM so fixed-position menu child renders */

    /* Hide desktop contact bar on mobile — phone shown inside menu */
    .headeCnt { display: none; }

    /* Menu panel slides in from left */
    .menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        max-width: 320px;
        height: 100vh;
        background: #0B632D;
        z-index: 11;
        overflow-y: auto;
        padding: 0;
        transition: left 0.35s ease;
        display: block !important;
    }
    .menu.active { left: 0; }

    /* Close X inside menu */
    .mob-menu-close {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 1rem 1.2rem;
        font-size: 1.5rem;
        color: #fff;
        cursor: pointer;
        border-bottom: 1px solid rgba(255,255,255,0.15);
    }

    /* Phone number inside menu */
    .mob-menu-phone {
        display: block;
        padding: 0.9rem 1.2rem;
        border-bottom: 1px solid rgba(255,255,255,0.15);
    }
    .mob-menu-phone a {
        color: #8CC63F;
        font-size: 1rem;
        font-weight: 700;
        text-decoration: none;
    }

    /* Nav items */
    #mainmenu { display: block; padding: 0.5rem 0; }
    ul.mainmenu li { display: block; width: 100%; padding: 0 !important; }
    ul.mainmenu li a {
        font-size: 1rem;
        padding: 0.85rem 1.2rem;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        display: block;
        color: #fff;
    }
    ul.mainmenu li a:after { display: none; }
    ul.mainmenu li.current_page_item > a { color: #8CC63F; }

    /* Submenu */
    #mainmenu ul {
        position: static;
        width: 100%;
        background: rgba(0,0,0,0.2);
        display: none;
    }
    #mainmenu ul li { padding: 0 !important; }
    #mainmenu ul li a {
        color: #ddd !important;
        font-size: 0.9rem;
        padding: 0.7rem 1.8rem;
        border-bottom: 1px solid rgba(255,255,255,0.08);
        background: none !important;
    }
    #mainmenu ul li:hover { background: rgba(255,255,255,0.05); }

    /* Toggle arrow on submenu parent */
    span.toggle-sub {
        right: 0.8rem;
        top: 0.75rem;
        width: 1.5rem;
        height: 1.5rem;
        border-color: rgba(255,255,255,0.3);
    }

}

@media (max-width: 575px) {
    .logo { max-width: 8rem; }
    .menu { width: 85%; max-width: 280px; }
    ul.mainmenu li a { font-size: 0.95rem; padding: 0.8rem 1rem; }
}

/* Menu button icon state via .open class */
span.menubtn.menuicon .cls       { display: none; }
span.menubtn.menuicon.open .plss { display: none; }
span.menubtn.menuicon.open .cls  { display: block; }

/* Mobile menu bottom: Contact + Phone */
.mob-menu-bottom {
    display: none;
}
@media (max-width: 991px) {
    .mob-menu-bottom {
        display: block;
        padding: 1.2rem;
        
    }
    .mob-contact-btn {
        display: block;
        text-align: center;
        width: 100%;
        margin-bottom: 0.9rem;
        font-size: 1rem;
        padding: 0.75rem 1rem;
    }
    .mob-menu-phone {
        display: block;
        text-align: center;
        padding: 0;
        border: none;
    }
    .mob-menu-phone a {
        color: #8CC63F;
        font-size: 1rem;
        font-weight: 700;
        text-decoration: none;
        background: url(../images/phone-icon.png) no-repeat left center;
        background-size: 1.2rem;
        padding-left: 1.8rem;
    }
    footer {
    text-align: center;
}
    a.ftml-icon {
        margin-top: 1rem;
        display: inline-block;
    }
.foottext,.callft-icon,.phonft,a.ftml-icon {
    padding-left: 0rem;
    padding-top: 2rem;
    background-position: top center !important;
}
.footbtleft ul{display: none;}
footer {
    background: #4D2A6B url(../images/footer-bt-icon.png) no-repeat right bottom 2.8rem;
  padding-top: 2rem;
}
.footbtRight {
    display: inline-block;
    text-align: center;
}

a.footlsta {
    margin-right: 0rem;
    width: 100%;
}
}
@media (max-width: 767px) {
.Homebanner {
    position: relative;
    background: url(../images/bannerbg.png) no-repeat top center;
    background-size: 200%;
    overflow: hidden;
    padding-top: 5.813rem;
}
    .bannerHead {
        font-size: 1.75rem;
        line-height: 2.25rem;
        margin-bottom: 1.25rem;
    }
        .bannervan {
        position: relative;
        width: 18rem;
    }
        img.left-tyre {
        position: absolute;
        left: 2.97rem;
        bottom: 0.7rem;
        width: 2.35rem;
        height: 2.35rem;
    }
       img.right-tyre {
        width: 2.35rem;
        height: 2.35rem;
        right: 2rem;
        bottom: 0.8rem;
    }
       .globAnimation {
        position: relative;
        height: 10rem;
        overflow: hidden;
    }
    .bannerglob {
    margin-top: -5rem;
}
.productRangeItem {
    margin-bottom: 1rem;
    text-align: center;
}
section.productsRangeHome .readmore {
    margin-top: 1rem;
    display: inline-block;
}
.brandsWeDealSlider {
    margin-bottom: 2rem;
}
.whyChooseText {
          text-align: center;
    }
    img-right {
    flex-direction: column-reverse;
}
.whyChooseText,.whyChooseRow.why-img-right .whyChooseText{padding-top: 0rem;}
.whyChooseRow.why-img-right {
    flex-direction: column-reverse;
}
    img.column {
        
        width: 2.75rem;
        bottom: -2rem;
    }
.trustedBest {padding: 1.5rem 0 0;}
}

/************************Aboutsection****************************/
section.innerbanner{
    margin-top: 16.313rem;
    width: 100%;
    display: block;
    text-align: center;
}
.innerbanner h1{font-size: 7.5rem; line-height: 8.75rem;}
/* ===== About Us – Intro Section ===== */
.abtIntro {
    padding: 0rem 0 5rem;
}

/* ===== About Us – Mission & Vision ===== */
.abtMV {
    padding: 10rem 0;
    background-color: #FBF7FF;position: relative;
}
 .abtMV:before{width: 100%; height: 2.5rem; position: absolute; content: ''; top: 0; left: 0;  background: url(../images/whychoos-top.png) no-repeat top center;background-size: 100%;}
 .abtMV:after{width: 100%; height: 2.5rem; position: absolute; content: ''; bottom: 0; left: 0; background: url(../images/whychoos-bottom.png) no-repeat bottom center; background-size: 100%;}
.abtMV .col-lg-6 > img {
    width: 100%;
    height: auto;
    display: block;
}
.abtMV h2 {
    margin-bottom: 1rem;
}
 
.abtMVdivider {
    border: none;
    border-top: 0rem;
    margin: 2.5rem 0;
    opacity: 1;height: 2px; background: url(../images/border-line.png) no-repeat left center; background-size: 100%;
}

/* ===== About Us - Built For The Future ===== */
.abtFuture {
    padding: 16.75rem 0rem 10rem;
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
}
/* =====================================================
   ABOUT US - RESPONSIVE (media queries only)
   ===================================================== */

/* ---- 1199px: small laptops ---- */
@media (max-width: 1199px) {
    .abtMV { padding: 7rem 0; }
    .abtFuture { padding: 12rem 0 5rem; }
}

/* ---- 991px: tablets landscape ---- */
@media (max-width: 991px) {
    section.innerbanner { margin-top: 8rem; }
    .innerbanner h1 {font-size: 3.5rem; line-height: 3.75rem;  margin-bottom: 1.25rem; }

    /* Intro: stack cols */
    .abtIntro .col-lg-5 { flex: 0 0 100%; max-width: 100%; margin-bottom: 2rem; }
    .abtIntro .col-lg-6.ms-auto { flex: 0 0 100%; max-width: 100%; }

    /* Mission & Vision: stack cols */
      .abtMV {
        padding: 0rem 0 4rem;
    }
    .abtMV .row > .col-lg-6:first-child { flex: 0 0 100%; max-width: 100%; margin-bottom: 2.5rem; }
    .abtMV .row > .col-lg-6:last-child { flex: 0 0 100%; max-width: 100%; }

    /* Built For Future */
   .abtFuture {
        padding: 3rem 0 4.5rem;
    }

    /* Experts: stack cols */
    .abtExperts .row > .col-lg-6:first-child { flex: 0 0 100%; max-width: 100%; margin-bottom: 2rem; }
    .abtExperts .row > .col-lg-6:last-child { flex: 0 0 100%; max-width: 100%; }
.abtsec01 {
    text-align: center;
}
.abtIntro {
    padding: 0rem 0 3rem;
}
 .misioVisCnt {
    text-align: center;
}
section.abtExperts {
    text-align: center;        padding-bottom: 5rem;
}
}

/* ---- 767px: tablets portrait ---- */
@media (max-width: 767px) {
    section.innerbanner { margin-top: 7rem; }
    .innerbanner h1 { font-size: 3rem; line-height: 3.8rem; }

    .abtIntro { padding: 3rem 0; }
    .abtMV { padding: 3rem 0; }
    .abtFuture { padding: 5rem 0 3rem; }
    .abtFuture .col-lg-7 { flex: 0 0 100%; max-width: 100%; padding: 0 1rem; }
    .abtExperts { padding: 3rem 0 4rem; }
}

/* ---- 575px: large phones ---- */
@media (max-width: 575px) {
    section.innerbanner { margin-top: 6rem; }
    .innerbanner h1 { font-size: 2.2rem; line-height: 2.8rem; }
    .abtIntro { padding: 2rem 0; }
    .abtMV { padding: 2rem 0; }
    .abtFuture { padding: 2.5rem 0 2rem; }
    .abtExperts { padding: 2rem 0 3rem; }
    .prdWhyChoose { padding: 4rem 0; }
    .prdWhyChoose .col-lg-4 { margin-bottom: 2.5rem; }
}

/* ========== PRODUCTS PAGE - WHY CHOOSE SECTION ========== */
.prdWhyChoose {
    padding: 10rem 0;
    background-color: #fbf7ff;position: relative;    margin-top: 2.5rem;
}
section.prdWhyChoose h3 {
    max-width: 82%;
    margin: 0rem auto;
}
section.prdWhyChoose p{margin-bottom: 0rem;}
.prdWhyChoose:before {
    width: 100%;
    height: 2.5rem;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: url(../images/whychoos-top.png) no-repeat top center;
    background-size: 100%;
}
.prdWhyChoose:after {width: 100%;
    height: 2.5rem;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    background: url(../images/whychoos-bottom.png) no-repeat bottom center;
    background-size: 100%;}
.prdWhyChoose h2 {
    margin-bottom: 4rem;
    text-transform: uppercase;
}
.prdWhyChoose .col-lg-4 {
    text-align: center;
    padding: 2rem 1.5rem;
}
.prdWhyChoose .col-lg-4 img {
    width: 7.5rem;
    height: 7.5rem;
    object-fit: contain;
    margin-bottom: 2rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.prdWhyChoose .col-lg-4 h3 {
    margin-bottom: 1rem;
    text-transform: capitalize;
    font-size: 4rem;
    line-height: 1.25;
}
.prdWhyChoose .col-lg-4 p {
    line-height: 1.67;
}

/* ========== OUR STRENGTHS PAGE - CORE STRENGTHS ========== */
.bannershade{position: relative;}
.bannershade:before{content: ''; position: absolute; width: 100%; height: 100%;  top: -11rem; left:0rem;background: url(../images/banner-shade.png) no-repeat top center;background-size: 100%;}
section.innerbanner.bannershade img {
    margin-top: -18rem;
}
.strCoreStrengths {
    padding: 7rem 0;
    background-color: #fbf7ff;position: relative;
}
.strCoreStrengths:after{
     width: 100%;
    height: 1.75rem;
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0;
    background: url(../images/../images/whychoos-bottom.png) no-repeat top center;
    background-size: 100%;
}
.bannershade:after {
    width: 100%;
    height: 1.75rem;
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0;
    background: url(../images/strungths-after.png) no-repeat top center;
    background-size: 100%;
}
section.innerbanner.bannershade.sdp {
    padding-bottom: 4rem;
}
.bndGrid.ing{padding: 10rem 0rem;}
.bannershade.sdp:after{display: none;}
.strCoreStrengths > .container > .row:first-child {
    margin-bottom: 2rem;
}
img.strAdvIcon {
    width: 6.75rem;
    height: 6.75rem;
}
.strCoreStrengths h2 {
    text-transform: uppercase;
}
.strCoreItem {
    margin-bottom: 5rem;
}
.strCoreItem:last-child {
    margin-bottom: 0;
}
.strCoreImgCol {
    text-align: center;
        padding: 0rem 2.87rem;
}
.strCoreImg {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.strCoreTextCol {
    padding: 2rem;
}
.strCoreTextCol h3 {
    font-size: 4rem;
    text-transform: capitalize;
    line-height: 1.25;
    margin-bottom: 1.5rem;
}
.strCoreIntro {
    margin-bottom: 1rem;
}
.strCoreBullets {
    list-style: none;
    padding: 0;
    margin: 0;
}
.strCoreBullets li {
    line-height: 1.67;
    padding-left: 3rem;
    position: relative;
    margin-bottom: 0.75rem;
}
.strCoreBullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("../images/list.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.strCoreBulletLabel {
    font-weight: 600;
}
.productListIn{margin-top: 1rem;}
@media (max-width: 991px) {
    .prdWhyChoose {
    padding: 3rem 0;
    background-color: #fbf7ff;
    position: relative;
    margin-top: 1rem;
}
.prdWhyChoose .col-lg-4 h3 {
    margin-bottom: 1rem;
    text-transform: capitalize;
    font-size: 2rem;
    line-height: 1.2;
}
.prdWhyChoose .col-lg-4 img {
    width: 4rem;
    height: 4rem;
    object-fit: contain;
    margin-bottom: 1rem;}
.prdWhyChoose .col-lg-4 {
    text-align: center;
    padding: 1rem 1.5rem;
}
.prdWhyChoose h2 {
    margin-bottom: 1rem;}
    .strCoreItem .strCoreImgCol.order-lg-2 { order: 1; margin-bottom: 1.5rem; }
    .strCoreItem .strCoreTextCol.order-lg-1 { order: 2; }
    .strCoreItem .strCoreImgCol:not(.order-lg-2) { margin-bottom: 0rem; }
    .bannershade:after {
    width: 100%;
    height: 0.7rem;}
    section.innerbanner.bannershade img {
    margin-top: -10rem;}
    section.innerbanner.bannershade .container {position: relative;}
    .bannershade:before{background-size: 150%;}
    .strCoreStrengths {
    padding: 3rem 0;}
    .strCoreStrengths > .container > .row:first-child {  margin-bottom: 0rem;}
    .strCoreTextCol h3 {font-size: 2rem;  margin-bottom: 1.5rem; text-align: center; }
    .strCoreIntro {  margin-bottom: 1rem;  text-align: center; }
    .strCoreItem {
    margin-bottom: 1rem;
}
.strCoreStrengths:after { width: 100%; height: 0.75rem;background-position: bottom center;}

}
@media (max-width: 575px) {
    .prdWhyChoose { padding: 4rem 0 2rem; }
    .prdWhyChoose .col-lg-4 { margin-bottom: 0rem; }
    .strCoreStrengths { padding: 2rem 0 1rem; }
    .strCoreItem { margin-bottom: 0rem; }
    .strCoreImgCol { padding: 1rem; }
    .strCoreTextCol { padding: 1rem; }
}

/* ========== OUR STRENGTHS PAGE - FIRDOUS ADVANTAGE ========== */
.strFirdousAdv {
    padding: 7rem 0;
    background-color: #fff;
}
 
 
    .strAdvItem h3 {
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 5rem;
    text-transform: capitalize;
}

/* =========================================================
   CONTACT PAGE
========================================================= */

/* --- Hero --- */
.cntHeroSubtitle {
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #2c2c2c;
    max-width: 59.25rem;
    margin: 0 auto;
}

/* --- Info + Form Section --- */
.cntInfoForm {
    padding: 10rem 0;
    background-color: #fbf7ff;
    position: relative;
    margin-top: 4rem;
}
.cntInfoForm:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2.5rem;
    top: 0;
    left: 0;
    background: url(../images/whychoos-top.png) no-repeat top center;
    background-size: 100%;
}
.cntInfoForm:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2.5rem;
    bottom: 0;
    left: 0;
    background: url(../images/whychoos-bottom.png) no-repeat bottom center;
    background-size: 100%;
}
.cntInfoCol {
    padding-right: 4rem;
}
.cntInfoIntro {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.4;
    color: #2c2c2c;
    margin-bottom: 3rem;
}
.cntInfoItem {
    margin-bottom: 2rem;
}
.cntInfoLabel {
    font-size: 1.5rem;
    font-weight: 500;
    color: #8d8d8d;
    text-transform: capitalize;
    line-height: 2.5rem;
    margin-bottom: 0.25rem;
}
.cntInfoValue {
    display: block;
    font-size: 2rem;
    font-weight: 600;
    color: #4d2a6b;
    line-height: 1.75;
    text-decoration: none;
    
}
a.cntInfoValue:hover {
    color: #0b632d;
    text-decoration: underline;
}

/* --- Form Card --- */
.cntFormCol {
    position: relative;
}
.cntFormCard {
    background-color: #0b632d;
    border-radius: 1rem;
    padding: 3.5rem 3rem 3rem;
    position: relative;
}
.cntFormHeading {
    font-size: 4rem;
    font-family: 'Protest Strike', sans-serif;
    color: #fff;
    text-transform: capitalize;
    line-height: 1.25;
    margin-bottom: 2rem;
    font-weight: 400;
}
/* WhatsApp button top-right */
.cntWhatsappBtn {
    position: absolute;
    top: -1.75rem;
    right: 1.75rem;
    width: 3.5rem;
    height: 3.5rem;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 0.25rem 1rem rgba(0,0,0,0.2);
    transition: transform 0.2s ease;
}
.cntWhatsappBtn:hover {
    transform: scale(1.1);
    color: #fff;
}
.cntWhatsappBtn svg {
    width: 2rem;
    height: 2rem;
}
/* Form fields */
.cntForm {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.cntFormField {
    position: relative;
    margin-bottom: 1.5rem;
}
.cntFormField label {
    display: none;
}
.cntFormField input,
.cntFormField textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    color: #efefef;
    font-size: 1.5rem;
    line-height: 2.5rem;
    padding: 0.5rem 0;
    width: 100%;
    outline: none;
    font-family: 'Google Sans Flex', 'Google Sans', sans-serif;
    resize: none;
}
.cntFormField input::placeholder,
.cntFormField textarea::placeholder {
    color: #efefef;
    opacity: 0.85;
}
.cntFormField input:focus,
.cntFormField textarea:focus {
    border-bottom-color: #8cc63f;
}
.cntFormFieldMsg textarea {
    min-height: 5rem;
}
.cntFieldLine {
    display: none;
}
.cntFormSubmit {
    text-align: right;
    margin-top: 1.5rem;
}
.cntSubmitBtn {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    font-family: 'Protest Strike', sans-serif;
    text-transform: uppercase;
    text-decoration: underline;
    cursor: pointer;
    letter-spacing: 0.05em;
    padding: 0;
    transition: color 0.2s ease;
}
.cntSubmitBtn:hover {
    color: #8cc63f;
}
.cntFormSuccess {
    background: rgba(255,255,255,0.15);
    border-radius: 0.5rem;
    padding: 2rem;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
}
.cntFormErrMsg {
    color: #ffd700;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

/* --- Locations Section --- */
.cntLocations {
    padding: 7rem 0;
    background-color: #fff;
}
.cntLocations > .container > .row:first-child {
    margin-bottom: 4rem;
}
.cntLocations h2 {
    text-transform: uppercase;
}
.cntLocRow {
    align-items: flex-start;
}
.cntLocItem {
    padding: 0 1.5rem;
    margin-bottom: 3rem;
}
.cntLocMap {
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 2rem;
}
.cntLocMap img {
    width: 100%;
    height: 20rem;
    object-fit: cover;
    display: block;
}
.cntLocTitle {
    font-family: 'Protest Strike', sans-serif;
    font-size: 2rem;
    color: #4d2a6b;
    text-transform: capitalize;
    line-height: 1.25;
    margin-bottom: 1.5rem;
}
.cntLocDetails {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cntLocDetails li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 2rem;
    color: #2c2c2c;
}
.cntLocDetails a {
    color: #2c2c2c;
    text-decoration: none;
}
.cntLocDetails a:hover {
    color: #0b632d;
    text-decoration: underline;
}
.cntLocIcon {
    display: inline-block;
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0.25rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.cntLocIconPin {
    background-image: url("../images/location-icon.png");
}
.cntLocIconPhone {
    background-image: url("../images/phone-icon-b.png");
}
.cntLocIconWa {
    background-image: url("../images/phn-icon.png");
}
.cntLocIconmob{
    background-image: url("../images/phn-icon.png");
}
.cntLocMap iframe {
    display: block;    height: 20rem;
}
/* Mobile — Contact Page */
@media (max-width: 991px) {
    .cntHeroSubtitle { font-size: 1.125rem; }
        .cntInfoForm {
        padding: 3rem 0;
        margin-top: 1rem;
    }
    .cntInfoCol { padding-right: 1rem; margin-bottom: 1rem; text-align: center;}
    .cntInfoIntro { font-size: 1.25rem; }
    .cntInfoValue { font-size: 1.25rem; }
    .cntFormCard { padding: 2.5rem 1.5rem 2rem; }
        .cntFormHeading {
        font-size: 1.5rem;
    }
    .cntFormField input, .cntFormField textarea { font-size: 1rem; }
        .cntLocations {
        padding: 2rem 0;
    }
    .cntLocItem { padding: 0 0.75rem; }
    .cntLocMap img { height: 12rem; }
    .cntLocTitle { font-size: 1.5rem; }
    .cntLocDetails li { font-size: 1rem; }
    .strFirdousAdv{ padding: 3rem 0;}
    img.strAdvIcon {   width: 4rem; height: 4rem;}
    .strAdvItem h3 {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    text-transform: capitalize;
}
.strAdvItem {
    text-align: center;
}
.bannershade:before { display: none;  }
 section.innerbanner.bannershade img {  margin-top: 0rem; }
     .bannershade:after {
        width: 100%;
        height: 0.7rem;
        background-position: bottom center;
    }
    .cntInfoIntro { margin-bottom: 1.5rem; }   
    .cntInfoItem {  margin-bottom: 1rem; }
    .cntLocations > .container > .row:first-child { margin-bottom: 1rem;}
}


/* =========================================================
   BRANDS PAGE — Grid
========================================================= */
.bndGrid {
    padding: 7rem 0;
    background-color: #fbf7ff;
    position: relative;
}
.bndGrid:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2.5rem;
    top: 0;
    left: 0;
    background: url(../images/whychoos-top.png) no-repeat top center;
    background-size: 100%;
}
.bndGrid:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2.5rem;
    bottom: 0;
    left: 0;
    background: url(../images/whychoos-bottom.png) no-repeat bottom center;
    background-size: 100%;
}
.bndGrid > .container > .row:first-child {
    margin-bottom: 4rem;
}
.bndGrid h2 {
    text-transform: uppercase;
}
.bndGridRow {
    row-gap: 1.5rem;
}
.bndGridItem {
    padding: 0 0.75rem;
}
.bndCard {
    background: #fff;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1rem;
    height: 8rem;
    box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.06);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.bndCard:hover {
    box-shadow: 0 0.375rem 1rem rgba(0,0,0,0.12);
    transform: translateY(-0.125rem);
}
.bndCard img {
    max-width: 100%;
    max-height: 5rem;
    object-fit: contain;
    display: block;
}
section.trustedBest.innners {
    padding-bottom: 5rem;
}
 
   
/* =========================================================
   CLIENTS PAGE — Logo Name Label
========================================================= */
.cliLogoName {
    font-size: 1rem;
    line-height: 1.4rem;
    color: #2c2c2c;
    text-align: center;
    margin: 0.5rem 0 0;
    font-weight: 500;
}

/* =========================================================
   CLIENTS PAGE — Testimonials Section
========================================================= */
.cliTestiSection {
    background: #fbf7ff url(../images/partnerssay-img.png) no-repeat bottom center;
    background-size: 100%;
    padding-top: 7rem;
    padding-bottom: 8.75rem;
    position: relative;
    overflow: hidden;
}
.cliTestiSection::before {
    content: '\201C';
    position: absolute;
    left: 3rem;
    top: 38%;
    font-size: 14rem;
    color: rgba(180, 220, 180, 0.35);
    font-family: Georgia, serif;
    line-height: 1;
    pointer-events: none;
}
.cliTestiSection::after {
    content: '\201D';
    position: absolute;
    right: 3rem;
    top: 8%;
    font-size: 14rem;
    color: rgba(180, 220, 180, 0.35);
    font-family: Georgia, serif;
    line-height: 1;
    pointer-events: none;
}

.clientspagetestimon {position: relative; background: #FBF7FF; padding-top: 10rem;margin-top: 4rem; padding-bottom: 6rem;}
 .clientspagetestimon:before{width: 100%; height: 2.5rem; position: absolute; content: ''; top: 0; left: 0;  background: url(../images/whychoos-top.png) no-repeat top center;background-size: 100%;}
 .clientspagetestimon:after{width: 100%; height: 2.5rem; position: absolute; content: ''; bottom: 0; left: 0; background: url(../images/whychoos-bottom.png) no-repeat bottom center; background-size: 100%;}
.cntFormField br {
    display: none;
}
section.abtExperts {
    padding-bottom: 5rem;
}
body.error404 section.readyElevate {
    display: none;
}
.abtTeamName {
    font-family: 'Protest Strike';
    margin: 0.5rem 0rem;
}

.abtTeamDesig {
    line-height: 0.75rem;
    margin: 1rem 0rem;
    font-size: 1.25rem;
}
section.abtTeam.abtMgmtTeam.abtMV h2 {
    margin-bottom: 1.6rem;
}
section.abtTeam.abtOfficeTeam {
    padding: 5rem 0rem 7rem;
}
 @media (max-width: 767px) {
    .cliTestiSection { padding-top: 3.5rem; padding-bottom: 3.5rem; }
    .cliTestiSection::before,
    .cliTestiSection::after { font-size: 7rem; }
}
section.galSection {
    padding-bottom: 10rem;
}
.galImgCard {
    border-radius: 1rem;
    overflow: hidden;
}

.galItem {
    margin-bottom: 2rem;
}


@media (max-width: 990px) {
        section.innerbanner.bannershade.sdp {  padding-bottom: 1rem; }
        .bndGrid.ing { padding: 3rem 0rem; }
        .bndGrid > .container > .row:first-child { margin-bottom: 1rem;}
        section.trustedBest.innners {  padding-top: 3rem; }
        section.trustedBest.innners { padding-bottom: 2rem;}
        .bndGridRow {  row-gap: 1rem; }
        .clientspagetestimon{margin-top: 0rem;}
        .testimonaiSec.testinsli {  padding: 0rem 7rem;}
        .testimonaiSec.testinsli:before { width: 4rem; height: 4rem;  right: 1rem;}
        .testimonaiSec.testinsli:after{width: 4rem; height: 4rem; }
        .clientspagetestimon{padding-top: 3rem;}
        section.galSection {  padding-bottom: 3rem; }
}
@media (max-width: 767px) {
     .testimonaiSec.testinsli:before {display: none;}
        .testimonaiSec.testinsli:after{display: none;}
        .testimonaiSec.testinsli {  padding: 0rem 1rem;}
        .galItem {
    margin-bottom: 1rem;
}


 
}
/* ── About Us Team Sections ── */
.abtTeam { padding: 5rem 0; background: #fff; }
.abtMgmtTeam { background: #fbf7ff; padding:8rem 0rem;}
.abtOfficeTeam { background: #fff; }
.abtTeamRow { margin-top: 1rem; }
.abtTeamItem { margin-bottom: 2.5rem; }
.abtTeamCard { text-align: center; }
.abtTeamPhoto { margin: 0 auto 1.25rem; }
.abtTeamPhoto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}
.abtTeamPhotoPlaceholder { width: 100%; height: 100%; background: #e0d6f0; }
.abtTeamName { font-size: 1.5rem; color: #4d2a6b; margin-bottom: 0.375rem; }
.abtTeamDesig { font-size: 1.25rem; color: #888; margin: 0; }

/* ── Banner Animated Heading Slides ── */
.bannerSlide { display: none; }
.bannerSlide.active {
    display: block;
    animation: bannerSlideIn 0.8s ease;
}

@keyframes bannerSlideIn {
    from { opacity: 0; transform: translateY(-12px); }
    to   { opacity: 1; transform: translateY(0); }
}


@media (max-width: 990px) {

.abtMgmtTeam {
    background: #fbf7ff;
    padding: 2rem 0rem;
}
section.abtTeam.abtMgmtTeam.abtMV h2 {
    margin-bottom: 0.5rem;
}
section.abtExperts {
    padding-bottom: 2rem;
}
.abtTeamItem {
    margin-bottom: 1.5rem;
}

/* Standard (Chrome, Firefox, Safari, Edge Chromium) */
::placeholder {
  color: #C4C4C4; font-size: 1rem;line-height: 2rem;
  opacity: 1; /* Fix for Firefox default lower opacity */
}
/* Safari / Chrome (older WebKit) */
::-webkit-input-placeholder {
  color: #C4C4C4;font-size: 1rem; line-height: 2rem;
}
/* Firefox 19+ */
::-moz-placeholder {
  color: #C4C4C4;font-size: 1rem;line-height: 2rem;
  opacity: 1;
}
/* Firefox 4–18 */
:-moz-placeholder {
  color: #C4C4C4;font-size: 1rem;line-height: 2rem;
  opacity: 1;
}
/* Internet Explorer 10–11 */
:-ms-input-placeholder {
  color: #C4C4C4;font-size: 1rem;line-height: 2rem;
}
/* Microsoft Edge (Legacy) */
::-ms-input-placeholder {
  color: #C4C4C4;font-size: 1rem;line-height: 2rem;
}
.cntLocItem {
   
    margin-bottom: 1rem;
}
section.abtTeam.abtOfficeTeam {
    padding: 2rem 0rem 3rem;
}
.abtTeamDesig {
    font-size: 1rem;
    color: #888;
    margin: 0;
    line-height: 1.2rem;
}
}