.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-container .premium-global-cursor-{{ID}}{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-widget-container .premium-global-badge-{{ID}} .premium-badge-text{color:var( --e-global-color-secondary );}.elementor-widget-container .premium-global-badge-{{ID}} .premium-badge-container{background-color:var( --e-global-color-primary );}.elementor-widget-container .premium-global-badge-{{ID}} .premium-badge-icon{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}.elementor-3124 .elementor-element.elementor-element-aea03be{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-html .premium-global-cursor-{{ID}}{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-widget-html .premium-global-badge-{{ID}} .premium-badge-text{color:var( --e-global-color-secondary );}.elementor-widget-html .premium-global-badge-{{ID}} .premium-badge-container{background-color:var( --e-global-color-primary );}.elementor-widget-html .premium-global-badge-{{ID}} .premium-badge-icon{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}.elementor-3124 .elementor-element.elementor-element-b8cd67c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3124 .elementor-element.elementor-element-b8cd67c:not(.elementor-motion-effects-element-type-background), .elementor-3124 .elementor-element.elementor-element-b8cd67c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #132135 0%, #132135 100%);}.elementor-3124 .elementor-element.elementor-element-6b25827{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(min-width:768px){.elementor-3124 .elementor-element.elementor-element-b8cd67c{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-dd8af7b *//* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #132135; /* Dark blue background */
    color: #fff;
    padding: 40px 20px;
    line-height: 1.8;
}

/* Hero Tagline */
.hero-tagline {
    background: linear-gradient(135deg, #FFB84C, #FF5733); /* Mustard to red gradient */
    color: white;
    text-align: center;
    padding: 50px 20px;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
    margin-bottom: 40px;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* About Us Section */
.about-us {
    background-color: #1e2a47; /* Lighter blue background for contrast */
    padding: 50px 30px;
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    max-width: 1100px;
    margin: 50px auto;
    text-align: center;
    font-size: 22px;
    color: #d0d4d9;
}

.about-us h1 {
    font-size: 45px;
    color: #FFB84C;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.about-us p {
    margin-bottom: 30px;
    line-height: 1.6;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.highlight {
    color: #FFB84C; /* Mustard yellow for emphasis */
    font-weight: 700;
}

.about-us ul {
    list-style-type: none; /* Remove default bullet points */
    padding-left: 0;
    text-align: center;  /* Center the list */
    margin-top: 30px;
    font-size: 20px;
}

/* Remove icon/emoji before each list item */
.about-us ul li {
    margin-bottom: 15px;
}

/* Remove the checkmark or emoji icons */
.about-us ul li::before {
    content: none; /* No content will be shown before the list item */
}

/* Mission & Vision Block */
.mission-vision {
    background-color: #D49B3E; /* Darker yellow background */
    padding: 40px 30px;
    color: #fff; /* White text */
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    margin-top: 60px;
    text-align: center;
}

.mission-vision h2 {
    font-size: 36px; /* Larger header */
    margin-bottom: 20px;
    font-weight: 700;
    color: #000; /* Black header text */
}

.mission-vision p {
    font-size: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Key Highlights Section */
.key-highlights {
    background-color: #2c3e50; /* Dark blue-gray background */
    padding: 40px 30px;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.key-highlights h3 {
    font-size: 28px;
    color: #FFB84C;
    margin-bottom: 30px;
}

.key-highlights .highlight-item {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

/* Image Styling */
.image-gallery {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.image-gallery img {
    width: 300px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    margin: 0 15px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-tagline {
        font-size: 28px;
        padding: 40px 20px;
    }

    .about-us h1 {
        font-size: 36px;
    }

    .mission-vision h2 {
        font-size: 28px;
    }

    .key-highlights h3 {
        font-size: 24px;
    }

    .image-gallery {
        flex-direction: column;
    }

    .image-gallery img {
        width: 80%;
        margin-bottom: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-b8cd67c */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #132135; /* Navy background */
    color: #fff; /* White text for body */
    line-height: 1.8; /* Increased line height for readability */
    font-size: 1.2rem; /* Default font size for better legibility */
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

h1, h2 {
    font-size: 2.8rem; /* Larger header size */
    color: #FFD700; /* Mustard color */
    margin-bottom: 20px;
}

h2 {
    font-size: 2.4rem; /* Adjusted for consistency */
    margin-top: 30px;
}

p {
    font-size: 1.3rem; /* Increased font size for paragraphs */
    color: #fff; /* Ensure text color is white */
    margin-bottom: 20px;
}

ul {
    list-style-type: none;
    margin: 20px 0;
}

ul li {
    font-size: 1.4rem; /* Increased font size for list items */
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}

ul li::before {
    content: "✨";
    position: absolute;
    left: 0;
    color: #FFD700;
}

.about-us {
    padding: 50px 0;
    background-color: #132135; /* Navy background */
}

.container h1 {
    text-align: center;
    font-size: 3rem;
    color: #fff;
    margin-bottom: 30px;
}

.container p, .container ul {
    text-align: left;
    font-size: 1.3rem; /* Larger text for better readability */
    color: #fff; /* White text color for body content */
}

.container ul li {
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.container h2 {
    margin-top: 40px;
    font-size: 2.4rem;
    color: #FFD700; /* Mustard color */
}

.about-images {
    text-align: center;
    margin: 30px 0;
}

.about-images img {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}/* End custom CSS */