 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Segoe UI', sans-serif;
            background-color: #f9f9f9;
        }

        .top-bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 8px 35px;
            background-color: powderblue;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
        }

        .social-icons {
            display: flex;
            gap: 24px;
        }

        .social-icons a {
            font-size: 2rem;
            transition: transform 0.2s ease;
        }

        .social-icons a:hover {
            transform: scale(1.25);
        }

        .social-icons .instagram {
			color: #E4405F; /* Instagram pink */
		}

        .social-icons .youtube {
            color: #FF0000;
        }

        .social-icons .facebook {
            color: #1877F2;
        }

        .social-icons .twitter {
            color: #1DA1F2;
        }

        .search-container {
            display: flex;
            align-items: center;
            background-color: white;
            padding: 8px 14px;
            border-radius: 25px;
        }

        .search-container input {
            border: none;
            outline: none;
            font-size: 1rem;
            padding: 6px;
        }

        .search-container i {
            color: #333;
            font-size: 1.1rem;
            margin-left: 10px;
        }

        @media (max-width: 576px) {
        .top-bar {
            display: flex;
            flex-wrap: nowrap;
            align-items: center;
            justify-content: space-between;
            gap: 8px;
            padding: 8px 12px;
            overflow-x: auto;
        }

        .top-bar .d-flex.align-items-center.gap-2 {
            flex-shrink: 0; /* don't let icons shrink too small */
            display: flex;
            gap: 8px;
        }

        .top-bar .search-container {
            display: flex;
            align-items: center;
            gap: 6px;
            flex-grow: 1;
            justify-content: flex-end;
        }

        .top-bar .search-container input {
            width: 100%;
            max-width: 160px;
            flex-grow: 1;
        }

        .top-bar .search-container button {
            flex-shrink: 0;
        }
    }





        /* ======= Second Header Bar ======= */
        .header-bar {
            flex-direction: column; /* stack elements vertically */
            align-items: stretch;
        }

        .header-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 60px;  /* this gives you the bigger gaps on left and right */
            width: 100%;
            flex-wrap: wrap;
            gap: 20px;
        }



        .header-left {
            flex: 0 0 auto; 
        }

        .header-left img {
            height: 80px;
            position: relative;
            top: -10px;
        }

        .header-center {
            flex: 1;
            min-width: 220px;
        }

        .header-center h1 {
            font-size: 1.4rem;
            font-weight: bold;
            color: #1e1e2f;
        }

        .header-center p {
            font-size: 1.05rem;
            color: #4da6ff;
        }

        .header-taglines {
            flex: 0 0 auto;
            text-align: center;
            line-height: 1.4;
            margin-top: 5px;     /* ⬅ Reduces space above (towards org name block) */
            margin-right: 50px;    /* ⬅ Increases space between taglines and buttons */
        }


        .header-taglines span {
            display: block;
            font-size: 0.9rem;
            font-style: italic;
            font-weight: 500;
            color: #001a75;
        }

        @media (max-width: 576px) {
  /* Layout for logo + company name in row */
  .header-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    
    padding: 10px 15px;
    text-align: left;
  }

  .header-left {
    flex: 0 0 auto;
    margin-left: 0 !important;
  }

  
  .header-left img {
    max-height: 45px;
    width: auto;
    position: relative;
    top: 6px; /* Pulls logo downward (adjust value as needed) */
  }



  .header-center {
    flex: 1 1 0;
    min-width: 0;
  }

  .header-center h1 {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 4px;
  }

  .header-center p {
    font-size: 0.8rem;
    line-height: 1.2;
    margin: 0;
  }

  /* ⛔ Hide taglines and buttons on mobile */
  .header-taglines,
  .button-group {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .mobile-line {
    display: block;
  }

  .company-name {
    font-size: 0.9rem;   /* reduced */
    line-height: 1.25;
    margin-bottom: 4px;
  }

  .company-subtext {
    font-size: 0.75rem;  /* reduced */
    line-height: 1.2;
    margin: 0;
  }

  /* Optional: tighten spacing between logo and text */
  .header-content {
    gap: 8px;
  }

  
}




        .button-group {
            flex: 0 0 auto;
            display: flex;
            flex-direction: row;
            gap: 10px;
        }

        .button-group button {
            padding: 6px 12px;
            font-size: 0.85rem;
            background-color: #1e1e2f;
            color: white;
            border: none;
            border-radius: 4px;
            cursor: pointer;
        }

        .button-group button:hover {
            background-color: #004aad;
        }

        

        


        @media (max-width: 992px) {
  .button-group {
    justify-content: center;
  }
}



        .header-left {
                margin-left: 100px; /* Add bigger gap before logo */
        }

        .button-group {
                margin-right: 100px; /* Add bigger gap after buttons */
        }

        .navbar {
                display: flex;
                justify-content: space-between;
                align-items: center;
                background-color:#4da6ff;
                padding: 6px 170px;
                color: white;
                box-shadow: 0 2px 6px rgba(0,0,0,0.1);
                flex-wrap: wrap;
            }

            .navbar {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

#medicalCarousel {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.navbar + #medicalCarousel {
  margin-top: 0 !important;
}

        .menu {
            display: flex;
            list-style: none;
            gap: 30px;
            flex-wrap: wrap;
            margin: 0;
            padding: 0;
        }

        .menu li a {
            color: white;
            text-decoration: none;
            font-size: 1rem;
            font-weight: 500;
            transition: color 0.3s ease;
        }

        .menu li a:hover {
            color:black;
        }

        .login-btn {
            display: flex;
            flex-direction: column;
            align-items: center;
            font-size: 0.9rem;
            cursor: pointer;
        }

        .login-btn i {
            font-size: 1.8rem;
            color: black;
        }

        .login-btn span {
            font-size: 0.8rem;
            margin-top: 2px;
            color: white;
        }

        .login-btn:hover span {
            color: #5C4033; /* Dark brown */
        }

        .navbar-toggler {
            border: none;
            background-color: transparent;
        }

        .navbar-toggler:focus {
            outline: none;
            box-shadow: none;
        }

        .navbar-toggler-icon {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
            width: 30px;
            height: 30px;
        }

        @media (max-width: 767.98px) {
  .mobile-login {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 250px; /* Shift slightly to the left */
    gap: 6px;
  }

  .mobile-login i {
    font-size: 1.5rem;
  }

  .mobile-login span {
    font-size: 0.9rem;
    margin-left: -15px;
  }
}





















        .button-group {
            flex: 0 0 auto;
            display: flex;
            flex-direction: row;
            gap: 10px;
        }

        .button-group button {
            padding: 6px 12px;
            font-size: 0.85rem;
            background-color: #1e1e2f;
            color: white;
            border: none;
            border-radius: 4px;
            cursor: pointer;
        }

        .button-group button:hover {
            background-color: #004aad;
        }

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
        * {
            box-sizing: border-box;
        }

        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            
        }
        .header-bar {
            flex-direction: column; /* stack elements vertically */
            align-items: stretch;
        }

        .header-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 60px;  /* this gives you the bigger gaps on left and right */
            width: 100%;
            flex-wrap: wrap;
            gap: 20px;
        }



        .header-left {
            flex: 0 0 auto; 
        }

        .header-left img {
            height: 80px;
            position: relative;
            top: -5px;
        }

        .header-center {
            flex: 1;
            min-width: 220px;
        }

        .header-center h1 {
            font-size: 1.4rem;
            font-weight: bold;
            color: #1e1e2f;
        }

        .header-center p {
            font-size: 1.05rem;
            color: #4da6ff;
        }

        .header-taglines {
            flex: 0 0 auto;
            text-align: center;
            line-height: 1.4;
            margin-top: 5px;     /* ⬅ Reduces space above (towards org name block) */
            margin-right: 100px;    /* ⬅ Increases space between taglines and buttons */
        }


        .header-taglines span {
            display: block;
            font-size: 0.9rem;
            font-style: italic;
            font-weight: 500;
            color: #001a75;
        }

        @media (max-width: 576px) {
  /* Layout for logo + company name in row */
  .header-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    
    padding: 10px 15px;
    text-align: left;
  }

  .header-left {
    flex: 0 0 auto;
    margin-left: 0 !important;
  }

  
  .header-left img {
    max-height: 45px;
    width: auto;
    position: relative;
    top: 6px; /* Pulls logo downward (adjust value as needed) */
  }



  .header-center {
    flex: 1 1 0;
    min-width: 0;
  }

  .header-center h1 {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 4px;
  }

  .header-center p {
    font-size: 0.8rem;
    line-height: 1.2;
    margin: 0;
  }

  /* ⛔ Hide taglines and buttons on mobile */
  .header-taglines,
  .button-group {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .mobile-line {
    display: block;
  }

  .company-name {
    font-size: 0.9rem;   /* reduced */
    line-height: 1.25;
    margin-bottom: 4px;
  }

  .company-subtext {
    font-size: 0.75rem;  /* reduced */
    line-height: 1.2;
    margin: 0;
  }

  /* Optional: tighten spacing between logo and text */
  .header-content {
    gap: 8px;
  }

  
}


        .header-left {
                margin-left: 100px; /* Add bigger gap before logo */
        }

        .button-group {
                margin-right: 100px; /* Add bigger gap after buttons */
        }

        


        

        .main-columns {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    min-height: 115vh;   /* slightly taller */
    padding: 0 50px;
}


        .left-column,
        .right-column {
            padding: 10px;
            border: 2px solid #ccc;
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
            background-color: #f9f9f9;
        }

        .left-column {
    flex: 1 1 40%;
    max-width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 110px;
}

.right-column {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 110px
}



        .profile-card {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; /* ✅ This centers content horizontally */
  background-color: #fff;
  border: 2px solid #c62828;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}


.profile-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 0px;
}

.profile-name {
  font-size: 16px;
  font-weight: bold;
  color: #c62828;
  margin-bottom: 5px;
  margin-top: 5px;
}

.profile-description {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}


        .pdf-section-container {
  border: 2px solid #c62828;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 25px;
  background-color: #fff5f5; /* light red tint */
  box-shadow: 0 2px 8px rgba(198, 40, 40, 0.1);
}


        .pdf-row {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    
}

.top-pdf-row {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: stretch; /* 🔥 This is the key */
  gap: 15px;
}



.pdf-card {
    flex: 1 1 30%;
    min-width: 150px;
    text-align: center;
    padding: 15px;
    border: 1px solid red;
    border-radius: 8px;
    background-color: #fff;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.pdf-card.large {
  flex: 1 1 45%;
  height: 100%; /* 🔥 Make it take full vertical space */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.pdf-icon {
  font-size: 40px;
  margin-bottom: 10px;
}

.pdf-title {
  font-size: 14px;
  color: #c62828; /* red title */
  font-weight: bold;
}

.pdf-card:hover {
  background-color:#c62828 ; /* light red on hover */
  box-shadow: 0 4px 12px rgba(198, 40, 40, 0.2);
  transform: translateY(-3px);
}

.pdf-card:hover .pdf-title {
  color: #fff; /* Title text turns white on hover */
}

.right-column .pdf-section-container {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 10px; /* reduce vertical gap */
}

.right-column .pdf-section-container:last-child {
    margin-bottom: 0;
}

.green-icon {
    color: green;
}

.pdf-frame {
  width: 100%;
  height: 400px;
  margin-top: 15px;
  border: 1px solid #ccc;
}

.fullscreen-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: white;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  padding: 10px;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
}

.fullscreen-wrapper iframe {
  flex: 1;
  width: 100%;
  height: 100%;
  border: none;
}

.fullscreen-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 8px;
}

.fullscreen-close {
  background-color: #c62828;
  color: #fff;
  border: none;
  padding: 6px 10px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}







@media (max-width: 768px) {
    html, body {
        overflow-x: hidden;
        width: 100%;
    }

    .main-columns {
        flex-direction: column;
        padding: 0 10px;
        height: auto;
    }

    .left-column, .right-column {
        max-width: 100%;
        flex: 1 1 100%;
        padding: 10px 0;
    }

    .left-column {
        margin-left: 0 !important; /* ✅ Fixed overflow */
    }

    .right-column {
        margin-right: 0 !important; /* ✅ Fixed right-side space */
    }

    .pdf-section-container {
        width: 100%;
        box-sizing: border-box;
    }

    .pdf-row,
    .top-pdf-row {
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }

    .pdf-card,
    .pdf-card.large {
        flex: 1 1 100%;
        width: 100%;
        box-sizing: border-box;
    }

    .profile-card {
        width: 100%;
        box-sizing: border-box;
    }

    .right-column .pdf-section-container {
        margin-bottom: 15px;
    }

    .directors-logo {
        max-width: 90%;
        height: auto;
    }
}
