.icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    /* Adjust size as needed */
    height: 50px;
    /* Adjust size as needed */
    border: 2px solid black;
    /* Black border */
    border-radius: 50%;
    /* Makes it a circle */
    background-color: black !important;
    /* Transparent background */
    color: white;
    /* Icon color */
    font-size: x-large;
    /* Icon size */
  }

  .subscribe-btn {
    background-color: black !important;
    color: black;
    border: 2px solid black;
    font-size: 14px;
    /* Slightly smaller font */
    font-weight: bold;
    border-radius: 40px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    /* Reduced gap for a narrower button */
    padding: 5px 13px;
    /* Reduced padding to shrink width */
    transition: all 0.3s ease;
  }

  .arrow-circle {
    width: 30px;
    height: 30px;
    background-color: gray;
    /* Gray circle */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    /* Arrow color */
    font-size: 14px;

  }

  .subscribe-btn:hover {
    background-color: black;
    /* Black background on hover */
    color: white;
    /* White text on hover */
    border-color: black;
    transform: translateX(5px);
  }

  .subscribe-btn:hover .arrow-circle {
    background-color: white;
    /* White circle on hover */
    color: black;
    /* Black arrow on hover */
    transition: all 0.3s ease;
  }

html{ scroll-behavior: smooth;}
.form-control {
  height: 44px;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none; }
  .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.3) !important; }
  .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.3) !important; }
  .form-control:-ms-input-placeholder {
    /* IE 0+ */
    color: rgba(0, 0, 0, 0.3) !important; }
  .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.3) !important; }
  .form-control:focus, .form-control:active {
    border-color: #2553b8 !important; }

textarea.form-control {
  height: inherit !important; }

.wrapper {
  width: 100%; }

.contact-wrap {
  background: #e8edf0; }

.dbox {
  width: 100%;
  margin-bottom: 25px;
  padding: 0 20px; }
  @media (min-width: 768px) {
    .dbox {
      margin-bottom: 0;
      padding: 0; } }
  .dbox p {
    margin-bottom: 0; }
    .dbox p span {
      font-weight: 500;
      color: #000; }
    .dbox p a {
      color: black; }
  .dbox .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #EF0A0A;
    margin: 0 auto;
    margin-bottom: 20px; }
    .dbox .icon span {
      font-size: 20px;
      color: #fff; }
  .dbox .text {
    width: 100%; }

.btn {
  padding: 12px 16px;
  cursor: pointer;
  border-width: 1px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .btn:hover, .btn:active, .btn:focus {
    outline: none !important;
    -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important; }
  .btn.btn-primary {
    background: #2553b8 !important;
    border-color: #2553b8 !important;
    color: #fff; }
    .btn.btn-primary:hover, .btn.btn-primary:focus {
      border-color: #1c408e !important;
      background: #1c408e !important; }

.contactForm .label {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600; }

.contactForm .form-control {
  border: none; }

#map {
  width: 100%; }
  @media (max-width: 767.98px) {
    #map {
      height: 300px; } }

#contactForm .error {
  color: red;
  font-size: 12px; }

#contactForm .form-control {
  font-size: 16px; }

#message {
  resize: vertical; }

#form-message-warning, #form-message-success {
  display: none; }

#form-message-warning {
  color: red; }

#form-message-success {
  color: #28a745;
  font-size: 18px;
  font-weight: 500; }

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-size: 16px;
  font-weight: 500;
  color: #2553b8; }

.modal-content {
  width: 90%;
  max-width: 500px;
  margin: auto;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.modal-inner {
  width: 100%;
}

.form-section {
  flex: 2;
  width: 100%;
}

.form-section h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.input-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}

.input-row input {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
}

.agree-checkbox {
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.agree-checkbox a {
  color: gray;
  text-decoration: none;
  font-size: 14px;
}

.agree-checkbox a:hover {
  color: #EF0A0A;
}

button[type="submit"] {
  background-color: #EF0A0A;
  color: #fff;
  border: none;
  padding: 12px;
  width: 100%;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button[type="submit"]:hover {
  background-color: #c40909;
}

.logo-section {
  flex: 1;
}

.close-button {
  float: right;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

@media (max-width: 480px) {
  .modal-content {
    padding: 15px;
  }

  .form-section h2 {
    font-size: 20px;
  }
}

/* Default styles */
.logo-section {
  flex: 1;
}
.form-section {
  flex: 2;
  width: 100%;
}

/* Responsive adjustments for mobile view */
@media (max-width: 768px) {
  .logo-section {
      display: none;
  }

  .form-section {
      flex: 1 1 100%;
      width: 100%;
  }
}
.collapsible {
  background-color: #F19533;
  color: white;
  border-radius: 15px;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  font-weight: bold;
}

.active,
.collapsible:hover {
  background-color: black;
  border-radius: 0px;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  
}

.active:after {
  content: "\2212";
  
}
.toggle{
  size: 70px;
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  /* background-color: #F19533; */
  border-radius: 15px;
}
.questions p{
  padding-top: .5em;
  text-align: justify;
  text-justify: inter-word;
}