/*--------------------------------------------------------------------------------------
Theme Name: completelosscontrol
Theme URI: 
Author URI: 
Description: 
Author: 
Version: 
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/
.sticky-header .logo img {
	max-height: 85px;
}

/* Preloader styles */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff; /* or any background color */
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#preloader .preloader-icon img {
    width: 80px; /* adjust size */
    height: auto;
}
.d-flex-center {
    display: flex;
    justify-content: center;
    margin-top: 20px; /* optional */
}


.contact-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding: 20px 40px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    flex-wrap: wrap; /* for responsiveness */
}

.contact-box {
    text-align: center;
    flex: 1;
    /* min-width: 200px; */
    padding: 5px;
    transition: all 0.3s ease-in-out;
}

.contact-box:hover {
    transform: translateY(-5px);
}

.logo-box img {
    max-width: 150px;
    transition: transform 0.3s ease;
}

.logo-box img:hover {
    transform: scale(1.05);
}

.contact-box .icon {
    font-size: 28px;
    color: #000080;
    margin-bottom: 8px;
}

.contact-box h4 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #333;
    font-weight: 600;
}

.contact-box p a {
    color: #000080;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
}

.contact-box p a:hover {
    text-decoration: underline;
}
.banner-section.home2-style .content-box .text {
    color: var(--theme-color-white);
    font-size: 20px !important;
    line-height: 30.6144px;
    max-width: 600px !important;
    margin-bottom: 40px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .contact-row {
        flex-direction: column;
        text-align: center;
        padding: 20px 0;
    }
    .contact-box p{
        margin-bottom: 0;
    }
}
@media (max-width: 575.98px){
    .logo-box img {
        max-width: 250px;
    }
}
.expertise-section {
    background: #efefef;
    color: #fff;
    text-align: center;
    font-family: 'Arial', sans-serif;
}

.expertise-section {
    /* background: #efefef; */
    background: #ebd095;
    font-family: 'Arial', sans-serif;
}

.expertise-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.expertise-item {
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.expertise-item:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.expertise-item i {
    font-size: 40px;
    color: #000080;
    margin-bottom: 15px;
}

.expertise-item h4 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.rotating-text {
    margin-top: 30px;
    font-size: 18px;
    color: #444;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

.text-content {
    display: inline-block;
    animation: slideText 35s linear infinite;
}

@keyframes slideText {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

/* Responsive for Mobile */
@media (max-width: 991px) {
    .expertise-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .expertise-grid {
        grid-template-columns: 1fr;
    }
}

.risk-analysis-section {
    background: #fff;
    font-family: 'Arial', sans-serif;
}

.risk-analysis-section .sec-title h2 {
    /* font-size: 32px; */
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
}

.risk-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.risk-item {
    background: #fff;
    padding: 25px 20px;
    text-align: center;
    border-radius: 12px;
    border-top: 4px solid #d4af37; /* Gold Accent */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.risk-item:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.risk-item i {
    font-size: 40px;
    color: #000080;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.risk-item:hover i {
    color: #d4af37; /* Gold on hover */
}

.risk-item h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-top: 10px;
}

.subscribe-form .form-group .theme-btn {
    background: #010b95;
    border-radius: 5%;
    color: #ffffff;
    display: block;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    margin-top: -50px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 85px;
/* Responsive for Tablets */
}
@media (max-width: 575.98px) {
    .risk-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Responsive for Mobile */
/* @media (max-width: 575.98px) {
    .risk-grid {
        grid-template-columns: 1fr;
    }
} */

.rotating-text {
  width: 100%;
  overflow: hidden;
  background: #fff;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 10px 0;
  position: relative;
}

.text-content {
  display: inline-block;
  padding-left: 100%;
  animation: moveText 25s linear infinite;
  font-size: 20px;
  color: #000080;
  font-weight: 600;
}
img.whatimg {
    width: 100%;
    height: auto;
    border-radius: 5%;
}

@keyframes moveText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media only screen and (max-width: 1439px) {
  .header-style-two .main-box .logo-box {
    padding: 0px 30px;
    margin-right: 40px;
  }
}

