@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --fs10: 10px;
    --fs12: 12px;
    --fs14: 14px;
    --fs16: 16px;
    --fs18: 18px;
    --fs20: 20px;
    --fs22: 22px;
    --fs24: 24px;
    --fs32: 32px;
    --fs26: 26px;
    --fs28: 28px;
    --fs30: 30px;
    --fs34: 34px;
    --fs36: 36px;
    --fs38: 38px;
    --fs40: 40px;
    --fs42: 42px;
    --fs44: 44px;
    --fs46: 46px;
    --fs48: 48px;
    --fs50: 50px;
    --fs52: 52px;
    --fs54: 54px;
    --fs56: 56px;
    --fs60: 60px;
    --fs62: 62px;
    --fs64: 64px;
    --fs70: 70px;
    --fs72: 72px;
    --fs74: 74px;

    --card-h:    520px;
    --sticky-top: 156px;
        --card-1:    #fff;
    --card-2:    #fff;
    --card-3:    #fff;
    --card-4:    #fff;

    --intertight: "Inter Tight", sans-serif;
    --inter: "Inter", sans-serif;

    --black: #000;
    --white: #fff;
    --colorWhite:#fff;
    --text1: #666;

    --grey1: #F3F3F3;

    --primary: #39008F;
    --secondary: #F9F3EB;
}

html, body {
  height: auto;
}

.border-radius-10 {
    border-radius: 10px;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

body {
    font-family: var(--inter);
}

.wrapper {
    width: 100%;
    height: auto;
}

p{
    color:var(--text1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--inter);
    margin: 0px;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}


.padd10 {
    padding: 10px 0px;
}

.padd20 {
    padding: 20px 0px;
}

.padd30 {
    padding: 30px 0px;
}

.padd40 {
    padding: 40px 0px;
}

.padd50 {
    padding: 50px 0px;
}

.padd60 {
    padding: 60px 0px;
}

.padd70 {
    padding: 70px 0px;
}

.padd80 {
    padding: 80px 0px;
}

.padd90 {
    padding: 90px 0px;
}

.padd100 {
    padding: 100px 0px;
}

.padd110 {
    padding: 110px 0px;
}

.padd120 {
    padding: 120px 0px;
}

.z-0 {
    z-index: 0
}

.z-1 {
    z-index: 1
}

.z-2 {
    z-index: 2;
}

/* Buttons */

.btn-primary{
    border-radius: var(--fs40);
    background: var(--primary);
    color: var(--white);
    padding:5px var(--fs26) 5px 5px;
    border: 0px;
    font-size: var(--fs16);
    font-weight:500;
    letter-spacing: 0.3px;
    cursor: pointer;
}
.btn-primary span{
    width:var(--fs40);
    height: var(--fs40);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border-radius: var(--fs50);
    color: var(--primary);
}
.btn-primary:hover{
    background: var(--black);
}


/* Header */

.header{
    transition: all 0.4s ease-in-out;
    position:fixed;
    left:0px;
    right:0px;
    top:0px;
    z-index:999;
    background:#fff;
    box-shadow:0px 2px 10px rgba(0,0,0,0.2);
}
.header.stick{
    transition: all 0.4s ease-in-out;
    padding-top:10px !important;
    padding-bottom:10px !important;
}



.navigation > div > ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:var(--fs56);
}
.navigation li a{
    text-decoration:none;
    color:var(--black);
    font-size:var(--fs16);
    font-weight:500;
    letter-spacing:0px;
    transition: all 0.4s ease-in-out;
}

.navigation li a:hover{
    color:var(--primary);
}
.navigation ul li:hover .sub-menu{
    display:block;
}




.sub-menu{
    position:absolute;
    width:calc(var(--fs20) * 15);
    overflow:hidden;
    padding-top:36px !important;
    display:none;
    
    z-index: 9999;
}
.header.stick.active .sub-menu{
    top: 44px !important;
}
.sub-menu > li > a{
    padding:15px 20px;
    display:block;
    text-decoration:none;
    background:rgba(255, 255, 255, 1);
    font-size:calc(var(--fs16) - 1px);
    font-weight:400;
    font-family:var(--sora);
    color:var(--colorBlack);
}
.sub-menu > li > a:hover{
    background:var(--primary);
    color:var(--colorWhite);
}
.sub-menu > li:first-child a{
    border-radius:var(--fs10) var(--fs10) 0px 0px;
}
.sub-menu > li:last-child a{
    border-radius:0px 0px var(--fs10) var(--fs10);
}
.needhelp div label{
    font-size:var(--fs14);
    color:var(--black);
    letter-spacing:0.3px;
    opacity:0.7;
    font-weight:400;
}
.needhelp div span{
    font-weight:600;
    font-size:var(--fs18);
    color:var(--primary);
    letter-spacing:0.3px;
}
.needhelp a:hover span{
    color:var(--primary);
}

.hamburger {
    width: calc(var(--fs44) - 1px);
    height: calc(var(--fs44) - 1px);
    border: 1px solid #fff;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    font-size: calc(var(--fs24) - 1px);
    color: #fff;
    cursor: pointer;
}
.brandname > a > img {
    height: 60px;
    transition: all 0.4s ease-in-out;
}
.header.sticky .brandname > a > img {
    height: 55px;
    transition: all 0.4s ease-in-out;
    
}

.header.sticky .navigation ul li a {
    font-size: 15px;
}

/* ── Mobile Menu ── */
.mobile-menu-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    transition: opacity 0.35s ease;
}
.mobile-menu-overlay.active {
    display: block;
    opacity: 1;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    max-width: 85vw;
    height: 100%;
    background: #fff;
    z-index: 9999;
    overflow-y: auto;
    transition: right 0.35s ease-in-out;
    display: flex;
    flex-direction: column;
}
.mobile-menu.active {
    right: 0;
}
.mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid #eee;
    flex-shrink: 0;
}
.mobile-menu-logo {
    height: 36px;
    width: auto;
}
.mobile-menu-close {
    background: none;
    border: 1px solid #ddd;
    border-radius: 6px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #333;
    transition: background 0.2s, color 0.2s;
    padding: 0;
}
.mobile-menu-close:hover {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}
.mobile-nav {
    flex: 1;
    overflow-y: auto;
}
.mobile-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mobile-nav-list li a {
    display: block;
    padding: 14px 20px;
    border-bottom: 1px solid #f0f0f0;
    color: #222;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.2s, background 0.2s;
}
.mobile-nav-list li a:hover {
    color: var(--primary);
    background: #f9f9f9;
}
.mobile-nav-list .current-menu-item > a,
.mobile-nav-list .current-menu-ancestor > a {
    color: var(--primary);
}
.mobile-nav-list .menu-item-has-children > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile-nav-list .menu-item-has-children > a::after {
    content: '+';
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    color: #999;
    transition: transform 0.2s;
}
.mobile-nav-list .menu-item-has-children.open > a::after {
    content: '−';
    color: var(--primary);
}
.mobile-menu .sub-menu {
    position: static;
    width: 100%;
    display: none;
    padding-top: 0 !important;
    box-shadow: none;
    background: #f7f7f7;
}
.mobile-nav-list .menu-item-has-children.open > .sub-menu {
    display: block;
}
.mobile-menu .sub-menu > li > a {
    padding-left: 36px;
    border-radius: 0 !important;
    background: transparent;
    font-size: 14px;
    color: #444;
}
.mobile-menu .sub-menu > li > a:hover {
    background: var(--primary);
    color: #fff;
}
.mobile-menu-contact {
    padding: 20px;
    border-top: 1px solid #eee;
    flex-shrink: 0;
}

.sidebar-menu {
    position: fixed;
    left: -100%;
    top: 0;
    width: 250px;
    z-index: 99999;
    background: var(--lightGrey);
    height: 100%;
    -webkit-transition:all 0.5s ease-in-out;  
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;  
    transition:all 0.5s ease-in-out;
}
.sidebar-menu.active{
    left: 0;
    -webkit-transition:all 0.5s ease-in-out;  
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;  
    transition:all 0.5s ease-in-out;
}
.brandlogo{
    margin: 0 auto; 
    text-align: center;
    width: 100%;
    display: block;
    padding: var(--fs20);
}
.brandlogo img{
    width:100px;
    height: auto;
    margin: 0 auto;
    display: inline-block;
}

.mainmenulabel {
    padding: var(--fs20) var(--fs20) var(--fs10) var(--fs20);
    font-size: var(--fs12);
    letter-spacing: 1px;
    font-weight: 700;
    color: var(--colorBlack);
}

.navmenu li a {
    text-decoration: none;
    font-size: calc(var(--fs16) - 1px);
    padding: var(--fs10) var(--fs20);
    display: block;
    letter-spacing: 0.1px;
    font-weight:500;
    border-bottom: 1px solid var(--border1);
    color: var(--textColor);
}
.navmenu li a:hover{
    color: var(--primary);
}

.followuson {
    padding: 0px 20px 14px 20px;
    font-size: var(--fs20);
}

.socialmedia li a {
    display: inline-block;
    width: var(--fs40);
    height: var(--fs40);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    color: var(--colorWhite);
    transform: skew(-8deg);
    font-size: var(--fs18);
}
.socialmedia li a svg path{
    fill: var(--colorWhite);
}

.bg-overlay{
    background: rgba(0, 0, 0, 0.8);
    content: "";
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    z-index: 9999;
}
.bg-overlay.active{
    left: 0;
    -webkit-transition:all 0.5s ease-in-out;  
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;  
    transition:all 0.5s ease-in-out;
}

.closebtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--textColor);
}



/* Banner */

.highlight-slide{
    background:#F9F3EB;
    overflow: hidden;
}
.highlight-slide .row{
    min-height: 800px;
}

.slide-text label{
    color:var(--black);
    font-weight:400;
    letter-spacing:2px;
    font-size:var(--fs14);
    opacity:1;
}
.slide-text label span{
    color: var(--white);
    background: var(--primary);
    padding: 3px 10px 5px 10px;
    font-weight:600;
    position: relative;
    border-radius: var(--fs20);
    letter-spacing: 1px;
}
.slide-text label span:before {}
.slide-text h1{
    font-weight:700;
    font-size:var(--fs52);
    line-height:var(--fs62);
}
.slide-text h1 span{
    color:var(--primary);
}
.slide-text p {
    font-size: var(--fs18);
    line-height: var(--fs28);
    font-weight: 500;
}


.banner-img {
    width: 550px;
    height: 550px;
    border-radius: 100%;
    overflow: hidden;
    z-index: 2;
    animation: floatUpDown 4s ease-in-out infinite;
}
.highlight-slide {
  position: relative;
}

.highlight-slide::before {
  position: absolute;
  width: 331px;
  height: 488px;
  top: 0;
  left: -180px;
  z-index: 0;
  content: "";
  background: url(images/circle2.png) no-repeat center;
  transform: translateX(-20px);
  animation: floatUpDown 2s ease-in-out infinite;
}



.highlight-slide::after {
    width: 48%;
    height: 100%;
    background: var(--primary);
    content: "";
    opacity: 0.1;
    position: absolute;
    right: 0;
    top: -94px;
    border-radius: 0px 0px 0px 1500px;
    z-index: 1;
}



.bgrwitms {
    gap: 120px;
    border-bottom: 1px solid #e9e9e9;
}

.service-icon {
    width: 80px;
    height: 80px;
    background: var(--primary);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 38px;
}

.service-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    filter: invert(22%) sepia(96%) saturate(4000%) hue-rotate(343deg) brightness(90%) contrast(110%);
}

.service-title {
    font-weight: 700;
    margin-bottom:8px;
    color:var(--primary);
}

.service-desc{
    font-size: var(--fs16);
    margin-bottom: 0px;
}



/* About Us */

.about-section { background: #fff; }

.about-images-wrapper {
    position: relative;
    padding: 0px var(--fs24);
}

.about-img-main img {
    width: 100%;
    top: -40px;
    position: relative;
}

.about-img-secondary {
    position: absolute;
    bottom: 0;
    right: 0;
    width:274px;
    height: 261px;
    border-radius: var(--fs14);
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
}

.about-img-secondary img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Decorative rings */
.about-rings {
    position: absolute;
    left: -30px;
    top: 40%;
    width: 140px;
    height: 140px;
    z-index: 0;
}

.ring {
    display: block;
    border-radius: 50%;
    border: 2px solid #e31c23;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ring-1 { width: 60px;  height: 60px;  opacity: .30; }
.ring-2 { width: 100px; height: 100px; opacity: .18; }
.ring-3 { width: 140px; height: 140px; opacity: .09; }


.about-badge {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #e31c23;
    color: #fff;
    border-radius: var(--fs14);
    padding: var(--fs18) var(--fs22);
    width: 48%;
    z-index: 2;
    animation: floatUpDown 2s ease-in-out infinite;
}

.badge-exp {
    display: flex;
    align-items: center;
    gap: var(--fs30);
    margin-bottom: 14px;
}

.badge-number {
    font-size: var(--fs60);
    font-weight: 700;
    letter-spacing: 2px;
}

.badge-label {
    font-size:var(--fs18);
    font-weight:400;
    line-height: 1.35;
}

.badge-customers {
    border-top: 1px solid rgba(255,255,255,.35);
    padding-top: var(--fs14);
    display: flex;
    align-items: center;
    gap:var(--fs20);
}

.customer-avatars { display: flex; }

.customer-avatars img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: -8px;
    object-fit: cover;
}
.customer-avatars img:first-child { margin-left: 0; }

.customer-label {
    font-size:var(--fs16);
    font-weight:400;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Right content */
.about-label {
    font-size:var(--fs14);
    font-weight:600;
    letter-spacing: 2px;
    color:var(--primary);
    margin-bottom: 10px;
}

.about-heading {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 800;
    color:var(--black);
    line-height: 1.25;
    margin-bottom: 16px;
}

.about-desc {
    line-height: 1.75;
}

.about-stat {
    font-size: 2.8rem;
    font-weight: 800;
    color: #e31c23;
    margin-bottom: 4px;
    line-height: 1;
}

.about-stat-title {
    font-weight: 700;
    color: var(--black);
    margin-bottom: 6px;
    font-size: var(--fs20);
}

.about-stat-desc {
    color: #666;
    margin-bottom: 0;
    line-height: 1.5;
}

.about-call { font-size: 0.95rem; color: #333; }
.about-call a {
    color: #e31c23;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* CTA button */
.btn-get-assistance {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: #e31c23;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 50px;
    padding: 12px 26px 12px 12px;
    transition: background .25s;
}
.btn-get-assistance:hover { background: #c0151b; color: #fff; }

.btn-arrow {
    width: 38px;
    height: 38px;
    background: #fff;
    color: #e31c23;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
}

/* Signature */
.sig-avatar img {
    width: 62px;
    height: 62px;
    object-fit: cover;
    border: 3px solid #eee;
}

.sig-text {
    height: 38px;
    object-fit: contain;
}

.about-img-main {
    border-radius: var(--fs14);
    overflow: hidden;
}


@keyframes floatUpDown {
  0% {
    transform: translateX(-20px) translateY(0);
  }
  50% {
    transform: translateX(-20px) translateY(-10px);
  }
  100% {
    transform: translateX(-20px) translateY(0);
  }
}




.about-section{
    position: relative;
}
.about-section:before {
    position: absolute;
    left: 0;
    top: 97px;
    content: "";
    width: 474px;
    height: 550px;
    background-image: url(images/abwave.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



.ctabg{
    background-image: url(images/ctabg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    position: relative;
}
.ctabg:before{
    background-image: linear-gradient(89deg, #000000 2%, #2224299C 94%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.ctabg .container{
    position: relative;
}

.ctabg h2 {
    font-size: var(--fs54);
    color: #fff;
    font-weight:700;
    margin-bottom: var(--fs20);
    line-height: var(--fs70);
    letter-spacing: 0.5px;
}

.ctabg p{
    color: var(--white);
    max-width: 60%;
    margin: 0 auto var(--fs30);
    font-size: 22px;
}


.services{
    background: var(--secondary);
}

.services .heading p{
    max-width: 60%;
    text-align: center;
    margin:20px auto 0;
}

.heading label {
    font-size: var(--fs14);
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--primary);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.heading h2{
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 800;
    color:var(--black);
    line-height: 1.25;
}


.service-item{
    background-image:url(images/servicebg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 25px;
    border-radius: var(--fs14);
    position: relative;
}

/*.service-item h4{width: 50%; }*/

.service-item h4 a{
    font-size: var(--fs24);
    color: var(--black);
    font-weight:600;
}

.service-image {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 14px;
    margin: var(--fs20) 0;
}
.service-image img{
    width: 100%;
    height: auto;
}

.service-body ul{
    margin-bottom: var(--fs16);
    display: none;
}

.service-body > p {
    max-width: 80%;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.service-body ul li{
    font-size: var(--fs14);
    color: var(--text1);
    display: flex;
    align-items: center;
    gap: var(--fs16);
    margin-bottom: 5px;
}

.service-body ul li:before{
    width: 7px;
    height:7px;
    background: var(--primary);
    border-radius: var(--fs10);
    display: block;
    content: "";
}

.ks-service-more {
    font-weight: 700;
    font-size: 12px;
    color:var(--primary);
    text-transform: uppercase;
}

.ks-service-more::before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 55%;
    transform: translateY(-3px);
    margin-right: 20px;
    background-color: rgba(147, 147, 169, 0.3);
}

.ks-service-link{
    position: absolute;
    bottom: 0;
    right:0;
}

.ks-service-link a {
    display: inline-block;
    border-radius: 200px;
    padding: 10px 15px;
    width: var(--fs48);
    height: var(--fs62);
    line-height: 41px;
    text-align: center;
    transition: 0.3s;
    color: var(--white);
    background-color: var(--black);
}

.service-item:hover{
    background:var(--primary);
}

.service-item:hover h4 a, .service-item:hover p, .service-item:hover ul li, .service-item:hover .ks-service-more{
    color: var(--white);
}

.service-item:hover .service-body ul li:before{
    background: var(--white);
}

.blog-image {
    overflow: hidden;
    border-radius: 16px;
    position: relative;
}

.blog-image > a{
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    font-size: var(--fs30);
    border-radius: var(--fs60);
    transform:rotate(35deg);
    position: absolute;
    bottom: var(--fs10);
    right: var(--fs10);
    display: none;
}
.blog-image > a svg path{
    fill:var(--white);
}

.blog-image > a:hover{
    transform:rotate(0deg);
}

.blog-item:hover .blog-image > a{
    display: flex;
}

.blog-body{
    padding: 20px 0px 0;
}
.blog-body ul{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: var(--fs20);
    margin-bottom: var(--fs16);
}
.blog-body ul li{
    font-size: var(--fs14);
    color: var(--text1);
}
.blog-body h4{
    margin-bottom: var(--fs10);
}
.blog-body h4 a{
    font-size: var(--fs20);
    line-height:var(--fs26);
    color: var(--black);
    font-weight: 600;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;

}


.testimonials{
    background: var(--secondary);
}

.clientmsg {
    margin-top: var(--fs10);
    line-height: var(--fs28);
    margin-bottom: var(--fs18);
}

.reviewitem > img{
    max-width: 100%;
    width: auto !important;
}

.testimonials .owl-nav{
    display: flex;
    align-items: flex-start;
    gap: var(--fs10);
    margin-top: var(--fs20);
}
.testimonials .owl-nav button{
    width: var(--fs40);
    height: var(--fs40);
    line-height: var(--fs38);
    background: var(--white) !important;
    border-radius: var(--fs50);
    display:block;
}
.testimonials .owl-nav button:hover{
    background: var(--primary) !important;
}
.testimonials .owl-nav button:hover span{
    color: var(--white);
}

.pubimg{
    width: 100%;
    height: auto;
    text-align: end;
}
.pubimg img{
    float: right;
}

.reviewitem{
    padding-right:var(--fs48);
}

.footer{
    background:#1a1a1a;
}

.addressrow > div{
    background: var(--white);
    border-radius:var(--fs16);
    padding: var(--fs16) var(--fs32);
}

.additem {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.additem span{
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    color: var(--white);
    font-size: var(--fs30);
    border-radius: var(--fs60);
}

.additem > div{
    width: calc(100% - 100px);
}

.additem > div label{
    font-size: 14px;
    text-transform: uppercase;
    font-weight:500;
    color: var(--text1);
    display: block;
}
.additem > div p{
    margin-bottom: 0px;
    color: var(--black);
    font-size: 18px;
    font-weight: 500;
}
.additem > div a{
    margin-bottom: 0px;
    color: var(--black);
    font-size: 18px;
    font-weight: 500;
}
.additem > div a:hover{
    color: var(--primary);
}



.social{
    display: flex;
align-items: center;
justify-content: flex-start;
gap: var(--fs10);
margin-top: var(--fs10);
}
.social a{
    width: var(--fs40);
    height: var(--fs40);
    border-radius: var(--fs30);
    background: var(--white);
    color: var(--primary);
    display:flex;
    align-items: center;
    justify-content: center;
}

.social a svg path{
    fill: var(--primary);
}
.social a:hover{
    background:var(--primary);
}

.social a:hover svg path{
    fill: var(--white);
}

.flinks h4 {
    color:var(--white);
    font-size: var(--fs24);
    font-weight: 600;
    margin-bottom: var(--fs26);
}

.flinks ul li{
    list-style: none;
    margin-bottom: var(--fs12);
}
.flinks ul li:last-child{
    margin-bottom: 0px;
}
.flinks ul li a {
    color: var(--white);
    font-size: calc(var(--fs16) - 1px);
    font-weight: 300;
    opacity: 0.8;
}
.flinks ul li a:hover{
    border-bottom: 1px solid rgba(255,255,255,0.8);
    opacity: 1;
}
.flinks p{
    font-size:calc(var(--fs16) - 1px);
}
.flinks form input{
    width: 100%;
    line-height: var(--fs50);
    padding:0px 10px;
    font-size: var(--fs16);
    border-radius: var(--fs10);
    border:0px;
    margin-bottom: var(--fs10);
}
.flinks form button{
    line-height: var(--fs50);
    padding:0px 10px;
    border-radius: var(--fs10);
    font-size: var(--fs14);
    width: 100%;
    text-transform: uppercase;
}
.copyright{
    border-top: 1px solid rgba(255,255,255,0.1);
}
.copyright p{
    margin: 0px;
    font-size: var(--fs16);
    color: var(--white);
    text-align: center;
    opacity: 0.8;
}

.txtpln{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* Our Process */

.flow-item .number {
    border-bottom: 1px solid #DEE2E6;
    display: flex;
    align-items: end;
    padding-bottom: var(--fs40);
    margin-bottom: var(--fs40);
}
.flow-item .number span {
    font-size: 130px;
    font-weight:900;
    color: transparent;
    position:relative;
    line-height: 110px;
    text-shadow:
    1px  1px 0 #fff,
    -1px  1px 0 #fff,
    1px -1px 0 #fff,
    -1px -1px 0 #fff,
    0px  1px 0 #fff,
    0px -1px 0 #fff,
    1px  0px 0 #fff,
    -1px  0px 0 #fff;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.7);
}
.flow-item .number label {
    transform: rotate(-90deg);
    position: relative;
    top: -16px;
    left: calc(var(--fs14) - 4px);
    font-size: calc(var(--fs16) - 1px);
    font-weight: 500;
    letter-spacing: 0.5px;
    color: var(--black);
}
.process-text h4{
    font-size: var(--fs24);
    font-weight: 700;
    line-height: normal;
}
.process-text p{
    font-weight:400;
    display:-webkit-box;
    overflow:hidden;
    -webkit-line-clamp:6;
    -webkit-box-orient:vertical;
    text-overflow:ellipsis;
    font-size: 14px;
}
.flow-item:hover .number span{
    -webkit-text-stroke: 1px var(--primary);
    text-shadow:
    1px  1px 0 var(--primary),
    -1px  1px 0 var(--primary),
    1px -1px 0 var(--primary),
    -1px -1px 0 var(--primary),
    0px  1px 0 var(--primary),
    0px -1px 0 var(--primary),
    1px  0px 0 var(--primary),
    -1px  0px 0 var(--primary);
}
.flow-item:hover .process-text h4, .flow-item:hover .number label{
    color: var(--primary);
}
.flow-item:hover .number{
    border-color: var(--primary);
}



.projects-section{
    background:#540DA9;
}



  /* ── HERO ── */
  .hero {
    height: 100vh;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    text-align: center;
    padding: 0 2rem;
  }
  .hero-eyebrow {
    font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--accent-1); margin-bottom: 1.5rem;
    border: 1px solid rgba(200,255,0,0.3);
    padding: 0.4rem 1.2rem; border-radius: 100px;
    display: inline-block;
  }
  .hero h1 {
    font-family: 'Syne', sans-serif;
    font-size: clamp(3rem, 8vw, 7rem);
    font-weight: 800; line-height: 1;
    letter-spacing: -0.03em;
    max-width: 900px;
  }
  .hero h1 em { font-style: italic; font-weight: 400; color: var(--muted); }
  .hero-sub {
    margin-top: 2rem; color: var(--muted); font-size: 1.1rem;
    max-width: 440px; font-weight: 300;
  }
  .scroll-hint {
    position: absolute; bottom: 2.5rem;
    display: flex; flex-direction: column;
    align-items: center; gap: 0.5rem;
    color: var(--muted); font-size: 0.75rem; letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .scroll-hint .line {
    width: 1px; height: 48px;
    background: linear-gradient(to bottom, transparent, var(--muted));
    animation: scrollline 1.8s ease-in-out infinite;
  }
  @keyframes scrollline {
    0%, 100% { opacity: 0.3; transform: scaleY(0.6); }
    50% { opacity: 1; transform: scaleY(1); }
  }

  /* ── SECTION WRAPPER ── */
  .section-label {
    display: flex; align-items: center; gap: 1rem;
    padding: 0 4rem; margin-bottom: 4rem;
  }
  .section-label span {
    font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--muted);
  }
  .section-label::after {
    content: ''; flex: 1; height: 1px;
    background: rgba(255,255,255,0.08);
  }

  /* ── STACKED CARDS CONTAINER ── */
  .projects-section {
    padding: 8rem 0;
  }

  .projects-header {
    padding: 0 4rem;
    margin-bottom: 6rem;
    display: flex; align-items: flex-end; justify-content: space-between;
  }
  .projects-header h2 {
    font-family: 'Syne', sans-serif;
    font-size: clamp(2.2rem, 5vw, 4rem);
    font-weight: 700; line-height: 1.05; letter-spacing: -0.025em;
  }
  .projects-header h2 span { color: var(--muted); font-weight: 400; }
  .view-all {
    color: var(--text); text-decoration: none;
    font-size: 0.85rem; letter-spacing: 0.05em; text-transform: uppercase;
    border-bottom: 1px solid var(--muted);
    padding-bottom: 2px; transition: border-color 0.2s, color 0.2s;
    flex-shrink: 0; margin-bottom: 0.4rem;
  }
  .view-all:hover { color: var(--accent-1); border-color: var(--accent-1); }

  /* ── STICKY STACK LOGIC ── */
  .cards-stack {
    position: relative;
    padding: 0;
  }

  .project-card {
    position: sticky;
    top: var(--sticky-top);
    height:auto;
    border-radius: var(--fs16);
    overflow: hidden;
    margin-bottom: 1.5rem;
    display: flex;
    transform-origin: top center;
    transition: transform 0.1s linear;
    will-change: transform;
  }

  /* Individual card colors */
  .project-card:nth-child(1) { background: var(--card-1); --accent: var(--accent-1); }
  .project-card:nth-child(2) { background: var(--card-2); --accent: var(--accent-2); top: calc(var(--sticky-top) + 20px); }
  .project-card:nth-child(3) { background: var(--card-3); --accent: var(--accent-3); top: calc(var(--sticky-top) + 40px); }
  .project-card:nth-child(4) { background: var(--card-4); --accent: var(--accent-4); top: calc(var(--sticky-top) + 60px); }

  .card-inner {
    display: flex; width: 100%; padding: 0rem;
     align-items: stretch;
    flex-wrap: wrap;
  }

  .card-txxt{
    width:45%;
    padding: var(--fs48);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
    .card-txxt h2{
        font-weight: 600;
        margin-bottom: var(--fs16);
    }


    .card-txxt p + a{
        font-size: 14px;
        text-transform: uppercase;
        font-weight:600;
        color: var(--primary);
    }


.card-txxt p + a:hover{
    color: var(--black);
}

.portfolio-categories{
    flex-wrap: wrap;
    gap: 5px;
    display:none;
}
.portfolio-categories a{
    padding: 7px 10px;
    border: 1px solid #ccc;
    border-radius:10px;
    font-size: 14px;
    color: var(--text1);
}
.portfolio-categories a:hover{
    background: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}



  /* LEFT: text */
  .card-text {
    display: flex; flex-direction: column; justify-content: space-between;
    flex: 1; min-width: 0;
  }
  .card-number {
    font-family: 'Syne', sans-serif;
    font-size: 0.78rem; letter-spacing: 0.15em; text-transform: uppercase;
    color: var(--accent); margin-bottom: 1rem;
    opacity: 0.8;
  }
  .card-title {
    font-family: 'Syne', sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 700; line-height: 1.05;
    letter-spacing: -0.02em;
  }
  .card-desc {
    font-size: 0.9rem; color: rgba(240,237,232,0.55);
    font-weight: 300; line-height: 1.7;
    max-width: 320px; margin-top: 1rem;
  }
  .card-footer {
    display: flex; align-items: center; justify-content: space-between;
    margin-top: auto; padding-top: 2rem;
  }
  .card-tags { display: flex; gap: 0.5rem; flex-wrap: wrap; }
  .tag {
    font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase;
    border: 1px solid rgba(255,255,255,0.15);
    color: rgba(240,237,232,0.6);
    padding: 0.3rem 0.75rem; border-radius: 100px;
  }
  .card-arrow {
    width: 44px; height: 44px; border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.2);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; transition: background 0.25s, border-color 0.25s;
    cursor: pointer;
  }
  .card-arrow svg { width: 18px; height: 18px; stroke: currentColor; fill: none; }
  .project-card:hover .card-arrow {
    background: var(--accent); border-color: var(--accent); color: #0c0c0c;
  }

  /* RIGHT: mock visual */
  .card-visual {
    flex: 0 0 42%;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(0,0,0,0.25);
    position: relative;
    min-height: 0;
  }
  .card-visual .screen-mock {
    width: 100%; height: 100%;
    display: flex; flex-direction: column;
    padding: 1rem;
    gap: 0.6rem;
  }
  .screen-bar {
    height: 10px; border-radius: 5px;
    background: rgba(255,255,255,0.12);
  }
  .screen-bar.accent { background: var(--accent); opacity: 0.7; width: 40%; }
  .screen-bar.wide { width: 85%; }
  .screen-bar.med  { width: 60%; }
  .screen-bar.short { width: 35%; }
  .screen-block {
    flex: 1; border-radius: 8px;
    background: rgba(255,255,255,0.06);
    margin-top: 0.5rem;
    position: relative; overflow: hidden;
  }
  .screen-block::after {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at 30% 40%, var(--accent) 0%, transparent 60%);
    opacity: 0.08;
  }
  .screen-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr; gap: 0.5rem;
    padding: 0.75rem; height: 100%;
  }
  .screen-cell {
    border-radius: 6px;
    background: rgba(255,255,255,0.07);
  }
  .screen-cell.accent-cell {
    background: var(--accent);
    opacity: 0.15;
  }

  /* ── AFTER SECTION (spacer) ── */
  .after-projects {
    padding: 12rem 4rem 8rem;
    text-align: center;
  }
  .after-projects p {
    color: var(--muted); font-size: 0.9rem;
    letter-spacing: 0.05em; text-transform: uppercase;
  }

  /* ── SCROLLBAR ── */
  ::-webkit-scrollbar { width: 4px; }
  ::-webkit-scrollbar-track { background: var(--bg); }
  ::-webkit-scrollbar-thumb { background: #333; border-radius: 2px; }


  .card-img {
    border-radius: 16px 20px 20px 16px;
    overflow: hidden;
    width: 55%;
}
  .card-img img{
    object-fit: cover;
    width: 100%;
  }




  @media (max-width: 768px) {
    nav { padding: 1rem 1.5rem; }
    .nav-links { display: none; }
    .projects-header, .cards-stack, .section-label, .after-projects { padding-left: 1.5rem; padding-right: 1.5rem; }
    .card-inner { flex-direction: column; padding: 2rem; gap: 1.5rem; }
    .card-visual { flex: 0 0 160px; }
    :root { --card-h: 460px; }
    .projects-header { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
  }



/* Page Title */

.page-title{
    background-image: url(images/page-title.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 130px;
    padding-bottom: 130px;
}
.page-title:before{
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(84, 13, 169, 0.7);
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
}
.page-title .container{
    position: relative;
    z-index: 9;
}
.page-title h2{
    letter-spacing:2px;
    font-size: var(--fs46);
    font-weight:600;
    line-height:normal;
}
.page-title ul.breadcrume li {
    position: relative;
    padding-right: 24px;
    margin-left: 16px;
    font-size:var(--fs16);
    letter-spacing: 1px;
    font-weight: 500;
}
.page-title ul.breadcrume li:first-child{
    margin-left: 0px;
}
.page-title ul.breadcrume li:last-child{
    padding-right: 0px;
}
.page-title ul.breadcrume li:after {
    position: absolute;
    background-image: url(../../assets/images/slideangle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    content: "";
    width: 5px;
    height: 12px;
    right: 0%;
    top: 7px;
}
.page-title ul.breadcrume li:last-child:after{
    content: none;
}
.page-title ul.breadcrume li a:hover{
    color: var(--primary);
}



.wwus{
    background:#F2F5FA;
    border-radius: var(--fs24);
    padding: var(--fs50);
    padding-bottom: var(--fs24);
}

.wwus ul li{
    border-top: 1px solid var(--border2);
    padding:var(--fs18) 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: var(--fs24);
}
.wwus ul li:first-child{
    border-top: 0px;
}
.wwus ul li span{
    width:calc(var(--fs20) * 3.5);
    height:calc(var(--fs20) * 3.5);
    border-radius:var(--fs50);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    font-size: var(--fs28);
    color: var(--primary);
}

.wwus ul .dt{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.wwus ul .dt label{
    font-size: var(--fs16);
    color: var(--textColor);
    display: block;
}
.wwus ul .dt a {
    text-decoration: none;
    font-size: var(--fs18);
    font-weight: 500;
    color: var(--colorBlack);
    line-height: 26px;
}
.wwus ul .dt.address p{
    font-size: var(--fs18);
    font-weight: 500;
    color: var(--colorBlack);
    line-height: 26px;
}


.enquiryform{
    height: 100%;
    border-radius: var(--fs24);
    padding: var(--fs60) var(--fs60);
    border: 1px solid #E4E4E4;
}

.enquiryform .form-group input{
    line-height:var(--fs64);
    background:#F2F5FA;
    border: 0px;
    box-shadow: none;
    border-radius: var(--fs14);
    width: 100%;
    padding: 0 var(--fs40) 0 var(--fs20);
    font-size: var(--fs16);
    font-weight:500;
    color: var(--colorBlack);
    letter-spacing: 0.2px;
}
.enquiryform .form-group input:focus{
    outline: none;
    box-shadow: none;
}


.enquiryform .form-group select{
    height:var(--fs64);
    line-height:var(--fs64);
    background:#F2F5FA;
    border: 0px;
    box-shadow: none;
    border-radius: var(--fs14);
    width: 100%;
    padding: 0 var(--fs60) 0 var(--fs20);
    font-size: var(--fs16);
    font-weight:500;
    color: var(--colorBlack);
    letter-spacing: 0.2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    cursor: pointer;
}
.enquiryform .form-group select:focus{
    outline: none;
    box-shadow: none;
}

.enquiryform .form-group span {
    position: absolute;
    top: 0;
    right: 0;
    height: 64px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fs18);
    color: var(--textColor);
}

.enquiryform .form-group textarea{
    line-height:var(--fs18);
    background:#F2F5FA;
    border: 0px;
    box-shadow: none;
    border-radius: var(--fs14);
    width: 100%;
    padding: var(--fs14) var(--fs40) var(--fs14) var(--fs20);
    font-size: var(--fs16);
    font-weight:500;
    color: var(--colorBlack);
    letter-spacing: 0.2px;
    height:248px;
    resize: none;
}
.enquiryform .form-group textarea:focus{
    outline: none;
    box-shadow: none;
}
.enquiryform .form-group textarea + span{
    height: 45px;
}
.enquiryform button{
    padding: 0px var(--fs20);
    line-height: 50px;
    width: 100%;
}
.enquiryform button svg{
    transform: rotate(0deg);
}

.viewmap iframe{
    border-radius: var(--fs20);
}


.service-details .service-body{
    width: 100%;
    height: auto;
}
.service-details .service-body img{
    width: 100%;
    height: auto;
    border-radius: var(--fs20);
}
.service-details .service-body h4{
    font-size: var(--fs24);
    font-weight: 600;
    margin-bottom:10px;
    margin-top: var(--fs28);
}
.service-details .service-body p{
    max-width: 100%;
    min-height: auto;
}
.service-details .service-body h4:nth-child(2){
    margin-top: 0px;
}
.service-details .service-body ul{
    margin: var(--fs30) 0px;
    padding: 0px;
    display: block;
}
.service-details .service-body ul li{
    font-size: var(--fs18);
    font-weight:400;
    margin-top: var(--fs12);
    list-style: none;
    padding-left: var(--fs34);
    position: relative;
    color: var(--text1);
}
.service-details .service-body ul li strong {
    font-weight: 500;
    color: var(--black);
}
.service-details .service-body ul li:first-child{
    margin-top: 0px;
}
.service-details .service-body ul li:before {
    position: absolute;
    left: 0;
    content: "";
    top: 4px;
    width: calc(var(--fs16) + 1px);
    height: var(--fs16);
    background-image: url(images/check.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
}
.service-details .service-body .accordion .accordion-item{
    border-width: 0px 0px 1px 0px;
}
.service-details .service-body .accordion .accordion-item:first-child{
    border-top-width: 1px;
}
.service-details .service-body .accordion .accordion-item .accordion-header button {
    font-size: var(--fs18);
    font-weight: 500;
    padding: 20px 0px;
}
.service-details .service-body .accordion .accordion-button:not(.collapsed){
    background: transparent;
    color: var(--black);
    box-shadow: none;
}
.service-details .service-body .accordion button:focus:not(:focus-visible){
    box-shadow: none;
}
.service-details .service-body .accordion .accordion-body{
    padding: 0px 0px 20px 0px;
    font-size: var(--fs18);
    color: var(--text1);
}


.sideservices{
    background: #F2F5FA;
    padding: var(--fs30) var(--fs30) var(--fs30);
    border-radius:var(--fs20);
}
.sideservices h4{
    font-size: var(--fs24);
    font-weight:600;
    margin-bottom: var(--fs20);
}
.sideservices ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px var(--fs20);
    background: var(--colorWhite);
    border-radius: 5px;
    margin-bottom: 10px;
    color: var(--textColor);
    text-decoration: none;
    font-size: var(--fs16);
    letter-spacing: 0.3px;
    font-weight: 500;
    opacity: 0.9;
}
.sideservices ul li:last-child a{
    margin-bottom: 0px;
}
.sideservices ul li.active a{
    background: var(--primary);
    color: var(--colorWhite);
}
.sideservices ul li a svg{

}
.sideservices ul li a svg path{
    fill: var(--primary);
}
.sideservices ul li.active a svg path{
    fill: var(--colorWhite);
}
.sideservices ul li a:hover{
    background: var(--primary);
    color: var(--colorWhite);
}
.sideservices ul li a:hover svg{

}
.sideservices ul li a:hover svg path{
    fill: var(--colorWhite);
}


.needhelps{
    background-image: url(images/needhelp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: var(--fs20);
    overflow: hidden;
    padding:var(--fs40) var(--fs30);
    text-align: center;
}
.needhelps h4{
    color: var(--colorWhite);
    text-align: center;
    font-size: var(--fs26);
    font-weight:600;
    letter-spacing: 0.5px;
}
.needhelps p{
    text-align: center;
    color: var(--colorWhite);
    font-size:var(--fs18);
    letter-spacing: 0.4px;
    line-height: normal;
    margin-top: 10px;
}
.needhelps p br{display:none;}
.q-info{
    width: 100%;
    border-top:1px solid rgba(255, 255, 255, 0.5);
    padding-top: var(--fs20);
    margin-top: var(--fs20);
    text-align: center;
    display: none;
}
.q-info a{
    color: var(--colorWhite);
    text-decoration: none;
    font-weight:500;
    font-size: var(--fs18);
    letter-spacing: 0.2px;
}
.q-info a:hover{
    color: var(--primary);
}
.q-info p{
    text-align: center;
    font-size: var(--fs18);
    
}

.abtcntrtxt p {
    text-align: center;
    font-size: var(--fs16);
    line-height: var(--fs26);
    letter-spacing: 0.2px;
    font-weight: 500;
    color: var(--text1);
}

.endimg {
    padding-top: 100px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: flex-end;
}

.visionmission{
    background: var(--secondary);
}

.f-item {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    height: 100%;
}

.f-item h2{
    font-size: 26px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: var(--fs24);
}
.f-item  h4{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: var(--fs16);
    color: var(--primary);
}

.ylw{
    background: var(--secondary);
}
.allcases .project-card{
    transform: scale(1) !important;
}
.allcases  .card-txxt{
    gap: var(--fs24);
}
.allcases  .card-img, .allcases  .card-txxt{
    width: 100%;
}


.flathead{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}


/* ============================================================
   BLOG DETAIL PAGE (single.php)
   ============================================================ */

/* Featured Image */
.bd-featured-img {
    border-radius: var(--fs20);
    overflow: hidden;
    margin-bottom: var(--fs36);
}
.bd-featured-img img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    display: block;
}

/* Meta bar */
.bd-meta {
    margin-bottom: var(--fs16);
}
.bd-meta span {
    font-size: var(--fs14);
    color: var(--text1);
    display: flex;
    align-items: center;
    gap: 6px;
}
.bd-meta span i {
    color: var(--primary);
}

/* Post title */
.bd-title {
    font-size: clamp(1.6rem, 3.5vw, 2.2rem);
    font-weight: 800;
    color: var(--black);
    line-height: 1.3;
    margin-bottom: var(--fs24);
}

/* Post content typography */
.bd-content {
    font-size: var(--fs16);
    line-height: 1.85;
    color: var(--text1);
}
.bd-content h2,
.bd-content h3,
.bd-content h4 {
    color: var(--black);
    font-weight: 700;
    margin-top: var(--fs36);
    margin-bottom: var(--fs16);
    line-height: 1.3;
}
.bd-content h2 { font-size: var(--fs28); }
.bd-content h3 { font-size: var(--fs24); }
.bd-content h4 { font-size: var(--fs20); }
.bd-content p  { margin-bottom: var(--fs20); }
.bd-content a  { color: var(--primary); text-decoration: underline; text-underline-offset: 3px; }
.bd-content a:hover { color: var(--black); }
.bd-content ul,
.bd-content ol {
    margin: 0 0 var(--fs20) var(--fs24);
    padding: 0;
}
.bd-content ul { list-style: disc; }
.bd-content ol { list-style: decimal; }
.bd-content li { margin-bottom: 8px; }
.bd-content img {
    max-width: 100%;
    height: auto;
    border-radius: var(--fs14);
    margin: var(--fs20) 0;
}
.bd-content blockquote {
    border-left: 4px solid var(--primary);
    margin: var(--fs30) 0;
    padding: var(--fs20) var(--fs28);
    background: var(--secondary);
    border-radius: 0 var(--fs14) var(--fs14) 0;
    font-size: var(--fs18);
    font-style: italic;
    color: #444;
}
.bd-content pre,
.bd-content code {
    background: #f4f4f8;
    border-radius: 8px;
    font-size: var(--fs14);
    padding: 2px 8px;
}
.bd-content pre {
    padding: var(--fs20);
    overflow-x: auto;
    margin-bottom: var(--fs20);
}
.bd-content pre code { padding: 0; background: none; }

/* Tags */
.bd-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: var(--fs24) 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: var(--fs30) 0;
}
.bd-tags span {
    font-weight: 600;
    font-size: var(--fs14);
    color: var(--black);
    display: flex;
    align-items: center;
    gap: 6px;
}
.bd-tags span i { color: var(--primary); }
.bd-tags a {
    padding: 5px 14px;
    border: 1px solid #ddd;
    border-radius: 50px;
    font-size: var(--fs13);
    color: var(--text1);
    transition: all 0.2s;
}
.bd-tags a:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}

/* Post navigation */
.bd-navigation {
    margin-top: var(--fs10);
}
.bd-nav-btn {
    display: flex;
    align-items: center;
    gap: var(--fs16);
    padding: var(--fs20) var(--fs24);
    border: 1px solid #eee;
    border-radius: var(--fs16);
    text-decoration: none;
    flex: 1;
    max-width: 48%;
    transition: all 0.25s;
    background: #fff;
}
.bd-nav-btn:hover {
    border-color: var(--primary);
    background: var(--secondary);
}
.bd-nav-btn .nav-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--grey1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--primary);
    font-size: var(--fs16);
    transition: background 0.2s, color 0.2s;
}
.bd-nav-btn:hover .nav-icon {
    background: var(--primary);
    color: var(--white);
}
.bd-nav-btn .nav-text label {
    font-size: var(--fs12);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--primary);
    display: block;
    margin-bottom: 4px;
    cursor: pointer;
}
.bd-nav-btn .nav-text p {
    font-size: var(--fs14);
    font-weight: 500;
    color: var(--black);
    margin: 0;
    line-height: 1.4;
}

/* ── Sidebar ── */
.blog-sidebar {
    position: sticky;
    top: 100px;
}
.sidebar-widget {
    background: #fff;
    border: 1px solid #eee;
    border-radius: var(--fs20);
    padding: var(--fs30);
    margin-bottom: var(--fs24);
}
.sidebar-widget:last-child { margin-bottom: 0; }
.widget-title {
    font-size: var(--fs20);
    font-weight: 700;
    color: var(--black);
    margin-bottom: var(--fs20);
    padding-bottom: var(--fs14);
    border-bottom: 2px solid var(--primary);
    display: inline-block;
}

/* Search */
.sidebar-search {
    display: flex;
    align-items: center;
    background: #F2F5FA;
    border-radius: var(--fs14);
    overflow: hidden;
}
.sidebar-search input {
    flex: 1;
    border: 0;
    background: transparent;
    padding: 14px 16px;
    font-size: var(--fs14);
    font-weight: 500;
    color: var(--black);
    outline: none;
}
.sidebar-search button {
    width: 46px;
    height: 46px;
    background: var(--primary);
    border: 0;
    color: var(--white);
    cursor: pointer;
    font-size: var(--fs16);
    flex-shrink: 0;
    transition: background 0.2s;
}
.sidebar-search button:hover { background: var(--black); }

/* Recent Posts */
.recent-posts-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.recent-posts-list li {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: var(--fs14);
    margin-bottom: var(--fs14);
}
.recent-posts-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.recent-post-item {
    display: flex;
    align-items: center;
    gap: var(--fs14);
    text-decoration: none;
}
.recent-post-img {
    width: 70px;
    height: 64px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}
.recent-post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.recent-post-info span {
    font-size: var(--fs12);
    color: var(--text1);
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 4px;
}
.recent-post-info span i { color: var(--primary); }
.recent-post-info p {
    font-size: var(--fs14);
    font-weight: 600;
    color: var(--black);
    margin: 0;
    line-height: 1.4;
    transition: color 0.2s;
}
.recent-post-item:hover .recent-post-info p { color: var(--primary); }

/* Categories */
.sidebar-categories {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar-categories li { margin-bottom: 8px; }
.sidebar-categories li:last-child { margin-bottom: 0; }
.sidebar-categories li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    background: #F2F5FA;
    border-radius: 10px;
    font-size: var(--fs14);
    font-weight: 500;
    color: var(--black);
    text-decoration: none;
    transition: all 0.2s;
}
.sidebar-categories li a:hover {
    background: var(--primary);
    color: var(--white);
}
.sidebar-categories .cat-count {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--white);
    color: var(--primary);
    font-size: var(--fs12);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s, color 0.2s;
}
.sidebar-categories li a:hover .cat-count {
    background: rgba(255,255,255,0.25);
    color: var(--white);
}

/* Sidebar CTA */
.sidebar-cta {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    text-align: center;
}
.sidebar-cta h4 {
    font-size: var(--fs20);
    font-weight: 700;
    color: var(--white);
    margin-bottom: var(--fs14);
}
.sidebar-cta p {
    font-size: var(--fs14);
    color: rgba(255,255,255,0.8);
    margin: 0;
    line-height: 1.6;
}
.sidebar-cta .btn-primary {
    background: var(--white);
    color: var(--primary);
    width: 100%;
    justify-content: center;
}
.sidebar-cta .btn-primary span {
    background: var(--primary);
    color: var(--white);
}
.sidebar-cta .btn-primary:hover {
    background: var(--black);
    color: var(--white);
}
.sidebar-cta .btn-primary:hover span {
    background: var(--white);
    color: var(--black);
}

/* Related Posts section */
.related-posts { background: var(--secondary); }


/* ── Blog Detail — Responsive ── */
@media (max-width: 991px) {
    .blog-sidebar { position: static; }
    .bd-nav-btn   { max-width: 100%; }
}
@media (max-width: 767px) {
    .bd-featured-img img { height: 260px; }
    .bd-nav-btn {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .bd-content blockquote { padding: var(--fs16) var(--fs20); }
}
@media (max-width: 480px) {
    .bd-featured-img img { height: 200px; }
    .bd-meta { gap: 10px !important; }
    .sidebar-widget { padding: var(--fs20); }
}


/* ============================================================
   CASE STUDY DETAIL PAGE (case-study-detail.php)
   ============================================================ */

/* Hero */
.cs-hero {
    overflow: hidden;
    max-height: 520px;
}
.cs-hero-img img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
    filter: brightness(0.45);
}
.cs-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(57,0,143,0.75) 0%, rgba(0,0,0,0.3) 100%);
}
.cs-hero-inner {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding-bottom: 48px;
    padding-top: 48px;
}
.cs-badge {
    display: inline-block;
    background: var(--primary);
    color: var(--white);
    font-size: var(--fs12);
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 4px 14px;
    border-radius: 50px;
    margin-bottom: var(--fs16);
}
.cs-hero-title {
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 800;
    color: var(--white);
    line-height: 1.2;
    margin-bottom: var(--fs16);
}
.cs-hero-sub {
    font-size: var(--fs18);
    color: rgba(255,255,255,0.85);
    max-width: 640px;
    line-height: 1.7;
    margin: 0;
}

/* Content area — same typography as blog detail */
.cs-content {
    font-size: var(--fs16);
    line-height: 1.85;
    color: var(--text1);
}
.cs-content h2, .cs-content h3, .cs-content h4 {
    color: var(--black);
    font-weight: 700;
    margin-top: var(--fs36);
    margin-bottom: var(--fs16);
    line-height: 1.3;
}
.cs-content h2 { font-size: var(--fs28); }
.cs-content h3 { font-size: var(--fs24); }
.cs-content h4 { font-size: var(--fs20); }
.cs-content p  { margin-bottom: var(--fs20); }
.cs-content a  { color: var(--primary); text-decoration: underline; text-underline-offset: 3px; }
.cs-content ul, .cs-content ol {
    margin: 0 0 var(--fs20) var(--fs24);
    padding: 0;
}
.cs-content ul { list-style: disc; }
.cs-content ol { list-style: decimal; }
.cs-content li { margin-bottom: 8px; }
.cs-content img {
    max-width: 100%;
    height: auto;
    border-radius: var(--fs14);
    margin: var(--fs20) 0;
}
.cs-content blockquote {
    border-left: 4px solid var(--primary);
    margin: var(--fs30) 0;
    padding: var(--fs20) var(--fs28);
    background: var(--secondary);
    border-radius: 0 var(--fs14) var(--fs14) 0;
    font-size: var(--fs18);
    font-style: italic;
    color: #444;
}

/* Sidebar */
.cs-sidebar {
    position: sticky;
    top: 100px;
}

/* Project Overview card */
.cs-overview {
    background: #fff;
    border: 1px solid #eee;
    border-radius: var(--fs20);
    padding: var(--fs30);
    margin-bottom: var(--fs24);
}
.cs-overview-title {
    font-size: var(--fs18);
    font-weight: 700;
    color: var(--black);
    margin-bottom: var(--fs20);
    padding-bottom: var(--fs14);
    border-bottom: 2px solid var(--primary);
    display: flex;
    align-items: center;
    gap: 8px;
}
.cs-overview-title i { color: var(--primary); }
.cs-overview-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cs-overview-list li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: var(--fs16);
    padding: var(--fs12) 0;
    border-bottom: 1px solid #f0f0f0;
}
.cs-overview-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.cs-overview-list .ov-label {
    font-size: var(--fs13);
    font-weight: 600;
    color: var(--text1);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    min-width: 90px;
}
.cs-overview-list .ov-label i { color: var(--primary); font-size: 12px; }
.cs-overview-list .ov-value {
    font-size: var(--fs14);
    font-weight: 500;
    color: var(--black);
    text-align: right;
}
.cs-overview-list .ov-value a {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-end;
}
.cs-overview-list .ov-value a:hover { color: var(--black); }

/* Tags box */
.cs-tag-box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: var(--fs20);
    padding: var(--fs24) var(--fs30);
    margin-bottom: var(--fs24);
}
.cs-tag-title {
    font-size: var(--fs16);
    font-weight: 700;
    color: var(--black);
    margin-bottom: var(--fs14);
}

/* Stats section */
.cs-stats-section {
    background: var(--primary);
}
.cs-stat-number {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    color: var(--white);
    line-height: 1;
    margin-bottom: 8px;
}
.cs-stat-label {
    font-size: var(--fs16);
    color: rgba(255,255,255,0.8);
    font-weight: 400;
    margin: 0;
}

/* ── Case Study — Responsive ── */
@media (max-width: 991px) {
    .cs-hero { max-height: 400px; }
    .cs-hero-img img { height: 400px; }
    .cs-sidebar { position: static; }
}
@media (max-width: 767px) {
    .cs-hero { max-height: 320px; }
    .cs-hero-img img { height: 320px; }
    .cs-hero-inner { padding-bottom: 30px; }
    .cs-hero-sub { font-size: var(--fs16); }
    .cs-content blockquote { padding: var(--fs16) var(--fs20); }
}
@media (max-width: 480px) {
    .cs-hero { max-height: 260px; }
    .cs-hero-img img { height: 260px; }
    .cs-overview { padding: var(--fs20); }
    .cs-overview-list .ov-label { min-width: 70px; font-size: 11px; }
}


/* ============================================================
   SERVICE DETAIL PAGE (service-detail.php)
   ============================================================ */

/* Intro section */
.sv-intro {
    background: var(--primary);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}
.sv-intro-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.sv-intro-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.sv-intro-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(57,0,143,0.9) 0%, rgba(0,0,0,0.7) 100%);
}
.sv-intro-inner {
    position: relative;
    z-index: 1;
}
.sv-icon-wrap {
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.15);
    border-radius: var(--fs20);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fs36);
    color: var(--white);
    margin: 0 auto var(--fs24);
    backdrop-filter: blur(4px);
}
.sv-intro-title {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 800;
    color: var(--white);
    line-height: 1.2;
    margin-bottom: var(--fs16);
}
.sv-intro-tagline {
    font-size: var(--fs18);
    color: rgba(255,255,255,0.85);
    max-width: 580px;
    margin: 0 auto;
    line-height: 1.7;
}
.sv-meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.15);
    color: var(--white);
    font-size: var(--fs13);
    font-weight: 500;
    padding: 6px 16px;
    border-radius: 50px;
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255,255,255,0.2);
}
.sv-meta-pill--price {
    background: rgba(255,255,255,0.25);
    font-weight: 700;
}

/* Sidebar */
.sv-sidebar {
    position: sticky;
    top: 100px;
}

/* Quick Facts card */
.sv-specs-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: var(--fs20);
    padding: var(--fs24) var(--fs30);
}
.sv-specs-title {
    font-size: var(--fs18);
    font-weight: 700;
    color: var(--black);
    margin-bottom: var(--fs16);
    padding-bottom: var(--fs12);
    border-bottom: 2px solid var(--primary);
    display: inline-block;
}
.sv-specs-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sv-specs-list li {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: var(--fs12) 0;
    border-bottom: 1px solid #f0f0f0;
}
.sv-specs-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.sv-specs-list li span {
    font-size: var(--fs12);
    font-weight: 600;
    color: var(--text1);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.sv-specs-list li span i { color: var(--primary); }
.sv-specs-list li strong {
    font-size: var(--fs14);
    font-weight: 600;
    color: var(--black);
}

/* ── Service Detail — Responsive ── */
@media (max-width: 991px) {
    .sv-intro { padding: 60px 0; }
    .sv-sidebar { position: static; }
}
@media (max-width: 767px) {
    .sv-intro { padding: 50px 0; }
    .sv-intro-meta { gap: 8px !important; }
    .sv-meta-pill { font-size: var(--fs12); padding: 5px 12px; }
}
@media (max-width: 480px) {
    .sv-intro { padding: 40px 0; }
    .sv-icon-wrap { width: 64px; height: 64px; font-size: var(--fs28); }
    .sv-specs-card { padding: var(--fs20); }
}


/* ============================================================
   RESPONSIVE STYLES
   ============================================================ */

/* ---- ≤1199px (large tablet / small desktop) ---- */
@media (max-width: 1199px) {
    .slide-text h1 {
        font-size: var(--fs42);
        line-height: var(--fs54);
    }
    .banner-img {
        width: 420px;
        height: 420px;
    }
    .bgrwitms {
        gap: 60px;
    }
    .ctabg h2 {
        font-size: var(--fs44);
        line-height: 1.3;
    }
    .card-txxt {
        padding: var(--fs32);
    }
}

/* ---- ≤991px (tablet / lg breakpoint) ---- */
@media (max-width: 991px) {
    :root { --sticky-top: 100px; }

    .padd100 { padding: 70px 0; }
    .padd120 { padding: 80px 0; }

    /* Hide desktop nav, show hamburger in primary colour */
    .navigation { display: none; }
    .hamburger {
        border-color: var(--primary);
        color: var(--primary);
    }
    .header { background: #fff; }

    /* Banner */
    .highlight-slide .row {
        min-height: 550px;
        padding: 60px 0;
    }
    .slide-text h1 {
        font-size: var(--fs36);
        line-height: var(--fs46);
    }
    .slide-text p { font-size: var(--fs16); }
    .banner-img {
        width: 340px;
        height: 340px;
        margin: 0 auto;
    }
    .highlight-slide::before,
    .highlight-slide::after { display: none; }

    /* About */
    .about-img-secondary {
        width: 190px;
        height: 180px;
    }
    .about-badge {
        position: static;
        width: 100%;
        margin-top: 16px;
        animation: none;
    }

    /* CTA */
    .ctabg h2 {
        font-size: var(--fs38);
        line-height: 1.3;
    }
    .ctabg p {
        max-width: 80%;
        font-size: var(--fs18);
    }
    .services .heading p { max-width: 90%; }

    /* Projects cards */
    .flathead {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
        margin-bottom: 30px;
    }
    .card-inner { flex-direction: column; }
    .card-img {
        width: 100%;
        border-radius: 16px 16px 0 0;
    }
    .card-txxt {
        width: 100%;
        padding: var(--fs32);
    }

    /* Testimonials — hide decorative image, stretch text column */
    .pubimg { display: none; }
    .txtpln { height: auto; }
    .testimonials .col-lg-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* Page title — tablet */
    .page-title {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .page-title h2 { font-size: var(--fs36); }

    /* Contact enquiry form — tablet */
    .enquiryform { padding: var(--fs40) var(--fs40); }

    /* Footer link columns */
    .flinks { margin-bottom: 24px; }
}

/* ---- ≤767px (mobile) ---- */
@media (max-width: 767px) {
    :root { --sticky-top: 80px; }

    .padd100 { padding: 50px 0; }
    .padd120 { padding: 60px 0; }

    /* Banner */
    .highlight-slide .row {
        min-height: auto;
        padding: 40px 0 30px;
    }
    .slide-text { text-align: center; }
    .slide-text label {
        font-size: var(--fs12);
        margin-bottom: var(--fs16) !important;
    }
    .slide-text h1 {
        font-size: var(--fs30);
        line-height: var(--fs40);
        margin-bottom: var(--fs16) !important;
    }
    .slide-text p {
        font-size: var(--fs16);
        line-height: var(--fs26);
    }
    .slide-text .btn-primary {
        margin-left: auto;
        margin-right: auto;
    }
    .banner-img {
        width: 280px;
        height: 280px;
        margin: 30px auto 0;
        animation: none;
    }

    /* Remove decorative wave behind about section */
    .about-section:before { display: none; }

    /* About images */
    .about-images-wrapper { padding: 0; }
    .about-img-secondary {
        width: 140px;
        height: 130px;
    }
    .about-badge {
        padding: var(--fs14) var(--fs16);
    }
    .badge-exp {
        gap: var(--fs16);
        margin-bottom: 10px;
    }
    .badge-number { font-size: var(--fs40); }
    .badge-label  { font-size: var(--fs14); }
    .about-stat   { font-size: 2rem; }

    /* Services */
    .services .heading p { max-width: 100%; }
    .service-body > p {
        max-width: 100%;
        min-height: auto;
    }
    .heading h2 br { display: none; }

    /* CTA */
    .ctabg h2 {
        font-size: var(--fs28);
        line-height: 1.35;
    }
    .ctabg p {
        max-width: 100%;
        font-size: var(--fs16);
    }

    /* Process — shrink the large outline number */
    .flow-item .number span {
        font-size: 80px;
        line-height: 72px;
    }

    /* Projects — reset card-inner padding added by earlier 768px rule */
    .card-inner { padding: 0; gap: 0; }
    .card-txxt { padding: var(--fs24); }
    .flathead h2 { font-size: var(--fs24); }

    /* Testimonials */
    .reviewitem { padding-right: 0; }

    /* Blogs */
    .blog-body h4 a { font-size: var(--fs20); }
    .blog-item { margin-bottom: 30px; }
    .blog-item:last-child { margin-bottom: 0; }

    /* CTA section — stack & centre buttons */
    .ctabg .btn-primary {
        width: 100%;
        max-width: 340px;
        justify-content: center;
    }

    /* Page title — mobile */
    .page-title {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .page-title h2 { font-size: var(--fs28); }
    .page-title ul.breadcrume li { font-size: var(--fs14); }

    /* Contact — wwus info box */
    .wwus { padding: var(--fs30); }

    /* Contact — enquiry form */
    .enquiryform { padding: var(--fs36) var(--fs30); }
    .enquiryform .form-group textarea { height: 180px; }

    /* Footer address cards */
    .addressrow > div { padding: var(--fs16) var(--fs20); }

    /* Footer link columns */
    .flinks { margin-bottom: 28px; }
    .flinks:last-child { margin-bottom: 0; }
}

/* ---- ≤480px (small phones) ---- */
@media (max-width: 480px) {
    :root { --sticky-top: 70px; }

    .slide-text h1 {
        font-size: var(--fs26);
        line-height: var(--fs36);
    }
    .banner-img {
        width: 240px;
        height: 240px;
    }
    .card-txxt { padding: var(--fs16); }
    .ctabg h2  { font-size: var(--fs24); }
    .ctabg .btn-primary { max-width: 100%; }
    .flow-item .number span {
        font-size: 64px;
        line-height: 58px;
    }
    /* Page title — small phones */
    .page-title {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .page-title h2 { font-size: var(--fs22); letter-spacing: 1px; }

    /* Contact — wwus info box */
    .wwus { padding: var(--fs20); }
    .wwus ul li span {
        width: 52px;
        height: 52px;
        font-size: var(--fs22);
    }

    /* Contact — enquiry form */
    .enquiryform { padding: var(--fs32) var(--fs24); }
    .enquiryform .form-group textarea { height: 150px; }

    /* Footer — stack contact info neatly */
    .additem { gap: 14px; }
    .additem span { width: 56px; height: 56px; font-size: var(--fs22); }
}


p:empty {
  display: none;
}