/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 3.1.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



/* start partners youtube video link  */
.video-container {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  pointer-events: none;
}
iframe {
  width: 300%;
  height: 100%;
  margin-left: -100%;
  z-index: 1;
}
#play-pause-button1 {
  cursor: pointer;
}
body .main-menu-top .menu-item ul.sub-menu a {
  color: #fff !important;
}
body .main-menu-top .menu-item ul.sub-menu li:hover > a {
  color: #008bd4 !important;
}
/* end partners youtube video link  */

/* event page css */
/* Tab Container */
.event-tab-container {
  width: 100%;
  margin: 20px auto;
  border-radius: 5px;
  margin-bottom: 0;
}

/* Tab Buttons */
.event-tab-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 100%;
}

.event-tab-buttons button {
  /* flex: 1; */
  padding: 15px;
  cursor: pointer;
  background-color: #f7f7f7;
  font-size: 16px;
  transition: background-color 0.3s;
  border-radius: 100px;
  color: #006aa4;
  border: 1px solid #006aa4;
  font-family: Plus Jakarta Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.16px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.event-tab-buttons button.active {
  background-color: #006aa4;
  font-weight: bold;
  color: white;
}

.collapse-arrow {
  display: block;
}

.expand-arrow {
  display: none;
}

.event-accordion-header.active .collapse-arrow {
  display: none;
}

.event-accordion-header.active .expand-arrow {
  display: block;
}

.eml-title {
  font-family: Plus Jakarta Sans;
  font-size: 24px;
  font-weight: 600;
  /*             line-height: 30.24px; */
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #04314d;
}

.event-tab-buttons button:hover {
  background-color: #d7d7d7;
}

.event-accordion-content p {
  margin: 10px 0;
}

.event-accordion-item p.content-desc,
.event-accordion-item p {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.79px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.event-accordion-item p.content-head,
.event-accordion-item p strong {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 21.79px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

/* Tab Content */
.event-tab-content {
  display: none;
  padding: 20px 0;
  padding-bottom: 0;
}

.event-tab-content.active {
  display: block;
}

.event-accordion {
  border-radius: 5px;
  /* width: 500px; */
  margin: 20px auto;
  overflow: hidden;
}

.event-accordion-item {
  /* border-bottom: 1px solid #ccc; */
  background: white;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 5px;
}
.img-icn-wrapper img {
  min-width: 24px;
  margin-top: 5px;
}
.event-accordion-header {
  background-color: #fff;
  padding: 15px;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  /* border-radius: 12px; */
}

.arrow-wrapper {
  max-width: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.head-wrapper {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  gap: 20px;
  align-items: flex-start;
}

.acc-title {
  font-family: Plus Jakarta Sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 25.2px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.acc-date {
  font-family: Plus Jakarta Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.64px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.event-accordion-header:hover {
  background-color: #e7e7e7;
}

.event-accordion-content {
  display: none;
  padding: 0 15px;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

/* News css */

.site-main.news-main {
  max-width: 100% !important;
  background-color: #f2f8fb;
  padding-bottom: 50px;
}
.site-main .case-study-item .cs-content {
  padding-top: 15;
}
.case-studies-container.news-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.news-main .container {
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
}
.news-main .case-study-item {
  position: relative;
}
.news-main .cs-content p:nth-child(3) {
  min-height: auto;
}
.news-main h2 a {
  font-size: 25px;
  color: #04314d;
  text-decoration: none;
}
.news-main .case-study-item p.cs-short-desc {
  padding-top: 0;
}
.news-main .case-study-item p {
  color: #04314d;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 21.79px;
}
.news-main .case-study-item a.learn-more-button {
  margin-top: 25px;
}

a.next.page-numbers,
a.prev.page-numbers {
  display: flex;
}
.news-main .custom-pagination a.page-numbers {
  font-weight: 600;
  color: #04314d;
  font-size: 16px;
  line-height: 21.97px;
  font-family: "Open Sans";
  text-decoration: none;
}
.news-main .custom-pagination span.page-numbers.current {
  background-color: #008bd4;
  padding: 5px 10px;
  color: white;
  border-radius: 4px;
  font-weight: 600;
}
.news-main .nav-previous a,
.news-main .nav-next a {
  background-color: #008bd4;
  padding: 5px 10px;
  color: white !important;
  border-radius: 4px;
  font-weight: 500;
}

.logo-box > div {
    padding-top: 0 !important;
   padding-bottom:0 !important;
}

.logo-box img {
    max-width: inherit !important;
    max-height :80px;
	width: auto;
}

.single-our_partners .form-group.w-50{
	width: 100% !important;
}

@media (max-width: 1440px) {
  .site-main.news-main {
    padding-bottom: 40px;
  }
  .case-studies-container.news-container {
    margin-bottom: 30px;
  }
}
