/*------------------------------------------------------------
    Template name    : MAAD Humanity - Website Template
    Author           : Abdulla Alkhaldi
    Version          : 1.0
    File Description : Main css file of the template
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: 'IBMPlexSansArabic';
  src: url('fonts/IBMPlexSansArabic-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'IBMPlexSansArabic';
  src: url('fonts/IBMPlexSansArabic-Bold.ttf') format('truetype');
  font-weight: 900; /* Bold */
  font-style: normal;
}

/* Example usage */

:root {
  --main-font-regular: 'IBMPlexSansArabic', sans-serif;
  --main-font-bold: 'IBMPlexSansArabic', sans-serif;
  --first-main-color:#1a6680;
  --second-main-color:#c5a140;
  --second-gift-light-color:#f5f0e1;
  --white-color:#FFF;
  --first-light-color:#3e809a;
  --first-dark-color:#175970;
  --first-very-light-color: #f9feff;
  --fisrt-gift-light-color:#f4f9fb;
  --elements-color:#686868;
  --bg-light-gray:#f2f2f2;
  --bh-very-light-gray: #f4f8fa;
  --bg-light-silver: #dfe0e0;
  --bg-light-silver-01: #d0d2d2;
  --bg-light-silver-02: #cfd2d8;
  --color-bg: #000000;
  --hero-overlay-color: transparent;
  --theme-color: #000000;
  --border-color: #e2e2e2;
  --text-color: #808080;
  --text-theme-color: #000000;
  --color-default: #3a3a3a;
  --hero-card-bg: rgb(228 227 223 / 17%);
  --box-shadow-color: rgb(82 90 101 / 10%);
  --main-font-weight: 900;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, ul, li,label{
    font-family: var(--main-font-bold);
    font-weight: var(--main-font-weight);
    margin: 0;
    padding: 0;
    list-style: none;
}

p{
  font-family: var(--main-font-regular);
  font-size: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
a{
    text-decoration: none;
}

#mainNav{
    transition: opacity 0.3s ease, max-height 0.5s ease;
    z-index: 99999999999999999999999;
}

#scrolledNav{
    position: fixed;
    box-shadow: none;
    opacity: 0;
    transition: opacity 0.3s ease, max-height 0.5s ease;
}



/* navbar section here */

.custom-fa-solid{
  font-family: var(--main-font-bold) !important;
  font-weight: 900; /* Ensure bold weight is applied */
}

nav{
    height: auto;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #cccccc8f;
    background-color: var(--white-color);
}

.mainNav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 999;
}

.leftNav{
    color: var(--first-main-color);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.leftNav a{
    color: var(--first-main-color);
}
.cart{
    background-color: var(--first-main-color);
    color: var(--white-color);
    border-radius: 100%;
    border: 1px solid var(--white-color);
    height: 10px;
    width: 10px;
    font-size: 14px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-left: -15px;
    margin-top: -10px;
}

.basket, .heart{
    display: flex;
    align-items: center;
    margin: 0 10px;
}

.leftMiddle{
    display: flex;
    align-items: center;
    color: var(--first-main-color);
}

.leftMiddle p{
    text-align: right;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.leftMiddleIcon{
    border-radius: 100%;
    display: flex;
    align-items: center;
    font-size: 18px;
    padding: 10px;
    border: 2px solid var(--first-main-color);
    margin-left: 10px;
}
.leftMiddle a{
    color: var(--first-main-color);
}

.rightMiddle{
    height: auto;
    width: 60%;
    padding: 3px 5px;
    background-color: transparent;
    color: var(--white-color);
}
.rightMiddle input{
    padding: 8px 8px;
    width: 100%;
    outline: none;
    direction: rtl;
    border: 2px solid var(--first-main-color);
}

.rightMiddle input::placeholder{
    text-align: right;
}

.rightMiddle i{
    padding: 8px 15px;
}
.rightMiddleInner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    background-color: var(--first-main-color);
    margin: 0 right;
    float: right;
}

.rightMiddleInner a{
    color: var(--white-color);
}

/* nav menu items  */
.navMenuMain{
    background-color: var(--white-color);
    width: 100%;
    transition: opacity 0.3s ease, max-height 0.5s ease;
}
.menuNav{
    height: auto;
    width: 100%;
    /* padding: 10px 0; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menuNav img{
    margin-left: 20px;
}

.leftNavMenu a{
    color: #242424;
}
.leftNavMenu, .leftMenuText {
    display: flex;
    align-items: center;
    text-align: right;
}
.leftNavMenu i{
    font-size: 25px;
    color: var(--first-main-color);
    margin-left: 10px;
}
.leftNavMenu p{
    line-height: 18px;
    font-weight: 500;
}
.rightNavMenu a{
    padding: 10px 0;
}
.rightNavMenu ul{
    display: flex;
    align-items: center;
    direction: rtl;
    justify-content: space-between;
}

.rightNavMenu ul li{
    font-size: 15px;
    font-weight: 500;
    direction: rtl;
    text-align: right;
    padding: 0 6px;
    margin: 0 5px;
    list-style: none;
    color: var(--first-main-color);
    font-size: 20px;
    border-bottom: 2px solid var(--white-color);
    transition: 500ms ease;
}


.rightNavMenu ul li:hover{
    border-bottom: 2px solid var(--second-main-color);
}

/* sub menu css here  */


.firstInnerMenu{
    background-color: #e4e9ec;
    height: auto;
    width: 100%;
    padding: 0;
    margin-top: -200px;
    color: var(--first-main-color);
    border-bottom: 4px solid var(--second-main-color);
}
/* .rightNavMenu:hover .firstInnerMenu{
    display: block !important;
    background-color: red !important;
} */

.firstInnerMenu ul {
    display: flex;
    align-content: center;
    justify-content: center;
    direction: rtl;
}

.firstInnerMenu ul a{
    color: var(--first-main-color);
}
.firstInnerMenu ul li {
    padding: 20px 8px;
    margin: 0 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    transition: 500ms ease;
}

.firstInnerMenu ul li:hover{
    background-color: #F5F7FA;
}


.hidden-section {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, max-height 0.5s ease;
    position: fixed;
    margin-top: 200px;
    margin-top: -2px;
    z-index: 99;
  }

  .hidden-section.visible {
    opacity: 1;
    max-height: 150px; 
  }
  .hidden-section2 {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, max-height 0.5s ease;
    position: fixed;
    margin-top: -62px;
    z-index: 99;
  }

  .hidden-section2.visible {
    opacity: 1;
    max-height: 150px; 
  }

  /* mobile nav here  */
  .mobileNavOuter{
    background-color: var(--white-color);
    display: none;
  }
  .mobileNav{
    height: auto;
    width: 100%;
    padding: 8px 0;
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9;
  }

  .mobileNav .leftNav i{
    font-size: 22px;
  }
  .mobileNav .leftNav i{
    font-size: 24px;
  }
  .mobileNav .leftNav {
    justify-content: start;
  }
  .mobileNav .leftNav .cart{
    padding: 8px;
    font-size: 10px;
  }

  .mobileNavLeft, .mobileNavMiddle, .mobileNavRight{
        width: 33%;
   }
  .mobileNavLeft{
        text-align: left;
        float: left;
   }
  .mobileNavRight{
        float: right;
        text-align: right;
        color: var(--first-main-color);
   }
  .mobileNavMiddle{
        margin: 0 auto;
        text-align: center;
   }

  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    background-color: var(--white-color);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }

  .subMenuIcon{
    display: flex;
    align-items: center;
    justify-content: right;
  }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: var(--first-main-color);
    display: block;
    transition: 0.3s;
  }

  .sidenav a:hover{
    background-color: #EDEFF0;
  }

  #mobileSubNav ul a {
    width: 100%;
    display: block;
    text-align: right; /* Ensures text aligns to the right */
    padding-right: 10px; /* Optional: space on the right */
    box-sizing: border-box;
  }

  #mobileSubNav ul li {
      display: inline-block; /* Ensure li behaves properly inside the anchor */
      margin: 0; /* Reset any default margin */
  }

  #mobileSubNav ul a > img {
      float: right; /* Moves image to the right inside the anchor */
  }

  .SignIN{
    border-bottom: 1px solid var(--first-main-color);
    margin-top: -30px;
  }

  .SignIN i{
    font-size: 15px;
    border: 1px solid var(--first-main-color);
    padding: 8px;
    border-radius: 50px;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 36px;
    padding: 10px 20px;
    color: var(--first-main-color);
  }

  .closebtn i{
    font-size: 17px;
  }
  .mobileSubNav{
    display: none;
    transition: 500ms ease;
  }
  #CloseMobileSub{
    display: none;
  }
  .mobileSubNav ul li{
    display: flex;
    align-items: center;
  }
  .mobileSubNav ul {
    display: flex;
    flex-direction: column;
    align-items: end;
    text-align: right;
    justify-content: right;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

  /* Start Footer */
  .footer-media-icon{
    color: var(--white-color);
    font-size: 20px;
    margin: 10px;
  }
  .footer-media-icon:hover{
    color: var(--second-main-color);
  }
  .custom-justify-content{
      justify-content: center;
  }

  .important-links{
      margin-top: 40px;
  }

  .footer-bg-primary {
      background: var(--first-main-color) !important;
  }

  .footer-icon{
      margin-left: 7px;
  }

  .text-warning{
      color: var(--white-color) !important;
  }

  .footer-links {
      text-decoration: none;
  }

  .links-interest {
    color: var(--white-color);
    margin-bottom: 15px !important;
  }


  @media (max-width: 999px) { 
    .footer-icons, .footer-links-container, .footer-contact, .text-right {
        text-align: center !important;
    }
    .footer-icons ul {
        justify-content: center !important;
    }
    .footer-icons a {
        display: inline-block;
    }
    .footer-news{
        padding-right: 20px;
        padding-left: 20px;
    }

    .footer-bg-icons {
      width: 35px; /* Adjust size as needed */
      height: 35px;
      background-color: var(--second-main-color); /* Red background */
      border-radius: 50%; /* Makes it a circle */
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none; /* Removes underline from links */
    }
    .footer-media-icon:hover{
      color: var(--white-color);
    }
    .footer-media-icon {
      color: white; /* Change icon color to white */
      font-size: 20px; /* Adjust icon size */
    }
    .footer-icon{
      display: none;
    }
    .important-links {
      margin-top: 0px;
    }
    .footer-media-icon{
      background-color: var(--second-main-color);
    }
    .links-interest{
      color: var(--white-color);
      margin-bottom: 23px !important;
      font-size: 24px !important;
    }
    .links-of-interest{
      margin-bottom: 7px;
    }
    .footer-links{
      color: var(--bg-light-silver-01) !important;
    }
    .footer-contact{
      margin-top: 15px;
    }
    .footer-reference{
      margin-top: 15px;
    }
  }
  /* End Footer */

  /* donation section here  */
  .donationSec{
    position: fixed;
    background-color: var(--white-color);
    top: 20%;
    right: 0 !important;
    height: auto;
    /* width: 350px; will add it dynamically with js */
    width: 350px;
    display: none;
    border-radius: 15px;
    transition: 0.5s;
    z-index: 15;
    animation: fadeIn 0.5s forwards;
    
  }
  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 0.5; }
    to { opacity: 1; }
  }
  @keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0.5; }
    to { opacity: 0; }
  }
  .instantDonationBtn{
    height: auto;
    width: auto;
    background-color: var(--white-color);
    box-shadow: 0 4px 22px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    font-weight: bold;
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 15;
    border-top-left-radius: 49px;
    border-bottom-left-radius: 49px;
    cursor: pointer;

  }
  .instantIcon{
    background-color: var(--second-main-color);
    color: var(--white-color);
    font-size: 20px;
    padding: 7px 20px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-left: -2px;
  }
  .donateText{
    padding: 0 15px;
    color: var(--first-main-color);
  }
  .donationHeader{
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  .donationHeaderIcon{
    cursor: pointer;
  }
  .donationHeader i{
    background-color: var(--second-main-color);
    color: var(--white-color);
    padding: 12px 15px;
    border-top-left-radius: 15px;
  }
  .donationHeader h5{
    width: 100%;
    text-align: center;
    color: var(--first-main-color);
  }

  .donationType{
    padding: 5px 0;
  }
  .donationType ul{
    display: flex;
    align-items: center;
    direction: rtl;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
  }
  .donationType ul li{
    width: 25%;
    text-align: center;
    color: #111;
    border-right: 1px solid #ccc;
    font-weight: bold;
    transition: 500ms ease;
  }
  .donationType ul li:hover{
    background-color: var(--first-main-color);
    color: var(--white-color);
  }
  
  .radio-button {
    display: none;
  }

  .label-button {
    padding: 10px 20px;
    width: 100%;
    cursor: pointer;
    transition: background-color 0.3s;
  }

  .radio-button:checked + .label-button {
    background-color: var(--first-main-color);
    color: var(--white-color);
  }
  .donationAmount{
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .donationAmount img{
    width: 70%;
    filter: grayscale(100%);
  }

  .donationAmount .donationValue{
    width: 100%;
    padding: 5px 5px;
    border: 1px solid #ccc;
    outline: none;
    direction: rtl;
    border-radius: 5px;
  }

  .donationAmount p{
    color: var(--first-main-color);
    font-weight: bold;
    margin-top: 10px;
  }

  .donateBtn{
    height: auto;
    width: 100%;
    border-radius: 50px;
    background-color: var(--first-main-color);
    color: var(--white-color);
    text-align: center;
    box-shadow: none;
    border: none;
    padding: 6px 0;
    font-weight: bold;
  }

  .trustedTxt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    color: var(--elements-color);
  }

  .trustedTxt p{
    color: var(--elements-color);
    margin: 0;
  }
  .donateAmount{
      display: flex;
      width: 100%;
      padding-bottom: 10px;
      direction: rtl;
  }

  .donateAmount .label-button{
    width: 100% !important;
    padding: 6px 0;
    text-align: center;
    border: 1px solid var(--elements-color);
    border-radius: 5px;
    margin: 0 3px;
    font-weight: bold;
  }
  /* ======================= Sart Payment Section ===========================*/
  .success-header{
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    margin-bottom: 0px !important;
  }
  .success-header h1{
    font-size: 22px;
    font-family: var(--main-font-regular);
  }
  .success-pr-3{
    padding-right: 20px;
    padding-top: 10px;
  }
  .bg-main-color{
    background-color: var(--first-main-color) !important;
    color: var(--white-color) !important;
  }
  /* ======================= End Payment Section ========================*/
  /* ======================== Start Gift System ======================== */
  .gift-buttons{
    font-size: 18px;
    font-weight: bold;
  }
  .gift-page-title{
    margin-top: 25px;
    color: var(--first-main-color) !important;
  }
  .gift-page-text{
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 26px;
  }
  .gift-type-btn{
    background-color: var(--first-main-color);
    color: var(--white-color);
  }
  .gift-type-btn:hover{
    background-color: var(--first-light-color);
    color: var(--white-color);
  }
  .position-relative {
    position: relative;
  }
  #donationField {
    position: absolute;
    top: 710px;         /* Position from the top */
  }
  
  #canvasContainer {
      position: relative;
  }

  #canvas {
      cursor: pointer;
  }

  .controls {
      margin-top: 10px;
      text-align: center;
  }

  .controls input {
      margin: 5px;
  }

  /* =======================  Start Gift System  ==================== */
  .carousel-control-next-icon, .carousel-control-prev-icon {
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
  }

  .carousel-item {
      transition: transform 1s ease; /* Customize the slide speed */
  }

  .recipients-section{
    border-radius: 15px;
    background-color: var(--fisrt-gift-light-color); 
    padding: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .recipients-section label{
    margin-right: 5px;
  }

  .sender-section{
    border-radius: 15px;
    background-color: var(--second-gift-light-color); 
    padding: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sender-section label{
    margin-right: 5px;
  }
  .required-field{
    color: #b7042c;
    font-weight: bold;
  }
  /* =======================  End Gift System  ==================== */
  /* =======================  Home Page =========================== */
  legend.reset {
    font-size: 26px !important; /* Adjust the value as needed */
    font-weight: bold;
  }

  /* Change font size of p inside this specific fieldset */
  fieldset.reset p {
    font-size: 22px !important; /* Adjust the value as needed */
  }
  /* =========================  Registration Form Section Start From Here ======================*/
  .card-title{
    font-size: 26px !important;
    color: var(--first-main-color);
    font-family: var(--main-font-bold);
  }
  .card-text-details{
    font-weight: bold;
    font-size: 19px;
    font-family: var(--main-font-bold);
  }
  .card-text-info{
    font-size: 18px;

  }
  .btn-card-selected{
    font-size: 18px;
    background-color: var(--first-main-color) !important;
    color: var(--white-color);
  }
  .btn-card-selected:hover{
    font-size: 18px;
    background-color: var(--first-main-color);
    color: var(--white-color);
  }
  .text-price{
    font-family: var(--main-font-bold);
    color: var(--second-main-color);
    font-weight: bold;
    font-size: 20px;
  }
  .card-title{
    font-size: 26px !important;
    color: var(--first-main-color);
    font-family: var(--main-font-bold);
  }
  .card-text-details{
    font-weight: bold;
    font-size: 19px;
    font-family: var(--main-font-bold);
  }
  .card-text-info{
    font-size: 18px;

  }
  .btn-card-selected{
    font-size: 18px;
    background-color: var(--first-main-color);
    color: var(--white-color);
  }
  .btn-card-selected:hover{
    font-size: 18px;
    background-color: var(--first-main-color);
    color: var(--white-color);
  }
  .text-price{
    font-family: var(--main-font-bold);
    color: var(--second-main-color);
    font-weight: bold;
    font-size: 20px;
  }
  .custom-border {
    border-bottom: 2px solid black !important; /* Change to any color */
  }
  .btn-preview{
    color: var(--first-main-color);
  }
  .btn-preview:hover{
    color: var(--first-light-color);
  }
  .btn-close-preview{
    background-color: var(--first-main-color);
    color: var(--white-color);
  }
  .btn-close-preview:hover{
    background-color: var(--first-light-color);
    color: var(--white-color);
  }
  .zoom-img:hover {
      transform: scale(1.2);
  }
  .project-text {
    font-family: var(--main-font-regular);
  }
  .bg-create-project{
    background-color: var(--first-main-color);
    border-radius: 25px; /* Adjust as needed */
  }
  .create-btn{
    color:var(--first-dark-color);
    font-family: var(--main-font-regular);
  }
  .span-required{
    color: #ce1126 !important;
    font-weight: bold;
    font-size: 20px;
  }
  .small-dropdown{
    max-width: 120px;
  }
  .btn-register{
    background-color: var(--first-main-color);
    color: var(--white-color);
    height: 46px;
    font-family: var(--main-font-regular);
    font-size: 18px;
  }
  .btn-register:hover{
    background-color: var(--first-light-color);
    color: var(--white-color);
  }
  /* =========================  Suqya Section Start From Here ======================*/
  .advanced-search-label{
    font-family: var(--main-font-bold);
    color: var(--first-dark-color);
    font-weight: bold;
    font-size: 18px;
    padding-right: 4px;
  }
  .card-filter-header{
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background-color: var(--first-main-color);
    color: var(--white-color);
  }
  .card-filter-header h1{
    font-size: 22px;
    font-family: var(--main-font-regular);
  }
  .clear-btn{
    margin-left: 20px;
    left: 5px;
    height: 34px;
    border: none;
    color: var(--first-main-color);
  }
  .clear-btn:hover{
    margin-left: 20px;
    height: 34px;
    border: none;
    color: var(--second-main-color);
    background-color: var(--white-color);
  }
  .btn-mosque-donation{
    background-color: var(--first-main-color);
    color: var(--white-color);
    border-radius: 50rem;
  }

  .btn-mosque-donation:hover{
    background-color: var(--first-light-color);
    color: var(--white-color);
    border-radius: 50rem;
  }

  .mosque-area,.mosque-last-donation{
    color: var(--first-dark-color);
    font-weight: bold;
    font-size: 18px;
  }

  .mosque-city{
    font-size: 16px;
    font-weight: bold;
  }
  .mosque-last-donation-date{
    margin-top: 3px;
    font-size: 13px;
  }
  .empty-btn {
    font-family: var(--main-font-bold);
    font-weight: var(--main-font-weight); /* Ensure bold weight is applied */
    width: 100%;
    padding: 8px 30px;
    border-radius: 50rem;
    position: relative;
    overflow: hidden;
    color: var(--theme-color);
    background-color: var(--bg-light-silver);
    border: none;
    margin-left: 10px;
  }
  .empty-btn:hover{
    background-color: var(--bg-light-silver-01);
    color: var(--theme-color);
  }
  

  .house-calculation{
    width: auto;
    padding-left: 7px;
    font-family: var(--main-font-bold);
    font-weight: bold;
  }
  .quantity-items{
    width: 40%;
    margin-top: 7px;
  }
  .btn-water-value{
    padding: 0;
    margin: 0 auto;
    height: 26px;
    background-color: var(--first-light-color);
    color: var(--white-color);
  }
  .btn-water-value:hover{
    background-color: var(--first-dark-color);
    color: var(--white-color);
  }
  .ml-footer{
    background-color: var(--first-light-color);
    color: var(--white-color);
    text-align: left; 
    direction: rtl;
  }
  .page-title{
    color: var(--first-main-color);
    padding-bottom: 10px;
  }
  .page-description{
    font-size: 20px;
    font-family: var(--main-font-regular);
    padding-bottom: 25px;
  }
  .text-title{
    color: var(--first-main-color);
  }
  .suqyaBtn{
    background-color: var(--first-main-color);
    font-family: var(--main-font-regular);
    font-size: 18px;
    color: var(--white-color);
  }
  .suqyaBtn:hover{
    background-color: var(--first-light-color);
    color: var(--white-color);
  }
  /* =========================  Suqya Section End Here ======================*/

  /* =========================  Cart Section Start From Here ======================*/
.btn-single-transaction-disable {
  font-family: var(--main-font-bold);
  font-weight: var(--main-font-weight); /* Ensure bold weight is applied */
  width: 100%;
  padding: 8px 30px;
  border-radius: 50rem;
  position: relative;
  overflow: hidden;
  color: var(--first-dark-color);
  background-color:#d9dde3;
  border: none;
  margin-left: 10px;
}

.btn-single-transaction-disable:hover{
  background-color: var(--bg-light-silver-02);
  color: var(--first-dark-color);
}

.btn-close:hover{
  color:var(--second-main-color) !important;

}
.cart-trash{
  color:var(--first-light-color);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 35px;
}
.btn-outline-primary-back{
    color: var(--first-main-color); /* Red text color */
    border: 2px solid var(--first-main-color); /* Red border */
    background-color: transparent;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-outline-primary-back:hover {
    color: var(--white-color);
    border: 2px solid var(--first-main-color); /* Red border */
    background-color: var(--first-main-color); /* Solid red background on hover */
}

.cart-total{
  color:var(--first-main-color);
}
#cart_total_donation_amount{
  font-size: 25px;
}
@media (max-width: 1400px) {
  .text-cart-project-name{
    font-size: 18px;
  }
  .cart-project-image{
    width: 155px !important;
    height: 100px;
  }
  .btn-single-project-delete{
    margin-top: -5px !important;
  }
  .cart-project-price{
    margin-bottom: 10px;
  }
  .cart-textbox-project{
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .create-btn{
    margin-top: 15px;
  }
  .text-cart-project-name{
    font-size: 12px;
  }
  .cart-project-image{
    width: 130px !important;
    height: 100px;
  }
  .btn-single-project-delete{
    margin-top: -5px !important;
  }
  .cart-project-price{
    margin-bottom: 10px;
  }
  .cart-project-price .input-group-text,
  .cart-project-price .cart-textbox-project {
      font-size: 12px;
  }
}

.btn-single-project-delete{
  margin-top: -8px;
  font-weight: bold;
  color: var(--first-main-color);
}

.btn-single-project-delete:hover{
  color: var(--second-main-color);
}

.text-cart-project-name{
  color: var(--first-main-color);

}

.bg-cart-footer{
    background-color: var(--first-main-color);
    color: var(--white-color);
}
  /* =========================  Cart Section Start From Here ======================*/

  /* =========================  Project Section Start From Here ======================*/

/* Prevent scrolling when modal is open */
/* Modal backdrop */
  .country-filter{
    border: 2px solid #8ca7b0; 
    border-radius: 20px;
  }
  .btn-filter{
    background-color: var(--first-main-color);
    width: 200px;
  }
  .btn-filter:hover{
    background-color: var(--first-light-color);
    color: var(--white-color);
  }

  .close-filter{
    margin: 0px;
    padding: 0px;
    padding-right: -10px;
  }
  
  .filter-x{
    margin-top: -15px;

    background-color: transparent; 
    border: none; 
    color: var(--first-dark-color);
    font-size: 35px;
  } 

  .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040; /* Below the modal */
  }

  /* Ensure the modal is above everything else */
  .modal {
    z-index: 1050; /* Modal above backdrop */
  }

  .page-link{
    color:var(--first-main-color);
  }
  .pagination .page-item.active .page-link {
    background-color: var(--first-main-color);
    border-color:var(--first-main-color);
    color: var(--white-color);
  }
  .pagination .page-item.active .page-link:hover {
    background-color: var(--first-dark-color); /* Background color on hover */
    border-color: var(--first-dark-color); /* Border color on hover */
  }
  .left-align {
    text-align: left; /* Align the text to the left */
  }

  #rangeSlider::-moz-range-track {
    background-color: var(--first-light-color);
  }
  
  #rangeSlider::-moz-range-thumb {
    background-color: var(--first-dark-color);
  }

  .filter-sction-name{
    color: var(--first-dark-color);
    text-decoration: underline;
  }
  .checkbox-container {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer;
    margin: 4px;
  }

  /* Hide the default checkbox */
  .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  .checkbox-square {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    background-color: white;
    border: 2px solid #1a6680;
    border-radius: 4px;
    transition: all 0.5s ease-out;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-left: 7px;
  }

  .checkbox-square::after {
    content: "✔";
    font-size: 14px;
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }

  .checkbox-container input:checked + .checkbox-square {
    transform: rotate(360deg);
    background-color: #1a6680;
    border-color: #1a6680;
    box-shadow: 0 4px 10px rgba(26, 102, 128, 0.6);
  }

  .checkbox-container input:checked + .checkbox-square::after {
    opacity: 1;
  }

  .checkbox-label {
    margin-left: 10px;
    font-size: 16px;
    color: #333;
  }

  .submit-button {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #1a6680;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .submit-button:hover {
    background-color: #144d61;
  }

  .category-btn {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-family: var(--main-font-bold);
    font-weight: bold;
    cursor: pointer;
    border: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 12px;
    transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    text-decoration: none;
    margin-top: 10px;
  }
  .project-btn{
    background-color: #8ca7b0;
    color: var(--white-color);
  }
  .project-btn-active{
    background-color: var(--first-main-color);
    color: var(--white-color);
  }

  .project-card {
      position: relative;
      overflow: hidden;
  }

  .project-card img {
      width: 100%;
      height: auto;
  }

  .urgent-sticker {
      position: absolute;
      top: 7px; 
      left: -25px;
      width: 116px;
      background-color: #c32f3d;
      color: white;
      margin-top: 5px;
      padding-top: 2px;
      padding-bottom: 4px;
      font-size: 17px;
      font-weight: bold;
      transform: rotate(-40deg);
      z-index: 10;
  }

  /* Ensure text alignment for RTL (Right-to-Left) language */
  .rtl-text {
      direction: rtl;
      font-family: var(--main-font-bold);
      text-align: center;
      padding-left: 0px;        
  }
  
  .h-section{
    height: 62px;
  }
  .no-action {
    pointer-events: none; /* Disable all interactions */
  }
  .container-popup {
    /* Optional styling */
    padding: 20px;
    margin-top: 90px;
    border: 1px solid #ccc;
    text-align: center;
  }
  .modal-top{
    margin-top: 150px;
  }
  .icon-flip-up {
    display: inline-block;
    transform: rotate(-90deg); /* Rotate 90 degrees counter-clockwise */
    transition: transform 0.3s ease; /* Optional: Smooth rotation transition */
  }
  .icon-circle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #e9e9e7; /* Red background color */
    color: var(--first-main-color); /* Icon color */
    width: 40px; /* Circle width */
    height: 40px; /* Circle height */
    border-radius: 50%; /* Make it circular */
    font-size: 1.5rem; /* Adjust icon size */
  }

  .icon-send{
    font-size: 20px;
    margin-left: 5px;
  }
  .share-title{
    color: var(--first-main-color);
    font-weight: bold;
    margin-bottom: 10px;
  }
  .btn-copy{
    background-color: var(--first-main-color);
    color: var(--white-color);
    border-radius: 50rem;
    width: 150px;
    height: 40px;
    margin-right: -15px;
  }
  .btn-copy:hover{
    background-color: var(--first-light-color);
    color: var(--white-color);
  }
  .share-link{
    padding-left: 25px;
    border: 2.5px solid #aaaaaa;
    color: #4b4a4a;
  }
  .social-btn {
    width: 50px;
    height: 50px;
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.social-btn::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 70px;
    height: 70px;
    border: 2.5px solid transparent;
    border-radius: 50%;
    transition: border-color 0.3s ease;
    z-index: 0;
}

.social-btn i {
    font-size: 24px;
    z-index: 1; /* Keeps the icon above the border */
}


.btn-whatsapp {
    background-color: #25D366;
}
.btn-whatsapp:hover::before {
    border: 2.5px solid #25D366;
    box-shadow: 0 0 15px rgba(37, 211, 102, 0.5);
}

.btn-instagram {
    background-color: #E4405F;
}
.btn-instagram:hover::before {
    border: 2.5px solid #E4405F;
    box-shadow: 0 0 20px rgba(228, 64, 95, 0.5);
}

.btn-facebook {
    background-color: #1877F2;
}
.btn-facebook:hover::before {
    border: 2.5px solid #1877F2;
    box-shadow: 0 0 30px rgba(24, 119, 242, 0.5);
}

.btn-twitter {
    background-color: #1DA1F2;
}
.btn-twitter:hover::before {
    border: 2.5px solid #1DA1F2;
    box-shadow: 0 0 40px rgba(29, 161, 242, 0.5);
}
.fw-bold{
  font-weight: 700 !important;
  font-size: 18px;
}
.img-black-white {
  filter: grayscale(100%);
}
.btn-gift-transaction{
  width: 100%;
  padding: 8px 30px;
  border-radius: 20px;
  background-color: var(--first-main-color);
  color: var(--white-color);
  padding: 8px 30px;
}
.btn-gift-transaction:hover{
  background-color: var(--first-light-color);
  color: var(--white-color);
}
.btn-donate-disabled {
  width: 100%;
  border-radius: 20px;
  padding: 8px 30px;
  color: #000000;
  border: none;
  cursor: pointer;
  background-color: #dedede !important;
}

.btn-donate-on-behalf {
  width: 100%;
  border-radius: 20px;
  padding: 8px 30px;
  color: #000000;
  border: none;
  cursor: pointer;
  background-color: #dedede;
  animation: lightToggle 4s infinite;
  transition: background-color 0.6s ease;
}

@keyframes lightToggle {
  0%, 100% {
      background-color: #dedede;
  }
  50% {
      background-color: #667584;
      color: var(--white-color);
  }
}

.btn-delete{
  margin-top: 10px;
  padding: 10px;
  padding-top: 3px;
  width: 32px;
  height: 32px;
  background-color: var(--second-main-color);
  color: var(--white-color);
}
.btn-delete:hover{
  background-color: #9d8739;
  color: var(--white-color)
}
.donation-section{
  border-radius: 15px;
  background-color: #eef6f9; 
  padding: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.donation-section label{
  margin-right: 5px;
}

.payment-radio {
  appearance: none; /* Removes default radio button styling */
  margin-top: 5px;
  width: 18px;
  height: 18px;
  border: 2px solid red; /* Red border by default */
  border-radius: 50%;
  border: 2px solid var(--first-main-color); /* Default border color */
  background-color: var(--white-color); /* Default background color */
}

.payment-radio:checked {
  appearance: auto; /* Removes default radio button styling */
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid var(--first-main-color); /* Default border color */
  background-color: var(--white-color); /* Default background color */
  accent-color: var(--first-main-color); /* This changes the color of the radio button */
}


/* Hide the default radio button */
.customr-donor-form{
  background-color: var(--bh-very-light-gray);
}
.customr-select{
  background-color: #e5ebee;
}
.custom-check-input{
    display: none;
}

/* Custom styling for labels linked to .form-check-input only */
.custom-check-input + .custom-check-label {
  margin-top: 10px;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 18px;
}

/* Create the circle for the custom radio button */
.custom-check-input + .custom-check-label::before {
    content: '';
    position: absolute;
    margin-top: 5px;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid var(--first-main-color); /* Default border color */
    background-color: var(--white-color); /* Default background color */
}

/* Style for the checked state */
.custom-check-input:checked + .custom-check-label::before {
    background-color: var(--first-main-color); /* Background color when checked */
    border-color: var(--first-main-color);     /* Border color when checked */
}

/* Create the dot inside the custom radio button when it's checked */
.custom-check-input:checked + .custom-check-label::after {
    margin-top: 5px;
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--white-color);
}

.textbox_disabled{
    background-color: #ededed !important; /* Light gray background */
    border: 1px solid #848588 !important; /* Keeps the border color unchanged */
}
.textbox_disabled::placeholder {
  color: #848588 !important;
  opacity: 1; /* Ensures the color is fully applied */
}
.btn_disabled{
  background-color: #dedede !important; /* Light gray background */
}
.btn-shopping-cart{
  background-color: var(--first-main-color);
  color: var(--white-color);
}
.btn-shopping-cart:hover{
  background-color: var(--first-light-color);
  color: var(--white-color);
}
.btn-single-transaction-donation {
  font-family: var(--main-font-bold);
  font-weight: var(--main-font-weight); /* Ensure bold weight is applied */
  width: 100%;
  padding: 8px 30px;
  border-radius: 50rem;
  position: relative;
  overflow: hidden;
  color: var(--white-color);
  background-color: var(--first-main-color);
  border: none;
  margin-left: 10px;
}
.btn-single-transaction-donation:hover{
  background-color: var(--first-light-color);
  color: var(--white-color);
}

.bg-selected{
  background-color:var(--first-main-color)!important;
  color: var(--white-color) !important;
}
.bg-selected:hover{
  background-color:var(--first-main-color);
  color: var(--white-color) !important;
}

#donateForOthers {
  border: 2px solid  var(--first-main-color);
}

#donateForOthers:checked {
  accent-color: var(--first-main-color);

}
.custom-border{
  border-color: var(--first-main-color);
}
@keyframes moveDot {
  0% {
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  20% {
    top: 0px;
    left: 100%;
    transform: translate(-50%, -50%);
  }
  40% {
    top: calc(100% + 0px);
    left: 100%;
    transform: translate(-50%, -50%);
  }
  60% {
    top: calc(100% + 0px);
    left: 0;
    transform: translate(-50%, -50%);
  }
  80% {
    top: 0px;
    left: 0;
    transform: translate(-50%, -50%);
  }
  100% {
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.btn-amount {
  font-size: 16px;
  color: black;
  border: 2px solid var(--first-main-color);
  background-color: var(--white-color);
  border-radius: 10px;
  position: relative;
  overflow: visible;
  z-index: 1;
}

.btn-amount::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: var(--second-main-color);
  border-radius: 50%;
  animation: moveDot 4s linear infinite;
  z-index: 2;
}

.btn-amount:hover {
  border-color: var(--second-main-color);
}

.btn-amount:hover::after {
  background-color: var(--first-main-color);
}
  


.color-text{
  color: var(--first-main-color);
}

.bg-light-gray{
  background-color: var(--bg-light-gray);
}

.shared-btn{
  background-color: #d9d9d9;
  color: var(--first-main-color);
  border-radius: 25px;
}
.shared-btn:hover{
  background-color: #cac9c9;
  color: var(--first-main-color);
}
.custom-tooltip {
  --bs-tooltip-bg: var(--first-main-color);
  --bs-tooltip-color: var(--white-color);
  --bs-tooltip-max-width: 100%;
  width: 280px;
}

.zakat-alert{
  background-color: #dee3ea;
  color: var(--first-main-color);
  height: 45px;
  margin: 0px;
}
.alert-location{
  background-color: #f2f2f2;
  font-family: var(--main-font-regular);
  color: var(--first-main-color);
  height: 45px;
  margin: 0px;
}
@media (max-width: 768px) {
  .alert-location .card-text strong {
    font-family: var(--main-font-regular);
    font-size: 14px;
  }
}
  /* =========================  Project Section End From Here ========================*/

  /* ========================= Tabs section start from here  ======================*/
.custom-card{
    border-radius: 25px; /* Adjust the border radius value as needed */
    margin-top: 10px;
}
.custom-rounded-top{
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.custom-card:hover{
    box-shadow: 0 0px 26px rgba(27, 101, 130, 0.2);
}
.custom-nav-tabs{
    border: none; /* Removes any border around the card */
}
.nav-link {
    color: var(--white-color) !important; 
    background-color: #9cb9ca;
    margin: 1px;
}

.nav-link.active{
    color: var(--white-color) !important;
    background-color: var(--first-main-color) !important;
}
.tab-content{
    border-top: 2px solid var(--second-main-color);
    border-radius: 25px; /* Adjust the border radius value as needed */
    background-color: #f1f1ef;
    padding: 20px;
}

.row-location{
  height: 50px;
}

/* Start Zakat */
.btn-zakat {
  width: 90px;
  border-radius: 50rem;
  position: relative;
  overflow: hidden;
  color: var(--white-color);
  background-color: #cf6b4d;
  border: none;
}
.btn-zakat:hover{
  background-color: #db5c36;
  color: var(--white-color);
}
.btn-zakat::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 0,
      rgba(255, 255, 255, 0.15) 10px,  /* Stripe width */
      transparent 10px,
      transparent 20px   /* Stripe gap */
  );
  animation: moveing-stripes 4s linear infinite;
}

@keyframes moveing-stripes {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-50%);
  }
}
/* End Zakat */

.btn-donation {
    width: 110px;
    border-radius: 50rem;
    position: relative;
    overflow: hidden;
    color: var(--white-color);
    background-color: var(--first-main-color);
    border: none;
}
.btn-donation:hover{
    background-color: var(--first-light-color);
    color: var(--white-color);
}
.btn-donation::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 0,
        rgba(255, 255, 255, 0.15) 10px,  /* Stripe width */
        transparent 10px,
        transparent 20px   /* Stripe gap */
    );
    animation: move-stripes 4s linear infinite;
}

@keyframes move-stripes {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
@keyframes flashColors {
0% {
    background-color: #e5e5e3;
}
50% {
    background-color: #bfd0d7;
}
100% {
    background-color: #e5e5e3;
}
}

/* Apply the animation to the button */
.added-cart{
  background-color: #e7e9e9;
  color: var(--first-dark-color);
  font-weight: bold;
}

.remove-from-cart{
  color: var(--first-dark-color);
}
.remove-from-cart:hover{
  color: var(--second-main-color);
}

.basket-shopping {
    background: #e5e5e3; 
    font-size: 24px; 
    color: var(--first-main-color); 
    padding: 10px;
    border: none;
    border-radius: 50%;
    animation: flashColors 2s infinite; /* Animation lasts 1 second and loops infinitely */
}
.progress {
    border-radius: 0;
}
.progress-bar-style{
    background-color: var(--first-main-color);
}
.list-group-footer{
    height: 43px;
}
.card-header{
    border-radius: 60px !important; /* Adjust the border radius value as needed */
    border: none; /* Removes any border around the card */
    background-color: var(--white-color);
}
.py-custom {
    padding-top: 20px; /* Adjust as needed */
    padding-bottom: 20px; /* Adjust as needed */
}
.btn-more{
    border-radius: 50rem;
    background-color: var(--first-main-color);
    color: var(--white-color);
    width: 200px;
    height: 45px;
    
}
.btn-more:hover{
    background-color: var(--first-light-color);
    color: var(--white-color);
}
  /* ========================= Tabs section end here  ======================*/


  /* ========================= hero section started from here ==================== */
  .carousel-indicators .active{
    width: 80px;
    transition: opacity .6s ease !important;
  }
  #mainBody{
    margin-top: 155px;
    min-height: 100vh;
  }
  .text-justify {
    text-align: justify;
}
  #heroSec{
    margin-top: 140px;
  }
  .heroSec{
    height: auto;
    width: 100%;
    color: var(--white-color);
  }
  .sliderFirst{
    padding: 70px 0;
    background-color: var(--first-main-color);
  }
  .sliderSecond{
    background-color: #6F9AB4;
    padding: 70px 0;
  }
  .sliderThird{
    background-color: #8AB2C3;
    padding: 70px 0;
  }

  .heroSec img{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width:80%;
    margin: 0 auto;
  }

  .heroBtn{
    height: auto;
    width: 150px;
    font-weight: 500;
    background-color: var(--white-color);
    color: var(--first-main-color);
    padding: 8px 0;
    text-align: center;
    font-size: 18px;
    border-radius: 50px;
  }

  .heroSec p{
    font-size: 20px;
  }

  .heroRight{
    direction: rtl;
    width: 95%;
  }


  /* ============================== sponsor section here =================================== */
  .sponsorSec{
    height: auto;
    width: 100%;
    padding: 40px 0;
  }
  .sponsorSec img{
    width: 60%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    filter: grayscale(100%);
  }


  /* text section css */
  .reset{
    all: revert !important;
  }
  .textArea{
    height: auto;
    width: 100%;
    padding: 50px 0;
    direction: rtl;
  }

  .textArea fieldset{
    padding: 20px;
  }


  .reset p{
    direction: rtl;
    padding: 30px;
  }








  /* responsive part css */

  @media screen and (max-width: 767px) {
    .card-filter-header h1{
      font-size: 16px;
    }
    #heroSec{
      margin-top: 0;
      background-color: transparent;
    }
    .donationSec{
      top: 10%;
    }
    .slick-next:before {
      margin-left: -50px !important;
    }
    .slick-prev:before {
      margin-right: -70px !important;
    }
    .instantDonationBtn{
      top: 10%;
    }
    #mainNav{
        display: none !important;
    }
    
    #scrolledNav{
        display: none !important;
    }
    .mobileNavOuter{
        display: block;
    }
    .hidden-section{
        display: none !important;
    }
    .hidden-section2{
        display: none !important;
    }
    .heroSec{
        margin-top: 65px;
    }
    .heroRight p{
      font-size: 14px;
      margin: 20px;
    }
    .heroSec img{
      width: 80%;
    }
    .heroBtn{
      padding: 6px 0;
      font-size: 15px;
      margin: 0 auto;
    }
    .heroRight h1 {
      font-size: 25px;
      margin-top: 20px;
    }
    .heroRight{
      direction: inherit;
      text-align: center;
    }
    .heroRight p{
      margin: 20px 0 !important;
    }
    .heroSec .row{
      justify-content: center;
      margin: 0 auto;
    }
    .leftMiddleIcon{
      padding: 1px;
      overflow: hidden;
    }
    .leftMiddleIcon i{
      margin: 5px 3px -5px 3px;

    }
    #mainBody{
      margin-top: 80px;
      min-height: 100vh;
    }
  }