/* MEDIA QUERIES FOR RESPONSIVENESS OF OTHER-SECT */

*{
    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-radius: 0 !important;
    /* padding: 16px !important; */
    background-color: #1433D6 !important;
    border: 2px solid #1433D6;
    /* border: none; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    /* margin-bottom: 18px; */
    height: 10px;
    width: 100%;
    /* background-color: #1433D6; */
    z-index: 50;
    position: fixed;
    top: 0;
}
.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;
    padding-top: 16px;
}
.menu-list {
    display: flex;
    gap: 1em;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    padding-top: 16px;
}
.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;
}
.loop-a{
  text-decoration: none;
  
}
.logo {
    width: 44px;
    padding-left: 10px;
    padding-top: 2px solid black;
}
.loop-a, .logo-txt {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 750;
    color: #0080FF;
    
}
header {
    padding-top: 35px;
    position: fixed;
    z-index: 50;
    width: 100%;
    margin: auto;
    top: 0;
    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 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 solid black; */
    /* padding-bottom:35px; */

}

.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;
} 

.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;   
}
.mega-dropdown{
    display: none;
    width: 100%;
    left: 260px;
    top: 100%;
    position: absolute;
    z-index: 1000;
}
.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-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 {
    margin-left: 20px !important;
    border: 2px solid black;
}
.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%;
}
/* .bars {
    font-size: 1.4em;
    visibility: hidden;
}
.right-side {
    display: flex;
    gap: 1.em;
    align-items: center;
    
} */
 .right-side {
    display: flex;
    align-items: center;
    /* gap: 1em; */
}
.bars {
    visibility: hidden;
    font-size: 1.4em;
    margin-left: 20px;
}
.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;
}
.mega-dropdown h4,
.mega-dropdown h5 {
  font-size: 16px;      /* make them match your menu text */
  font-weight: 600;     /* or normal if you want less bold */
  margin: 0 0 8px;      /* tighten spacing */
  padding: 0;           /* reset Bootstrap padding */
}
@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-sect {
    padding: 120px 0;
    margin: 10px 0;
    background-color: white;

}
.hero-div {
    display: flex;
    align-items: center;
}

.hero-div1 {
    width: 40%;
    /* border: 2px solid black solid black; */
    /* padding-right: 40px; */
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0 0 0 80px;
    /* padding-left: 80px; */
}
.pitch{
    font-size: 48px;
    font-weight: 700;
    /* line-height: 56px; */
    /* padding-top: 112px; */
    width: 80%;
    margin-bottom: 20px;
}

.para-3 {
    font-size: 20px;
    /* line-height: 26px; */
    color: #4D5B7C;
    font-weight: 400;
    font-style: normal;
    /* padding-bottom: 20px; */
    margin-bottom: 20px;
    width: 86%;
}
.hero-div2 {
    width: 50%;
    margin-left: 70px;
    /* border: thin solid black; */
    position: relative;
}
.hero-small {
    /* border: 2px solid black solid black; */
    height: 740px;
    border-radius: 20px;
}
.hero-image {
  background: radial-gradient(circle at 50% 50%, #cce7ff, );
  position: absolute;
  width: 660px;
  left: -100px;
  top: 150px;

}

body{
    width: 100%;
}
/* HERO-SECT-MEDIA Query */

@media(max-width: 1315px){
    .pitch{
        width: 90%;
    }
}

@media(max-width: 1186px){
    .hero-div1{
        margin-left: 40px;
        width: 45%;
    }
    .pitch, .para-3{
        width: 95%;
    }
}
@media(max-width: 1151px){
    .hero-div1{
        margin-top: 70px;
        padding-top: 0;
    }
    .hero-div2{
        width: 45%;
    }
    .hero-small{
        height: 580px;
    }
    .hero-image{
        width: 550px;
        left: -70px;
        top: 120px;
    }
}
@media(max-width: 1140px){
    .hero-div{
        justify-content: space-between;
    }
    .hero-div1{
        margin-left: 20px;
    }
}

@media(max-width: 1020px){
    .hero-image{
        width: 500px;
        left: -80px;
    }
}

/* @media(max-width:925px){
    .hero-div1{
        padding: 0;
    }

    .hero-small{
        height: 550px;
    }
} */

@media(max-width: 890px){
    .pitch{
        font-size: 1.7em;
    }

    .para-3{
        font-size: 1em;
    }
    .hero-div{
        flex-direction: column;
    }

    .hero-div1, .hero-div2{
        width: 95%;
        margin: auto;
    }

    

    .hero-small{
        display: flex;
        justify-content: center;
        height: 500px;
    }

    
    .hero-image{
        left: 0;
        right: 0;
        width: 740px;
        top: 0;
        bottom: 0;
       
        margin: auto;
        
    }
}

@media(max-width: 800px){
    .hero-image{
        max-width: 600px;
    }
}

@media(max-width: 696px){
    .hero-image{
        width: 500px;
    }
}

@media(max-width: 544px){
    .pitch{
        font-size: 1.5em;
    }
    .para-3{
        font-size: .9em;
    }
    .hero-image{
        width: 400px;
    }
}

@media(max-width: 463px){
    .hero-div1, .hero-div2{
        width: 98%;
    }
    .hero-small{
        height: 400px;
    }

    .hero-image{
        width: 300px;
    }

    .btn-6 a{
        font-size: .8em;
    }
}


/* @media(max-width: 1092px){
    .hero-div1{
        width: 55%;
    }

    .hero-div2{
        width: 40%;
    }
} */

.btn-div1 {
    /* padding-left: 20px; */
    /* border: 2px solid black solid black; */
    /* padding-top: 2px solid black; */
    /* padding-bottom: 10px; */
}
.btn-6 {
    padding: 8px 20px;
    background-color: #2C83FF;
    border-radius: 20px;
    border: none;
}
.btn-6 a {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    font-style: normal;
    color: #FFFFFF;
    text-decoration: none;
}
.btn-6:hover {
    background-color: #1433D6;
    cursor: pointer;
}
.other-sect{
    /* border: 2px solid black solid black; */
    background-color: hsl(228, 71%, 99%);
    padding-top: 100px;
    padding-bottom: 80px;
}
.h2 {
    color: black;
    font-size: 36px;
    font-family: "Epilogue", sans-serif;
    font-weight: 700;
    text-align: center;
    line-height: 48px;
    color: #000C2A;
    padding-bottom: 10px;
}

.para-4 {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    /* line-height: 24px; */
    color: #4D5B7C;
    padding-bottom: 100px;
    width: 50%;
    margin: auto;
}
.other-div2 {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px,  1fr));
    
    gap: 2.5em;
}
.div-card1 {
    /* width: 330px; */
    height: 470px;
    border: 2px solid #ddd;
    /* border: none; */
    border-radius: 20px;
    box-shadow: 0px 0px 2px solid black 1px #E2E4E9;
}
.img-3 {
    padding-top: 30px;
}
.sub-card1 {
    padding-left: 30px;
    background-color: #F9FAFE;
    border-radius: 20px;

}
.sub-card1 h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #000C2A;
    padding-bottom: 10px;
}
.sub-card1 p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #4D5B7C;
    font-style: normal;
}
/* MEDIA QUERY FOR OTHER SECTION */
@media (max-width: 824px) {
    .div-card1 {
        /* height: 350px; */
    }
    .h2 {
        font-size: 28px;
        line-height: 36px;
    }
}
.accord {
    background-color: #D5F0C3;
    /* height: 108vh; */
    /* border: 2px solid black solid black; */
    padding-bottom: 10px;
}
.accord-h2 {
    padding-top: 80px;
    text-align: center;
    font-size: 36px;
    line-height: 48px;
    color: #000C2A;
    font-weight: 700;
    padding-bottom: 10px;
}
.accord-p1 {
    text-align: center;
    font-size: 16px;
    line-height: 22.4px;
    color: #000000;
    font-weight: 400;
    /* border: 2px solid black solid black; */
}
.a-div p{
    text-align: center;
    color: #0069FF;
    cursor: pointer;
}
.a-div p:hover {
    text-decoration: underline;
}
.accordionn {
    /* border: 2px solid black solid blue ; */
}
.accordion {
    padding-top: 20px;
    background-color: #D5F0C3;
}
.accordion-button::after {
  display: none !important; 
}
.accordion-item {
    width: 70%;
    border: 2px solid black solid white;
    margin: auto;
    margin-bottom: 12px;
    border-radius: 6px;   
    overflow: hidden

}
.accordion-button {
    /* border: 2px solid black solid black; */
    background-color: white;
    padding: 20px 20px;
    border: 2px solid black solid white;
}
.accordion-button span {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #081B4B;
}
.details-img {
    width: 520px;
    border-radius: 20px;
}
.details {
    background-color: #F9FAFE;
}
.details-div {
    padding-top: 160px;
    padding-bottom: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3em;
    width: 95%;
    margin: auto;
    /* border: 2px solid black; */
}
.details-div1 {
    /* border: 2px solid#0069FF; */
    margin: auto auto auto 70px;
}
.details-div h2{
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #000C2A;
}
.first-para {
    width: 360px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000C2A;
    font-style: normal;
}
.second-para {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #000C2A;
    font-style: normal;
}
/* QUERY FOR DETAILS SECTION */
@media (max-width: 1024px) {
    .details-div {
        gap: 2em;   /* reduce spacing between text & image */
    }

    .details-img {
        width: 400px;   /* smaller image */
    }

    .first-para {
        width: 300px;   /* narrower paragraph */
    }
}
@media (max-width: 805px) {
    .details-img {
        width: 380px;
    }
}
@media (max-width: 768px) {
   
    .details-div {
        flex-direction: column;
        text-align: center;
    }

    .details-div1 {
        margin: auto; /* center text block */
    }

    .details-img {
        width: 100%;   /* responsive full width image */
        /* max-width: 350px; */
    }

    .first-para {
        width: 82%;
        /* max-width: 320px; */
        /* text-align:start; */
        margin-left: 20px;
        padding-bottom: 30px;
    }
}
.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;
    text-align: center;
}
.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;
    padding-bottom: 120px;
}
.first-footer {
    display: flex;
    justify-content: space-evenly;
    
    padding-top: 120px;
    padding-bottom: 60px;
}
.first-footer p {
    padding-left: 30px;
     padding-bottom: 24px;
     font-weight: 700;
}

.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 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin: 0 auto;
  gap: 20px;
}
.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;
    margin-left: 20px;
}
.foot-div1 a {
    text-decoration: none;
    color: #4D5B7C;
}
.logo-text {
    display: flex;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    justify-content: center;
    align-items: center;
    gap: 0.8em;
}
.logo-text p {
    font-size: 16px;
    font-weight: 400;
    color: #4D5B7C;
   padding: 0;
   /* padding-top: 2px; */
}
.foot-div2 {
  display: flex;
  gap: 12px;
  /* align-items: center; */
  /* justify-content: center; */
  flex-wrap: wrap;
  margin-right: 20px;
} 


.foot-icon {
  filter: brightness(0) saturate(100%) invert(36%) sepia(9%) saturate(1473%) hue-rotate(191deg) brightness(92%) contrast(86%);
  transition: filter 0.3s ease;
}
.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; 
  }

  .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: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }

  .logo-text {
    display: flex;
    gap: 12px;
    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;
    /* gap: 12px; */
    /* margin: 0 auto; */
  }

  .foot-div2 a {
    width: 44px;
    /* height: 10px; */
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@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; */
  }
}