body{
    overflow-x: hidden;
}
#hidden, .hidden {
    display: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset; /* Remove background shadow */
    box-shadow: 0 0 0px 1000px white inset; /* Remove background shadow */
    background-color: transparent !important; /* Remove the autofill background color */
    color: inherit !important; /* Inherit the text color */
}

input:-webkit-autofill:focus {
    background-color: transparent !important; /* Remove background color when focused */
    color: inherit !important; /* Inherit the text color when focused */
}
.form-group input{
    font-size: 12px;
    font-family: "Manrope", sans-serif;
}
.input-group input {
    padding: 0px 6px;
    border: 1px solid #BFC6D3;
    background-color: #FCFCFC;
    border-radius: 4px;
}
.input-group .input-group-text{
    font-size: 12px;
    font-family: "Manrope", sans-serif;
}
/* Styling the select dropdown */
select.form-control {
    font-size: 12px; /* Change font size */
    font-family: "Manrope", sans-serif;
}
/* Styling the options in the dropdown */
select.form-control option {
    font-size: 12px; /* Font size for options */
    font-family: "Manrope", sans-serif;
}
::placeholder {
    font-family: "Manrope", sans-serif;
    font-size: 12px;
}
.login-section input::placeholder {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
}
.sub-title{
    font-size: 14px!important;
    opacity: 0.5!important;
}
.alert{
    font-family: "Manrope", sans-serif;
    font-size: 12px; 
    font-weight: 700;
}
.r-button:hover{
    color: #FA4617;
    opacity: 1;
}
.color-button{
    background-color: #FA4617!important;
}
.form-group small{
    opacity: 0.5!important;
    font-size: 12px!important;
    font-weight: 600;
}
.list-form-area-multiple label{
    font-family: "Manrope", sans-serif;
}
.child-card-holder{
    margin: 30px 0px;
}
.child-card-holder .card{
    font-family: "Manrope", sans-serif;
    background-color: #EFECE6;
    padding: 17px 17px 17px 17px;
    border-radius: 16px;
    border: 1px solid #E9EBF1;
}
.child-card-holder .card .card-header {
    background: none;
    font-size: 14px;
    border: none;
    display: flex !important;
    justify-content: space-between; /* Positions items on left and right */
    padding: 0; /* Optional: Adjust padding as needed */
}
.child-card-holder .list {
    display: block;
}
#add-alternate-executor-button, .add-another{
    font-size: 14px;
    color: #FA4617;
    gap: 5px;
    display: flex;
    align-items: center;
}
.r-button{
    color: #191B28;
    font-size: 12px;
    opacity: 0.5;
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.google_login_btn{
    padding: 15px 0px;
    border-radius: 40px;
    margin: 12px;
    border: 2px solid #191B28;
}
.google-icon img{
    width: 50px;
}
.google-sign-in {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color:#191B28!important;
    font-weight: 600;
}
.google_login_btn a{
    font-family: "Manrope", sans-serif;
    text-decoration: none;
    margin: 0px;
}
.remember-form{
    margin: 20px;
}
/* Customize the checkbox and label appearance */
.login-form-area .form-check-input {
    max-width: 20px!important;
    max-height: 20px!important;
    cursor: pointer;
    accent-color: #007bff; /* Set a custom color for checkbox */
    margin-left: -2.5em;
}

.login-form-area .form-check-label {
    font-size: 15px;
    line-height: 20px;
    margin-left: 8px; /* Space between checkbox and label */
    color: #333;
    cursor: pointer;
    align-items: center;
    display: flex;
}

/* Add padding to the form-check container */
.login-form-area .form-group.form-check {
    padding: 10px 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start; /* Aligns items horizontally to the start */
}
/* Add hover effect to checkbox */
.login-form-area .form-check-input:hover {
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* Style for checked state */
.login-form-area .form-check-input:checked {
    background-color: #FA4617;
    border-color: #FA4617;
}

/* Hide default checkbox style */
.form-check-input-child{
    display: flex;
    gap: 5px;
    align-items: center;
}
.form-check-input-child p{
 margin: 0px;
 font-size: 14px;
}
.custom-checkbox {
    appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  /* Checkbox default color */
  .custom-checkbox:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-radius: 2px;
    transform: translate(-50%, -50%);
    transition: background-color 0.3s ease;
  }
  
  /* Checked state styling */
  .custom-checkbox:checked {
    border-color: #FA4617; /* Change border color when checked */
  }
  
  .custom-checkbox:checked:before {
    background-color: #FA4617; /* Change fill color when checked */
  }

.card .dashboard-radio-form{
    border-radius: 16px;
    border: 1px solid #bfc6d3;
    overflow: hidden;
    margin: 30px 0;
}
.card .dashboard-radio-form .form-check:has(.form-check-input:checked) {
    background-color: hsl(240deg 7% 62% / 18%);
}

.selected .select-btn::after {
    content: url('/v2/images/white-ic.png'); /* Replace with actual path of your check icon */
    margin-left: 5px;
}
.box-about-service p{
    font-size: 18px;
}
.footer-section {
    margin-bottom: 0px;
}
#form-check-label-custom{
    margin-bottom: 20px;
}
#form-check-label-custom p{
    margin-bottom: 0px !important;
    padding-top: 3px;
    opacity: 1;
}
#form-check-label-custom .form-check-input:checked {
    border-color: #FA4617!important; /* Change border color when checked */
    background-color: #FA4617!important;
}
#form-check-label-custom .form-check-input:checked:before {
    background-color: #FA4617!important; /* Change fill color when checked */
}
#orderHistoryTable th, #orderHistoryTable td {
    white-space: nowrap; /* Prevent text wrapping */
    text-overflow: ellipsis; /* Show ellipsis for overflowing text */
    overflow: hidden; 
}
#completedorderHistoryTableContainer th, #completedorderHistoryTableContainer td {
    white-space: nowrap; /* Prevent text wrapping */
    text-overflow: ellipsis; /* Show ellipsis for overflowing text */
    overflow: hidden; 
}

.table-container {
    overflow:  visible;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
input:disabled {
    background-color: #F8F7F4;
}
.contact-info button{
    font-size: 14px;
}
.profile_edit_request_link, .add-another, .box-about-featured {
    cursor: pointer;
    color: #FA4617;
    font-weight: 700;
}
.custom_2 {
    font-size: 14px;
}
.search{
    padding: 0px 8px;
    border: 1px solid #BFC6D3;
    background-color: #FCFCFC;
    border-radius: 4px;
    font-size: 16px;
}
.product-pra{
    font-weight: 300!important;
    /* font-size: 16px!important;
    line-height: 28px; */
}

#trust-page .item-services.default-height {
     min-height: 328px; 
}
#health-page .item-services.default-height {
    min-height: 420px;
}

.stepIndicator_disabled {
    pointer-events: none !important;
    opacity: 0.4!important;
}



.price-section .swiper-wrapper {
    display: flex;
    justify-content: center; /* Center items horizontally */
    align-items: center; /* Center items vertically, if needed */
}

.price-section .swiper-slide {
    flex: 0 0 auto; 
    /* max-width: 100%;  */
    text-align: center; 
}

.price-section .custom-pagination {
    text-align: center; /* Center the pagination text */
    margin-bottom: 20px; /* Add spacing if needed */
}

.review-section, .happy-customer-section{
    display: none;
}
.common-lists ul li p{
    min-height: 24px;
}
.loading_payment_form{
    font-family: "Manrope", sans-serif;
    margin-bottom: 20px;
    font-weight: 500;
}

/* contact page  */
.contact-section {
    padding: 24px 0;
}

.contact-heading h4{
    font-size: 48px;
    color: #191B28;
    font-weight: 400;
    margin-bottom: 24px;
    text-align: center;
}
.contact-form {
    background-color: #EFECE6;
    padding: 24px;
    border-radius: 8px;
    margin-top: 24px;
    width: 800px;
}

.contact-form h4{
    font-size: 32px;
    color: #191B28;
    font-weight: 700;
    margin-bottom: 22px;
}
.contact-form button:disabled {
    border-radius: 100px;
    background: var(--Red-Red, #FA4617);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    margin-top: 8px;
}
.contact-form button{
    border-radius: 100px;
    background: var(--Red-Red, #FA4617);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    margin-top: 8px;
}
.contact-form .form-control{
    padding: 12px 24px;
    border-radius: 8px;
    /* background: #FFF; */
}
.contact-form .form-label{
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: #191B28;
}
.mb-col{
    margin-bottom: 16px;
}
.announcement-bar a{
    color: #FA4617;
    margin: 0 5px;
}
#logo-holder img, .foote-logo img, .foote-logo img{
    max-width: 300px;
}
.top-logo img{
    max-width: 250px;
}
.img-section-study{
    min-width:270px;
    max-width: 270px;
    width: 100%;
}
.load-more{
    text-align: center;
}
.load-more button{
    font-size: 18px;
    font-weight: 600;
    color: #FCFCFC;
    padding: 12px 40px;
    background-color: #FA4617;
    border-radius: 100px;
    border: 0;
}
.detail-item span:first-child {
    font-weight: 600;
    color: #21243C;
    font-size: 12px;
}
.detail-item span:last-child {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    opacity: 1;
    width: 40%;
}
.details-list p{
    color: #000;
    font-weight: 700;
    opacity: 1;
}
.reviews-section {
    margin-right: 150px;
}
.header-review p {
    opacity: 1;
    margin-top: 0px;
}
.multiple-form p {
    opacity: 1;
}
.btn:hover,
.defide .about-context button:hover,
.about-banner-content button:hover,
.color-button, .button-price button, .load-more button:hover,.login-form-area button,.featured-section-blog .right-content-blog button, .product-button-td button, .button-area button,.button-section-icon-price button, .cta-button ,.btn.create-trust, .btn.create-will, .submit-button-multiple button, .submit-button-multiple button.submit-btn, .combo-button button {
    transition: background-color 0.8s ease, color 0.8s ease;
}

.submit-button-multiple button:hover, .about-banner-content button:hover , .btn.login:hover{
    background-color:#cd2a01 !important;
    color: #fff;
}
.btn:hover,
.blog-banner-section ul li button:hover,
.color-button:hover,
.load-more button:hover,
.button-price button:hover,
.login-form-area button:hover,.defide .about-context button:hover, .featured-section-blog .right-content-blog button:hover,.product-button-td button:hover, .button-area button:hover,.submit-button-multiple button.submit-btn:hover, .btn.create-trust:hover, .btn.create-will:hover, .button-section-icon-price button:hover, .cta-button:hover, .combo-button button:hover {
    background-color:#cd2a01 !important;
    color: #fff;
}
.blog-sss .post-button button:hover,
.blog-sss .post-button button:hover, .details-right-case-study .red-icon-dtn button:hover{
    color: #21243C;
}
.blog-sss .post-button button:hover img, .details-right-case-study .red-icon-dtn button:hover img, .item-post .post-button button:hover img {
    display: none;
}
.articles-section .post-button button:hover, 
.navbar-section nav ul li a:hover {
    color: #FA4617!important;
}
.details-right-case-study .red-icon-dtn button img,
.item-post .post-button img {
    display: none;
}

/* .blog-image-holder img{
    width: 100%;          
    height: auto;          
    max-width: 1012px;      
    max-height: 527px;       
    object-fit: cover;        
} */
@media screen and (max-width: 768px) {
    .contact-info .register{
        margin-top: 10px;
        width:100%;
        min-width: 200px;
        min-height:50px;
    }

}
/* .account-list .list p, 
.list-products .flex-boxs .text-list h4, 
.multiple-form h4, 
button, 
.unlimited-section h5,
.right-unlimited .list-item h4,
.featured-section-blog .right-content-blog h2,
.blog-sss .clss h5,
.details-right-case-study h5.blog-only-text,
.box-about-service h6 {
 text-transform: capitalize;
} */

/* .multiple-form h4::first-letter {
    text-transform: capitalize;
} */

.submit-button-multiple button.submit-btn-colour{
    background-color:#FA4617 !important;
    color: #FCFCFC;
    font-size: 14px;
}
.submit-button-multiple button.submit-btn-colour:hover {
    background-color:#cd2a01 !important;
    color: #FCFCFC;
}
.multiple-form h5 {
    font-size: 18px;
    font-weight: 500;
    color: #191B28;
}
.footer-terms a:hover {
    color: #FA4617!important;
}
.coupon-code button{
    font-size: 14px;
    font-weight: 700;
    color: #191B28;
    width: 200px;
    height: 48px;
    border-radius: 100px;
    border: 1px solid #BFC6D3;
    background-color: transparent;
    transition: background-color 0.6s ease, color 0.6s ease;
    border-top-right-radius: 100px!important;
    border-bottom-right-radius: 100px!important;
}
.coupon-code button:hover{
    background-color: #FA4617;
    color: #21243C;
    border: 1px solid #FA4617;
}
.coupon-code input{
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    padding: 0px 20px;
}
.coupon-code input::placeholder {
    font-size: 14px; /* Increase placeholder text size */
    color: #6c757d; /* Optional: Change placeholder text color */
}
.coupon-code input:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #BFC6D3;
}
.hidden {
    display: none;
}
.visible {
    display: table-row;
}
#coupon-success{
    padding: 10px 0px;
    font-size: 16px;
    font-weight: 700;
    color: green;
}
#coupon-message{
    padding: 10px 0px;
    color: red;
    font-size: 16px;
    font-weight: 700;
}
.reset_password_email_input{
    pointer-events: none;
    opacity: 1;
    cursor: none;
    background: #bfc6d36e !important;
}
.notifications-form button{
    border-radius: 15px;
    border-radius: 100px;
}
.notifications-form .alert-secondary{
    background-color: #fff;
    border:none;
}
.notifications-form .alert-success{
    background-color:#E4E0D4;
}
.notifications-form  .btn-outline-read{
    color: #FA4617;
}
.notifications-form  .btn-outline:hover{
    color: #FA4617;
}
.notifications-form .pagination .active>.page-link, .page-link.active{
 background-color: #21243C;
 border-color: #21243C;
 color: #fff;
 font-weight: 600;
}
.notifications-form .pagination .page-link {
 color: #21243C;
 font-weight: 600;
}
/* .notifications-form button:hover{
    background-color: #EFECE6;
    color: #21243C;
} */
.bell-notification .fa-bell{
    font-size: 25px;
}
.bell-notification span{
    margin-left: 5px;
    margin-bottom: 5px;
}
.login-form-area .form-group.form-check {
    padding: 0px 10px 0px 10px;
    display: flex;
    align-items: center;
}

.opt_btn{
    padding: 0px 10px 0px 28px;
    margin-bottom: -5px;
}



/* Optional: Tooltip style for better visibility */
[data-toggle="tooltip"] {
    opacity: 1;
    font-size: 0.9em;
    background-color: #333;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
}
.get-started-product-area p{
    text-transform: none;
}
.contact-info .phone i{
    margin-right: 15px;
}
.contact-info .phone-white {
    color: #fff;
}
.sticky .contact-info .phone{
    color: #000;
}
.dashboard-info .phone{
    color: #000!important
}

/**START -Sign UP OTP verfication*/
.verify_otp_btn{
    font-size: .875em;
    margin-top: -10px;
}

.resend_otp_btn{
    font-size: .875em;
}

/* Custom class for input without right border radius and right border */
.no-border-right-radius-input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0px; /* Removes the right border */
    border: var(--bs-border-width) solid #bfc6d3 !important; /* Applies the default border but removes right border */
}

/* Custom class for input without left border radius and left border */
.no-border-left-radius {
    max-width: 48px!important;
    padding: 14px!important;
    text-align: center!important;
    border-top-left-radius: 0!important;  /* Removes left top border radius */
    border-bottom-left-radius: 0!important;  /* Removes left bottom border radius */
    border-left: 0!important;  /* Removes the left border */
}


.otp_sign_up__col{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

 #verified{
    margin-top: 5px;
 }
.verify-again{
    font-size: .875em;
    text-align: right;
    margin-top: -4px !important;
}
#verify-link.disabled {
    pointer-events: none;
    color: #84878e!important;
    opacity: 0.6;
}
/**END -Sign UP OTP verfication*/

#authorizedCheckbox_error{
    font-size: 15px;
    font-weight: 600;
}
.has-error{
    border-color: red !important;
}
.navbar-section nav .active a{
    font-weight: bold;
    color: #FA4617 !important; /* Change to your desired highlight color */
}
.login-active{
    background-color: #333!important;
    color: #fff!important;
}
.btn.login {
    border: 1px solid #6c757d53;
}

.contact-info .phone-white,
.contact-info .phone,
.item-post h5,
.details-right-case-study h5,
.right-content-blog h2,
.box-about-featured h6,
.box-about-featured p,
.blog-sss .clss h5 {
    transition: color 0.5s ease !important; 
}

.contact-info .phone-white:hover,
.contact-info .phone:hover,
.item-post h5:hover,
.details-right-case-study h5:hover,
.right-content-blog h2:hover,
.box-about-featured h6:hover, .box-about-featured p:hover, .blog-sss .clss h5:hover{
    color: #FA4617 !important;
}

.copy-footer a{
    color: #FA4617 !important;
}
.bg-color-default {
    padding: 32px 32px 32px 45px;
}
.think-title {
    padding-right: 0px !important;
    font-size: 38px;
}
.multiple-form h5 {
    font-size: 20px;
    font-weight: 500;
    color: #191B28;
    margin-bottom: 32px;
}
/* Add these styles to your CSS file */
.sticky-number-bar {
    width: 100%;
    background: white;
    z-index: 999; /* Just below header's z-index */
    transition: all 0.2s ease;
}

.fixed-below-header {
    position: fixed;
    left: 0;
    right: 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Preserve layout flow when nav is fixed */
.fixed-below-header + * {
    padding-top: var(--number-bar-height, 20px);
}

/* Ensure mobile responsiveness */
@media (max-width: 768px) {

    .sticky{
        height: 0 !important;
    }
    .sticky-number-bar {
        /* Adjust padding if needed for mobile */
        padding: 5px 0;
     
    }
    .fixed-below-header{
        margin-top: -25px !important;
    }
}

.nav-link.box-get-items:hover img {
    opacity: 0.7; 
    transition: opacity 0.3s ease;
}
.nav-link.box-get-items:hover p {
    color: #FA4617 !important;
    opacity: 0.9;
    transition: opacity 0.3s ease; /* Smooth transition */
}
.common-box-img:hover img{
    opacity: 0.5; 
    transition: opacity 0.3s ease; 
}
.common-box-img.selected img {
    opacity: 0.5; /* Reduce opacity of the image when selected */
    transition: opacity 0.3s ease; /* Smooth transition */
}
.get-started-product-area .nav-link.active img,
.get-started-product-area .nav-link.active p{
    opacity: 0.7;
}
.righ-multiple-area .number-bar ul li p{
    line-height: 20px;
}
.box-about-service p {
    opacity: 1;
}
.articles-section .item-post img, .blog-det .item-post img{
    margin-bottom: 0px;
}
.articles-section .item-post h5, .blog-det .item-post h5{
    margin-top: 20px;
}
/* Reusable shine effect class */
.shine-effect {
    position: relative;
    display: block; /* Ensure the container behaves as a block element */
    overflow: hidden; /* Ensure the shine effect stays within the container */
}

/* Shine effect overlay */
.shine-effect::before {
    position: absolute;
    top: 0;
    left: -100%; /* Start the shine effect outside the container */
    z-index: 2;
    display: block;
    content: '';
    width: 50%; /* Width of the shine effect */
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    ); /* Gradient for the shine effect */
    transform: skewX(-25deg); /* Skew the shine effect for a diagonal look */
    transition: left 0.75s ease; /* Smooth transition for the shine effect */
    pointer-events: none; /* Ensure the overlay doesn't block clicks */
}

/* Apply the shine effect on hover */
.shine-effect:hover::before {
    left: 100%; /* Move the shine effect to the right */
}

/* Ensure the image fills the container */
.shine-effect img {
    display: block;
    width: 100%;
    height: auto;
    transition: opacity 0.3s ease; /* Optional: Add a fade effect to the image */
}

/* Optional: Fade the image slightly on hover */
.shine-effect:hover img {
    opacity: 0.9; /* Adjust opacity as needed */
}
.title-step{
    min-height: 50px;
}
.blog-sss .post-button button, .details-right-case-study .red-icon-dtn button{
    text-transform: unset;
}
.footer-list i{
    padding-right: 12px;
    font-size: 16px;
    color: #FA4617 !important;
}
.footer-list a:hover{
    color: #FA4617 !important;
}
#logo-holder img{
    margin-top: -5px;
}
.dashboard-radio-custom{
    padding: 50px 0 !important;
    max-width: 800px;
} 
.google_login_btn:hover{
    background-color: #191B28;
    color: #fff!important;
}
.google_login_btn:hover .google-sign-in{
    color: #fff!important;
}
.blog-details-rt h2:hover{
    color: initial!important;
}
.download_btn{
    border-radius: 100px;
    width: 100%;
    background: #FA4617;
    font-size: 14px;
    font-style: normal;
    color: #fff;
    margin-top: 8px;
    border: none;
    padding: 5px 8px;
}
.download_btn:hover{
    background-color:#e03a10;
    color: #fff;
}
.login-form-area a:hover,
#login-fm a:hover{
    color: #e03a10;
}
.button-price a h4:hover{
    color: #e03a10;
}
.blog-articles .details-excerpt,
.articles-section .details-excerpt{
    height: 70px;
    margin-bottom: 15px;
}
.faqsss .accordion-header button:hover,
.faq-section .accordion-header button:hover{
    color: #e03a10!important;
}
.pointer-event{
    pointer-events: none;
}
.footer-list h5{
    font-weight: bold;
}
.common-box-img:hover{
    cursor: pointer;
}
.archive-box{
   width: 50%;
   float: left;
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .archive-box{
        width: 100%;
    }
}

.sponsor-sections {
    width: 100%;
}

.sponsor-sections .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.sponsorslider {
    position: relative;
    width: 100%;
}

.sponsorslider .swiper-wrapper {
    display: flex;
    align-items: center;
}

.sponsorslider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.sponsor-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.sponsor-img img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

/* Pagination styles */
.pagination-reviews {
    text-align: center;
    margin-top: 20px;
}

.footer .row{
    max-width: 1200px;
    margin: 0 auto;
}
.newsletter-title {
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.2;
}
#newsletter-box {
    display: flex;
    gap: 50px;
    justify-content: center; /* Centers the content horizontally */
    
}
#newsletter-box .search-box-footer {
    margin-bottom: 0px;
}
#newsletter-box h4{
    color: #BFC6D3;
    font-size: 20px;
    line-height: 35px;
    font-family: "Manrope", sans-serif;
}

.footer-divider {
    border-color: #a9a4a4;
    margin: 3rem 0;
}
.mid-footerlogo {
    font-weight: bold;
    margin-bottom: 20px!important;
}
.contact-info-mid{
    margin-top: 30px;
}
.contact-info-mid i,
.contact-info-mid img{
    color: #ff3905;
    margin: 0px;
    padding-right: 5px;
}
.contact-info-mid a{
    color: #BFC6D3;
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
}
.contact-info-mid a:hover{
    color: #ff3905;
}
.footer-nav {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    margin-top: 30px;
}

.footer-nav .nav-link {
    color: #BFC6D3;
    padding: 0.5rem 1rem;
    font-weight: 600;
}

.footer-nav .nav-link:hover {
    color: #ff4c1e;
}
.copyright-section{
    font-family: "Manrope", sans-serif;
    display: flex;
    gap: 50px;
}
.footer-terms a{
    opacity: 0.5;
    font-size: 12px; 
}
.copyright-section p{
    color: #BFC6D3;
    font-size: 12px;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 0px;
}

/* Tablet Styles (768px to 991px) */
@media screen and (max-width: 991px) {
    .footer .row {
        max-width: 100%;
        padding: 0 5px;
    }

    #newsletter-box {
        flex-direction: column;
        gap: 5px;
    }

    .newsletter-title {
        font-size: 1rem;
        text-align: left;
    }

    #newsletter-box h4 {
        text-align: center;
        font-size: 1rem;
        margin-bottom: 15px;
    }

    .mid-footerlogo {
        text-align: center;
    }

    .contact-info-mid {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .footer-nav {
        text-align: center;
    }

    .footer-nav .nav-link {
        padding: 0.5rem;
    }

    .copyright-section {
        flex-direction: column;
        gap: 20px;
        align-items: center;
        text-align: center;
    }

    .footer-terms {
        display: flex;
        justify-content: center;
        gap: 10px;
    }
}

/* Mobile Styles (up to 767px) */
@media screen and (max-width: 767px) {
    .footer .row {
        padding: 0 15px;
    }

    .newsletter-title {
        font-size: 1.5rem;
        line-height: 1.3;
        margin-bottom: 25px;
    }

    #newsletter-box {
        gap: 20px;
    }

    #newsletter-box h4 {
        font-size: 18px;
    }

    .footer-divider {
        margin: 2rem 0;
    }

    .contact-info-mid {
        margin-top: 20px;
    }

    .contact-info-mid a {
        font-size: 13px;
    }

    .footer-nav {
        margin-top: 20px;
    }

    .footer-nav .nav {
        flex-direction: column;
        align-items: center;
    }

    .footer-nav .nav-link {
        padding: 0.3rem;
    }

    .copyright-section {
        gap: 15px;
        margin-top: 20px;
    }

    .footer-terms {
        flex-wrap: wrap;
    }

    .footer-terms a {
        font-size: 11px;
    }

    .copyright-section p {
        font-size: 11px;
    }

    /* Handle very small screens */
    @media screen and (max-width: 375px) {
        .newsletter-title {
            font-size: 1.5rem;
        }

        #newsletter-box h4 {
            font-size: 16px;
        }

        .contact-info-mid a {
            font-size: 12px;
        }

        .footer-terms {
            flex-direction: row;
            align-items: center;
            gap: 8px;
        }

        .footer-terms span {
            display: none;
        }
    }
}

/* Additional helper classes for responsive behavior */
@media screen and (max-width: 991px) {
    .text-center-md {
        text-align: center;
    }

    .flex-column-md {
        flex-direction: column;
    }

    .align-items-center-md {
        align-items: center;
    }
}

@media screen and (max-width: 767px) {
    .text-center-sm {
        text-align: center;
    }

    .flex-column-sm {
        flex-direction: column;
    }

    .align-items-center-sm {
        align-items: center;
    }
}

.righ-multiple-area {
    position: relative;
}

/* Full-screen overlay to block interactions */
.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8); /* Semi-transparent white background */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999; /* Ensure it's above other elements */
    display: none; /* Hide overlay by default */
}

/* Spinner styles */
.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top-color: #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

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

/* Show overlay when loading class is added */
.righ-multiple-area.loading .loading-overlay {
    display: flex; /* Show overlay */
}
.search-box-footer form button img {
    width: 32px;  /* Adjust size of the image */
    height: 32px;
    transition: filter 0.3s ease; /* Smooth transition for grayscale effect */
}

.search-box-footer form button:hover img {
    filter: grayscale(100%); /* Apply grayscale effect on hover */
}
.invalid-feedback {
    font-weight: 700;
}

.form-control {
    font-family: "Manrope", sans-serif;
    border: 1px solid #BFC6D3;
    background-color: #fff; 
    /* background: linear-gradient(to right, #e3f2fd 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom; */
    transition: all 0.5s ease;
}

.form-control:focus {
    transition: 0.5s;
    background-color: #ededed; 
    /* background-position: left bottom; */
    border-color: #BFC6D3;
    box-shadow: none;
    outline: none;
}


.form-control.is-invalid {
    border-color: #dc3545;
} 

input[type="password"],
input[type="email"],
input[type="text"] {
    font-family: "Manrope", sans-serif;
    /* background: linear-gradient(to right, #e3f2fd 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom; */
    transition: all 0.5s ease;
}

input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus {
    transition: 0.5s;
    background-color: #ededed; 
    /* background-position: left bottom; */
    border-color: #BFC6D3;
    box-shadow: none;
    outline: none;
}

#newsletterForm input[type="email"]:focus{
    transition: 0.5s;
    border-color: #BFC6D3;
    outline: none;
    background-color: transparent; 
}

.add-another {
    text-decoration: underline;
}
.footer-nav .active a{
    color: #FA4617 !important;
}
.login-section .row {
    margin-right: 0;
}

/* Disabled button styles */
.disabled-btn {
    opacity: 0.7!important;
    /* pointer-events: none; 
    cursor: not-allowed;  */
}

/* Tooltip styles */
.disabled-btn:hover {
    transform: none !important;
    cursor: default;
}
.update-button-section button.submit-btn-colour:hover{
    background-color:#FA4617 !important;
    color: #FCFCFC;
}
.review-detailss h4 span{
    text-transform:uppercase;
}

/* Reusable highlight shine effect class for sections */
.highlight-shine-effect {
    position: relative;
}

/* Shine effect overlay */
.highlight-shine-effect::before {
    position: absolute;
    top: 0;
    left: -100%; /* Start the shine effect outside the section */
    z-index: 2;
    display: block;
    content: '';
    width: 40%; /* Width of the shine effect */
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    ); /* Gradient for the shine effect */
    transform: skewX(-25deg); /* Skew the shine effect for a diagonal look */
    transition: left 0.75s ease; /* Smooth transition for the shine effect */
    pointer-events: none; /* Ensure the overlay doesn't block clicks */
}

/* Apply the shine effect on hover */
.highlight-shine-effect:hover::before {
    left: 100%; /* Move the shine effect to the right */
}

@-moz-document url-prefix() {
    .list-products .progress {
        position: relative; /* Change absolute to relative */
        bottom: 10px;
    }
}

/* Safari-specific CSS */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .list-products .progress {
        position: relative; /* Change absolute to relative */
        bottom: 10px;
    }
}
@media only screen and (max-width: 1360px) {
    .login-form-area {
        max-width: 80%!important;
    }
}

@media screen and (max-width: 1200px) {
    .details-right-case-study h5,
    .item-post h5 {
        font-size: 22px;
    }
    .box-about-service h6 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .p-0-mobile {
        padding-right: 0px !important; /* Apply padding 0 only on mobile */
    }

    .mid-footerlogo img{
        width: 100%;
    }
}

.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #333;
    color: white;
    text-align: center;
    display: none;
    z-index:1000;
}

.cookie-consent-banner p {
    margin: 0 0 10px;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    text-align: left;
}

.cookie-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.cookie-inner .submit-button-multiple{
    gap: 20px
}
@media (max-width: 1024px) {
    .cookie-consent-banner p {
        font-size: 14px;
        width: 50%;
    }
    .cookie-inner button{
        width: 150px;
    }
}

/* Media Query for Mobile Devices */
@media (max-width: 480px) {
    .cookie-inner {
        padding-top: 20px;
        flex-direction: column; /* Switch to column layout on mobile */
        align-items: center;    /* Center items horizontally */
    }

    .cookie-inner p {
        text-align: center; /* Ensure text is centered on mobile */
        margin-bottom: 10px; /* Add some space below the text */
        width: 100%;
    }

    .cookie-inner button {
        margin-top: 10px; /* Add space between the buttons */
    }
    .cookie-inner .submit-button-multiple {
        display: flex;
        width: 100%;
    }

}

.optin_terms_condition{
    color: #fa4617;
}

.contact-info .dropdown-item:active,
.contact-info .dropdown-item.active {
  background-color: #fa4617; /* Adjust to your desired color */
  color: white; /* Text color */
  font-weight: 600;
}
.left-col-tb{
    padding-left: 45px;
}

/* Option 1: Using more specific selectors */
.faq-area .accordion .accordion-item:last-child {
    border-bottom: 0 !important;
}

/* Option 2: Using direct child selector */
.accordion > .accordion-item:last-child {
    border-bottom: 0 !important;
}

/* Option 3: Most specific approach */
#accordionExample > .accordion-item:last-child {
    border-bottom: 0 !important;
    border: 0 !important;
}
#phoneForm .btn:disabled{
    background-color: #fa4617;
}
.dashboard-radio-form .form-check:first-child:nth-last-child(2) {
    border-bottom: 0.08rem dashed #D9D4C3; /* Add bottom border */
}
.message-box:hover{
    cursor: pointer !important;
}
.bpFab{
    bottom: 5rem !important;
    right: 1rem !important;  
}