/* header */
header {
    background: #fff;
    color: white;
    /* padding: 20px 0; */
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* flex-wrap: wrap; */
    padding: 13px 0;
}

.logo {
    display: flex;
    align-items: center;
    flex-shrink: 0; 
}
.logo img {
    /* max-height: 92px; 
    width: auto; */
    width: 242px;
}

.logo-icon {
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
/* .head_menu {
    margin-left: auto; 
} */

.head_menu ul {
    list-style: none;
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
}
.head_menu a {
    /* color: #1a365d; */
    color: #0b3459 !important;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 18px;
    transition: background 0.3s;
}
.head_menu {
    padding: 0 11px;
}
.serve {
    cursor: pointer;
}
.head_menu a:hover {
    color: #0b3459 !important;
    background: rgba(255,255,255,0.2);
    text-decoration: none !important;
}

.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    min-width: 250px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    /* border-radius: 5px; */
    z-index: 1000;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    color: #333;
    padding: 12px 20px;
    display: block;
    border-bottom: 1px solid #eee;
}

.dropdown-content a:hover {
    /* background: #f8f9fa; */
    background: #1a365d;
    color: #fff !important;
    border-radius: 0;
}
@media (max-width: 768px) {
    .header-content {
        flex-direction: row;
        gap: 20px;
        flex-wrap: wrap;
        padding-bottom: 15px;
    }
    .head_menu ul {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    .menu-toggle {
        display: block !important;
        /* z-index: 1; */
    }
    .head_menu a {
        line-height: 41px;
    }
    .head_menu {
        display: none; /* hidden by default */
        position: absolute;
        top: 0px; /* adjust to your header height */
        right: 0;
        background: #fff;
        width: 100%;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        flex-direction: column;
        gap: 1rem;
        background: #fff;
        padding: 1rem;
        border-top: 1px solid #eee;
    }
    .head_menu ul {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
    }
    .nav.show {
        display: flex;
    }
    .head_menu.active {
        display: block; /* show when active */
    }
}
.advBanner {width: 100%;max-height: 75px;z-index: 1000;display: block;}
.advBanner img {width: 100%;height: auto;max-height: 100%;display: block;}
.advBanner .desktop { display: block; }
.advBanner .mobile { display: none; }
@media screen and (max-width: 500px) {
    .advBanner .desktop { display: none !important; }
    .advBanner .mobile { display: block !important; }
}

/* Hide toggle on desktop */
.menu-toggle {
    display: none;
    font-size: 28px;
    background: none;
    border: none;
    cursor: pointer;
    color: #1a365d;
}
/* Close button inside menu */
.close-menu {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    color: #000;
    cursor: pointer;
    font-family: initial;
}
@media (min-width: 769px) {
    .head_menu {
        position: static;
        height: auto;
        width: auto;
        background: none;
        display: block;
        transition: none;
    }
    .close-menu {
        display: none;
    }
} 
/* header end*/


body {
    margin: 0;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
    color: #0a0a0a;
    background: #f6f8fb !important;
    line-height: 1.55;
}

a {
    color: #0d3b66 !important;
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
}

.container {
    /* width: min(1132px, 92%) !important; */
    margin-inline: auto;
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 0 20px;
}


/* Hero */
.hero {
    position: relative;
    background: linear-gradient(135deg, #0d3b66 0%, #105086 70%);
    color: #fff;
    padding: 60px 0;
    text-align: center;
}

.hero h1 {
    /* font-size: clamp(32px, 5vw, 56px); */
    font-size: 48px;
    margin: 0 0 20px;
    letter-spacing: -0.5px;
    font-weight: bold !important;
}

.hero p {
    font-size: clamp(18px, 2.3vw, 22px);
    margin: 0 0 30px;
    color: #fff;
}

.main_sub {
    text-align: center;
    color: #0b3459;
    font-weight: 600;
    font-size: 21px;
    padding-top: 64px;
}

/* Sections */
section {
    padding: 64px 0;
}

.section-title {
    /* font-size: clamp(26px, 4vw, 42px); */
    font-size: 32px;
    margin: 0 0 15px;
    color: #0b3459;
    font-weight: bold;
    text-align: center;
}

.section-sub {
    color: #5b6871;
    margin: 0 0 40px;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Core Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 24px;
    margin: 50px 0 0;
}

.feature-card {
    background: #fff;
    border: 1px solid #e7ecf3;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    font-size: 40px;
    margin-bottom: 15px;
    display: block;
}

.feature-card h3 {
    margin: 0 0 15px;
    font-size: 18px;
    color: #0d3b66;
    font-weight: bold;
}

.feature-card p {
    margin: 0;
    color: #5b6871;
    font-size: 16px;
    line-height: 1.6;
}

/* Highlight Box */
.highlight-box {
    /* background: linear-gradient(135deg, #ffc107 0%, #ffcd39 100%); */
    background: linear-gradient(135deg, #ed8936 0%, #dd7324 100%);
    color: #fff;
    /* color: #0d3b66; */
    padding: 50px 40px;
    border-radius: 20px;
    text-align: center;
    margin: 0 0 60px 0;
    box-shadow: 0 10px 30px rgba(255, 193, 7, 0.3);
}

.highlight-box h2 {
    /* font-size: clamp(28px, 4vw, 38px); */
    font-size: 32px;
    margin: 0 0 25px;
    font-weight: bold;
}

.highlight-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.benefit-item {
    font-size: 17px;
    font-weight: 600;
    position: relative;
    text-align: left;
    padding-left: 30px;
}
.benefit-item:before {
    content: "•";
    position: absolute;
    left: 10px;
    top: -10px;
    color: #fff;
    font-weight: bold;
    font-size: 1.75rem;
}

/* Back Side Header */
.back-header {
    background: #0b3459;
    color: #fff;
    padding: 80px 0;
    text-align: center;
}

.back-header h2 {
    font-size: clamp(32px, 5vw, 48px);
    margin: 0;
    font-weight: bold;
}

/* Steps Section */
.steps-section {
    background: #fff;
    padding: 80px 0;
}

.steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.step {
    background: #f8f9fa;
    border: 2px solid #e7ecf3;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    position: relative;
}

.step-num {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffc107;
    color: #0d3b66;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 24px;
    margin: 0 auto 20px;
}

.step h3 {
    font-size: 18px;
    color: #0d3b66;
    margin: 0 0 15px;
    font-weight: bold;
}

.step p {
    color: #5b6871;
    margin: 0;
    line-height: 1.6;
}

/* Call to Action */
.cta-section {
    /* background: linear-gradient(135deg, #0d3b66 0%, #105086 70%); */
    color: #fff;
    padding: 50px 0;
    text-align: center;
    /* margin-bottom: 60px; */
    background: linear-gradient(135deg, #ed8936 0%, #dd7324 100%);
}

.cta-content {
    /* max-width: 600px; */
    margin: 0 auto;
}

.cta-section h2 {
    /* font-size: clamp(28px, 4vw, 40px); */
    font-size: 24px;
    margin: 0 0 20px;
    font-weight: bold;
}

.contact-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.contact-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
}

.contact-item .icon {
    font-size: 32px;
    margin-bottom: 15px;
    display: block;
}

.contact-item h3 {
    font-size: 18px;
    margin: 0 0 10px;
    color: #ffc107;
}

.contact-item a {
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
}

.contact-item a:hover {
    color: #ffc107 !important;
}

.final-cta {
    background: #fff;
    color: #1a365d;
    padding: 60px 0;
    text-align: center;
}
.contact_details {
    display: flex;
    gap: 8rem;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #5b6871;
    padding-top: 5px;
}
.contact_info {
    font-size: 1.2rem;
    /* color: #5b6871; */
    color: #fff;
    text-align: left;

    display: flex;
    gap: 6.5rem;
}
.contact_info a {
    /* color: #5b6871; */
    color: #fff !important;
    text-decoration: none;
}
.contact_info a:hover {
    text-decoration: underline !important;
}
.contact_details img {
    max-height: 115px;
}

/* Footer */
footer {
    background: #1a365d;
    color: white;
    text-align: center;
    padding: 20px 0;
}

footer h3 {
    font-size: 24px;
    margin: 0 0 10px;
    color: #ffc107;
}

footer p {
    margin: 0;
    font-size: 16px;
    color: #d0e4ff;
}

/* Responsive */
@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .contact_info {
        display: block;
    }
    .steps {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .contact-info {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .hero {
        padding: 40px 0;
    }

    section {
        padding: 40px 0;
    }
    .benefit-item {
        text-align: left;
        padding-left: 30px;
    }

    .highlight-box {
        padding: 30px 20px;
        margin: 40px 0;
    }

    .back-header {
        padding: 50px 0;
    }

    .cta-section {
        padding: 50px 0;
    }
}

@media (max-width: 480px) {
    .feature-card {
        padding: 20px;
    }

    .step {
        padding: 20px;
    }

    .contact-item {
        padding: 20px;
    }
}

.sheds-section {
    background: #fff;
    padding: 10px 0;
}
.sheds-container {
    display: flex;
    /* gap: 0.5rem;
    vertical-align: middle; */
    /* align-items: center; */
    justify-content: space-between; /* logo left, button right */
    position: relative;
    padding: 0 20px;
}
.sheds-container a {
    text-decoration: none !important;
}
.gift_icon {
    font-size: 5.2rem;
    position: relative;
    top: 16px;
    left:-10px;
}
.gradient-button {
    /* background-color: #ed8936 !important; */
    background: linear-gradient(135deg, #ff6b35 0%, #ffa500 70%);
    color: white;
    border: 1px solid #ed8936 !important;
    padding: 18px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.35rem;
    font-weight: bold;
    transition: all 0.3s ease;
    display: inline-flex;         /* 🔹 use flexbox */
    align-items: center;          /* 🔹 vertical center */
    justify-content: center;      /* 🔹 horizontal center */
    gap: 10px;                    /* 🔹 spacing between 🎁 and text */
    position: relative;           /* needed for ::before */
    cursor: pointer;
    /* display: inline-block; */
    margin-left: auto;
    /* text-transform: capitalize; */
}
.gradient-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(255, 107, 53, 0.4);
}
.gradient-button:active {
    transform: translateY(0);
}
.gradient-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    /* width: 48%; */
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}
.gradient-button:hover::before {
    left: 100%;
}

.banner-img {
    width: 50%;
    margin: 0 auto;
    display: block;
    max-width: 320px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
    transform: translateX(80%); /*36*/
}
.banner-img_1 {
    width: 50%;
    margin: 0 auto;
    display: block;
    max-width: 320px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
}

@media (max-width: 768px) {
    .banner-img {
        width: 100%;
        margin: 0 auto;
        display: block;
        max-width: 320px;
        padding-top: 20px;
        padding-bottom: 20px;
        height: auto;
        transform: translateX(0%);
    }
    .banner-img_1 {
        width: 100%;
    }
    .sheds-container {
        display: block;
    }
    .gradient-button {
        margin: 0 auto;
        display: block;
    }
    .gift_icon {
        font-size: 5.2rem;
        position: relative;
        top: -16px;
        left: 0;
        text-align: center;
        margin: 0 auto;
        display: block;
    }
}



.btn-primary {
    background-color: #ed8936 !important;
    color: white;
    padding: 18px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    transition: all 0.3s ease;
    display: inline-block;
    margin-bottom: 18px;
    margin-top: 10px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}
.btn-primary:hover {
    background: #dd7324;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(237, 137, 54, 0.3);
}


.modal-content {
    width: 100% !important;
}
.modal-dialog {
    max-width: 1200px !important;
}
.form-overlay {
    width: 100%;
    padding: 20px;
    background: #334053;
    border-radius: 16px;
    /* backdrop-filter: blur(10px); */
    z-index: 2;
    color: #000;
    margin: 20px auto;
    display: block;
}
#transparent-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#transparent-form input {
    /* padding: 10px 6px;
    border-radius: 4px;
    border: none; */
    /* margin-bottom: 9px; */
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    /* border-radius: 8px; */
    color: white;
    /* padding: 0.75rem 1rem; */
    padding: 7px;
    font-size: 0.95rem;
}

#transparent-form button {
    cursor: pointer;
    padding: 10px 6px;
    border-radius: 4px;
    border: none;
}
#transparent-form h3 {
    font-size: 22px;
    color: #fff;
}
#transparent-form input[type=text], #transparent-form input[type=email], #transparent-form input[type=tel] {
    /* background: #dedede; */
    margin-bottom: 9px;
}
#phonenumber_cc2 {
    padding: 0 0 0 50px !important;
    height: 47px;
}
.iti--allow-dropdown {
    margin-bottom: 9px;
}
#phonenumber_cc2::placeholder,#transparent-form input::placeholder {
    color: #fff;
}
#selectService {
    color: #fff;
    text-transform: none;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    height: 45px;
    overflow: hidden;
    font-weight: 500;
    border: none;
    outline: 0;
}
#selectService option {
    padding: 5px;
}
#selectService, select {
    font-size: 14px;
}
#selectService {
    display: block;
    background: transparent;
    /* height: 40px; */
}
.select-container {
    position: relative;
    width: 100%;
    /* background: #dedede; */
    border-radius: 8px;
    margin-bottom: 11px;
    /* height: 40px; */
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.select-device-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    /* background: #dedede; */
    /* height: 40px; */
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}
.selected-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-right: 10px;
}
.selected-option {
    background-color: #28a745;
    color: #fff;
    border-radius: 4px;
    padding: 5px 10px;
    margin: 0;
    display: inline-flex;
    align-items: center;
    height: 25px;
}
.selected-option span {
    margin-right: 10px;
    font-size: 12px;
}
.selected-option .close-btn {
    padding: 0 !important;
    cursor: pointer;
    line-height: 1;
    margin-top: -3px;
    font-size: 18px;
}
.coupon_btn {
    box-shadow: none;
    outline: 0;
    background-color: #0963c0;
    width: 100%;
    color: #fff;
    white-space: normal;
    font-size: 16px !important;
    background: linear-gradient(90deg, #009644 0%, #18adc0 100%);
    color: white;
}
.coupon_btn:hover {
    background: linear-gradient(90deg, #007a3a 0%, #148899 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 150, 68, 0.4);
    color: white;
}
.contact-custom-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    font-weight: 900;
    color: #000;
    opacity: 1;
    text-shadow: 0 0 transparent;
}
#dropdownContent, #trackersContent {
    padding-left: 50px !important;
    top: 102%;
    padding: 15px;
    width: 100%;
}
.dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    /* background: #e4e4e4; */
    border: 1px solid #d1d5db;
    border-radius: 6px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 0;
    display: none;
    /* padding-left: 50px; */
    width: 80%;
    margin: 0 auto;
}
#trackersContent {
    position: absolute;
    top: 105%;
    left: 0;
    right: 0;
    width: 100%;
}
.dropdown-trigger {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
   
    background-color: white;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: #f8f9fa; */
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    /* color: rgba(255, 255, 255, 0.7) !important; */
    color: #fff !important;
    height: 50px;
}
.dropdown-content.show {
    display: block;
}
.dropdown-arrow.open {
    transform: rotate(180deg);
}
.dropdown-arrow {
    transition: transform 0.2s;
}
.trackerdropdown-arrow.open  {
  transform: rotate(180deg);
}
.trackerdropdown-arrow {
    transition: transform 0.2s;
}
.form-check {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    padding-left: 0;
    height: 30px;
}
.form-check-input {
    width: 16px;
    height: 16px;
    border: 1px solid #000 !important;
}
.form-check-label {
    font-size: 14px;
    color: #333;
}
.form-check .form-check-input{
    float: none !important;
}
.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
}
.form-check-input:checked {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
}






.contact-form {
    background: #334053;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.5rem;
   
    font-weight: 700;
    /* color: #e4e4e4; */
    color: #fff;
}
.contact-title span {
    font-size: 1.8rem;
}

.contact-subtitle {
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.1rem;
    /* color: #e4e4e4; */
    color: #fff;
   
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.form-grid_1 {
    display: block;
    margin: 0 auto;
    width: 50%;
}
.form-group {
    margin-bottom: 10px;
}

.form-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    /* color: #e4e4e4; */
    color: #fff;
    margin-bottom: 8px;
   
}

.form-control {
    /* width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
   
    background-color: #f8f9fa; */

    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 8px !important;
    color: white !important;
    padding: 0.75rem 1rem !important;
    font-size: 0.99rem !important;
    height: 50px;
}
.form-control::placeholder {
    color: #fff !important;
    /* color: rgba(255, 255, 255, 0.7) !important; */
}
.form-control:focus {
    /* background: rgba(255, 255, 255, 0.15); */
    outline: none;
    border-color: #20c997 !important;
    /* box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.25); */
    color: white;
}

/* .form-control:focus {
    outline: none;
    border-color: #1e3a8a;
    box-shadow: 0 0 0 3px rgba(30, 58, 138, 0.1);
} */

.form-check {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    padding-left: 0;
    height: 30px;
}
/* .form-check:hover {
    background: #0963c0;
    color: #fff;
}
.form-check-label:hover {
    color: #fff;
} */

.form-check-input {
    width: 16px;
    height: 16px;
    border: 1px solid #000 !important;
}

.form-check-label {
    font-size: 14px;
    color: #333;
   
}

.dropdown-container {
    position: relative;
    width: 100%;
}

.dropdown-trigger {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
   
    background-color: white;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: #f8f9fa; */

    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    /* color: rgba(255, 255, 255, 0.7) !important; */
    color: #fff !important;
    /* height: 50px; */
}

.dropdown-trigger:focus {
    outline: none;
    border-color: #1e3a8a;
    box-shadow: 0 0 0 3px rgba(30, 58, 138, 0.1);
}

.dropdown-arrow {
    transition: transform 0.2s;
}

.dropdown-arrow.open {
    transform: rotate(180deg);
}

.dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    /* background: #e4e4e4; */
    border: 1px solid #d1d5db;
    border-radius: 6px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    /* padding: 15px; */
    display: none;
    /* padding-left: 50px; */
    min-width: 250px;
}

.dropdown-content.show {
    display: block;
}

.form-textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
   
    /* min-height: 120px; */
    resize: vertical;
    background-color: #f8f9fa;
}

.form-textarea:focus {
    outline: none;
    border-color: #1e3a8a;
    box-shadow: 0 0 0 3px rgba(30, 58, 138, 0.1);
}

.form-submit {
    text-align: center;
    margin-top: 30px;
}

.btn-submit {
    background: linear-gradient(90deg, #009644 0%, #18ADC0 100%);
    border: none;
    padding: 12px 30px;
    border-radius: 10px;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
   
    font-size: 20px;
    width: 20%;
    text-transform: uppercase;
}

/* .btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
} */

.btn-submit:hover {
    background: linear-gradient(90deg, #007a3a 0%, #148899 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px #00964466;
    color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
    .form-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .contact-title span {
        font-size: 1.6rem;
    }
    .form-grid_1 {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .form-textarea {
        height: 70px;
    }
    .btn-submit {
        width: 100%;
    }
    #contactSection {
        padding-top: 0%;/*33*/
    }
    .contact-title {
        font-size: 1.7rem;
    }
}

.contact-header {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.8rem;
   
    font-weight: 500;
    line-height: 40px;
    padding-top: 12%;
}
.contact-header strong {
    background: linear-gradient(135deg, #ff6b35 0%, #ffa500 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.contact-header span {
    color: #0b3459 !important;
    -webkit-text-fill-color: #0b3459 !important;
}
.contact-subheader {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.4rem;
   
    font-weight: 500;
    /* color: #000; */
    color: #0b3459;
    line-height: 33px;
}

@media (max-width: 767px) {
    .contact-header {
        padding-top: 36%;
    }
    .contact-subheader {
        font-size: 1.2rem;
        line-height: 29px;
    }
}


.video_sec {
    padding-top: 50px;
    padding-bottom: 50px;
}
.video_container {
    width: 100%;
    height: 100%;
}
.video_container video {
    width: 70%;
    height: 70%;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}

@media (max-width: 768px) {
    .video_sec {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .video_container video {
        width: 100%;
        height: 100%;
    }
} 



.prize-section {
    /* background: #f8f9fa; */
    padding: 40px 0 0;
    /*margin: 40px 0; */
}
.prize-row {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}
.prize-item {
    text-align: center;
    flex: 1;
    min-width: 200px;
    padding: 20px;
}
.prize-item img {
    max-width: 250px;
    height: auto;
    margin-bottom: 10px;
}
.prize-item br {
    margin-top: 10px;
}
.prize-item a {
    text-decoration: none;
    font-size: 17px;
    /* font-weight: 500; */
    color: #007bff !important;
}
.prize-item a:hover {
    text-decoration: none !important;
}
@media (max-width: 768px) {
    .prize-row {
        flex-direction: column;
        gap: 20px;
    }
    .prize-item {
        min-width: auto;
    }
}