@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wdth,wght@0,87.5,600;1,87.5,600&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Michroma&family=Montserrat:ital,wght@0,600;1,600&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
*{
      font-family: "Inter", sans-serif;
}

        body {
            font-family: 'Inter', sans-serif;
            margin: 0;
            background-color: #f8f9fa;
        }
    .no-caret::after {
  display: none !important;
}
    .navbar{
    background-color: black;
    }
    .navbar-dark .navbar-toggler-icon {
      background-image: none;
    }
    .custom-toggler {
      font-size: 1.2rem;
      color: white;
      border: none;
      background: none;
    }
    .flag-icon {
      width: 24px;
      height: 24px;
      border-radius: 50%;
    }
    .dropdown-menu {
        text-align: start;
        font-size: 18px;
        font-weight: 700px;
      background-color: #4e4e4ee0;
      backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* For Safari */
  background-color: #4e4e4e8d;
    }
    .dropdown-menu a {
      color: white;
    }
    .dropdown-menu a:hover{
        background: none;
        text-decoration: underline;
        color: white;
    }
    .dropdown:hover .dropdown-menu {
      background-color: none;
      display: block;
    }
    .navbar {
      z-index: 1050;
    }
    .nav-link{
        color: #e66a40;
    }
    
    @media (max-width: 991.98px) {
  /* Make nav stack elements vertically */
  .navbar > nav.container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0 10px;
  }
   .navbar-nav {
    width: 100%;
  }

  .navbar-nav li {
    width: 100%;
       border-bottom: 1px solid rgba(128, 128, 128, 0.364);
  }

  .navbar-nav li a {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 1rem; /* optional spacing */
  }

  /* First row: hamburger + logo */
  .nav-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
  }

  .navbar-brand img {
    width: 100px;
  }

  .navbar-toggler {
    margin-right: 0;
  }

  /* Second row: search + country */
  .nav-bottom-row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 8px;
    gap: 10px;
  }

  #searchToggle {
    display: block !important;
  }

  .mobile-country {
    display: flex !important;
    align-items: center;
  }

  .mobile-country img {
    width: 20px;
    height: auto;
  }

  .mobile-country span {
    font-size: 14px;
    color: white;
  }

  .mobile-country i {
    font-size: 0.7rem;
    color: white;
  }
  .AAA{
 border-bottom: 1px solid rgba(128, 128, 128, 0.364)
  }

  /* Hide desktop-only section */
  .navbar > nav.container > .d-flex:not(.mobile-country) {
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    border-top: 1px solid rgba(128, 128, 128, 0.364);
  }
}




        main.container {
            background-color: #eddcc9;
            border-radius: 1rem;
            padding: 3rem 2rem;
            box-shadow: 0 8px 20px rgba(49, 31, 31, 0.1);
            margin-top: 2rem;
            margin-bottom: 2rem;
            max-width: 800px;
        }

        h1 {
            font-size: 2.5rem;
            font-weight: 800;
            color: #594157;
            text-align: center;
        }

        .paragraph {
            background: none;
            color: #666666;
            font-weight: 500;
            font-size: 1rem;
            padding: 0;
            border-radius: 0;
            display: block;
            text-transform: none;
            text-align: center;
            margin-bottom: 2rem;
        }

        form {
            margin-top: 0;
            width: 100%;
        }

        label {
            display: block;
            font-weight: 600;
            margin-bottom: 0.5rem;
            margin-left: 10px;
            color: #555555;
            font-size: 1rem;
        }

        .form-control,
        .form-select,
        textarea.form-control {
            width: 100%;
            border: 1px solid #dddddd;
            border-radius: 0.5rem;
            padding: 0.8rem 1.2rem;
            background-color: #ffffff;
            color: #333333;
            font-size: 1rem;

            box-sizing: border-box;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
            transition: border-color 0.3s ease, box-shadow 0.3s ease;
        }

        .form-control:focus,
        .form-select:focus,
        textarea.form-control:focus {
            border-color: #f1c40f;
            box-shadow: 0 2px 8px rgba(241, 196, 15, 0.2);
            outline: none;
        }

        textarea.form-control {
            border-radius: 0.75rem;
            min-height: 120px;
            resize: vertical;
        }

        .form-select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-position: right 0.75rem center;
            background-size: 12px;
            padding-right: 2.5rem;
        }
        .form-select option {
            color: #333333;
        }
        .form-select.text-muted option[disabled] {
            color: #999999;
        }

        h3.text-muted {
            color: #333333 !important;
            font-weight: 700;
            font-size: 1.3rem;
            margin-bottom: 1.5rem;
            padding-left: 0 !important;
            text-align: left;
        }
        /* Specific fix for file input height overflow */
input[type="file"].form-control {
  padding: 0.35rem 0.5rem; /* Reduced vertical padding */
  font-size: 0.95rem;
  line-height: 1.4;
  height: auto; /* Prevent fixed height overflow */
}
.form-group {
  margin-bottom: 1rem;
}

        .row {
            margin-right: -0.75rem;
            margin-left: -0.75rem;
        }
        .row > [class*="col-"] {
            padding-right: 0.75rem;
            padding-left: 0.75rem;
        }

        .send-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            padding: 0.5rem 2rem;
            font-size: 1.2rem;
            font-weight: 700;
            color: #ffffff;
            background-color: #ff7f50;
            border: none;
            border-radius: 0.75rem;
            cursor: pointer;
            transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
            width: auto;
            box-shadow: 0 4px 10px rgba(255, 127, 80, 0.3);
        }

        .send-btn i {
            font-size: 1.2rem;
        }

        .send-btn:hover {
            background-color: #e66a40;
            box-shadow: 0 6px 15px rgba(255, 127, 80, 0.4);
            transform: translateY(-1px);
        }

        @media (max-width: 767.98px) {
            main.container {
                padding: 2rem 1rem;
                border-radius: 0.5rem;
            }
            h1 {
                font-size: 2rem;
            }
            .paragraph {
                font-size: 0.9rem;
            }
            .send-btn {
                width: 100%;
                font-size: 1.1rem;
                padding: 0.9rem 1.5rem;
            }
            .form-control,
            .form-select,
            textarea.form-control {
                padding: 0.7rem 1rem;
                font-size: 0.95rem;
            }
            label {
                font-size: 0.95rem;
            }
            h3.text-muted {
                font-size: 1.2rem;
            }
        }


        .switchToggle input[type=checkbox]{height: 0; width: 0; visibility: hidden; position: absolute; }
        .switchToggle label {cursor: pointer; text-indent: -9999px; width: 60px; max-width: 60px; height: 25px; background: #828282; display: block; border-radius: 100px; position: relative; }
        .switchToggle label:after {content: ''; position: absolute; top: 2px; left: 2px; width: 20px; height: 20px; background: #fff; border-radius: 90px; transition: 0.3s; }
        .switchToggle input:checked + label, .switchToggle input:checked + input + label  {background: #e7774b; }
        .switchToggle input + label:before, .switchToggle input + input + label:before {content: 'No'; position: absolute; top: 1px; left: 25px; width: 26px; height: 26px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #fff; }
        .switchToggle input:checked + label:before, .switchToggle input:checked + input + label:before {content: 'Yes'; position: absolute; top: 1px; left: 6px; width: 26px; height: 26px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #fff; }
        .switchToggle input:checked + label:after, .switchToggle input:checked + input + label:after {left: calc(100% - 2px); transform: translateX(-100%); }
        .switchToggle label:active:after {width: 60px; } 
        .toggle-switchArea { margin: 10px 0 10px 0; }

        .form-control,
.form-select,
textarea.form-control {
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 0.5rem;
    padding: 0.6rem 0.9rem; /* Reduced padding */
    background-color: #ffffff;
    color: #333333;
    font-size: 0.95rem; /* Slightly reduced font size */
    margin-bottom: 1rem;
    box-sizing: border-box;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

textarea.form-control {
    border-radius: 0.75rem;
    min-height: 120px;
    resize: vertical;
    padding: 0.7rem 1rem; /* Consistent padding for textareas */
}

/* Reduce main form padding to fix extra space */
main.container {
    padding: 2.5rem 1.5rem; /* Reduced padding */
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}


        .footer {
            background-color: #f8f8f8;
            color: #555555;
            padding: 3rem 0;
            font-size: 0.9rem;
            line-height: 1.6;
        }

        .footer__content-top {
            padding-bottom: 2rem;
            border-bottom: 1px solid #e0e0e0;
            margin-bottom: 2rem;
        }

        .footer-block__heading {
            color: #333333;
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 1rem;
        }
        .footer-block--newsletter p {
            color: #777777;
            margin-bottom: 1rem;
        }
        .newsletter-form .form-control {
            border-radius: 0.25rem;
            border: 1px solid #ced4da;
            padding: 0.75rem 1rem; /* Adjusted padding */
            font-size: 0.9rem;
            color: #333;
        }
        .newsletter-form .btn-dark {
            background-color: #333333;
            color: #ffffff;
            border-radius: 0.25rem;
            padding: 0.4rem 1.5rem; /* Adjusted padding to match input height */
            font-size: 0.9rem;
            font-weight: 600;
            transition: background-color 0.3s ease;
        }
        .newsletter-form .btn-dark:hover {
            background-color: #555555;
        }

        .footer__list-social {
            list-style: none;
            padding: 0;
            margin: 1.5rem 0 0 0;
            display: flex;
            gap: 1rem;
            justify-content: flex-start;
        }
        .footer__list-social a:hover {
            text-decoration: none;
        }
        .list-social__item .social-button {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            /* background-color: #e0e0e0; */
            color: #555555;
            transition: background-color 0.3s ease, color 0.3s ease;
        }
        .list-social__item .social-button:hover {
            background-color: #d0d0d0;
            color: #333333;
        }
        .list-social__item .social-button i {
            font-size: 18px;
        }

        .footer-block__details-content {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .footer-block__details-content li {
            margin-bottom: 0.4rem;
        }
        .footer-block__details-content li:last-child {
            margin-bottom: 0;
        }
        .footer-block__details-content .link--text {
            color: #858585;
            font-size: 16px;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        .footer-block__details-content .link--text:hover {
            color: #252525;
            text-decoration: underline;
            text-underline-offset: 4px;
            text-decoration-color: rgb(220, 92, 54);
        }

        .footer__content-middle {
            padding-top: 2.5rem;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: flex-end;
        }
        .footer__info {
            flex: 1 1 auto;
        }
        .footer__copyright p,
        .footer__legal p {
            margin-bottom: 0.3rem;
            color: #777777;
            font-size: 0.8rem;
        }
        .footer__copyright a {
            color: #555555;
            text-decoration: none;
        }
        .footer__copyright a:hover {
            text-decoration: underline;
        }

        .footer__download {
            flex: 0 0 auto;
            text-align: right;
            margin-left: auto;
        }
        .footer__download h3 {
            color: #333333;
            font-size: 1.1rem;
            font-weight: 700;
            padding-left: 150px;
            margin-bottom: 0.5rem;
            text-align: right;
        }
        .footer__download p {
            color: #777777;
            margin-bottom: 0.8rem;
            font-size: 0.85rem;
        }
        .footer__download-buttons {
            display: flex;
            gap: 0.7rem;
            justify-content: flex-end;
            flex-wrap: wrap;
        }
        .footer__download-buttons .button--icon {
            display: inline-flex;
            align-items: center;
            background-color: #555555;
            color: white;
            padding: 0.6rem 1rem;
            border-radius: 0.3rem;
            text-decoration: none;
            transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
            font-size: 0.85rem;
            font-weight: 600;
            border: 1px solid #cccccc;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
        }
        .footer__download-buttons .button--icon:hover {
            background-color: #f0f0f0;
            color: #333333;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }
        .footer__download-buttons .button--icon i {
            font-size: 16px;
            margin-right: 0.4rem;
        }

        /* --- Mobile Specific Styles (max-width: 767.98px) --- */
        @media (max-width: 767.98px) {
            .footer {
                padding: 2rem 0;
            }
            .footer__content-top {
                padding-bottom: 1.5rem;
                margin-bottom: 1.5rem;
            }
            .footer-block--newsletter {
                text-align: center;
                margin-bottom: 1.5rem;
            }
            .newsletter-form {
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            .newsletter-form .input-group {
                width: 100%;
                max-width: 280px;
            }
            .newsletter-form .input-group .form-control {
                border-radius: 0.25rem;
                margin-bottom: 0; 
                text-align: left; 
                flex: 1; 
            }
            .newsletter-form .input-group .btn {
                width: 100%; /* Allow button to size naturally */
                margin-left: 0; /* Ensure no extra margin */
            }
            /* Add this to make the input and button stick together */
            .newsletter-form .input-group .form-control {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }


            .footer__list-social {
                justify-content: center;
                margin-top: 1rem;
                margin-bottom: 1.5rem;
            }

            .footer-blocks-accordion {
                display: block;
                width: 100%;
            }
            .footer-block--links {
                margin-bottom: 0;
                text-align: left;
                width: 100%;
            }
            .footer-block__heading {
                display: flex;
                justify-content: space-between;
                align-items: center;
                width: 100%;
                padding: 0.75rem 0;
                border-top: 1px solid #e0e0e0;
                margin-bottom: 0;
                cursor: pointer;
            }
            .footer-block__heading:last-of-type {
                 border-bottom: 1px solid #e0e0e0;
            }
            .footer-block__heading .icon-caret {
                display: block;
                width: 16px;
                height: 16px;
                color: #555555;
                transition: transform 0.3s ease;
            }
            .footer-block__heading[aria-expanded="true"] .icon-caret {
                transform: rotate(180deg);
            }
            .footer-block__details-content {
                padding: 0.5rem 0 1rem 0;
            }
            .footer-block__details-content li {
                margin-bottom: 0.4rem;
            }
            .footer-block__details-content li:last-child {
                margin-bottom: 0;
            }

            .footer__content-middle {
                flex-direction: column;
                align-items: center;
                text-align: center;
                padding-top: 1.5rem;
            }
            .footer__info {
                margin-bottom: 1rem;
            }
            .footer__download {
                text-align: center;
                margin-left: 0;
                width: 100%;
            }
            .footer__download h3 {
                text-align: center;
                margin-left: 0;
            }
            .footer__download-buttons {
                justify-content: center;
            }
        }

        /* --- Desktop Specific Styles (min-width: 768px) --- */
        @media (min-width: 768px) {
            .footer-blocks-grid {
                display: flex;
                flex-wrap: wrap;
                margin-left: -15px;
                margin-right: -15px;
            }
            .footer-block {
                margin-bottom: 0;
                padding-left: 15px;
                padding-right: 15px;
            }
            .footer-block--newsletter {
                flex: 0 0 33.333333%;
                max-width: 33.333333%;
            }
            .footer-block--links:nth-of-type(2) {
                flex: 0 0 16.666667%;
                max-width: 16.666667%;
            }
            .footer-block--links:nth-of-type(3),
            .footer-block--links:nth-of-type(4) {
                flex: 0 0 25%;
                max-width: 25%;
            }
            .footer-block__heading .icon-caret {
                display: none !important;
            }
            .footer-block__heading {
                border-top: none !important;
                border-bottom: none !important;
                padding: 0;
                cursor: default;
            }
            .footer-block__details-content {
                display: block !important;
                padding: 0;
            }
        }
