* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    color: #ffffff;
    background-color: #2E4057;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.row {
    width: 100%;
}

.col-lg-12 {
    width: 100%;
}

.text-center {
    text-align: center;
}

.main-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: #2E4057;
    border-bottom: 2px solid #4A90A4;
}

.navbar {
    padding: 15px 0;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.nav-brand {
    float: left;
}

.logo {
    font-size: 28px;
    font-weight: 700;
    color: #4A90A4;
    text-decoration: none;
}

.nav-links {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-links li {
    float: left;
    margin-left: 30px;
}

.nav-link {
    color: #cccccc;
    text-decoration: none;
    font-weight: 500;
    padding: 8px 0;
    display: block;
    transition: color 0.3s;
}

.nav-link:hover,
.nav-link.active {
    color: rgb(250, 128, 114);
}

.burger {
    display: none;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 30px;
    height: 20px;
}

.burger span {
    display: block;
    width: 100%;
    height: 3px;
    background: #4A90A4;
    margin: 3px 0;
    transition: 0.3s;
}

.hero-area {
    height: 938px;
    padding-top: 396px;
}

.hero-area.other-page {
    height: 488px;
    padding-top: 0;
}

.hero-text h1 {
    font-size: 96px;
    color: #ffffff;
    font-weight: 600;
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.main-footer {
    background: rgb(139, 0, 0);
    color: #ffffff;
}

.footer-wrapper {
    padding: 60px 0;
}

.footer-content {
    overflow: hidden;
}

.footer-section {
    float: left;
    margin-right: 40px;
}

.about-section {
    width: 45%;
}

.links-section,
.legal-section {
    width: 20%;
}

.footer-section h3 {
    color: rgb(250, 128, 114);
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 700;
}

.footer-section h4 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.footer-section p {
    line-height: 1.8;
    margin-bottom: 15px;
    color: #cccccc;
    font-size: 15px;
}

.contact-details {
    margin-top: 25px;
}

.contact-details p {
    margin-bottom: 8px;
    font-size: 14px;
}

.footer-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 8px;
}

.footer-section ul li a {
    color: #cccccc;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
}

.footer-section ul li a:hover {
    color: rgb(250, 128, 114);
}

.footer-bottom {
    background: #2E4057;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #4A90A4;
}

.footer-bottom p {
    color: #cccccc;
    font-size: 14px;
    margin: 0;
}

@media only screen and (max-width: 991px) {
    .burger {
        display: block;
    }
    
    .nav-links {
        position: fixed;
        left: -100%;
        top: 70px;
        width: 100%;
        background: #2E4057;
        transition: 0.3s;
        border-top: 2px solid #4A90A4;
        float: none;
    }

    .nav-links.mobile-active {
        left: 0;
    }

    .nav-links li {
        float: none;
        margin: 0;
        text-align: center;
        padding: 15px 0;
        border-bottom: 1px solid #333;
    }
    
    .footer-section {
        float: none;
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .hero-area {
        height: 665px;
        padding-top: 280px;
    }
    
    .hero-text h1 {
        font-size: 70px;
    }
    
    .logo {
        font-size: 24px;
    }
    
    .nav-container {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 479px) {
    .hero-text h1 {
        font-size: 50px;
    }
    
    .container {
        padding: 0 15px;
    }
    
    .footer-wrapper {
        padding: 40px 0;
    }
}











.target-audience-section {
    padding: 80px 0;
    background: #2E4057;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.section-header h2 {
    font-size: 42px;
    color: #4A90A4;
    margin-bottom: 20px;
    font-weight: 600;
}

.section-header p {
    font-size: 18px;
    line-height: 1.7;
    color: #cccccc;
    margin-bottom: 0;
}

.audience-content {
    overflow: hidden;
}

.audience-image {
    float: left;
    width: 35%;
    margin-right: 50px;
}

.audience-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(220, 20, 60, 0.15);
}

.audience-list {
    float: right;
    width: 60%;
}

.audience-group {
    margin-bottom: 35px;
    padding: 25px;
    background: rgba(139, 0, 0, 0.1);
    border-radius: 6px;
}

.audience-group:last-child {
    margin-bottom: 0;
}

.audience-group h3 {
    font-size: 22px;
    color: rgb(250, 128, 114);
    margin-bottom: 12px;
    font-weight: 600;
    line-height: 1.3;
}

.audience-group p {
    font-size: 16px;
    line-height: 1.6;
    color: #e6e6e6;
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .audience-image {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
        text-align: center;
    }
    
    .audience-image img {
        max-width: 500px;
    }
    
    .audience-list {
        float: none;
        width: 100%;
    }
    
    .section-header h2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .target-audience-section {
        padding: 60px 0;
    }
    
    .section-header {
        margin-bottom: 40px;
    }
    
    .section-header h2 {
        font-size: 32px;
    }
    
    .section-header p {
        font-size: 16px;
    }
    
    .audience-group {
        padding: 20px;
        margin-bottom: 25px;
    }
    
    .audience-group h3 {
        font-size: 20px;
    }
    
    .audience-group p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .section-header h2 {
        font-size: 28px;
    }
    
    .audience-group {
        padding: 18px;
    }
    
    .audience-group h3 {
        font-size: 18px;
    }
}









.course-program-section {
    padding: 90px 0;
    background: #222222;
}

.program-header {
    text-align: center;
    margin-bottom: 70px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.program-header h2 {
    font-size: 44px;
    color: rgb(250, 128, 114);
    margin-bottom: 22px;
    font-weight: 600;
}

.program-header p {
    font-size: 17px;
    line-height: 1.8;
    color: #cccccc;
    margin-bottom: 0;
}

.program-blocks {
    max-width: 900px;
    margin: 0 auto;
}

.program-block {
    display: table;
    width: 100%;
    margin-bottom: 45px;
    background: rgba(220, 20, 60, 0.05);
    padding: 30px;
    border-radius: 8px;
    transition: background 0.3s ease;
}

.program-block:hover {
    background: rgba(220, 20, 60, 0.08);
}

.program-block:last-child {
    margin-bottom: 0;
}

.block-number {
    display: table-cell;
    width: 80px;
    vertical-align: top;
    padding-right: 25px;
}

.block-number span {
    display: block;
    width: 60px;
    height: 60px;
    background: #4A90A4;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
}

.block-content {
    display: table-cell;
    vertical-align: top;
}

.block-content h3 {
    font-size: 24px;
    color: rgb(250, 128, 114);
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.block-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #e6e6e6;
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .program-header h2 {
        font-size: 38px;
    }
    
    .program-block {
        padding: 25px;
        margin-bottom: 35px;
    }
    
    .block-number {
        width: 70px;
        padding-right: 20px;
    }
    
    .block-number span {
        width: 50px;
        height: 50px;
        font-size: 20px;
        line-height: 50px;
    }
    
    .block-content h3 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .course-program-section {
        padding: 70px 0;
    }
    
    .program-header {
        margin-bottom: 50px;
    }
    
    .program-header h2 {
        font-size: 34px;
    }
    
    .program-header p {
        font-size: 16px;
    }
    
    .program-block {
        display: block;
        padding: 20px;
    }
    
    .block-number {
        display: block;
        width: auto;
        margin-bottom: 15px;
        padding-right: 0;
    }
    
    .block-content {
        display: block;
    }
    
    .block-content h3 {
        font-size: 20px;
    }
    
    .block-content p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .program-header h2 {
        font-size: 30px;
    }
    
    .program-block {
        padding: 18px;
        margin-bottom: 25px;
    }
    
    .block-content h3 {
        font-size: 18px;
    }
}







.course-benefits-section {
    padding: 85px 0;
    background: #2E4057;
}

.benefits-header {
    text-align: center;
    margin-bottom: 65px;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.benefits-header h2 {
    font-size: 40px;
    color: #4A90A4;
    margin-bottom: 18px;
    font-weight: 600;
}

.benefits-header p {
    font-size: 17px;
    line-height: 1.8;
    color: #cccccc;
    margin-bottom: 0;
}

.benefits-content {
    overflow: hidden;
}

.benefits-image {
    float: right;
    width: 38%;
    margin-left: 45px;
}

.benefits-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(139, 0, 0, 0.2);
}

.benefits-list {
    float: left;
    width: 57%;
}

.benefit-item {
    margin-bottom: 40px;
    padding: 28px;
    background: rgba(250, 128, 114, 0.05);
    border-radius: 8px;
    transition: transform 0.3s ease, background 0.3s ease;
}

.benefit-item:hover {
    transform: translateY(-3px);
    background: rgba(250, 128, 114, 0.08);
}

.benefit-item:last-child {
    margin-bottom: 0;
}

.benefit-item h3 {
    font-size: 21px;
    color: rgb(250, 128, 114);
    margin-bottom: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.benefit-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #e6e6e6;
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .benefits-image {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 45px;
        text-align: center;
    }
    
    .benefits-image img {
        max-width: 550px;
    }
    
    .benefits-list {
        float: none;
        width: 100%;
    }
    
    .benefits-header h2 {
        font-size: 36px;
    }
    
    .benefit-item {
        padding: 24px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .course-benefits-section {
        padding: 65px 0;
    }
    
    .benefits-header {
        margin-bottom: 45px;
    }
    
    .benefits-header h2 {
        font-size: 32px;
    }
    
    .benefits-header p {
        font-size: 16px;
    }
    
    .benefit-item {
        padding: 22px;
        margin-bottom: 25px;
    }
    
    .benefit-item h3 {
        font-size: 19px;
    }
    
    .benefit-item p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .benefits-header h2 {
        font-size: 28px;
    }
    
    .benefit-item {
        padding: 20px;
    }
    
    .benefit-item h3 {
        font-size: 18px;
    }
}










.final-cta-section {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(139, 0, 0) 0%, #4A90A4 100%);
    text-align: center;
}

.cta-content {
    max-width: 750px;
    margin: 0 auto;
}

.cta-content h2 {
    font-size: 52px;
    color: #ffffff;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.cta-content p {
    font-size: 20px;
    line-height: 1.7;
    color: #f5f5f5;
    margin-bottom: 35px;
}

.cta-urgency {
    background: rgba(0, 0, 0, 0.3);
    padding: 15px 25px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 40px;
}

.cta-urgency span {
    font-size: 16px;
    color: rgb(250, 128, 114);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-button-wrapper {
    margin-bottom: 30px;
}

.cta-button {
    display: inline-block;
    background: #ffffff;
    color: rgb(139, 0, 0);
    font-size: 22px;
    font-weight: 700;
    padding: 20px 50px;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-button:hover {
    background: rgb(250, 128, 114);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
}

.cta-guarantee {
    margin-top: 25px;
}

.cta-guarantee p {
    font-size: 16px;
    color: #e6e6e6;
    margin-bottom: 0;
    font-style: italic;
}

@media only screen and (max-width: 991px) {
    .cta-content h2 {
        font-size: 44px;
    }
    
    .cta-content p {
        font-size: 18px;
    }
    
    .cta-button {
        font-size: 20px;
        padding: 18px 40px;
    }
}

@media only screen and (max-width: 767px) {
    .final-cta-section {
        padding: 80px 0;
    }
    
    .cta-content h2 {
        font-size: 38px;
        margin-bottom: 20px;
    }
    
    .cta-content p {
        font-size: 17px;
        margin-bottom: 30px;
    }
    
    .cta-urgency {
        padding: 12px 20px;
        margin-bottom: 35px;
    }
    
    .cta-urgency span {
        font-size: 14px;
    }
    
    .cta-button {
        font-size: 18px;
        padding: 16px 35px;
    }
    
    .cta-guarantee p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .cta-content h2 {
        font-size: 32px;
    }
    
    .cta-content p {
        font-size: 16px;
    }
    
    .cta-button {
        font-size: 16px;
        padding: 15px 30px;
    }
    
    .cta-urgency span {
        font-size: 13px;
        letter-spacing: 0.5px;
    }
}













/* Services Page Specific Styles - Add these to your main design.css file */

.services-intro-section {
    padding: 80px 0;
    background: #2E4057;
}

.pricing-section {
    padding: 90px 0;
    background: #222222;
}

.pricing-table {
    display: flex;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: flex-start;
}

.pricing-column {
    flex: 1;
    position: relative;
}

.pricing-column.popular {
    transform: scale(1.05);
}

.pricing-card {
    background: #2E4057;
    border-radius: 12px;
    padding: 40px 30px;
    position: relative;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pricing-card:hover {
    transform: translateY(-5px);
    border-color: #4A90A4;
    box-shadow: 0 20px 40px rgba(220, 20, 60, 0.15);
}

.pricing-column.popular .pricing-card {
    background: linear-gradient(145deg, #2E4057 0%, #2a2a2a 100%);
    border-color: #4A90A4;
    box-shadow: 0 15px 35px rgba(220, 20, 60, 0.2);
}

.popular-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #4A90A4;
    color: #ffffff;
    padding: 8px 25px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pricing-header {
    text-align: center;
    margin-bottom: 25px;
}

.pricing-header h3 {
    font-size: 28px;
    color: rgb(250, 128, 114);
    margin-bottom: 15px;
    font-weight: 600;
}

.price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
}

.price .currency {
    font-size: 24px;
    color: #4A90A4;
    font-weight: 600;
}

.price .amount {
    font-size: 48px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1;
}

.price .period {
    font-size: 14px;
    color: #cccccc;
    font-weight: 400;
}

.pricing-description {
    text-align: center;
    margin-bottom: 30px;
}

.pricing-description p {
    font-size: 16px;
    color: #cccccc;
    line-height: 1.6;
    margin: 0;
}

.features-list {
    flex-grow: 1;
    margin-bottom: 35px;
}

.feature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    padding: 12px 0;
}

.feature:last-child {
    margin-bottom: 0;
}

.feature span {
    font-size: 15px;
    line-height: 1.5;
    position: relative;
    padding-left: 25px;
}

.feature.included span {
    color: #e6e6e6;
}

.feature.excluded span {
    color: #888888;
    text-decoration: line-through;
}

.feature.included span::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #4A90A4;
    font-weight: bold;
    font-size: 16px;
}

.feature.excluded span::before {
    content: "✗";
    position: absolute;
    left: 0;
    top: 0;
    color: #666666;
    font-weight: bold;
    font-size: 16px;
}

.pricing-cta {
    text-align: center;
    margin-top: auto;
}

.pricing-cta .cta-button {
    display: inline-block;
    background: rgb(139, 0, 0);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    max-width: 250px;
}

.pricing-cta .cta-button:hover {
    background: #4A90A4;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(220, 20, 60, 0.3);
}

.pricing-cta .popular-button {
    background: #4A90A4;
    font-size: 18px;
    padding: 18px 35px;
    box-shadow: 0 6px 20px rgba(220, 20, 60, 0.25);
}

.pricing-cta .popular-button:hover {
    background: rgb(250, 128, 114);
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(220, 20, 60, 0.4);
}

.guarantee-section {
    padding: 70px 0;
    background: rgb(139, 0, 0);
    text-align: center;
}

.guarantee-content {
    max-width: 700px;
    margin: 0 auto;
}

.guarantee-content h2 {
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 600;
}

.guarantee-content p {
    font-size: 18px;
    color: #f5f5f5;
    line-height: 1.7;
    margin: 0;
}

/* Mobile Responsiveness */
@media only screen and (max-width: 991px) {
    .pricing-table {
        flex-direction: column;
        gap: 40px;
    }
    
    .pricing-column.popular {
        transform: none;
    }
    
    .pricing-card {
        padding: 35px 25px;
    }
    
    .pricing-header h3 {
        font-size: 26px;
    }
    
    .price .amount {
        font-size: 42px;
    }
    
    .guarantee-content h2 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .services-intro-section,
    .pricing-section {
        padding: 60px 0;
    }
    
    .pricing-card {
        padding: 30px 20px;
    }
    
    .pricing-header h3 {
        font-size: 24px;
    }
    
    .price .amount {
        font-size: 38px;
    }
    
    .pricing-description p {
        font-size: 15px;
    }
    
    .feature span {
        font-size: 14px;
    }
    
    .guarantee-section {
        padding: 50px 0;
    }
    
    .guarantee-content h2 {
        font-size: 28px;
    }
    
    .guarantee-content p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 479px) {
    .pricing-table {
        gap: 30px;
    }
    
    .pricing-card {
        padding: 25px 18px;
    }
    
    .pricing-header h3 {
        font-size: 22px;
    }
    
    .price .amount {
        font-size: 34px;
    }
    
    .price .currency {
        font-size: 20px;
    }
    
    .popular-badge {
        font-size: 12px;
        padding: 6px 20px;
    }
    
    .pricing-cta .cta-button {
        font-size: 14px;
        padding: 14px 25px;
    }
    
    .pricing-cta .popular-button {
        font-size: 16px;
        padding: 16px 30px;
    }
}












/* Contacts Page Specific Styles - Add these to your main design.css file */

.contacts-info-section {
    padding: 80px 0;
    background: #2E4057;
}

.contact-info-grid {
    display: flex;
    gap: 40px;
    margin-top: 50px;
    justify-content: center;
    flex-wrap: wrap;
}

.contact-info-item {
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    background: rgba(220, 20, 60, 0.05);
    padding: 35px 25px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.contact-info-item:hover {
    transform: translateY(-5px);
    border-color: #4A90A4;
    background: rgba(220, 20, 60, 0.08);
    box-shadow: 0 15px 30px rgba(220, 20, 60, 0.15);
}

.contact-icon {
    margin-bottom: 20px;
}

.contact-icon span {
    font-size: 48px;
    display: block;
}

.contact-details h3 {
    font-size: 24px;
    color: rgb(250, 128, 114);
    margin-bottom: 15px;
    font-weight: 600;
}

.contact-details p {
    font-size: 16px;
    color: #e6e6e6;
    line-height: 1.6;
    margin-bottom: 8px;
}

.contact-details a {
    color: #4A90A4;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.contact-details a:hover {
    color: rgb(250, 128, 114);
}

.availability {
    font-size: 14px;
    color: #cccccc;
    font-style: italic;
    display: block;
    margin-top: 8px;
}

.contact-form-section {
    padding: 90px 0;
    background: #222222;
}

.form-wrapper {
    max-width: 700px;
    margin: 0 auto;
}

.form-header {
    text-align: center;
    margin-bottom: 50px;
}

.form-header h2 {
    font-size: 40px;
    color: #4A90A4;
    margin-bottom: 20px;
    font-weight: 600;
}

.form-header p {
    font-size: 17px;
    color: #cccccc;
    line-height: 1.7;
    margin: 0;
}

.contact-form {
    background: #2E4057;
    padding: 45px 40px;
    border-radius: 12px;
    border: 2px solid rgba(220, 20, 60, 0.1);
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    font-size: 16px;
    color: rgb(250, 128, 114);
    margin-bottom: 8px;
    font-weight: 500;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 15px 18px;
    font-size: 16px;
    color: #ffffff;
    background: #2a2a2a;
    border: 2px solid #333333;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-family: inherit;
    resize: vertical;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #4A90A4;
    background: #2E4057;
    box-shadow: 0 0 0 3px rgba(220, 20, 60, 0.1);
}

.form-group textarea {
    min-height: 120px;
    line-height: 1.5;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #888888;
}

.form-submit {
    text-align: center;
    margin-top: 35px;
}

.submit-button {
    background: #4A90A4;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    padding: 18px 45px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    min-width: 200px;
}

.submit-button:hover {
    background: rgb(250, 128, 114);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(220, 20, 60, 0.3);
}

.submit-button:active {
    transform: translateY(0);
}

.response-time-section {
    padding: 70px 0;
    background: rgb(139, 0, 0);
}

.response-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.response-content h3 {
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 40px;
    font-weight: 600;
}

.response-steps {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}

.response-step {
    flex: 1;
    min-width: 250px;
    max-width: 280px;
    text-align: center;
}

.step-number {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #4A90A4;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 60px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.step-content h4 {
    font-size: 20px;
    color: rgb(250, 128, 114);
    margin-bottom: 12px;
    font-weight: 600;
}

.step-content p {
    font-size: 15px;
    color: #f5f5f5;
    line-height: 1.6;
    margin: 0;
}

/* Mobile Responsiveness */
@media only screen and (max-width: 991px) {
    .contact-info-grid {
        gap: 30px;
    }
    
    .contact-info-item {
        min-width: 260px;
        padding: 30px 20px;
    }
    
    .form-header h2 {
        font-size: 36px;
    }
    
    .contact-form {
        padding: 35px 30px;
    }
    
    .response-steps {
        gap: 30px;
    }
    
    .response-content h3 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .contacts-info-section,
    .contact-form-section {
        padding: 60px 0;
    }
    
    .contact-info-grid {
        flex-direction: column;
        align-items: center;
        gap: 25px;
        margin-top: 40px;
    }
    
    .contact-info-item {
        width: 100%;
        max-width: 400px;
    }
    
    .form-header {
        margin-bottom: 40px;
    }
    
    .form-header h2 {
        font-size: 32px;
    }
    
    .form-header p {
        font-size: 16px;
    }
    
    .contact-form {
        padding: 30px 25px;
    }
    
    .form-group {
        margin-bottom: 20px;
    }
    
    .form-group input,
    .form-group textarea {
        padding: 12px 15px;
    }
    
    .submit-button {
        font-size: 16px;
        padding: 16px 35px;
        width: 100%;
    }
    
    .response-time-section {
        padding: 50px 0;
    }
    
    .response-steps {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }
    
    .response-step {
        max-width: 350px;
    }
}

@media only screen and (max-width: 479px) {
    .contact-info-item {
        padding: 25px 18px;
    }
    
    .contact-icon span {
        font-size: 40px;
    }
    
    .contact-details h3 {
        font-size: 22px;
    }
    
    .form-header h2 {
        font-size: 28px;
    }
    
    .contact-form {
        padding: 25px 20px;
    }
    
    .form-group input,
    .form-group textarea {
        font-size: 15px;
        padding: 12px 14px;
    }
    
    .submit-button {
        font-size: 15px;
        padding: 15px 30px;
    }
    
    .response-content h3 {
        font-size: 26px;
    }
    
    .step-number {
        width: 50px;
        height: 50px;
        font-size: 20px;
        line-height: 50px;
    }
    
    .step-content h4 {
        font-size: 18px;
    }
    
    .step-content p {
        font-size: 14px;
    }
}











/* Privacy Page Specific Styles - Add these to your main design.css file */

.privacy-content-section {
    padding: 80px 0 100px;
    background: #2E4057;
}

.privacy-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.privacy-intro {
    margin-bottom: 45px;
}

.effective-date {
    font-size: 16px;
    color: rgb(250, 128, 114);
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}

.intro-text {
    font-size: 19px;
    line-height: 1.8;
    color: #4A90A4;
    font-weight: 500;
    text-align: center;
    margin: 0;
}

.privacy-text {
    line-height: 1.8;
}

.privacy-text p {
    font-size: 16px;
    color: #e6e6e6;
    margin-bottom: 25px;
    text-align: justify;
}

.privacy-text p:last-child {
    margin-bottom: 0;
}

/* Mobile Responsiveness */
@media only screen and (max-width: 991px) {
    .privacy-content-section {
        padding: 60px 0 80px;
    }
    
    .intro-text {
        font-size: 18px;
    }
    
    .privacy-text p {
        font-size: 15px;
        margin-bottom: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .privacy-content-section {
        padding: 50px 0 70px;
    }
    
    .privacy-intro {
        margin-bottom: 35px;
    }
    
    .intro-text {
        font-size: 17px;
        text-align: left;
    }
    
    .privacy-text p {
        text-align: left;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .effective-date {
        font-size: 15px;
    }
    
    .intro-text {
        font-size: 16px;
    }
    
    .privacy-text p {
        font-size: 14px;
        line-height: 1.7;
    }
}










/* Terms and Conditions Page Specific Styles - Add these to your main design.css file */

.terms-content-section {
    padding: 80px 0 100px;
    background: #2E4057;
}

.terms-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.terms-intro {
    margin-bottom: 45px;
}

.terms-text {
    line-height: 1.8;
}

.terms-text p {
    font-size: 16px;
    color: #e6e6e6;
    margin-bottom: 25px;
    text-align: justify;
}

.terms-text p:last-child {
    margin-bottom: 0;
}

/* Mobile Responsiveness */
@media only screen and (max-width: 991px) {
    .terms-content-section {
        padding: 60px 0 80px;
    }
    
    .terms-text p {
        font-size: 15px;
        margin-bottom: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .terms-content-section {
        padding: 50px 0 70px;
    }
    
    .terms-intro {
        margin-bottom: 35px;
    }
    
    .terms-text p {
        text-align: left;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .terms-text p {
        font-size: 14px;
        line-height: 1.7;
    }
}










/* Email To Page Specific Styles - Add these to your main design.css file */

.emailto-content-section {
    padding: 80px 0 100px;
    background: #2E4057;
}

.emailto-wrapper {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.emailto-intro {
    margin-bottom: 50px;
}

.emailto-intro h2 {
    font-size: 36px;
    color: rgb(250, 128, 114);
    margin-bottom: 25px;
    font-weight: 600;
}

.emailto-intro p {
    font-size: 18px;
    color: #cccccc;
    line-height: 1.7;
    margin: 0;
}

.email-action {
    margin-bottom: 50px;
}

.email-button {
    display: inline-block;
    background: #4A90A4;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    padding: 20px 45px;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 8px 25px rgba(220, 20, 60, 0.2);
}

.email-button:hover {
    background: rgb(250, 128, 114);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(220, 20, 60, 0.3);
}

.email-info {
    text-align: left;
}

.email-info p {
    font-size: 16px;
    color: #e6e6e6;
    line-height: 1.6;
    margin-bottom: 25px;
}

.alternative-contact {
    background: rgba(139, 0, 0, 0.1);
    padding: 25px;
    border-radius: 8px;
    margin-top: 30px;
}

.alternative-contact p {
    color: #cccccc;
    margin: 0;
    font-size: 15px;
}

.alternative-contact a {
    color: #4A90A4;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.alternative-contact a:hover {
    color: rgb(250, 128, 114);
}

.home-link {
    color: #4A90A4 !important;
    font-weight: 500 !important;
}

/* Mobile Responsiveness */
@media only screen and (max-width: 991px) {
    .emailto-content-section {
        padding: 60px 0 80px;
    }
    
    .emailto-intro h2 {
        font-size: 32px;
    }
    
    .emailto-intro p {
        font-size: 17px;
    }
    
    .email-button {
        font-size: 20px;
        padding: 18px 40px;
    }
}

@media only screen and (max-width: 767px) {
    .emailto-content-section {
        padding: 50px 0 70px;
    }
    
    .emailto-intro {
        margin-bottom: 40px;
    }
    
    .emailto-intro h2 {
        font-size: 28px;
    }
    
    .emailto-intro p {
        font-size: 16px;
    }
    
    .email-action {
        margin-bottom: 40px;
    }
    
    .email-button {
        font-size: 18px;
        padding: 16px 35px;
        width: 100%;
        max-width: 300px;
    }
    
    .email-info {
        text-align: center;
    }
    
    .alternative-contact {
        padding: 20px;
        text-align: center;
    }
}

@media only screen and (max-width: 479px) {
    .emailto-intro h2 {
        font-size: 26px;
    }
    
    .emailto-intro p {
        font-size: 15px;
    }
    
    .email-button {
        font-size: 16px;
        padding: 15px 30px;
    }
    
    .email-info p {
        font-size: 15px;
    }
    
    .alternative-contact p {
        font-size: 14px;
    }
}















/* Blog Page Specific Styles - Add these to your main design.css file */

.blog-header-section {
    padding: 70px 0;
    background: #2E4057;
}

.blog-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.blog-intro h2 {
    font-size: 40px;
    color: rgb(250, 128, 114);
    margin-bottom: 15px;
    font-weight: 600;
}

.blog-subtitle {
    font-size: 22px;
    color: #4A90A4;
    margin-bottom: 30px;
    font-weight: 500;
    font-style: italic;
}

.blog-description p {
    font-size: 17px;
    color: #cccccc;
    line-height: 1.7;
    margin: 0;
}

.articles-list-section {
    padding: 80px 0;
    background: #222222;
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.article-card {
    background: #2E4057;
    border-radius: 12px;
    padding: 30px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.article-card:hover {
    transform: translateY(-5px);
    border-color: #4A90A4;
    box-shadow: 0 15px 35px rgba(220, 20, 60, 0.15);
}

.article-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.article-date {
    font-size: 14px;
    color: rgb(250, 128, 114);
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.article-title {
    margin-bottom: 15px;
    flex-grow: 0;
}

.article-title a {
    font-size: 22px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.article-title a:hover {
    color: rgb(250, 128, 114);
}

.article-description {
    font-size: 15px;
    color: #cccccc;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.read-more {
    margin-top: auto;
}

.read-link {
    display: inline-block;
    color: #4A90A4;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    position: relative;
}

.read-link:hover {
    color: rgb(250, 128, 114);
}

.read-link::after {
    content: "→";
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.read-link:hover::after {
    transform: translateX(3px);
}

.contact-link {
    color: rgb(139, 0, 0) !important;
}

.contact-link:hover {
    color: #4A90A4 !important;
}

.blog-cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(139, 0, 0) 0%, #4A90A4 100%);
    text-align: center;
}

.blog-cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.blog-cta-content h2 {
    font-size: 42px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 600;
}

.blog-cta-content p {
    font-size: 18px;
    color: #f5f5f5;
    line-height: 1.7;
    margin-bottom: 40px;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-button {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 35px;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    min-width: 200px;
}

.cta-button.primary {
    background: #ffffff;
    color: rgb(139, 0, 0);
}

.cta-button.primary:hover {
    background: rgb(250, 128, 114);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.cta-button.secondary {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.cta-button.secondary:hover {
    background: #ffffff;
    color: rgb(139, 0, 0);
    transform: translateY(-2px);
}

/* Mobile Responsiveness */
@media only screen and (max-width: 991px) {
    .blog-intro h2 {
        font-size: 36px;
    }
    
    .blog-subtitle {
        font-size: 20px;
    }
    
    .blog-description p {
        font-size: 16px;
    }
    
    .articles-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 25px;
    }
    
    .article-card {
        padding: 25px;
    }
    
    .blog-cta-content h2 {
        font-size: 36px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-button {
        width: 100%;
        max-width: 300px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-header-section {
        padding: 50px 0;
    }
    
    .articles-list-section {
        padding: 60px 0;
    }
    
    .blog-intro h2 {
        font-size: 32px;
    }
    
    .blog-subtitle {
        font-size: 18px;
    }
    
    .blog-description p {
        font-size: 15px;
    }
    
    .articles-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .article-card {
        padding: 20px;
    }
    
    .article-title a {
        font-size: 20px;
    }
    
    .article-description {
        font-size: 14px;
    }
    
    .blog-cta-section {
        padding: 60px 0;
    }
    
    .blog-cta-content h2 {
        font-size: 32px;
    }
    
    .blog-cta-content p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 479px) {
    .blog-intro h2 {
        font-size: 28px;
    }
    
    .blog-subtitle {
        font-size: 16px;
    }
    
    .article-card {
        padding: 18px;
    }
    
    .article-title a {
        font-size: 18px;
    }
    
    .blog-cta-content h2 {
        font-size: 28px;
    }
    
    .cta-button {
        font-size: 14px;
        padding: 14px 25px;
    }
}










/* Article Page Specific Styles - Add these to your main design.css file */

.article-content-section {
    padding: 80px 0 100px;
    background: #2E4057;
}

.article-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.article-header {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(220, 20, 60, 0.2);
}

.article-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    align-items: center;
}

.article-date {
    font-size: 14px;
    color: rgb(250, 128, 114);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.article-category {
    font-size: 14px;
    color: #4A90A4;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: rgba(220, 20, 60, 0.1);
    padding: 4px 12px;
    border-radius: 15px;
}

.article-intro p {
    font-size: 19px;
    color: #4A90A4;
    font-weight: 500;
    line-height: 1.7;
    margin: 0;
    font-style: italic;
}

.article-text {
    line-height: 1.8;
    margin-bottom: 50px;
}

.article-text h2 {
    font-size: 28px;
    color: rgb(250, 128, 114);
    margin: 35px 0 20px 0;
    font-weight: 600;
    line-height: 1.3;
}

.article-text h2:first-child {
    margin-top: 0;
}

.article-text p {
    font-size: 16px;
    color: #e6e6e6;
    margin-bottom: 25px;
    text-align: justify;
}

.article-text p:last-child {
    margin-bottom: 0;
}

.article-cta {
    background: rgba(139, 0, 0, 0.1);
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    border: 2px solid rgba(220, 20, 60, 0.2);
}

.cta-box h3 {
    font-size: 28px;
    color: rgb(250, 128, 114);
    margin-bottom: 15px;
    font-weight: 600;
}

.cta-box p {
    font-size: 16px;
    color: #cccccc;
    line-height: 1.6;
    margin-bottom: 30px;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-button {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    min-width: 180px;
}

.cta-button.primary {
    background: #4A90A4;
    color: #ffffff;
}

.cta-button.primary:hover {
    background: rgb(250, 128, 114);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(220, 20, 60, 0.3);
}

.cta-button.secondary {
    background: transparent;
    color: #4A90A4;
    border: 2px solid #4A90A4;
}

.cta-button.secondary:hover {
    background: #4A90A4;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Mobile Responsiveness */
@media only screen and (max-width: 991px) {
    .article-content-section {
        padding: 60px 0 80px;
    }
    
    .article-intro p {
        font-size: 18px;
    }
    
    .article-text h2 {
        font-size: 26px;
    }
    
    .article-text p {
        font-size: 15px;
        margin-bottom: 22px;
    }
    
    .article-cta {
        padding: 35px;
    }
    
    .cta-box h3 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .article-content-section {
        padding: 50px 0 70px;
    }
    
    .article-header {
        margin-bottom: 30px;
        padding-bottom: 25px;
    }
    
    .article-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 20px;
    }
    
    .article-intro p {
        font-size: 17px;
        text-align: left;
    }
    
    .article-text h2 {
        font-size: 24px;
        margin: 30px 0 15px 0;
    }
    
    .article-text p {
        text-align: left;
        margin-bottom: 20px;
    }
    
    .article-cta {
        padding: 30px 25px;
    }
    
    .cta-box h3 {
        font-size: 24px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-button {
        width: 100%;
        max-width: 250px;
    }
}

@media only screen and (max-width: 479px) {
    .article-intro p {
        font-size: 16px;
    }
    
    .article-text h2 {
        font-size: 22px;
    }
    
    .article-text p {
        font-size: 14px;
        line-height: 1.7;
    }
    
    .article-cta {
        padding: 25px 20px;
    }
    
    .cta-box h3 {
        font-size: 22px;
    }
    
    .cta-box p {
        font-size: 15px;
    }
    
    .cta-button {
        font-size: 14px;
        padding: 14px 25px;
    }
}








/* Cookie Alert CSS */
.cookie-alert {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2E4057;
    border-top: 3px solid #4A90A4;
    padding: 20px;
    z-index: 10000;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.3);
}

.cookie-alert.show {
    transform: translateY(0);
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cookie-content p {
    color: #e6e6e6;
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cookie-btn.accept {
    background: #4A90A4;
    color: #ffffff;
}

.cookie-btn.accept:hover {
    background: rgb(250, 128, 114);
}

.cookie-btn.decline {
    background: transparent;
    color: #cccccc;
    border: 1px solid #666666;
}

.cookie-btn.decline:hover {
    background: #666666;
    color: #ffffff;
}

@media (max-width: 767px) {
    .cookie-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .cookie-buttons {
        width: 100%;
        justify-content: center;
    }
    
    .cookie-btn {
        flex: 1;
        max-width: 120px;
    }
}