ul.mod-login__options.list-unstyled {
  display:none !important;
}



.article-list .article .article-intro-image img {
    border: 10px solid white;
}


.article-list .row {
    display: flex;
    flex-wrap: wrap;
    gap: 5px; /* Reduced gap to fit three items perfectly */
    justify-content: space-between; /* Ensures consistent spacing */
    margin-bottom: 20px; /* Prevents extra bottom spacing from flex gap */
}

.article-list .col-lg-4 {
    display: flex;
    flex: 1 1 calc(33.333% - 10px); /* Ensures three columns fit perfectly */
    max-width: calc(33.333% - 10px);
    box-sizing: border-box;
}

.article-list .article {
    position: relative;
    padding: 20px;
    margin-bottom: 30px; /* Removed margin-bottom to rely on row gap */
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Added subtle shadow */
    background-color: #fff; /* Optional: Ensures a clean background */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*style megamenu dropdown */

.sp-megamenu-parent .sp-mega-group>li>a  {
    text-transform: none !important;
}

.sp-mega-group .menu_item a {
    display: inline-block;
    position: relative;
    padding: 10px 0;
    color: #333; /* Adjust the text color as needed */
    text-decoration: none;
    font-family: 'Dosis', sans-serif;
    font-size: 18px;
    font-weight: normal;
}

.sp-mega-group .menu_item a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10%; /* Small portion of the line initially visible */
    height: 2px; /* Adjust the border thickness */
    background-color: #007bff; /* Adjust the border color */
    transition: width 0.3s ease-in-out;
}

.sp-mega-group .menu_item a:hover::after {
    width: 100%; /* Expands to full width on hover */
}

.sp-dropdown-inner {
    max-height: 80vh; /* 80% of the viewport height */
    overflow-y: auto; /* Enable vertical scrolling */
    padding-right: 10px; /* Add padding to avoid content being hidden behind the scrollbar */
}

/*end megamenu dropdown*/



.article-details.featured-article-badge {
display:none !important;
}

/* Style the login module container */

/* 🚀 Adjust login form positioning */
.newloginform {
    display: flex;
    justify-content: center;
    align-items: flex-start; /* Aligns form higher */
    min-height: 100vh;
    padding: 20px;
    margin-top: 10vh; /* Moves the form down (about 1/3 from top) */
}

/* 🚀 Style the login container */
.newloginform .sp-module-content {
    background: #f5f5f5;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 500px; /* Increased width */
    width: 90%; /* Full width on smaller screens */
    text-align: center;
}

/* 🚀 Style input fields */
.newloginform .form-control {
    border-radius: 5px;
    padding: 12px;
    font-size: 16px;
}

/* 🚀 Center text inside pretext message */
.newloginform .mod-login__pretext {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    color: #333;
}

/* 🚀 Style submit button */
.newloginform .mod-login__submit .sppb-btn {
    width: 100%;
    padding: 14px;
    font-size: 18px;
    font-weight: bold;
}

/* 🚀 Responsive adjustments */
@media (max-width: 768px) {
    .newloginform {
        padding: 10px;
        margin-top: 5vh; /* Adjusts position for smaller screens */
    }

    .newloginform .sp-module-content {
        padding: 25px;
        max-width: 90%;
    }
}

/* 🚀 Style for the primary login button */
.newloginform .mod-login__submit .btn-primary {
    background-color: #064682 !important;
    border-color: #064682 !important;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: bold;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
}


/* 🚀 Style for the password toggle button */
.newloginform .input-password-toggle {
    background-color: #e9ecef !important;
    border: 1px solid #ced4da !important;
    color: #495057 !important;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
}
/********

/* 🚀 Ensure input group (input + icon + password toggle) is properly aligned */
.newloginform .input-group {
    display: flex;
    align-items: center;
    border: 1px solid #ced4da; /* Border around the group */
    border-radius: 6px; /* Rounded corners */
    overflow: hidden; /* Ensures no weird gaps */
    height: 42px; /* Ensures same height for all elements */
}

/* 🚀 Make sure input field, icon, and button are the same height */
.newloginform .form-control,
.newloginform .input-group-text,
.newloginform .input-password-toggle {
    height: 100%;

    border: none; /* Removes extra borders */
    font-size: 16px;
}



/* 🚀 Style user icon button (left side) */
.newloginform .input-group-text {
    background: #e9ecef;
    border-right: 1px solid #ced4da;
    border-radius: 6px 0 0 6px; /* Rounded corners on left */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65px !important;
    min-width: 65px !important;
    padding: 10px 12px; /* Uniform padding */
}

/* 🚀 Style password toggle button (right side) */
.newloginform .input-password-toggle {
    background: #e9ecef;
    width: 45px;
    min-width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


/* 🚀 Responsive adjustments */
@media (max-width: 768px) {
    .newloginform .input-group {
        height: 40px; /* Slightly smaller for mobile */
    }

    .newloginform .input-group-text,
    .newloginform .input-password-toggle {
        width: 40px;
        min-width: 40px;
    }
}

















/* Checkbox */
.sp-module.loginform .form-check-input {
    margin-right: 10px;
}

.sp-module.loginform .form-check-label {
    font-size: 14px;
    color: #555;
}

/* Submit button */
.sp-module.loginform .login-button {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    background-color: #0345bf;
    color: #fff;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.sp-module.loginform .login-button:hover {
    background-color: #0233a0;
    color: #fff;
}

/* Hide forgotten links */
.sp-module.loginform .unstyled {
    display: none;
}
.sp-module.loginform .input-password-toggle {
    display: inline-block;
    font-size: 14px;
    padding: 8px 12px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    color: #0345bf;
    transition: background-color 0.3s, border-color 0.3s;
}

.sp-module.loginform .input-password-toggle:hover {
    background-color: #e8f0fe;
    border-color: #0345bf;
    color: #0233a0;
}

.sp-module.loginform .input-password-toggle .icon-eye {
    font-family: 'Font Awesome 5 Free', sans-serif;
    font-weight: 900;
}



//**** login ends ******//

#sp-main-body {
    padding: 1vh 0;
}

#sp-right .sp-module {
  border: 0px solid #f3f3f3;
  padding:0px !important;
}

#sp-right .sp-module:first-child {
    margin-top: -238px;
}

@media (max-width: 992px) {
    #sp-right .sp-module:first-child {
     margin-top: 200px; 
    }
}

.sp-page-title {
    margin: 0px;
    position: relative;
    padding: 50px 0 0px 0;
    position: relative;
    background-size: cover;
    background: #01427a;
    z-index:-1;
}

.sp-page-title .sp-page-title-heading {
    font-size:28px;
    margin-bottom: 30px;
    color: #fff;
    max-width: 58.333333%;
    line-height: 1.3380952381;
}

/*input and button type focus outline disable*/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

body .sppb-btn,
body .btn {
  height: 50px;
  line-height: 50px;
  padding: 0 32px;
  border-radius: 4px !important;
  overflow: hidden;
  position: relative;
  border: 0;
  font-size: 15px !important;
  transition: all 0.5s ease;
  font-weight: 600;
  border-radius: 4px;
  z-index: 0;
  white-space: normal;
 color: #29303b;
	line-height: 47px;
  background: transparent;
}

body .sppb-btn:after,
body .btn:after {
  content: "";
  background: #cb2735;
  border-radius: 4px !important;
  position: absolute;
  transition: all 0.3s ease-in;
  z-index: -1;
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(30deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}

body .sppb-btn:hover, .sppb-btn:focus,
body .btn:hover {
  color: #fff;
	background: #cb2735;
	border-radius: 4px !important;
}

body .sppb-btn:hover:after,
body .btn:hover:after {
  height: 100%;
  width: 135%;
  border-radius: 4px !important;
}

body .sppb-btn.sppb-btn-primary {
  border: 2px solid #9fa0a1;
  color:#9fa0a1;
  background:transparent;
}


body .sppb-btn.sppb-btn-primary:hover {
	color: #fff;
	border: 2px solid #cb2735;
}

body .sppb-btn.sppb-btn-primary:after {
	border: 2px solid #cb2735;
	background: #cb2735;
	color: #ffffff;
}

body .sppb-btn.sppb-btn-secondary {
	border: 2px solid #064682;
	background: #064682;
	color: #ffffff;
}

body .sppb-btn.sppb-btn-secondary:after {
	border: 2px solid #3b70da;
	background: #3b70da;
	color: #ffffff;
}

body .sppb-btn.sppb-btn-secondary:hover {
	-webkit-box-shadow: 0px 20px 60px 0px rgba(15, 0, 40, 0.2);
	-moz-box-shadow: 0px 20px 60px 0px rgba(15, 0, 40, 0.2);
	box-shadow: 0px 20px 60px 0px rgba(15, 0, 40, 0.2);
	color: #ffffff;
  border: 2px solid #3b70da;
	background: #3b70da;
}

body .sppb-btn.sppb-btn-secondary:hover:before {
}


button {cursor: pointer;}

.sppb-addon-optin-forms,
.sppb-addon-optin-forms .sppb-optin-form-details-wrap:not(:empty){
	padding: 0px;
}

#sp-footer {
	font-size: inherit;
}

#sp-footer #sp-footer2 {
	text-align: inherit;
}

.auth-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
}

.background-header {
    top: 10%;
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 1em;
    color: #333;
    z-index: 1;
    pointer-events: none; /* Make text unclickable */

}

.login-form-container {
    z-index: 2;
    max-width: 600px; /* Form width is preserved */
    width: 100%;
    background: #f0f0f0;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.form-group {
    margin-bottom: 15px; /* Keep space between fields */
}

.form-control {
    width: 100%;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

body .btn-custom {
    height: 50px;
    line-height: 50px;
    padding: 0 32px;
    border-radius: 4px !important;
    overflow: hidden;
    position: relative;
    font-size: 15px !important;
    font-weight: 600;
    white-space: normal;
    color: #fff; 
    background: #2e59a8; 
    border: 2px solid transparent; 
    transition: all 0.5s ease; 
}

/***LOGIN*///
.login-links {
    margin-top: 15px; 
}

.login-links a {
    color: #59595b; 
    text-decoration: none; 
    font-size: 0.9em; 
}

.login-links a:hover {
    text-decoration: none; 
    color: #007bff; 
}
.typewriter {
    position: absolute;
    bottom: 5%;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.typewriter p {
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    color: #9fa0a1;
    overflow: hidden;
    white-space: nowrap;
    width: fit-content;
    border-right: 0px solid;
    animation: typing 4s steps(23, end);
    pointer-events: none;
}
@keyframes typing {
    from {
        width: 0;
    }
    to {
        width: 20%;
    }

}

.z-index2 {
    z-index: 2 !important;
}

/* TIMELINE */

:marker {
list-style-type: none !important;
}

ul.timeline {
    list-style-type: none !important;
    position: relative;
    font-size:1.0em;
}

ul.timeline h6{
    font-size:18px;
}


ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 40px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #ed1c24;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

/* END TIMELINE */

/* VIDEO KONTEINERS VIDEO.JS */

.video-js-responsive-container.vjs-hd {
    padding-top: 56.25%;
}
.video-js-responsive-container.vjs-sd {
    padding-top: 75%;
}
.video-js-responsive-container {
    width: 100%;
    position: relative;
}
.video-js-responsive-container .video-js {
    height: 100% !important; 
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.vjs-poster {
  border:6px solid #6f6f6f;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.items-leading .item-content {
  border: 0px !important;
}
/* END VIDEO */