

a {
    text-decoration: none;
    transition: 0.3s;
}


.brand-column .footer-brand h2 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 10px;
}

.brand-column .footer-brand p {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.5;
}

.footer-contact h5,
.footer-social h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer-contact p {
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}

.footer-qr {
    display: flex;
    gap: 20px;
    margin: 25px 0;
}

.qr-item {
    text-align: center;
}

.qr-box {
    width: 100px;
    height: 100px;
    background-color: #000;
    margin-bottom: 8px;
}

.qr-item span {
    display: block;
    font-size: 13px;
    background: #f0f0f0;
    padding: 2px 10px;
    border-radius: 4px;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    width: 35px;
    height: 35px;
    background-color: #3b5998;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.social-icons a:nth-child(1) { background-color: #3b5998; }
.social-icons a:nth-child(2) { background-color: #ff0000; }
.social-icons a:nth-child(3) { background-color: #bd081c; }
.social-icons a:nth-child(4) { background-color: #e1306c; }




@media (max-width: 992px) {

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 768px) {

    .main-nav  { display: none; }


    .search-bar { display: none; }


    .contact-info span { display: none; }
}


@media (max-width: 500px) {

    .footer-grid {
        grid-template-columns: 1fr;
    }
}
.container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 15px;
}


.aot-intro-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.aot-intro-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 40px;
}


.aot-text-content {
    flex: 1;
    min-width: 300px;
    padding-right: 20px;
}

.aot-company-name {
    font-size: 36px;
    font-weight: 700;
    color: #444;
    margin-bottom: 20px;
    line-height: 1.2;
}

.aot-tagline {
    font-size: 20px;
    font-weight: 600;
    color: #d32f2f;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #eee;
}

.aot-description {
    margin-bottom: 30px;
}

.aot-description p {
    margin-bottom: 15px;
    font-size: 16px;
    color: #444;
    text-align: justify;
}

.aot-highlight {
    color: #d32f2f;
    font-weight: 600;
}


.aot-images-container {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.aot-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.aot-team-photo {
    width: 100%;
    height: 280px;
    background-color: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: transform 0.3s ease;
}

.aot-team-photo:hover {
    transform: scale(1.02);
}

.aot-photo-placeholder {
    text-align: center;
    color: #777;
    font-size: 16px;
}

.aot-photo-placeholder i {
    font-size: 48px;
    margin-bottom: 15px;
    color: #bdbdbd;
    display: block;
}


.aot-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(211, 47, 47, 0.9);
    color: white;
    padding: 12px 20px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
}

.aot-banner-year {
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 700;
}


@media (max-width: 768px) {
    .aot-intro-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .aot-text-content {
        padding-right: 0;
    }

    .aot-company-name {
        font-size: 30px;
    }

    .aot-team-photo {
        height: 250px;
    }

    .aot-banner {
        font-size: 16px;
        padding: 10px 15px;
    }

    .aot-banner-year {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .aot-intro-section {
        padding: 40px 0;
    }

    .aot-company-name {
        font-size: 26px;
    }

    .aot-tagline {
        font-size: 18px;
    }

    .aot-team-photo {
        height: 220px;
    }
}


.aot-footer {
    background-color: #333;
    color: #fff;
    padding: 30px 0;
    text-align: center;
    margin-top: 40px;
}

.aot-footer p {
    margin-bottom: 10px;
    font-size: 15px;
}

.aot-footer a {
    color: #ff8a80;
    text-decoration: none;
}

.aot-footer a:hover {
    text-decoration: underline;
}

.aot-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
}


.aot-stats-section {
    background-color: #f9f9f9;
    text-align: center;
}

.aot-main-title {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.aot-sub-title {
    color: #666;
    margin-bottom: 40px;
    font-size: 14px;
}

.aot-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.aot-stat-card {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.aot-stat-header {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 10px;
}

.aot-icon {
    font-size: 18px;
    color: #cc3333;
}

.aot-stat-number {
    font-size: 22px;
    font-weight: bold;
    color: #cc3333;
}

.aot-stat-label {
    font-size: 10px;
    color: #cc3333;
    font-weight: bold;
}

.aot-stat-desc {
    font-size: 13px;
    color: #555;
    line-height: 1.4;
    margin: 0;
}


.aot-history-section {
    background-color: #ffffff;
    padding: 60px 0;
}

.aot-timeline-title {
    text-align: center;
    font-size: 26px;
    margin-bottom: 80px;
    font-weight: bold;
}

.aot-timeline-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 100px 0;

    background: url('world-map-bg.png') no-repeat center;
    background-size: contain;
}


.aot-timeline-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #ddd, #f8a1a1, #cc3333);
    transform: translateY(-50%);
    z-index: 1;
}

.aot-timeline-item {
    position: relative;
    width: 15%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}


.aot-time-img-box {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #cc3333;
    background: #eee;
}

.aot-time-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aot-time-content {
    margin: 15px 0;
    max-width: 180px;
}

.aot-year {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.aot-time-content p {
    font-size: 12px;
    color: #666;
    line-height: 1.4;
}


.aot-top {
    flex-direction: column;
    justify-content: flex-end;
    margin-top: -180px;
}

.aot-bottom {
    flex-direction: column;
    margin-top: 100px;
}


/*.aot-timeline-item::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    width: 12px;*/
/*    height: 12px;*/
/*    background: #cc3333;*/
/*    border-radius: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    border: 3px solid #fff;*/
/*}*/


@media (max-width: 1024px) {
    .aot-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .aot-timeline-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        gap: 50px;
    }
    .aot-timeline-line {
        display: none;
    }
    .aot-timeline-item {
        width: 45%;
        margin-top: 0 !important;
    }
}

@media (max-width: 600px) {
    .aot-stats-grid {
        grid-template-columns: 1fr;
    }
    .aot-timeline-item {
        width: 100%;
    }
}

.aot-mission-section {
    background-color: #f3f3f3;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aot-mission-container {
    max-width: 1100px;
    width: 100%;
    display: flex;
    gap: 40px;
    align-items: center;
}


.aot-mission-image-box {
    flex: 1;
    background-color: #ddd;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.aot-mission-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.aot-mission-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.aot-mission-title {
    font-size: 42px;
    color: #b72a2a;
    margin: 0 0 5px 0;
    font-family: serif;
}

.aot-mission-slogan {
    font-size: 14px;
    color: #b72a2a;
    font-style: italic;
    margin-bottom: 25px;
}

.aot-mission-quote p {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
}

.aot-mission-author {
    margin-bottom: 30px;
}

.aot-author-name {
    font-weight: bold;
    color: #333;
    margin: 0;
    font-size: 15px;
}

.aot-author-title {
    color: #666;
    font-size: 13px;
    margin: 4px 0 0 0;
}


.aot-mission-btn {
    display: inline-flex;
    align-items: center;
    background-color: #b72a2a;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    transition: background 0.3s ease;
}

.aot-mission-btn:hover {
    background-color: #962222;
}

.aot-btn-icon {
    margin-left: 8px;
    font-size: 12px;
}


@media (max-width: 992px) {
    .aot-mission-container {
        flex-direction: column;
        gap: 30px;
    }

    .aot-mission-image-box {
        width: 100%;
        max-width: 600px;
    }

    .aot-mission-content {
        text-align: left;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .aot-mission-title {
        font-size: 32px;
    }

    .aot-mission-btn {
        width: 100%;
        justify-content: center;
    }
}

.aot-exp-section {
    padding: 60px 0;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
}


.aot-exp-header-container {
    max-width: 1000px;
    margin: 0 auto 40px auto;
    padding: 0 20px;
    text-align: center;
}

.aot-exp-main-title {
    font-size: 28px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}

.aot-exp-main-desc {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
}


.aot-exp-grid-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.aot-exp-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}


.aot-exp-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
}


.aot-exp-card-image {
    position: relative;
    width: 100%;
    height: 240px;
    background-color: #eee;
}

.aot-exp-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.aot-exp-badge {
    position: absolute;
    bottom: -20px;
    right: 25px;
    width: 45px;
    height: 45px;
    background-color: #b72a2a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    border: 3px solid #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 10;
}


.aot-exp-card-body {
    padding: 35px 25px 25px 25px;
}

.aot-exp-card-title {
    font-size: 17px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.3;
}

.aot-exp-card-text {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}


@media (max-width: 992px) {
    .aot-exp-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .aot-exp-card-image {
        height: 300px;
    }
}

@media (max-width: 600px) {
    .aot-exp-main-title {
        font-size: 22px;
    }

    .aot-exp-card-image {
        height: 200px;
    }
}

.aot-exp-section {
    padding: 60px 0;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
}


.aot-exp-header-container {
    max-width: 1000px;
    margin: 0 auto 40px auto;
    padding: 0 20px;
    text-align: center;
}

.aot-exp-main-title {
    font-size: 28px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}

.aot-exp-main-desc {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
}


.aot-exp-grid-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.aot-exp-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}


.aot-exp-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
}


.aot-exp-card-image {
    position: relative;
    width: 100%;
    height: 240px;
    background-color: #eee;
}

.aot-exp-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.aot-exp-badge {
    position: absolute;
    bottom: -20px;
    right: 25px;
    width: 45px;
    height: 45px;
    background-color: #b72a2a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    border: 3px solid #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 10;
}


.aot-exp-card-body {
    padding: 35px 25px 25px 25px;
}

.aot-exp-card-title {
    font-size: 17px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.3;
}

.aot-exp-card-text {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}


@media (max-width: 992px) {
    .aot-exp-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .aot-exp-card-image {
        height: 300px;
    }
}

@media (max-width: 600px) {
    .aot-exp-main-title {
        font-size: 22px;
    }

    .aot-exp-card-image {
        height: 200px;
    }
}

.aot-team-section {
    background-color: #ffffff;
    padding: 80px 20px;
    font-family: Arial, sans-serif;
    text-align: center;
}

.aot-team-container {
    max-width: 1200px;
    margin: 0 auto;
}

.aot-team-main-title {
    font-size: 26px;
    font-weight: bold;
    color: #000;
    margin-bottom: 60px;
}


.aot-team-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 50px;
}

.aot-team-row.aot-row-4 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}


.aot-member-card {
    flex: 0 1 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.aot-avatar-wrapper {
    position: relative;
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
}


.aot-avatar-wrapper::before {
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    border: 2px dotted #ccc;
    border-radius: 50%;
    z-index: 1;
}

.aot-avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    background-color: #f0f0f0;
    position: relative;
    z-index: 2;
    border: 4px solid #fff;
}


.aot-member-icon {
    position: absolute;
    bottom: 5px;
    left: 0px;
    width: 28px;
    height: 28px;
    background-color: #e59393;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    border: 2px solid #fff;
}


.aot-member-name {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0 0 5px 0;
    letter-spacing: 1px;
}

.aot-member-role {
    font-size: 13px;
    color: #888;
    margin: 0;
}


@media (max-width: 1024px) {
    .aot-team-row {
        gap: 30px;
    }
    .aot-member-card {
        flex: 0 1 150px;
    }
    .aot-avatar-wrapper {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 768px) {
    .aot-team-row {
        gap: 20px;
    }
    .aot-member-card {
        flex: 0 1 40%;
    }
}

@media (max-width: 480px) {
    .aot-member-card {
        flex: 0 1 100%;
    }
}

.aot-advisor-section {
    padding: 60px 20px;
    background-color: #f7f7f7;
    font-family: Arial, sans-serif;
}

.aot-advisor-container {
    max-width: 1200px;
    margin: 0 auto;
}

.aot-advisor-main-title {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    margin-bottom: 50px;
}


.aot-advisor-flex-layout {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}


.aot-advisor-intro {
    flex: 0 0 35%;
    text-align: left;
}

.aot-advisor-text {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 20px;
}

.aot-advisor-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.aot-advisor-list li {
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}


.aot-advisor-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #000;
    font-weight: bold;
}

.aot-meet-btn {
    display: inline-block;
    background-color: #b72a2a;
    color: #fff;
    padding: 12px 25px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    transition: opacity 0.3s ease;
}

.aot-meet-btn:hover {
    opacity: 0.9;
}


.aot-advisor-grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}


.aot-advisor-card {
    background: #fff;
    border-radius: 12px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.aot-advisor-img-box {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #eee;
    flex-shrink: 0;
}

.aot-advisor-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aot-advisor-info {
    text-align: left;
}

.aot-advisor-name {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    margin: 0 0 4px 0;
}

.aot-advisor-role {
    font-size: 12px;
    color: #999;
    margin: 0;
}


@media (max-width: 1024px) {
    .aot-advisor-flex-layout {
        flex-direction: column;
    }

    .aot-advisor-intro {
        flex: 1;
        width: 100%;
        margin-bottom: 40px;
    }

    .aot-advisor-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .aot-advisor-grid {
        grid-template-columns: 1fr;
    }

    .aot-advisor-card {
        padding: 15px;
    }
}

.aot-footer-cta-section {
    padding: 40px 20px;
    background-color: #ffffff;
}

.aot-footer-cta-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    background-color: #f9f6f5;
    border-radius: 15px;
    overflow: hidden;
    height: 220px;
}

.aot-cta-text-box {
    flex: 1.5;
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.aot-cta-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.aot-cta-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.aot-cta-red-btn {
    display: inline-block;
    background-color: #b72a2a;
    color: #fff;
    padding: 10px 25px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.aot-cta-img-box {
    flex: 1;
    overflow: hidden;
}

.aot-cta-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.aot-review-top-section {
    padding: 60px 20px;
    background-color: #ffffff;
    text-align: center;
}

.aot-review-top-container {
    max-width: 1000px;
    margin: 0 auto;
}

.aot-review-main-title {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    margin-bottom: 30px;
}

.aot-review-sub-text p {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
}

.aot-view-all-link {
    color: #333;
    font-weight: bold;
    text-decoration: underline;
    margin-left: 5px;
}


@media (max-width: 992px) {
    .aot-footer-cta-container {
        flex-direction: column;
        height: auto;
    }

    .aot-cta-text-box {
        padding: 30px;
        text-align: center;
    }

    .aot-cta-img-box {
        height: 200px;
    }
}

@media (max-width: 600px) {
    .aot-cta-title {
        font-size: 18px;
    }

    .aot-review-main-title {
        font-size: 22px;
    }
}

.aot-feedback-section {
    padding: 40px 20px;
    background-color: #fff;
    font-family: Arial, sans-serif;
}

.aot-feedback-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
}


.aot-feedback-list {
    flex: 2;
}

.aot-feedback-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.aot-reviewer-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.aot-reviewer-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    background: #f0f0f0;
}

.aot-reviewer-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aot-reviewer-name {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.aot-reviewer-from {
    font-size: 12px;
    color: #888;
    margin: 2px 0 0 0;
}

.aot-reviewer-rating {
    margin-left: auto;
    text-align: right;
}

.aot-stars {
    color: #cc3333;
    font-size: 14px;
    display: block;
}

.aot-like-count {
    font-size: 12px;
    color: #666;
}

.aot-feedback-subject {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.aot-feedback-text {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 15px;
}

.aot-read-more {
    color: #cc3333;
    text-decoration: underline;
    font-weight: bold;
}

.aot-tour-details p {
    font-size: 13px;
    margin: 5px 0;
    color: #333;
}

.aot-tour-link a {
    color: #cc3333;
    text-decoration: none;
}


.aot-feedback-sidebar {
    flex: 1;
    min-width: 300px;
}

.aot-form-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    position: sticky;
    top: 20px;
}

.aot-form-title {
    color: #cc3333;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}

.aot-input-group {
    position: relative;
    margin-bottom: 15px;
}

.aot-input-group input,
.aot-input-group textarea,
.aot-input-group select {
    width: 100%;
    padding: 10px 10px 10px 35px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

.aot-input-group textarea {
    height: 120px;
    resize: none;
}

.aot-input-icon {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #e59393;
}

.aot-captcha-box {
    margin-bottom: 15px;
}

.aot-captcha-placeholder {
    background: #f8f8f8;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 12px;
    color: #888;
    text-align: center;
    border-radius: 4px;
}

.aot-submit-btn {
    width: 100%;
    background-color: #cc3333;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
}


@media (max-width: 992px) {
    .aot-feedback-container {
        flex-direction: column;
    }
    .aot-feedback-sidebar {
        width: 100%;
    }
    .aot-form-card {
        position: static;
    }
}
.hero-banner-image-box {
    position: relative;
    width: 100%;
    height: 480px;
    background-color: #ccc;
}