@font-face {
  font-family: "Montserrat", sans-serif;
  src: url('fonts/Montserrat-Regular.ttf') format('truetype');
}

/* General & Typography */
h6 {
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

hr {
    border: none;
    border-top: 1px solid #eee;
    margin: 0;
}

.section-title, 
.page-title, 
.contact-section .section-title, 
.partners-section .section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #303a46;
    line-height: 1.2;
}

.who-we-are-content p {
    margin-top: 15px;
    font-size: larger;
}

.section-title {
    color: #303a46;
}

.page-title {
    font-size: 3rem;
    color: #2a6442;
    margin-bottom: 10px;
}

.section-background .section-title {
    font-size: 2.2rem;
    color: #f29f05;
    margin-bottom: 40px;
    text-align: left;
    font-weight: 700;
}

.contact-section .section-title {
    font-size: 3rem;
    color: #f29f05;
    margin-bottom: 10px;
}

.partners-section .section-title {
    font-size: 3rem;
    color: #0000fd;
    margin-bottom: 10px;
}

/* Color Utilities */
.color-block {
    width: 250px;
    height: 10px;
}

.blue {
    background-color: #0000FF;
}

.red {
    background-color: #FF0000;
}

.orange {
    background-color: #FFA500;
}

/* Buttons */
.btn-contact {
    display: inline-block;
    background-color: #f29f05;
    color: #f9f9f9 !important;
    padding: 0.5rem 2rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn-contact:hover {
    background-color: #f76b1c;
    color: white !important;
}

.mission-vision-section .btn,
.section-mvp .btn,
.startpage-inner .content-title .btn {
    background-color: #f29f05;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.startpage-inner .content-title .btn {
    background-color: #e7212f;
}

.mission-vision-section .btn:hover,
.section-mvp .btn:hover {
    background-color: #ffcd6f;
}

.startpage-inner .content-title .btn:hover {
    background-color: #ffadb3;
}

/* Layout Components */
.scrolled {
    top: 0 !important;
    padding: 20px;
    background-color: #ffffff !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.lines-left, .lines-right, .lines-left-inside {
    margin-top: 5rem;
}

.lines-left-inside {
    position: absolute;
    left: 0;
    z-index: 10;
    top: 45%;
    transform: translateY(-50%);
}

.lines-left .container,
.lines-right .container,
.lines-left-inside .container {
    padding: 0 !important;
    display: flex;
    gap: 10px;
}

.lines-left .container, .lines-left-inside .container {
    margin: 0;
}

.lines-right .container {
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 5rem;
}

.section-padding {
    padding: 30px 0;
}

/* Navbar */
.navbar {
    padding: 20px 0;
    transition: background-color 0.3s ease;
}

.navbar-brand {
    font-weight: bold;
}

.navbar-toggler {
    position: static;
    border-color: transparent;
}

.navbar-nav .nav-link {
    transition: color 0.3s ease;
    padding: 10px 0;
}

.navbar-nav .nav-link:hover {
    color: #e7212f;
}

.navbar-nav .nav-link.active {
    font-weight: bold;
    color: #0000fd !important;
}

.nav-item {
    text-transform: uppercase;
    margin: 0 1rem 0 0;
    padding: 0;
    position: relative;
}

/* Sub-menu */
.has-sub-menu {
    position: relative; 
    display: flex;
    align-items: center;
}

.has-sub-menu > a {
    padding-right: 20px; 
}

.dropdown-indicator {
    font-size: 0.8em;     
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.has-sub-menu:hover .dropdown-indicator {
    transform: rotate(180deg);
}

.has-sub-menu > .sub-menu {
    list-style: none;
    position: absolute;
    top: 100%;
    min-width: 18rem;
    left: 0;
    margin: 0;
    padding: 1rem 0;
    transform: translateY(2rem);
    visibility: hidden;
    opacity: 0;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(37, 37, 37, 0.25);
    transition: all 0.5s ease-in-out 0s;
}

.has-sub-menu .sub-menu-link {
    margin-left: 15px;
    color: #242424 !important;
    padding: 0.5rem 1rem;
    display: block;
    transition: color 0.3s ease;
    padding: 10px 0;
}

.has-sub-menu .sub-menu-link:hover {
    color: #e7212f !important;
    background-color: #f8f8f8;
}

.has-sub-menu:hover > .sub-menu {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

/* Header/Hero Section */
.header-background {
    height: 80vh;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.overlay {
    background-color: rgba(33, 74, 44, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.start-page-main h1 {
    font-weight: 800;
    font-size: 4rem;
    text-transform: uppercase;
    margin-bottom: 10rem;
    color: #fff;
    line-height: 1.2;
}

.start-page-main .caption {
    position: relative;
    z-index: 10;
}

.hero-section {
    background-color: #f4f8f4;
    text-align: center;
    margin-top: 30px;
    padding: 30px 0;
}

.tagline {
    font-size: 1.3rem;
    color: #555;
    font-weight: 300;
    text-align: center;
}

/* Start Page Carousel */
.startpage-inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
    transform: translateY(-50%);
    z-index: 1;
    margin-bottom: -15rem;
}

.startpage-inner .carousel-item {
    background: #ffe4b2;
    border-radius: 10px;
    padding: 25px;
}

.startpage-inner .content-title h1 {
    margin-bottom: 15px;
    font-weight: 800;
}

.startpage-inner .content-title h6 {
    margin-bottom: 15px;
    color: #e7212f;
}

.startpage-inner img {
    object-fit: cover;
    width: 100%;
    height: 400px;
    display: block;
}

.startpage-inner .carousel-indicators.left-indicators {
    position: absolute;
    right: auto;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    width: auto;
}

.startpage-inner .left-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ffadb3;
    border: none;
    margin-right: 10px;
    margin-top: 2rem;
    opacity: 0.5;
}

.startpage-inner .left-indicators .active {
    background-color: #e7212f;
    opacity: 1;
}

.carousel-inner .carousel-item {
    transition: transform 1s ease-in-out !important;
}

.carousel-item .long-title {
    font-size: 1.75rem;
}

.carousel-item {
    padding: 0 1.15rem;
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: rgb(0, 0, 253, 0.5);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: 10;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}

.carousel-control-prev {
    left: -30px;
}

.carousel-control-next {
    right: -30px;
}

/* Core Strategies Layout */
.strategies-container {
    padding: 100px 0;
    background-color: #fdfdfd;
}

.strategy-row {
    margin-bottom: 120px; /* Large spacing to fill the page content */
}

.strategy-row:last-child {
    margin-bottom: 0;
}

/* Visual Box Styles */
.strategy-visual {
    height: 400px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.08);
    transition: all 0.5s ease;
}

.strategy-visual:hover {
    transform: translateY(-10px);
    box-shadow: 0 40px 70px rgba(0,0,0,0.12);
}

.bg-enterprise-soft { background: linear-gradient(135deg, #ffcd6f, #f29f05); }
.bg-partnership-soft { background: linear-gradient(135deg, #ffadb3, #e7212f); }
.bg-expertise-soft { background: linear-gradient(135deg, #8a8aff, #0000fd); }

.strategy-visual i {
position: absolute;
    top: 30px;    /* Spacing from top */
    left: 30px;  /* Spacing from right */
    font-size: 6rem; /* Slightly smaller since it's in the corner */
    color: rgba(255, 255, 255, 0.7); /* Brighter than the number to stand out */
    z-index: 2;
    transition: all 0.4s ease;
}

.strategy-visual:hover i {
transform: translateY(-5px) scale(1.05);
    color: rgba(255, 255, 255, 1);
}

.bg-number {
    position: absolute;
    bottom: -40px;
    right: -10px;
    font-size: 18rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.15); 
    line-height: 0.8;
    z-index: 1;
    user-select: none;
    pointer-events: none;
}

/* Typography */
.strategy-label {
    color: #f29f05;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.strategy-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 25px;
    color: #2c3e50;
    letter-spacing: -1px;
}

.strategy-row p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #555;
    font-weight: 400;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .strategy-visual {
        height: 300px;
    }
    .strategy-title {
        font-size: 2rem;
    }
    .strategy-row {
        margin-bottom: 80px;
        text-align: center;
    }
    .bg-number {
        font-size: 12rem;
    }
}

/* Who We Are Section */
.who-we-are-section {
    background-color: #f7f9fa;
    color: #333;
    position: relative;
}

.who-we-are-content h6 { color: #f29f05;}

.image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: auto; 
    min-height: 300px; 
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem; 
    transition: padding 0.3s ease;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain; 
    display: block;
    transition: transform 0.5s ease;
}

.image-wrapper:hover img {
    transform: scale(1.05);
}

/* Mission & Vision Boxes */
.strategy-box {
    margin-top: 15px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.strategy-box:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.box-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #303a46;
}

.icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #e6f3e6;
}

.mission-border i, .vision-border i {
    font-size: 1.8rem;
    color: #003c00;
}

.mission-border {
    border-color: #e7212f !important;
}

.vision-border {
    border-color: #0000FF !important;
}

/* Logos Section */
.logos-section {
    padding: 80px 0;
    position: relative;
    background-color: #fff;
}

.logos-section h1 {
    font-weight: 700;
    color: #333;
}

.logos-section .title {
    text-align: left;
    margin-bottom: 0;
}

.logos-section h6 { color: #f76b1c; }

.logos-section .single-item {
    height: 320px;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between; /* Keeps logo center, text bottom */
    text-align: center;
}

.logos-section .single-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.logos-section .logos-img {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.logos-section .logos-img img {
    max-height: 150px; /* Adjust based on your logo shapes */
    object-fit: contain;
}

.logo-year {
    margin-top: 15px;
    font-weight: 700;
    font-size: 1.2rem;
    color: #fff;
    text-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

.transition-arrow {
    width: 45px;
    height: 45px;
    color: #f76b1c;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border: 1px solid #eee;
}

.logo-elements-list {
    list-style: none;
    padding-left: 0;
}

.logo-elements-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    line-height: 1.6;
}

.logo-elements-list li::before {
    content: "•";
    color: #f76b1c;
    font-weight: bold;
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: -5px;
}

/* Responsive fix: Hide arrows on small screens as they stack vertically */
@media (max-width: 991px) {
    .transition-arrow-container {
        display: none !important;
    }
}

/* Purpose Section */
.purpose-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #f9f9f9;
    padding: 50px 0;
}

.purpose-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(33, 74, 44, 0.85);
}

.purpose-content {
    position: relative;
    z-index: 2;
}

.purpose-title {
    text-transform: uppercase;
    color: #f29f05;
    margin-bottom: 5px;
}

.primary-statement {
    margin: 0 auto;
    font-size: 1.35rem;
    font-weight: 300;
    max-width: 800px;
    color: #e0e0e0;
}

.secondary-point {
    padding: 30px 20px;
    background-color: rgba(119, 168, 146, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    height: 100%;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, background-color 0.3s;
    text-align: center;
    color: #f9f9f9;
}

.secondary-point p {
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 15px;
    color: #f9f9f9;
}

.purpose-icon {
    display: block;
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 10px;
}

.secondary-point:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    background-color: rgba(119, 168, 146, 0.3);
}

/* Cards Section */
.cards-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.cards-section span{
    font-size: 2rem;
    color: #ff8c00;
}

.cards-section .table-head {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.cards-section .table-head h4 {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
    margin: 0;
    padding: 6px 14px;
    background: #e7212f;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(231, 33, 47, 0.3);
}

.content-photo {
    position: relative;
    background: #000;
}

.hover-slideshow {
    display: block;
    position: relative;
    aspect-ratio: 4 / 4;
    overflow: hidden;
}

.hover-slideshow img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.8s ease-in-out;
}

.hover-slideshow img:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.cards-section .table-head:hover .hover-slideshow img:first-child {
    opacity: 0;
    transition-delay: 0.5s;
}

.cards-section .table-head:hover .hover-slideshow img:not(:first-child) {
    animation: creative-slideshow 6s infinite ease-in-out;
}

.cards-section .table-head:hover .hover-slideshow img:nth-child(2) { animation-delay: 0s; }
.cards-section .table-head:hover .hover-slideshow img:nth-child(3) { animation-delay: 2s; }
.cards-section .table-head:hover .hover-slideshow img:nth-child(4) { animation-delay: 4s; }


@keyframes creative-slideshow {
    0%   { opacity: 0; transform: scale(1); }
    10%  { opacity: 1; } 
    33%  { opacity: 1; }
    43%  { opacity: 0; transform: scale(1.15); }
    100% { opacity: 0; }
}

.cards-section .table-head p {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 20px 15px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #333;
    font-size: 0.85rem;
    font-weight: 500;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    z-index: 5;
    pointer-events: none;
}

.content-photo::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background: #f76b1c;
    width: 0%;
    z-index: 15;
}

.cards-section .table-head:hover .content-photo::after {
    animation: progress-bar 6s linear infinite;
}

@keyframes progress-bar {
    0% { width: 0%; }
    100% { width: 100%; }
}

.mobile-nav-hint {
    text-align: center;
    padding: 20px;
    color: #f76b1c; /* Your brand orange */
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.swipe-arrow {
    font-size: 24px;
    animation: slideRight 2s infinite;
}

/* Horizontal sliding animation */
@keyframes slideRight {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    50% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(10px);
        opacity: 0;
    }
}

/* Mission Vision Section */
.mission-section, .vision-section {
    padding: 100px;
    margin-top: 2rem; margin-bottom: 2rem;
}

.mission-section h1, .vision-section h1 {
    margin-bottom: 15px;
    font-weight: 800;
    color: #f29f05;
    text-transform: uppercase;
}

.mission-section p, .vision-section p {
    font-size: xx-large;
    font-style: italic;
}

/* Background Section (Content Split) */
.content-split {
    display: flex;
    gap: 40px;
    align-items: center;
}

.text-block {
    flex: 2;
    font-size: 1.1rem;
    line-height: 1.6;
}

.image-block {
    flex: 1;
    min-width: 250px;
    height: 300px;
    border-radius: 8px;
    overflow: hidden;
}

.image-block img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* MVP Blocks */
.section-mvp {
    background-color: #f9fcf9;
    padding: 60px 0;
}

.mvp-block {
    margin-top: 3rem;
    display: flex;
    align-items: stretch;
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.mvp-title-box {
    flex: 0 0 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
    color: white;
}

.mvp-content-box {
    flex: 0 0 60%;
    padding: 30px;
    background-color: white;
    display: flex;
    align-items: center;
}

.mvp-heading {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.mvp-content-box p {
    font-size: 1.15rem;
    line-height: 1.6;
    color: #444;
    margin: 0;
}

.mvp-mission {
    flex-direction: row-reverse;
}

.mvp-mission .mvp-title-box {
    background-color: #0000fd;
}

.mvp-vision .mvp-title-box {
    background-color: #e7212f;
}

/* Team/Board Section */
.board-section {
    margin-top: 60px;
}

.team-subtitle, 
.partner-category-title, 
.team-subtitle-staff {
    font-size: 1.8rem;
    color: #333;
    margin-top: 50px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.team-grid, .partner-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    text-align: center;
}

.team-member, .partner-member {
    padding: 15px;
}

.member-photo, .partner-logo-photo {
    width: 100%;
    aspect-ratio: 1/1;
    background-color: #ddd;
    margin: 0 auto 15px;
    overflow: hidden;
    border-radius: 5px;
    border: 3px solid #77a892;
}

.member-photo img, .partner-logo-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.member-photo img:hover, .partner-logo-photo img:hover {
    transform: scale(1.1);
}

.member-name {
    font-size: 1.1rem;
    color: #2a6442;
    margin-bottom: 3px;
}

.member-role {
    font-size: 0.9rem;
    color: #777;
    font-style: italic;
}

.partner-name, .member-role {
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #2a6442;
    margin-bottom: 3px;
    font-weight: 600;
}

.partner-role {
    font-size: 0.9rem;
    color: #777;
    font-style: italic;
    min-height: 35px;
}

.name-only-card {
    background: #ffffff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    min-height: 200px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
}

.partner-initials {  text-transform: uppercase; letter-spacing: 2px;}
.member-name { text-transform: none; }

.partner-initials, .member-name{
    font-size: 1.8rem;
    font-weight: 800;
    color: #9cad9b;
    margin-bottom: 15px;
    font-family: sans-serif;
    user-select: none;
}

.name-only-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0,0,0,0.08);
    border-color: transparent;
}

.name-only-card:hover .partner-initials {
    color: #f76b1c; /* Changes to accent color on hover */
    transition: color 0.3s ease;
}

.red-border {
    border-color: #e7212f !important;
}

.blue-border {
    border-color: #1e90ff !important;
}

.orange-border {
    border-color: #ff8c00 !important;
}

/* Partners Section */
.partners-section {
    padding: 60px 0;
}

/* Contact Section*/
.contact-section {
    padding: 80px 0;
    background-color: #f4f8f4;
}

/* Header and Subtitle */
.contact-header {
    margin-bottom: 40px;
}

/* --- CONTACT INFO BLOCK (Left Column) --- */
.contact-info-block {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.contact-info-block h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #303a46;
}

.contact-info-block hr, .contact-form-hr {
    border-color: #f29f05;
    opacity: 0.5;
    width: 50px;
}

.info-item {
    display: flex;
    align-items: flex-start;
}

.info-item h6, .follow-us {
    font-size: 1.1rem;
    letter-spacing: 0;
    color: #f29f05;
    text-transform: none;
    margin-bottom: 5px !important;
}

.info-item p {
    font-size: 1rem;
    color: #666;
}

.contact-icon {
    font-size: 1.8rem;
    line-height: 1;
}

.icon-email, .icon-email-info h6 {
    color: #2a6442;
}

.icon-phone, .icon-phone-info h6 {
    color: #0000fd;
}

.icon-location, .icon-location-info h6 {
    color: #e7212f;
}


.info-item a {
    color: #444;
    text-decoration: none;
    transition: color 0.3s;
}

.info-item a:hover {
    color: #f29f05;
}

/* Social Icons */
.social-links a {
    font-size: 1.8rem;
    color: #303a46;
    transition: color 0.3s;
}

.social-links a:hover {
    color: #f29f05;
}

/* --- GOOGLE MAP EMBED --- */
.map-container {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.map-container iframe {
    display: block;
}

/* --- CONTACT FORM (Right Column) --- */
.contact-form {
    max-width: none; 
    padding: 30px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 20px;
}

.form-row {
    display: flex;
    flex-direction: column;

}

.form-row .form-group {
    flex: 1;
}

label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 0.95rem;
}

input[type="text"],
input[type="email"],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
    box-sizing: border-box;
    transition: border-color 0.3s, box-shadow 0.3s;
}

input:focus,
select:focus,
textarea:focus {
    border-color: #77a892;
    box-shadow: 0 0 0 2px rgba(119, 168, 146, 0.2);
    outline: none;
}

textarea {
    resize: vertical;
}

/* Form Action Buttons Container */
.form-actions {
    display: flex;
    gap: 15px;
    margin-top: 3rem;
    flex-direction: column;
}

/* Button styles */
.submit-button,
.reset-button {
    flex: 1;
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 700;
    font-size: 1rem;
    transition: background-color 0.3s, transform 0.1s;
}

.submit-button {
    background-color: #0000fd;
    color: white;
}

.submit-button:hover {
    background-color: #1e90ff;
}

.reset-button {
    background-color: #e0e0e0;
    color: #333;
}

.reset-button:hover {
    background-color: #ccc;
}