
body {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  font-size: 1.1875em;
  font-weight: 300;
}

.dropdown-item {
  font-weight: 300;
  font-size: 1.1875em;
}

.dropdown-item i {
  margin-right: 10px;
}

.top-header {
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

.sticky-top {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.navbar  {
  box-shadow: none;
  border-bottom: 1px solid #088ED6;
  background-color: #fff !important;
}

.navbar .navbar-nav .nav-link {
  color: #000 !important;
  font-size: 17px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 600;
}

.navbar .navbar-nav .nav-link:hover {
  color: #088ED6 !important;
}

.navbar .navbar-nav .nav-item.active .nav-link {
  color: #088ED6 !important;
}

#searchForm {
  font-size: 14px;
}

@media (min-width: 1360px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1460px;
  }
}

.card {
    background: #fff;
    box-shadow: 0 3px 24px rgba(0, 0, 0, .08);
    border-radius: 4px; 
    border: none;
}

.cke_notification  {
  display: none;
}

.top-header h1 {
  color: #088ED6;
  font-weight: 900;
  margin-bottom: 0;
  font-size: 48px;
}

.top-header h2 {
  margin: 0;
  font-size: 19px;
  line-height: 28px;
  font-weight: 300;
  color: #000;
}

.ad-banner {
  width: 300px;
  min-width: 300px;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ad-banner-728-90 {
  max-width: 100%;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ad-banner-728-90 img {
  max-width: 100%;
}

/* Responsive: hide ads on small screens */
@media (max-width: 1024px) {
  .ad-banner {
    display: none;
  }
}

.sticky-ad {
  position: sticky;
  top: 70px;
  align-self: flex-start; /* ensures sticky works inside flex */
  z-index: 10;
}

.main-content {
  max-width: 800px; 
  box-sizing: border-box;
  padding-top: 50px;
}

.uploader {
  text-align: center;
  margin: 30px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.uploader-wrapper {
  width: 100%;
  background: #333;
  color: #fff;
  padding: 16px;
  border-radius: 4px;
}

.choose-file {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 320px;
  height: auto;
  background-color: #088ED6;
  color: #fff;
  box-shadow: 2px 8px 17px 0 rgba(76,76,76,.06), 2px 12px 19px 0 rgba(0,0,0,.05), 2px 7px 9px 0 rgba(0,0,0,.04), 2px 6px 9px 13px rgba(252,22,0,.02);
  border-radius: 4px;
  transition: background-color .15s ease-in-out,box-shadow .2s ease-in-out;
  padding: 20px 10px 20px 20px;
  width: 194px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.uploader-wrapper p {
   padding: 13px 0 2px;
   color: #959595;
   letter-spacing: -.3px;
   cursor: default;
   margin: 0;
}

.choose-file {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
}

.choose-file input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.choose-file:hover {
    background: #e93737;
}

.w-1090 {
    max-width: 1090px;
}

.drop_uploader.drop_zone ul.files > li {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
}

.drop_uploader.drop_zone ul.files {
    margin-top: 40px !important;
}

.drop_uploader.drop_zone ul.files li .du_progress {
    top: 4px;
}

.settings .modal-body p label {
    font-size: 12px;
    margin-bottom: 8px;
}

.drop_uploader.drop_zone ul.files li .status, 
.drop_uploader.drop_zone ul.files li .completed
{
    display: none
}

.uploader-wrapper {
    background-color: #3c3c3c;
    background-image: linear-gradient(45deg,rgba(0,0,0,.06) 25%,transparent 0),linear-gradient(-45deg,rgba(0,0,0,.06) 25%,transparent 0),linear-gradient(45deg,transparent 75%,rgba(0,0,0,.06) 0),linear-gradient(-45deg,transparent 75%,rgba(0,0,0,.06) 0);
    background-size: 24px 24px;
    background-position: 0 0,0 12px,12px -12px,-12px 0;
}

.circle-icon i {
    width: 60px;
    height: 60px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%;
    font-size: 26px;
}

.wrapper {
    width: 60%;
    margin: 0 auto;
}

.logo {
    width: 240px;
    height: auto;
}
.footer {
  width: 100%;
  background-color: #282828;
  color: #fff;
  background-image: linear-gradient(180deg, #1E7FB6 0%, #000000 100%);
}

.footer-counter p::first-letter {
  font-size: 30px;
}

.footer-sitemap {
  margin: 0 0 30px;
  padding: 6px 0 0;
  border-bottom: 1px solid #3e3e3e;
}

@media (min-width: 768px) {
  .footer-bottom {
      font-size: 12px;
      line-height: 21px;
  }
}
.footer-bottom {
  padding: 0 0 1px;
}

.footer-sitemap h6 {
  color: #fff;
  font-weight: 300;
  margin: 0 0 19px;
}

.footer-counter {
  padding: 13px 0 0;
  color: #fff;
}


@media (min-width: 992px) {
  .footer-sitemap .nav {
  }
}
@media (min-width: 576px) {
  .footer-sitemap .nav {
      padding-top: 0;
      padding-bottom: 0;
  }
}
.footer-sitemap .nav {
  padding-top: 5px;
  padding-bottom: 10px;
  line-height: 22px;
}


@media (min-width: 576px) {
  .footer-sitemap .nav li {
      margin-bottom: 18px;
      text-align: left;
  }
}
.footer-sitemap .nav li {
  margin-bottom: 8px;
  text-align: center;
}
@media (min-width: 576px) {
  .footer-sitemap .nav li {
      margin-bottom: 18px;
      text-align: left;
  }
}
.footer-sitemap .nav li {
  margin-bottom: 8px;
  text-align: left;
}

.footer-sitemap a {
  color: #fff;
}
.footer a {
  color: #fff;
  text-decoration: none !important;
}
.footer-sitemap a {
  color: #fff;
}
.footer a {
  color: #fff;
  text-decoration: none !important;
}

.flex-column {
  flex-direction: column !important;
}

.page h1 {
  font-size: 33px;
  line-height: 44px;
  letter-spacing: -1.3px;
  color: #088ED6;
  text-align: center;
}

.form-group {
  margin-bottom: 1rem;
}


.btn-block {
  width: 100%;
}

.alert .close {
  border: navajowhite;
  background: inherit;
  color: inherit;
}

.left-sidebar {
  width: 200px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}

.content {
  display: inline-block;
  width: calc(100% - 260px);
}

.toast-success {
  background-color: rgb(var(--bs-success-rgb));
}

.toast-error {
  background-color: rgb(var(--bs-danger-rgb));
}

.thumb {
  width: auto;
  height: 43px;
  margin-right: 10px;
  border-radius: 4px;
}

.thumb-big {
  width: 250px;
  height: 150px;
  margin-right: 10px;
  border-radius: 4px;
  object-fit: cover;
}

.blog-thumbnail {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
}

.cloud-btn {
  padding: 0px 26px;
    outline: none;
    border: none;
    border-radius: 2px;
    background: transparent
}

.cloud-btn img {
  width: 30px;
}


@media (max-width: 767px) {
  
  .cloud-btn {
    margin-top: 15px;
  }

  .uploader-wrapper {
    padding: 8px;
  }

  .drop_uploader.drop_zone ul.files {
    width: 100%;
  }
}


.header-main .megamenu-item {
  position: static
}

.header-main .megamenu-item>a {
  position: relative;
  cursor: default
}

.header-main .megamenu-item>a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  transform: rotate(45deg);
  margin: -3px 0 0 10px;
  width: 7px;
  height: 7px;
  border-color: #088ED6;
  border-style: solid;
  border-width: 0 1px 1px 0
}

.header-main .megamenu-item:hover>a:after,.header-main .megamenu-item>a:hover:after {
  border-color: currentColor
}

.header-main .megamenu,.header-main .main-nav>ul>li>ul {
  display: block!important;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  margin-top: 1px;
  top: 100%;
  left: 0;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 7px 20px rgba(0,0,0,.04),0 4px 12px rgba(0,0,0,.02),0 3px 6px rgba(0,0,0,.01)
}

.header-main .megamenu,.header-main .main-nav>ul>li>ul {
  opacity: 0;
  visibility: hidden;
  transition: .2s
}

.header-main .megamenu {
  width: 100%;
  padding: 30px 0;
  margin: 0
}

.header-main .megamenu ul {
  margin: 0 -20px
}

.header-main .megamenu ul li {
  display: inline-block;
  vertical-align: top;
  width: 25%!important;
  margin: 0!important;
  padding: 0;
  border: none;
  font-size: 14px
}

.header-main .megamenu ul li a {
  padding: 19px 20px;
  border-radius: 4px;
  color: #333;
  text-decoration: none;
  width: 100%;
  display: inline-block;
}

.header-main .megamenu ul li a:hover {
  background-color: #f6f6f6;
  color: #333
}

.header-main .megamenu ul li a span {
  margin: -5px 0 -4px;
  padding: 0
}

.header-main .megamenu ul li a svg {
  align-self: flex-start;
  width: 35px!important;
  height: 33px!important;
  margin: 0 15px 0 -1px
}

.header-main .megamenu ul li a svg path:first-child {
  fill: #088ED6;
}

.m-dropdown  {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 47px;
    border-left: 1px solid rgba(51, 51, 51, .66);
}

.m-dropdown:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -7px;
  border-color: currentcolor transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0;
}

.picker-mobile-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100%;
  padding: 0;
  margin: 10px 0 0;
  font-size: .875rem;
  color: #333;
  text-align: left;
  list-style: none;
  background-color: #1d1d1d;
  background-clip: padding-box;
  border: 0 solid rgba(40, 40, 40, .15);
  border-radius: 4px;
}


.m-dropdown {
  display: none;
}

.converter-buttons {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-size: 16px;
}

.converter-buttons h2 {
  text-align: center;
  margin-bottom: 25px;
  color: #333;
}

.button-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px;
}

.converter-button {
  display: block;
  padding: 12px 15px;
  background-color: #dc3545;
  color: white;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.converter-button:hover {
  background-color: #c82333;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  color: #fff;
}

@media (max-width: 600px) {
  .button-grid {
      grid-template-columns: 1fr;
  }
}

.modern-faq-section {
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  background: #f8f9fa;
  padding: 40px 0px;
  border-radius: 12px;
  max-width: 100%;
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-section-title {
  text-align: center;
  font-size: 32px;
  color: #2c3e50;
  margin-bottom: 10px;
  font-weight: 700;
}

.faq-section-subtitle {
  text-align: center;
  font-size: 16px;
  color: #7f8c8d;
  margin-bottom: 30px;
}

.faq-accordion {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.faq-item {
  border-bottom: 1px solid #e0e0e0;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background 0.2s;
}

.faq-question:hover {
  background: #f8f9fa;
}

.faq-question h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
}

.faq-toggle {
  width: 24px;
  height: 24px;
  background: #f1f5f9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3498db;
  font-size: 12px;
  transition: all 0.3s;
}

.faq-item.active .faq-toggle {
  background: #3498db;
  color: white;
}

.faq-answer {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
  padding: 0 25px 20px;
  max-height: 500px;
}

.faq-answer p {
  margin: 0;
  color: #4b5563;
  line-height: 1.6;
}

/* Elementor specific adjustments */
.elementor-widget-container .modern-faq-section {
  padding: 30px 15px;
}

.elementor-widget-container .faq-section-title {
  font-size: 28px;
}

.tools {
  background-color: #1E7FB6;
}

.tools li {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  position: relative;
  width: 250px;
  margin-bottom: 18px;
}

.tools li a {
  color: #F3F3F3;
  text-decoration: none;
}

.tools li:hover a {
  text-decoration: none;

}

.tools li svg {
  fill: #fff;
  width: 20px;
}

.tools li:hover a {
  color: #2D2D2D;
}

.tools li:hover svg {
  fill: #2D2D2D;
}

.tools li::after {
  border-top-style: dotted;
  border-top-width: 1px;
  content: "";
  border-color: #2D2D2D;
  left: 0;
  width: 100%;
  bottom: -8px;
  position: absolute;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .faq-section-title {
      font-size: 26px;
  }

  .faq-question {
      padding: 16px 20px;
  }

  .faq-question h3 {
      font-size: 16px;
  }

  .faq-answer {
      padding: 0 20px;
  }

  .faq-item.active .faq-answer {
      padding: 0 20px 16px;
  }

  .modern-faq-section {
    margin: 15px;
  }
}



@media (max-width: 767px) {
  .text_wrapper .text {
    /* flex-direction: column; */
    justify-content: space-between !important;
    position: relative;
  }
  
.m-dropdown {
  display: block !important;
}

  .gd-desktop,
  .db-desktop{
    display: none;
  }

  .text_wrapper i {
    height: 65px;
    top: 0 !important;
    width: 40px;
    text-align: center;
    color: #fff !important;
    margin-right: 0 !important;
    padding-left: 50px;
    padding-right: 15px;
  }

  .browse-btn svg {
    display: none;
  }

  .text_wrapper .nav-item:after {
    content: attr(data-action-label);
    padding: 4px 0;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
  }

  .text_wrapper .nav-item {
      position: relative;
      display: block;
      padding: 8px 24px 8px 19px;
      margin: 0;
      background-color: rgba(29, 29, 29, 0);
      cursor: pointer;
      font-size: 14px;
      line-height: 22px;
      white-space: nowrap;
      border-bottom: 1px solid hsla(0, 0%, 100%, .11);
      padding: 14px 0px;
  }

  ul.files  {
    width: 100% !important;
    padding: 0px;
  }

  ul.files > li {
    display: flex !important;
    flex-direction: column  !important;
    justify-content: start  !important;
    align-items: unset !important;
    gap: 11px;
    
    position: relative;
  }

  ul.files > li > span {
    width: 84% !important;
  }

  ul.files .action-delete {
    position: absolute !important;
    right: 0 !important;
  }

  .m-options {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 11px;
  }

  .du_progress {
    position: absolute !important;
    right: 31px !important;
    top: 44px !important;
  }

  .select-format {
    display: block;
    /* position: fixed; */
    left: 50%;
    top: 69%;
    transform: translate(-50%, -50%);
  }

  .right-options {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 33px;
  }
  
}


