body {
    font-family: 'Outfit', sans-serif;
    background-image: linear-gradient(to right, #ffcb5b26, #ffeded, #ffcb5b26);
}
h1, h2. h3, h4, h5{font-family: 'Oswald', sans-serif;}
img{max-width: 100%;}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.container-fluid {
    max-width: 1400px !important;
}
p {
    color: #000000;
    font-size: 16px;
}
a{text-decoration: none;}
.m-auto{
    margin: 0 auto;
}

/**/
.zoom-in-zoom-out { 
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.fa-spin {
    -webkit-animation: fa-spin 9s linear infinite !important;
    animation: fa-spin 15s linear infinite !important;
}

/**/
.call-part ul li {
    position: fixed;
    z-index: 999;
    right: -166px;
    width: 220px;
    list-style: none;
    transition: 1.7s;
    bottom: 30px;
}
.call-part ul li a {
    padding: 0 0 6px 0;
        background: linear-gradient(38deg, #023618, #058132, #023618);;
    display: block;
    line-height: 1;
    margin-bottom: 6px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    border: solid 1px #000000;
    box-shadow: 0 0 1px 2px #00000073;
}
.call-part ul li a i {
    width: 45px;
    height: 50px;
        background: linear-gradient(to right, #ffca4c, #ffdd98, #ffca4c);
    padding: 12px 11px;
    font-size: 25px;
    margin-top: 5px;
    margin-left: 5px;
    color: #000000;
    margin-right: 10px;
}
.call-part ul li.whats {
    margin-top: 79px;
}
.call-part ul li.whats {
    bottom: 100px;
}
.call-part ul li.whats i {
    background: #129122;
    color: #fff;
}
.call-part ul li:hover {
    right: 0;
}
nav.navbar.navbar-expand-lg {
    padding: 0;
}

/*Header css*/

.bg-g {
        background: linear-gradient(38deg, #023618, #058132, #023618); 
}
 .top-head {
    padding: 8px 0;
}
ul.list-top-text li {
    display: inline-block;
    color: #fff;
    font-size: 15px;
}
ul.list-top-text li:nth-child(1) {
    margin-right: 8px;
    border-right: solid 1px #fff;
    padding-right: 12px;
}
ul.list-top-text li i {
    background: #fbe801;
    color: #000000;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    text-align: center;
    padding: 6px 0;
    font-size: 19px;
    margin-right: 3px;
}
ul.list-top-text li i:hover {
background:#fff;
}

.social-list ul {
    text-align: end;
}
.social-list ul li {
    display: inline-block;
    margin-left: 7px;
}

.social-list ul li a {
    background: #fbe801;
    color: #000;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    text-align: center;
    padding: 4px 0;
    font-size: 19px; 
    display: block;
}
.social-list ul li a:hover {
    background:#fff;
}
/**/
.header-main {
    background: #f1f3de;
    border-top: solid 1px #fbe80140;
    border-bottom: solid 1px #fbe80140;
}
.logo-main {
    width: 300px;
}
.cta-btn {
    border: solid 2px #fbdc01;
    color: #000000;
    font-size: 18px;
    padding: 10px 22px;
    border-radius: 100px;
    background: #fbe801;
    font-weight: 500;
    letter-spacing: 0.4px;
}
.cta-btn:hover{
    color: #023a1a;
}
.cta-btn i {
    color: #023a1a;
    margin-right: 4px;
}
.header-main ul.navbar-nav li {
    margin-right: 6px;
}
.header-main ul.navbar-nav li a {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
}
.header-main ul.navbar-nav li a:hover {
    color: #058132; 
}



/**/
.ts-section {
    background: #f5efe6;
    padding: 35px 0; 
}

.ts-subtitle {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    color: #023618;
    font-size: 40px;
    font-weight: 800;
    margin-top: 12px;
}
.ts-subtitle::before,
.ts-subtitle::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #fbe801;
  position: absolute;
  top: 50%;
}

.ts-subtitle::before {
  left: -70px;
}

.ts-subtitle::after {
  right: -70px;
}

.ts-row {
  row-gap: 30px;
}

.ts-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: 0.3s;
  text-align: center;
}

.ts-card:hover {
  transform: translateY(-8px);
}

.ts-img {
  position: relative;
}

.ts-img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.ts-icon {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%); 
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 3px solid #fff;
}

.ts-content {
  padding: 35px 20px 20px;
}

.ts-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #0f1439;
  margin-bottom: 10px;
}
.ts-content p {
    font-size: 16px;
    margin: 0;
}
.call-btn {
    border: solid 2px #fbe801;
    color: #000000;
    font-size: 18px;
    padding: 9px 22px;
    display: block;
    background: #fbe801;
    border-radius: 100px;
    width: fit-content;
    margin: 0 auto;
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: 10px;
}
.call-btn {
    color: #000 !important;
}
.call-btn i {
    color: #0f1439;
}
.img-why img {
    width: 50px;
    height: 50px;
    background: #fbe801;
    border-radius: 12px;
    border: solid 1px #550f06;
    padding: 4px;
}
.awords {
    border: solid 2px #fbe801;
    border-radius: 15px;
    box-shadow: 0 6px 15px #00000045;
}

/**/
.aboutrb-section {
    padding: 30px 0;
}

/* Image */
 }
 

/* ===========================
   Islamic Solutions Section
=========================== */

.islamic-solutions-section{
    background:#e6df00;
    overflow:hidden;
}

.islamic-solutions-badge {
    display: inline-block;
    background: #fbe801;
    color: #000000;
    padding: 10px 28px;
    font-size: 16px;
    font-weight: 600;
    clip-path: polygon(10% 0%,100% 0%,90% 100%,0% 100%);
    margin-bottom: 15px;
}

.islamic-solutions-title {
    color: #023618;
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 1.2;
}

.islamic-solution-card{
    position:relative;
}
.islamic-solution-image-box {
    width: 235px;
    height: 235px;
    margin: auto;
    border-radius: 50%;
    border: 4px solid #023618;
    padding: 5px;
    overflow: hidden;
    background: #fff;
    position: relative;
    animation: islamicFloat 3s ease-in-out infinite;
    transition: .4s;
    margin-bottom: -20px;
    margin-top: 8px;
}
.islamic-solution-image-box img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:50%;
    transition:.5s;
}
.islamic-solutions-section {
    background: #fff;
}
.islamic-solution-card:hover .islamic-solution-image-box{
    transform:translateY(-10px) scale(1.05);
    box-shadow:0 15px 30px rgba(0,0,0,.20);
}

.islamic-solution-card:hover .islamic-solution-image-box img{
    transform:scale(1.12);
}
.islamic-solution-line {
    width: 4px;
    height: 70px;
    background: #023618;
    margin: auto;
}
.islamic-solution-tag {
    display: inline-block;
    background: #fbe801;
    color: #000000;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
}

.islamic-solution-heading {
    color: #023618;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 12px;
}
.islamic-solution-desc {
    font-size: 16px;
    line-height: 1.9;
    color: #111;
    margin-bottom: 12px;
}

.islamic-solution-btns{
    display:flex;
    justify-content:center;
    gap:10px;
    flex-wrap:wrap;
}

.islamic-call-btn, .islamic-chat-btn {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 9px 14px;
    border-radius: 30px;
    transition: .4s;
}

.islamic-call-btn {
    background: #fbe801;
    color: #000;
}

.islamic-chat-btn{
   background: linear-gradient(38deg, #023618, #058132, #023618);
}

.islamic-call-btn:hover{
    background:#000;
    color:#fff;
    transform:translateY(-3px);
}

.islamic-chat-btn:hover{
    background:#058132;
    color:#fff;
    transform:translateY(-3px);
}

/* Floating Animation */

@keyframes islamicFloat{
    0%{
        transform:translateY(0px);
    }
    50%{
        transform:translateY(-10px);
    }
    100%{
        transform:translateY(0px);
    }
}

/* Responsive */

@media(max-width:991px){

    .islamic-solutions-title{
        font-size:42px;
    }

    .islamic-solution-heading{
        font-size:28px;
    }

    .islamic-solution-card{
        margin-bottom:30px;
    }
}

@media(max-width:767px){

    .islamic-solutions-title{
        font-size:34px;
    }

    .islamic-solution-image-box{
        width:160px;
        height:160px;
    }

    .islamic-solution-heading{
        font-size:24px;
    }

    .islamic-solution-desc{
        font-size:15px;
        line-height:1.8;
    }
}

/* Content */
.aboutrb-content {
  padding-left: 20px;
}

.aboutrb-subtitle {
    display: inline-block;
    background: #fbe801;
    color: #000000;
    padding: 10px 28px;
    font-size: 16px;
    font-weight: 600;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    margin-bottom: 15px;
}

.aboutrb-title {
    color: #023618;
    font-size: 40px;
    font-weight: 800; 
    line-height: 1.2;
}
.aboutrb-text {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
}

/* Features */
.aboutrb-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 25px;
}

.aboutrb-feature {
    font-size: 16px;
    color: #000000;
}
.aboutrb-feature i {
    color: #058132;
}
/* Button */
 
a.call-btn.left-btn {
    margin: 0;
        background: linear-gradient(38deg, #023618, #058132, #023618);;
    color: #fff !important;
    padding: 13px 20px;
}
a.call-btn.left-btn i {
    color: #fbe801;
    margin-right: 4px;
}
.card-text {
    background: #0000000d;
    padding: 15px;
    border-left: solid 2px #058132;
}
/**/
.services-section {
    padding: 40px 0;
    text-align: center;
}
.services-section .ss-small-title {
    color: #0e122f;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-weight: 600;
}
.services-section .ss-main-title {
    font-size: 33px;
    font-weight: 700;
    color: #0e122f;
    margin-bottom: 28px;
}
.services-section .ss-card {
    border-radius: 14px;
    padding: 12px 12px 20px 12px;
    margin-bottom: 25px;
    transition: 0.3s ease;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    background: #fff;
}
.services-section .ss-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.services-section h5 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 6px;
    margin-top: 9px;
    color: #023618;
}
.img-why i {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    padding: 11px 3px;
    background: #0f1439;
    border: solid 2px #0f1d8b;
    text-align: center;
    font-size: 25px;
    color: #fcfcff;
}
.services-section p {
    font-size: 17px;
    color: #000000;
    margin: 0;
    line-height: 1.5;
}
 
.bg-img {
    background-image: url(../images/bg-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/**/
.why-chose {
    padding: 50px 0;
}
.sab-title {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 26px 5px;
    border-radius: 40px;
    background: #fbe801;
    color: #1a1a1a;
    margin-bottom: 12px;
}
.about-part .sab-title {
    width: fit-content;
}
.title-h2 {
     font-size: 35px;
    font-weight: 700;
    color: #0f1439;
    margin-bottom: 15px;
}
.card-why {
    background-color: #ffffff;
    box-shadow: 0px 10px 50px rgba(204, 204, 204, 0.32);
    border-radius: 12px;
    padding: 10px;
    display: flex;
    gap: 9px;
    margin: 10px 0;
    align-items: center;
}
.con-why {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
}
/**/

.cta-part {
    padding: 40px 0;
    background-image: url(../images/bg-back.jpg);
    background-attachment: fixed;
    background-size: cover;
    border: solid 2px #fbe801;
    border-left: 0;
    border-right: 0;
}
.cta-part h2 {
    font-size: 32px;
    line-height: 1.5;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 600;
}
.cta-part p {
    font-size: 20px;
    line-height: 1.4;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 600;
    background: #00000057;
    width: fit-content;
    margin: 15px auto;
    padding: 16px 18px;
    border-radius: 8px;
    max-width: 900px;
}
.awards {
    box-shadow: 0 0 15px 0px #c9c9c95e;
    border: 1px solid #ffca4c;
    border-radius: 12px;
    margin-bottom: 20px;
}

/**/
/**/
.test-card {
    padding: 15px;
    padding-top: 40px;
}
.testimonial {
    color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 15px 0px #c9c9c95e;
    border: 1px solid #ffffff;
    padding: 20px;
    background: #fbe801;
    margin-top: 15px;
    font-size: 16px;
    text-align: center;
}
.pic img {
    border-radius: 100px;
    width: 100px;
    margin-bottom: 10px;
    border: solid 2px #ffffff;
    margin-top: -70px;
}
.star-icons {
    color: #ffffff;
    font-size: 29px;
    background: linear-gradient(38deg, #023618, #058132, #023618);
    border-radius: 100px;
    width: fit-content;
    margin: 0 auto;
    padding: 7px 22px;
    line-height: 1;
    margin-bottom: 10px;
}
.testimonial p {
    font-size: 16px;
    color: #111;
}
.testimonial .testimonial-title {
    color: #ffffff;
    font-size: 20px;
    background: linear-gradient(38deg, #023618, #058132, #023618);
    width: fit-content;
    padding: 7px 22px;
    margin: 0 auto;
    border-radius: 54px;
}
.owl-theme .owl-controls .owl-page span {
    background: #0f1439 !important;
}

/**/
.ftr-sec {
    background-image: url(../images/bg-back.jpg);
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
        padding: 10px 0;
}
.ftr-sec .social-icon ul {
    text-align: center;
}
.ftr-sec .social-icon ul li {
    display: inline-block;
    margin: 0 4px;
}
.ftr-sec .social-icon ul li a {
    color: #111;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
    padding: 6px 10px;
    border-radius: 100px;
    background: #fbe801;
    display: block;
    width: 38px;
    text-align: center;
    height: 38px;
}
.ftr-sec .social-icon ul li a:hover {
    background: #fff;
    color: #000;
}

ul.list-page {
    margin-top: 25px;
}
.list-page li {
    display: inline-block;
    margin: 0 5px;
}
ul.list-page li a {
    color: #111;
    font-size: 16px;
    background: #fbe801;
    width: fit-content;
    padding: 10px 22px;
    margin: 0 auto;
    border-radius: 54px;
}
ul.list-page li a:hover {
    background: #fff;
    color: #000;
}
.ftr-sec .dsclmr p {
    padding-top: 30px;
    line-height: 25px;
    text-align: center;
    font-weight: 400;
    color: #fff;
}
.ftr-sec .dsclmr span {
    display: block;
    text-align: center;
    border-top: 1px solid #ecae32;
    padding: 10px 0;
}
.ftr-sec .dsclmr p {
    padding-top: 30px;
    line-height: 25px;
    text-align: center;
    font-weight: 400;
    color: #fff;
}


/**/

/**/
.page-hero {
    padding: 40px 0;
    color: #fff;
    background: linear-gradient(to right, #88053b, #36053d, #351570, #150435);
    background-image: url(../images/bg-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
}

.pp-section {
    padding: 30px 0;
    background: #fbe801;
}

.pp-box {
    background: #fff;
    border-radius: 16px;
    padding: 25px 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.pp-title {
  font-size: 32px;
  font-weight: 700;
  color: #0e122f;
  text-align: center;
  margin-bottom: 10px;
}

.pp-date {
  text-align: center;
  font-size: 13px;
  color: #777;
  margin-bottom: 25px;
}

.pp-intro {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0px;
    line-height: 1.4;
}

.pp-block {
  margin-bottom: 25px;
}

.pp-block h3 {
    font-size: 28px;
    color: #0e122f;
    margin-bottom: 8px;
    font-weight: 700;
}

.pp-block p {
    font-size: 16px;
    color: #181818;
    line-height: 1.4;
    margin: 0;
}
.pp-block p strong {
    color: #0e122f;
}

.pp-contact {
  background: #f8f5f2;
  padding: 20px;
  border-radius: 10px;
}

ul.list-page li a {
    color: #000000;
    font-size: 16px;
    background: #fbe801;
    width: fit-content;
    padding: 10px 22px;
    margin: 0 auto;
    border-radius: 54px;
    font-weight: 500;
}
ul.list-page li a:hover {
background: #fff;
color: #000;
}
.list-page li {
    display: inline-block;
    margin: 0 5px;
}

/**/
.wa-section {
        background: linear-gradient(38deg, #023618, #058132, #023618);
    padding: 60px 0;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
.wa-title {
  font-size: 32px;
  font-weight: 700;
}

.wa-sub {
    margin-bottom: 20px;
    background: #ffffff0d;
    padding: 15px;
    border-left: solid 2px #f7aa38;
    color: #fff;
    font-size: 17px;
}

.wa-points span {
    display: inline-block;
    margin-right: 15px;
    font-size: 15px;
}

.wa-points i {
  margin-right: 5px;
  color: #ffd700;
}

 

.wa-form-box {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

.wa-form-box input {
    width: 100%;
    padding: 10px;
    border: none;
    background: #f1f1f1;
    border-radius: 5px;
    outline: none;
}

.wa-btn {
  width: 100%;
  background: #fbe801;
  border: none;
  padding: 12px;
  border-radius: 6px;
  font-weight: 600;
}

.wa-btn i {
    margin-right: 1px;
    background: #129122;
    color: #fff;
    padding: 6px;
    font-size: 20px;
    border-radius: 100px;
}
/**/

/* ==========================
   Problem Contact Banner
========================== */

.problem-contact-banner{
    position: relative;
    padding: 45px 0;
    overflow: hidden;
    background: linear-gradient(38deg, #023618, #058132, #023618);
}

/* Glow Effect */
.problem-contact-banner::before{
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgba(105,255,0,.08);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    filter: blur(80px);
}

.problem-contact-content{
    position: relative;
    z-index: 2;
}
.problem-contact-content h2 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
} 
.problem-contact-content h3 {
    color: #ffe600;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    font-family: system-ui;
}
/* Buttons */

.problem-contact-buttons{
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.problem-contact-btn, .problem-chat-btn {
    min-width: 180px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #ffffff;
    color: #173600;
    font-size: 17px;
    font-weight: 700;
    position: relative;
    transition: .4s;
    clip-path: polygon(
        0 0,
        90% 0,
        100% 50%,
        90% 100%,
        0 100%
    );
}
.problem-contact-buttons i {
    margin-right: 5px;
}
.problem-chat-btn{
    clip-path: polygon(
        10% 0,
        100% 0,
        100% 100%,
        10% 100%,
        0 50%
    );
}

.problem-contact-btn:hover,
.problem-chat-btn:hover{
    background: #ffe600;
    color: #000;
    transform: translateY(-4px);
}
.problem-contact-or {
    color: #ffe600;
    font-size: 25px;
    font-weight: 800;
    line-height: 1;
}
/* Responsive */

@media(max-width:991px){

    .problem-contact-content{
        text-align:center;
        margin-bottom:30px;
    }

   
}

@media(max-width:767px){

    .problem-contact-banner{
        padding:35px 0;
    }
 
.problem-contact-btn, .problem-chat-btn {
    min-width: 136px;
    height: 35px;
    font-size: 13px;
}
    .problem-contact-or{
        font-size:20px;
        font-weight: 600;
    }
}

/**/
.head-navigation-list {
    position: relative;
    text-align: end;
}
.head-navigation-list ul li {
    padding: 7px 15px;
    color: #ffffff;
    position: relative;
    font-weight: 400;
    margin: 0px 5px;
    font-size: 14px;
    display: inline-block;
    text-transform: capitalize;
}
.head-navigation-list ul li:before {
    position: absolute;
    content: "";
    top: 0;
    transform: skew(-21deg);
    width: 100%;
    height: 100%;
    border-radius: 8px;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 1px solid #fbe801;
}
/**/
/**/

/*=========================
WHY CHOOSE US
=========================*/

.whychoose-section {
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}

.whychoose-section::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    background:rgba(255,255,255,0.05);
    border-radius:50%;
    top:-200px;
    left:-150px;
    filter:blur(100px);
}

.whychoose-subtitle {
    display: inline-block;
    background: #fbe801;
    color: #000000;
    padding: 10px 28px;
    font-size: 16px;
    font-weight: 600;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    margin-bottom: 5px;
}

.whychoose-title {
    color: #023618;
    font-size: 40px;
    font-weight: 800;
    margin-top: 12px;
}
.whychoose-text{
    color:#111;
    max-width:700px;
    margin:15px auto 0;
    font-size:18px;
}

.whychoose-card {
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 25px;
    padding: 40px 25px;
    text-align: center;
    height: 100%;
    transition: .5s;
    position: relative;
    overflow: hidden;
    background: linear-gradient(38deg, #023618, #058132, #023618);
}
 
.whychoose-card:hover::before{
    height:100%;
}

.whychoose-card:hover{
    transform:translateY(-15px);
    border-color:#ffd700;
}

.whychoose-icon{
    width:90px;
    height:90px;
    margin:auto;
    border-radius:50%;
    background:#ffd700;
    color:#000;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:35px;
    margin-bottom:15px;
    animation:whychooseFloat 3s infinite ease-in-out;
}

.whychoose-card:hover .whychoose-icon{
    transform:rotateY(180deg);
    transition:.8s;
}

.whychoose-card h3{
    color:#fff;
    font-size:26px;
    font-weight:700;
    margin-bottom:15px;
}

.whychoose-card p{
    color:#dcdcdc;
    line-height:1.8;
    margin:0;
}

@keyframes whychooseFloat{

    0%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-10px);
    }

    100%{
        transform:translateY(0);
    }
}

/* Responsive */

@media(max-width:991px){

   
    .whychoose-title{
        font-size:40px;
    }
}

@media(max-width:767px){

  
    .whychoose-title{
        font-size:30px;
    }

    .whychoose-text{
        font-size:16px;
    }

    .whychoose-card{
        padding:30px 20px;
    }

    .whychoose-icon{
        width:75px;
        height:75px;
        font-size:28px;
    }

    .whychoose-card h3{
        font-size:22px;
    }
.whychoose-card h3 { 
    margin-bottom: 5px;
}


}

/**/
/* Responsive */
@media (max-width: 768px) {
  .aboutrb-content {
    padding-left: 0;
    margin-top: 20px;
  }

  .aboutrb-features {
    grid-template-columns: 1fr;
  }
}

/**/
 
@media (max-width:1199px){ 
 .logo-main {
    width: 140px;
}

}

 
@media (max-width:991px){ 
ul.list-top-text li { 
    font-size: 14px;
}
ul.list-top-text li i { 
    width: 25px;
    height: 25px; 
    padding: 6px 0;
    font-size: 12px;
    margin-right: 2px;
}
.social-list ul li a { 
    width: 25px;
    height: 25px; 
    padding: 2px 0;
    font-size: 15px; 
}
.social-list ul li { 
    margin-left: 3px;
}
.logo-main {
    width: 220px;
}
.navbar-toggler {
    background: #fbe801;
    width: 60px;
    height: 40px;
    font-size: 25px;
    color: #000000;
}
.header-main ul.navbar-nav li {
    border-bottom: solid 1px #00000017;
    padding: 4px 5px;
}
.header-main ul.navbar-nav li a { 
    font-size: 18px;
}
form.d-flex .cta-btn {
    margin-top: 15px;
    margin-bottom: 15px;
}
.islamic-solution-image-box {
    width: 280px;
    height: 280px;
}
.problem-contact-content h2 { 
    font-size: 23px; 
}
.problem-contact-content h3 { 
    font-size: 18px; 
    line-height: 1.5; 
}
}
  

@media (min-width:768px){ 
.dask-none {
    display: none !important;
}
}

@media (max-width:767px){ 
    .py-5 {
    padding-top: 1.4rem!important;
    padding-bottom: 1.4rem!important;
}

    .ts-subtitle::before, .ts-subtitle::after
    {display:none;}
/*.top-head {
    display: none;
}*/
.header-main nav {
    padding: 0;
}
.aboutrb-title {
    font-size: 28px; 
}
.why-choose-us {
    margin-bottom: 30px;
}
.title-h2 {
    font-size: 28px; 
}
.wa-title {
    font-size: 26px; 
}
.wa-form-box {
    margin-top: 26px;
}
.wa-points span { 
    margin: 6px 5px;
}
.header-main {
    border-top: solid 2px #eaad41; 
    border-bottom: solid 1px #eaad414f;
}
.header-main ul.navbar-nav {
    background: #fbe801;
    border-radius: 12px;
    padding: 11px;
    margin-top: 9px;
}
ul.list-page li a { 
    font-size: 13px; 
    padding: 8px 13px; 
}

.m-none{
    display: none !important;
}
.ts-subtitle {
    font-size: 28px; 
    margin-bottom: 25px;
}
.ts-content h4 {
    font-size: 20px; 
}
ul.list-top-text li {
    font-size: 11px;
}
ul.list-top-text li i {
    width: 19px;
    height: 19px;
    padding: 4px 0;
    font-size: 10px;
    margin-right: 1px;
}
.head-navigation-list ul li {
    padding: 7px 9px;  
    margin: 11px  0 0 3px;
    font-size: 12px; 
}
ul.list-top-text {
    text-align: center;
}
.head-navigation-list { 
    text-align: center;
}
img.awords {
    margin: 0 0 15px 0;
}
.ftr-sec .dsclmr p {
    font-size: 14px;
}
.wa-sub { 
    font-size: 15px;
}
}


@media (max-width:373px){ 
ul.list-top-text li:nth-child(1) {
    margin-right: 4px; 
    padding-right: 8px;
}
ul.list-top-text li {
    font-size: 10px;
}
ul.list-top-text li i {
    width: 16px;
    height: 16px;
    padding: 4px 0;
    font-size: 8px;
    margin-right: 1px;
}
.list-page li { 
    margin: 0 2px;
}
ul.list-page li a {
    font-size: 12px;
    padding: 8px 11px;
}
.head-navigation-list ul li {
    padding: 6px 8px;
    margin: 8px  0 0 2px;
    font-size: 10px;
}
}

@media (max-width:334px){ 
ul.list-top-text li:nth-child(1) {
    margin-right: 2px;
    padding-right: 5px;
}
ul.list-top-text li i {
    width: 13px;
    height: 13px;
    padding: 3px 0;
    font-size: 7px; 
}
ul.list-top-text li {
    font-size: 9px;
}
.header-main ul.navbar-nav li a {
    font-size: 16px;
}
.islamic-solutions-title {
    font-size: 30px;
}
.problem-contact-btn, .problem-chat-btn {
    min-width: 122px;
    height: 30px;
    font-size: 11px;
}
.problem-contact-buttons { 
    gap: 9px; 
}
.aboutrb-title {
    font-size: 25px;
}
.whychoose-subtitle { 
    font-size: 14px; 
}
.whychoose-title {
    font-size: 25px;
}

}