/*
Theme Name: Organization Theme One
Theme URI: ''
Author: S A Farqoue
Author URI: https://webnewsdesign.com
Description: Organization theme, theme one, S A Faroque
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oto
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/* General reset */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: SolaimanLipiNormal, Arial, fantasy;
  font-size: 15px;
  line-height: 150%;
}

@font-face {
  font-family: SolaimanLipiNormal;
  src: url(fonts/solaimanlipi_20-04-07.eot);
  src: url(fonts/solaimanlipi_20-04-07.eot) format("embedded-opentype"),
    url(fonts/solaimanlipi_20-04-07.woff) format("woff"),
    url(fonts/solaimanlipi_20-04-07.ttf) format("truetype"),
    url(fonts/solaimanlipi_20-04-07.svg#SolaimanLipiNormal) format("svg");
}

/* Logo styles */
.logo-size {
  max-width: max-content;
  max-height: 108px;
}

/* Footer styles */
.footer-email-border,
.footer-email-button-border,
.header-last-link {
  border-radius: 50px !important;
}

.footer-email-button-border,
.header-font-size li a {
  font-size: 13px;
}

.footer-email-button-border,
.header-button-text {
  font-weight: 646;
}

.footer-email-button-border:hover,
.header-last-link:hover {
  color: white !important;
  background: #214d4b !important;
}

.footer-link li {
  list-style: none;
}

.footer-link li a {
  text-decoration: none;
  color: black;
}

.footer-link li a:hover {
  text-decoration: underline;
}

.footer-logo-name a:hover {
  text-decoration: none !important;
}

/* Layout & Structure */
.main-container-width {
  width: 100%;
}

.dt-layout-table {
  display: block !important;
  overflow: scroll;
}

/* Form Styles */
.form-contact,
.massage-textarea,
.btn-contact {
  width: 100%;
  border-radius: 10px;
}

.form-contact {
  height: 60px;
}

.massage-textarea {
  height: auto;
}

.btn-contact {
  height: 50px;
  background: #537a78;
  font-size: 20px;
  color: white;
  border: none;
}

.btn-contact:hover {
  background: #214d4b;
}

.contact-note-bg {
  background: #fafafa;
}

/* Contact Card Styles */
.contact-card-link li {
  list-style: none;
}

.address-text-color-contact {
  color: #81848a;
}

.contact-card-link li a {
  text-decoration: none;
  color: #81848a;
}

.contact-card-link li a:hover {
  color: #eaac53;
}

/* Breadcrumb Styles */
.bread-crumb-nav-link {
  text-align: center;
  bottom: -35px;
  background: #B69149;
  z-index: 1;
  border-radius: 50px;
}

.bread-crumb-nav-link li {
  list-style: none;
}

.bread-crumb-nav-link li a {
  text-decoration: none;
  color: white;
}

/* Miscellaneous Styles */
.transition {
  transition: all .3s ease;
}

.margin-right-10px {
  margin-right: 10px;
}

.margin-right-10px:last-child {
  margin-right: 0;
}

/* Section Title Hover */
.section-title:hover {
  text-decoration: underline;
}

/* Media Queries */
@media (max-width: 992px) {
  .res-display {
    display: block;
  }
}

@media (max-width: 767px) {
  .border-term {
    border-right: none !important;
  }

  .footer-mobile-link-position {
    display: flex;
    text-align: center;
    justify-content: center;
  }

  .icon-md-position {
    text-align: center;
  }

  .bread-crumb-nav-link li a h5 {
    font-size: 15px;
  }

  .notice-card-text {
    font-size: 18px;
    overflow: hidden;
  }
}

@media (max-width: 766px) {
  .nth-child-border-end-none:nth-child(2n) {
    border-right: none !important;
  }

  .notice-box-index {
    height: 200px;
  }

  .logo-size {
    max-width: 286px;
    max-height: 108px;
  }
}

/* Specific Styles */
.singlePage.videoWrapper iframe {
  height: 481px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 55.25%;
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

i.bi.bi-calendar3 {
  font-size: 12px;
  padding-right: 5px;
}

.main-logo-for-mobile {
  width: 58%;
}

.main-logo-for-mobile img {
  height: 43px;
}

.fixed-width-oto {
  width: 150px !important;
  background-color: green !important;
}

p {
  font-size: 15px;
  line-height: 166%;
  color: #666666;
}

.bottom-menu-column p {
  text-align: left;
}

.dd-text-center p {
  text-align: center !important;
}

.notice-box-index {
  overflow-x: hidden;
}

.last-child-margin-and-padding-bottom-0-border-none:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

#faroqueId li:hover,
.active>a {
  border-bottom: 2px solid green;
}

.bottom-menu-column>.current-menu-item>a {
  text-decoration: underline !important;
}

td.member-image-size img {
  width: 50px !important;
}

.nth-child-border-end-none:nth-child(3n) {
  border-right: 0px solid white !important;
}

.exc:hover img,
.notice:hover img {
  transform: scale(1.5) !important;
}

.exc:hover h5 a,
.x-committee-height li a:hover,
.notice:hover h6,
.notice:hover h4 a,
.notice:hover h5 small,
.notice:hover h5 a {
  color: red !important;
}

.design-and-development a:hover,
.privacy-policy a:hover {
  text-decoration: underline !important;
}

#scrollToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  background-color: #0073aa; /* Change color as needed */
  color: white;
  border: none;
  border-radius: 50%;
  padding: 10px 15px;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s, transform 0.3s;
}

#scrollToTop:hover {
  background-color: #005a8c;
}

#scrollToTop.show {
  display: block;
  opacity: 1;
  transform: scale(1);
}

#scrollToTop.hide {
  opacity: 0;
  transform: scale(0.8);
}
.animate__animated {
  z-index: 9;
}


.notice-box-index {
  overflow-x: hidden;
  height: 247px;
}

.top-shadow {
    box-shadow: 0 -4px 10px rgba(0,0,0,0.1);
}

/* Desktop = 5 columns */
@media (min-width: 992px) {
    .custom-col {
        width: 20%;
    }
}