/* Reset and setup */
body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden !important; /* only hides horizontal overflow */
    font-family: sans-serif;
    background-color:#0F1D53 !important;
    scroll-behavior: smooth;
  }
  @font-face {
    font-family: 'myFont';
    /* src: url('../fonts/Hagrid-Text-Extrabold-Italic-trial.ttf') ; */
    /* src: url('../fonts/Hagrid-Regular-trial.ttf') ; */
      src: url('../fonts/THEBOLDFONT-FREEVERSION.otf') ;
    /* src: url('../fonts/Novecentosanswide-Normal.otf') ; */
    /* src: url('../fonts/Boldstrom.otf') ; */
    

    
    font-weight: normal;
    font-style: normal;
}

header {
    height: 100vh;
    width: 100%;
    /* background: url('https://eejtztkqblhuvcavswxi.supabase.co/storage/v1/object/public/communigate/cmt4.jpg') no-repeat center center/cover; */
     background: url('https://eejtztkqblhuvcavswxi.supabase.co/storage/v1/object/public/communigate/case_studies/header_background2.jpeg') no-repeat center center/cover !important;
    position: relative;
  }

  .main-navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2rem 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
  }

  .logo img {
    height: 90px;
  }

  .nav-links {
    display: flex;
    gap: 2.3rem;
    list-style: none;
    margin-right: 40px !important;
  }

  .nav-links li a {
    color: #fff;
    text-decoration: none;
font-size: 1.4rem;
      font-family: 'Inter', sans-serif;
    font-weight: bold;
    transition: color 0.3s ease;
    /* padding-left: 20px; */
  }

  .nav-links li a:hover {
    /* color: #fcb900; */
     color: #00C98E;
    /* color: #0F1D53; */
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3); /* optional dark overlay */
    z-index: 1;
  }

  .center-text {
    position: absolute;

    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4rem !important;
    /* font-weight: bold; */
     font-family: 'myFont';
    color: white;
    z-index: 2;
    opacity: 0; /* Hide until JavaScript runs */
  }
  
  /* ==================================== */
  /* .case-study-section {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  
  .case-study-container {
    display: flex;
    width: 100%;
    min-height: 100vh;
  }
  
  .left-column {
    flex: 1;
    background-color: #000;
 
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
  }
  
  .left-column h1 {
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
  }
  
  .right-column {
    flex: 2;
    background-color: #ffffff;
    position: relative;
    padding: 3rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  
  .logo-top-right {
    position: absolute;
    top: 20px;
    right: 40px;
  }
  
  .logo-top-right img {
    height: 60px;
  }
  
  .case-content {
    max-width: 600px;
  }
  
  .case-content h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  
  .case-content hr {
    width: 100%;
    margin-bottom: 1.5rem;
    border: none;
    height: 2px;
    background-color: #000;
  }
  
  .case-content p {
    font-size: 1.2rem;
    margin: 0.5rem 0;
    color: #000;
  }
  
  .paragraph {
    margin-top: 1.5rem;
    line-height: 1.6;
  }
   */
   .case-study-layout {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .first-container{
    /* margin-top: 30px; */
  }
    .bottom-section{
     display: flex;
    width: 100%;
    min-height: 100vh;
  }
  .layout-container {
    display: flex;
    width: 100%;
    min-height: 100vh;
    margin-bottom: 60px;
  }

  
  /* Left Panel */
  .left-panel {
    flex: 1.2;
    /* background-image: url('https://eejtztkqblhuvcavswxi.supabase.co/storage/v1/object/public/communigate/case_studies/gate\ bradning_.png');  */
     background-image: url('https://eejtztkqblhuvcavswxi.supabase.co/storage/v1/object/public/communigate/case_studies/gate2.jpg');
    background-size: cover;
    background-position: center;
  }
  
  /* Right Panel split into 3 rows */
  .right-panel {
    flex: 1.8;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
  }
  
  /* Top Row */
  .top-row {
    padding: 2.5rem 3rem 1rem 3rem !important;
  }
  
  .top-row h1 {
    font-size: 3rem;
    color: #00C98E;
    /* color: #000; */
    font-weight: bold;
    font-family: 'myFont';
  }
  
  /* Middle Row: Case Study Info + Logo */
  .middle-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.5rem 3rem 0rem 3rem; /* reduced bottom padding */
    
    gap: 3rem;
  }
  
  .case-info {
    flex: 1;
    max-width: 600px;
  }
  
  .case-info h2 {
      font-family: 'Inter', sans-serif;
      color: #0F1D53;
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  
  .case-info hr {
    height: 2px;
    background-color: #000;
    border: none;
    margin-bottom: 1.5rem;
  }
  
  .case-info p {
    font-size: 1.2rem;
    margin: 0.5rem 0;
    color: #0F1D53;
         font-family: 'Inter', sans-serif;
    /* color: #000; */
  }
  
  /* Logo Area */
  .logo-area {
    flex: 0.8;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lift-area {
    /* width: 120% !important; */
    max-width: 100% !important;
    max-height: 210px !important;
    object-fit: contain;
  }
  .lift-area img{
    margin-bottom: 20px;
  }
  .exihibition-area{
    max-width: 100% !important;
    max-height: 210px;
    object-fit: contain;
  }
  .exihibition-area img{
    margin-bottom: 20px;
  }
  .kiosak-area{
    max-width: 100% !important;
    max-height: 210px;
    object-fit: contain;
  }
  .kiosak-area img{
    /* margin-bottom: 10px; */
  }
  
  
  .logo-area img {
    max-width: 100% !important;
    max-height: 250px;
    object-fit: contain;
  }
  
  /* Description Row */
  .description-row {
    padding: 0.5rem 3rem 2rem 3rem; /* removed top padding */
  }
  
  .description {
    margin-top: 1rem;
    line-height: 1.6;
    font-size: 1.2rem;
      font-family: 'Inter', sans-serif;
    color: #0F1D53;
    /* color: #000; */
  }
  /* =========== lift branding========== */
  .lift-branding{
    flex: 1.2;
    /* background-image: url('https://eejtztkqblhuvcavswxi.supabase.co/storage/v1/object/public/communigate/case_studies/lift\ branding.png');  */
     background-image: url('https://eejtztkqblhuvcavswxi.supabase.co/storage/v1/object/public/communigate/case_studies/lift2.jpg'); 
    background-size: cover !important;
    background-position: center;
  }
  /* .solutions{
     margin-top: 1rem;
    line-height: 1.6;
    font-size: 1.2rem !important;
    color: #000;
  }
    
  .result{
      margin-top: 1rem;
    line-height: 1.6;
    font-size: 1.2rem !important;
    color: #000;
  } */
.flyer-row .solutions.description,
.flyer-row .solutions.description ul.list li {
  font-size: 1.20rem !important;
  color: #0F1D53;
   font-family: 'Inter', sans-serif;
}

.flyer-row .result strong,
.flyer-row .result p.flyer-description {

  font-size: 1.20rem;
  color: #0F1D53;
   font-family: 'Inter', sans-serif;
}

  /* ================ flyer distribution=============== */
  .flyer-distribution{
    flex: 1.2;
    /* background-image: url('https://eejtztkqblhuvcavswxi.supabase.co/storage/v1/object/public/communigate/case_studies/flyer\ distribution.jpg');  */
    background-image: url('https://eejtztkqblhuvcavswxi.supabase.co/storage/v1/object/public/communigate/case_studies/flyer6.png'); 
    background-size: cover;
    background-position: center;
  } 

  .flyer-row {
    padding: 0.5rem 3rem 2rem 3rem; /* removed top padding */
    color: #000;
  }
  
  .flyer-row h3 {
    font-size: 1.2rem;
    /* font-weight: 600; */
    margin-bottom: 0.5rem;
  }
  
  /* .flyer-row ul {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
  } */
  
  .solutions .list li {
    /* font-size: 1.15rem !important;
    margin-bottom: 0.5rem; */
     /* line-height: 1.6; */
    font-size: 0.8rem !important;
    color: #000;
  }
  
  .flyer-description {
    line-height: 1.6;
    font-size: 1.2rem;
    color: #000;
    /* font-size: 1.15rem !important;
    line-height: 1.7;
    margin: 0; */
  }
  /* ===================================== */
  .Exhibitions{
    flex: 1.2;
    /* background-image: url('https://eejtztkqblhuvcavswxi.supabase.co/storage/v1/object/public/communigate/case_studies/exhibition.png');  */
    background-image: url('https://eejtztkqblhuvcavswxi.supabase.co/storage/v1/object/public/communigate/case_studies/exhibition1.jpg'); 
    background-size: cover;
    background-position: center;
  } 
  /* ================Kiosk Activation========== */
  .Kiosk{
    flex: 1.2;
    /* background-image: url('https://eejtztkqblhuvcavswxi.supabase.co/storage/v1/object/public/communigate/case_studies/kiosak_01.jpg');  */
    /* background-image: url('https://eejtztkqblhuvcavswxi.supabase.co/storage/v1/object/public/communigate/case_studies/kiosak_02.jpg');  */
     background-image: url('https://eejtztkqblhuvcavswxi.supabase.co/storage/v1/object/public/communigate/case_studies/kiosak_05.jpeg'); 
    background-size: cover;
    background-position: center;
  } 
  /* ===========Notice Board============= */
  .Notice-board{
    flex: 1.2;
    /* background-image: url('https://eejtztkqblhuvcavswxi.supabase.co/storage/v1/object/public/communigate/case_studies/notice_board13.jpg');  */
     background-image: url('https://eejtztkqblhuvcavswxi.supabase.co/storage/v1/object/public/communigate/case_studies/notice_board2.jpg'); 
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
  } 
  /* #Notice-board {
  flex: 1.2;
  background-image: url('https://eejtztkqblhuvcavswxi.supabase.co/storage/v1/object/public/communigate/case_studies/noticeboard1.jpg');
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: center;
} */
  /* ==========Society Communication Channels======== */
  .Society-communication{
    flex: 1.2;
    background-image: url('https://eejtztkqblhuvcavswxi.supabase.co/storage/v1/object/public/communigate/case_studies/society_communication3.png'); 
    /* background-image: url('https://eejtztkqblhuvcavswxi.supabase.co/storage/v1/object/public/communigate/case_studies/society_communication1.jpg');  */
    background-size: cover;
    background-position: center;
  } 
  /* =========Digital Screens================ */
  .Digital-screens{
    flex: 1.2;
    /* background-image: url('https://eejtztkqblhuvcavswxi.supabase.co/storage/v1/object/public/communigate/case_studies/digital_screen.jpg');  */
     background-image: url('https://eejtztkqblhuvcavswxi.supabase.co/storage/v1/object/public/communigate/case_studies/digitalscreen1.jpg'); 
    background-size: cover;
    background-position: center;
  }






  /* ==============  mobile view cose section for the header=========== */
  /* Default state (desktop) */
 .menu-toggle {
  display: none;               /* Hidden by default - shows only on small screens */
  font-size: 1.7rem !important;             /* Size of the hamburger icon */
  cursor: pointer;             /* Pointer cursor on hover */
  color: white;                /* Color of the icon */
  margin-left: auto;           /* Pushes the toggle to the right */
}
  /* Mobile view for Case Studies header */
@media (max-width: 768px) {
  header {
    height: 100vh;
    width: 100%;
    background: url('https://eejtztkqblhuvcavswxi.supabase.co/storage/v1/object/public/communigate/cmt4.jpg') no-repeat center center/cover;
    position: relative;
  }

  .main-navbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0rem 1.2rem;
    position: relative;
    z-index: 10;
  }

  .logo img {
    height: 50px;
    margin: 0;
    margin-top: 40px;
  }

  .menu-toggle {
    margin-top: 40px;
    display: block;
    font-size: 2rem;
    cursor: pointer;
    color: white;
    margin-left: auto;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    gap: 0.3rem;
    padding: 0.3rem 1.7rem 1rem;
    position: absolute;
    top: 100%;
    left: 5px;
    width: 100%;
    z-index: 10;
    /* background-color: rgba(0, 0, 0, 0.8); */
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links li a {
    font-size: 1.1rem;
    color: rgb(245, 242, 242);
    text-decoration: none;
       font-family: 'Inter', sans-serif !important;
  }

  .center-text {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem !important;
    text-align: center;
    color: white;
    z-index: 2;
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
  }
}



/* ========== */.social-icons {
     position: fixed;
    bottom: 20px;  /* Distance from the bottom */
    right: 20px;   /* Distance from the right */
    display: flex; /* Makes icons appear in a row */
    gap: 10px; /* Adds space between icons */
    padding: 10px;
    background: transparent; 
      z-index: 2 !important;
}

.social-icons .whatsapp {
  /* background: #25D366;  */
  color: #25D366;         /* ✅ Icon color */
  font-size: 50px;      /* ✅ Adjust icon size */
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;          /* ✅ Circle size */
  height: 60px;
  border-radius: 50%;   /* ✅ Makes it a circle */
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
  transition: transform 0.3s ease;
}

.social-icons .whatsapp:hover {
  transform: scale(1.1); /* Optional hover effect */
}



.social-icons a:hover {
    transform: scale(1.2);
}
/* ==================== */
/* Mobile view adjustments */
@media (max-width: 768px) {
  /* what icon adjustment */
   */.social-icons {
    position: fixed;
    bottom: 20px;  /* Distance from the bottom */
    right: 20px;   /* Distance from the right */
    display: flex; /* Makes icons appear in a row */
    gap: 10px; /* Adds space between icons */
    /* padding: 10px; */
    background: transparent; 
      z-index: 2 !important;
}

.social-icons .whatsapp {
  /* background: #25D366;  */
  color: #25D366;         /* ✅ Icon color */
  font-size: 40px !important;      /* ✅ Adjust icon size */
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;          /* ✅ Circle size */
  height: 50px;
  border-radius: 50%;   /* ✅ Makes it a circle */
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
  transition: transform 0.3s ease;
}

.social-icons .whatsapp:hover {
  transform: scale(1.1); /* Optional hover effect */
}
  .layout-container {
    flex-direction: column;
  }

  .left-panel {
    flex: none;
    height: 400px; 
    background-position: top;
  }

  .right-panel {
    flex: none;
    padding: 1rem;
    /* height: 700px; */
  }

  .top-row {
    padding: 0.6rem 1rem;
     /* display: flex !important;
  justify-content: flex-start !important; */

  }

  .top-row h1 {
    font-size: 1.45rem !important;
    text-align: center;
     
  }

  .middle-row {
    flex-direction: column;
    padding: 0.5rem;
    gap: 0.5rem;
  }

  .case-info {
    max-width: 100%;
  }

  .case-info h2 {
    font-size: 1.1rem;
  }

  .case-info p {
    font-size: 0.85rem;
  }

  .logo-area {
    justify-content: center;
    align-items: center;
    
  }

  /* .logo-area img {
    max-width: 100%;
    height: 300px !important;
    
  } */
   
  .logo-area img {
    width: 100px;
    height: 100px;
    object-fit: contain;
  }
  
  .description-row {
    padding: 0rem 0.5rem !important;
  }

  .description-row .description {
    font-size: 0.8rem;
    text-align: justify;
  }
  .layout-container{
    margin-bottom: 0px !important;
  }

  /* ======== flyer distribution========== */
  .flyer-row .solutions.description,
.flyer-row .solutions.description ul.list li {
  font-size: 0.8rem !important;
  color: #0F1D53;
   font-family: 'Inter', sans-serif;
}

.flyer-row .result strong,
.flyer-row .result p.flyer-description {

  font-size: 0.8rem;
  color: #0F1D53;
   font-family: 'Inter', sans-serif;

}


}
