/*
Theme Name: Fortitude
Theme URI: https://yourdomain.com/fortitude
Author: Your Name
Author URI: https://yourdomain.com
Description: A custom block theme named Fortitude.
Version: 1.0.0
Requires at least: 5.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fortitude
*/


/* .main-view-btn-career:hover ~ .wp-image-2165 {
    transform: translateX(60px); 
    transition: transform 0.3s ease; 
}
.main-view-btn-career:hover + .wp-image-2165 {
    transform: translateX(90px);
    transition: transform 0.3s ease;
} */

/* .my-first home-three-btn {
    width: 435px !important;
    height: 55px !important;
} */
/* .news-template-pl{
	margin-top:-200px;
} */


a:hover {
    color: #0B3749;    /*before white*/
    text-decoration: none;
}
#wp-block-categories-1{
/* 	padding-bottom: 21px; */
    padding-top: 0px;
    display: flex;
    color: white;
    border: none;
    background-color: #0B3749;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.categories-list{
	border: 1px solid #4A7587;
	border-radius: 41.083px;
}
.category-divider{
	border-top: 1px solid #4A7587;
}
.divider-news-template hr{
	border-top:1px solid #0B3749 !important;
}

/* hr.ub_divider.divider-news-template {
    display: none;
} */


/* .wp-block-ub-divider .divider-news-template:first-of-type {
    display: none;
} */

.image-left-main ul li:first-child .wp-block-ub-divider{
 display: none;	
}

.press-releases:first-child .wp-block-ub-divider{
 display: none;	
}

.image-left-main{
	margin-top: -200px !important;
}
/* .news-insights-posts{
	margin-top: -200px;
} */

.my-post-hager{
	margin-top: -185px !important;
}
/* .press{
	padding-bottom: 130px;
} */
.news_insights_s_group{
	padding-bottom: 100px;
}

/* .wp-block-ub-divider .divider-news-template:first-of-type {
    display: none;
} */



select option {
	text-align:center;
	font-size:12px;
	margin-top: -7px;
}





.svg-check-icon{
   border-radius: 100%;
    border: 1px solid #CDFC59;
	display:flex;
	justify-content:center;
	align-items:center;
	height: 30px;
	width: 30px;
}
.counter-border{
	border-left: 3px solid #DDDDDD !important;
}
.quality-section{
	width: 95%;
}
.text-alignment{
	text-align: right;
}
.divider-line-ten-year{
	margin-bottom: 24px !important;
	margin-top: 10px !important;
}
/* .ensure-stablity-divider{
	margin-top: 20px !important;
} */
/* .ten-avg-duration{
	padding-right: 250px !important;
} */
.ten-year{
	gap: 15px !important;
}

.ABB-plus{
	border-radius: 17px;
}
.ABB-A{
	gap: 20px;
}
.main-background-one{
	background-image: linear-gradient(#0B3749, #0B3749);
}
.my-button{
	width: 27% !important;
}

.client-solutions{
	border-radius: 20px !important;
}
.read-more-what a {
    border-bottom: 4px solid #CDFC59;
    transition: border-bottom-color 0.3s ease;
}

.read-more-what a:hover {
    border-bottom-color: #E9FFB2;
	text-decoration: none;
	color: #0B3749;
}



.posts-images {
    border: 1px solid var(--Color-6, #0B3749);
}

.cc-arrow-btn-one {
    border: 1px solid #0B3749!important;
    display: inline-flex;
    align-items: center;
    border-radius: 50px;
    transition: color 0.3s ease;
	
}
.cc-arrow-btn-one:hover {
	border: 1px solid #CDFC59 !important;
/*     transform: translateX(2px);  */
/*     transition: transform 0.3s ease;  */
}

.contact-section{
	display: inline !important;
}
.fortitude-btn1 .wp-block-button__link {
  border: 1px solid #0B3749 !important;
  background-color: transparent !important;
}
.fortitude-btn1 .wp-block-button__link:hover{
  border: 1px solid #CDFC59 !important;
  background-color: #CDFC59 !important;
  color: #0B3749 !important;
  text-decoration: none !important;
  }


#gform_confirmation_message_1{
	color: #0B3749 !important;
}

body {
	font-family: "Neue Haas Unica";
}

.main-accordian_one .aagb__accordion_body.aagb__accordion_body--show{
    border-top:none!important;
}
.my-accordion{
	
    line-height: 130%;
    font-weight: 350;
    font-size: 24px;
    letter-spacing: -0.72px;
    color: #ffffff;
}

.zee-indexing {
	display: block;
	position: relative;
	z-index: 999;
	margin-top: 15px;
}
.wp-block-search__input::placeholder {
  color: #ffffff;
}
.wp-block-search__button-inside .wp-block-search__input{
	color:#ffffff;
    font-size:20px;
}
.wp-block-search__button-outside .wp-block-search__input{
	color:black;
}
.hero-section {
	margin-top: -75px;
}
#mega-menu {
  position: relative;
}

#mega-menu .menu-item {
  position: relative;
  margin: 0 20px;
}

#mega-menu .menu-item a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
  display: block;
  position: relative;
}

/* Underline effect */
#mega-menu .menu-item a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #CDFC59;
  transition: width 0.5s ease-in-out, left 0.5s ease-in-out;
}

/* Hover effect */
#mega-menu .menu-item:hover a::before {
  width: 100%;
}

/* Animate the underline across items */
#mega-menu:hover .menu-item:not(:hover) a::before {
  left: 100%; /* Push the underline to the right */
  width: 0%; /* Collapse the underline */
}

#mega-menu:hover .menu-item:hover a::before {
  left: 0; /* Start the underline from the left */
  width: 100%; /* Expand the underline */
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
	display: none;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
	line-height: 7px;
}

.wp-block-search__inside-wrapper {
	border: 0px;	
}

.wp-block-search__input {
	margin-left: 30px;
}
.wp-block-search__input {
	background: transparent;
}
.wp-block-search__button.has-icon {
	background: transparent;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 10px;
}

.logo {
    flex: 1;
}

.new-class {
border-radius: 50%;
}

.site-footer {
    background-color: #c0daf2 ;
    padding: 20px 0;
    color: #0C3450;
    position: relative;
    font-size: 14px;
}

.site-footer .wp-block-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.site-footer .wp-block-column {
    flex: 1;
    padding: 10px;
    text-align: left;
}

.site-footer .wp-block-heading {
    font-size: 10px;
    margin-bottom: 10px;
    color: #0C3450;
    text-align: left;
    font-weight: bold;
}

.site-footer .wp-block-paragraph {
    font-size: 12px;
    margin: 0;
    text-align: justify;
}

.social-icons {
    /* display: flex; */
    justify-content: center;
    gap: 10px;
    margin-left: 20px;
}


.social-icon {
    color: #0C3450;
    font-size: 24px;
    text-decoration: none;
}

.social-icon:hover {
    color: #0C3450;
}



@media (max-width: 768px) {
    .site-footer .wp-block-columns {
        flex-direction: column;
        align-items: center;
    }
    
   ul.news-insights-posts li:last-child {
     padding-bottom: 0px !important; 
}
    
    .wp-block-group.single_news_group_one, .wp-block-group.single_news_group_two, .wp-block-group.single_news_group_three, .wp-block-group.single_news_group_four, .wp-block-group.single_news_group_five {
    padding: 70px 15px !important;
}
}

h3 {
    font-size: 16px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    border-top: 1px solid #ffffff;
    margin-top: 20px;
    max-width: 100%;
}

.footer-logo img {
    max-height: 100px;
    max-width: 500px;
    margin-top: 60px;
}

.footer-info {
    margin-top: 140px;
    display: flex;
    align-items: center;
    gap: 20px; /* Space between copyright text and links */
}

.footer-info p {
    margin-top: -54px;
    margin-left: 139px;

    font-size: 14px;
}

.footer-links {
    display: flex;
    margin-top: 28px;
    gap: 20px; /* Space between links */
}

.footer-links a {
    color: #0C3450;
    text-decoration: none;
    font-size: 14px;
    margin-top: 76px !important;
    margin-left: 78px;
}

.footer-links a:hover {
    color: #05e0c0;
}

.hr{
border: 1px solid black;
}

.col-x{
    width: 160px;
}
.site-footer h3 {
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
    padding-right: 20px;
}

.site-footer h3 + p,
.site-footer h3 + div {
    display: none;
}

@media (max-width: 768px) {

    .site-footer h3 {
        margin-left: 20px;
    }
    .site-footer .row {
        display: block;
    }

    .site-footer h3 {
        margin-bottom: 10px;
        padding-right: 20px;
        cursor: pointer;
        position: relative;
    }

    .site-footer h3 + p,
    .site-footer h3 + div {
        display: none;
        margin-left: 15px;
    }

    .site-footer h3.open + p,
    .site-footer h3.open + div {
        display: block;
    }

    .site-footer h3:after {
        content: '\25BC';
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 14px;
    }

    .site-footer h3.open:after {
        content: '\25B2';
    }

    h3{
        margin-left: 19px;
    }

    #sol{
        margin-left: 18px;
    }

    #pol{
        margin-left: 2px;
    }
}
.site-footer h3:after {
    margin-right: -184px;
}

.footer-logo img {
	width: 100% !important;
}


.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-section video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero-section .content {
    position: absolute;
    bottom: 7%;
    left: 3%;
    color: white;
    animation: fadeInUp 2s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-section h1 {
    font-size: 45px;
    font-weight: 300;
}

.hero-section h1 .plus {
    color: #92c329;
}

.hero-section p {
    font-size: 20px;
    font-weight: 300;
    margin-top: 10px;
}

.hero-section .btn-custom {
    border: 1px solid white;
    color: white;
    font-size: 16px;
    font-weight: 300;
    border-radius: 50px;
    background-color: transparent;
    padding: 10px 20px;
}

.hero-section .btn-custom:hover {
    border-color: #0c3450;
    background-color: #92c329;
	font-weight: 400;
    color: #0c3450;
}

@media (max-width: 767px) {
    .hero-section {
        position: relative;
    }

    .hero-section::before {
        content: "";
        position: absolute;
        bottom: 60px;
        left: 0;
        width: 100%;
        height: 50%;
        background: linear-gradient(to top, rgba(12, 52, 80, 0.8), rgba(12, 52, 80, 0));
        z-index: 1;
    }

    .hero-section .content {
        z-index: 2;
        bottom: 10%;
        margin-bottom: 20px;
    }
    .hero-section h1 {
        font-size: 35px;
    }
    .hero-section p {
        font-size: 18px;
    }
}

.cookie-banner-section {
    padding: 20px 0;
}

.bg-bluin {
	background: #cdfc59;
}

.cookie-banner-section .cookie-text {
    font-size: 13px;
    font-weight: 400;
    color: #0c3450;
}

.cookie-banner-section .btn-custom {
    border: 1px solid #0c3450;
    border-radius: 50px;
    background-color: #cdfc59;
    color: #0c3450;
    font-size: 14px;
    font-weight: 300;
    margin-right: 10px;
    padding: 5px 15px;
}

.cookie-banner-section .btn-custom:hover {
    background-color: #0c3450;
    color: #92c329;
}

@media (max-width: 767px) {
    .cookie-banner-section .cookie-text {
        text-align: center;
    }
    .text-end {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .spacinggg {
        padding-bottom: 30px;
        border-bottom: 1px solid #0c3450;
    }
    .spacer {
        height: 50px !important;
    }
}

.about-section {
    background-color: #cdfc59;
    padding: 50px 0;
}

.about-section .section-title {
    color: #0c3450;
    font-size: 12px;
    font-weight: 500;
}

.about-section .main-heading {
    color: #0c3450;
    font-size: 40px;
    font-weight: 700;
    margin-top: 20px;
}

.about-section .sub-heading {
    color: #0c3450;
    font-size: 40px;
    font-weight: 400;
    margin-top: 20px;
}

.about-section .description {
    color: #0c3450;
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
}

.about-section .learn-more {
    color: #0c3450;
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    cursor: pointer;
}

.about-section .learn-more:hover {
    text-decoration: underline;
}

.what-we-do-section {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    overflow: hidden;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(transparent, #0c3450);
    z-index: 2;
}

.what-we-do-section .container {
    position: relative;
    z-index: 3;
	top: 30%;
}

.what-we-do-title {
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 20px;
}

.what-we-do-heading {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 30px;
}

.what-we-do-heading .highlight {
    font-weight: 700;
}

.btn-explore {
    border: 1px solid #ffffff;
    border-radius: 50px;
    background: transparent;
    color: #ffffff;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 400;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-explore:hover {
    background-color: #cdfc59;
    color: #0c3450;
}

.solutions-results-section {
    background-color: #0c3450;
    padding: 100px 0;
    color: #ffffff;
}

.section-padding {
    height: 8px;
}

.solutions-heading {
    font-size: 40px;
    font-weight: 300;
}

.text-white {
    color: #ffffff;
}

.text-silver {
    color: #bfbebe;
}

.text-lime {
    color: #cdfc59;
}

.stats-heading {
    color: #bfbebe;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
}

.stats-value {
    color: #cdfc59;
    font-size: 100px;
    font-weight: 600;
    text-align: left;
}

@media (max-width: 767px) {
    .stats-value {
        font-size: 90px;
    }
}


.bottom-border {
    width: 100%;
    height: 1px;
    background-color: #5D5D5D;
    margin-top: 20px;
}

.d-flex {
    display: inline !important;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.leadership-section {
    background-color: #ffffff;
    padding: 50px 0;
}

.section-spacer {
    height: 50px;
}

.leadership-text p {
    font-size: 25px;
    color: #0c3450;
    margin: 0;
}

.fw-light {
    font-weight: 300;
}

.fw-medium {
    font-weight: 500;
}

.leadership-btn {
    border: 1px solid #5D5D5D;
    border-radius: 50px;
    background-color: #ffffff;
    color: #0c3450;
    font-size: 18px;
    font-weight: 400;
    padding: 7px 65px;
    transition: background-color 0.3s ease;
}

.leadership-btn:hover {
    background-color: #cdfc59;
    color: #0c3450;
}

.leadership-video {
    width: 100%;
    border-radius: 15px;
	height: 100%;
	object-fit: cover;
}

.leadership-ceo .ceo-title {
    font-size: 12px;
    font-weight: 700;
    color: #0c3450;
    margin-bottom: 20px;
}

.leadership-ceo .ceo-quote {
    font-size: 22px;
    font-weight: 300;
    color: #0c3450;
    margin-bottom: 20px;
}

.leadership-ceo .ceo-name {
    font-size: 13px;
    font-weight: 700;
    color: #0c3450;
    margin-bottom: 10px;
}

.leadership-ceo .ceo-name .fw-normal {
    font-weight: 400;
}

.leadership-ceo .ceo-link {
    font-size: 15px;
    font-weight: 300;
    color: #0c3450;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    padding: 15px 0;
    margin-top: 25px;
}
.rowinger {
	height: 450px;
}
.videoing {
	    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spacer {
    height: 30px;
}

.latest-news-section {
    background-color: #0c3450;
    padding: 90px 0;
}

.latest-news-heading {
    color: #fff;
    font-size: 55px;
    font-weight: 500;
    text-align: left;
}

.view-all-button {
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    padding: 6px 75px;
}
.view-all-button:hover {
    background-color: #cdfc59;
    color: #0c3450;
    border-color: #0c3450;
}

.news-category-button {
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    padding: 6px 30px;
}

.news-category-button {
    font-size: 10px;
    padding: 5px 15px;
    margin-right: 10px;
}

.news-category-button:hover {
    background-color: #cdfc59;
    color: #0c3450;
    border-color: #0c3450;
}

.news-category-button.active {
    background-color: #cdfc59;
    color: #0c3450;
    border-color: #0c3450;
}

.news-article {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.article-image {
    margin-bottom: 20px;
}

.article-category {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

.article-description {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
}

.read-more-link {
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid #34ACF7;
}

.news-category-button-wrapper {
    display: block;
    flex-direction: row;
    gap: 10px;
}

.main-row {
    border-bottom: 1px solid #bfbebe;
}
.wp-block-search__input {
	border: 0px !important;
}
:root :where(.wp-element-button, .wp-block-button__link) {
	color: #000;
	background-color: #fff;
}

@media only screen and (max-width: 768px) {
    .article-image {
        width: 100%;
    }

    .footer-links {
        margin-top: -88px;
        margin-left: -57px;
        display: flex;
        gap: 0px;
    }

    .footer-info p {
        margin-top: -239px;
        margin-left: 13px;
        font-size: 14px;
    }
/*     p{
        margin-left: 15px;
    } */
}


.cc-hero-section {
    background-color: #069bd7;
    position: relative;
    overflow: visible;
    padding-bottom: 580px;
}

.cc-hero-title {
    font-size: 95px;
    margin-top: 71px;
    margin-bottom: 39px;
}

.cc-hero-text-white {
    color: #ffffff;
    font-family: Neue Haas Unica W1G;
}

.cc-hero-text-plus {
    color: #cdfc59;
}

.cc-hero-video {
    position: absolute;
    z-index: 999;
    top: 5%;
    width: 100%;
    height: auto;
    bottom: -20px; 
    left: 0;
    right: 0;
    margin: 0 auto;
    
}




.second-container-culture {
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0; /* Adjust padding as needed */
  }
  

  

/* Style the card */
.custom-card {
    background-color: #C0DAF2 !important; 
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center; 
}
.custom-card .card-title {
    font-size: 1.8rem;
    font-weight: 400;
    color: #456789; 
    margin-bottom: 20px;
}

.custom-card .card-title span {
    font-weight: 700; 
    color: #232946;
}

.custom-card .card-body p {
    font-size: 1.1rem;
    color: #6a7989;
    margin-bottom: 30px;
}

.custom-card .positions {
    text-align: left;
}

.custom-card .positions p {
    font-weight: bold;
    color: #232946;
}

.custom-card .positions ul {
    list-style: none;
    padding: 0;
}

.custom-card .positions li {
    font-size: 1.1rem;
    color: #456789;
    margin-bottom: 10px;
    cursor: pointer;
}

.custom-card .positions li:hover {
    text-decoration: underline;
}

#flex{
    display: flex;
    justify-content: center;

}

#our-core-belief{
    font-weight: bold;
    color: #0C3450;
    font-size: 20px;
}
#core-belief{
    color: #0C3450;
    display: row;
    justify-content: center;
    align-items: center;
    
}





.slider-container {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 20px; /* Add padding to ensure arrows are not too close to the content */
  }
  
  #slider-section {
     margin-top: 80px;
    z-index: 99;
    position: absolute; 
    background-color: #A9FF00;
    color: black;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    overflow: hidden; /* Ensure content does not overflow */
    height: 300px; /* Fixed height for consistency */
    width: 100%;
    box-sizing: border-box; /* Ensure padding and border are included in the width */
  }
  
  .slider-wrapper {
    height: 100%; /* Ensures wrapper takes full height of container */
    overflow: hidden; /* Prevents content from overflowing */
  }
  
  .slider-content {
    max-width: 700px;
    margin: auto;
    transition: opacity 0.5s ease-in-out;
  }
  
  .arrow-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none; /* Ensures clicks pass through to the container */
  }
  
  #left-arrow, #right-arrow {
    background-color: white;
    border: none;
    border-radius: 50%;
    padding: 15px;
    cursor: pointer;
    pointer-events: all; /* Ensures arrows are clickable */
  }
  
  #left-arrow {
    position: absolute;
    left: -50px; /* Adjust the position as needed */
  }
  
  #right-arrow {
    position: absolute;
    right: -50px; /* Adjust the position as needed */
  }
  
  #left-arrow i, #right-arrow i {
    font-size: 1.5rem;
  }
  
  html {
  scroll-behavior: smooth;
}

.section {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  border: 1px solid #ddd;
}

#at-fortitude{
    color: #0C3450;
    margin-top: 20px;
    
}

.testimonial-content {
    text-align: left;
    padding: 20px;
  }
  
  .owl-carousel .item {
    background: #fff;
    padding: 15px;
    border: 1px solid #ccc;
    margin: 10px;
  }
  

  .cc-solving-clients{
    width: 100%;
    margin-top: 105px;

  }

  .cc-our-mission {
    border-radius: 15px; 
  }
  
  .custom-main-card{
    background-color: #C0DAF2;
  }


/* scrolling css */

html, body {
    margin: 0;
    height: 100%;
}


.scroll-section {
    height: 100vh; /* Full viewport height */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.5s ease; /* Smooth transition */
}



.wp-image-5822{
   
    height: 10px;
    margin-left: 5px;
    width: 5px;

}

/* scrolling css ends */