
<style>
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
</style>

*{
    padding: 0;
    margin: 0;
    outline: none;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

ul,ol{
    list-style: none;
}

a,a:hover{
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,span,div{
    padding: 0;
    margin: 0;
}

body{
font-family: "Roboto", sans-serif;
font-family: "Open Sans", sans-serif;
}

.logu_name{
    font-size: 15px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
    margin-left: 5px;
    padding-top: 25px;
    color: #000;
}
.menu ul li{
    padding: 0px 30px;
    display: block;
}
.menu ul li a{
     font-size: 15px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
    color: #000;
}



.header_part {
    border-bottom: 2px solid #ccc; /* bottom border */
    position: relative;
    z-index: 100;
}

.navbar-nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.navbar-nav .nav-item {
    position: relative;
}
.navbar-nav{
    margin: 0px 20px;
}
.navbar-nav .nav-link {
    padding: 15px 10px;
    color: #333;
    text-decoration: none;
    transition: 0.4s;
    font-weight: 500;
    font-family: 16px;
    font-family: "Open Sans", sans-serif;
}

.navbar-nav .nav-link:hover {
    color: #d31d2b;
    padding-top:45px; 
}

/* Dropdown menu hidden by default */
.dropdown_item {
    position: absolute;
    top: 80px; 
    left: 0;
    background: white;
    border: 1px solid #ccc;
    min-width: 240px;
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 99;
}

/* Dropdown list items */
.dropdown_item li {
    border-bottom: 1px solid #000;
    background: #c72020;
    transition: 0.4s;
}

.dropdown_item li:last-child {
    border-bottom: none;
}

.dropdown_item li a {
    display: block;
    padding: 8px 12px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}

.dropdown_item li a:hover {
    background: #FCF6ED;
    color: #000;
}

/* Show dropdown on hover */
.nav-item:hover > .dropdown_item {
    display: block;
}
@media (max-width: 991px) {
    .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
        background-color: red; 
        width: 100%;
        padding: 10px;
        margin: 0;
    }

    .navbar-nav .nav-item {
        width: 100%;
        margin: 0;
    }

    .navbar-nav .nav-link {
        display: block;
        width: 100%;
        text-align: left;
        padding: 10px 0;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        font-family: "Open Sans", sans-serif;
    }
    .navbar-nav .nav-link:hover {
        color: #000;
        padding-top:0px; 
    }
    .dropdown_item {
        position: relative;
        top: 0;
        left: 0;
        border: none;
        background: transparent;
        min-width: 100%;
        display: block !important;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .dropdown_item li {
        margin: 0;
    }

    .dropdown_item li a {
        padding: 6px 0;
        color: #fff;
        display: block;
        margin-left: 10px;
        font-size: 16px; 
        font-weight: 500;
        font-family: "Open Sans", sans-serif;
    }


    .dropdown_item li a:hover {
        color: #ffcccc; 
        background: none;
        
    }
}
.login_head{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-radius: 1px solid #000;
    margin: 0px 20px;
}
.login_user .log_name{
    padding: 15px 0px;
    color: #333;
    text-decoration: none;
    transition: 0.4s;
    font-weight: 500;
    font-size: 16px!important;
    font-family: "Open Sans", sans-serif;
}
.login_user .log_name:hover{
    color: #c12d2d;
}
.supported p{
    color: #585858;
    transition: 0.4s;
    font-weight: 600;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
}
.footer_supported_img{
    width: 100%;
   height:50px;
}
.footer_supported_img img{
    width: 100%;
    height: 100%;
}


.ft_icon ul {
    display: flex;
    justify-content: center; 
    
    padding: 0;
    margin: 0;
    list-style: none;
}
.ft_icon ul li{
    padding: 5px 15px;
}
.ft_icon ul li a {
    font-size: 15px;
    color: #333;
}

.ft_icon ul li a:hover {
    color: #e52533;
}

@media (max-width: 767px) {
 

    .logu {
        flex-direction: column; 
        align-items: center;
        width: auto !important;
    }

    .logu_img {
        margin-bottom: 10px;
    }

    .logu_name {
        font-size: 16px;
    }
}


.banner-section {
     min-height: 100vh;
      display: flex;
      align-items: center;
      padding: 50px 0;
      color: #000;

}

.social_icons {
    gap: 10px;
    /* Space between text and icons */
}

.social-text {
    font-size: 20px;
    font-weight: bold;
    color: red;
}

.social-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
}

.social-list li a {
    font-size: 20px;
    color: black;
    transition: color 0.3s ease;
}

.social-list li a:hover {
    color: red;
    /* Optional hover effect */
}
.banner_text{
    margin-top: 160px;
}
.banner_text h1 {
    font-weight: 900;
    font-size: 3rem;
    line-height: 1.2;
      color: #888383;
}

.banner_text p {
    font-weight: bold;
    margin-bottom: 0.5rem;
  
}

.social-icons p {
    font-size: 1.2rem;
    margin-left: 10px;
    color: #000;
    transition: 0.3s;
}

.social-icons i:hover {
    color: #d33;
}

.banner-image img {
    max-width: 100%;
}

.latest-news h4 {
  font-size: 1.5rem;
}

.news-item img {
  border-radius: 5px;
}

.owl-nav button {
  background: none !important;
  border: none !important;
  font-size: 2rem !important;
  color: #d33 !important;
}

.owl-dots .owl-dot span {
  background: #d33 !important;
}
.footer_p p{
    margin-top: 10px;
    color: #585858;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    font-family: "Open Sans", sans-serif;
}

.logu_regi{
    font-size: 13px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    color: #000;
    margin-left: 5px;
    padding-top: 5px;

}

.contact_part p{
        color: #585858;
    transition: 0.4s;
    font-weight: 600;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
}

.list-unstyled {
    text-align: left;
}
/* banner_part start */
.banner_part{

}
.banner_img{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;

}
.overlay_banner{
    background: rgba(0, 0, 0, 0.15);
    padding: 110px 0px;
}
.banner_content h2{
    padding-bottom: 5px;
    color: #FCF6ED;
}
.banner_content h1{
    padding-bottom: 15px;
    color: #CFF4FC;
}
.btn_com{
    padding: 5px 7px;
    background: #4437db;
    color: #ccc;
}
.btn_com:hover{
    background: #4437db;
    color: #ef0909;
}


.arrow_lf {
    height: 50px;
    width: 50px;
    border-radius: 30%;
    font-size: 25px;
    line-height: 50px;
    color: #000;
    border: 1px solid #fff;
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s;
}

.arrow_lf:hover {
    background: #fff;
}

.arrow_rt {
    height: 50px;
    width: 50px;
    border-radius: 30%;
    font-size: 25px;
    line-height: 50px;
    color: #000;
    border: 1px solid #fff;
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s;
}

.arrow_rt:hover {
    background: #fff;
}
/* about part start */
.about_image{
    width: 80%;
    margin: 0 auto;

    height: 300px;
    border-radius: 15px;
box-shadow: 0 8px 24px rgba(0,0,0,.12);    

}

.about_image img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.about_content h3{
    font-size: larger;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
.about_content p{
    margin: 20px 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
}

.about_content a{
    margin: 20px 0px;
    padding: 5px 8px;
    background: #7a6f6f;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: large;
    border-radius: 12px;
    transition: 0.4s;
}
.about_content a:hover{
    background: #CFF4FC;
    color: #000;
}

@media (max-width: 575.98px) { 

   .about_content{
    margin: 30px 10px;
   }

}
.common_heading h3{
    font-size: larger;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 auto;
}

.activity_cart{
    border-radius: 15px;
    box-shadow: 0 12px 30px rgba(0,0,0,.22); 

}

.activity_cart_img{
    
    width: 90%;
    margin: 0 auto;
    height: 200px;

}
.activity_cart_img img{
    margin-top: 15px;
    width: 100%;
    height: 100%;
    border-radius: 18px;

}

.activity_cart_cont{
    
    padding:  30px 10px;
}
.activity_cart_cont h4{
    font-size: large;
    font-weight: 500;
    font-family: "Roboto", sans-serif;

}

.activity_cart_cont p{
     margin: 15px 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
}

.activity_cart_cont a{
    font-size: larger;
    padding: 6px 10px;
   margin: 15px 0px;
   color: #000;
   background-color: #CFF4FC;
   transition: 0.4s;

}
.activity_cart_cont a:hover{
    background: #0000007b;
    color: #fff;
}


    .counter-section {
      position: relative;
      padding: 80px 0;
      background: radial-gradient(1200px 600px at 10% 10%, #f4f7ff 0, transparent 60%),
                  radial-gradient(1000px 500px at 90% 20%, #eef6ff 0, transparent 55%),
                  linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
      overflow: hidden;
    }
    .counter-card {
      background: #ffffff;
      border: 1px solid rgba(0,0,0,.05);
      border-radius: 1.25rem;
      padding: 28px 22px;
      text-align: center;
      box-shadow: 0 6px 24px rgba(0,0,0,.06);
      transition: transform .2s ease, box-shadow .2s ease;
    }
    .counter-card:hover { 
      transform: translateY(-4px); 
      box-shadow: 0 14px 34px rgba(0,0,0,.10);
    }
    .counter-icon {
      font-size: 36px;
      line-height: 1;
      margin-bottom: 10px;
    }
    .counter-value {
      font-weight: 800;
      font-size: clamp(28px, 6vw, 44px);
      letter-spacing: .5px;
    }
    .counter-label {
      font-size: 14px;
      color: #6b7280; /* gray-500 */
      margin-top: 6px;
    }

    /* Dark mode helper (toggle .dark on body) */
    body.dark .counter-section { background: #0f172a; }
    body.dark .counter-card { background: #0b1222; border-color: rgba(255,255,255,.06); box-shadow: 0 10px 30px rgba(0,0,0,.35); }
    body.dark .counter-label { color: #9aa3b2; }
    body.dark .counter-value, body.dark .counter-icon { color: #e2e8f0; }


/* our plan */


    .action-plan-section {
      padding: 80px 0;
      background: radial-gradient(1000px 500px at 10% 20%, #f4f7ff 0, transparent 60%),
                  radial-gradient(800px 400px at 90% 10%, #eef6ff 0, transparent 55%),
                  linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    }
    .plan-card {
      background: #fff;
      border: 1px solid rgba(0,0,0,.05);
      border-radius: 1.25rem;
      padding: 30px 24px;
      text-align: center;
      box-shadow: 0 6px 24px rgba(0,0,0,.06);
      transition: transform .2s ease, box-shadow .2s ease;
      height: 100%;
    }
    .plan-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 14px 34px rgba(0,0,0,.1);
    }
    .plan-step {
      width: 60px;
      height: 60px;
      margin: 0 auto 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      font-weight: 700;
      color: #fff;
      background: #2196f3;
      border-radius: 50%;
      box-shadow: 0 4px 10px rgba(0,0,0,.15);
    }
    .plan-icon {
      font-size: 36px;
      color: #2196f3;
      margin-bottom: 12px;
    }
    .plan-title {
      font-weight: 700;
      font-size: 18px;
      margin-bottom: 10px;
    }
    .plan-desc {
      font-size: 14px;
      color: #6b7280;
    }


/* about us page */

.about-section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
}

.section-title p {
    color: #6b7280;
    font-size: 16px;
}

.about-card {
    background: #fff;
    border-radius: 1rem;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.about-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.1);
}

.about-card img {
    border-radius: 0.75rem;
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 16px;
}

.about-card h5 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}

.about-card p {
    font-size: 14px;
    color: #6b7280;
    flex-grow: 1;
}

.about-card a.btn {
    margin-top: 12px;
}


/* our history-part */

.history-section {
    padding: 80px 0;
    background: #eef6ff;
}

.history-section .section-title {
    text-align: center;
    margin-bottom: 60px;
}

.history-section .section-title h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
}

.history-section .section-title p {
    color: #6b7280;
    font-size: 16px;
}

.history-card {
    background: #fff;
    border-radius: 1rem;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.history-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.1);
}

.history-card img {
    border-radius: 0.75rem;
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 16px;
}

.history-card h5 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}

.history-card p {
    font-size: 14px;
    color: #6b7280;
    flex-grow: 1;
}

.history-card a.btn {
    margin-top: 12px;
}

.executive-section {
    background: #f8fbff;
    padding: 80px 0;
}

.executive-section .section-title {
    text-align: center;
    margin-bottom: 60px;
}

.executive-section .section-title h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
}

.executive-section .section-title p {
    color: #6b7280;
    font-size: 16px;
}

.exec-card {
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.exec-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.1);
}

.exec-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.exec-card:hover .overlay {
    opacity: 1;
}

.social-icon {
    color: #fff;
    font-size: 20px;
    transition: transform 0.2s ease;
}

.social-icon:hover {
    transform: scale(1.2);
}

.exec-info {
    padding: 16px;
}

.exec-info h5 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 4px;
}

.exec-info p {
    font-size: 14px;
    color: #6b7280;
}

.permanent-body-section {
    background: #ffffff;
    padding: 80px 0;
}

.permanent-body-section .section-title {
    text-align: center;
    margin-bottom: 60px;
}

.permanent-body-section .section-title h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
}

.permanent-body-section .section-title p {
    color: #6b7280;
    font-size: 16px;
}

.body-card {
    background: #fff;
    border-radius: 1rem;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.body-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.1);
}

.body-card img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-bottom: 16px;
}

.body-card h5 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 4px;
}

.body-card p {
    font-size: 14px;
    color: #6b7280;
}


/* CSS for Image & Text List Section */

.info-section {
    background: #eef6ff;
    padding: 80px 0;
}

.info-section h3 {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 20px;
}

.info-section ul li {
    font-size: 16px;
    color: #6b7280;
    margin-bottom: 12px;
}

.info-section ul li i {
    font-size: 18px;
}

.info-section img {
    border-radius: 1rem;
    width: 100%;
    height: auto;
    object-fit: cover;
}










/* navbar.css */

:root {
  --bg: #ffffff;
  --text: #0f172a;
  --muted: #475569;
  --accent: #2563eb;
  --accent-contrast: #ffffff;
  --ring: rgba(37, 99, 235, 0.35);
  --shadow: 0 4px 16px rgba(2, 6, 23, 0.08);
  --border: #e2e8f0;
}

* { box-sizing: border-box; }
html, body { height: 100%; }
body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  color: var(--text);
  background: var(--bg);
}

.container { width: min(1100px, 100%); margin: 0 auto; padding: 0 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Header/Nav */
.site-header { position: sticky; top: 0; z-index: 50; background: #CFF4FC; box-shadow: var(--shadow); border-bottom: 1px solid var(--border); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 64px; }

.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--text); font-weight: 700; letter-spacing: 0.2px; }
.brand img { width: 36px; height: 36px; border-radius: 8px; object-fit: cover; }

.menu-toggle { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 12px; border: 1px solid var(--border); background: #fff; cursor: pointer; transition: transform 160ms ease; }
.menu-toggle:active { transform: scale(0.98); }

/* Mobile menu */
.menu { position: relative; width: 100%; max-height: 0; overflow: hidden; transition: max-height 260ms ease; }
.menu[data-open="true"] { max-height: 70vh; }

.menu-inner { display: grid; gap: 8px; padding: 10px 0 16px; }

.menu-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 2px; }
.menu-list a, .sub-toggle { display: flex; align-items: center; gap: 8px; padding: 12px 10px; border-radius: 12px; text-decoration: none; color: var(--text); font-weight: 500; }
.menu-list a:hover, .sub-toggle:hover { background: #f8fafc; }

.menu-cta { display: flex; gap: 8px; padding-top: 6px; border-top: 1px dashed var(--border); }

.btn { display: inline-flex; align-items: center; justify-content: center; padding: 10px 14px; border-radius: 12px; font-weight: 600; text-decoration: none; border: 1px solid var(--border); }
.btn.primary { background: var(--accent); color: var(--accent-contrast); border-color: var(--accent); box-shadow: 0 8px 24px var(--ring); }

/* Submenu */
.has-sub { position: relative; }
.sub-toggle { width: 100%; border: 1px solid transparent; background: transparent; cursor: pointer; text-align: left; }
.sub-menu { list-style: none; margin: 0 0 8px 0; padding: 4px 8px 8px; display: grid; gap: 2px; border-left: 2px solid var(--border); }
.sub-menu a { padding: 10px 10px; color: var(--muted); font-weight: 500; }

/* Desktop */
@media (min-width: 768px) {
  .menu-toggle { display: none; }
  .nav { min-height: 72px; }
  .menu { max-height: none !important; overflow: visible; width: auto; }
  .menu-inner { display: flex; align-items: center; gap: 16px; padding: 0; }
  .menu-list { display: flex; align-items: center; gap: 6px; }
  .menu-list a, .sub-toggle { padding: 10px 12px; }
  .menu-cta { padding: 0 0 0 8px; border-top: 0; margin-left: 8px; }
  .has-sub { position: relative; }
  .has-sub .sub-menu { position: absolute; left: 0; top: 100%; background: var(--bg); padding: 8px; border: 1px solid var(--border); border-radius: 12px; box-shadow: var(--shadow); display: none; min-width: 220px; }
  .has-sub:hover .sub-menu { display: grid; }
  .sub-toggle { display: inline-flex; align-items: center; gap: 6px; }
}

/* Active state */
.active { background: #eef2ff; color: #1e3a8a !important; }

/* Demo page content */
main { padding: 20px 0 80px; }
.demo-box { height: 1200px; background: linear-gradient(180deg, #fff 0, #f8fafc 100%); border: 1px dashed var(--border); border-radius: 16px; display: grid; place-items: center; color: var(--muted); }




/* activiies page */

    .hero {
      background: linear-gradient(rgba(22,163,74,0.8), rgba(37,99,235,0.8)), url('https://picsum.photos/1920/700?education');
      background-size: cover;
      background-position: center;
      color: white;
      padding: 100px 0;
      text-align: center;
    }
    .section-title {
      margin-bottom: 2rem;
      font-weight: 600;
    }
    .card {
      border: none;
      border-radius: 1rem;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }
    .impact-stat {
      font-size: 2rem;
      font-weight: bold;
      color: #16a34a;
    }
    .btn-primary {
      background-color: #2563eb;
      border-color: #2563eb;
    }
    .btn-success {
      background-color: #16a34a;
      border-color: #16a34a;
    }


    /* contact page */

    
        .page-header {
            padding: 60px 0 40px;
            text-align: center;
            background-color: #007bff;
            color: #fff;
        }

        .page-header h1 {
            font-size: 2.5rem;
            margin-bottom: 10px;
        }

        .contact-card {
            background-color: #fff;
            padding: 30px;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            margin-bottom: 30px;
        }

        .contact-card h4 {
            margin-bottom: 20px;
            color: #007bff;
        }

        .contact-card p {
            margin-bottom: 10px;
            color: #495057;
        }

        .form-card {
            background-color: #fff;
            padding: 30px;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            margin-bottom: 30px;
        }

        .form-card h4 {
            margin-bottom: 20px;
            color: #007bff;
        }

        .form-control:focus {
            border-color: #007bff;
            box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
        }

        .btn-primary {
            background-color: #007bff;
            border: none;
        }

        .btn-primary:hover {
            background-color: #0056b3;
        }

        .map-container {
            margin-top: 30px;
            height: 400px;
            border-radius: 12px;
            overflow: hidden;
        }

        @media (max-width: 767px) {
            .page-header h1 {
                font-size: 2rem;
            }
        }