*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style-type: none;
}
body {
    font-family: "Inter", sans-serif;
    /* background: linear-gradient(to right, blue, green); */
}
.alert {
    border: 2px solid #1433D6;
    /* border: none; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    height: 10px;
    width: 100%;
    background-color: #1433D6;
    z-index: 50;
    position: fixed;
}
.alert a {
    text-decoration: none;
    /* margin-top: 16px; */
}
.alert a:hover {
    text-decoration: underline;
    color: #EFF2FB;
}
.alert a p {
    color: #EFF2FB;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
}
.menu-list {
    display: flex;
    gap: 1em;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
}
.menu-list li a {
    text-decoration: none;
    color: #EFF2FB;
}
.menu-list li a:hover {
    text-decoration: underline;
}
@media (max-width: 1020px) {
    .menu-list {
        display: none;
    }    
}
.loop {
    display: flex;
    align-items: center;
    gap: 10px;
}
.logo {
    width: 44px;
    padding-left: 10px;
    padding-top: 2px;
}
.logo-txt {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 750;
    color: #0080FF;
    
}
/* HEADER  */
header {
    padding-top: 35px;
    position: fixed;
    z-index: 50;
    width: 100%;
    margin: auto;
    border-bottom: thin solid #ddd;

}
nav {
    position: relative;
}
.nav-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 10px;
    background-color: #FFFFFF;
}
.left-side {
    display: flex;
    gap: 1em;
    align-items: center;
    /* padding: 20px; */
    /* border: 2px solid black; */
}
.menu-list-1 {
    display: flex;
    gap: 1.2em;
    align-items: center;
    margin-top: 14px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    /* border: 2px solid black; */
    padding-bottom:15px;

}

.menu-list-1 li {
    position: relative;

}
.menu-list-1 li a {
    text-decoration: none;
    color: #556282;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 8px 5px;
    transition: color 0.2s ease;
} 
/* DROPDOWN  */
.li-1:hover > .a-1 i {
    transform: rotate(180deg);
    transition: all 1s ease;
}
.li-1 .a-1:hover{
    background-color: #EFF2FB;
    padding: 10px 20px;
    border-radius: 20px;
    color: black;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;   
}
.li-2:hover > .a-2 i {
    transform: rotate(180deg);
    transition: all 1s ease;
}
.li-2 .a-2:hover{
    background-color: #EFF2FB;
    padding: 10px 20px;
    border-radius: 20px;
    color: black;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;   
}
.mega-dropdown{
    display: none;
    width: 100%;
    left: 260px;
    top: 100%;
    position: absolute;
    z-index: 1000;
}
.mega-dropdown2{
    display: none;
    width: 100%;
    left: 0;
    top: 100%;
    position: absolute;
    z-index: 1000;
}
.drop-dropdown {
    display: flex;
    /* gap: 1.2em; */
    justify-content: center;
    width: 100%;
    background-color: white;
    /* position: absolute; */
    top: 100%;
    
}
.general-1 {
    width: 280px;
}

.drop-down-1 {
    border: thin solid black;
    border-left: black;
    border-right: none;
    padding-left: 50px;
    padding-top: 20px;
    width: fit-content;
    background-color: white;
    /* height: 100%; */
}
.left-col {
    /* position: absolute; */
    width: 370px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    border: thick solid white;
    padding: 20px;
    background-color: #F9FAFE;
}
.ul-li-1,.ul-li-2,.ul-li-3,.ul-li-4, .ul-li-5,.ul-li-6{
    margin-bottom: 20px;
}
h5 {
    padding: 0 40px 40px 40px;
}
.ul-li-1 h4 {
    padding-left: 20px;
}
.ul-li-2 h4 {
    padding-left: 20px;
} 
.ul-li-3 h4 {
    padding-left: 20px;
}
.ul-li-4 h4 {
    padding-left: 20px;
}
.ul-li-5 h4 {
    padding-left: 20px;
}
.ul-li-6 h4 {
    padding-left: 20px;
}
.ul-li-1 {
    padding: 12px 20px;
    border-radius: 12px;
}
.ul-li-1:hover {
    background-color: #EFF2FB;
}
.ul-li-2 {
    padding: 12px 20px;
    border-radius: 12px;
}
.ul-li-2:hover {
    background-color: #EFF2FB;
}
.ul-li-3 {
    padding: 12px 20px;
    border-radius: 12px;
}
.ul-li-3:hover {
    background-color: #EFF2FB;
}
.ul-li-4 {
    padding: 12px 20px;
    border-radius: 12px;
}
.ul-li-4:hover {
    background-color: #EFF2FB;
}
.ul-li-5 {
    padding: 12px 20px;
    border-radius: 12px;
}
.ul-li-5:hover {
    background-color: #EFF2FB;
}
.ul-li-6 {
    padding: 12px 20px;
    border-radius: 12px;
}
.ul-li-6:hover {
    background-color: #EFF2FB;
}
.paras{
    padding-left: 16px;
    padding-top: 5px;
}

.general-div {
    display: flex;
    gap: 1.4em;
    background-color: white;
    border: thin solid  black;
    border-left: black;
    padding: 20px;
    /* width: 1000px; */
    padding-left: 50px;
    padding-top: 50px;
    font-family: "Inter", sans-serif;
}
.ul-li-7 {
    /* padding-left: 40px; */
    padding-top: 10px;
}

.general-1 .col-compute li {
  margin-bottom: 8px;
}
.general-1 .col-compute li a {
  font-size: 16px;      
  font-weight: 500;    
  text-decoration: none;
  color: #4b5563;   
  padding-left: 10px;    
  /* transition: color 0.2s ease; */
}
.general-1 .col-compute li a:hover {
  color: black;       
}
.general-1 h4 {
    padding-top: 20px;
    padding-left: 10px;
}
.h4 {
    padding-bottom: 10px;
}
.general-1 .col-compute-2 li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.general-1 .col-compute-2 li a {
  font-size: 16px;      
  font-weight: 500;    
  text-decoration: none;
  color: #4b5563;   
  padding-left: 10px;    
  /* transition: color 0.2s ease; */
}
.general-1 .col-compute-2 li a:hover {
  color: black;       
}
.h4-1 {
    padding-bottom: 10px;
}
.general-1 .col-compute-3 li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.general-1 .col-compute-3 li a {
  font-size: 16px;      
  font-weight: 500;    
  text-decoration: none;
  color: #4b5563;       
  /* transition: color 0.2s ease; */
  padding-left: 10px;
}
.general-1 .col-compute-3 li a:hover {
  color: black;       
}
.h4-2 {
    padding-bottom: 10px;
}
.general-1 .col-network li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.general-1 .col-network li a {
  font-size: 16px;      
  font-weight: 500;    
  text-decoration: none;
  color: #4b5563;       
  /* transition: color 0.2s ease; */
  padding-left: 10px;
}
.general-1 .col-network li a:hover {
  color: black;       
}
.h4-3 {
    padding-bottom: 10px;
}
 .col-develop li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.col-develop li a {
  font-size: 16px;      
  font-weight: 500;    
  text-decoration: none;
  color: #4b5563;       
  /* transition: color 0.2s ease; */
  padding-left: 10px;
}
 .col-develop li a:hover {
  color: black;       
}
.menu-list-1 li:hover > .mega-dropdown {
    display: block;
    position: absolute;
    top: 100%;
    right: 30;
    /* background: #fff;  */
    padding: 20px;
    z-index: 1000;
    width: 80em;
    width: 100%;
}
.menu-list-1 li:hover > .mega-dropdown2 {
    display: block;
    position: absolute;
    top: 100%;
    right: 30;
    /* background: #fff;  */
    padding: 20px;
    z-index: 1000;
    width: 80em;
    width: 100%;
}
.bars {
    font-size: 1.4em;
    visibility: hidden;
}
.right-side {
    display: flex;
    gap: 1.em;
    align-items: center;
    
}
.link-1, .link-2{
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 17px;
    font-style: normal;
    margin-left: 10px;

}
.link-2 {
    border-radius: 20px;
    padding: 10px 20px;
    background-color: #2C83FF;
    color: white;
}
.link-1 {
    color: #000C2A;
    border-radius: 20px;
    padding: 10px 20px;
}
.link-3 {
    padding: 10px 20px;
    border-radius: 20px;
}
.link-3:hover {
    background-color: #EFF2FB;
    transition: all 1.1s ease;
}
.link-1:hover{
    background-color: #EFF2FB;
    border-radius: 20px;
    transition: all 1.2s ease;
}
.link-2:hover {
    background-color: #1433D6;
    transition: all 1.1s ease;
}
/* HEADER QUERY  */
@media (max-width: 1094px) {
    .menu-list-1 {
        display: none;
    }    
    .bars {
        visibility: visible;
        padding-left: 40px;
    }
}
@media (max-width: 1024px) {
    .menu-list-1 {
        display: none;
    }
    .bars {
        visibility: visible;
        /* padding-left: 40px; */
    }
    .right-side {
        margin-right: 20px;
    }
}
@media (max-width: 768px) {
    .link-1, .link-2 {
        display: none;
    }
    .alert  {
        display: none !important;
        /* padding: 0; */
    }
    .logo-txt {
        display: none;
    }
    header {
        /* border: 2px solid black solid black; */
        padding-top: 0;
        /* margin-top: 0; */
    }
} 
/* HERO_SECTION  */
.hero-sect {
    background: linear-gradient(
        to bottom,
        #021183 30%,
        #1433D6 70%,
        #0B4AE8 100%
        /* #0B4AE8 100% */
    );
    /* height: 40vh; */
    padding-top: 180px;
}
h1 {
    text-align: center;
    color: white;
    padding-top: 50px;
    /* margin-top: 30px; */
    font-family: "Epilogue", sans-serif;
    font-size: 50px;
    font-weight: 700;
    font-style: normal;
    /* line-height: 56px; */
    text-wrap: wrap;
    width: 84%;
    margin: auto;
    
}
.div-three {
    padding-top: 50px;
    display: flex;
    width: 70%;
    margin: auto;
    justify-content: center;
    align-items: center;
    gap: 1em;
}
.btn-1,.btn-2, .btn-3 {
    padding: 10px 30px;
    border-radius: 80px;
    background-color: #FFFFFF;
    cursor: pointer;

}
.btn-1 {
    padding: 10px 40px;
    /* border-radius: 80px; */
    background-color: #020F81;
    color: #FFFFFF;
    border: 2px solid white;
}
 .btn-2 a, .btn-3 a {
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 600;
    color: black;
}
.btn-1 a{
    color: white;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 600;
}

.btn-1:hover{
    background-color: #EFF2FB;
}
.btn-1:hover a {
    color: black;
}
.video-1 {
    width: 840px;
    margin: 40px auto;
    border-radius: 20px;
}
.para-1 {
    text-align: center;
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
}
.fa-google
{ 
    font-size: 100px;
    color: #4285F4; /* Google blue */
    background: linear-gradient(90deg, #4285F4 25%, #34A853 25%, #FBBC05 60%, #EA4335 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 1.3em;
    margin-right: 8px;
    vertical-align: middle;
}
.fa-github {
    color: #181717;
    font-size: 1.3em;
    margin-right: 8px;
    vertical-align: middle;
}
 /* hero responsive overrides */
h1 {
  word-wrap: break-word;
  white-space: normal;
}

/* icons inside the buttons */
.btn-1, .btn-2, .btn-3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
}

.btn-1 a, .btn-2 a, .btn-3 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

/* HERO SECTION RESPONSIVENESS */
@media (max-width: 768px) {
  .div-three {
    flex-direction: column;
    width: 100%;
    gap: 1rem;
  }

  .btn-1, .btn-2, .btn-3 {
    display: block;
    width: 100%;
    padding: 15px;
  }

  .btn-1 a, .btn-2 a, .btn-3 a {
    display: block;
    width: 100%;
    text-align: center;
  }

  /* video responsiveness */
  .video-1 {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 20px auto;
    display: block;
  }
}


.logo-marquee {
  width: 80%;
  margin: auto;
  overflow: hidden;
  padding: 30px 0;
  height: 30vh;
}
@keyframes scrollMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.marquee-track {
  display: flex;
  gap: 60px; /* Space between logos */
  animation: scrollMarquee 24s linear infinite;
    width: max-content;

}
.marquee-track:hover{
  animation-play-state: paused;
}
.marquee-track img {
  /* height: 40px; */
  object-fit: contain;
  opacity: 0.8;
  transition: opacity 0.3s;
}
.marquee-track img:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .marquee-track img {
    height: 30px;
  }
}

/* OTHER SECTION  */
    .other-sect {
        background-color: white;
        padding-top: 140px;
        /* position: relative; */
    }
    .other-div1 {
        text-align: center;
    }
    h2 {
        text-align: center;
        width: 80%;
        margin: auto;
        padding-bottom: 10px;
        font-family: "Epilogue", sans-serif;
        font-size: 36px;
        font-weight: 700;
        font-style: normal;
        line-height: 56px;
        color: #000C2A;
    }
    .other-div1 p {
        text-wrap: wrap;
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        font-family: "Inter", sans-serif;
        color: #4D5B7C;
        line-height: 26px;
    }
    .other-div2 {
        /* border: thick solid black; */
        margin-top: 20px;
        padding-top: 40px;
        display: flex;
        gap: 1.4em;
        align-items: center;
        justify-content: center;
        padding-bottom: 30px;
        
    }

    .other-div2 a{
        text-decoration: none;
    }
    .other-a1 {
        color: black;
        padding: 12px 30px;
        background-color: #E3E8F4;
        border-radius: 20px;
        font-weight: 500;
        font-size: 18px;
    }
    .other-a1:hover{
        background-color: #1433D6;
        color: white;
        transition: all 0.6s ease;
    }
    .other-a2 {
        padding: 12px 30px;
        border-radius: 20px;
        font-weight: 500;
        font-size: 18px;
        color: #556282;
        
    }
    .other-a2:hover {
        background-color: #1433D6;
        color: white;
        transition: all 0.6s ease;
    }

    .video-2 {
        width: 850px;
        border: 2px solid black;
        border-radius: 20px;
        margin-top: 80px;
    }
    .video-div{
        width: 80%;
        margin: auto;
        /* border: 2px solid black; */
        text-align: center;
    }
    .set-div {
        text-align: center;
        padding: 20px;
        margin-top: 30px;
    }
    .set-div p {
        color: #535E7C;
        font-size: 18px;
        line-height: 30px;

}
.set-div1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.6em;
    margin-top: 10px;
    /* border: 2px solid black; */
    padding-bottom: 10px;
    margin-bottom: 100px;
}   
.btn-4{
    padding: 9px 30px;
    border-radius: 20px;
    border: #0080FF;
    background-color: #0080FF;;
    margin-top: 10px;
}
.btn-4 a{
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}
.btn-4:hover {
    background-color: #1433D6;
    cursor: pointer;
}
.btn-5{
    padding: 8px 20px;
    border-radius: 20px;
    border: thin solid black;
    margin-top: 10px;
    background-color: white;
}
.btn-5 a{
    color: black;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}
.btn-5:hover {
    background-color: #1433D6;
    cursor: pointer;
}
/* OTHER SECTION RESPONSIVENESS  */

@media (max-width: 768px) {
  .other-sect {
    padding-top: 80px;
  }

  h2 {
    font-size: 24px;
    line-height: 36px;
    width: 95%;
  }

  .other-div1 p {
    font-size: 14px;
    line-height: 22px;
    padding: 0 10px;
  }

  /* make links stack */
  .other-div2 {
    flex-direction: column;
    gap: 1rem;
  }

  .other-a1, .other-a2 {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 0;
  }

  /* video responsiveness */
  .video-div {
    width: 100%;
  }

  .video-2 {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  /* buttons responsiveness */
  .set-div1 {
    flex-direction: column;
    gap: 0.8rem;
  }

  .btn-4, .btn-5 {
    width: 100%;
    padding: 12px 0;
  }
}
/* CUSTOMERS SECTION */
.customers{
    /* border: 2px solid black; */
    background-color: #F9FAFE;
    /* height: 160vh; */
    padding-bottom: 200px;
}
.h2 {
    color: black;
    font-size: 36px;
    font-family: "Epilogue", sans-serif;
    font-weight: 700;
}
.custom-1 {
    padding-bottom: 100px;
}
.custom-1 p {
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #4D5B7C;
    padding-left: 40px;
}
.custom-a {
    text-align: center;
    text-decoration: none;
    padding-top: 20px;
}
.custom-a-1 {
    text-decoration: none;
    padding-top: 100px;
    color: black;
    font-weight: 600;
    font-size: 16px;
}
.master-card {
  overflow: hidden; /* hide overflow */
  width: 100%;
  margin: auto;
  padding: 2rem 0;
  background: #F9FAFE;
  /* margin-bottom: 100px; */

}
.marquee-card {
    display: flex;
    gap: 20px;
    /* width: max-content; */
    width: 100%;
    /* overflow-x: hidden;   */
     animation: scrollMastercard 10s linear infinite;
}
.cards {
    /* width: 400px; */
    height: 500px;
    /* min-width: 350px; */
    width: 320px;
    border-radius: 20px;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    font-family: "epilogue", sans-serif;

} 
.cards::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;

}
@keyframes scrollMastercard {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.marquee-card:hover {
  animation-play-state: paused;
}
.card-1{
    background-image: url(./images/imgi_72_mouad-hadji.d16f30b6.jpg);
    background-size: cover ;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;      /* keep rounded corners */
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    border: none;
}
.card-1::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
                to bottom,
                rgba(2, 17, 131, 0.65) 30%,
                rgba(20, 52, 214, 0.546) 70%,
                rgba(11, 74, 232, 0.6) 100%
        );
    transition: opacity 0.3s ease;
    border-radius: inherit;
    opacity: 1;
    z-index: 1;
}
.card-1:hover::before {
    opacity: 0;
}
.card-content {
    position: absolute;
    bottom: 20px;
    left: 30px;
    right: 20px;
    z-index: 2;
}
.card-content h3 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: bold;
}
.card-content p {
    margin-top: 8px;
    font-size: 1rem;
    line-height: 1.4;
    color: white;
}
.card-header {
    margin-bottom: 150px;
    padding-bottom: 20px;
    padding-top: 20px;
    /* border: 2px solid black;   */
}
.card-header h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: white;
}
.card-header p {
  margin: 0;
  font-size: 0.9rem;
  color: white;
  padding-top: 12px;
}
.card::before {
    /* content: ""; */
    position: absolute;
    inset: 0;
    background: rgba( 0,0,0,0.35);
    z-index: 1;
}
.card-footer {
    margin-bottom: 20px;
}
.card-footer a {
    text-decoration: none;
}
.card-footer h3 {
    color: white;
    line-height: 24px;
    font-family: "Epilogue", sans-serif;
    font-weight: 700;
    font-size: 20px;
}
.card-footer a:hover {
    text-decoration: underline white;
}
.card-2 {
    background-color: #006650;
    border: none;

}
.card-content1 {
    position: absolute;
    bottom: 20px;
    left: 30px;
    right: 20px;
    z-index: 2;
}
.card-header1 {
    margin-bottom: 150px;
    padding-bottom: 20px;
    padding-top: 20px;
    /* border: 2px solid black;   */
}
.card-header1 h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: white;
}
.card-header1 p {
  margin: 0;
  font-size: 16px;
  color: white;
  padding-top: 12px;
}
.card::before {
    position: absolute;
    inset: 0;
    background: rgba( 0,0,0,0.35);
    z-index: 1;
}
.card-footer1 {
    margin-bottom: 20px;
    color: white;
}
.card-footer1 h3 {
    color: white;
    margin-bottom: 20px;
    line-height: 24px;
    font-family: "Epilogue", sans-serif;
    font-weight: 700;
    font-size: 20px;
}
.card-footer1 a  {
    margin-top: 10px;
    text-decoration: none;
}
.card-footer1 a p {
    color: white;
}
.card-footer1 a:hover {
    text-decoration: underline white;
}
.card-3 {
    background-image: url(./images/imgi_73_kyle-campbell.4f0a5d04.jpg);
    background-size: cover ;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;      /* keep rounded corners */
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    border: none;
}
.card-3::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
                to bottom,
                rgba(2, 17, 131, 0.65) 30%,
                rgba(20, 52, 214, 0.546) 70%,
                rgba(11, 74, 232, 0.6) 100%
        );
    transition: opacity 0.3s ease;
    border-radius: inherit;
    opacity: 1;
    z-index: 1;
}
.card-content2 {
    position: absolute;
    bottom: 20px;
    left: 30px;
    right: 20px;
    z-index: 2;
}
.card-header2 {
    margin-bottom: 170px;
    padding-bottom: 20px;
    padding-top: 20px;
    /* border: 2px solid black;   */
}
.card-header2 h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: white;
}
.card-header2 p {
  margin: 0;
  font-size: 16px;
  color: white;
  padding-top: 12px;
}
.card::before {
    /* content: ""; */
    position: absolute;
    inset: 0;
    background: rgba( 0,0,0,0.35);
    z-index: 1;
}
/* .card-footer1 {
    margin-bottom: 20px;
    color: white;
} */
.card-footer2 h3 {
    color: white;
    margin-bottom: 30px;
    line-height: 24px;
    font-family: "Epilogue", sans-serif;
    font-weight: 700;
    font-size: 20px;
}
.card-footer2 a  {
    text-decoration: none;
}
.card-footer2 a p {
    color: white;
    margin-bottom: 20px;
}
.card-footer2 a:hover {
    text-decoration: underline white;
}

.card-3 {
    background-image: url(./images/imgi_73_kyle-campbell.4f0a5d04.jpg);
    background-size: cover ;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;      /* keep rounded corners */
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    border: none;
}
.card-3::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
                to bottom,
                rgba(2, 17, 131, 0.65) 30%,
                rgba(20, 52, 214, 0.546) 70%,
                rgba(11, 74, 232, 0.6) 100%
        );
    transition: opacity 0.3s ease;
    border-radius: inherit;
    opacity: 1;
    z-index: 1;
}
.card-3:hover::before {
    opacity: 0;
}
.card-4 {
    background-color: #300091;
    border: none;
}
.card-content3 {
    position: absolute;
    top: 0;
    left: 30px;
    right: 20px;
    z-index: 2;
}
.card-header3 {
    margin-bottom: 90px;
    padding-bottom: 20px;
    padding-top: 20px;
    /* border: 2px solid black;   */
    
}
.card-header3 h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: white;
}
.card-header3 p {
  margin: 0;
  font-size: 16px;
  color: white;
  padding-top: 12px;
}

/* .card-footer1 {
    margin-bottom: 20px;
    color: white;
} */
.card-footer3 h3 {
    color: white;
    line-height: 24px;
    font-family: "Epilogue", sans-serif;
    font-weight: 700;
    font-size: 20px;
}
.card-footer3 a  {
    text-decoration: none;
    /* margin-bottom: 100px; */
}
.card-footer3 a p {
    color: white;
    margin-top: 20px;
}
.card-footer3 a:hover {
    text-decoration: underline white;
}
.card-5 {
    background-image: url(./images/imgi_74_richard-li.d58879cc.jpg);
    background-size: cover ;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;      /* keep rounded corners */
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.card-5::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
                to bottom,
                rgba(2, 17, 131, 0.65) 30%,
                rgba(20, 52, 214, 0.546) 70%,
                rgba(11, 74, 232, 0.6) 100%
        );
    transition: opacity 0.3s ease;
    border-radius: inherit;
    opacity: 1;
    z-index: 1;
}
.card-5:hover::before {
    opacity: 0;
}
.card-content4 {
    position: absolute;
    bottom: 20px;
    left: 30px;
    right: 20px;
    z-index: 2;
}
.card-header4 {
    margin-bottom: 150px;
    padding-bottom: 20px;
    padding-top: 20px;
    /* border: 2px solid black;   */
}
.card-header4 h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: white;
}
.card-header4 p {
  margin: 0;
  font-size: 16px;
  color: white;
  padding-top: 12px;
}
.card::before {
    /* content: ""; */
    position: absolute;
    inset: 0;
    background: rgba( 0,0,0,0.35);
    z-index: 1;
}
/* .card-footer1 {
    margin-bottom: 20px;
    color: white;
} */
.card-footer4 h3 {
    color: white;
    margin-bottom: 20px;
    line-height: 24px;
    font-family: "Epilogue", sans-serif;
    font-weight: 700;
    font-size: 20px;
}
.card-footer4 a  {
    text-decoration: none;
}
.card-footer4 a p {
    color: white;
    margin-bottom: 20px;
}
.card-footer4 a:hover {
    text-decoration: underline white;
}
.card-6 {
    background-color: #006375;
    border: none;
}
.card-7 {
    background-image: url(./images/imgi_75_matt-gray.e5cc3168.jpg);
    background-size: cover ;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;      /* keep rounded corners */
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.card-7::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
                to bottom,
                rgba(2, 17, 131, 0.65) 30%,
                rgba(20, 52, 214, 0.546) 70%,
                rgba(11, 74, 232, 0.6) 100%
        );
    transition: opacity 0.3s ease;
    border-radius: inherit;
    opacity: 1;
    z-index: 1;
}
.card-7:hover::before {
    opacity: 0;
}
.card-8 {
    background-color: #8917A6;
}

/* CUSTOMER QUERY */
@media (max-width: 768px) {
  .marquee-card {
    animation-duration: 5s !important; /* or any longer duration you want */
  }
}
/* KEEP SECTION  */
.keep {
    background-color: #FFFFFF;
    /* height: 280vh; */
}
.boat-1 {
    border-radius: 20px;
    width: 500px;
}
.para-2 {
    text-align: center;
    font-family: "Epilogue", sans-serif;
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    line-height: 48px;
    color: #000C2A;
    /* border: 2px solid black; */
    margin-top: 140px;
    padding-bottom: 40px;
}
.keep-div {
    /* border: 2px solid black; */
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: center;
    padding: 10px;
    /* gap: 10em; */
}
.keep-div1 {
    margin-top: 70px;
    /* border: 2px solid black; */
    /* padding: 10px; */
    /* margin-left: 20px; */
    /* padding: 20px; */
}
.keep-div1 h3 {
    font-family:  "Epilogue", sans-serif;
    font-weight: 700;
    font-size: 24px;
    /* line-height: 32px; */
    font-style: normal;
    color: #000C2A;
    /* border: 2px solid black; */
    margin-bottom: 10px;
    padding-top: 10px;
    width: 80%;
}
.keep-div1 p {
    /* border: 2px solid black; */
    width: 82%;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    /* line-height: 24px; */
    color: #4D5B7C;
    /* padding: 20px; */

}
.keep-div2 {
    /* border: 2px solid black; */
    margin-top: 24px;
    /* margin-right: 200px; */
    /* padding-left: 20px; */
}
.grow-div {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /* border: 2px solid black; */
    width: 92%;
    margin: auto;
    gap: 3em;
}
.grow-div1 {
    /* border: 2px solid black; */
    /* padding-right: 40px; */
    margin-top: 20px;
}
.glow-1 {
    border-radius: 20px;
    width: 500px;
    margin-top: 30px;
    /* border: 2px solid black; */
    margin-left: 40px;

    /* margin-right: 40px; */
}
.grow-div2 {
    margin-top: 70px;
    /* padding: 100px; */
    /* padding-right: 120px; */
    /* padding-top: 10px;
    padding-left: 10px;
    margin-right: 100px; */
    padding: 20px;  
}
.grow-div2 h3 {
    font-family:  "Epilogue", sans-serif;
    font-weight: 700;
    font-size: 24px;
    /* line-height: 32px; */
    font-style: normal;
    color: #000C2A;
    /* border: 2px solid black; */
    margin-bottom: 10px;
    padding-top: 10px;
    width: 80%;

}
.grow-div2 p {
    /* border: 2px solid black; */
    width: 80%;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    /* line-height: 24px; */
    color: #4D5B7C;
}
.smile-1 {
    border-radius: 20px;
    width: 500px;
    margin-top: 30px;

    /* margin-right: 40px; */
}
.smile-2 {
    border-radius: 20px;
    width: 500px;
    margin-top: 30px;
    /* margin-right: 40px; */
    margin-left: 35px;
}

/* KEEP QUERY */
@media (max-width: 1024px) {
    
    .keep-div1 h3 {
        width: 100%;
        /* border: 2px solid purple; */
        padding-bottom: 8px;

    }
    .keep-div1 p {
        width: 100%;
        /* border: 2px solid pink; */
        font-size: 17px;

    }
    .boat-1 {
        width: 105%;
        margin-top: 0
        ma
    }
    .smile-1 {
        width: 90%;
        margin-left: 64px;
    }
    .grow-div2 h3 {
        width: 90%;
        /* border: 2px solid red; */
        padding-bottom: 10px;
    }
    .grow-div2 p {
        /* border: 2px solid green; */
        width: 100%;
    }
    .glow-1 {
        width: 90%;
    }
    .smile-2 {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .para-2 {
        font-size: 30px;
    }
    .keep-div {
        flex-direction: column;
        width: 100%;
        
        /* border: 2px solid beige; */
    }
    .grow-div {
        flex-direction: column-reverse;
        width: 100%;
        
    } 
    .grow-div2 {
        /* border:  2px solid yellow; */
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        padding-left: 0;
    }
    .keep-div1 p, .keep-div1 h3  {
        text-align: start;
        /* border: 2px solid black; */
        /* margin-left: auto; */
        width: 90%;
        margin-top: 0 !important;
        margin-left: 32px;
    }
    .grow-div2 p, .grow-div2 h3  {
        text-align: start;
        margin-left: 35px;
        /* border: 2px solid blue; */
        width: 90% !important;
        margin-top: 0 !important;
    }
    .grow-div2 {
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .boat-1 {
        width: 80%;
        margin-left: 40px;
        /* max-width: 220px; */
        margin-top:  0;
        margin-bottom: 0;
    }
    .glow-1 {
        width: 80%;
        margin-top: 0;
        margin-bottom: 0;
    }
    .smile-1 {
        width: 80%;
        margin-top: 0;
        /* margin-right: 400px !important; */
        margin-bottom: 0;
        margin-left: 40px;

    }
    .smile-2 {
        width: 80%;
        margin-top: 0;
        margin-bottom: 0;

    }
}
/* @media (max-width: 532px) {

} */
.dive {
    background: linear-gradient(
        to bottom,
        #DCF2FF,
        #CAECFF
    );
    /* height: 176vh; */
}
.dive h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    color: #000C2A;
    font-family: "Epilogue", sans-serif;
    padding-top: 120px;
}
.dive p {
    text-align: center;
    font-family: "inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-style: normal;
    color: #4D5B7C;
}
.dive1 {
    display: flex;
    justify-content: center;
    gap: 2.2em;
    /* border: 2px solid black; */
    align-items: center;
    padding-top: 70px;
    
}
.dive-1 {
    width: 320px;
    height: 280px;
    /* box-shadow: 0px 0px 4px 2px #F9FAFE;     */
    border-radius: 20px;
    background-color: #F9FAFE;
    border: #F9FAFE;
    /* border: 2px solid black; */

}
.dive2 {
    display: flex;
    justify-content: center;
    gap: 2.2em;
    /* border: 2px solid black; */
    align-items: center;
    padding-top: 40px;
    padding-bottom: 30px;
}
.dive-2 {
    width: 320px;
    height: 300px;
    background-color: #F9FAFE;
    /* border: 2px solid black; */
    border-radius: 20px;
}
.dive-1 p{
    font-family: "Epilogue" , sans-serif;
    font-size: 24px;
    font-weight: 700;
}
.get {
    /* border: 2px solid black; */
    /* padding-left: 26px; */
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 24px;
    margin-top: 30px;
}
.log-1 {
    padding-left: 6px;
    padding-top: 2px;
    padding-right: 6px;
    padding-bottom: 4px;
    background-color: #E8E2FC;
    border-radius: 8px;
    /* width: 40px; */
    /* font-size: 16px;
    font-weight: 400;
    color: rgb(100, 20, 238); */
}
.log-text {
    /* margin-top: 10px; */
    /* border: 2px solid black; */
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000C2A;
}
.doc {
    /* border: 2px solid black; */
    margin-top: 5px;
    
}
.doc p {
    text-align: left;
    margin-left: 24px;
    margin-top: 10px;
    /* padding-bottom: 0px; */
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 32px;
    color: #000C2A;
}
.doc a {
    text-decoration: none;
}
.doc a:hover {
    text-decoration: underline #000C2A;
}
.doc a p {
    margin-bottom: 20px;
    margin-top: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
    color: #000C2A;
}
.log-2 {
    padding-left: 8px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
    background-color: #B5FFF1;
    border-radius: 8px;
}
.doc-1 {
    /* border: 2px solid black; */
    margin-top: 5px;
    
}
.doc-1 p {
    text-align: left;
    margin-left: 24px;
    margin-top: 10px;
    /* padding-bottom: 0px; */
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 32px;
    color: #000C2A;
}
.doc-1 a {
    text-decoration: none;
}
.doc-1 a:hover {
    text-decoration: underline #000C2A;
}
.doc-1 a p {
    margin-bottom: 20px;
    margin-top: 50px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
    color: #000C2A;
}
.log-3 {
    padding-left: 8px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
    background-color: #B5FFF1;
    border-radius: 8px;
}
.doc-2 {
    /* border: 2px solid black; */
    margin-top: 5px;
    
}
.doc-2 p {
    text-align: left;
    margin-left: 24px;
    margin-top: 10px;
    /* padding-bottom: 0px; */
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 32px;
    color: #000C2A;
}
.doc-2 a {
    text-decoration: none;
}
.doc-2 a:hover {
    text-decoration: underline #000C2A;
}
.doc-2 a p {
    padding-bottom: 20px;
    padding-top: 44px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
    color: #000C2A;
}
.log-4 {
    padding-left: 8px;
    margin-top: 10px;
    padding-right: 8px;
    padding-bottom: 4px;
    background-color: #B5FFDB;
    border-radius: 8px;
}
.log-5 {
    padding-left: 8px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
    background-color: #B5F6FF;
    border-radius: 8px;
}
.log-6 {
    padding-left: 8px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
    background-color: #B5FFF1;
    border-radius: 8px;
}
.doc-3 {
    margin-top: 5px;
}
.doc-3 p {
    text-align: left;
    padding-left: 24px;
    padding-top: 35px;
    /* border: 2px solid black; */
    /* margin-bottom: 10px; */
    /* padding-bottom: 20px; */
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 32px;
    color: #000C2A;
}
.doc-3 a {
    text-decoration: none;
}
.doc-2 a:hover {
    text-decoration: underline #000C2A;
}
.doc-3 a p {
    padding-bottom: 20px;
    padding-top: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
    color: #000C2A;
}
.doc-4 {
    margin-top: 5px;
}
.doc-4 p {
    text-align: left;
    margin-left: 24px;
    margin-bottom: 30px;
    /* padding-bottom: 200px; */
    /* border: 2px solid red; */
    margin-top: 10px;
    /* padding-bottom: 0px; */
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 32px;
    color: #000C2A;
}
.doc-4 a {
    text-decoration: none;
}
.doc-4 a:hover {
    text-decoration: underline #000C2A;
}
.doc-4 a p {
    margin-bottom: 20px;
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    /* line-height: 22.4px; */
    color: #000C2A;
}
/* Responsive styles for .dive section at 768px and below */
@media (max-width: 780px) {
  .dive {
    /* flex-direction: column !important; */
    /* padding: 30px 10px !important; */
    width: 100% !important;
    padding-bottom: 20px;
    /* align-items: flex-start !important; */
    /* gap: 24px !important; */
  }
  .dive h2 {
    font-size: 2rem !important;
    text-align: center !important;
    padding: 0 0 16px 0 !important;
    width: 100% !important;
  }
  .dive p {
    /* font-size: 1rem !important;  */
    /* line-height: 1.6 !important; */
    font-size: 18px;
    font-weight: 400;
    margin: auto;
    width: 80% !important;
    padding-bottom: 14px !important;
    /* margin-left: 20px; */
    /* text-align: left !important */
  }
  .dive1, .dive2 {
    flex-direction: column;
    /* gap: 80px;  */
  }
  .dive1 {
    /* border: 2px solid red; */
    gap: 50px;
    /* flex-direction: column;  */
  }
  .dive-1 {
    display: flex;
    /* justify-content: space-between; */
    /* gap: 10em; */
    padding-bottom: 20px;
  }
  
  .dive1, .dive2, .dive-1, .dive-2 {
    width: 100% !important;
    padding: 0 !important;
    /* margin: 0 0 16px 0 !important; */
    display: block !important;
    /* gap: 50px !important; */
  }
  .doc p {
    font-weight: 700;
    font-style: normal;
    color: #000C2A;
    font-size: 25px;
  }
  .doc-1 p {
    font-weight: 700;
    font-style: normal;
    color: #000C2A;
    font-size: 25px;
  }
  .doc-2 p {
    font-weight: 700;
    font-style: normal;
    color: #000C2A;
    font-size: 25px;
  }
  .doc-3 p {
    font-weight: 700;
    font-style: normal;
    color: #000C2A;
    font-size: 25px;
  }
  .doc-4 p {
    font-weight: 700;
    font-style: normal;
    color: #000C2A;
    font-size: 25px;
  }
  .doc-5 p {
    font-weight: 700;
    font-style: normal;
    color: #000C2A;
    font-size: 25px;
    /* border: 2px solid green; */
  }
  .get .log-2{
    /* border: 2px solid green; */
    margin-bottom: 20px;
    margin-top: 30px;
    /* padding-bottom: 200px; */

  }
  .log-1 {
     margin-bottom: 20px;
    margin-top: 30px;
  }
  
  .log-4 {
    margin-top: 30px;
    /* border: 2px solid blue; */
    margin-bottom: 20px;
  }
  .log-5 {
    margin-top: 30px;
    /* border: 2px solid blue; */
    margin-bottom: 20px;

  }
  .doc-3 p {
    /* border: 2px solid black; */
    margin-bottom: 20px;
    padding: 0;
  }
  /* If you have images or icons inside .dive, make them responsive */
  /* .dive img, .dive-1 img, .dive-2 img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto 16px auto !important;
  } */
}
.start {
    background-color: #FFFFFF;
    width: 86%;
    margin: 120px auto;
}
.start-div {
    background-color: #B5F6FF;
    height: 60vh;
    background-image: url(images/float.svg);
    background-size: cover ;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;      /* keep rounded corners */
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.start-div h1{
    color: #000C2A;
    line-height: 50px;
    font-style: normal;
    font-size: 36px;
    font-weight: 700;
    padding-top: 70px;
    padding-bottom: 16px;
}
.start-div p {
    color: #4D5B7C;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}
.start-1 p {
    text-align: center;
    font-size: 12px;
    color: #4D5B7C;
    font-weight: 400;
    line-height: 18px;
    padding-top: 30px;
}
footer {
    width: 100%;
    background-color: #F9FAFE;
    /* height: 166vh; */
}
.first-footer {
    display: flex;
    justify-content: space-evenly;
    /* border: 2px solid black; */
    padding-top: 120px;
    padding-bottom: 60px;
}
.first-footer h4 {
     padding-bottom: 24px;
}
.bar2{
  
  display: flex;
  justify-content: space-between;
}
.bar-3 {
  display: none;
}
.fa-chevron-down {
  transition: transform 0.3s ease;
}

.fa-chevron-down.rotated {
  transform: rotate(180deg); /* upside down */
}
.foot-list1 {
    padding-bottom: 12px;
}

.foot-list1 a {
    text-decoration: none;
    color: #4D5B7C;
    font-weight: 400;
    line-height: 20px;
    font-size: 14px;
    font-style: normal;
}
.foot-list1 a:hover {
    color: black;
}
.second-footer {
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-top: 20px; */
    /* margin-bottom: 100px; */
    background-color: #F9FAFE;
}
.foot-div1 {
    display: flex;
    align-items: center;
    gap: 1em;
}
.foot-div1 a {
    text-decoration: none;
    color: #4D5B7C;
}
.logo-text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.8em;
}

.logo-text a {
    /* border: 2px solid black; */
   padding: 0;
}
.logo-text p {
    color: #4D5B7C;
    font-weight: 400;
}
.foot-div2 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 12px;
}
.foot-icon {
  /* width: 60px; */
  filter: brightness(0) saturate(100%) invert(36%) sepia(9%) saturate(1473%) hue-rotate(191deg) brightness(92%) contrast(86%);
  transition: filter 0.3s ease;
}
/* On hover → black */
.foot-icon:hover {
  filter: brightness(0) saturate(100%);
}

/* FOOTER QUERY */
@media (max-width: 768px) {
  .first-footer {
    flex-direction: column;
    align-items: stretch;
    padding-top: 40px; 
    width: 95%;
    margin: auto;
  }

  
  .first-footer > div {
    padding: 14px 20px;
    border-top: 1px solid rgba(0,0,0,0.06);
  }

  
  .first-footer p {
    margin: 0;
    padding: 0;
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
    font-weight: 700; /
  }
  .bar-3 {
   display: block;
  }
 
  .first-footer .footer-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    margin-top: 8px;
    padding-left: 30px; /
  }
  .first-footer > div.active .footer-list {
    max-height: 1000px;
  }
  .first-footer p::after {
    content: '';
    font-weight: 700;
    margin-left: 12px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg); 
    transition: transform 0.3s ease;
  }
  .first-footer > div.active p::after {
    transform: rotate(-135deg);

  }
}

@media (max-width: 768px) {
  .second-footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 18px;
  }

  .foot-div1 {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }

  .logo-text {
    display: flex;
    gap: 12px;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap; 
  }

  .logo-text a {
    white-space: nowrap;
  }

  .foot-div2 {
    order: 2;
    width: 100%;
    max-width: 460px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .foot-div2 a {
    width: 44px;
   
  }
  
}

@media (max-width: 500px) {
  .second-footer {
    flex-direction: column;
    gap: 15px;
    /* text-align: center; */
  }

  .foot-div1 {
    flex-wrap: wrap;
    /* justify-content: center; */
    /* padding-left: 10px; */
  }
  .foot-div1 .logo-text {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 12px;
    /* margin-top: 5px; */
  }
}