body{
  overflow-x: hidden !important;
  background-color: #F4F4F4 !important;
  font-family: 'SolaimanLipi', sans-serif;
}
h1, h2, h3, h4, h5, h6 p, pre, code, span, blockquote{
  font-family: 'SolaimanLipi', sans-serif;
}
a {
  font-family: 'SolaimanLipi', sans-serif;
}
a:hover{
  font-family: 'SolaimanLipi', sans-serif;
  color: #008079;
  text-decoration: none;
}

.heading{
padding: 12px 20px;
}
.login-button {
  background-color: #009688; /* Light Green */
  border: none;
  border-radius: 25px;
  color: #fff; /* White */
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  padding: 7px 18px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
}
.login-button a { 
  text-decoration: none;
  color: white;
  font-family: 'Courier New', Courier, monospace;
}

.login-button:hover {
  background-color: #008079; /* Darker Green on hover */
}

.login-button .icon {
  font-size: 20px;
  margin-right: 10px;
}


.topmenu {
background-color: #269678;
}
.navbar{
  background-color: #269678 !important;
  border: 0px !important;
}

.row{
  margin-left: -1px!important;
}

.main-content{
  margin-top: 20px;
  width:98%;
  height:auto;
  float: left;
}

.left-colmon{
  background: #269678 !important;
  padding: 10px;
  color: #fff;
  font-size: 17px;
  text-align: center;
}
#Menus {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 13px;
  width: 100%;
  background-color: #fff;
  padding: 10px 9px !important;
}

#Menus ul {
  list-style-type: none;
  margin-left: -32px;
}
#Menus li {
  border-bottom: 2px solid  #008C87;
  padding: 12px 0px !important;
}
#Menus li a:link {
text-decoration: none;
}
#Menus li a {
  padding: 2px 10px 7px 0;
  color: #000;
  font-size: 17px;
}
#Menus li a:hover {
  padding: 2px 10px 7px 0;
  color: #008C87 !important;
}

.mainbody{
  background-color:#fff !important;
  padding: 10px 15px;
  line-height: 26px;
}
.htitle {
  width: 100%;
  height: auto;
  padding: 20px;
  color: #2b2b2b;
  font-size: 30px;
  text-align: center;
  margin-top: 20px;
}

.ptitle {
  width: 100%;
  height: auto;
  padding: 20px;
  background: #269678;
  color: #fff;
  font-size: 36px;
  text-align: center;
  margin-top: 20px;
}

.posttitle a{
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}
.posttitle a:hover{
  text-decoration: underline;
}

tr td select{
  padding:8px;
}
.tdtextaling{
  text-align: center;
}

/* scroll */
.news-feed-container {
  overflow: hidden;
  width: 100%; 
  white-space: nowrap;
  position: relative;
  background-color: #f5f5f5; 
  padding: 10px;
}

.news-feed {
  animation: scroll-left 50s linear infinite; 
  animation-play-state: paused; 
  float: right;
  width: 100%; 
}
.news-item {
  display: inline-block;
}

.news-item a{
  display: inline-block;
  padding: 10px 10px;
  margin-right: 10px;
  color: #000;
  font-size: 1rem;
  text-decoration: none;
}
.news-item a:hover{
  text-decoration: underline;
}


@keyframes scroll-left {
  from {
    transform: translateX(50%);
  }
  to {
    transform: translateX(-50%);
  }
}

.rules_table{
  margin-left: 15px;
}

.paddingzero{
  margin-left: -4px !important;
}


/* ====  social share ===== */

.horizontal-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px; /* Adjust space between items */
    margin-top: -10px;
    margin-left: -47px;
}

.horizontal-list li {
    color: #fff;
    padding: 10px 10px;
    border-radius: 5px;
}

.readnews{
  margin-left: 30px;
}

/* ==== end social share ===== */

/*================== 
       Menu 
==================*/

/* Common styles for both desktop and mobile */
.top-menu {
  background-color: #333;
}

.top-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.top-menu li {
  margin: 0;
  padding: 15px;
}

.top-menu a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

/* Desktop menu styles */
.top-menu .submenu {
  display: none;
  position: absolute;
  background-color: #333;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-left: -15px;
  margin-top: 10px;
}

.top-menu .submenu li {
  display: block;
  padding: 10px;
}

.top-menu .submenu a {
  color: white;
}

.top-menu .has-submenu:hover .submenu {
  display: block;
}

.top-menu li:hover {
  background-color: #555;
}

/* Mobile menu styles using media query */

@media (max-width: 768px) {
  .top-menu ul {
    flex-direction: column;
  }

  .top-menu li {
    padding: 10px;
  }

  .top-menu .has-submenu {
    position: relative;
  }

  .top-menu .submenu {
    position: static;
    display: none;
    width: 100%;
    margin-left: 0;
  }

  .top-menu .submenu li {
    padding: 10px;
  }

  .top-menu li:hover .submenu {
    display: block;
  }
}
  


/* responsive menu */


@media (min-width: 992px) {
  
  header{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .navbar {
    width: 100%;
    background-color: #f9f9f9;
    border: thin solid #ededed;
    height: auto;
  }
  .navbar .logo {
    padding: 11px;
    font-size: 0.9375em;
    font-weight: 800;
    float: left;
  }
}
#hamburger {
  width: 30px;
  position: relative;
  margin: auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#hamburger span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #333;
  border-radius: 9px;
  opacity: 1;
  left: 7px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#hamburger span:nth-child(1) {
  top: 0px;
}

#hamburger span:nth-child(2) {
  top: 11px;
}

#hamburger span:nth-child(3) {
  top: 22px;
}

#hamburger.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#hamburger.open span:nth-child(2) {
  opacity: 0;
  left: -30px;
}

#hamburger.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.sitenavigation ul {
  margin: 0;
  padding: 0;
  float: right;
}
.sitenavigation li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-left: -4px;
  line-height: 20px;
}
.sitenavigation li.nav-dropdown:hover > a {
  /* background-color: #CCC !important;
  color: #000; */
  color: #008C87;
  background-color: #fff;
}
.sitenavigation li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 7px 12px;
  font-size: 0.9375em;
  -webkit-tap-highlight-color: transparent;
  border-radius: 3px;
}
.sitenavigation li a.nav-path-selected, .sitenavigation li a.linkclicked {
  color: #008C87;
  background-color: #fff;
  text-decoration: none;
}
.sitenavigation li a.nav-selected {
  color: #008C87;
  background-color: #fff;
}
.sitenavigation li a:hover {
  color: #008C87;
  background-color: #fff;
}
.sitenavigation li.clicked > ul {
  display: block;
}
.sitenavigation li ul {
  display: none;
  position: absolute;
  min-width: 200px;
  max-width: 300px;
  padding: 0;
  margin: 0;
  z-index: 10;
}
.sitenavigation li ul .nav-dropdow li a:hover{
  background-color: #fff !important;
  color: #008C87 !important;
}
.sitenavigation li ul a {
  /* background-color: #dfdfdf; */
  color: #008C87;
  background-color: #fff;
  font-size: 0.8125em;
  border-radius: 3px;
}
.sitenavigation li ul li {
  float: none;
  display: block;
  margin: 0;
  border-bottom: 1px solid #ebebeb;
}
.sitenavigation li ul ul {
  left: 100%;
  margin-top: -40px;
}
.sitenavigation li ul ul a {
  /* background-color: lightgray; */
  color: #008C87;
  background-color: #fff;
}
.sitenavigation .nav-dropdown:hover > a, .sitenavigation .nav-dropdown.clicked > a {
  background-color: #ECECEC;
}

.no-js .sitenavigation li:hover > ul {
  display: block !important;
}

.menu-icon {
  display: none;
}

@media (max-width: 991px) {
  .navbar {
    width: 100%;
    background-color: #f9f9f9;
    border: thin solid #ededed;
    height: 44px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    z-index: 1;
  }
  .navbar .logo {
    float: right;
    font-weight: 800;
    padding: 5px;
    margin: 10px;
  }
  .navbar .menu-icon {
    width: 30px;
    height: 25px;
    padding-top: 0;
    margin-top: 7px;
    display: block;
    -webkit-tap-highlight-color: transparent;
    padding: 5px;
    padding-top: 1px;
    padding-bottom: 12px;
    margin-bottom: 10px;
    cursor: pointer;
  }
  .navbar .sitenavigation ul {
    display: none;
    max-width: none !important;
  }
  .navbar .sitenavigation li {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
  }
  .navbar .sitenavigation.is-tapped > ul {
    display: block;
    position: absolute;
    margin: 0;
    background-color: #FFF;
    right: 0;
    left: 0;
    z-index: 100;
    padding: 0;
  }
  .navbar .sitenavigation.is-tapped > ul a {
    width: 100%;
    margin: 0;
    background-color: #ECECEC;
    display: block;
    font-size: 1.1875em;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
    color: #758283;
    float: none;
    border: none !important;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
  }
  .navbar .sitenavigation.is-tapped > ul a:hover {
    background-color: #dfdfdf;
  }
  .navbar .sitenavigation.is-tapped > ul li {
    width: 100%;
    background-color: #f7f7f7;
    border-bottom: solid 1px #b9b9b9;
    -webkit-tap-highlight-color: transparent;
  }
  .navbar .sitenavigation.is-tapped > ul li li {
    background-color: #fff;
  }
  .navbar .sitenavigation.is-tapped > ul ul {
    display: block;
    width: 100%;
    z-index: 200;
    border: none;
    margin-left: 0;
    padding: 0;
    position: relative !important;
  }
  .navbar .sitenavigation.is-tapped > ul ul ul {
    clear: both;
    left: 0;
    margin-top: 0;
  }
  .navbar .sitenavigation.is-tapped > ul ul li {
    border-bottom: solid 1px #f9f9f9;
  }
  .navbar .sitenavigation.is-tapped > ul ul li li a {
    background-color: #f9f9f9;
    padding-left: 30px;
  }
  .navbar .sitenavigation.is-tapped > ul ul a {
    background-color: #dfdfdf;
    font-size: 1em;
    padding-left: 20px;
  }
  .navbar .sitenavigation.is-tapped > ul ul a:before {
    content: "- ";
    display: inline-block;
    margin-right: 8px;
    color: #000;
  }
  .navbar .sitenavigation.is-tapped > ul li.nav-dropdown {
    cursor: pointer;
  }
  .navbar .sitenavigation.is-tapped > ul li.nav-dropdown > a {
    width: 80%;
  }
  .navbar .sitenavigation.is-tapped > ul li.nav-dropdown:before {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    color: #000;
    padding: 0;
    display: block;
    width: 20%;
    right: 0;
    margin-top: -40px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar .sitenavigation.is-tapped > ul li.nav-dropdown:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    color: #000;
    padding: 0;
    display: block;
    width: 20%;
    right: 0;
    margin-top: -40px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar .sitenavigation.is-tapped > ul li.expanded:after {
    display: none;
  }
  .navbar .sitenavigation.is-tapped > ul li.nav-dropdown:before {
    color: black;
  }
}

#associate_form input,select{
  width: 100%;
  padding: 10px 12px;
  margin: 8px 0;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #000;
  background: none;
  color: #000;
}
.warring_message {
  color:red !important;
  font-size: 22px;
}

#associate_form 
input:focus,
input:active,
input:hover { 
  border: 1px solid #007bff !important;
}
.banner {
  margin-left: -23px !important;
  width: inherit !important;
  max-width: inherit !important;
  height: 457px;
}
.assosiatedmember {
  background-image:url(/../uploads/bgimage/associate_member_bg.jpg);
  background-size: cover;      
  background-repeat: no-repeat;
  height: 1090px;  
}
.modaltable tr td{
  font-size: 18px !important;
  padding: 5px 10px;
}


/* =========== Home ========= */
.section2 {
  background-image:url(../image/section_2.png);
  width:100%;
  /* height: 500px; */
  background-repeat:repeat-x;
  padding: 80px 100px;
  margin-top: 10px;
}
.section2 a{
  color: #000;
  text-decoration: none;
}
.section2 a:hover{
  color:#269678;
  text-decoration: none;
}

.section2 img{
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 7px solid #fff;
  border-radius: 13px;
}

.section2 h1{
font-family: 'SolaimanLipi', sans-serif;
font-size: 20px;
font-weight: 600;
line-height: 32.74px;
text-align: left;
color: #269678;
margin-top: 1px;
}

/* .section3_row{
  height: 700px !important;
  width: 100%;
  display: flex;
} */

img {
  max-width: 100%;
  max-height: 100%;
}  
.section3 { 
  background-image:url(../image/section_3.png);
  width:100%;
  height: auto;
  background-repeat:repeat-x;
  padding: 80px 100px;
}

.section3 a{
  color: #000;
  text-decoration: none;
}
.section3 a:hover{
  color:#269678;
  text-decoration: none;
}


.img-wrapper {
  max-width: 100%;
  height: 65vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (min-width: 576px) {
  .carousel-inner {
    display: flex;
  }
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3);
  }
  .img-wrapper {
    height: 21vw;
  }
}
/* .carousel-inner {
  padding: 1em;
} */
.card {
  margin: 0 0.5em;
  border-radius: 0;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  font-size: 0.9em;
}

.carousel-control-prev,
.carousel-control-next {
  width: 6vh;
  height: 6vh;
  background-color: #e1e1e1;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 0.8;
}

/*======= section 3 End ========*/

  .gallery-container {
            max-width: 1200px;
            margin: 0 auto;
        }

.gallery-container .catetitle {
  font-size: 27px;
  margin: 30px 0px;
}

  .catetitle a{
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
    }

  .catetitle a:hover{
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  }

 
.catetitle img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
    border: 1px solid #fff;
  }

        /* h1 {
            text-align: center;
            color: white;
            margin-bottom: 40px;
            font-size: 2.5rem;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        } */

        .gallery {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            gap: 20px;
            margin-bottom: 40px;
        }

        .gallery-item {
            position: relative;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.3);
            transition: all 0.3s ease;
            cursor: pointer;
            background: white;
        }

        .gallery-item:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: 0 20px 40px rgba(0,0,0,0.4);
        }

        .gallery-item img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .gallery-item:hover img {
            transform: scale(1.1);
        }

        .gallery-item .overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(transparent, rgba(0,0,0,0.8));
            color: white;
            padding: 20px 15px 15px;
            transform: translateY(100%);
            transition: transform 0.3s ease;
        }

        .gallery-item:hover .overlay {
            transform: translateY(0);
        }

        .overlay h3 {
            font-size: 1.1rem;
            margin-bottom: 5px;
        }

        .overlay p {
            font-size: 0.9rem;
            opacity: 0.9;
        }

        /* Lightbox Styles */
        .lightbox {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.95);
            z-index: 1000;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .lightbox.active {
            opacity: 1;
        }

        .lightbox-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            max-width: 90vw;
            max-height: 90vh;
            text-align: center;
        }

        .lightbox img {
            max-width: 100%;
            max-height: 70vh;
            object-fit: contain;
            border-radius: 10px;
            box-shadow: 0 20px 60px rgba(0,0,0,0.5);
            transition: transform 0.3s ease;
        }

        .lightbox-caption {
            background: rgba(0, 0, 0, 0.8);
            backdrop-filter: blur(10px);
            color: white;
            padding: 20px 30px;
            border-radius: 15px;
            margin-top: 20px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
            border: 1px solid rgba(255,255,255,0.1);
        }

        .lightbox-caption h3 {
            font-size: 1.5rem;
            margin-bottom: 10px;
            color: #fff;
        }

        .lightbox-caption p {
            font-size: 1rem;
            line-height: 1.5;
            opacity: 0.9;
        }

        .lightbox-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0, 0, 0, 0.7);
            backdrop-filter: blur(10px);
            border: none;
            color: white;
            font-size: 2rem;
            padding: 15px 20px;
            cursor: pointer;
            border-radius: 50%;
            transition: all 0.3s ease;
            z-index: 1001;
        }

        .lightbox-nav:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: translateY(-50%) scale(1.1);
        }

        .lightbox-prev {
            left: 30px;
        }

        .lightbox-next {
            right: 30px;
        }

        .lightbox-close {
            position: absolute;
            top: 30px;
            right: 30px;
            background: rgba(0, 0, 0, 0.7);
            backdrop-filter: blur(10px);
            border: none;
            color: white;
            font-size: 2rem;
            padding: 15px 20px;
            cursor: pointer;
            border-radius: 50%;
            transition: all 0.3s ease;
            z-index: 1001;
        }

        .lightbox-close:hover {
            background: rgba(255, 0, 0, 0.7);
            transform: rotate(90deg) scale(1.1);
        }

        .image-counter {
            position: absolute;
            top: 30px;
            left: 30px;
            background: rgba(0, 0, 0, 0.7);
            backdrop-filter: blur(10px);
            color: white;
            padding: 10px 20px;
            border-radius: 25px;
            font-size: 1rem;
            border: 1px solid rgba(255,255,255,0.1);
        }

        @media (max-width: 768px) {
            .gallery {
                grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
                gap: 15px;
            }

            .lightbox-nav {
                font-size: 1.5rem;
                padding: 12px 15px;
            }

            .lightbox-prev {
                left: 15px;
            }

            .lightbox-next {
                right: 15px;
            }

            .lightbox-close {
                top: 15px;
                right: 15px;
                font-size: 1.5rem;
                padding: 12px 15px;
            }

            .image-counter {
                top: 15px;
                left: 15px;
                font-size: 0.9rem;
                padding: 8px 15px;
            }

            .lightbox-caption {
                margin: 15px;
                padding: 15px 20px;
            }

            .lightbox-caption h3 {
                font-size: 1.3rem;
            }
        }

        /* Loading animation */
        .loading {
            display: inline-block;
            width: 50px;
            height: 50px;
            border: 3px solid rgba(255,255,255,0.3);
            border-radius: 50%;
            border-top-color: white;
            animation: spin 1s ease-in-out infinite;
        }

        @keyframes spin {
            to { transform: rotate(360deg); }
        }




/* ======= Gallery end ====== */




/* =====  footer menu ====== */

.program-list {
  padding: 20px;
  text-align: left;
  color: #fff;
}
.program-list h1 {
  font-size: 18px;
  margin-bottom: 20px;
  text-align:start;
}
.program-list ul {
  padding-left: 0px;
}

.program-list ul li{
  font-size: 16px;
  margin: 10px 0;
  display: flex;
  align-items: center;
  transition: transform 0.3s ease; /* Smooth transition for hover */
}

.program-list ul li a{
  color: #FFF;
  text-decoration: none;
}

.program-list ul li::before {
  content: '→';
  margin-right: 7px;
  color: #fff; /* Arrow color */
  transition: margin-right 0.3s ease;
}

/* Hover effect: move the item to the right */
.program-list ul li:hover {
  transform: translateX(10px); /* Move right by 10px on hover */ 
}

.program-list ul li:hover::before {
  margin-right: 10px; /* Increase space between arrow and text on hover */
  color:#FCD00D;
}

.copyright{
  color: #fff;
  border-top:1px solid rgba(255, 255, 255, 0.2);
  width: 93%;
  margin: 0 auto;
  position: relative;
  padding: 25px 0px;
}

.footer{
  background: #269678;
  /* background:rgba(22, 25, 46, 1); */
  /* background: linear-gradient(158.55deg, #16192E 56.17%, rgba(24, 27, 49, 0.21) 104.69%); */
  margin-top:15px;
  padding:20px 60px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.follow-us {
  display: flex;
  color:#269678;
  font-family: Nunito;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.1px;
  text-align: left;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
}
.follow-us span {
  margin-right: 15px;
}
.icons {
  display: flex;
  margin-top: -10px;
}
.icons a {
  display: inline-block;
  padding: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}

/* .icons a:hover {
  transform: scale(1.1); 
  background-color: #FEC83C;
} */

.icons a svg {
  transition: stroke 0.3s ease; 
}

.icons a:hover svg path {
  stroke: #269678; 
}

/* .icons a:hover svg {
  stroke: yellow; 
} */


/* slider */


#swt_slider {
  margin-top: 40px;
}

.slider,
.slider__wrapper {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.slider__wrapper {
  overflow: hidden;
}

.slider__container {
  position: relative;
  padding: 0;
  display: flex;
  margin: 0 0 0 -100%;
}

.slider__element {
  display: block;
  float: left;
  text-align: center;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
}

.slider__next,
.slider__prev {
  position: absolute;
  width: 48px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
  background-repeat: no-repeat;
  background-position: 50%;
  right: 0;
  top: calc(50% - 24px);
  text-align: center;
  font-size: 25px;
  font-weight: 800;
  line-height: 48px;
  transition: 0.3s;
}

.slider__next:hover,
.slider__prev:hover {
  background-color: rgba(255, 255, 255, 1);
}

.slider__prev {
  left: 0;
  right: auto;
}

.buttons-section {
  margin: 40px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}





/* ====== Slider ===== */


/* .slide-container {
  margin: 228px auto 0 auto;
  transform: translateY(-50%);
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.slide-container img {
  width: 63%;
}

.image-container {
  display: flex;
  width: 3000px;
  height: 450px;
  position: relative;
  animation: slide 15s infinite;
}

@keyframes slide {

  25% { left: -600px; }
  45% { left: -600px; }
  50% { left: -1200px; }
 70% { left: -1200px; }
  25% { left: -600px; }
}

.slider-image {
  float: left;
}

.button-container {
  position: relative;
  top: 10px;
}

.slider-button {
  height: 10px;
  width: 10px;
  margin: 4px;
  display: inline-block;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.5);
}

.slider-button:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
 */




 .slider-container {
  /*max-width: 1000px;*/
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.slider-wrapper {
  position: relative;
  margin-right:8px;
}

.slider-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  transition: transform 0.5s ease;
}

.slider-wrapper ul li {
  flex: 0 0 100%;
  width: 100%;
}

.slider-wrapper ul li a {
  display: block;
}

.slider-wrapper ul li img {
  width: 100%;
  /* height: 400px; */
  object-fit: cover;
  display: block;
}

.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
}

.slider-nav button {
  background: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-right: 25px;
}

.slider-nav button:hover {
  background: rgba(255, 255, 255, 1);
}

.slider-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 100;
}

.slider-dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.slider-dots span.active {
  background: rgba(255, 255, 255, 1);
}


.bi-whatsapp {
  fill: green;
  float: left;
  width: 20px;
  height: 21px;
  margin-top: -4px;
}

/* ===== news scrol ====== */ 

.ticker-wrapper {
  width: 100%;
  height: 40px;
  background: #f0f0f0;
  position: relative;
  overflow: hidden;
  font-size: 20px;
}

.ticker-content {
  white-space: nowrap;
  position: absolute;
  padding: 0px;
  font-family: 'SolaimanLipi', sans-serif;
}

.news-item {
  display: inline-block;
  margin-right:0px;
  color: #333;
}
.news-item a{ 
  font-size: 18px; /* Default font size */
}
.news-item a:hover {
  display: inline-block;
  color: #c31111;
  text-decoration: none;
}

.news-item::before {
  content: "•";
  margin-right: 10px;
  color: #ff4444;
}

 /* Your mobile styles here */

@media (max-width: 768px) {
   
  .assosiatedmember {
    background-image:url(/../uploads/bgimage/associate_member_bg.jpg);
    background-size: cover;      
    background-repeat: no-repeat;
    height: 1375px;  
  }
  .navbar{
    height: 57px;
  }
 

}
  /* Styles for iPad Pro & iPad Air in portrait mode */

@media (min-width: 820px) and (max-width: 1024px) and (orientation: portrait) {

  .assosiatedmember {
    background-image:url(/../uploads/bgimage/associate_member_bg.jpg);
    background-size: cover;      
    background-repeat: no-repeat;
    height: 1180px;  
  }
  .navbar{
    height: 57px;
  }

}  

/* Styles for iPad Pro & iPad Air in landscape mode */

@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {

  .assosiatedmember {
    background-image:url(/../uploads/bgimage/associate_member_bg.jpg);
    background-size: cover;      
    background-repeat: no-repeat;
    height: 1180px;  
  }

  .navbar{
    height: 57px;
  }

}