body {
    background: url(images/snssystem.com-bg.jpg) no-repeat;
    background-size: cover;
}


#main_content {

    max-width: 1040px;
    margin: 0px auto;
    border: 0px solid red;
   
    height: auto;
    background: #fff;
    box-shadow: 0px 0px 15px #ddd;

}


h1 {

    color: #004275;
    font-family: Script MT Bold;
    font-size: 22px;
    border-bottom: 1px dotted #7D7B7A;
    text-shadow: 0px 0px 2px #7D7B7A;

}

.d1 {
    background-color: #0d1e2d;
    color: #fff;
}

.inner {
    max-width: 1125px;
    margin: 0px auto;
    width: 100%;
}

.header-top {

    display: flex;
    font-size: 14px;
    justify-content: space-between;
    padding: 20px 15px;

}

.social-icons {
    display: flex;
    gap: 15px;
    padding-block: 2% 1%;
    background: #eaf7ff;
    justify-content: center;
    gap: 2%;
}

.social-icons a {
    text-decoration: none;
    font-size: 30px;
    color: #000;
    transition: color 0.3s;
}

.header-top a {
    text-decoration: none;
    font-size: 20px;
   
}

.header-top div {
    color: #939597;
}

.header-top div span {
    padding-right: 10px;
}


h3 {

    color: #004275;
    font-family: Script MT Bold;
    font-size: 22px;
    border-bottom: 1px dotted #7D7B7A;
    text-shadow: 0px 0px 2px #7D7B7A;
    margin-top: -15px;
}

h4 {
    color: #004275;
    font-family: Script MT Bold;
    font-size: 20px;

}

p.head {
    font-size: 28px;
    font-weight: bold;
    padding: 1px;
}

.privacy {
    font-size: 15px;
    text-align: left;
    line-height: 1.5;
    padding: 1px 10px 0 10px;
    text-shadow: 0 2px 2px #ddd;
    font-family: arial;
}

#policy {
    width: 100%;
    background: #ddd;
    height: auto;
    float: left;
    overflow: auto;
    margin-bottom: 15px;

}


#left_column {
    width: 36.5%;
    background: url(images/snssystem.com-crm-left.jpg) repeat-y;
    height: 970px;
    float: left;
    overflow: auto;

}



#left_column img {
    max-width: 100%;
    height: auto;

}



.address {
    width: 99%;
    font-family: arial;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 1.5em;
    margin: 0 auto 0 auto;
    height: auto;

}



.address p {
    background: #463D3C;
    margin-top: 10px;
    opacity: 0.9;

}



.address p a {

    color: #fff;

}


.form {
    background: none;
    margin-bottom: 5px;
}

input {
    width: 80%;
    padding: 8px;
    color: #000;
    margin-top: 5px;
}

textarea {
    width: 80%;
    color: #000;
    padding: 8px;
    margin-top: 5px;
}

span.captcha {
    font-size: 14px;
    padding: 6px;
    margin-right: 0px;
    color: #fff;

}

input.text {
    width: 35px;
    height: 15px;

}

button {
    width: 50%;
    margin: 10px auto;
    background: #000;
    color: #fff;
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 10px;
    cursor: pointer;
}

#right_column {

    width: 59.5%;
    background: #F2F8FC;
    font-family: arial;
    color: #4C4A49;
    height: 935px;
    font-size: 14px;
    padding: 2% 2% 1.5%;
    text-shadow: 0 2px 2px #ddd;
    float: right;
    background-repeat: no-repeat;

}



#right_column img {
    max-width: 100%;
    height: auto;

}

#right_column p {
    font-size: 15px;
    text-align: left;
    line-height: 1.7;

}

#right_column p a {
    text-decoration: none;
    color: #000;
    font-size: 15px;

}


#right_column p a:hover {
    color: #FF0000;

}

.logo {

    width: 100%;
    text-align: center;
    background: #333438;
    border: 0px solid red;
    font-family: Script MT Bold;

    padding: 5% 0;

}



.located {

    width: 100%;
    height: auto;
    float: left;

    font-size: 16px;
    padding: 1px 0;
    font-weight: bold;
    line-height: 1.5em;
    font-family: arial;

}

h2 {
    font-size: 21px;
    font-weight: bold;
}

#footer {

   
    height: auto;
    background: #ddd;
    float: left;
    color: #545251;
    text-align: center;
    font-size: 12px;
    padding: 10px 20px;
    line-height: 1.5em;
    font-family: arial;
    
}



#footer a {

    color: #000;
    text-decoration: none;

}

#footer a:hover {

    color: #FF0000;

}


/* testi slider css */

.testimonials {
    width: 100%;
    overflow: hidden;
    margin: -20px 0 -10px;
}

.iframecontact {
    width: 100%;
    height: 120px;
    border: none;
}

/* testi slider css */


@media screen and (max-width: 800px) {

    h1 {

        color: #004275;
        font-family: Script MT Bold;
        font-size: 14px;
        border-bottom: 1px dotted #7D7B7A;
        text-shadow: 0px 0px 2px #7D7B7A;

    }


    h3 {

        color: #004275;
        font-family: Script MT Bold;
        font-size: 14px;
        border-bottom: 1px dotted #7D7B7A;
        text-shadow: 0px 0px 2px #7D7B7A;
        margin-top: -15px;
    }

    h4 {
        color: #004275;
        font-family: Script MT Bold;
        font-size: 14px;
        font-weight: bold;
    }

    p.head {
        font-size: 20px;
        font-weight: bold;
        padding: 3px;
    }

    .privacy {
        font-size: 13px;
        text-align: left;
        line-height: 1.5;
        padding: 1px 10px 0 10px;
        text-shadow: 0 2px 2px #ddd;
        font-family: arial;
    }

    #policy {
        width: 100%;
        background: #ddd;
        height: auto;
        float: left;
        overflow: auto;
        margin-bottom: 15px;
    }


    #left_column {
        width: 99%;
        background: url(images/snssystem.com-crm-left.jpg);
        height: auto;
        float: left;
        overflow: auto;


    }



    #left_column img {
        max-width: 100%;
        height: auto;

    }

    #right_column p {
        font-size: 15px;
        text-align: left;
        line-height: 1.7;

    }



    .address {
        width: 99%;
        font-family: arial;
        text-align: center;
        font-size: 14px;
        color: #fff;
        line-height: 1.5em;
        margin: 0 auto 0 auto;
        height: auto;

    }



    .address p {
        background: #463D3C;
        margin-top: 10px;
        opacity: 0.9;

    }



    .address p a {

        color: #fff;

    }




    input {
        width: 80%;
        padding: 8px;
        color: #000;
        margin-top: 5px;
    }

    textarea {
        width: 80%;
        color: #000;
        padding: 8px;
        margin-top: 5px;
    }

    button {
        width: 50%;
        margin: 10px auto;
        background: #000;
        color: #fff;
        font-weight: bold;
        padding: 8px 20px;
        border-radius: 10px;
        cursor: pointer;
    }



    #right_column {

        width: 96%;
        background: #F2F8FC;
        font-family: arial;
        color: #4C4A49;
        height: auto;
        font-size: 14px;
        padding: 2%;
        text-shadow: 0 2px 2px #ddd;
        float: left;
        background-repeat: no-repeat;

    }

    #right_column p {
        font-size: 15px;
        text-align: left;
        line-height: 1.7;

    }

    #right_column p a {
        text-decoration: none;
        color: #000;
        font-size: 15px;

    }


    #right_column p a:hover {
        color: #FF0000;

    }

    #right_column img {
        max-width: 100%;
        height: auto;

    }

    .logo {

        width: 100%;
        text-align: center;
        background: #333438;
        border: 0px solid red;
        font-family: Script MT Bold;

        padding: 5% 0;

    }



    .located {

        width: 100%;
        height: auto;
        float: left;
        text-align: center;
        font-size: 16px;
        padding: 10px 0;
        font-weight: bold;
        line-height: 1.5em;
        font-family: arial;

    }

    h2 {
        font-size: 18px;

    }

    #footer {

        width: 100%;
        height: auto;
        background: #ddd;
        float: left;
        color: #545251;
        text-align: center;
        font-size: 12px;
        padding: 10px 0px;
        line-height: 1.5em;
        font-family: arial;
        margin-top: -10px;
    }



    #footer a {

        color: #000;
        text-decoration: none;

    }

    #footer a:hover {

        color: #FF0000;

    }
}
.heading-cards{
display: flex;
  flex-wrap: wrap;
  justify-content: center;
    padding: 10px 40px 0px;
    color: #004275;
  font-size: 32px;
  font-family: Script MT Bold;
  text-align: center;

}



.features-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 40px;
  padding-top: 15px;
}

.feature-card {
  background: #f9f5ff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  flex: 1 1 calc(29% - 20px);
  max-width: calc(30% - 20px);  
  transition: transform 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.feature-card:hover {
  transform: translateY(-10px);
}

.feature-icon img {
  max-width: 80%;
  width: 100%;
}

.feature-title {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
  color: #fe6b1d;
  text-align: left;
}
.feature-card:hover .feature-title {
  color: #004275;
}

.feature-icon img:hover {
  transform: scale(1.1);
}
.feature-icon{
  overflow: hidden;
}
.feature-icon img {
    max-width: 30%;
}

.feature-icon img {


  transition: 0.5s;
}
.para-d {
  text-align: left;
}
/* Responsive styles for smaller screens */
@media (max-width: 768px) {
  .feature-card {
    flex: 1 1 calc(33% - 20px);
    max-width: calc(50% - 20px);

  }
}

@media (max-width: 600px) {
  .feature-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .feature-icon img:hover {
    transform: scale(1);
  }
  .heading-cards h2 {
    font-size: 20px;
}
}

@media (max-width: 575px) {
.header-top {

    display: block;
    

}
}