
html, body{
    font-family: Inter, -apple-system, BlinkMacSystemFont, Helvetica, Arial, san-serif;
}

/* other pages styling  */
.welcome_wrapper{
    min-height: 60vh !important;
}
.hero{
    margin-top: 100px;
}
.hero-text{
    max-width: 900px;
    text-align: left !important;
}
.hero-text h1{
    font-size: 2.9rem !important;
}



.pages_hero{
    text-align: center;
    padding-top: 150px;
    padding-bottom: 100px;
}
.pages_hero h1{
    font-size: 49px !important;
    color: #fff;
}

.hero_progress h5{
    color: wheat;
}
.hero_progress{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}
.hero_progress span i{
    font-size: 8px !important;
}
.hero_progress h5{
    font-size: 20px;
}
.hero_progress h5:last-child{
    text-decoration: underline;
}
/* card  */
.pages_hero .card .col{
    background-color: rgba(102, 16, 242,0.3);
    position: relative;
    z-index: 999 !important;
}
.pages_hero .card .col .desc{
    color: #000;
}





.hero {
      display: flex !important;
      align-items: center !important;
      justify-content: space-between !important;
  }

  .hero-img {
      width: 650px !important;
  }

  .hero-content {
      align-items: flex-start !important;
  }

  .hero-text p {
      max-width: 600px !important;
  }

/* contact  */
.contact{
    width: 80%;
    padding:20px 0;
    margin:0 auto;
}
.contact .title{
    font-size: 40px;
    color: #000;
    text-align: left;
}
.contact_col:first-child{
    width: 30%;
}
.contact_col:last-child{
    width: 65%;
}
.contact_img{
    border-radius: 10px;
    height: 250px;
    width: 100%;
}
.contact_col:last-child{
    background-color: #fff;
    box-shadow: var(--shadow);
    border-radius: 10px;
    padding:20px 50px;
}
.contact_col:last-child .title{
    font-size: 30px;
    max-width: unset;
}
.contact_col .input_col input{
    height: 50px;
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid lightgray;
    outline: none;
    padding-bottom: 30px;
    font-size: 19px;
    transition: 0.5s;
    font-weight: 300;
    color: rgb(88, 88, 88);
}

.contact_col textarea{
    height: 150px;
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid lightgray;
    outline: none;
    padding-bottom: 30px;
    font-size: 19px;
    color: rgb(88, 88, 88);
    transition: 0.5s;
}

.contact_col .input_col input::placeholder,
.contact_col textarea::placeholder{
    color: #000;
    font-family: sans-serif;
    font-weight: 300;
    font-size: 18px;
}
.contact_col .input_col input:focus,
.contact_col textarea:focus{
    border-bottom: 1px solid var(--primaryColor);
}


/* map  */
.map{
    width: 80%;
    padding:20px 0;
    margin:20px auto;
}
.map iframe{
    border-radius: 10px;
}

.appointment{
    padding: 20px;
    margin: 50px auto;
}
.appointment .title{
    font-size: 35px;
}
@media (max-width:1100px) {
    .pages_hero{
        padding-top: 100px;
    }
    .pages_hero h1{
        font-size: 35px !important;
    }
    .hero_progress{
        gap: 10px;
        margin-top: 10px;
    }
}
@media (max-width:980px) {
    .contact .title{
        font-size: 30px;
    }
}
@media (max-width: 580px) {
    .contact{
        padding: 10px;
    }
    .contact .row.gap_50{
        gap: 30px;
    }
    .contact .title{
        font-size: 25px;
    }
    .contact_col:last-child{
        padding: 20px;
    }
}



/* about us  */
.pages_hero_image img{
    height: 600px;
    width: 93.5%;
    border-radius: 10px;
    margin:20px auto;
    object-fit: cover;
}
.about{
    background-image: url('../assets/image/about_bg.jpg');
    background-size: cover;
    background-position: center;
}
.about_col{
    min-height: 710px !important;
}
.about_col:first-child{
    background-color: #1F1F1F;
    padding: 50px;
    padding-left: 170px;
}
.about_title{
    font-size: 50px;
    font-family: sans-serif;
    font-weight: 700;
}
.about_col:last-child{
    padding:100px 150px;
}
.about_card{
    background-color: #fff;
    box-shadow: var(--shadow);
    padding: 30px;
    border-radius: 10px;
}




@media (max-width:1400px) {
    .about_col:last-child{
        padding:50px 100px;
    }
}
@media (max-width: 1250px) {
    .about_col{
        padding: 50px !important;
    }
}
@media (max-width: 1100px) {
    .about_title{
        font-size: 40px;
    }
   
}
@media (max-width:980px) {
    .pages_hero_image img{
        height: 500px;
    }
    .about_col{
        min-height: unset !important;
    }

    .about_title{
        font-size: 35px;
    }
}
@media (max-width: 580px) {
    .pages_hero_image img{
        height: 350px;
    }
    .about_col{
        padding: 20px !important;
    }
    .about_title{
        font-size: 25px;
    }
}


/* features  */
#feature_branding .col i{
    font-size: 35px !important;
    color: var(--primaryColor);
}
#feature_branding .col a{
    cursor: pointer !important;
}


.features_details{
    width: 80%;
    padding: 10px;
    margin:20px auto;
}


/* company_vision  */
.company_about{
    width: 80%;
    margin:20px auto;
    padding:20px 0;
}
.company_about .col img{
    object-fit: cover;
    border-radius: 10px;
    top: 33%;
    border: 1px solid lightgray;
}
.company_about .col .lg_img{
    height: 800px;
    width: 80%;
}
.company_about .col .sm_img{
    height: 500px;
    width: 400px;
    position: absolute;
    right: 40px;
    bottom: 0;
    top: unset;
}


@media (max-width: 1200px) {
    .company_about{
        width: 100%;
    }
    .company_about .col .sm_img{
        height: 300px;
        bottom: 0;
        top: unset;
        left: 0;
    }
}
@media (max-width: 1088px) {
    .company_about .row{
        flex-direction: column-reverse;
    }
    .company_about .row .col{
        width: 100%;
        margin-bottom: 30px !important;
    }
    .company_about .col img{
        width: 100% !important;
    }
}
@media (max-width: 560px) {
    .company_about .col .lg_img{
        height: 450px;
    }
    .company_about .col .sm_img{
        height: 150px;
    }
}


header{
    position: relative;
    z-index: 99;
}
.pages_hero{
    /* background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('../assets/image/ada_compliance.jpeg') !important; */
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    color: white;
    margin-top: -79px;
    /* height: 50vh; */
    padding-left: 170px;
}
#ada_compliance_hero h1{
    /* color: #fff; */
    font-size: 40px !important;
    font-weight: 900;
}
#ada_compliance_hero h5{
    /* color: #fff !important; */
}





/* blog styling  */
/* Container */
.blog_container {
    width: 80%;
    margin: auto;
    line-height: 1.6;
    padding:20px 0;
    font-family: Arial, sans-serif;
    color: #333;
}



/* Blog Content */
.blog-article {
    background: #fff;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.blog-article .blog-image {
    width: 100%;
    border-radius: 8px;
    height: 500px;
    object-fit: cover;
}
.blog-date {
    font-size: 0.9rem;
    color: #555;
    margin: 10px 0;
}
.blog_sub-blog-title {
    margin-top: 40px;
}
.blog-text {
    font-size: 1rem;
    line-height: 1.8;
    margin-top: 10px;
}

/* Comments Section */
.blog_comments-section {
    margin-top: 30px;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.blog_comments-section h2 {
    margin-bottom: 15px;
}
.blog_comment {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.blog_comment-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.blog_comment-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
.blog_comment-author {
    font-weight: bold;
    margin-right: 10px;
}
.blog_comment-date {
    font-size: 0.9rem;
    color: #555;
}
.blog_comment-text {
    font-size: 1rem;
}
.blog_comment-form {
    display: flex;
    flex-direction: column;
}
.blog_comment-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    resize: none;
    margin-bottom: 10px;
}
.blog_comment-submit {
    align-self: flex-start;
    background: #004aad;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 8px;
    cursor: pointer;
}
.blog_comment-submit:hover {
    background: var(--primaryColor);
}
/* .media_icons .ul_list li a{
    color: #fff;
    background-color: var(--primaryColor);
    padding: 10px 20px;
    border-radius: 5px;
} */



/* Responsive Design */
@media (max-width: 980px) {
    .blog-article .blog-image {
        height: 350px;
    }
    
    .blog_comment-form {
        flex-direction: column;
    }
    .blog_comment-submit {
        width: 100%;
        text-align: center;
    }
    .article_footer{
        flex-direction: row;
    }
    .article_footer .media_icons{
        margin-bottom: 20px !important;
    }
    .article_footer .sub_title{
        font-size: 16px;
    }
    .article_footer .btn{
        font-weight: 500;
    }
}


.row.gap_50{
    margin-top: 4rem !important;
    display: flex;
}



.snw-hero-buttons {
    display: flex;
    gap: 16px;
    margin-top: 32px;
    align-items: center;
}

.snw-btn {
    display: inline-flex;
    align-items: center;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    cursor: pointer;
}

.snw-btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.snw-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.snw-btn-secondary {
    background: transparent;
    color: #667eea;
    border: 2px solid #667eea;
}

.snw-btn-secondary:hover {
    background: #667eea;
    color: white;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .snw-hero-buttons {
        flex-direction: column;
        gap: 12px;
    }
    
    .snw-btn {
        width: 100%;
        justify-content: center;
    }
}
    
    
    