@charset "utf-8";

/* ===============================
   GLOBAL RESET
================================ */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Montserrat", Sans-serinif;
	
}
.wpr-sticky-section-yes + *{
margin-top:120px;
}
ul {
    list-style-position: inside;
 }

a {
    text-decoration: none;
}
.premium-hamburger-toggle {
	justify-content:flex-end!important
}
.menu-item-has-children:focus-within .premium-sub-menu{
display:block;
}
.menu-item-has-children:focus-within .premium-sub-menu{
opacity:1;
visibility:visible;
transform:translateY(0);
}
/* open dropdown when keyboard focuses menu item */
.premium-nav-menu .menu-item-has-children:focus-within > .premium-sub-menu{
    opacity:1 !important;
    visibility:visible !important;
    transform:translateY(0) !important;
    pointer-events:auto !important;
}

/* optional: keep normal hover behaviour */
.premium-nav-menu .menu-item-has-children:hover > .premium-sub-menu{
    opacity:1;
    visibility:visible;
}

.wwmc-header ul{
	list-style:none
}
/* ===============================
   CONTAINER
================================ */
.wwmc-container {
    max-width: 1320px;
	width:100%;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between!important;
}

/* ===============================
   HEADER
================================ */
.wwmc-header {
    background-color: #cfc2af; /* beige */
    height: 88px;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 999;
}

/* LOGO */
.wwmc-logo {
    display: flex;
    align-items: center;
}

.wwmc-logo img,
.wwmc-logo svg {
    height: 54px;
    width: auto;
    display: block;
}

/* ===============================
   HEADER MENU
================================ */
.wwmc-nav {
    display: flex;
    align-items: center;
}

.wwmc-menu {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* TOP LEVEL LINKS */
.wwmc-menu > li > a {
    color: #ffffff;
    font-size: 1rem;
    letter-spacing: 1.1px;
    padding: 6px 0;
	font-family: "Montserrat", Sans-serif;
	font-weight:600
}
/* Make top-level links positioning container */
.wwmc-menu > li > a {
    position: relative;
    z-index: 2;
}

/* Create a padded background behind the link */
.wwmc-menu > li > a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;      /* ? extra space left */
    right: -10px;     /* ? extra space right */
    bottom: 0;
    background: transparent;
    z-index: -1;
    border-radius: 6px; /* optional */
    transition: background 0.3s ease;
}

/* Hover effect */
.wwmc-menu > li:hover > a::before {
    background: #8c7048;
}

/* Active menu item */
.wwmc-menu > li.current-menu-item > a::before,
.wwmc-menu > li.current_page_item > a::before {
    background: #8c7048;
}

/* ===============================
   DROPDOWN
================================ */
.wwmc-menu li {
    position: relative;
}

.wwmc-menu li ul {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff!important;
    min-width: 400px;
    padding: 14px 0;
    display: none;
}

.wwmc-menu li:hover > ul {
    display: block;
	
}

.wwmc-menu li ul li a {
    display: block;
    padding: 8px 22px;
    font-size: 13px;
    letter-spacing: 0.6px;
    color: #000000;
}
.wwmc-menu li ul li a:hover {
    display: block;
    padding: 8px 22px;
    font-size: 13px;
    letter-spacing: 0.6px;
    color: #ffffff;
	background:#54595f
}
/* ----- DROPDOWN ACTIVE MENU ----- */
.wwmc-menu li ul li.current-menu-item > a,
.wwmc-menu li ul li.current_page_item > a,
.wwmc-menu li ul li.current-menu-ancestor > a {
    display: block;
    padding: 8px 22px;
    font-size: 13px;
    letter-spacing: 0.6px;
    color: #ffffff;
    background:#54595f;
}
/* ===============================
   MOBILE MENU BUTTON
================================ */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 26px;
    color: #ffffff;
    cursor: pointer;
}

/* ===============================
   FOOTER
================================ */
.wwmc-footer {
    background-color: #4a4a4a; /* dark grey */
    color: #d0d0d0;
    width: 100%;
}
.custom-logo-link img{
 height: 72px;
    width: auto;
    display: block;
}


.wwmc-footer-top .wwmc-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wwmc-footer {
    background-color: #4a4a4a;
    color: #d2d2d2;
    width: 100%;
}

/* ---------- TOP FOOTER ---------- */
.wwmc-footer-top {
    padding: 32px 0;
}

.wwmc-footer-top .wwmc-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* FOOTER LOGO (SMALLER THAN HEADER) */
.wwmc-footer-top .wwmc-logo img,
.wwmc-footer-top .wwmc-logo svg {
    height: 68px;
    width: auto;
    display: block;
}


/* FOOTER MENU */
.footer-menu {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-menu a {
    color: #d0d0d0;
    font-size: 17px;
    letter-spacing: 0.5px;
	font-family: "Montserrat", Sans-serif;
	font-weight:600
}
.footer-menu li {
    position: relative;
	list-style:none
}

.footer-menu li ul {
    display: none;
    position: absolute;
    bottom: 100%;      /* <-- key change */
    top: auto;         /* cancel any top positioning */
    left: 0;
    background: #ffffff;   /* match your footer */
    min-width: 220px;
    padding: 12px 10px;
    z-index: 999;
}
.footer-menu li ul li a{
	color:#000;
	font-size:14px;
	font-weight:200
}
/* Show on hover */
.footer-menu li:hover > ul {
    display: block;
}
/* DIVIDER */
.footer-divider {
    width: 92%;
    height: 1px;
    background-color: #6b6b6b;
	margin:0 auto
}

/* FOOTER BOTTOM */
.wwmc-footer-bottom {
    padding: 14px 0;
    font-size: 13px;
	font-weight:normal;
}
.wwmc-footer-bottom a{
	color:#cfcfcf;
	text-decoration:none;
}

.wwmc-footer-bottom .wwmc-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* ---------- FIX FOOTER DROPDOWN ---------- */

/* Hide all footer submenus by default */
.footer-menu li ul {
    display: none !important;
    position: absolute;
}

/* Optional: if you DO want dropdown on hover in footer */
.footer-menu li:hover > ul {
    display: block !important;
}

/* If you do NOT want dropdowns in footer at all, keep only this line */
.footer-menu li ul {
    display: none !important;
}

/* FOOTER EMAIL WITH ICON (CSS ::before) */
.footer-email {
    display: inline-flex;
    align-items: baseline;
    font-size: 13px;
    color: #cfcfcf;
    letter-spacing: 0.3px;
}

/* Envelope Open – FULL ICON (outer + inner V) */
.footer-email::before {
    content: "";
    width: 15px;
    height: 15px;
    margin-right: 8px;
    display: inline-block;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23cfcfcf' d='M512 464c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V200.724a48 48 0 0 1 18.387-37.776c24.913-19.529 45.501-35.365 164.2-121.511C199.412 29.17 232.797-.347 256 .003c23.198-.354 56.596 29.172 73.413 41.433 118.687 86.137 139.303 101.995 164.2 121.512A48 48 0 0 1 512 200.724V464z'/%3E%3Cpath fill='%23999999' d='M446.334 267.395c-2.563-3.728-7.7-4.595-11.339-1.907-22.845 16.873-55.462 40.705-105.582 77.079-16.825 12.266-50.21 41.781-73.413 41.43-23.211.344-56.559-29.143-73.413-41.43-50.114-36.37-82.734-60.204-105.582-77.079-3.639-2.688-8.776-1.821-11.339 1.907l-9.072 13.196a7.998 7.998 0 0 0 1.839 10.967c22.887 16.899 55.454 40.69 105.303 76.868 20.274 14.781 56.524 47.813 92.264 47.573 35.724.242 71.961-32.771 92.263-47.573 49.85-36.179 82.418-59.97 105.303-76.868a7.998 7.998 0 0 0 1.839-10.967l-9.071-13.196z'/%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-size: contain;
}
.wwmc-menu > li.menu-item-has-children > a::after {
    content: "";
    width: 9px;
    height: 9px;
    margin-left: 6px;
    display: inline-block;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg) translateY(-2px);
}

/* ---------- TESTIMONIAL CARDS + CAROUSEL ---------- */

.wwmc-testimonial-carousel {
    margin: 40px auto;
}

.wwmc-slide {
    padding: 15px;
}

.wwmc-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    height: 100%;
	border:1px solid #CACACA;
	font-family: "Montserrat", sans-serif;
}


.testimonial-name {
    font-weight: 600;
    margin-top: 15px;
}

.testimonial-designation {
    font-size: 14px;
    color: #777;
}

.wwmc-prev:hover,
.wwmc-next:hover {
    background: #f2f2f2;
}
body.single-insights, body.single-casestudy{
    background-color: #f7f5f2;
}

.insight-wrapper {
    max-width: 1320px;
    margin: 0 auto;
}
.insights-grid::after{
margin-bottom: calc(100vh - 120px);
}

.insight-subtitle {
    font-size: 18px;
    opacity: 0.85;
}

.insight-container {
    padding: 40px 20px;
	max-width:1320px
	
}

.insight-highlight {
    background: #f2f4f7;
    padding: 25px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    border-left: 5px solid #0073aa;
}

.insight-content {
    font-size: 16px;
    line-height: 1.8;
}

.insight-hero{
    position: relative;
    display: flex;
    flex-direction: column;
   /* justify-content: space-between;*/
    /*min-height: 420px;*/
    background-size: cover;
    background-position: center;
	padding:20px 20px ;
	flex-grow:1;
}
	
	
.insight-breadcrumb{
    width:min(1320px,90%);
    margin:0 auto;
    z-index:100;
    box-sizing:border-box;
	padding:0 20px;
	
}

.insight-content-container{
    width: 100%;
    max-width:min(1320px,90%);
    margin: 0 auto;
    padding-bottom:10px;
}

.insight-title {
 	max-width:min(1320px,90%);
	width:100%;
	margin:0 auto;
	padding:0 20px;
	box-sizing:border-box;
	
	
}
.insight-title h1{
	font-family: "Montserrat", Sans-serif;
    font-size: 2.25rem;
    font-weight: 600;
    /*text-shadow: 1px 1.5px 1px #000000;*/
    color: #4A4A48;
	position:relative;
	
}




.insights-archive-wrapper{
    width:100%;
	width: min(1320px, 92%);
    margin: 40px auto 80px auto;
	min-height:70vh;
    
}
.service-insights .insights-archive-wrapper{
   width: min(1320px, 92%);
    margin: 80px auto;
}

.insights-grid{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
	margin-bottom:80px;
}

.insight-card{
    border:1px solid #e5e5e5;
    border-radius:16px;
    overflow:hidden;
    background:#fff;
    margin-top:40px;

    /* IMPORTANT */
    display: flex;
    flex-direction: column;
    height: 100%;
}

.insight-thumb{
    width:100%;
    height:220px!important;
    object-fit:cover;
	display:none;
}

.insight-card-body{
    padding:20px;
    flex: 1;   /* pushes button down */
}
.insight-card-body h3{
	margin-top:0;
}

.knowmore-buttons{
	position:relative; 
	bottom:0px
}

.insight-banner-wrapper{
	width:100%;
	display:flex;
}

.insight-card-excerpt{
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-top: 8px;
}

.insights-archive-wrapper .insights-pagination {
    width: 100%;
    clear: both;
    margin-top: 60px;
	display:flex;
	justify-content:right;
	margin-top:auto;
    padding-top:10%;
  }

.insights-archive-wrapper .insights-pagination .page-numbers {
    display: inline-block;
    padding: 10px 16px;
    margin: 0 6px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    background: #f5f5f5;
    color: #333;
    transition: all 0.3s ease;
}

.insights-archive-wrapper .insights-pagination .page-numbers:hover {
    background: #111;
    color: #fff;
}

.insights-archive-wrapper .insights-pagination .page-numbers.current {
    background: #111;
    color: #fff;
}



.insight-breadcrumb a {
   color: #4A4A48;
   text-decoration: none;
}

.insight-breadcrumb a:hover {
   text-decoration: underline;
}
.cs-main-column {
  width: 100%;
  min-width: 0;            /* prevents overflow in grid */
}

/* SIDEBAR */
.cs-sidebar-column {
  width: 100%;
  min-width: 0;
}
.casestudy-single-wrapper{
  width: 100%;
  width: min(1320px, 92%);  /* same as Elementor */
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.casestudy-archive-wrapper .casestudy-pagination {
    width: 100%;
    clear: both;
    margin-top: 60px;
    text-align: center;
}

.casestudy-archive-wrapper .casestudy-pagination .page-numbers {
    display: inline-block;
    padding: 10px 16px;
    margin: 0 6px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    background: #f5f5f5;
    color: #333;
    transition: all 0.3s ease;
}

.casestudy-archive-wrapper .casestudy-pagination .page-numbers:hover {
    background: #111;
    color: #fff;
}

.casestudy-archive-wrapper .casestudy-pagination .page-numbers.current {
    background: #111;
    color: #fff;
}


.casestudy-archive-title, .casestudy-archive-title{
	font-size: 1.2rem;
    width: 310px;
    margin: 10px auto;
    text-align: center;
    background: #c2b6a1;
    border-radius: 8px;
    color: #ffffff;
    padding: 10px 0;
    font-weight: 500;
}
.casestudy-archive-wrapper .casestudy-pagination {
    width: 100%;
    clear: both;
    margin-top: 60px;
    text-align: center;
}

.casestudy-archive-wrapper .casestudy-pagination .page-numbers {
    display: inline-block;
    padding: 10px 16px;
    margin: 0 6px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    background: #f5f5f5;
    color: #333;
    transition: all 0.3s ease;
}

.casestudy-archive-wrapper .casestudy-pagination .page-numbers:hover {
    background: #111;
    color: #fff;
}

.casestudy-archive-wrapper .casestudy-pagination .page-numbers.current {
    background: #111;
    color: #fff;
}@charset "utf-8";
/* CSS Document */


.cs-hero {
    background: #f7f6f2;
    padding: 60px 20px;
}
.cs-hero-inner{
    max-width:1320px;
    margin:0 auto;
	  width: 100%;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}
.cs-breadcrumb, .cs-breadcrumb a{
	color:#333;
}
	

.cs-main-content{
    font-size:16px;
    line-height:1.8;
}
.casestudy-archive-wrapper{
   width: min(1320px, 92%);
    margin: 40px auto;
    
}

.service-case-studies{
	width:100%;
}
.service-case-studies .casestudy-archive-wrapper{
   width: min(1320px, 100%);
    margin: 40px auto;
}
.casestudy-grid{
    display:grid;
    grid-template-columns:   repeat(2, 1fr);
    gap: 20px;
	margin:80px 0px
}
.casestudy-archive-title{
    font-size:1.2rem;
	
    margin:10px auto;
	text-align: center;
    background: #c2b6a1;
    border-radius: 8px;
	color:#ffffff;
    padding: 10px 0;
	font-weight:500
}
.cs-card{
    background:#ffffff;
    border-radius:20px;
    padding:20px;
}


.cs-tag {
    display: inline-block;
    width: auto;            /* stop stretching */
    align-self: flex-start; /* keep it left */
    color:#333333
    background: #e5e5dc;
    padding: 6px 12px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 6px;
}

.cs-date{
    font-size:13px;
    color:#555;
    margin:20px 0
}

.cs-hero .cs-title{
    font-size:32px;
    margin:20px 0;
	line-height:36px;
	font-weight:600;
	color:#4A4A48
}

/* Case study alignment fixes */

.cs-card-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}


.cs-summary {
  flex: 1!important;
	color:#4A4A48;
	font-family:"Montserrat", sans-serif;
}
.cs-tag, .cs-date{
	font-family:"Montserrat", sans-serif;
}
.cs-btn {
  margin-top: auto;
  align-self: flex-start;
  align-items: center;
    background: #4A4A48;
    color: white;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;

}


.cs-content-grid{
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 40px;
  max-width: 1320px;
  margin: 40px auto;
  
}

/* Sidebar box */
.cs-sidebar-column{
  background:none;
	border-left:2px solid #ccc;
  padding:20px;
  
}

.cs-sidebar-title{
  margin-top:0;
  font-size:18px;
}
.cs-sidebar-list{
  list-style:none;
  padding:0;
  margin:0;
}

.cs-sidebar-list li{
  margin-bottom:10px;
}

.cs-sidebar-list a{
  text-decoration:none;
  color:#333;
}
body.archive post-type-archive, .post-type-archive-casestudy {
    background: #f7f5f2 !important;  
}
body.archive post-type-archive, .post-type-archive-insights {
    background: #f7f5f2 !important;  
}
/* Highlight current case study */
.active-cs a{
  font-weight:bold;
  color:#000;
}


.team-grid{
 display:grid;
 grid-template-columns:repeat(3,1fr);
 gap:25px;
}

.team-card{
 position:relative;
 border-radius:18px;
 overflow:hidden;
 text-decoration:none;
 background:#000;
}

.team-image img{
 width:100%;
 height:504px;
 object-fit:cover;
 display:block;
}
.team-breadcrumb{
	max-width:1320px
}
.team-info{
 position:absolute;
 bottom:0;
 width:100%;
 padding:20px;
 background:linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0));
}

.team-info h3{
 color:white;
 margin:0;
 font-size:22px;
}

.team-info p{
 color:#ddd;
 margin:5px 0 0;
 font-size:14px;
}

/* ===== SINGLE TEAM PAGE LAYOUT ===== */

/* ===== MAIN WRAPPER ===== */
.team-single-wrapper {
    padding: 40px 20px;
	max-width:1320px;
	margin: 0 auto;
	min-height: 100vh;
    flex-direction: column;
}

.team-single-container {
    display: flex;
    gap: 50px;
    max-width:min(1320px, 90%);
    margin: 0 auto;
    align-items: flex-start;
}

/* ===== IMAGE ===== */

.team-photo img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
}

/* ===== CONTENT ===== */
.team-details {
    flex: 1;
}

.team-name {
    margin-bottom: 10px;
}

.team-designation {
    margin-bottom: 20px;
    font-weight: 500;
}

/* ===== CONTACT AREA ===== */
.team-contact-area {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 25px;
	font-weight:500
}

.team-icon {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s ease;
}

.team-icon:hover {
    background: #e9e9e9;
}

/* ===== BIO ===== */
.team-bio {
    line-height: 1.6;
}


/* Different colors like your image */
.team-icon .fa-envelope{
 color:#444;  
 background-color:#E2E2E2;
 padding: 5px;
 border-radius: 3px;
}

.team-icon .fa-phone{
 color:#444;
 background-color:#E2E2E2;
 padding: 5px;
 border-radius: 3px;
}

.team-icon .fa-linkedin{
 color:#444;       
 background-color:#E2E2E2;
 padding: 5px;
  border-radius: 3px;
}

/* Hover effect */
.team-icon:hover{
 color:#000;
}

/* Optional subtle divider style (like your image feel) */
.team-contact-area a:not(:last-child):after{
 content:"|";
 margin-left:20px;
 color:#ccc;
}

.people-feature-card{
  display:grid;
  grid-template-columns: 220px 1fr 220px;
	font-family:"Montserrat", Sans-serif;
  align-items: center;
  gap: 24px;
  background:#ffffff;
  padding: 20px 24px;
  border-radius: 18px;
  box-shadow: 0 6px 18px      rgba(0,0,0,.08);
	position:relative
}

/* LEFT IMAGE */
.pfc-image img{
  width:100%;
  height:auto;
  border-radius: 14px;
  display:block;
}

/* NAME + ROLE LINE */
.pfc-content {
  display: flex;
  flex-direction: column;
  height: 100%;
	
}
.pfc-name{
  margin:0 0 6px;
  font-size: 20px;
  font-weight:600;
}

.pfc-dot{
  margin: 0 6px;
  opacity:.7;
}

.pfc-role{
  font-weight:500;
}

/* SUBTITLE LINE */
.pfc-subtitle{
  margin:0 0 10px;
  color:#4A4A48;
}

/* CONTACT AREA */
.pfc-contact {
  margin-top: auto;
}
.pfc-contact a{
	color:#4A4A48
}
.pfc-row{
  display:flex;
  align-items:center;
	font-family:"Montserrat", Sans-serif;
  gap:8px;
  font-size:14px;
	line-height:24px;
	color:#4A4A48
}
.pfc-row a{
	color:#4A4A48;
}
	
.pfc-row i{
  font-size:16px;
  min-width:18px;
}

/* BUTTON */
.pfc-button{
  display:inline-block;
  background:#4A4A48;
  color:#fff;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration:none;
  font-weight:500;
}
.pfc-cta {
  position: absolute;
  top: 10px;
  right:10px;
}

/* Style the button and rotate the arrow */
.pfc-button {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

/* Rotate only the arrow */
.pfc-button::after {
  content: "?";
  display: inline-block;
  transform: rotate(-45deg); /* 45° upward angle */
  margin-left: 6px;
}
.service-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s ease;
}

.service-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.service-card h3 {
    padding: 20px;
    font-size: 20px;
}


/* =========================
   SINGLE SERVICE PAGE
========================= */

.service-single-wrapper {
    width: 100%;
    overflow: hidden;
	background:#f7f5f2;
	
	
	
}
.mn-services-wrapper{
	margin-top:0
}
.mn-service-hidden{
display:none;
}

.mn-services-toggle{
text-align:center;
margin-top:20px;
}

.mn-toggle-services{
padding:10px 30px;
background:#4A4A48;
color:#fff;
border:none;
cursor:pointer;
font-size:1.2rem;
border-radius:8px;
transition:0.3s;
min-width:300px;
max-height:43.2px;
font-family:"Montserrat", Sans-serif;
font-weight:500;
margin-top:20px;
}

.mn-toggle-services:hover{
background:#4A4A48;
}
/* Hover effect */

   .mn-service-card:hover {
    
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
 }

/* ===== Banner Section ===== */


.service-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.0);
}


.service-banner-overlay h1 {
    font-family: "Montserrat", Sans-serif;
    font-size: 2.25rem;
    font-weight: 600;
    text-shadow: 1px 1.5px 1px #000000;
    color: #FFFFFF;
}


/* ===== Content Section ===== */

.service-content {
    width: min(1320px, 92%);
    margin: 40px auto;
    box-sizing: border-box;
	padding:0 20px
}
.service-banner-content {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
	max-width:100%
}
.service-title {
    font-family: "Montserrat", Sans-serif;
	font-size: 1.563rem;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: left;
	color:#4A4A48
}

.service-main-content {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #4A4A48;
}

.service-main-content p {
    margin-bottom: 20px;
}

.service-main-content h2,
.service-main-content h3,
.service-main-content h4 {
    margin-top: 40px;
    margin-bottom: 15px;
}

.service-main-content ul {
    margin: 20px 0;
    padding-left: 20px;
}

.service-main-content li {
    margin-bottom: 5px;
	list-style:outside;
}

.services-carousel-wrapper {
    padding: 60px 0;
}

.service-card {
    background: #f5f5f5;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.service-card-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.service-card-content {
    padding: 20px;
}

.service-card-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.service-card-content p {
    color: #666;
    font-size: 14px;
}

.service-read-more {
    display: inline-block;
    margin-top: 10px;
    font-weight: 600;
    text-decoration: none;
}

.swiper-button-next,
.swiper-button-prev {
    color: #333;
}
.mn-services-carousel-wrapper {
    padding: 30px 0;
}

.mnServicesSwiper .swiper-slide {
    height: auto;
	display:flex;
}

.mn-services-prev,
.mn-services-next {
    color: #333;
}
.mnServicesSwiper .swiper-button-prev,
.mnServicesSwiper .swiper-button-next {
    position: absolute;
    top: 100%;
    margin-top: 30px;
}

.mnServicesSwiper .swiper-button-prev {
    left: 45%;
}

.mnServicesSwiper .swiper-button-next {
    right: 45%;
}

@charset "utf-8";
/* CSS Document */

.elementor-button{
	min-width:300px
}
h1,h2,h3{
	color:#4A4A48;
	font-weight:600;
	font-family:"Montserrat", sans-serif;
	
}
body {
	color:#4A4A48;
  font-family:"Montserrat", Sans-serif
}
input:focus,
textarea:focus,
select:focus {
    border-color: #a9a9a9!important;  
    outline: none;          
}
.knowmore-buttons, .insight-read-more, .team-info{
	font-family:"Montserrat", Sans-serif;
}
.premium-hamburger-toggle {
	justify-content:flex-end!important
}
/* 
===== TESTIMONIALS CAROUSEL ===== */
/* Remove any flex conflicts */
.wwmc-testimonial-carousel {
    max-width: 1200px;
    margin: auto;
}

.wwmc-slide {
    padding: 10px;
}

/* Default card state */
.wwmc-card {
    transform: scale(0.9);
    transition: transform 0.6s ease, opacity 0.6s ease;
    opacity: 0.6;
	text-align:center;
}

/* Active slides */
.wwmc-testimonial-carousel .slick-active .wwmc-card {
    opacity: 1;
}

/* Center slide smooth scale */
.wwmc-testimonial-carousel .slick-center .wwmc-card {
    transform: scale(1.05);
    opacity: 1;
}

/* Text styling */
.testimonial-text {
   font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 25px;
    display: inline-block;
	color:#4A4A48;
	opacity:0.8;
}

.testimonial-text::before {
    content: '"';
    margin-right: -2px;
}

.testimonial-text::after {
    content: '"';
    margin-left: -2px;
}
.testimonial-text p {
    margin: 0;
    padding: 0;
    display: inline;
}
.testimonial-name {
    font-weight: 600;
    font-size: 1.03rem;
    margin-bottom: 5px;
	color:#4A4A48;
}

.testimonial-designation {
    font-size: 15px;
    color: #4A4A48;
	opacity:0.8;
}
.wwmc-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
	min-height:280px
}
.slick-slide {
    font-family: inherit !important;
}
/* Remove default background */
.wwmc-testimonial-carousel .slick-prev:before,
.wwmc-testimonial-carousel .slick-next:before {
    color: #fff;
    font-size: 16px;
    opacity: 1;
}
.wwmc-testimonial-carousel .slick-prev:before,
.wwmc-testimonial-carousel .slick-next:before {
    content: '' !important;
}
.wwmc-testimonial-carousel .slick-prev,
.wwmc-testimonial-carousel .slick-next {
    width: 30px;
    height: 30px;
    background: #000 !important;
    border-radius: 50%;
    display: flex !important;
    z-index: 20;
	align-items: center;
    justify-content: center;
}
/* Hover effect */
.wwmc-testimonial-carousel .slick-prev::after,
.wwmc-testimonial-carousel .slick-next::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
}

/* Left arrow */
.wwmc-testimonial-carousel .slick-prev::after {
    transform: rotate(-135deg);
}

/* Right arrow */
.wwmc-testimonial-carousel .slick-next::after {
    transform: rotate(45deg);
}

/* Hover effect */
.wwmc-testimonial-carousel .slick-prev:hover,
.wwmc-testimonial-carousel .slick-next:hover {
    background: #333 !important;
}
.home-testimonials .elementor-shape svg {
    display: none;
}

/* All slides - smaller by default */
.premium-carousel-inner .slick-slide {
    transform: scale(0.85) translateY(15px) !important;
    opacity: 1 !important;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
    filter: grayscale(20%) !important;
}

/* Center slide - larger and prominent */
.premium-carousel-inner .slick-slide.slick-center {
    transform: scale(1) translateY(0) !important;
    opacity: 1 !important;
    z-index: 10 !important;
    filter: grayscale(0%) !important;
}

.premium-carousel-inner .slick-slide.slick-center .premium-carousel-template {
    box-shadow: 0 15px 40px rgba(0,0,0,0.15) !important;
    border: 2px solid #f0f0f0 !important;
}

body {
    overflow-x: hidden;
}

.premium-carousel-wrapper,
.premium-carousel-inner,
.slick-list {
    overflow: hidden;
}



.elementor-container {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

.slick-arrow {
    z-index: 1000 !important;
	font-size: 14px;
    color: #FFFFFF;
}




.insight-container {
    padding: 40px 20px;
	max-width:1320px
	
}

.insight-highlight {
    background: #f2f4f7;
    padding: 25px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    border-left: 5px solid #0073aa;
}

.insight-content {
    font-size: 16px;
    line-height: 1.8;
}

.insight-hero-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3); /* optional dark overlay */
    z-index: 1;
	width:100%;
	display:none
}
.insight-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background: rgba(0,0,0,0.0); /* overlay color */
}

.insight-subtitle {
    position: relative;
    bottom: 10px;
    z-index: 2;
    color: #4A4A48;
	font-weight:500;
	margin:20px auto;
	width:100%;
}




.insight-card-link{

text-decoration:none;
color:inherit;
}

.insight-card-body{
    padding:20px;
    flex: 1;   
	  line-height:1.4rem
}

.knowmore-buttons{
	position:relative; 
	bottom:0px
}

.insight-read-more {
    display: inline-block;
    width: auto;
    align-self: flex-start;

    color: #4A4A48;
     padding: 0;
    border-radius: 6px;
    text-decoration:underline;
    font-size: .8rem;
    font-weight: 500;
    text-align: left;
    min-width: 180px;
    transition: all 0.3s ease;

    margin-top: auto;
    margin-bottom: 20px;
    margin-left: 20px;   /* aligns with card padding */
}
.insight-read-more::after{
	content:">";
	text-decoration:none;
}
.insight-main-content{
	line-height:1.6rem;
	padding:0 20px
}
.insight-main-content ul{
	list-style:outside;
}
.insight-card-excerpt{
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-top: 8px;
}
.insights-archive-title, .casestudy-archive-title{
	font-size: 1.2rem;
    width: 300px;
    margin: 40px auto 0px auto;
    text-align: center;
    background: #c2b6a1;
    border-radius: 8px;
    color: #ffffff;
    padding: 10px 0;
    font-weight: 500;
}

.insight-breadcrumb {
   color: #4A4A48;
   
}
.service-people-feature{
	display:none
}
.service-featured-wrapper{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
margin-top:40px;
}

.service-featured-wrapper{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
margin:40px 0;
}

.service-featured-card{
background:#fff;
border-radius:16px;
overflow:hidden;
box-shadow:0 6px 20px rgba(0,0,0,0.08);
height:100%;
display:flex;
flex-direction:column;
}

.service-featured-card:hover{
box-shadow:0 12px 30px rgba(0,0,0,0.12);
}

/* image */

.service-featured-card img{
width:100%;
height:260px;
object-fit:cover;
display:none;

}

.service-featured-card:hover img{

}

/* content */

.service-featured-card a{
text-decoration:none;
color:inherit;
display:flex;
flex-direction:column;
height:100%;
}

.card-label {
    font-size: 19px;
    /* text-transform: uppercase; */
    letter-spacing: 0px;
    opacity: .6;
    margin: 18px 20px 6px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
	color:#4A4A48
}

/* title */

.service-featured-card h3{
font-size:1.2rem;
margin:10px 20px 10px;
line-height:1.3rem;
}

/* excerpt */

.service-featured-card p{
margin:0 20px 20px;
font-size:1rem;
line-height:1.2rem;
color:#555;
flex-grow:1;
}

/* read more */

.read-more{
margin:0 20px 20px;
font-size:0.8rem;
font-weight:500;
color:#000;
display:inline-block;
text-decoration:underline;
width:max-content;
color:#4A4A48;

}

.service-featured-card:hover .read-more{
border-color:#444;
color:#444;
}

/* mobile */

@media(max-width:768px){

.service-featured-wrapper{
grid-template-columns:1fr;
gap:30px;
}

.service-featured-card img{
height:220px;
}

}

.insight-breadcrumb a:hover {
   text-decoration: underline;
}

.team-grid{
 display:grid;
 grid-template-columns:repeat(3,1fr);
 gap:25px;
width:100%
}

.team-card{
 position:relative;
 border-radius:18px;
 overflow:hidden;
 text-decoration:none;
 background:#000;
	
}

.team-image img{
 width:100%;
 height:504px;
 object-fit:cover;
 display:block;
	object-position:top center
}

.team-info{
 position:absolute;
 bottom:0;
 width:100%;
 padding:20px;
 background:linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0));
}

.team-info h3{
 color:white;
 margin:0;
 font-size:22px;
}

.team-info p{
 color:#ddd;
 margin:5px 0 0;
 font-size:14px;
}
.pfc-department {
  margin: 6px 0 0 0;
  font-size: 1rem;
  color: #4A4A48;
	font-family: "Montserrat", sans-serif;
}
.pfc-subtitle{
  margin:0 0 10px;
  color:#4A4A48;
}

/* CONTACT AREA */
.pfc-contact {
  margin-top: auto;
}
.pfc-contact a{
	color:#4A4A48
}

/* ===== SINGLE TEAM PAGE LAYOUT ===== */

/* ===== MAIN WRAPPER ===== */
.team-single-wrapper {
    padding: 40px;
	max-width:1320px;
	margin: 0 auto;
}

.team-single-container {
    display: flex;
     
   
}

/* ===== IMAGE ===== */

.team-photo img {
    width: auto;
    height: 400px;
    border-radius: 10px;
    display: block;
}

/* ===== CONTENT ===== */
.team-details {
    flex: 1;
}

.team-name {
    margin-bottom: 10px;
}

.team-designation {
    margin-bottom: 20px;
    font-weight: 500;
	text-transform:uppercase
}

/* ===== CONTACT AREA ===== */
.team-contact-area {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 25px;
	font-weight:500
}

.team-icon {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    color:#444;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s ease;
	background:none;
}

.team-icon:hover {
    background: none;
}

/* ===== BIO ===== */
.team-bio {
    line-height: 1.6;
}
.team-breadcrumb, .team-single-container{
	max-width:min(1320px,100%);
	margin:20px auto;
}
.team-breadcrumb a{
	color:#424140
}
.team-icon .fa-envelope{
 color:#444;  
 background-color:#E2E2E2;
 padding: 5px;
 border-radius: 3px;
}

.team-icon .fa-phone{
 color:#444;
 background-color:#E2E2E2;
 padding: 5px;
 border-radius: 3px;
}

.team-icon .fa-linkedin{
 color:#444;       
 background-color:#E2E2E2;
 padding: 5px;
  border-radius: 3px;
}

/* Hover effect */
.team-icon:hover{
 color:#000;
}

/* Optional subtle divider style  */
.team-contact-area a:not(:last-child):after{
 content:"|";
 margin-left:20px;
 color:#ccc;
}
.people-feature-card{
  display:grid;
  grid-template-columns: 220px 1fr 220px;
  font-family:"Montserrat", Sans-serif;
  align-items: center;
  gap: 24px;
  background:#ffffff;
  padding: 20px 24px;
  border-radius: 18px;
  box-shadow: 0 6px 18px      rgba(0,0,0,.08);
 position:relative
}

/* LEFT IMAGE */
.pfc-image img{
  width:100%;
  height:auto;
  border-radius: 14px;
  display:block;
}

/* NAME + ROLE LINE */
.pfc-content {
  display: flex;
  flex-direction: column;
  height: 100%;
	
}
.pfc-name{
  margin:0 0 6px;
  font-size: 20px;
  font-weight:600;
}

.pfc-dot{
  margin: 0 6px;
  opacity:.7;
}

.pfc-role{
  font-weight:500;
}

/* SUBTITLE LINE */
.pfc-subtitle{
  margin:0 0 10px;
  color:#666;
}

/* CONTACT AREA */
.pfc-contact {
  margin-top: auto;
}
.pfc-contact a{
	color:#666
}
.pfc-row{
  display:flex;
  align-items:center;
	font-family:"Montserrat", Sans-serif;
  gap:8px;
  font-size:14px;
	line-height:24px;
	color:#4A4A48
}
.pfc-row a{
	color:#4A4A48;
}
.pfc-row i{
  font-size:16px;
  min-width:18px;
}

/* BUTTON */
.pfc-button{
  display:inline-block;
  background:#444;
  color:#fff;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration:none;
  font-weight:500;
}
.pfc-cta {
  position: absolute;
  top: 10px;
  right:10px;
}

/* Style the button and rotate the arrow */
.pfc-button {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  background:#4A4A48;
}

/* Rotate only the arrow */
.pfc-button::after {
  content: " ?";
  display: inline-block;
  transform: rotate(-45deg); /* 45° upward angle */
  margin-left: 6px;
}

/* MOBILE — matches your stacked look */

/* 1 — Make every card equal height */
.cs-hero .cs-title{
    font-size:32px;
    margin:20px 0;
	line-height:36px;
	font-weight:600;
	color:#4A4A48!important;
}
h3.cs-title {
	color:#4A4A48!important;
}
	


.cs-card-inner {
  display: flex!important;
  flex-direction: column!important;
  height: 100%;
}
.cs-card-inner .cs-title{
	font-size:20px;
	line-height:24px
}
.cs-summary {
  flex: 1!important;
	color:#4A4A48;
	font-family:"Montserrat", sans-serif;
}
.cs-tag, .cs-date, .cs-btn{
	font-family:"Montserrat", sans-serif;
	
}
.cs-date{
	color:#4A4A48
}
.cs-btn {
  margin-top: auto!important;
  align-self: flex-start!important;
  display: inline-block!important;
  background:#4A4A48
}
.cs-tag {
    display: inline-block;
    width: auto;           
    align-self: flex-start;
    color:#333333;
    background: #e5e5dc;
    padding: 6px 12px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 6px;
}
.cs-breadcrumb, .cs-breadcrumb a{
	color:#333;
}
/* =========================
   SERVICES SECTION
========================= */
.mn-service-grid {
    display: grid;
    grid-template-columns:      repeat(3, 1fr);
    gap: 30px;
    align-items: stretch;
   
}

.mn-service-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
	flex-direction: column;
	height:100%
	
}
.mn-service-card a {
    text-decoration: none;
    color: inherit;
    height: 100%;
}

/* Image */

.mn-service-card-image {
    padding: 20px 20px 0 20px;
	height:190px;
}

.mn-service-card-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 14px;
}
.mn-service-link-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-decoration: none;
    color: inherit;
}

/* Content */

.mn-service-card-content{
    display: flex;
    flex-direction: column;
    height: 100%;
	padding:20px;
}


.mn-service-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    color: #4A4A48;
}

.mn-service-excerpt {
    font-size: 1rem;
    line-height: 1.6rem;
    color: #4A4A48;
    font-family:"Montserrat", Sans-serif;
	flex-grow:1
}


.mn-service-link {
    font-size: 15px;
    font-weight: 500;
    color: #4A4A48;
    display: inline-block;
    transition: 0.3s ease;
}

 .mn-service-readmore {
	padding-top: 15px;
    font-size: .8rem;
    font-weight: 500;
    text-decoration: underline;
	color:#4A4A48;
	font-family:"Montserrat", Sans-serif;
}
 .mn-service-readmore span{
	 color:#4A4A48;
	 font-family:"Montserrat", Sans-serif;
 }
	 
	 
.mn-service-hidden{
display:none;
}

.mn-services-toggle{
text-align:center;


}

.mn-toggle-services:hover{
background:#4A4A48;
}
.mn-services-nav{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
    margin-top:40px;
}
.mn-prev, .mn-next{
	background:#333;
	border-radius:50%;
	color:#fff;
	cursor:pointer;
	width:30px;
	height:30px;
	border:none
}
/* Hover effect */

   .mn-service-card:hover {
    
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
 }

/* Hover effect */

.mn-service-card:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
}



/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1024px) {
    .mn-service-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .mn-service-grid {
        grid-template-columns: 1fr;
        padding: 20px;
		margin-top:-22px;
    }
.mn-services-toggle{
	margin-bottom:30px;
}
}


/* =========================
   SINGLE SERVICE PAGE
========================= */



/* ===== Banner Section ===== */

.service-banner {
    position: relative;
    width: 100%;
    height: 420px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: left;
    align-items: flex-end;
	

}

.service-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.service-banner-overlay {
    z-index: 2;
    padding: 20px;
	width:100%;
	max-width:1400px;
	margin:0 auto;
	max-width:1320px
}

.service-banner-overlay h1 {
    font-family: "Montserrat", Sans-serif;
    font-size: 2.25rem;
    font-weight: 600;
    text-shadow: 1px 1.5px 1px #000000;
    color: #FFFFFF;
}



@media(max-width:1366px){
.insights-archive-wrapper{
	max-width:90%;
	width:100%;
	margin:40px auto;
	
}
}


@media (max-width: 768px) {

    .service-banner {
        height: 280px;
    }

    .service-banner-overlay h1 {
        font-size: 28px;
		text-align:left;
    }

    .service-content {
        margin: 50px auto;
    }

    .service-title {
        font-size: 24px;
    }

    .service-main-content {
        font-size: 16px;
    }
	.mn-toggle-services{
		margin-top:10px;
		font-size:1rem;
	}
}

/* Large screens - hide carousel overflow */
@media (min-width: 1536px) {
    .premium-carousel-wrapper,
    .premium-carousel-inner,
    .slick-list {
        overflow: hidden !important;
		    }
.insights-archive-wrapper .insights-pagination{
	padding-top:20%;
}
}
@media (max-width: 1440px) {	
    .insight-breadcrumb, .insight-title{
		padding:0;
	}
	
}

@media (max-width: 1024px){
    .insights-grid{
        grid-template-columns: repeat(2, 1fr);
    }
	.insight-breadcrumb, .insight-title{
		padding:0;
	}
}

/* Mobile: 1 column */
@media (max-width: 767px){
    .insights-grid{
        grid-template-columns: 1fr
    }

}
@media (max-width: 1024px){
    .insights-grid{
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 768px){
    .insights-grid{
        grid-template-columns:1fr;
    }
.insight-title{
	bottom:0px;
	font-size:18px;
	line-height:20px
}
.insight-title h1{
	font-size:1.5rem;
	line-height:1.6rem;
	margin-bottom:-30px;

}
.insights-archive-wrapper{
	padding:revert
}
.insights-archive-title, .casestudy-archive-title{
		width:90%;
}
}
@media(max-width:900px){
 .team-grid{
  grid-template-columns:repeat(2,1fr);
	 min-width:98%!important
 }
	.team-contact-area {
    flex-direction: column; /* stack vertically */
    align-items: flex-start;
    gap: 10px;
  }
}

@media(max-width:600px){
 .team-grid{
  grid-template-columns:1fr;
 }
}
@media(max-width:900px){

.team-single-container{
    grid-template-columns: 1fr;  /* stack image & content */
    padding: 0px;               /* equal space both sides */
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;     /* stops horizontal scroll */
  }

.team-photo img{
 height:400px;
	width:auto
}

.team-details h1{
 font-size:28px;
 margin:0
}
.team-contact-area {
     display:grid;
	 grid-template-columns: repeat(2, 1fr);
}

}
/* ===== CONTACT ROW (ICONS + TEXT) ===== */
.team-contact-area {
  display: flex;
  flex-wrap: wrap;         
  gap: 12px 20px;           
  
}

.team-contact-area .team-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  white-space: nowrap;  
  color:#444;
  padding:0
}

/* MOBILE: stack neatly if space is tight */
/* 1024px */
@media (max-width: 1024px) {
    .team-single-container {
        gap: 30px;
		
    }

    .team-photo {
        flex: 0 0 300px;
    }
}
@media (max-width: 768px) and (orientation: landscape) {
	.team-contact-area {
     display:grid;
	 grid-template-columns: repeat(3, 1fr);
	}
}

/* Tablet Portrait */
@media (max-width: 768px) {
    .team-single-container {
        flex-direction: column;
		width:100%;
		padding:0
    }

	.team-photo img{
    height:360px;
	width:auto
}
    .team-details {
        width: 100%;
    }

    .team-contact-area {
        flex-direction: column;
        align-items: flex-start;
		
    }

    .team-icon {
        width: 100%;
        justify-content: flex-start;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .team-name {
        font-size: 22px;
    }

    .team-icon {
        font-size: 13px;
        padding: 8px 10px;
    }
}
@media (max-width: 767px){

  .people-feature-card{
    grid-template-columns: 1fr!important;
    gap:16px;
  }

  .pfc-image{
    max-width: 180px;
  }
  .pfc-contact a{
	  line-height:2em
  }

  .pfc-contact{
    flex-direction: column;
    gap:8px;
		object-position:baseline
  }

  .pfc-cta{
    margin-top: 8px;
  }
}

@media (max-width: 768px) {
  .pfc-cta {
    position: static;   /* remove absolute positioning */
    margin-top: 10px;
  }
  .cs-title{
	  font-size: 20px;
      line-height: 24px;
  }
  .elementor-element li{
	  list-style-position:outside;
	  margin-bottom:6px
}
.premium-sub-menu{
	background:#fff
}
	

/* ===== Responsive ===== */

@media (max-width: 1024px) {

    .service-banner {
        height: 350px;
    }

    .service-banner-overlay h1 {
        font-size: 38px;
    }

    .service-title {
        font-size: 30px;
    }
}

@media (max-width: 768px) {

    .service-banner {
        height: 280px;
    }

    .service-banner-overlay h1 {
        font-size: 28px;
    }

    .service-content {
        margin: 50px auto;
    }

    .service-title {
        font-size: 24px;
    }

    .service-main-content {
        font-size: 15px;
    }
}



/* MOBILE — matches your stacked look */
@media (max-width: 767px){

  .people-feature-card{
    grid-template-columns: 1fr;
    gap:16px;
  }

  .pfc-image{
    max-width: 180px;
  }

  .pfc-contact{
    flex-direction: column;
    gap:8px;
		object-position:baseline
  }

  .pfc-cta{
    margin-top: 8px;
  }
}
@media (max-width: 1024px){
    .casestudy-grid{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px){
    .casestudy-grid{
        grid-template-columns: 1fr;
		padding:0
		gap:60px
    }
	.casestudy-archive-wrapper{
		padding:0;
	}
	.cs-card-inner{
		padding:0
	}
  .cs-content-grid{
    grid-template-columns: 1fr;
  }
}

/* 1024px */
@media (max-width: 1024px) {
    .team-single-container {
        gap: 30px;
    }

    .team-photo {
        flex: 0 0 300px;
    }


/* Tablet Portrait */
@media (max-width: 768px) {
    .team-single-container {
        flex-direction: column;
    }

    

    .team-details {
        width: 100%;
    }

    .team-contact-area {
        flex-direction: column;
        align-items: flex-start;
    }

    .team-icon {
        width: 100%;
        justify-content: flex-start;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .team-name {
        font-size: 22px;
    }

    .team-icon {
        font-size: 13px;
        padding: 8px 10px;
    }
}
@media(max-width:900px){
 .team-grid{
  grid-template-columns:repeat(2,1fr);
 }
}

@media(max-width:600px){
 .team-grid{
  grid-template-columns:1fr;
 }
}
/* ===============================
   MOBILE
================================ */
@media (max-width: 768px) {

    .menu-toggle {
        display: block;
    }

    .wwmc-nav {
        display: none;
        position: absolute;
        top: 88px;
        left: 0;
        width: 100%;
        background-color: #cfc2af;
        padding: 20px 0;
    }

    .wwmc-nav.active {
        display: block;
    }

    .wwmc-menu {
        flex-direction: column;
        gap: 18px;
    }

    .wwmc-footer-top .wwmc-container,
    .wwmc-footer-bottom .wwmc-container {
        flex-direction: column;
        gap: 14px;
        text-align: center;
    }

    .footer-menu {
        flex-direction: column;
        gap: 16px;
    }
}
@media (max-width: 768px) {
    .insights-pagination .page-numbers {
        padding: 8px 12px;
        margin: 4px;
        font-size: 13px;
    }
}

/* Tablet */
@media (max-width: 1024px) {
    .service-content {
        margin: 60px auto;
        padding: 0 20px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .service-content {
        margin: 40px auto;
        padding: 0 16px;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    .service-content {
        margin: 30px auto;
        padding: 0 14px;
    }
}