@font-face {
  font-family: "Eras Light ITC";
  src: url("../fonts/ErasITC-Light.woff2") format("woff2"),
    url("../fonts/ErasITC-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Eras Medium ITC";
  src: url("../fonts/ErasITC-Medium.woff2") format("woff2"),
    url("../fonts/ErasITC-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: "ErasITC-Medium";
  src: url("../fonts/ErasITC-Medium.woff");
}


@font-face {
  font-family: "Inter_18pt-Regular";
  src: url(../fonts/Inter/static/Inter_18pt-Regular.ttf);
}

@font-face {
  font-family: "PublicSans-Regular";
  src: url(../fonts/Public_Sans/static/PublicSans-Regular.ttf);
}

@font-face {
  font-family: "PublicSans-Bold";
  src: url(../fonts/Public_Sans/static/PublicSans-Bold.ttf);
}


@font-face {
  font-family: "ErasDemiITC";
  src: url(../fonts/ErasDemiITC.ttf);
}




*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

h1,
.contact-section h2,
.support-section h2,
.plus p,
.plus p span {
  text-align: center;
  font-size: 2.8rem;
  line-height: 42px;
  /* font-family: "Raleway-Medium"; */
  font-family: "PublicSans-Bold", sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
  font-weight: 600;
}


H2 span {
  font-size: 2.9rem;
  color: #0047bb;
  font-weight: bold;
  /* font-family: "Raleway-Medium"; *  /* font-family: "Montserrat-Regular"; */
  font-family: "PublicSans-Bold", sans-serif;
  /* font-family: "ErasDemiITC"; */
}

h2 {
  text-align: center;
  font-size: 17px;
  line-height: 1.4em;
  color: #021440;
  /* font-family: "Raleway-Medium"; */
   /* font-family: "Montserrat-Regular"; */
  font-family: "PublicSans-Bold", sans-serif;
  /* margin-bottom: 90px; */
}

h3 {
  text-align: left;
  font-size: 17px;
  line-height: 25px
}

p {
  font-size: 17px;
  line-height: 25px;
  color: #434e5c;
  /* letter-spacing: 1.5px; */
  text-align: center;
  /* font-family: "Poppins-Regular"; */
  font-family: "Inter_18pt-Regular";
}

h4,
.repo-heading,
.accountPage h2,
.accountPage .shift h3 {
  text-align: left;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.2em;
  color: #021440;
  /* font-family: "Raleway-Medium"; */
 font-family: "PublicSans-Bold", sans-serif;
  margin-bottom: 10px;
}



.wrap {
    max-width: 1170px;
    min-width: 320px;
    /* padding: 0px 2%; */
    margin: 0 auto;
    /* min-width: 290px; */
    width: 96%;
}

.featurPage .wrap {
    margin-top:0px;
}

.featurPage .list, .contactus .list {
    display: flex
;
    padding: 0px 0px;
    justify-content: center;
}

.lft {
    float: left;
}

.list .lft {
    width: 50%;
}


.featurPage .list .lft {
    width: 50%;
    /* padding: 0% 5%; */
    /* padding-right: 5%; */
}


.featurPage h2, .feature-head-bnfts h2 {
    text-align: center;
    margin-bottom: 10px;
     padding-top: 1.5em;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: -0.025rem;
}

.featurPage .list .lft p {
    padding-right: 5px;
    color: #212529;
    text-align: justify;
    word-spacing: 1;
    line-height: 27px;
    margin-bottom: 19px;
    font-weight: 500;
}

.rgt {
    float: right;
}

.list .rgt {
    width: 50%;
}

.featurPage .list .rgt {
    width: 50%;
    text-align: end;
    margin: auto;
}

.featurPage .list .rgt img{
    width: 94%;
}



   

      .container {
            /* max-width: 1000px; */
            width: 100%;
            /* margin: 5rem auto; */
            background: #f9fafe;
            padding:5rem 0;
        }
       
      .container h2{
        font-size: 2.5rem;
        color: #0047bb;
        margin-bottom: 15px;
      }
        .card-row {
            display: flex;
            gap: 20px;
            margin-bottom: 20px;
            margin-top: 40px;
        }

        .card {
            background-color: white;
            border-radius: 10px;
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
            padding: 35px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
        }
        
       .left-card .btn{
         margin-top: 90px;
       }


        .left-card, .right-card {
            flex: 1;
        }

        .bottom-card {
            width: 100%;
        }

        .card-header {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            gap: 30px;
        }

        .card-header img{
            width: 50px;
            height: 50px;

        }


        
        /* .icon {
            width: 40px;
            height: 40px;
            background-color: #4a6cf7;
            color: white;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 15px;
        }
         */

        .card-title {
            font-size: 18px;
            font-weight: 600;
            color: #0047bb;
        }

        .card-content {
            color: #212529;
            line-height: 1.6;
            margin-bottom: 20px;
            text-align: left;
        }

        .card-content p{
            margin-bottom: 15px;
            font-weight: 500; 
            text-align: left;
        }

        .contact-info {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .contact-item {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 15px;
        }

        .business-section a{
          color: #007ded;
          font-size: 19px;
          text-decoration: underline;
        }

       .contact-item .what-grp{
           width: 24px;

        }

        .contact-icon {
            color: #4a6cf7;
            width: 20px;
        }

        .contact-text {
            color: #212529;
        }

        .btn {
            background-color: #0047bb;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            font-weight: 500;
            cursor: pointer;
            transition: background-color 0.3s ease;
            margin-top: 10px;
            display: inline-block;
            margin-top: 25px;
            text-align: center;
        }

        .btn:hover {
            background-color: #3a5bd9;
        }

        .bottom-card .card-content {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
        }

        .contact-section {
            flex: 1;
            padding-right: 20px;
        }

        .business-section {
            flex: 1;
            padding-left: 20px;
            border-left: 1px solid #eee;
        }

        @media (max-width: 768px) {
            .card-row {
                flex-direction: column;
            }
            
            .bottom-card .card-content {
                flex-direction: column;
            }
            
            .business-section {
                padding-left: 0;
                border-left: none;
                border-top: 1px solid #eee;
                padding-top: 20px;
                margin-top: 20px;
            }}


        @media(max-width:460px){
          .container h2{
           font-size: 2rem;
        
               }
          }