/* =========================================================
   FORTIVEST CAPITAL - ACCOUNT AREA STYLES
   Deep Navy + Electric Teal + Energy Green
   ========================================================= */

/* Font Size Utilities */
.font-10 { font-size: 10px !important; }
.font-11 { font-size: 11px !important; }
.font-12 { font-size: 12px !important; }
.font-13 { font-size: 13px !important; }
.font-14 { font-size: 14px !important; }
.font-15 { font-size: 15px !important; }
.font-16 { font-size: 16px !important; }
.font-17 { font-size: 17px !important; }
.font-18 { font-size: 18px !important; }
.font-19 { font-size: 19px !important; }
.font-20 { font-size: 20px !important; }
.font-21 { font-size: 21px !important; }
.font-22 { font-size: 22px !important; }
.font-23 { font-size: 23px !important; }
.font-24 { font-size: 24px !important; }
.font-25 { font-size: 25px !important; }
.font-26 { font-size: 26px !important; }
.font-27 { font-size: 27px !important; }
.font-28 { font-size: 28px !important; }
.font-29 { font-size: 29px !important; }
.font-30 { font-size: 30px !important; }
.font-31 { font-size: 31px !important; }
.font-32 { font-size: 32px !important; }
.font-33 { font-size: 33px !important; }
.font-34 { font-size: 34px !important; }
.font-35 { font-size: 35px !important; }
.font-36 { font-size: 36px !important; }
.font-37 { font-size: 37px !important; }
.font-38 { font-size: 38px !important; }
.font-39 { font-size: 39px !important; }
.font-40 { font-size: 40px !important; }
.font-41 { font-size: 41px !important; }
.font-42 { font-size: 42px !important; }
.font-43 { font-size: 43px !important; }
.font-44 { font-size: 44px !important; }
.font-45 { font-size: 45px !important; }
.font-46 { font-size: 46px !important; }
.font-47 { font-size: 47px !important; }
.font-48 { font-size: 48px !important; }
.font-49 { font-size: 49px !important; }
.font-50 { font-size: 50px !important; }

/* Font Weight Utilities */
.fw-100 { font-weight: 100 !important; }
.fw-200 { font-weight: 200 !important; }
.fw-300 { font-weight: 300 !important; }
.fw-400 { font-weight: 400 !important; }
.fw-500 { font-weight: 500 !important; }
.fw-600 { font-weight: 600 !important; }
.fw-700 { font-weight: 700 !important; }
.fw-800 { font-weight: 800 !important; }
.fw-900 { font-weight: 900 !important; }

/* =========================================================
   TEXT & LINKS
   ========================================================= */

.notranslate, .notranslate * {
  unicode-bidi: isolate;
  color: #1b5d0e;
}

.text-gradient {
  background: var(--gradient-energy);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.theme-bg-dark {
  background-color: var(--energy-navy) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: rgb(255 255 255 / 75%) !important;
}

/* =========================================================
   BUTTONS
   ========================================================= */

.btn-gradient {
  border: none;
  color: var(--white);
  background: var(--gradient-green);
  border-radius: var(--radius-md);
  transition: transform var(--transition-fast), box-shadow var(--transition);
}

.btn-gradient:hover {
  color: var(--white);
  background: var(--gradient-green);
  transform: translateY(-2px);
  box-shadow: var(--shadow-green);
}

.btn-gradient-second {
  color: var(--white);
  background: var(--gradient-energy);
  border-radius: var(--radius-md);
  transition: transform var(--transition-fast), box-shadow var(--transition);
}

.btn-gradient-second:hover {
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.btn-outline-gradient {
  color: var(--energy-teal);
  border: 2px solid var(--energy-teal);
  background: transparent;
  position: relative;
  z-index: 1;
  border-radius: var(--radius-md);
}

.btn-outline-gradient::before {
  content: '';
  position: absolute;
  background-color: var(--white);
  border-radius: var(--radius-md);
  z-index: -1;
  inset: 2px;
}

.btn-outline-gradient:is(:hover, :focus)::before {
  background: var(--gradient-energy);
}

.btn-primary {
  background: var(--gradient-green);
}

/* =========================================================
   IMAGES
   ========================================================= */

.img-thumbnail {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: var(--radius-lg);
}

/* =========================================================
   FORMS
   ========================================================= */

.custominput.form-control {
  background: rgba(0, 0, 0, 0);
  color: var(--white);
  line-height: 2.4;
  font-size: 1rem;
  height: 3.5rem;
  border-radius: var(--radius-md);
  border-color: rgba(255, 255, 255, 0.3);
  transition: all var(--transition);
}

.custominput.form-control:focus {
  border-color: var(--energy-teal);
  box-shadow: 0 0 0 3px rgba(8, 126, 139, 0.2);
}

.custominput + .select2-container--bootstrap4 .select2-selection {
  color: var(--white) !important;
  background-color: rgb(0 0 0 / 15%) !important;
  border: 1.3px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: var(--radius-md) !important;
  padding: 0.875rem 1rem !important;
  height: 51px !important;
}

.getSponsor {
  padding: 15px 10px;
}

.input-box {
  position: relative;
}

.input-box input {
  padding-left: 70px;
}

.input-mask {
  position: absolute;
  display: block;
  left: 15px;
  top: 14px;
  z-index: 9;
  font-size: 15px;
  color: var(--white);
}

/* File Upload */

.form-control[type="file"] {
  margin: auto;
  padding: 1.5em;
  border: 2px dashed var(--border);
  transition: border-color 0.25s ease-in-out;
  height: auto;
}

.form-control[type="file"]::file-selector-button {
  padding: 1em 1.5em;
  border-width: 0;
  border-radius: var(--radius-pill);
  color: var(--white) !important;
  background: var(--gradient-green) !important;
  border-color: var(--energy-teal) !important;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  margin-right: 1em;
}

.upload input {
  visibility: collapse;
  position: absolute;
  width: 0;
  height: 0;
}

/* =========================================================
   BORDERS & MISC
   ========================================================= */

.border-green {
  border-color: var(--energy-green) !important;
}

.outline-dashed {
  border-style: dashed !important;
}

.bgblur {
  backdrop-filter: blur(5px);
  background-color: rgba(8, 126, 139, 0.15);
}

/* =========================================================
   ALERT COUNT
   ========================================================= */

.alert-count {
  position: absolute;
  margin-top: -13px;
  background: var(--energy-green);
  color: var(--white);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 12px;
  padding: 4px;
}

/* =========================================================
   PASSWORD STRENGTH
   ========================================================= */

.check-strength {
  line-height: 24px;
}

.check-strength > div {
  border-radius: 3px;
  display: inline-block;
  height: 4px;
  margin-right: 2px;
  opacity: 0.2;
  transition: all 0.5s ease;
  vertical-align: middle;
  width: 15px;
}

.check-strength > div:first-child,
.check-strength > div:nth-child(2) {
  background-color: var(--danger);
}

.check-strength > div:nth-child(3),
.check-strength > div:nth-child(4) {
  background-color: var(--warning);
}

.check-strength > div:nth-child(5),
.check-strength > div:nth-child(6) {
  background-color: var(--energy-green);
}

.check-strength.good > div:first-child,
.check-strength.good > div:nth-child(2),
.check-strength.good > div:nth-child(3),
.check-strength.good > div:nth-child(4),
.check-strength.strong > div:first-child,
.check-strength.strong > div:nth-child(2),
.check-strength.strong > div:nth-child(3),
.check-strength.strong > div:nth-child(4),
.check-strength.strong > div:nth-child(5),
.check-strength.strong > div:nth-child(6),
.check-strength.weak > div:first-child,
.check-strength.weak > div:nth-child(2) {
  opacity: 1;
}

/* =========================================================
   RADIO BUTTONS
   ========================================================= */

.hiddenradio [type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.hiddenradio [type=radio] + .radioselect {
  display: block;
  min-width: 150px;
  color: var(--white);
  text-align: center;
  background-color: var(--energy-navy);
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-md);
  padding: 0.575rem 1rem;
}

.hiddenradio [type=radio]:checked + .radioselect {
  background: var(--energy-teal) !important;
  box-shadow: 0 0 0 1px var(--energy-teal-light);
}

.hiddenradio .form-check {
  padding-left: 0;
  padding-right: 0;
}

/* =========================================================
   INPUT GROUP
   ========================================================= */

.inputgroup {
  width: 260px;
  margin-right: 5px;
}

.inputgroup img {
  border-radius: var(--radius-md);
  height: 42px;
}

.inputgroup a {
  font-size: 30px;
}

/* =========================================================
   COUNTDOWN TIMER
   ========================================================= */

.time-counter {
  position: relative;
}

.time-counter .time-countdown {
  position: relative;
  margin-bottom: 150px;
}

.time-counter .time-countdown .counter-column {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 180px;
  line-height: 1em;
  color: var(--white);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  z-index: 7;
  border-radius: var(--radius-lg);
  background: var(--gradient-green);
  margin: 0 15px 20px;
}

.time-counter .time-countdown .counter-column:nth-child(2) {
  background: var(--gradient-energy);
}

.time-counter .time-countdown .counter-column:nth-child(3) {
  background: var(--gradient-dark);
}

.time-counter .time-countdown .counter-column:nth-child(4) {
  background: var(--energy-blue);
}

.time-counter .time-countdown .counter-column .count {
  position: relative;
  display: block;
  font-size: 70px;
  line-height: 30px;
  padding: 60px 0 30px;
  color: var(--white);
  font-weight: 600;
}

.nobtn {
  border: none;
  background: none;
}

/* =========================================================
   PRICING SECTION
   ========================================================= */

.price-one {
  position: relative;
  padding: 40px 0 120px;
}

.pricing-tabs {
  position: relative;
  z-index: 2;
}

.pricing-tabs .tabs-content .tab {
  position: relative;
  display: none;
}

.pricing-tabs .tabs-content .tab.active-tab {
  display: block;
}

.pricing-tabs .buttons-outer {
  text-align: center;
}

.pricing-tabs .tab-buttons {
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: var(--radius-pill);
  margin-top: 20px;
  display: inline-block;
  border: 3px solid var(--energy-navy);
  background-color: var(--white);
}

.pricing-tabs .tab-buttons .tab-btn {
  position: relative;
  color: var(--energy-navy);
  font-size: 20px;
  font-weight: 700;
  float: left;
  cursor: pointer;
  padding: 17px 48px;
  background-color: var(--white);
  transition: all 300ms ease;
}

.pricing-tabs .tab-buttons .tab-btn:hover,
.pricing-tabs .tab-buttons .tab-btn.active-btn {
  color: var(--white);
  background-color: var(--energy-navy);
}

.price-block_one {
  position: relative;
  margin-bottom: 20px;
  transition: all 900ms ease;
}

.price-block_one-inner {
  position: relative;
  padding: 35px 30px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  transition: all 500ms ease;
  border: 3px solid var(--energy-navy);
  background-color: var(--energy-navy);
}

.price-block_one-inner:hover {
  border-color: var(--energy-teal);
}

.price-block_one-inner::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform: scale(0.1, 1);
  transition: all 500ms ease;
  background-color: var(--white);
}

.price-block_one-inner:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

.price-block_one.active .price-block_one-inner {
  border-color: var(--energy-teal);
}

.price-block_one.active .price-block_one-inner::before {
  opacity: 1;
  transform: scale(1, 1);
}

.price-block_one-icon {
  position: absolute;
  right: 35px;
  top: 25px;
  width: 50px;
}

.price-block_one-subtitle {
  position: relative;
  font-size: 26px;
  font-weight: 900;
  color: var(--white);
  text-transform: uppercase;
  transition: all 500ms ease;
}

.price-block_one-inner:hover .price-block_one-subtitle,
.price-block_one-inner:hover .price-block_one-title,
.price-block_one-inner:hover .price-block_one-text,
.price-block_one-inner:hover .price-block_one-price,
.price-block_one-inner:hover .price-block_one-list li {
  color: var(--energy-navy);
}

.price-block_one.active .price-block_one-subtitle,
.price-block_one.active .price-block_one-title,
.price-block_one.active .price-block_one-text,
.price-block_one.active .price-block_one-price,
.price-block_one.active .price-block_one-list li {
  color: var(--energy-navy);
}

.price-block_one-title {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  margin-top: 30px;
  color: var(--white);
  text-transform: capitalize;
  transition: all 500ms ease;
}

.price-block_one-inner:hover .price-block_one-title {
  color: var(--energy-navy);
}

.price-block_one-text {
  position: relative;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 26px;
  margin-top: 20px;
  transition: all 500ms ease;
}

.price-block_one-inner:hover .price-block_one-text {
  color: var(--energy-navy);
}

.price-block_one-price {
  position: relative;
  font-weight: 800;
  margin-top: 20px;
  font-size: 26px;
  line-height: 1em;
  color: var(--energy-green);
  text-transform: capitalize;
  transition: all 500ms ease;
}

.price-block_one-inner:hover .price-block_one-price {
  color: var(--energy-navy);
}

.price-block_one-list {
  position: relative;
  margin-top: 30px;
  list-style: none;
  padding-left: 0;
}

.price-block_one-list li {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  color: var(--white);
  padding-top: 5px;
  margin-bottom: 15px;
  transition: all 500ms ease;
}

.price-block_one-list li::before {
  position: absolute;
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  left: 0;
  top: 5px;
  width: 25px;
  height: 25px;
  color: var(--energy-green);
  display: flex;
  align-items: center;
  justify-content: center;
}

.price-block_one-list li:last-child {
  margin-bottom: 0;
}

.price-block_one-btn {
  position: relative;
  margin-top: 40px;
  font-weight: 700;
  font-size: 15px;
  overflow: hidden;
  text-align: center;
  border-radius: var(--radius-md);
  padding: 18px 40px;
  display: inline-block;
  color: var(--white);
  text-transform: capitalize;
  background: var(--gradient-green);
  transition: transform var(--transition-fast), box-shadow var(--transition);
}

.price-block_one-btn:hover {
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: var(--shadow-green);
}

/* =========================================================
   CONTACT SECTION
   ========================================================= */

.contact-one {
  position: relative;
  padding-top: 110px;
}

.contact-one::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: var(--radius-xl);
  background-color: var(--energy-navy);
  margin: 0 20px;
}

.contact-one_shadow {
  position: absolute;
  left: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background-position: left top;
  background-repeat: no-repeat;
}

.contact-one_form-column {
  position: relative;
}

.contact-one_form-outer {
  position: relative;
  padding: 15px 60px 10px 30px;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  background-color: rgba(255, 255, 255, 0.05);
}

.contact-one_form-title-box {
  position: relative;
  margin-bottom: 35px;
}

.contact-one_form-title {
  position: relative;
  font-size: 48px;
  line-height: 58px;
  color: var(--white);
}

.contact-one_form-text {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.85);
}

/* Default Form */

.default-form {
  position: relative;
}

.default-form .form-group {
  margin-bottom: 35px;
}

.default-form .form-group label {
  position: relative;
  font-size: 16px;
  display: block;
  font-weight: 600;
  margin-bottom: 0;
  padding-left: 25px;
  color: var(--white);
}

.default-form .form-group:last-child {
  margin-bottom: 0;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="email"],
.default-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 10px 25px;
  height: 60px;
  font-weight: 400;
  font-size: 16px;
  border-radius: var(--radius-md);
  background: none;
  color: var(--white);
  transition: all 300ms ease;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group select:focus,
.default-form .form-group textarea:focus {
  border-color: var(--energy-teal);
}

.default-form .form-group .theme-btn {
  padding: 20px 48px;
  margin-top: 15px;
  border: none;
}

.default-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 150px;
  resize: none;
  font-size: 16px;
  line-height: 26px;
  padding: 20px;
  border-radius: var(--radius-md);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: none;
  transition: all 300ms ease;
}

.default-form textarea:focus {
  border-color: var(--energy-teal);
}

.contact-one_info-column {
  position: relative;
}

.contact-one_info-outer {
  position: relative;
  padding-left: 30px;
}

.contact-one_info {
  position: relative;
  z-index: 1;
  padding-left: 0;
}

.contact-one_info li {
  position: relative;
  padding-left: 80px;
  font-size: 16px;
  margin-bottom: 60px;
  color: var(--white);
  list-style: none;
}

.contact-one_info li span {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background: var(--gradient-green);
}

.contact-one_info li strong {
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: var(--white);
}

.contact-one_info li a {
  position: relative;
  font-size: 16px;
  margin: 2px 0;
  display: inline-block;
  color: rgba(255, 255, 255, 0.85);
}

/* =========================================================
   TABLE STYLES
   ========================================================= */

table tr th, table tr td {
  vertical-align: middle;
}

/* =========================================================
   SWEETALERT
   ========================================================= */

.swal2-popup {
  padding: 20px 30px !important;
  border: 2px solid var(--energy-teal) !important;
  border-radius: var(--radius-lg) !important;
  background: var(--energy-navy) !important;
}

.swal2-content {
  color: var(--white) !important;
}

.swal2-input {
  border: 2px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: var(--radius-md) !important;
  color: var(--white) !important;
  font-size: 14px !important;
  padding: 22.5px 20px !important;
}

.swal2-input:focus, .swal2-input:active {
  border-color: var(--energy-teal) !important;
}

.swal2-styled.swal2-confirm {
  background-color: var(--energy-teal) !important;
}

.swal2-styled.swal2-cancel {
  background-color: rgba(255, 255, 255, 0.15) !important;
}

.swal2-validation-message {
  background: transparent !important;
  color: var(--danger) !important;
}

.swal2-close {
  width: 1em !important;
  height: 1em !important;
  font-size: 2em !important;
}

.swal2-close:hover {
  color: var(--energy-green) !important;
}

.swal2-title {
  color: var(--white) !important;
}

/* =========================================================
   PORTFOLIO
   ========================================================= */

.portfolio {
  width: 250px;
  margin: 0 auto;
}

.pfbody {
  width: 250px;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--white);
  letter-spacing: 0.5px;
}

.pfthumbnail {
  margin-top: 75px;
}

.pfthumbnail img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid var(--energy-green);
}

.pfdetails {
  margin-top: 25px;
  padding: 0 20px;
  font-size: 9px;
}

.pfcontent {
  margin-top: 5px;
}

.pfcontent h2 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  color: var(--energy-green);
  margin: -3px;
}

.pfcontent p {
  margin: 0;
  font-size: 9px;
  padding: 0 17px;
}

/* =========================================================
   ANIMATIONS
   ========================================================= */

.time-countdown1 {
  background: var(--gradient-dark);
  width: 45px;
  height: 45px;
  border-radius: var(--radius-sm);
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: var(--white);
}

.count1 {
  font-size: 22px;
  font-weight: 800;
}

.fadeInUp {
  animation: fadeInUp 0.8s ease forwards 0.2s;
}

@keyframes fadeInUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.blink {
  animation: blink 0.6s infinite;
}

@keyframes blink {
  0% { color: var(--energy-green); }
  100% { color: var(--white); }
}

.pulse {
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 0.5; }
  50% { transform: scale(1.2); opacity: 1.0; }
  100% { transform: scale(1); opacity: 0.5; }
}

.blinking-btn {
  animation: blinkbtn 1s linear infinite;
}

@keyframes blinkbtn {
  0%, 100% { background-color: var(--energy-teal); }
  50% { background-color: transparent; color: transparent; }
}

._number {
  text-align: center !important;
}

/* =========================================================
   PAGE TITLE
   ========================================================= */

.page-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
  background: var(--white);
  position: relative;
  z-index: 1;
  flex-flow: wrap;
  margin-bottom: 1.875rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.page-title h1, .page-title .h1 {
  margin: 0;
  font-size: 17px;
  margin-right: 2rem;
  color: var(--energy-navy);
}

.page-title .breadcrumb {
  margin-bottom: 0;
  align-items: center;
}

.page-title .breadcrumb li {
  margin-top: 0;
  margin-bottom: 0;
}

.page-title .breadcrumb li a {
  display: flex;
  gap: 6px;
  color: var(--text-secondary);
}

.page-title .breadcrumb li.active {
  color: var(--energy-teal);
  font-weight: 500;
}

.page-title .breadcrumb li.active a {
  color: var(--energy-teal) !important;
}

.page-title .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: var(--text-muted);
}

.page-title ol {
  margin-bottom: 0;
}

/* =========================================================
   MY BUSINESS CARD
   ========================================================= */

.mybusiness .card {
  overflow: hidden;
}

.mybusiness .card .card-body {
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  background-color: var(--energy-navy);
}

/* =========================================================
   COPY LINK
   ========================================================= */

#copylink {
  visibility: collapse;
  width: 0;
  height: 0;
  position: absolute;
}

/* =========================================================
   EQUAL COLUMNS
   ========================================================= */

.row.equal-cols {
  display: flex;
  flex-wrap: wrap;
}

.row.equal-cols > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.row.equal-cols > [class*='col-'] > * {
  flex: 1 1 auto;
}

/* =========================================================
   GOOGLE TRANSLATOR
   ========================================================= */

#google_translate_element span, #google_translate_element1 span {
  display: none !important;
}

.goog-te-gadget {
  font-size: 0 !important;
  color: transparent !important;
  height: 25px !important;
  overflow: hidden !important;
  margin-top: -4px !important;
  margin-bottom: -5px !important;
}

.goog-te-gadget .goog-te-combo {
  cursor: pointer;
  width: 150px !important;
  height: 25px !important;
  padding: 0 10px !important;
  margin: 0 !important;
  background: transparent;
  color: var(--text-primary) !important;
  font-size: 14px !important;
  border-radius: 30px !important;
}

.goog-te-gadget .goog-te-combo option {
  background-color: var(--white);
  color: var(--text-primary);
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
  z-index: 1000;
  position: fixed;
  transition-delay: 0.6s;
  left: -1000px;
  top: -1000px;
  display: none !important;
}

iframe {
  visibility: hidden !important;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media only screen and (max-width: 480px) {
  .default-form .form-group .theme-btn {
    padding: 10px 20px;
    margin-top: 0;
  }
  
  .sec-title {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  
  .contact-one_form-outer {
    padding: 15px 50px 10px 30px;
  }
  
  .pdetails, .pdetails h6 {
    font-size: 13px;
  }
  
  .page-title {
    padding-right: 20px;
    padding-left: 20px;
  }
  
  .page-title h1, .page-title .h1 {
    font-size: 15px;
    margin-right: 1rem;
  }
  
  .page-title {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
  }
}

/* =========================================================
   DARK / LIGHT THEME TOGGLE (account area)
   ========================================================= */

.theme-toggle {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, #087E8B 0%, #00B8A9 50%, #20BF55 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(32, 191, 85, 0.35);
  cursor: pointer;
  z-index: 99999;
  font-size: 22px;
  line-height: 1;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.theme-toggle:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 30px rgba(32, 191, 85, 0.5);
}
.theme-toggle i {
  position: absolute;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.theme-toggle i:first-child { opacity: 1; transform: scale(1); }
.theme-toggle i:last-child { opacity: 0; transform: scale(0.5); }
body.dark-body .theme-toggle i:first-child { opacity: 0; transform: scale(0.5); }
body.dark-body .theme-toggle i:last-child { opacity: 1; transform: scale(1); }
body.dark-body .theme-toggle {
  background: linear-gradient(135deg, #071A2B 0%, #0B3954 55%, #087E8B 100%);
  border: 2px solid #20BF55;
  box-shadow: 0 8px 25px rgba(32, 191, 85, 0.3);
}

@media only screen and (max-width: 650px) {
  .theme-toggle {
    bottom: 15px;
    right: 15px;
    width: 46px;
    height: 46px;
    font-size: 19px;
  }
}
