
.hero-left, .hero-right {
    opacity: 0;
    transform: translateX(100px); /* default shift from right */
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-timing-function: ease-out;
}

/* Specific shift from left for .hero-left */
.hero-left {
    transform: translateX(-100px); /* slide from left */
    animation-name: slideInLeft;
}

.hero-right {
    animation-name: slideInRight;
}

/* Keyframes */
@keyframes slideInLeft {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}




.hero {
    /*background: linear-gradient(180deg, #DEDEC4 73.22%, #F6F6EA 100%);*/
    position: relative;
    padding: 80px 50px;
    /*display: flex;*/
    align-items: center;
    /*justify-content: center;*/
    overflow: hidden;
}


.hero-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /*max-width: 1200px;*/
    /*width:88%;*/
    /*gap: 40px;*/
    flex-wrap: wrap;
}

.hero-left {
    flex: 1;
    max-width: 58%;
    margin-top: 32px;
}

.military_tank {
    /*border-radius: 12px;*/
    /*object-fit: cover;*/
    /*margin-bottom: 12px;*/
    /*!*position: relative;*!*/
    /*!*right: 14%;*!*/
    /*!*bottom: 34px;*!*/
    /*width: 90%;*/
    border-radius: 12px;
    width: 65%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    margin-bottom: 12px;
}

.headline {
    display: flex;
    flex-direction:row;
    align-items: flex-start;
    gap: 68px;
}

.caption1 {
    font-size: 13px;
    font-weight: 300;
    /*position: relative;*/
    /*right: 14%;*/
    color: #292929;
    /*bottom: 20px;*/
    line-height: 1.1rem;
}
.caption2{
    color: #292929;
    font-weight: 700;
    font-size: 80px;
    /*position: relative;*/
    /*left: -5%;*/
    /*bottom: 30px;*/
    width:605px;
    line-height: 4rem;
    margin-top: 10px;
}
.hero-right {
    margin-top: 25%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
    margin-right:-25px;
}

.hero-description {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 300;
    width: 51%;
    /*margin-left: 60%;*/
    line-height: 20px;
    margin-bottom: 10px;
}
.learn_more{
    color: #FFFFFF;
    font-weight: 500;
    border: none;
    background-color: transparent;
    font-size: 20px;
    /*margin-left: 40%;*/
    /*margin-top: -24px;*/
    margin-right:104px;
}
.learn_more_image{
    /*width: 34px;*/
    height: 23px;
    /* margin-right: -11px; */
    margin-left: 5px;
}
.scroll p {
    color: #292929;
    font-weight: 500;
    opacity: 30%;
    font-size: 17px;
    margin-left: 44%;
    margin-top: -94px;
    text-align: center;

}
.scroll {
    padding: 8px 18px;
    border: 2px solid #111827;
    border-radius: 999px;
    background-color: transparent;
    color:#111827;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    position: absolute;
    left: 37%;
    bottom: 2%;
    opacity: 0.6;
}
/*.arrow-icon1 {*/
/*    width: 10%;*/
/*    height: auto;*/
/*}*/


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


.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.header h1{
    font-size: 30px;
    font-weight: 500;
    color: #111827;
    position: relative;
    right: 10%;
    margin-bottom: 5%;
}
.condition_para{
    color: #4B5563;
    font-size: 15px;
    font-weight: 300;
    width: 34%;
    position: relative;
    right: 10%;
    bottom: 80px;
}
.view{
    color: #0A5AD7!important;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 6%;
    position: relative;
    left: 9%;
}


.conditions-section {
    padding: 40px 0;
}

.main-title {
    color: #2A3E33 ;
    /* font-size: 2.5rem; */
    font-weight: 700;
    /* margin-bottom: 8px; */
}

.subtitle1 {
    color: #2A3E33;
    font-size: 17px;
    font-weight: 300;
     margin-top: 40px;
    line-height: 1.5;
}

.card-stack {
    position: relative;
    overflow-x: visible;
    /* padding: 20px 0; */
    width: 85%;
    display: flex;
    margin-top: -54px;
}

.card {
    background-color: #1C3829;
    border-radius: 20px;
    padding: 177px 30px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 43%);
    position: absolute;
    margin-top:15px;
    overflow: hidden;
    height: 550px;
    width: 85%;
    cursor: pointer;
    transition: all 0.5s ease;
}
.card.jump-out {
     transform: translateX(30%) scale(1.05);
     z-index: 5;
 }

.card-number {
    position: absolute;
    top: 20px;
    right: 0px;
    font-size:200px;
    color:#DC6633;
    opacity: 0.9;
    line-height: 0.8;
    transform: rotate(-90deg);
}
.card-numberr {
    position: absolute;
    top: 50px;
    right: 0px;
    font-size:200px;
    color:#DC6633;
    opacity: 0.9;
    line-height: 0.8;
    transform: rotate(-90deg);
}

.card-title {
    /* font-size: 2.2rem; */
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #F6F6EA;
}

.card-description {
    color: #F6F6EA;
    font-weight: 300;
    margin-bottom: 25px;
    font-size: 17px;
    line-height: 1.4;
    margin-top: 20px;
}

.icon-container {
    position: absolute;
    top: 20px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    z-index: 2;
}

.icon-container img {
    max-width: 80%;
    object-fit: contain;
    display: block;
}

.card-list {
    list-style: none;
    padding-left: 0;
    margin-top:-20px;
}

.card-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    color:#F6F6EA;
    font-size: 1rem;
}

.card-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #5a6960;
}

.arrow-icon {
    position: absolute;
    bottom: 20px;
    right: 30px;
    color:#DC6633;
    /* width: 40px;
    height: 40px; */
}
.arrow-icon img{
    width: 160px;
    height: auto;
    margin-right: 10px;
}
.arrow-icon1 img{
    width: 160px;
    height: auto;
}

.card:nth-child(1) { z-index: 3; left: 0; }
.card:nth-child(2) { z-index: 2; left: 17%; opacity: 0.8; }
.card:nth-child(3) { z-index: 1; left: 34%; opacity: 0.6; }
/*.condition_card{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    margin-right: 51%;*/
/*    position: relative;*/
/*    !*bottom:98px;*!*/
/*}*/

/*.card-stack {*/
/*    position: relative;*/
/*    width: 650px;*/
/*    height:350px;*/
/*    perspective: 1000px;*/
/*}*/

/*.card {*/
/*    position: absolute;*/
/*    width:1112px;*/
/*    height: 135%;*/
/*    background: #F4F4D9;*/
/*    border-radius: 12px;*/
/*    padding: 30px;*/
/*    transition: all 0.5s ease;*/
/*    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);*/

/*}*/

/*.card:nth-child(1) {*/
/*    z-index: 3;*/
/*    left: 0;*/
/*}*/

/*.card:nth-child(2) {*/
/*    z-index: 2;*/
/*    left:-2px;*/
/*    transform: translateX(15%) translateZ(-10px);*/
/*    opacity: 0.9;*/
/*}*/

/*.card:nth-child(3) {*/
/*    z-index: 1;*/
/*    left:-7px;*/
/*    transform: translateX(30%) translateZ(-20px);*/
/*    opacity: 0.8;*/
/*}*/

/*.card-header {*/
/*    margin-bottom: 15px;*/
/*    background:none;*/
/*    border-bottom: none;*/
/*    position: relative;*/
/*    !*top: 0%;*!*/
/*    right: 2%;*/
/*    font-size: 12px;*/
/*    bottom: 15%;*/
/*}*/
/*.card-header1 {*/
/*    margin-bottom: 15px;*/
/*    background:none;*/
/*    border-bottom: none;*/
/*    position: relative;*/
/*    !*top: 0%;*!*/
/*    right: 2%;*/
/*    font-size: 12px;*/
/*    bottom: 21%;*/
/*}*/

/*.card-title {*/
/*    !*font-size: 22px;*!*/
/*    font-weight: bold;*/
/*    color: #333;*/
/*}*/
/*.card-title1 {*/
/*    font-weight: bold;*/
/*    color: #333;*/
/*    position: relative;*/
/*    top: 43%;*/
/*    left: 3%;*/
/*}*/

/*.card-description {*/
/*    font-size: 20px;*/
/*    color: #666;*/
/*    margin-bottom: 20px;*/
/*    line-height: 1.4;*/
/*    position: relative;*/
/*    top: 2px;*/
/*    width: 34%;*/
/*}*/
/*.card-description1 {*/
/*    font-size: 16px;*/
/*    color: #666;*/
/*    margin-bottom: 20px;*/
/*    line-height: 1.4;*/
/*    position: relative;*/
/*    top: 60px;*/
/*    width: 34%;*/
/*    margin-left: 34px;*/
/*}*/

/*.symptom-list {*/
/*    list-style: none;*/
/*    position: relative;*/
/*    bottom: 25%;*/
/*    line-height: 11px;*/
/*}*/
/*.symptom-list1 {*/
/*    list-style: none;*/
/*    position: relative;*/
/*    bottom: 9%;*/
/*    line-height: 11px;*/
/*}*/

/*.symptom-item {*/
/*    position: relative;*/
/*    padding-left: 15px;*/
/*    margin-bottom: 8px;*/
/*    font-size: 20px;*/
/*    color: #666;*/
/*    line-height: 20px;*/
/*}*/
/*.symptom-item1 {*/
/*    position: relative;*/
/*    padding-left: 15px;*/
/*    margin-bottom: 8px;*/
/*    font-size: 16px;*/
/*    color: #666;*/
/*    line-height: 20px;*/
/*}*/

/*.symptom-item:before {*/
/*    content: "•";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    color: #666;*/
/*}*/

/*.card-number {*/
/*    position: absolute;*/
/*    right: 12px;*/
/*    top: 0px;*/
/*    font-size:150px;*/
/*    font-weight: 300;*/
/*    color: #DC6633;*/
/*    !*opacity: 0.9;*!*/
/*    transform: rotate(-90deg);*/
/*    display: inline-block;*/
/*}*/
/*.card-numberr {*/
/*    position: absolute;*/
/*    right: 12px;*/
/*    top: 0px;*/
/*    font-size: 150px;*/
/*    font-weight:300;*/
/*    color: #DC6633;*/
/*    transform: rotate(-90deg);*/
/*    display: inline-block;*/
/*    opacity: 50%;*/
/*}*/


/*.vector1{*/
/*    width:20%;*/
/*    position: relative;*/
/*    top: 0%;*/
/*}*/
/*.vector{*/
/*    width:9%;*/
/*    position: relative;*/
/*    bottom: 5%;*/
/*}*/
/*.Arrow{*/
/*    position: absolute;*/
/*    left: 84%;*/
/*    top: 66%;*/
/*    width: 13%;*/
/*}*/
/*.Arrow1{*/
/*    position: absolute;*/
/*    left: 85%;*/
/*    top: 66%;*/
/*    width: 13%;*/
/*    opacity: 50%;*/
/*}*/






.claim-process {
    text-align: center;
    margin: 150px 0 0px 0px;
}
.claim-process h1 {
    /*font-size: 2rem;*/
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #292929;
    margin-right: 75%;
}
.claim-process p {
    color: #292929;
    font-size: 17px;
    font-weight: 300;
    width: 34%;
    margin: 0px 0px 0px 28px;
}
.nav-links1 {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 25px 1070px 32px 0;
}
.nav-links1 a {
    text-decoration: none;
    color: #2929294D;
    font-weight:700;
    padding-bottom: 5px;
    position: relative;
}
.nav-links1 a.active {
    color: #DC8C41;
}
.nav-links1 a.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    /*background: #007bff;*/
    left: 0;
    bottom: 0;
}

.images-container {
    display: flex;
    gap: 15px;
    justify-content: center;
    width: 96%;
    margin-left: 2%;
}

.images-container .image {
    flex: 1;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    height: 640px;
    cursor: pointer;
}

.images-container .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease;
}

.images-container .image.main {
    flex: 2.5;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.image-caption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    text-align: left;
    padding: 10px 15px;
    border-radius: 8px;
    max-width: 80%;
}
.image-caption h2 {
    font-size:20px !important;
    margin: 0;
    font-weight: 700;
    color: #FDFDFF;
    /*font-size: 1.4rem;*/
}
.image-caption p {
    margin: 5px 0 0;
    font-size:17px !important;
    font-weight: 300;
    color: #FDFDFF;
    width: 65%;
}




.hidden {
    display: none;
}
.trust_header{
    margin-left: 36px;
}
.trust_header h2 {
    color: #F6F6EA;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 10px;
}

.trust_header p {
    color: #F6F6EA;
    font-weight: 300;
    font-size: 17px;
    bottom: 10px;
    line-height: 20px;
}


.trust-container {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    /*max-width: 1480px;*/
    margin: 0 auto;
    position: relative;
    bottom: 45px;
    padding: 0 20px;
}

.trust-card {
    background: #D3E7DC54;
    border-radius: 12px;
    padding: 15px;
    /*width: 23%; !* Reduced width to fit four cards *!*/
    /*min-width: 220px;*/
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}
.trust-card1 {
    background: #D3E7DC54;
    border-radius: 12px;
    padding: 15px;
    /*width: 23%; !* Reduced width to fit four cards *!*/
    /*min-width: 220px;*/
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    background-image: url('/assets/images/Alan_S_bg.webp') !important;

}

.trust-card:nth-child(2) {
    position: relative;
    height: 290px;
}


.trust-quote {
    color: #F6F6EA;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 15px;
    height: 100px;
    overflow: hidden;
    margin-top: 80px;
}

.rating {
    display: flex;
    margin-bottom: 15px;
}

.rating .star {
    color: #FFD700;
    margin-right: 2px;
}

.rating-number {
    color: #666;
    font-size: 12px;
    margin-left: 5px;
}

.user-info {
    display: flex;
    align-items: center;
    margin-top: 90px;
}


.user-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ddd;
    margin-right: 10px;
    overflow: hidden;
}

.user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-details {
    display: flex;
    flex-direction: column;
}

.user-name {
    font-weight: bold;
    font-size: 12px;
    color: #F6F6EA;
}

.user-occupation {
    font-size: 12px;
    font-weight: 500;
    color:#F6F6EA;
}
.pagination_controls{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
    position: relative;
    bottom: 75px;
    right: 3%;
}
.page_indicator{
    color: #999;
    font-size: 14px;
    margin-right: 10px;
}
.prev_btn{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    /*border: 1px solid #2A3E3354;*/
    border: 2px solid #F6F6EA;
    background:transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    cursor: pointer;
}
.next_btn{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #F6F6EA;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.polygon{
    width: 50%;
    height: auto;
}
.trusted{
    background-color: #0F2F1E;
    padding-top: 2%;
    margin-top:75px;
}
.Alan_img{
    position: relative;
    left:55%;
}



.form{
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}


.form-container {

    background-image:  url('/assets/images/form_mc_new_1.webp'),url('/assets/images/form_bg_new.webp');

    background-position: -1% 85%, 3% 70%;
    background-size: 55% 88%, 100% 100%;
    background-repeat: no-repeat, no-repeat;

    border-radius: 12px;
    width:96%;
    /*max-width: 750px;*/
    padding: 40px;
    color: white;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.left-section {
    width: 27%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top:20%;
}

.right-section {
    width: 40%;
    margin-top:40px;
}

.left-section h1 {
    font-size: 36px;
    font-weight:500;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #F6F6EA !important;
    position: relative;
    bottom: 20%;
}

p {
    font-size: 15px;
    color: #F6F6EA;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 40px;
    position: relative;
    bottom: 20%;
}

.call-button {
    background-color: #DC6633;
    color: #F6F6EA;
    border: none;
    border-radius: 25px;
    padding: 12px 24px;
    font-weight: 400;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    width: fit-content;
}
.phone{
    margin-right: 10px;
}
.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
}

input, select {
    width: 100%;
    padding: 12px 15px;
    border-radius: 25px;
    font-size: 14px;
    color: #FFFFFF4D;
    background-color:transparent;
    /*border: #FFFFFF66 solid;*/
    border: 1.5px solid #DFD2BF4D;
}

input::placeholder {
    color: #FFFFFF66;
}

.select-wrapper {
    position: relative;
}

.select-wrapper::after {
    content: "▼";
    font-size: 12px;
    color: #555;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

select {
    /*appearance: none;*/
    background-color:transparent;
    border: 1.5px solid #DFD2BF4D;
    border-radius: 25px;
}

.submit-button {
    background-color: transparent;
    color: #FFFFFF;
    border: 1px solid white;
    border-radius: 25px;
    padding: 12px 24px;
    font-weight:400;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 14px;
    margin-top: 20px;
}
.message{
    margin-right: 10px;
}
.submit-button svg {
    margin-right: 8px;
}


.submit-button img.message-icon {
    filter: brightness(0) invert(1); /* make image white initially */
    transition: filter 0.3s ease;
}

.submit-button:hover {
    background-color: #DFD2BF;
    color: #DC6633;
}

.submit-button:hover img.message-icon {
    filter: brightness(0) saturate(100%) sepia(100%) hue-rotate(-15deg) brightness(1.1);
}


/*.insight{*/
/*    padding: 20px;*/
/*}*/

/*.insights-container {*/
/*    max-width: 1200px;*/
/*    margin: 0 auto;*/
/*}*/

/*.insights-header {*/
/*    margin-bottom: 20px;*/
/*}*/

/*.insights-header h1 {*/
/*    font-size: 30px;*/
/*    font-weight: 500;*/
/*    color: #292929;*/
/*    margin-bottom: 5px;*/
/*    position: relative;*/
/*    right: 9%;*/
/*}*/

/*.insights-header p {*/
/*    font-size: 15px;*/
/*    color: #292929;*/
/*    font-weight: 300;*/
/*    position: relative;*/
/*    right: 9%;*/
/*}*/

/*.insights-categories {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    gap: 20px;*/
/*    position: relative;*/
/*    bottom: 25px;*/
/*}*/

/*.category {*/
/*    flex: 1;*/
/*    min-width: 300px;*/
/*}*/

/*.category-header {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    margin-bottom: 15px;*/
/*}*/

/*.category-title {*/
/*    font-size: 20px;*/
/*    font-weight: 700;*/
/*    color: #18191E;*/
/*    position: relative;*/
/*    right: 18%;*/
/*}*/
/*.category-title1 {*/
/*    font-size: 20px;*/
/*    font-weight: 700;*/
/*    color: #18191E;*/
/*}*/

/*.see-more {*/
/*    color: #DC6633;*/
/*    text-decoration: none;*/
/*    font-size: 17px;*/
/*    font-weight: 500;*/
/*    margin-right: 28px;*/
/*}*/
/*.see-more:hover {*/
/*    text-decoration: none;*/
/*    background: none; !* In case there's any background change *!*/
/*    color: #DC6633;*/
/*}*/
/*.see-more1 {*/
/*    color:#DC6633 !important;*/
/*    text-decoration: none;*/
/*    font-size: 17px;*/
/*    font-weight: 500;*/
/*    position: relative;*/
/*    left: 21%;*/
/*}*/
/*.see-more1:hover {*/
/*    text-decoration: none;*/
/*    background: none; !* In case there's any background change *!*/
/*}*/

/*.article {*/
/*    border-radius: 8px;*/
/*    margin-bottom: 15px;*/
/*}*/

/*.article img {*/
/*    height:360px;*/
/*    width: 677px;*/
/*    border-radius: 20px;*/
/*    position: relative;*/
/*    right: 18%;*/
/*}*/
/*.article1 img {*/
/*    height: 360px;*/
/*    width: 718px;*/
/*    border-radius: 20px;*/
/*    position: relative;*/
/*    left: 1%;*/
/*}*/

/*.article-content {*/
/*    padding: 15px;*/
/*}*/

/*.article-title {*/
/*    font-size: 18px;*/
/*    font-weight: 600;*/
/*    color: #18191E;*/
/*    margin-bottom: 15px;*/
/*    position: relative;*/
/*    right: 21%;*/
/*    width: 77%;*/
/*}*/

/*.article-divider {*/
/*    height: 1px;*/
/*    background-color: #eee;*/
/*    margin: 5px 0;*/
/*    width: 690px;*/
/*    position: relative;*/
/*    right: 21%;*/
/*}*/

/*.article-subtitle {*/
/*    font-size: 15px;*/
/*    color: #18191E;*/
/*    margin: 10px 0;*/
/*    position: relative;*/
/*    right: 21%;*/
/*    font-weight: 300;*/
/*}*/



/*.article-title1 {*/
/*    font-size: 16px;*/
/*    font-weight: 600;*/
/*    color: #333;*/
/*    margin-bottom: 15px;*/
/*}*/

/*.article-divider1 {*/
/*    height: 1px;*/
/*    background-color: #eee;*/
/*    margin: 5px 0;*/
/*    width: 693px;*/
/*    position: relative;*/
/*    left: 1%;*/
/*}*/

/*.article-subtitle1 {*/
/*    font-size: 14px;*/
/*    color: #333;*/
/*    margin: 10px 0;*/
/*}*/
/*.play{*/
/*    width:2% !important;*/
/*    height:2%!important;*/
/*    position: relative;*/
/*    left: 0%;*/
/*}*/
/*.time{*/
/*    margin: 0 0 0 5px !important;*/
/*}*/
/*.play1{*/
/*    width:2% !important;*/
/*    height:2% !important;*/
/*}*/
/*.time1{*/
/*    margin: 0 0 0 12px !important;*/
/*}*/

.section-title {
    /*font-size: 2rem;*/
    font-weight: 700;
    color: #292929;
}
.text-muted {
    color: #292929 !important;
    font-weight: 300;
    font-size: 17px;
}

.category-title {
    font-size: 30px ;
    font-weight: 700;
    color: #2A3E33;
}

.see-more {
    color: #DC6633;
    font-weight: 500;
    font-size: 17px;
    cursor: pointer;
}

.article-image {
    transition: transform 0.3s ease;
    border-radius: 1rem;
    object-fit: fill;
    width: 100%;
    height: auto;
}
.article-image:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.article-title {
    color: #2A3E33;
    font-size: 20px;
    font-weight: 500;
    margin-top: 1rem;
}

.sub-article {
    color: #2A3E33;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    /*padding-bottom: 0.4rem;*/
}


.time-icon {
    margin-left: 8px;
    font-size: 0.8rem;
}

a {
    text-decoration: none;
}





.Action{
    margin-top: 35px;
}
.Action h2{
    color: #292929;
    font-weight: 500;
    font-size: 30px;
    margin-left: 35px;
}



.custom-card-section {
    display: flex;
    gap:30px;
    padding: 2rem;
    justify-content: center;
    width: 99%;
    position: relative;
    bottom: 20px
}

.custom-card {
    border-radius: 20px;
    position: relative;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    overflow: hidden; /* This is crucial to clip the zoom effect */

}

.custom-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    transition: transform 0.4s ease-in-out;
    border-radius: inherit;
}

.custom-card-1::before {
    background-image: url('/assets/images/Action_img_1.webp');
}

.custom-card-2::before {
    background-image: url('/assets/images/Action_img_3.webp');
}

.custom-card:hover::before {
    transform: scale(1.1);
}

.custom-card > * {
    position: relative;
    z-index: 1;
}




.custom-card-1 {
    flex: 2;
    background-image: url('/assets/images/Action_img_1.webp');
    height: 419px;
    margin-top: -11px;
}

.custom-card-2 {
    flex: 1.3;
    background-image: url('/assets/images/Action_img_3.webp');
    height: 395px;
}


.custom-card-icon {
    /* width: 120px; */
    flex: 0.5;
    background-image: url('/assets/images/Action_img_2_latest.webp');
    justify-content: center;
    align-items: center;
    display: flex;
    height: 412px;
    border-radius: 40px;
    /* margin-bottom: -8px; */
    position: relative;
    bottom: 6px;
    overflow: hidden;
}
/* Make sure the arrow stays centered */
.custom-icon {
    z-index: 2; /* stays above the overlay */
    position: relative;
}

/* This is the sliding text overlay */
.hover-overlay {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    height: 700px;
    background-color:#DC6633;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(300%);
    transition: opacity 0.4s ease, transform 0.4s ease;
    font-size: 35px !important;
    font-weight: 700;
    border-radius: 20px;
    text-transform: uppercase;
    z-index: 1; /* behind the arrow */
}

.custom-card-icon:hover .hover-overlay {
    opacity: 1;
    transform: translateY(-50%);
}


.custom-card-content1 h2{
    color: #E8E9ED;
    /*width: 40%;*/
    position: relative;
    right: 4%;
    font-size: 40px;
    font-weight: 800;
}
.custom-card-content1 p{
    color: #E8E9ED;
    font-size: 17px;
    font-weight: 500;
    width: 59%;
    position: relative;
    left: 4%;
}

.custom-card-content {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 1.5rem;
}

.custom-card-content h2 {
    color: #E8E9ED;
    font-size: 25px;
    font-weight: 800;
    width: 50%;
    margin: 0;
}

.custom-card-content p {
    color: #E8E9ED;
    font-size: 15px;
    font-weight: 500;
    width: 50%;
    margin: 0;
}

.custom-card-content h2{
    color: #E8E9ED;
    width: 40%;
    position: relative;
    right: 4%;
    font-size: 25px;
    font-weight: 800;
}
.custom-card-content p{
    color: #E8E9ED;
    font-size: 15px;
    font-weight: 500;
    width: 40%;
    position: relative;
    left: 4%;
}

.custom-card:nth-child(2) {
    transform: scale(1.05);
}

.custom-icon {
    margin-top: 250px;
}





/*.hero {*/
/*    position: relative;*/
/*    padding: 80px 60px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    overflow: hidden;*/
/*}*/

/*.hero-content {*/
/*    position: relative;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: flex-start;*/
/*    width: 88%;*/
/*    gap: 40px;*/
/*    flex-wrap: wrap;*/
/*}*/

/*.hero-left {*/
/*    flex: 1;*/
/*    max-width: 500px;*/
/*}*/

/*.military_tank {*/
/*    border-radius: 12px;*/
/*    object-fit: cover;*/
/*    margin-bottom: 12px;*/
/*    position: relative;*/
/*    right: 21%;*/
/*    bottom: 34px;*/
/*}*/

/*.headline {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    align-items: flex-start;*/
/*    gap: 10px;*/
/*}*/

/*.caption1 {*/
/*    font-size: 12px;*/
/*    font-weight: 300;*/
/*    position: relative;*/
/*    right: 20%;*/
/*    color: #292929;*/
/*    bottom: 35px;*/
/*}*/

/*.caption2 {*/
/*    color: #292929;*/
/*    font-weight: 700;*/
/*    font-size: 58px;*/
/*    position: relative;*/
/*    left: 40%;*/
/*    bottom: 45px;*/
/*}*/

/*.hero-right {*/
/*    margin-top: 37%;*/
/*    max-width: 500px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    text-align: left;*/
/*    margin-right: -52px;*/
/*}*/

/*.hero-description {*/
/*    color: #292929;*/
/*    font-size: 15px;*/
/*    font-weight: 300;*/
/*    width: 51%;*/
/*    margin-left: 60%;*/
/*    line-height: 15px;*/
/*}*/

/*.learn_more {*/
/*    color: #292929;*/
/*    font-weight: 700;*/
/*    border: none;*/
/*    background-color: white;*/
/*    font-size: 20px;*/
/*    margin-left: 40%;*/
/*    margin-top: -24px;*/
/*}*/

/* Media queries for responsiveness */
@media screen and (max-width: 768px) {
    .hero {
        padding: 40px 20px;
    }
    body.home-background{
        background-image:none !important;
        background-repeat: no-repeat;
        background-position: right top, calc(100% - 450px)40px;
        background-size: 600px 700px, 170px 170px;
    }
    .hero-content {
        width: 95%;
        flex-direction: column;
        gap: 20px;
    }
    .subtitle1{
        color: #2A3E33;
        font-size: 17px;
        font-weight: 300;
        margin-top: 55px;
        line-height: 1.5;
    }
    .main-title{
        color: #2A3E33;
        font-size: 1.5rem;
    }

    .hero-left, .hero-right {
        max-width: 100%;
        flex: none;
    }

    .military_tank {
        right: 0;
        bottom: 0;
        width: 100%;
    }

    .headline {
        flex-direction: column;
        gap: 5px;
    }

    .caption1 {
        right: 0;
        bottom: 0;
        font-size: 10px;
    }

    .caption2 {
        left: 88px;
        bottom: 119px;
        font-size: 46px !important;
        position: relative;
        line-height: 37px;
    }

    .hero-right {
        margin-top: 20px;
        margin-right: 0;
    }

    .hero-description {
        width: 100%;
        margin-left: 2px;
        text-align: center;
        font-size: 14px;
        line-height: 1.3;
        position: relative;
        bottom: 140px;
        text-align: left;
    }

    .learn_more {
        margin-left: -26%;
        margin-top: -131px;
        font-size: 18px;
        position: relative;
        bottom: 17px;
    }
    .scroll p {
        color: #292929;
        font-weight: 500;
        opacity: 30%;
        font-size: 17px;
        margin-top: -94px;
        text-align: center;
    }
    .scroll {
        padding: 4px 16px;
        border: 1px solid #111827;
        border-radius: 999px;
        background-color: transparent;
        color: #111827;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        transition: all 0.3s ease;
        position: absolute;
        left: 33%;
        bottom: 21%;
    }

    .icon-container img {
        max-width: 35%;
        object-fit: contain;
        display: block;
        margin: -20px 53px 0px -83px;
    }
    .card-list li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 12px;
        color: #F6F6EA;
        font-size: 9px;
    }
    .card-list {
        list-style: none;
        padding-left: 0;
        margin-top: 17px;
    }
    .arrow-icon img {
        width: 55px;
        height: auto;
        position: relative;
        left: 49%;
    }

    .header {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 40px;
        margin-left: 78px;
    }

    .header h1 {
        right: 0;
        margin-bottom: 10px;
    }

    .view {
        left: 0;
        margin-bottom: 10px;
    }

    .condition_para {
        width: 90%;
        right: -45px;
        bottom: 0;
    }

    .condition_card {
        margin-right: 0;
        bottom: 20px;
        width: 100%;
        margin: 0 0 0 -35px;
    }

    .card-stack {
        width: 300px;
        height: 400px;
    }

    .card {
        width: 100%;
        height: 100%;
        padding: 15px;
    }

    .card:nth-child(2) {
        left: 20px;
        transform: translateX(10%) translateZ(-10px);
    }

    .card:nth-child(3) {
        left: 40px;
        transform: translateX(20%) translateZ(-20px);
    }

    .card-description {
        width: 70%;
        font-size: 10px !important;
        position: relative;
        top: 37px;
    }

    .symptom-list {
        bottom: 14%;
    }
    .card-title{
        position: relative;
        top: 51px;
        font-size: 10px;
        width: 63%;
    }
    .symptom-item {
        font-size: 10px !important;
        line-height: 10px !important;
    }
    .vector1 {
        width: 31%;
        position: relative;
        top: 10%;
    }
    .card-title1 {
        font-weight: bold;
        color: #333;
        position: relative;
        top: 75%;
        left: 3%;
        font-size: 20px;
    }
    .card-description1 {
        font-size: 10px;
        color: #666;
        margin-bottom: 20px;
        line-height: 1.4;
        position: relative;
        top: 78px;
        width: 58%;
        margin-left: 18px;
    }
    .symptom-item1 {
        position: relative;
        padding-left: 15px;
        margin-bottom: 10px;
        font-size: 10px;
        color: #666;
        line-height: 20px;
    }
    .card-header {
        margin-bottom: 15px;
        background: none;
        border-bottom: none;
        position: relative;
        /* top: 0%; */
        right: 7%;
        font-size: 12px;
        bottom: 24%;
    }
    .symptom-item {
        font-size: 11px !important;
        line-height: 18px;
    }
    .vector{
        width: 27% !important;
        position: relative !important;
        top: 5% !important;
    }

    .card-number{
        font-size: 100px;
        right: 0;
    }
    .card-numberr{
        margin-top: -25px;
    }
    .Arrow {
        left: 70%;
        top: 70%;
        margin: 72px 0px 0px 31px;
    }
 .Arrow1 {
        left: 70%;
        top: 70%;
        margin: 72px 0px 0px 31px;
    }



    .form-container {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .left-section,
    .right-section {
        flex: 1 1 100%;
        padding: 1.5rem;
    }

    .left-section {
        text-align: center;
    }

    .call-button,
    .submit-button {
        justify-content: center;
        width: 100%;
    }

    .blur_logo {
        display: block;
        margin: 0 auto 1rem auto;
    }

    input,
    select {
        font-size: 1rem;
    }


    .trust_header {
        margin-left: 15px;
        margin-right: 15px;
        text-align: center;
    }

    .trust_header h2 {
        font-size: 24px;
    }

    .trust_header p {
        font-size: 15px;
    }

    /*.trust-container {*/
    /*    flex-direction: column;*/
    /*    gap: 20px;*/
    /*    bottom: 20px;*/
    /*    padding: 0 15px;*/
    /*}*/

    /*.trust-card, .trust-card1 {*/
    /*    width: 100%;*/
    /*    margin-bottom: 15px;*/
    /*}*/

    /*.trust-card:nth-child(2) {*/
    /*    height: auto;*/
    /*}*/

    /*.trust-quote {*/
    /*    height: auto;*/
    /*    max-height: 120px;*/
    /*}*/

    /*.pagination_controls {*/
    /*    position: static;*/
    /*    justify-content: center;*/
    /*    margin: 15px 0;*/
    /*}*/

    /*.user-info {*/
    /*    margin-top: 20px;*/
    /*}*/

    /*.Alan_img {*/
    /*    left: 0;*/
    /*    position: absolute;*/
    /*    right: 10px;*/
    /*    bottom: 10px;*/
    /*    max-width: 80px;*/
    /*}*/

    .trust-container {
        display: flex;
        overflow-x: auto;
        gap: 16px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .trust-card,
    .trust-card1 {
        flex: 0 0 100%;
        scroll-snap-align: start;
        min-width: 90%; /* optional, for padding on sides */
    }

    .trust-container::-webkit-scrollbar {
        display: none;
    }




    .Action h2 {
        font-size: 26px;
        margin-left: 20px;
    }

    .custom-card-section {
        flex-direction: column;
        gap: 15px;
        padding: 1rem;
        bottom: 10px;
    }

    .custom-card {
        width: 100%;
        height: auto;
        min-height: 300px;
    }

    .custom-card-1, .custom-card-2, .custom-card-icon {
        flex: 1;
        height: 300px;
    }

    .custom-card:nth-child(2) {
        transform: scale(1);
    }

    .custom-card-content, .custom-card-content1 {
        flex-direction: column;
        align-items: flex-start;
    }

    .custom-card-content h2, .custom-card-content1 h2 {
        width: 100%;
        right: 0;
        margin-bottom: 10px;
        font-size: 22px;
    }

    .custom-card-content p, .custom-card-content1 p {
        width: 100%;
        left: 0;
    }

    .custom-icon {
        margin-top: 152px !important;
        margin: 0 0px 19px 1px;
    }


    .insights-header h1 {
        right: 0;
        text-align: center;
    }

    .insights-header p {
        right: 0;
        text-align: center;
    }

    .category-title, .category-title1 {
        right: 0;
        font-size: 18px;
    }

    .see-more, .see-more1 {
        left: 0;
        font-size: 14px;
    }

    .article img, .article1 img {
        right: 0;
        left: 0;
        position: relative;
        width: 100%;
    }

    .article-title, .article-title1 {
        right: 0;
        width: 100%;
        position: static;
        font-size: 16px;
    }

    .article-divider, .article-divider1 {
        right: 0;
        left: 0;
        position: static;
        width: 98%;
    }

    .article-subtitle, .article-subtitle1 {
        right: 0;
        position: static;
    }

    .claim-process h1 {
        margin-right: 0;
        text-align: center;
        margin-bottom: 10px;
    }

    .claim-process p {
        width: 90%;
        margin: 0 auto 20px;
        text-align: center;
    }

    .nav-links {
        margin: 0 0 20px 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .nav-links a {
        font-size: 14px;
        padding: 5px 8px;
        margin-bottom: 10px;
    }

    .images-container {
        flex-direction: row;
        width: 90%;
        margin: 0 auto;
    }

    .images-container .image {
        width: 100%;
        height: 250px;
    }

    .images-container .image.main {
        height: 250px;
    }
    .nav-links1 {
        display: flex;
        justify-content: center;
        gap: 5px;
        margin: 0px 0px 18px -178px;
        font-size: 10px;;

    }


    .image-caption {
        bottom: 10px;
        left: 10px;
    }

    .image-caption h2 {
        font-size: 12px !important;
    }

    .image-caption p {
        font-size:9px !important;
        width: 95%;
    }
    .left-section{
        width: 27%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 34%;
    }
    .call-button {
        background-color: #DC6633;
        color: #F6F6EA;
        border: none;
        border-radius: 25px;
        padding: 8px 55px;
        font-weight: 400;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        font-size: 10px;
        width: max-content;
    }
}


/* For very small screens */
@media screen and (max-width: 480px) {
    .hero {
        padding: 30px 15px;
    }

    .caption2 {
        font-size: 28px !important;
    }
    .trust_header h2 {
        font-size: 22px;
        color:#ffffff;
    }

    .trust_header p {
        font-size: 14px;
    }

    .trust-quote {
        font-size: 15px;
    }

    .rating .star {
        width: 15px;
        height: 15px;
    }

    .user-avatar {
        width: 25px;
        height: 25px;
    }

    .user-name {
        font-size: 11px;
    }

    .user-occupation {
        font-size: 9px;
        width: 106px;
    }

    .Alan_img {
        max-width: 60px;
        /* margin-left: 80%; */
        margin-left: -15%;
    }

    .Action h2 {
        font-size: 24px;
        margin-left: 15px;
    }

    .custom-card-section {
        padding: 0.8rem;
    }

    .custom-card-1, .custom-card-2 {
        height: 250px;
    }
    .custom-card-icon{
        height: 250px;
        width: 185px;
        margin: 0 0 0 72px;
        display: none;
    }

    .custom-card-content h2, .custom-card-content1 h2 {
        font-size: 20px;
    }

    .custom-card-content p, .custom-card-content1 p {
        font-size: 13px;
    }

    .custom-icon {
        margin-top: 100px;
    }


    .insight {
        padding: 10px;
    }

    .insights-header h1 {
        font-size: 24px;
    }

    .insights-header p {
        font-size: 13px;
    }

    .category-header {
        flex-direction: row;
        align-items: flex-start;
        gap: 5px;
    }

    .article-content {
        padding: 10px 0;
    }

    .play, .play1 {
        width: 15px !important;
        height: 15px !important;
    }
}
@media screen and (max-width: 576px) {
    .card-stack {
        width: 220px;
    }

    .card {
        padding: 10px;
    }

    .card:nth-child(2) {
        left: 15px;
    }

    .card:nth-child(3) {
        left: 30px;
    }

    .card-description {
        width: 90%;
        font-size: 14px;
    }

    .symptom-item {
        font-size: 14px;
        line-height: 16px;
    }

    .card-number, .card-numberr {
        font-size: 80px;
    }

    .header h1 {
        font-size: 24px;
    }

    .vector {
        width: 15%;
    }

    .Arrow, .Arrow1 {
        width: 12%;
    }



    .header1 h1 {
        font-size: 24px;
    }

    .header1 p {
        font-size: 15px;
    }


    .overlay-text h2 {
        font-size: 18px;
    }

    .overlay-text p {
        font-size: 15px;
        width: 100%;
    }
}

@media screen and (max-width: 375px) {
    .card-stack {
        width: 220px;
        height: 380px;
    }

    .card-description {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .symptom-item {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .card-number, .card-numberr {
        font-size: 70px;
    }
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
}

.section-subtitle {
    color: #2A3E33;
    max-width: 600px;
    font-weight: 300;
}
@media (max-width: 768px) {
    .form-container {
        flex-direction: column;
        padding: 20px;
    }
    .form-container {
        background: linear-gradient(0deg, rgba(15, 47, 29, 0.7), rgba(15, 47, 29, 0.7)),
        radial-gradient(78.51% 81.02% at 2.58% 0.4%, rgba(184, 209, 195, 0.33) 0%, rgba(16, 48, 30, 0.33) 100%);
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .left-section {
        background-image: url('/assets/images/form_mc_new_1.webp');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        padding: 20px;
        border-radius: 12px;
    }
    .blur_logo{
        display: none !important;
    }

    .left-section, .right-section {
        width: 100%;
        /*text-align: center;*/
    }

    .left-section h1 {
        font-size: 20px;
        margin-bottom: 10px;
        position: relative;
        top: -30px;
    }

    .left-section p {
        font-size: 15px;
        margin-bottom: 15px;
        position: relative;
        top: -30px;
    }

    .call-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        padding: 10px 20px;
        width: 75%;
        /* margin-bottom: 11px; */
        position: relative;
        bottom: 35px;
    }

    .phone {
        width: 20px;
        height: auto;
        margin-right: 8px;
    }

    .blur_logo {
        width: 100px;
        margin: 0 auto 20px;
        display: block;
    }

    form {
        width: 100%;
    }

    .form-group {
        margin-bottom: 20px;
        width: 100%;
    }

    .form-group input,
    .form-group select {
        width: 100%;
        padding: 10px;
        font-size: 14px;
    }

    .submit-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        padding: 12px 20px;
        width: 100%;
    }

    .message {
        width: 20px;
        height: auto;
        margin-right: 8px;
    }

    #success-message {
        text-align: center;
        margin-bottom: 20px;
    }
}


