@import url('../fonts/font-style.css');

.inner-banner-info{
    position: relative;
    width: 96%;
    margin: 0px auto;
    border-radius: 20px;
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
}
.banner-inner-row{
    height: 100%;
    min-height: 450px;
}
.inner-banner-content{
    align-items: center;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    padding-bottom: 25px;
}
.inner-banner-title{
    color: #FFF;
    font-family: "DM Sans";
    font-size: 56px;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}
.inner-banner-desc{
    color: #FFF;
    font-family: "DM Sans";
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.about-sama-info{
    display: block;
    position: relative;
    width: 100%;
    padding: 80px 0;
}
.about-sama-info .row{justify-content: space-between;}
.about-sama-info p strong{font-weight: 700;}

.vision-mission-section {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  margin: 0px auto;
  max-width: 96%;
  /* box-shadow: 0 0 20px rgba(0,0,0,0.05); */
  padding-bottom:80px;
}
.vision-box {
  background-color: #f47c3c; 
  color: #000;
  padding: 40px 120px 40px 168px;
}
.vision-box h2{color: #000;}
.vision-box p{
    font-size: 20px;
    max-width: 600px;
    text-align: justify;
}
.mission-box {
  background-color: #222;
  color: #fff;
  flex: 1;
  padding: 40px 40px 40px 90px;
}
.mission-box h2{}
.mission-box p{
    font-size: 20px;
    color: #fff;
    max-width: 680px;
    text-align: justify;
}

.services-section{padding: 80px 0px;}
.services-container{
    background-color: #2F2F2F;
    padding: 60px 20px;
    border-radius: 12px;
    color: #fff;
}
.services-section .row {
    border-bottom: 1px solid #686868; /* Adjust color as needed */
    padding: 0px 40px 40px;
    margin-bottom: 40px;
    justify-content: space-evenly;
}
.services-section .row:last-child {
  border-bottom: none;
  padding: 0px 40px 0px;
  margin-bottom: 0;
}
.services-content {
    max-width: 600px;
}
.services-content h3{
    color: #F47C2C;
    font-family: "DM Sans";
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
.services-section .services-list:nth-child(even) h3 {
  float: right;
  text-align: right;
  width: 100%;
}
.services-content p{
    color: #FFF;
    text-align: justify;
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.faq-section{padding:80px 0px;}
 .faq-wrapper {
    padding: 20px 20px;
}
.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.faq-item {
    background-color: #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    color: #000;
}

.faq-question:hover {
    background-color: #ebebeb;
}

.faq-icon img {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}
.faq-item.active .faq-icon img {
    transform: rotate(180deg);
}
.faq-answer {
    padding: 0 24px 18px;
    display: none;
}
.faq-item a {
    text-decoration: none;
    font-weight: 700;
    color: #002f87;
}
h2.faq-category-title {
    color: #000;
    font-family: "DM Sans";
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.faq-text {
    color: #2F2F2F;
    text-align: justify;
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.faq-answer p{
    color: #000;
    text-align: justify;
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.our-blog-sec{padding: 60px 0px;}
.blog-desc-con{align-items: center;}
.blog-info.blogs span, .blog-content span, .left-blog-header span{
    color: #F2832C;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.blog-info.blogs a, .blog-content a{
    text-decoration: none;
    color:#5B5B5B;
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
}
.blog-info.blogs h2, .blog-content h2{
    color: #5B5B5B;
    font-family: "DM Sans";
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.blog-info.blogs p, .blog-content p{
    color: #5B5B5B;
    text-align: justify;
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.our-blog-media-info img, .blog-item img, .service-view-media img, .team-media img{
    border-radius: 10px;
}
.our-blog-list{
    padding: 20px 0px;
}
.blog-content{
    padding: 20px 0px;
}

.blog-view-banner{padding: 40px 0px;}
.left-blog-header{
    max-width: 734px;
    width: 100%;
}
.left-blog-header h2{
    color: #2F2F2F;
    font-family: "DM Sans";
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 20px;
}
h6.blog-repeater-title{
    color: #2F2F2F;
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}
.service-inner-desc p{
    color: #2F2F2F;
    text-align: justify;
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
}
.blog-article-wrapper {padding: 20px 0px;}
.our-related-blog-list{}
.our-related-blog-desc{padding: 20px 0px;}

 .faq-section{padding:80px 0px;}
    .faq-question{ position: relative;}
    .faq-question .faq-icon {
        position: absolute;
        top: 20px;
        right: 30px;
    }