:root {
  --black-color: #000;
  --white-color: #ffffff79;
  --primary-color: #f58634;
  --secondary-color: #d1d0d0;
   --primary-accent-color: #f58634;
        --background-color: #59595b;
        --text-color-light: #fff;
        --text-color-dark: #000;
        --border-color-light: rgba(255, 255, 255, 0.2);
        --border-color-medium: #6a6a6a;
}


/* Header Styles */
header {
  width: 100%;
  position: relative;
  
}

.header {
  padding: 25px 0;
  transition: all 0.5s ease;
  background: transparent;
  z-index: 10;
}

.header.fixed {
  position: fixed;
  width: 100%;
  background: var(--black-color);
  padding: 15px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}



.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.col-12 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.col-lg-4 {
    width: 33.3%;
}

.logo {
  max-width: 80px;
  position: relative;
  z-index: 3;
  transition: all 0.5s ease;
}

.logo svg {
  width: 100%;
  height: auto;
}

.white path {
  fill: var(--white-color);
}

.text-center {
  text-align: center;
}

.text-white {
  color: var(--white-color);
}

.menustn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}


.categories ul {
  list-style: none;
  display: flex;
  gap: clamp(20px,2.6dvw,50px);
  margin: 0;
  padding: 0;
}

.categories ul li {
  color: var(--white-color);
  font-size: 12px;
  letter-spacing: 5px;
  line-height: 20px;
  padding: 5px;
  text-transform: uppercase;
}

.categories ul li a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.categories ul li a:hover {
  color: var(--primary-color);
}

/* Navbar Styles */
.navbar {
  margin-left: 50px;
}

.menus {
  position: relative;
  width: 100%;
  float: left;
}

.toplinks {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.hemburgur {
  width: 50px;
  height: 20px;
  transform: rotate(0deg);
  position: relative;
  float: right;
  z-index: 1;
  right: 0;
  background: transparent;
  border: none;
  outline: 0;
  padding: 0;
  cursor: pointer;
}

.hemburgur span {
  display: block;
  width: 100%;
  height: 1px;
  border-radius: 1px;
  background: #d1d0d0;
  transition: 0.2s ease-in-out;
  float: left;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
}

.hemburgur span:first-child {
  top: 5px;
  width: 75%;
}

.hemburgur span:nth-child(2) {
  bottom: 5px;
}

.menuslide {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 3;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  align-items: center;
  display: flex;
  height: 100vh;
  left: 0;
  bottom: 0;
}

.menuslide:after,
.menuslide:before {
  width: 0;
  content: "";
  background: rgba(0, 0, 0, 0.98);
  position: absolute;
  transition: all 1s ease;
  float: left;
  z-index: 1;
  height: 100%;
}
.menuslide:before {
  left: 0;
}
.menuslide:after {
  right: 0;
}

.menus.active .menuslide {
  opacity: 1;
  visibility: visible;
}
.menus.active .cross:before {
  height: 100vh;
}
.menus.active .cross:before {
  height: 100vh;
}
.cross:before {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  transition: all 1s ease;
  transition-duration: 1s;
}
.leftbox.d-flex.pb-3 {
  display: flex;
}

.menus.active .menuslide:after,
.menus.active .menuslide:before {
  width: 50%;
}

.cross {
  font-size: 40px;
  font-weight: 100;
  position: absolute;
  transition: all 0.2s ease;
  color: var(--white-color);
  z-index: 3;
  left: 50%;
  transform: translate(-50%);
  cursor: pointer;
}

.cross em {
    width: 100px;
    height: 100px;
    background: var(--secondary-color);
    font-style: normal;
    z-index: 2;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
    cursor: pointer;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: var(--black-color);
    font-weight: 300;
    font-size: 50px;
    display: flex
;
    justify-content: center;
    align-items: center;
    line-height: 1;
    vertical-align: middle;
    font-family: 'Poppins';
}

.cross em:before {
  background: var(--primary-color);
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  transition: all 0.5s ease;
  z-index: -1;
}

.togmenu {
  width: 75%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.togmenu ul {
  width: auto;
  display: inline-block;
  list-style: none;
  padding: 0;
}

.menus .togmenu ul li {
  transform: translatex(-100%);
  transition: all ease;
  opacity: 0;
  transition-duration: 1.5s;
  padding: 20px 0;
}

.menus.active .togmenu ul li {
  transform: translatex(0);
  opacity: 1;
  text-align: start;
}

.pseudo-text-effect {
  font-size: clamp(28px,3.1dvw,60px);
  line-height: 1;
  font-weight: 300;
  border: none;
  color: var(--white-color);
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}

.togmenu ul li a:hover {
  color: var(--primary-color);
}

.togmenu ul li a span {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 3px;
      font-family: "Audrey";
    font-weight: 300;
}


.menus .togmenu .sidemenus {
    border-top: 1px solid #282828;
    display: flex;
    gap: 20px;
    list-style: none;
    padding-top: 20px;
    margin-top: 5px;
    flex-wrap: wrap;
    row-gap: 10px;
}

.menus .togmenu .sidemenus li {
  padding: 0;
  color: var(--secondary-color);
  letter-spacing: 5px;
}

.menus .togmenu .sidemenus li a {
  font-size: 13px;
  color: var(--white-color);
  text-decoration: inherit;
  font-weight: 600;
  padding: 0;
  text-transform: uppercase;
}

.menus .togmenu .sidemenus li a:hover {
  color: var(--primary-color);
}

.rightbox {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  float: right;
  justify-content: flex-end;
  transform: translatex(100%);
  transition: all ease;
  opacity: 0;
  transition-duration: 1.5s;
}

.menus.active .rightbox {
  transform: translatex(0);
  opacity: 1;
}

.address,
.contact,
.followus {
  width: 80%;
  float: left;
  margin-bottom: 18px;
}

.address,
.contact {
  padding-bottom: 18px;
  border-bottom: 1px solid #282828;
}

.addressbox {
  width: auto;
  color: var(--white-color);
  align-items: center;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 10px;
}

.addressbox span {
  font-size: clamp(22px,1.8dvw,30px);
  line-height: 1.3px;
  font-weight: 200;
  color: #fff;
}

.addressbox p,
.addressbox a {
  color: var(--white-color);
  text-decoration: none;
  font-size: clamp(15px,1dvw,18px);
  line-height: 1.6;
  transition: color 0.3s ease;
  text-align: start;
      padding: 0;
    margin: 0;
}

.addressbox a:hover {
  color: var(--primary-color);
}
.title {
  text-align: start;
  margin-bottom: 20px;
}

.title h2,
.title h3,
.title span {
  font-size: 17px;
  line-height: 50px;
  letter-spacing: 5.5px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  color: #fff;
}

.followus ul {
  display: flex;
  gap: 15px;
  list-style: none;
  padding: 0;
}

.followus ul li {
  padding: 0 !important;
}
.followus ul li a svg {
  fill: var(--white-color);
  width: 32px;
  height: 32px;
  transition: fill 0.3s ease;
}
.followus ul li a:hover svg {
  fill: #ffffffe5;
}

.followus ul li a:hover {
  color: var(--primary-color);
}

/* Enquiry Button */
.enquiry-btn {
  background: transparent;
  color: var(--white-color);
  border: 1px solid var(--white-color);
  padding: 12px 30px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 0;
}

.enquiry-btn:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--black-color);
}
/* insight css */

/* Body padding to account for fixed header */
.insights-stat-section {
  padding-top: clamp(80px, 14vw, 180px);
}
section {
  background: #4a4a4a;
  padding: clamp(30px, 2.4dvw, 50px) 0;
}
.container {
  margin: 0 auto;
  max-width: 90%;
  width: 90%;
}

.insights-container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 clamp(20px, 2.5dvw, 80px);
  
  display: flex;
  flex-direction: row;
}

.insights-header {
  margin-bottom: clamp(30px, 3.2dvw, 60px);
  width: 40%;
  position: relative;
}

.insights-title {
     width: fit-content;
    font-size: clamp(25px, 2.1dvw, 37px);
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 6px;
    line-height: 1.2;
    position: sticky;
    top: 15dvh;
    text-align: end;
    margin-top: 15dvh;
}
h1.insights-title span {
 font-size: clamp(50px, 5dvw, 95px);
    font-weight: 500;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 5px;
}

.insights-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 2.1dvw, 40px);
  margin-bottom: clamp(40px, 5vw, 80px);
  width: 60%;
}

.insight-card {
  overflow: hidden;
  transition: all ease-in 0.3s;
}

.card-image {
  width: 100%;
  height: auto;
  aspect-ratio: 455/280;
  position: relative;
  overflow: hidden;
}
.card-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
  transition: all ease-in 0.3s;
    
}
.insight-card:hover .card-image img {
  transition: all ease-in 0.3s;
  scale: 1.05;
}

.card-content {
  padding: 20px 0;
}



.card-title {
    font-size: 19px;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 0px;
    margin-bottom: clamp(20px, 1.6dvw, 30px);
    line-height: 27px;
    text-wrap: balance;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 2.6em;
    letter-spacing: 1px;
    font-weight:600;
}
.discover-btn {
    background: #000;
    border-radius: 25px;
    padding: clamp(12px, 0.8dvw, 14px) clamp(20px, 1.8dvw, 30px);
    font-size: clamp(11px, 0.8dvw, 14px);
    font-weight: 500;
    color: #ededed;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    display: inline-block;
    line-height: 1;
    padding: 20px 60px;
}
.discover-btn:hover {
  background: var(--primary-color);
  color: #fff;
  border-color;
}


/*Enqform*/
 .enquiry-section {
        width: 100%;
        max-width: 33.33%; /* Mimics col-lg-4 */
        color: var(--text-color-light);
      }

      .enquiry-container,
      .popup-main-content {
        width: 100%;
        text-align: center;
      }

      .flex-center {
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .popup-layout {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
      }

      .popup-main-content {
        width: 50%; /* Mimics col-lg-6 */
        margin: auto;
        padding: 3rem 0;
      }

      /* --- Popup Modal --- */
      .popup {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--background-color);
        z-index: 999;
        opacity: 0;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        transition: clip-path 0.5s ease-in-out, opacity 0.5s ease-in-out;
      }

      .popup.active {
        opacity: 1;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
      }

      .popup-content {
        width: 100%;
      }

      .popup-close {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 3rem 0;
      }

      .popup-close span {
        padding: 0.5rem;
        cursor:pointer;
        z-index:5;
      }

      /* --- Form Elements --- */
      .form-title-container {
        margin-bottom: 50px;
      }

      .form-title {
        font-size: 17px;
        line-height: 50px;
        letter-spacing: 5.5px;
        text-transform: uppercase;
        position: relative;
      }

      .form-title::after {
        content: none;
        position: absolute;
        left: 50%;
        bottom: -25px;
        transform: translateX(-50%);
        border-top: 3px solid var(--primary-accent-color);
        border-right: 10px solid transparent;
        width: 60px;
      }

      .form-row {
        display: flex;
        gap: 30px;
        margin-bottom: 40px;
        justify-content: center;
        flex-wrap: wrap;
      }

      .form-group {
        width :30%;
        flex:1;
        display:flex;
      }

      .form-input {
        width: 100%;
        padding: 20px 25px;
        background: transparent;
        border: 1px solid var(--border-color-light);
        border-radius: 50px;
        color: var(--text-color-light);
        font-size: 16px;
        transition: all 0.3s ease;
      }

      .form-input::placeholder {
        color: rgba(255, 255, 255, 0.6);
        font-weight: 300;
      }

      .form-input:focus {
        outline: none;
        border-color: rgba(255, 255, 255, 0.4);
      }

      .form-input:hover {
        border-color: rgba(255, 255, 255, 0.3);
      }

      /* --- Button Styles --- */
      .enquire-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        border: 1px solid var(--border-color-medium);
        border-radius: 50px;
        height: 50px;
        max-width: 180px;
        width: 100%;
        overflow: hidden;
        text-transform: uppercase;
        position: relative;
        color: #858585;
            border-radius: 0;
    border-color: hsla(0, 0%, 100%, .5);
    max-width: clamp(90px,6.3dvw,120px);
    max-height: clamp(32px,2.6dvw ,40px);
    padding: 0 clamp(10px,1.8dvw,25px);
    cursor:pointer;
      }

      .enquire-btn span {
        color: var(--text-color-dark);
        font-size: clamp(10px,0.7dvw,12px);
        letter-spacing: 2.5px;
        font-weight: 600;
        position: relative;
        z-index: 1;
        color: var(--text-color-light); /* Overriding default */
      }

      .enquire-btn:hover {
        border-color: var(--primary-accent-color);
        background-color: var(--primary-accent-color);
      }
      .enquire-btn:hover sapn {
          color: #fff;
      }

      .submit-btn {
        background: var(--text-color-dark);
        color: var(--text-color-light);
        padding: 18px 60px;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 2px;
        text-transform: uppercase;
        border-radius: 50px;
        transition: all 0.3s ease;
        margin-top: 20px;
        min-width: 200px;
        border:none;
      }

      .submit-btn:hover {
        background: var(--primary-accent-color);
        transform: translateY(-2px);
      }

      .submit-btn:active {
        transform: translateY(0);
      }

      .submit-btn:focus {
        outline: none;
        box-shadow: 0 0 0 3px var(--border-color-light);
      }

      /* --- Decorative Side Text --- */
      .popup-aside-wrapper {
        position: relative;
      }

      .aside-text-container {
        position: absolute;
        right: 0;
        top: 50%;
        writing-mode: sideways-lr;
        transform: translateY(-50%);
      }

      .aside-text {
        display: flex;
        text-align: center;
        font-size: clamp(70px,9.2dvw,150px);
        width: 100%;
        writing-mode: sideways-lr;
            margin: 0 !important;
    padding: 0 !important;
    line-height: 1;
    color:#858585;
      }

      .popup.active .aside-text {
        background-position: 0;
      }

      .aside-text .char-space {
        padding: 15px;
      }

      /* --- Animations --- */
      .form-group,
      .submit-btn {
        animation: fadeInUp 0.6s ease forwards;
        opacity: 0;
        transform: translateY(30px);
      }

      .form-group:nth-child(1) {
        animation-delay: 0.1s;
      }
      .form-group:nth-child(2) {
        animation-delay: 0.2s;
      }
      .form-group:nth-child(3) {
        animation-delay: 0.3s;
      }
      .submit-btn {
        animation-delay: 0.4s;
      }

      @keyframes fadeInUp {
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }

      /* --- Responsive Design --- */
      @media (max-width: 992px) {
        .enquiry-section,
        .popup-main-content,
        .popup-spacer,
        .popup-aside-wrapper {
          flex: 0 0 100%;
        }

        .popup-spacer {
          display: none;
        }

        .aside-text-container {
          display:none;
        }
        .form-wrapper {
    width: 90%;
    margin: 0 auto;
}

        .aside-text {
          justify-content: center;
        }
      }

      @media (max-width: 768px) {
        .form-title-container {
          margin-bottom: 25px;
        }
        .form-title {
          font-size: 14px;
          letter-spacing: 3px;
        }
        .form-row {
          flex-direction: column;
          align-items: center;
          gap: 20px;
        }
        .form-group {
          min-width: 100%;
          max-width: 400px;
        }
        .aside-text {
          font-size: 6em;
        }
      }

      @media (max-width: 480px) {
        .aside-text {
          font-size: 4em;
        }
        .form-input {
          padding: 16px 18px;
          font-size: 15px;
        }
        .submit-btn {
          padding: 16px 40px;
          font-size: 13px;
        }
      }
      /*about section*/
.about-section {
  background: rgba(200, 200, 200, 0.95);
  border-radius: 16px;
  padding: clamp(25px, 4.2dvw, 80px) clamp(35px, 7.5dvw, 120px);

  backdrop-filter: blur(10px);
}


.about-content {
    display: grid;
    grid-template-columns: 1fr 0.6fr 0.6fr;
    gap: clamp(25px, 2.6dvw, 40px);
    align-items: start;
}
.post-content ul li,
.post-content p,
.section-description,
.about-text p {
  font-size: clamp(15px, 1.4dvw, 18px);
  margin-top:0px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.stats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 2.5dvw, 40px);
  border-left: #000 1px solid;
  align-self: center;
}

.stat-item {
  width: 60%;
  text-align: left;
  margin: 0 auto;
}

.stat-number {
  font-size: clamp(40px, 3.5dvw, 64px);
  font-weight: 300;
  color: #000;
  line-height: 1;
  margin-bottom: 8px;
 font-family: 'Adobe Garamond Pro';
}

.stat-label {
  font-size: clamp(13px, 0.8dvw, 15px);
  letter-spacing: 1.3px;
  color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: 500;
}
/*detail page*/
.commentOn-posts,
.related-posts,
article.blog-post {
    max-width: 1500px;
    width: 60%;
    margin: 0 auto;
}

/*.post-title {*/
/*    font-weight:300;*/
/*    font-size: clamp(20px, 2.3dvw, 40px);*/
/*    color: rgba(255, 255, 255, 0.8);*/
/*    margin: 0;*/
/*    line-height: 1.18;*/
/*    letter-spacing: 1.7px;*/
/*}*/
.post-title {
       font-weight: 300;
    font-size: clamp(20px, 2.3dvw, 40px);
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    line-height: 1.35;
    letter-spacing: -2.7px;
    font-family: 'Audrey';
}

.post-content img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  object-fit:cover;
  max-height:550px;
  overflow:hidden;
}
.card-date,
.post-meta {
  font-size: clamp(11px, 0.9dvw, 13px);
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.3;
  margin-bottom: 30px;
  letter-spacing: 2.5px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  font-weight: 300;
}
.card-date {
  margin-bottom: 8px;
}
.post-content *,
.post-content ul,
.post-content ul li,
.post-content p {
  color: rgba(255, 255, 255, 0.75) !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
}
.post-content p{
    margin-bottom:24px;
}
.comment-form-cookies-consent,
.comment-form-comment,
.comment-form-url,
.comment-form-email,
.comment-form-author,
.comment-notes,
.commentOn-posts h3,
.comment-body,
.related-posts h2,
.related-post-list{
  color:rgba(255,255,255,0.8);
    
}

.post-footer {
  margin-top: 40px;
  font-size: 0.9rem;
  color: #555;
}
.post-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.related-post-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    width: 100%;
    gap:1%;
        gap: 1%;
    row-gap: 40px;
}

.related-post-list .insight-card {
    width: 32%;
    transition: all 0.3s ease;
}
.related-post-list .insight-card .card-title{
        font-size: clamp(14px, 1.3dvw, 18px);
}
/*share post*/
.blog-post-section{
    padding-top:18dvh;
}
.post-share {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.post-content hr,
.post-share hr{
    width: 100%;
    display:inline-block;
    height: 1px;
    background: rgb(255 255 255 / 24%);
    border: none;}
    
.post-share hr{
    margin: 0;}

.post-share strong {
    font-weight: 500;
    margin-right: 10px;
    font-size: clamp(14px,1dvw,16px);
    color: rgb(255 255 255 / 83%);
    letter-spacing: 1.2px;
}

.post-share a img {
    width: 28px;
    height: 28px;
    transition: transform 0.2s ease;
    margin: auto 4px;
    vertical-align: middle;
}

.post-share a:hover img {
  transform: scale(1.1);
}

/* footer css */
.contact-section {
  transform: none;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: clamp(60px, 7.5dvw, 140px);
  position: relative;
}

.container {
  margin: 0 auto;
  max-width: 93%;
  width: 93%;
}
.Footer-header-section {
  margin-bottom: 65px;
}

.section-title {
  margin-bottom: 0;
  text-align: center;
  float: left;
  width: 100%;
}
.about-header,
.section-subtitle {
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  font-size: clamp(18px, 1.2dvw, 21px);
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 24px;
  text-transform: uppercase;
}
.about-header{
    margin-bottom:clamp(20px,1.6dvw,22px);
    margin-top:0;
    
}
.related-posts .section-subtitle {
    margin-bottom:clamp(30px,2.4dvw,45px);
  color:rgba(255,255,255,0.8);
}
 .related-posts{
      margin-bottom:50px;
  }

.section-description {
  line-height: normal;
  margin: 0;
  text-align: center;
}



.contact-info-container {
  display: flex;
  justify-content: space-between;
  margin: clamp(40px, 5.4dvw, 100px) 0 clamp(25px, 2.4dvw, 50px);
}

.contact-info-item {
  border-top: 1px solid #b2b2b2;
  padding: clamp(25px, 2.4dvw, 50px) 0;
}

.contact-icon {
  display: inline-block;
  height: 50px;
  width: 50px;
}

.contact-text {
  font-size: 17px;
  line-height: 26px;
  margin: 0;
  float: left;
  width: 100%;
}

.contact-link {
  color: #000;
  text-decoration: none;
}

 
.social-section {
  width: 100%;
}

.social-title {
  font-size: clamp(15px, 1dvw, 17px);
  line-height: 1.4x;
  margin: 0;
}

.social-list {
  list-style: none;
  padding: 0;
  display: flex;
}

.social-item {
  margin-right: 10px;
}

.social-link {
  color: #000;
  text-decoration: none;
}

.social-icon-container {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.social-icon {
  height: 25px;
  width: 25px;
}

.footer-ss-group-main {
  opacity: 1;
  transition-property: opacity, transform;
  transition-timing-function: ease-in;
  transition-duration: 0.8s;
  padding: 100px 0px 48px;
  background-color: #4a4a4a;
  width: 100%;
  float: left;
  padding-bottom: 48px;
  box-sizing: border-box;
}

.footer-ss-group-container {
  max-width: 90%;
  margin: 0px auto;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.footer-ss-group-row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: -12px;
  margin-left: -12px;
  box-sizing: border-box;
}

.footer-ss-group-inner-row {
  padding: 0px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-top: 0px;
  box-sizing: border-box;
}

.footer-ss-group-logo-col {
  flex: 0 0 auto;
  width: 8.33333%;
  display: block;
  position: relative;
  box-sizing: border-box;
}

.footer-ss-group-logo-wrapper {
  position: absolute;
  transform: matrix(0, 1, -1, 0, -200, 211.062);
  box-sizing: border-box;
}

.footer-ss-group-logo-text {
  margin: 0px;
  font-size: 110px;
  line-height: 100px;
  transform: matrix(-1, 0, 0, -1, 0, 0);
  color: rgba(255, 255, 255, 0.1);
  padding: 0px;
  transition-delay: 1s;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  background-position: 0px 50%;
  pointer-events: all;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-size: 200% 100%;
  background-image: linear-gradient(
    90deg,
    rgb(110, 110, 110),
    rgb(110, 110, 110) 50%,
    rgb(89, 89, 91) 0px
  );
  transition: transform 1s 1s, background-position 1s 1s;
  width: 100%;
  float: left;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-background-clip: text;
  text-align: center;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  box-sizing: border-box;
  -webkit-background-clip: text;
}

.footer-ss-group-content-col {
  flex: 0 0 auto;
  width: 91.6667%;
  border-color: rgb(106, 106, 106);
  padding: 50px 0px;
  border: 1px solid rgb(106, 106, 106);
  box-sizing: border-box;
}

.footer-ss-group-form-container {
  flex: 0 0 auto;
  width: 66.6667%;
  margin: auto !important;
  box-sizing: border-box;
}

.footer-ss-group-form-section {
  border-color: rgb(106, 106, 106);
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid rgb(106, 106, 106);
  float: left;
  flex: 0 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.footer-ss-group-title-wrapper {
  margin-bottom: 16px;
  text-align: center;
  float: left;
  flex: 0 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.footer-ss-group-title {
  transform: matrix(1, 0, 0, 1, 0, 0);
  opacity: 1;
  transition-property: opacity, transform;
  transition-timing-function: ease-in;
  transition-duration: 0.5s;
  margin: 0px;
  font-size: 17px;
  line-height: 50px;
  letter-spacing: 5.5px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  --bs-text-opacity: 1;
  color: rgb(255, 255, 255);
  border: 0px none rgb(255, 255, 255);
  box-sizing: border-box;
}

.footer-ss-group-form-wrapper {
  transform: matrix(1, 0, 0, 1, 0, 0);
  opacity: 1;
  transition-property: opacity, transform;
  transition-timing-function: ease-in;
  transition-duration: 0.6s;
  display: inline;
  flex: 0 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.footer-ss-group-form-row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: -12px;
  margin-left: -12px;
  box-sizing: border-box;
}

.footer-ss-group-form {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-top: 0px;
  box-sizing: border-box;
}

.footer-ss-group-input-row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: -12px;
  margin-left: -12px;
  box-sizing: border-box;
}

.footer-ss-group-input-col {
  flex: 0 0 auto;
  width: 33.3333%;
  flex-shrink: 0;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-top: 0px;
  box-sizing: border-box;
}

.footer-ss-group-input-wrapper {
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: column;
  position: relative;
  min-width: 0px;
  padding: 0px;
  margin: 0px;
  border: 0px none rgba(0, 0, 0, 0.7);
  vertical-align: top;
  width: 100%;
}

.footer-ss-group-input-label {
  font-family: AvertaStd, sans-serif;
  left: 10px;
  color: rgb(255, 255, 255);
  display: block;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.15008px;
  padding: 0px;
  transform-origin: 0px 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 24px);
  position: absolute;
  top: 0px;
  transform: matrix(1, 0, 0, 1, 14, 16);
  transition: color 0.2s cubic-bezier(0, 0, 0.2, 1),
    transform 0.2s cubic-bezier(0, 0, 0.2, 1),
    max-width 0.2s cubic-bezier(0, 0, 0.2, 1);
  z-index: 1;
  pointer-events: none;
}

.footer-ss-group-input-container {
  border-radius: 50px;
  font-family: AvertaStd, sans-serif;
  color: rgb(255, 255, 255);
  box-sizing: border-box;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.15008px;
  cursor: text;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.footer-ss-group-input-field {
  margin: 0px;
  font-family: AvertaStd, sans-serif;
  font-size: 16px;
  line-height: 23px;
  box-sizing: content-box;
  box-shadow: none;
  letter-spacing: 0.15008px;
  color: rgb(255, 255, 255);
  border: 0px none rgb(255, 255, 255);
  height: 23px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
  min-width: 0px;
  width: 100%;
  animation-name: mui-auto-fill-cancel;
  animation-duration: 0.01s;
  padding: 16.5px 14px;
  background-color: transparent !important;
}

.footer-ss-group-input-border {
  border-color: rgb(106, 106, 106);
  min-width: 0%;
  padding: 0px 8px;
  margin: 0px;
  box-sizing: border-box;
  text-align: left;
  position: absolute;
  inset: -5px 0px 0px;
  pointer-events: none;
  border-radius: 50px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
}

.footer-ss-group-input-legend {
  font-size: 12px;
  float: none;
  width: 100%;
  padding: 0px;
  margin-bottom: 8px;
  line-height: 23px;
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  height: 11px;
  visibility: hidden;
  max-width: 0.01px;
  transition: max-width 0.05s cubic-bezier(0, 0, 0.2, 1);
  white-space: nowrap;
}

.footer-ss-group-input-legend-text {
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  visibility: visible;
}

.footer-ss-group-submit-col {
  text-align: center;
  margin-top: 48px;
  flex: 0 0 auto;
  width: 100%;
  flex-shrink: 0;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  box-sizing: border-box;
}

.footer-ss-group-submit-wrapper {
  flex: 0 0 auto;
  width: 25%;
  margin: auto !important;
  box-sizing: border-box;
}

.footer-ss-group-submit-button {
  background-color: rgb(0, 0, 0);
  border: 0px none rgb(148, 148, 148);
  border-radius: 50px;
  display: flex;
  height: 50px;
  max-width: 100%;
  overflow: hidden;
  text-decoration: none solid rgb(148, 148, 148);
  text-transform: uppercase;
  width: 100%;
  position: relative;
  color: rgb(148, 148, 148);
  line-height: 50px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  cursor: pointer;
  appearance: button;
  margin: 0px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: rgb(148, 148, 148) none 0px;
  user-select: none;
  vertical-align: middle;
  font-weight: 500;
  letter-spacing: 0.39998px;
  min-width: 64px;
  padding: 6px 16px;
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px,
    rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
}

.footer-ss-group-submit-text {
  color: rgb(255, 255, 255);
  font-size: 12px;
  letter-spacing: 2.5px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  --bs-text-opacity: 1;
  box-sizing: border-box;
}

.footer-ss-group-submit-overlay {
  color: rgb(0, 0, 0);
  font-size: 12px;
  letter-spacing: 2.5px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  overflow: hidden;
  pointer-events: none;
  inset: 0px;
  border-radius: 50px;
}

.footer-ss-group-contact-section {
  float: left;
  flex: 0 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.footer-ss-group-contact-row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: -12px;
  margin-left: -12px;
  box-sizing: border-box;
}
.col-md-6 {
    width: 49%;
}

.footer-ss-group-contact-col {
  flex: 0 0 auto;
  width: 25%;
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
  transition-property: opacity, transform;
  transition-timing-function: ease-in;
  transition-duration: 0.7s;
  flex-shrink: 0;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-top: 0px;
  box-sizing: border-box;
}

.footer-ss-group-contact-item {
  width: fit-content;
  display: grid;
  color: rgb(255, 255, 255);
  box-sizing: border-box;
      margin: 0 auto;
}

.footer-ss-group-contact-icon {
  font-size: 30px;
  line-height: 40px;
  font-weight: 200;
  box-sizing: border-box;
}

.footer-ss-group-contact-text {
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  box-sizing: border-box;
}

.footer-ss-group-contact-link {
  text-decoration: none solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  box-sizing: border-box;
}

.footer-ss-group-bottom-section {
  float: left;
  flex: 0 0 auto;
  width: 100%;
  flex-shrink: 0;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-top: 0px;
  box-sizing: border-box;
}

.footer-ss-group-bottom-border {
  flex: 0 0 auto;
  width: 91.6667%;
  border-color: rgb(106, 106, 106);
  padding-top: 8px;
  margin-top: 48px;
  border-top: 1px solid rgb(106, 106, 106);
  float: right;
  box-sizing: border-box;
}

.footer-ss-group-bottom-row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: -12px;
  margin-left: -12px;
  box-sizing: border-box;
}

.footer-ss-group-copyright-col {
  flex: 0 0 auto;
  width: 50%;
  flex-shrink: 0;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-top: 0px;
  box-sizing: border-box;
}

.footer-ss-group-copyright-text {
  margin: 0px;
  color: rgb(129, 129, 129);
  font-size: 13px;
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 0px;
  box-sizing: border-box;
}

.footer-ss-group-copyright-link {
  text-decoration: none solid rgb(129, 129, 129);
  color: rgb(129, 129, 129);
  box-sizing: border-box;
}

.footer-ss-group-credit-col {
  flex: 0 0 auto;
  width: 50%;
  text-align: right;
  flex-shrink: 0;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-top: 0px;
  box-sizing: border-box;
}

.footer-ss-group-credit-text {
  margin: 0px;
  color: rgb(129, 129, 129);
  font-size: 13px;
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 0px;
  box-sizing: border-box;
}

.footer-ss-group-credit-link {
  text-decoration: none solid rgb(129, 129, 129);
  color: rgb(129, 129, 129);
  box-sizing: border-box;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .footer-ss-group-logo-col {
    width: 10%;
  }
  .footer-ss-group-content-col {
    width: 90%;
  }
  .footer-ss-group-form-container {
    width: 80%;
  }
   .categories {
   display:none;   
  }
}

@media (max-width: 992px) {
  .footer-ss-group-logo-col {
    display: none;
  }
  .footer-ss-group-content-col {
    width: 100%;
    border: none;
    padding: 20px 0;
  }
  .footer-ss-group-contact-item {
    width: 70%;}
  .footer-ss-group-form-container {
    width: 90%;
  }
  .footer-ss-group-input-col {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-ss-group-submit-wrapper {
    width: 50%;
  }
  .footer-ss-group-contact-col {
    width: 50%;
    margin-bottom: 30px;
  }
  
 
}

@media (max-width: 768px) {
  .footer-ss-group-main {
    padding: 70px 0px 30px;

  }
  .footer-ss-group-form-container {
    width: 100%;
  }
  .footer-ss-group-submit-wrapper {
    width: 100%;
  }

  .footer-ss-group-copyright-col,
  .footer-ss-group-credit-col {
    width: 100%;
    text-align: center;
  }
  .footer-ss-group-bottom-border {
    width: 100%;
  }
}

@media (max-width: 680px) {
    .footer-ss-group-contact-item {
    width: 100%;
        
    }
    
    .footer-ss-group-contact-text,
    .footer-ss-group-contact-icon{
        text-align: center;
    }
}
@media (max-width: 576px) {
  .footer-ss-group-main {
    padding: 50px 0px 20px;

  }
  .post-title {
    line-height: 1.15;
    letter-spacing: 1.3px;
}
  
  .stats-grid.stats-grid-two{
    border-top: none;
    padding-top: 0px;
      
  }
  .footer-ss-group-title {
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 30px;
  }
  .footer-ss-group-contact-icon {
    font-size: 24px;
    line-height: 30px;
  }
  .insights-title {
        text-align: center;
        margin: 0 auto ;
        margin-top: 50px;
    }
}
@media (max-width: 480px) {
        .footer-ss-group-contact-col {
        width: 100%;
        
    }
}


/* Responsive Styles */
@media (max-width: 1600px) {
}
@media (max-width: 1200px) {
  .content-wrapper {
    width: 80%;
  }

  .menu-container {
    font-size: 2rem;
  }

  .logo-overlay {
    height: 300px;
    width: 300px;
    transform: translate(-150px, -150px);
  }
}
@media (max-width: 1200px) {
  .form-inner {
    margin: auto;
    width: 100%;
  }
  .contact-info-item {
    width: 48%;
    text-align: center;
  }
  .contact-info-container {
    flex-wrap: wrap;
  }
  .social-list {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .stat-item {
    width: 80%;
    text-align: center;
  }
  .insights-header {
    margin-bottom: clamp(30px, 3.2dvw, 60px);
    width: 100%;
    position: relative;
  }
  .insights-grid {
    width: 100%;
  }
  .insights-container {
    flex-direction: column;
  }
  .insights-title {
    margin-top: 50px;
    position: relative;
    top: 0;
  }
  .nav-item {
    padding: 0 10px;
  }
  .menu-button {
    height: 50px;
    margin: 10px;
  }
  .logo-wrapper {
    width: 200px;
  }
  .menu-list {
    column-count: 1;
  }

  .menu-container {
    font-size: 1.8rem;
  }

  .close-icon {
    height: 60px;
    width: 60px;
  }
   .commentOn-posts, .related-posts, article.blog-post {
    max-width: 1500px;
    width: 95%;
    margin: 0 auto;
}
.related-post-list .insight-card {
    width: calc(50% - 10px);
 margin-bottom:20px;
}
}

@media (max-width: 768px) {
  .logo-col {
    width: 50%;
  }
  .related-posts{
      margin-bottom:0;
  }
  .insights-grid {
    margin-bottom: 0;
  }
  .nav-item {
    display: none;
  }
  .header .col-md-6{
      width:100%;
  }

  .nav-col {
    width: 50%;
  }

  .nav-item {
    padding: 0px 10px;
    font-size: 12px;
  }

  .logo-wrapper {
    width: 200px;
  }

  .menu-button {
    width: 40px;
    height: 40px;
    margin: 10px;
  }

  .content-wrapper {
    width: 90%;
  }

  .menu-container {
    font-size: 1.5rem;
    line-height: 40px;
  }

  .logo-overlay {
    height: 200px;
    width: 200px;
    transform: translate(-100px, -100px);
  }

  .about-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .stats-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: clamp(30px, 11dvw, 50px);
    border-left: none;
    border-top: #000 1px solid;
    padding-top: 50px;
  }
  
  .form-input-container,
  .form-col {
    width: 100%;
  }
  .form-row {
    gap: 30px;
  }
  .submit-btn {
    margin-top: 0;
    width: 100%;
  }
  .footer {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .footer-left,
  .footer-right {
    justify-content: center;
  }
    .cross {
        font-size: 10px;
        font-weight: 100;
        position: absolute;
        transition: all 0.2s ease;
        color: var(--white-color);
        z-index: 3;
        right: 5%;
        cursor: pointer;
        top: 5%;
        transform: none;
        left: auto;
    }
.menuslide:after,
.cross:before,
.rightbox {
    display: none;
    content:none;
;
}
.menus .togmenu .sidemenus {
    border-top: 1px solid #282828;
    display: flex;
    gap: 20px;
    list-style: none;
    padding-top: 20px;
    margin-top: 5px;
    flex-wrap: wrap;
    row-gap: 10px;
}
.menus.active .menuslide:before{
    width:100%;
}
.menus .togmenu ul li {
   
    padding: 14px 0;
}
.cross em {
    width: 60px;
    height: 60px;
    font-size: 30px;
    
}
.header.fixed{
    padding:10px 0;
}
.logo {
    max-width: 65px;}
    
    .menus .togmenu .sidemenus li a{
    font-size: 11px;
    line-height:1;

}
@media (max-width: 576px) {
    .commentOn-posts, .related-posts, article.blog-post {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}
.categories {
    display:none;
}
  .menu-container {
    font-size: 1.2rem;
    line-height: 30px;
  }
  .post-share a img {
    width: 25px;
    height: 25px;
    transition: transform 0.2s ease;
    margin: auto 2px;
    vertical-align: middle;
}
  .insights-stat-section {
    padding-top: 15dvh;
}
.related-post-list .insight-card {
    width: 100%;
    margin-bottom:20px;

}
  .insights-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .close-icon {
    height: 40px;
    width: 40px;
    margin: 10px;
  }

  .close-button {
    right: 20px;
    top: 15px;
  }
}

@media (max-width: 480px) {
  .contact-info-item {
    width: 108%;
    text-align: center;
  }
  .footer-text {
    text-align: center;
  }
  .nav-item {
    display: none;
  }

  .logo-col {
    width: 70%;
  }

  .nav-col {
    width: 30%;
  }

  .logo-wrapper {
    width: 150px;
  }
}
@media (max-width: 350px) {
  h1.insights-title span {
    font-size: clamp(30px, 14dvw, 50px);
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
  }
}
