*{
    box-sizing: border-box;
}
img{
    max-width: 100%;
    height: auto;
}
.navbar-brand img{
width: 100px;
}
body {
font-family: 'Rubik', sans-serif;
background: #F6F6FC;
}
a{
text-decoration: none;
}
li{
list-style: none;
}
.nav-ed{
    position: relative;
    z-index: 10;
}
header{
position: relative;
height: 100vh;
overflow: hidden;
 z-index: 11111;
}

.header-before{
font-size: 18px;
padding-inline-start: 6px;
}
.header-before{
    color: #fff;
  position: relative;
  transition: all 0.4s cubic-bezier(0.82, 0.14, 0.1, 0.85);
}
.header-before::before{
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  inset-inline-start: 0;
  bottom: -1px;
  background:#EFCD59;
  transition: all 0.4s cubic-bezier(0.82, 0.14, 0.1, 0.85);
}
.header-before:hover{
color: #fff;
}
.header-before:hover:before{
  width: 100%;
  height: 3px; 
  transition: all 0.4s cubic-bezier(0.82, 0.14, 0.1, 0.85);
}
.offcanvas-body {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.link-before{
position: relative;
padding-top: 10px;
padding: 14px;
}
.link-before::before{
content: '';
position: absolute;
top: 8px;
margin-inline-start: -10px;
height: 80%;
width: 4px ;
background:#EFCD59;
border-radius: 3px;
}
.item-before{
position: relative;
}
.item-before::before{
content: '';
position: absolute;
left: 0;
bottom: -2px;
height: 1px;
width: 100%;
background: #cdcdcdb2;
}
.nav-position{
position: relative;
}
.banner-haeder{
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 1;
}
.banner-haeder {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 1;

    background: linear-gradient(
        135deg,
        #223467 0%,
        #223467 45%,
        #3A5EAB 100%
    );
}

.banner-haeder::before {
    content: "";
    position: absolute;
    inset: -15%;

    background:
    radial-gradient(circle at 18% 20%, #30A159 0%, transparent 40%),
    radial-gradient(circle at 28% 24%, #223467 0%, transparent 38%),
    radial-gradient(circle at 82% 18%, #FAB120 0%, transparent 42%),
    radial-gradient(circle at 68% 82%, #5d84e8 0%, transparent 32%),
    radial-gradient(circle at 62% 94%, #fe0828 0%, transparent 46%);

    filter: blur(85px);

    animation: rotateBg 9s ease-in-out infinite alternate;

    transform-origin: center;

    z-index: -1;
}

.main-banner{
position: relative;
z-index: 2;    
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.btn-h{
font-size: 20px;
font-weight: bold;
}
.btn-h i{
padding: 5px 5px;
}
.ban-1{
margin-top: 15px;
font-size: 22px;
color: #fff;
text-align: center;
}
.ban-1 {
font-weight: bolder;
}
.banner-about{
background:
    radial-gradient(
        circle at 100% 0%,
        rgba(250, 173, 18, 0.304) 0%,
        rgba(250, 186, 57, 0.196) 18%,
        transparent 25%
    ),

    radial-gradient(
        circle at 0% 100%,
        rgba(0, 175, 161, 0.25) 0%,
        rgba(0, 175, 161, 0.15) 10%,
        transparent 25%
    ),

    #F6F6FC;
}

.banner-top{
margin-top: 80px;
height: 100%;
}
.title{
font-size: 28px;
color: #2079C8;
font-weight: 700;
}
.banner-about p{
font-size: 16px;
color: #223467;
margin-top: 8px;
}
.center{
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
.banner-story-1{
padding-bottom: 80px;
background:
    radial-gradient(
        circle at 0% 0%,
        rgba(0, 175, 161, 0.25) 0%,
        rgba(0, 175, 161, 0.15) 10%,
        transparent 25%
    ),

    radial-gradient(
        circle at 100% 100%,
        rgba(254, 43, 71, 0.18) 0%,
        rgba(254, 43, 71, 0.10) 10%,
        transparent 25%
    ),

    #F6F6FC;
}
.title-center{
margin-top: 50px;
text-align: center;
}
.text-2{
margin-top: 10px;
color: #72777A;
text-align: center;
}
.card-hight {
    height: 400px;
    overflow: hidden;
    border-radius: 15px;
}
.card-main-img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.card-main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-main-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.237), rgba(0, 0, 0, 0.066));
    pointer-events: none;
}
.img-position-2 img{
width: 100%;
height: 400px;
object-fit: cover; 
}
.card-main-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.65),
        rgba(0, 0, 0, 0.15)
    );
    pointer-events: none;
}
.text-information {
position: absolute;
bottom: 0;
left: 0;
padding: 20px;
width: 100%;
display: flex;
flex-direction: column;
align-items: flex-start;
text-align: left;
direction: ltr;
color: #fff;
z-index: 2;
}
.inf-1{
    font-size: 55px; 
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 10px;
}
.inf-2{
font-size: 18px;
font-weight: 500;
color: #fff;
max-width: 220px;
text-align: left;
align-self: flex-start;; 
}
.banner-value {
    background-image: url('../image/Frame 1686554454 (4).png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
    padding: 50px 0 70px;
}

.title-2 {
    color: #fff;
}
.text-2{
font-size: 19px;
}
.card-hight-2 > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
    border-radius: 22px;
}
.card-hight-2::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.082);
    transition: all 0.4s ease;
    z-index: 1;
    border-radius: 22px;
}
.content-card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    text-align: center;
    color: #fff;
    z-index: 2;
}
.logo-value {
    background: #254B88;
    padding: 12px;
    border-radius: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.logo-value img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    transition: transform 0.45s ease;
}

.card-hight-2:hover .logo-value img {
    transform: translateY(-8px);
}
.title-value {
    margin-top: 9px;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}
.text-value {
    font-size: 15px;
    line-height: 1.8;
    color: #d8dce7;
}
.card-hight-2 > img {
    transition: filter 0.5s ease;
    transform: none;
}
.card-hight-2:hover > img {
   filter: brightness(1.12) contrast(1.05) saturate(1.1);
}
.card-hight-2 {
    overflow: hidden;
    transform: translateZ(0); 
}
.card-hight-2:hover::after {
    background: rgba(0,0,0,0.08);
}
.card-hight-2 {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    height: 350px;
    transition: all 0.4s ease;
    cursor: pointer;
    border: 2px solid transparent;
    box-sizing: border-box;
}
.card-color-1,
.card-color-2,
.card-color-3,
.card-color-4 {
    position: relative;
    border-radius: 22px;
}
.card-color-1:hover {
    border: 2px solid #6dc1fd;
}
.card-color-2:hover {
    border: 2px solid #f5d277;
}
.card-color-3:hover {
    border: 2px solid #67fdf3;
}
.card-color-4:hover {
    border: 2px solid #fa7b8a;
}

.main-story{
background:
    radial-gradient(
        circle at 0% 100%,
        rgba(250, 173, 18, 0.304) 0%,
        rgba(250, 186, 57, 0.196) 18%,
        transparent 25%
    ),

    radial-gradient(
        circle at 100% 100%,
        rgba(50, 175, 253, 0.25) 0%,
        rgba(39, 172, 255, 0.25) 10%,
        transparent 25%
    ),

    #F6F6FC;
    padding: 40px 0px;
}
.mySwiper{
   margin-top: 40px;
    padding-top: 12px;
    padding-bottom: 60px;
}
.story-card img{
    width: 100%;
    border-radius: 20px;
    display: block;
}
.swiper-pagination-bullet{
    background: #c4c4c4 !important;
    opacity: 0.5;
}
.swiper-pagination-bullet-active{
    background: #309A60 !important;
    opacity: 1;
}
.swiper-wrapper {
    align-items: stretch;
}
.swiper-slide {
    height: auto !important;
    display: flex;
}
.story-card {
    width: 100%;
    display: flex;
}
.card-1{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: none !important;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;

    overflow: hidden;
}
.card-body-new {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.btn-card {
    margin-top: auto;
}
.title-11 {
    min-height: 42px;
}

.card-text {
    min-height: 72px;
}
.card-1:hover{
    transform: translateY(-6px);
    box-shadow:0 12px 30px rgba(0,0,0,0.08);
}
.img-padding{
padding: 6px 6px;
}
.card-flex{
display: flex;
justify-content: space-between;
}
.title-11{
font-size: 14px;
font-weight: 700;
width: 60%;
}
.card-text{
color: #72777A;
font-size: 15px;
margin-top: 7px;
}
.card-st{
display: flex;
align-items: center;
background: #F8F0D7;
color: #8C6031;
padding: 6px 10px;
border-radius: 30px;
font-size: 12px;
}
.img-box {
    position: relative;
    overflow: hidden;
      
    border: none;
}
.img-box img{
    width: 100%;
   height: 250px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
     border-radius: 14px !important;
}
.name{
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    width: 100%;
    padding: 15px 20px;
    color: #fff;
    font-weight: 700;
}

.img-box:hover img{
    transform: scale(1.08);
     border-radius: 14px;
}
.btn-card a{
display: inline-block;
width: 100%;
background: #2079C8;
color: #fff;
border-radius: 50px;
padding: 8px 8px;
text-align: center;
}
.st-1{
background: #ECF6EC;
color: #073B22;
}
.st-2{
background: #F8F0D7;
color: #8C6031;
}
.st-3{
background: #D1F1FC;
color: #104690;
}
.st-4{
background: #FAE2E7;
color: #631525;
}
.banner-3{
background-image: url('../image/Frame 1686553616 (2).png');
  background-size: cover;
  background-position: center;
  height: 100%;
  padding: 150px 0;
   overflow: hidden;
  background-attachment: fixed;  
}
.icon-quote img{
width: 50px;
}
.text-top-new{
margin-top: 20px;
}
.icon i{
font-size: 40px;
color: #CD6D77;
}
.icon{
text-align: center;
}
.text-4{
font-size: 30px;
font-family: 700;
color: #fff;
text-align: center;
}
.smal-text{
font-size: 15px;
color: #fff;
text-align: center;
margin-top: 8px;
}
.color-strip {
    display: flex;
    width: 100%;
    height: 6px; 
}

.color-strip .color {
    flex: 1;
}
.color-strip .c1 { background-color: #3A5CA6; }
.color-strip .c2 { background-color: #FAB120; }
.color-strip .c3 { background-color: #30A159; }
.color-strip .c4 { background-color: #C64150; }

.banner-4{
background-image: url('../image/Frame 1686553600 (1).png');
  background-size: cover;
  background-position: center;
  height: 100%;
  padding: 150px 0;
   overflow: hidden;
  background-attachment: fixed;  
}
.text-5{
font-size: 25px;
color: #fff;
text-align: center;
margin-top: 28px;
max-width: 650px;
margin: auto;
text-align: center;
line-height: 1.8;
}
.btn-1{
background: #FAB120;
color: #223467;
border: none;
border-radius: 50px;
padding: 10px 40px;
font-weight: 500;
transition: all 0.3s ease;
}
.btn-1:hover{
background: #F9D999;
box-shadow: 0 8px 20px rgba(250, 177, 32, 0.35);
transform: translateY(-2px);
}
.btn-1:focus{
background: #F9D999;
box-shadow: 0 8px 20px rgba(250, 177, 32, 0.35);
transform: translateY(-2px);
}
.btn-2{
background: transparent;
color: #fff;
border: 2px solid #fff;
border-radius: 50px;
padding: 10px 40px;
font-weight: 500;
transition: all 0.3s ease;
margin-inline-start: 8px;
}
.link-about:hover{
background: #223467;
color: #fff;
border: 2px solid transparent;
}
.btn-flex{
margin-top: 22px;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.banner-5{
padding: 90px 0;
background:
    radial-gradient(
        circle at 100% 0%,
        rgba(255, 190, 61, 0.304) 0%,
        rgba(252, 200, 95, 0.196) 18%,
        transparent 25%
    ),

    radial-gradient(
        circle at 0% 0%,
          rgba(0, 175, 161, 0.25) 0%,
        rgba(0, 175, 161, 0.15) 10%,
        transparent 25%
    ),

    #F6F6FC;
}
.card-company{
margin-top: 20px;
background-image: url('../image/Component 108.png');
  background-size: cover;
  background-position: center;
  height: 320px;     
  width: 100%;          
  padding: 25px 20px;
  border-radius: 12px;
  transition: all 0.4s ease;
  overflow: hidden;
}
.card-company:hover {
  background-image: url('../image/Component\ 109.png');
  transform: translateY(-5px);
}
.card-company:hover .company-text {
  color: #fff;
}
.card-company:hover .compan-logo img {
  filter: brightness(0) invert(1); 
}
.company-text{
font-size: 16px;
margin-top: 20px;
color: #72777A;
}
.compan-flex{
display: flex;
flex-direction: column;
align-items: center;
}

.overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.85),
        rgba(0,0,0,0.15),
        transparent
    );
}
.banner-6{
margin-top: 90px;
background-image: url('../image/Mask group.png');
  background-size: cover;
  background-position: center;
  height: 100%;
  padding: 20px 20px;
}
.title-faq{
font-size: 23px;
color: #191919;
font-weight: 800;
text-align: center;
padding-bottom: 44px;
}
.custom-accordion .accordion-item{
    border: none;
    box-shadow: none;
    margin-bottom: 15px;
    background: transparent;
    border-radius: 10px;
    transition: 0.3s ease;
    overflow: hidden;
}
.custom-accordion .accordion-item:has(.accordion-collapse.show){
    background: #fff;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}
.custom-accordion .accordion-button{
    background: transparent !important;
    box-shadow: none;
    border: none;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    direction: ltr;
}

.custom-accordion .accordion-button::after{
    display: none;
}
.icon-circle{
    width: 38px;
    height: 38px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
}
.accordion-button:not(.collapsed){
color: #191919 !important;
}
.icon-circle i{
    position: absolute;
    font-size: 14px;
    transition: 0.3s ease;
}
.close-icon{
    opacity: 0;
    transform: rotate(180deg);
}
.accordion-button:not(.collapsed) .open-icon{
    opacity: 0;
    transform: rotate(-180deg);
}
.accordion-button:not(.collapsed) .close-icon{
    opacity: 1;
    transform: rotate(0);
}
.accordion-wrapper{
    display: flex;
    justify-content: center;
}
.main-footer{
margin-top: 40px;
background-image: url('../image/Frame 1686553622.png');
background-size: cover;
background-position: center;
height: 100%;
padding: 70px 20px;
}

.logo-footer-2{
margin-top: 16px;
}
.footer-link{
display: flex;
flex-direction: column;
}
.footer-link a{
color: #fff;
padding-top: 15px;
}
.link-title{
font-size: 20px;
font-weight: 700;
}
.icon-footer-link{
width: 100%;
text-align: center;
margin-top: 20px;
}
.icon-footer-link img{
padding: 8px 8px;
margin-top: 10px;
}
.end-footer a{
color: #fff;
font-size: 15px;
}
.custom-modal{
    border-radius: 25px;
    border: none;
    padding: 25px;
    position: relative;
}

.custom-close{
    position: absolute;
    left: 20px;
    top: 20px;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.custom-close:focus{
    box-shadow: none !important;
}

.modal-img{
    text-align: center;
    margin-bottom: 20px;
}

.modal-img img{
    width: 120px;
}

.modal-title-custom{
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #000;
}

.custom-input,
.custom-textarea{
    background-color: #f7f7f7;
    border: none;
    border-radius: 14px;
    padding: 14px 18px;
    box-shadow: none !important;
    outline: none !important;
    resize: none;
}

.custom-input:focus,
.custom-textarea:focus{
    box-shadow: none !important;
    border: none !important;
    background-color: #f7f7f7;
}

.custom-textarea{
    height: 150px;
}

.submit-btn{
    width: 100%;
    border: none;
    border-radius: 50px;
    padding: 14px;
    background: #2079C8;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
}

.submit-btn:hover{
    opacity: 0.9;
}
.custom-label{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
    display: block;
}
.footer-link a:hover{
color: #EFCD59;
}
.btn-h{
font-weight: 900;
}
@keyframes rotateBg {
    from {
        transform: rotate(-15deg) scale(1);
    }

    to {
        transform: rotate(90deg) scale(1.08);
    }
}
@media screen and (min-width:991px){
    .banner-about .main-text {
    max-width: 450px; 
    width: 100%;
}

.banner-about .main-text p {
    line-height: 1.8;
    word-break: break-word;
}
.navbar-brand img{
width: 80px;
}
.nav-item{
padding: 10px;
}
.title{
font-size: 40px;
}
.top{
font-size: 18px;
}
.logo-footer{
width: 80%;
}
.logo-footer-2 img{
width: 70px;
}
 .offcanfas-1{
    display: none;
 }
 .heritage-section{
    position: relative;
    width: 100%;
    min-height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    padding: 40px 20px;
}
.heritage-card{
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    cursor: pointer;
}
.heritage-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}
.heritage-card:hover img{
    transform: scale(1.05);
}

.card-content{
    position: absolute;
    bottom: 25px;
    right: 20px;
    color: #fff;
    z-index: 2;
}

.card-content h3{
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 5px;
}

.card-content p{
    font-size: 20px;
    line-height: 1.5;
}
.small-card{
     width: 240px;
    height: 300px;
    position: absolute;
    top: 0;
    left: 40px;
    z-index: 3;
}
.tall-card{
      width: 260px;
    height: 350px;
      position: relative;
       right: 25px;
    z-index: 2;
}
.medium-card{
    width: 290px;
    height: 390px;
    position: absolute;
    top: 0;
    left: 340px;
    z-index: 1;
}
.custom-accordion{
    width: 60%;
}
.top-new{
margin-top: 50px;
}
.text-4{
font-size: 37px;
}
.text-5{
font-size: 29px;
}
}
@media screen and (min-width: 992px) and (max-width: 1200px){
.small-card{
     width: 220px;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 3;
}
.tall-card{
    width: 250px;
    height: 300px;
    position: relative;
    z-index: 2;
    right: 65px;
}
.medium-card{
    width: 210px;
    height: 320px;
    position: absolute;
    top: 0;
    left: 270px;
    z-index: 1;
}

}

@media screen and (min-width:100px) and (max-width:991px){
    .banner-story-1 .row,
    .banner-value .row{
        row-gap: 20px;
    }

    .card-hight{
        margin-bottom: 0;
    }
     .heritage-section{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 14px;
        position: static;
        min-height: auto;
        padding: 20px 0;
    }
    .small-card,
    .tall-card,
    .medium-card{
        position: relative; 
        width: 100%;
        max-width: 350px;
        height: 400px;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
    }

    .heritage-card img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px  10px 10px 10px!important;
    }
     .card-content{
        position: absolute;
        inset: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 20px;
        z-index: 2;
        color: #fff;
    }
    .card-content h3{
        font-size: 28px;
        margin-bottom: 5px;
    }
    .card-content p{
        font-size: 16px;
        line-height: 1.6;
        margin: 0;
    }
    .footer-link{
    display: flex;
   align-items: center;
    }
    .center-2{
     display: flex;
   align-items: center;
    }
.center-2 li{
text-align: center;
}
.logo-footer{
width: 120px;
text-align: center;
}
.main-f-logo{
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
.banner-top{
margin-top: 50px;
}
.center-new{
text-align: center;
}
.logo-footer-3 img{
width: 100px;
}
}