p {
  color: #b84c28;
    font-family: "Montserrat", sans-serif;
    margin: 0 0 15px 0;
    text-align: justify;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 600;
}
/* Start Header Top Links */

.header__top__right {
  float: right;
  display: inline-flex;
  padding-top: 8px;
}

.header__top__right__links {
  display: inline-block;
}
.header__top__right__links a {
  display: inline-block;
  margin-right: 56px;
  position: relative;
}
.header__top__right__links a:after {
  position: absolute;
  right: -32px;
  top: 0px;
  content: "|";
  font-size: 16px;
  color: #bababa;
}
.header__top__right__links a:last-child {
  margin-right: 0;
}
.header__top__right__links a:last-child:after {
  display: none;
}

.header__top__right__cart {
  display: inline-block;
}
.header__top__right__cart a {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}
.header__top__right__cart a span {
  font-size: 15px;
  color: #f60101;
  font-weight: 600;
  position: absolute;
  left: 7px;
  top: 4px;
}
.header__top__right__cart .cart__price {
  display: inline-block;
  color: #888888;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  top: 4px;
}
.header__top__right__cart .cart__price span {
  color: #f60101;
}

.header__menu {
  text-align: center;
}
.header__menu ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  margin-right: -5px;
  margin-left: 5px;
  margin-right: 5px;
}
.header__menu ul li.active a {
  /*background: #f60101;*/
  /* background: #0047AB; */
  background: #FBBB04;
  color: #ffffff;
  border-radius: 999px;
  background: linear-gradient(50deg, #fb3c00, #ffb800);
}
.header__menu ul li:hover a {
  /*background: #f60101;*/
    background: #FBBB04;
    color: #ffffff;
    border-radius: 999px;
    background: linear-gradient(50deg, #fb3c00, #ffb800);
}
.header__menu ul li:hover .dropdown {
  top: 62px;
  opacity: 1;
  visibility: visible;
}
.header__menu ul li:last-child {
  margin-right: 0;
}
.header__menu ul li .dropdown {
  position: absolute;
  left: 0;
  top: 82px;
  width: 150px;
  background: #f60101;
  text-align: left;
  padding: 5px 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.header__menu ul li .dropdown li {
  display: block;
  margin-right: 0;
}
.header__menu ul li .dropdown li a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  padding: 5px 20px;
  text-transform: capitalize;
}
.header__menu ul li .dropdown li a:after {
  display: none;
}
.header__menu ul li a {
  font-size: 16px;
  color: #fc3100;
  display: block;
  font-weight: 600;
  /* padding: 20px 35px 18px; */
  padding: 6px 10px 6px;
  letter-spacing: 1px;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.offcanvas-menu-wrapper {
  display: none;
}

.canvas__open {
  display: none;
}

/* whatsapp button */

.whatsapp-btn{   
    display: flex !important;
    width:40px;
    height:40px;    
    background:#25D366;
    color:#fff;
    border-radius:50%;
    text-align:center;
    font-size:25px !important;
    box-shadow:0 4px 12px rgba(0,0,0,0.25);
    z-index:9999;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    transition:0.3s;
    margin-left: 15px;
}

.whatsapp-btn:hover{
    background:#1ebe5d;
    color:#fff;
    transform:scale(1.1);
}

/* flashing phone button */
.phone-btn {
    position: relative;
    overflow: hidden;
    animation: pulseGlow 2.5s infinite;
    transition: all 0.3s ease;
}

.phone-btn:hover {
    transform: translateY(-2px);
}

/* Ringing Mobile Icon */
.phone-btn i {
    display: inline-block;
    transform-origin: center;
    animation: ringPhone 1.5s infinite;
}

/* Pulse Glow */
@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 165, 0, 0.7);
    }
    70% {
        box-shadow: 0 0 0 12px rgba(255, 165, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 165, 0, 0);
    }
}

/* Phone Ring Animation */
@keyframes ringPhone {
    0%, 100% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(15deg);
    }
    20% {
        transform: rotate(-15deg);
    }
    30% {
        transform: rotate(15deg);
    }
    40% {
        transform: rotate(-15deg);
    }
    50% {
        transform: rotate(0deg);
    }
}
.phone-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 40%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.4),
        transparent
    );
    animation: shine 3s infinite;
}

@keyframes shine {
    100% {
        left: 150%;
    }
}
.phone-btn {
    background: #FFB30E;
    color: white;
    font-weight: 700;
    animation: honeyPulse 2s infinite;
    border: none;
    background: linear-gradient(50deg, #fb3c00, #ffb800);
}
.header__menu {
    display: flex;
    align-items: center;
}

.header__menu ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
/* End Header Top Links */

/* Start Product Carousel */
/* .card .carousel-item img{
    width:100%;
    height:280px;
    object-fit:cover;
} */

.card .carousel-control-prev,
.card .carousel-control-next{
    width:12%;
  
}
.card .carousel-control-prev {
    left: 0px;
}
.card .carousel-control-next {
    right: 0px;
}
.card .carousel-control-prev-icon,
.card .carousel-control-next-icon{
    background-color:rgba(0,0,0,.45);
    border-radius:50%;
    /* padding:16px; */
    height: 30px;
    width: 30px;
}
/* End Product Carousel */
/*---------------------
  Team
-----------------------*/
.team {
  padding-bottom: 70px;
}

.team__btn {
  text-align: right;
}
.team__btn .primary-btn {
  border: 2px solid #b7b7b7;
  background: transparent;
  color: #f60101;
}

.team__item {
  height: 360px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.team__item:hover .team__item__text {
  bottom: 0;
  opacity: 1 !important;
  visibility: visible !important;
}

.team__item__text {
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px 0;
  position: absolute;
  left: 0;
  bottom: -500px;
  width: 100%;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
.team__item__text h6 {
  color: #f60101;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.team__item__text span {
  color: #f60101;
  font-size: 14px;
  display: block;
  margin-bottom: 12px;
}

.team__item__social a {
  display: inline-block;
  color: #f60101;
  font-size: 16px;
  margin-right: 14px;
}
/* Team */
.team__item {
    min-height: 365px;
    max-height: 500px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 15px;
    background: #FCF8F3;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all .3s ease;
}

.team__item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.team__item__text {
    text-align: center;
    background: #FFFCF8;
    padding-top: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
    border-top: 1px solid #F1E5D8;
    padding-bottom: 8px;
}
/*---------------------
  Map
-----------------------*/
.map {
  position: relative;
  height: 300px;
}
.map .container {
  position: relative;
  z-index: 5;
  top: 20px;
}

.map__iframe {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.map__iframe iframe {
  width: 100%;
}

.map__inner {
  text-align: center;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(223, 223, 224, 0.7);
          box-shadow: 0 0 10px rgba(223, 223, 224, 0.7);
  padding: 30px 25px 25px;
  position: relative;
}
.map__inner:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 20px;
  width: 20px;
  background: #ffffff;
  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 auto;
}
.map__inner h6 {
  color: #f60101;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.map__inner ul li {
  list-style: none;
  font-size: 14px;
  color: #444444;
  margin-bottom: 10px;
}
/* form control */
.frm_ctrl_height{
  height: calc(3.5rem + 2px) !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
/* Start Footer */

/*---------------------
  Footer
-----------------------*/
/* .footer{
  background: linear-gradient(50deg, #fb3c00, #ffb800);
} */
.footer {
  padding-top: 50px;
    background: url('../img/footer-bg.webp') center center no-repeat;
    background-size: cover;
    overflow: hidden;
	 z-index: 2;
    color: white;
}

.footer__widget {
  position: relative;
  margin-bottom: 30px;
}
.footer__widget:after {
  position: absolute;
  right: 25px;
  top: 0;
  width: 1px;
  height: 165px;
  background: rgba(255, 255, 255, 0.1);
  content: "";
}
.footer__widget h6 {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.footer__widget ul li {
  list-style: none;
  font-size: 14px;
  color: #a4a4a4;
  line-height: 36px;
}

.footer__about {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.footer__about:after {
  position: absolute;
  right: -35px;
  top: 0;
  width: 1px;
  height: 165px;
  background: rgba(255, 255, 255, 0.1);
  content: "";
}
.footer__about .footer__logo {
  margin-bottom: 32px;
}
.footer__about .footer__logo a {
  display: inline-block;
}
.footer__about p {
  font-size: 14px;
  color: #a4a4a4;
  line-height: 26px;
  margin-bottom: 25px;
}
.footer__about .footer__social a {
  display: inline-block;
  color: #ffffff;
  background: rgba(225, 225, 225, 0.1);
  height: 45px;
  width: 45px;
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
  margin-right: 6px;
}
.footer__about .footer__social a:last-child {
  margin-right: 0;
}

.footer__newslatter {
  padding-left: 50px;
  margin-bottom: 30px;
}
.footer__newslatter h6 {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.footer__newslatter p {
  font-size: 14px;
  color: #a4a4a4;
  line-height: 26px;
  margin-bottom: 25px;
}
.footer__newslatter form {
  position: relative;
}
.footer__newslatter form input {
  height: 50px;
  width: 100%;
  padding-left: 22px;
  background: rgba(253, 243, 234, 0.2);
  border: none;
  color: #ffffff;
  font-size: 14px;
}
.footer__newslatter form input::-webkit-input-placeholder {
  color: #ffffff;
}
.footer__newslatter form input::-moz-placeholder {
  color: #ffffff;
}
.footer__newslatter form input:-ms-input-placeholder {
  color: #ffffff;
}
.footer__newslatter form input::-ms-input-placeholder {
  color: #ffffff;
}
.footer__newslatter form input::placeholder {
  color: #ffffff;
}
.footer__newslatter form button {
  font-size: 20px;
  color: #f08632;
  background: transparent;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 20px;
}

.copyright {
  /* background: #5B2C06; */
  padding: 18px 0 14px;
  margin-top: 40px;
}

.copyright__text {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #FFF8E7;
    text-shadow: 0 2px 3px rgba(0,0,0,0.45);
}
.copyright__text i {
  color: #f08632;
}
.copyright__text a {
  color: #ffffff;
}

.copyright__widget {
  text-align: right;
}
.copyright__widget ul li {
  list-style: none;
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
.copyright__widget ul li:after {
  position: absolute;
  right: -18px;
  top: 0;
  content: "|";
  color: #888888;
}
.copyright__widget ul li:last-child {
  margin-right: 0;
}
.copyright__widget ul li:last-child:after {
  display: none;
}
.copyright__widget ul li a {
  font-size: 14px;
  color: #888888;
}
.copyright__text a:hover {
    color: #F4C542;
}
.copyright {
    position: relative;
    /* border-top: 1px solid rgba(255, 255, 255, 0.08);  
    background: url('../img/copyright-bg.jpg') center center no-repeat;
    background-size: cover;
    overflow: hidden;
	 z-index: 2; */
    color: white;
}

.copyright::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    pointer-events: none;
}

.copyright > * {
    position: relative;
    z-index: 1;
}
/* End Footer */
.text-200 {
  color:#f60101 !important;
}
/* Social Media Icon */
.social-icons a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    margin-right:8px;
    border-radius:50%;
    background:#ffffff;
    color:#F17228;
    border:2px solid #F17228;
    text-decoration:none;
    transition:all .35s ease;
    font-size:18px;
}

.social-icons a:hover{
    background:linear-gradient(135deg,#ffbe32,#F17228);
    color:#fff;
    border-color:#ffbe32;
    transform:translateY(-4px);
    box-shadow:0 8px 20px rgba(241,114,40,.35);
}

.social-icons a:hover i{
    transform:scale(1.15);
}

.social-icons i{
    transition:transform .35s ease;
}
/* copyright texts */
/* Footer text */
.footer-text p, a{
    color: #ffffff;
    text-shadow: 0 0 5px rgb#120101 (18 1 1), 0 0 10px rgba(255, 255, 255, .5);
    font-weight:400 !important;
    font-size:16px !important;
    transition:.3s ease;
}
.copyright-text{
    /*color: #ffffff;
    text-shadow: 0 0 5px rgb#120101 (18 1 1), 0 0 10px rgba(255, 255, 255, .5);
    font-weight:400;
    font-size:13px !important;
    transition:.3s ease;
    */
     color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;

    text-shadow:
        -1px -1px 0 #000,
         1px -1px 0 #000,
        -1px  1px 0 #000,
         1px  1px 0 #000,
         0 0 5px rgba(0, 0, 0, 0.9) !important;

    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    z-index: 9999 !important;
}
.copyright-texthover a:hover{
    color:#fff !important;
    text-shadow:
        0 0 5px rgba(255,255,255,.8),
        0 0 10px rgba(255,255,255,.5);
}
.mb-50{
  margin-bottom: 50px !important;
}

/*---------------------
  Hero
-----------------------*/
.hero {
  padding-top: 0px;
  padding-bottom: 0px;
}
.hero__item {
  height: 700px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  display: flex;
  align-items: flex-start; /* Move content to the top */
}

.hero__text {
  text-align: center;
  position: relative;
  width: 100%;
  padding-top: 30px;
}

.hero__text:after {
  position: absolute;
  left: 15px;
  top: 15px;
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  content: "";
  opacity: 0.3;
}
.hero__text h2 {
  font-size: 28px;
  color:#f60101;
  line-height: 60px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 18px;
  position: relative;
  top: 10px;
  opacity: 0;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  width: 100%;
}

.hero__text .primary-btn {
  position: relative;
  top: 10px;
  opacity: 0;
  -webkit-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  transition: all, 0.6s;
}

.hero__slider.owl-carousel .owl-item.active .hero__text h2 {
  top: 0;
  opacity: 1;
}
.hero__slider.owl-carousel .owl-item.active .hero__text .primary-btn {
  top: 0;
  opacity: 1;
}
.hero__slider.owl-carousel .owl-nav button {
  height: 50px;
  width: 50px;
  background: rgba(17, 17, 17, 0.5);
  border-radius: 50%;
  color: #ffffff;
  font-size: 26px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -15px;
}
.hero__slider.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 30px;
}
/* hero banner over text */
/*==================================
    HERO SECTION
==================================*/

.hero__item {
    position: relative;
    height: 700px;
    display: flex;
    /* align-items: center; */
    overflow: hidden;
}
/* Dark Overlay */
.hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, .65) 0%,
        rgba(0, 0, 0, .45) 35%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, 0) 100%
    );
    z-index: 1;
}

.hero__overlay {
    pointer-events: none;
}
.hero__item::before{
    pointer-events:none;
}
.hero__item .container {
    position: relative;
    z-index: 2;
}

/*==================================
    HERO TEXT
==================================*/

.hero__text {
    max-width: 560px;
}

.hero__tag {
    display: inline-block;
    color: #FFD54F;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 3px;
    /* text-transform: uppercase; */
    margin-top: 80px;
    margin-bottom: 18px;    
}

.hero__text h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    line-height: 1.15;
    margin-top: 70px;
    text-shadow: 0 5px 18px rgba(0,0,0,.45);
}

.hero__text h2 span {
    color: #FFD54F;
}
.hero__text h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 20px;
    text-shadow: 0 5px 18px rgba(0,0,0,.45);
}

.hero__text h4 span {
    color: #FFD54F;
}
.hero__text p {
    color: #F5F5F5;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 35px;
    text-shadow: 0 2px 8px rgba(0,0,0,.35);
    text-align: center;
}
.hero__text{
    position:relative;
    z-index:100;
}

.hero__text .primary-btn{
    position:relative;
    z-index:101;
}
/* hero banner */
.hero-banner-img1 {
  background-image: url("../img/hero/umrethfpopansorabanner1.webp");
}
.hero-banner-img2 {
  background-image: url("../img/hero/umrethfpopansorabanner1.webp");
}
.hero-banner{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 700px;
    
}
.hero__item {
    display: flex;
    align-items: center;      /* Vertical center */
    justify-content: center;  /* Horizontal center */
    min-height: 767px;        /* Or your banner height */
}

.hero__text {
    text-align: center;
    width: 100%;
}


/* Mobile banner */
@media (max-width:768px){
  .footer {  
    /* background: url('../img/footer-bg.jpg') center center no-repeat;    */
    background-image: url("../img/footer-bg-responsive.webp");
    }

    .hero-banner-img1 {
      background-image: url("../img/hero/umrethfpopansorabanner1.webp");
    }
    .hero-banner-img2 {
      background-image: url("../img/hero/umrethfpopansorabanner1.webp");
    }
    .hero-banner{
        min-height: 500px;
        background-position: center;
    }

    .hero__text{
        text-align:center;
        padding-top:50px;
    }

    .hero__text h2{
        font-size:32px;
    }
}

.txt_primary_color{
      color: #fc3100 !important;
}

/* Start Modal Popup Product Click To View */
.image-wrapper {
    position: relative;
    display: inline-block; /* Makes wrapper only as wide as the image */
}

#modalImage {
    max-width: 100%;
    /* max-height: 75vh; */
    max-height: 100%;
    border-radius: 10px;
    border: solid 5px #fff;
}

.modal-backdrop.show {
    opacity: 0.9 !important; /* 0.5 = default, 0.9 = darker */
    background-color: #2F1A00 !important;
}

/* Transparent modal content */
.modal-content {
    background: transparent;
    border: 0;
    box-shadow: none;
}

/* Center image */
.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    z-index: 1056;
    transition: all 0.3s ease;
}

.close-btn:hover {
    background: rgba(255,255,255,0.3);
    color: #fff;
}

.close-btn {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: #fff;
    color: #000;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 10px rgba(0,0,0,.3);
    transition: 0.3s;
}

.image-wrapper:hover .close-btn {
    background: #FEAE0D;
    color: #fff;
}

.image-wrapper:hover #modalImage {
    border: 5px solid #FEAE0D;
}

/* End Modal Popup Product Click To View */

/* Start Responsive Mobile View */
/* Navbar */

.navbar {
    padding: 10px 0;
    background: #fff !important;
}

/* Logo */

.navbar-brand {
    display: flex;
    align-items: center;
    max-width: 60%;
    white-space: normal;
}

.navbar-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

/* Menu */

.navbar-nav .nav-link {
    font-weight: 600;
    padding: 10px 15px;
    transition: .3s;
}

/* Right Buttons */

.navbar-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.phone-btn {
    white-space: nowrap;
}

.whatsapp-btn {
    width: 45px;
    height: 45px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 22px;
    transition: .3s;
}

.whatsapp-btn:hover {
    background: #128C7E;
    color: #fff;
}

/* Tablet */

@media (max-width:991px) {

    .navbar-brand {
        max-width: calc(100% - 70px);
    }

    .navbar-title {
        font-size: 16px;
    }

    .navbar-collapse {
        padding-top: 20px;
    }

    .navbar-nav {
        text-align: left;
    }

    .navbar-nav .nav-link {
        padding: 10px 0;
    }

    .navbar-buttons {
        /* flex-direction: column; */
        align-items: flex-start;
        margin-top: 20px;
    }

    .phone-btn {
        width: 100%;
        text-align: center;
    }

}

/* Mobile */

@media (max-width:576px) {

    .navbar-brand img {
        width: 42px;
        height: 42px;
    }

    .navbar-title {
        font-size: 14px;
    }

    .whatsapp-btn {
        width: 42px;
        height: 42px;
        font-size: 20px;
    }

}
/* End Responsive Mobile View */
/* Start Vision */
/* ==========================
   Vision Section
========================== */

.vision-section{
    background:#f8f9fa;
}

.vision-card{
    border-radius:20px;
}

.vision-title{
    color:#F17228;
    font-weight:700;
    font-size:40px;
}

.vision-text{
    color:#555;
    font-size:17px;
    line-height:1.9;
    text-align:justify;
}

/* Button */

.vision-btn{
    background:#F17228;
    color:#fff;
    border-radius:50px;
    padding:14px 38px;
    font-weight:600;
    transition:.3s;
}

.vision-btn:hover{
    background:#FFB30E;
    color:#fff;
}

/* ==========================
   Leader Cards
========================== */

.leader-card{

    background:#fff;
    border-radius:18px;
    padding:35px;
    border:2px solid #FFE7B0;
    position:relative;
    overflow:hidden;
    transition:.35s;
    height:100%;

}

.leader-card::before{

    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:8px;

    background:linear-gradient(
        90deg,
        #F17228,
        #FFB30E
    );

}

.leader-card:hover{

    transform:translateY(-8px);

    box-shadow:0 15px 40px rgba(0,0,0,.12);

}

/* Top */

.leader-top{

    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;

}

/* Icon */

.leader-icon{

    width:70px;
    height:70px;

    border-radius:50%;

    background:linear-gradient(
        135deg,
        #F17228,
        #FFB30E
    );

    display:flex;
    justify-content:center;
    align-items:center;

    color:#fff;
    font-size:28px;

}

/* Badge */

.leader-badge{

    background:#FFF4D9;

    color:#F17228;

    font-weight:700;

    padding:8px 18px;

    border-radius:30px;

}

/* Name */

.leader-name{

    font-size:28px;

    color:#F17228;

    font-weight:700;

    margin-bottom:15px;

}

/* Description */

.leader-desc{

    color:#666;

    line-height:1.8;

}

/* ==========================
   Responsive
========================== */

@media(max-width:991px){

    .vision-title{

        font-size:34px;

    }

}

@media(max-width:767px){

    .vision-title{

        font-size:28px;

    }

    .vision-text{

        font-size:16px;

    }

    .leader-card{

        padding:25px;

    }

    .leader-name{

        font-size:24px;

    }

    .leader-icon{

        width:60px;
        height:60px;
        font-size:24px;

    }

}
/* End Vision */
/* Start Hero Banner Over Text */
.hero-banner{
    position:relative;
    height:767px;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
.hero-overlay{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
/*background: linear-gradient(
    to right,
    rgba(255,255,255,0.55) 0%,
    rgba(255,255,255,0.70) 25%,
    rgba(255,255,255,0.40) 40%,
    rgba(255,255,255,0.10) 50%,
    rgba(255,255,255,0) 60%
);
*/
}
.hero-content{
    position:relative;
    z-index:5;
    padding-top: 100px;
}
.hero-badge{
    display:inline-block;
    background:#F17228;
    color:#fff;
    padding:8px 14px;
    border-radius:30px;
    font-weight:600;
    margin-bottom:10px;
    font-size: 14px;
}
.hero-content h1{
    font-size:35px;
    font-weight:800;
    color:#2E7D32;
    line-height:1.1;
    /* margin-bottom:10px; */
}
.hero-content h1 span{
    /* display:block; */
    color:#F17228;
}
.hero-content h3{
    color:#FFB30E;
    font-weight:700;
    /* margin-bottom:20px; */
}
.hero-content p{
    font-size:18px;
    line-height:1.8;
    max-width:515px;
}
.hero-products span{
    display:inline-block;
    margin:6px;
    background:#fff;
    border:2px solid #FFB30E;
    color:#F17228;
    padding:8px 18px;
    border-radius:30px;
    font-weight:600;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
}
.hero-btn{
    background:#F17228;
    border:none;
    color:#fff;
    padding:14px 35px;
    border-radius:40px;
    font-weight:700;
}
.hero-btn:hover{
    background:#FFB30E;
    color:#fff;
}
.hero-btn2{
    padding:14px 35px;
    border-radius:40px;
    margin-left:15px;
    font-weight:700;
    border:2px solid #F17228;
    color:#F17228;
}
.hero-btn2:hover{
    background:#F17228;
    color:#fff;
}
@media(max-width:991px){
    .hero-banner{
        height:650px;
    }
    .hero-content{
        text-align:center;
    }
    .hero-content h1{
        font-size:42px;
    }
    .hero-content p{
        margin:auto;
    }
    .hero-overlay {
        background: linear-gradient(
            to bottom,
            rgba(255,255,255,0.90) 0%,
            rgba(255,255,255,0.75) 25%,
            rgba(255,255,255,0.45) 45%,
            rgba(255,255,255,0.15) 60%,
            rgba(255,255,255,0) 75%
        );
    }
}

@media(max-width:576px){
    .hero-banner{
        height:600px;
    }
    .hero-content h1{
        font-size:30px;
    }
    .hero-content h3{
        font-size:20px;
    }
    .hero-products{
        display:none;
    }
     .hero-details{
        display:none;
    }
    .hero-btn,
    .hero-btn2{
        width:40%;
        margin:8px 0;
    }
    .hero-overlay {
        background: linear-gradient(
            to bottom,
            rgba(255,255,255,0.90) 0%,
            rgba(255,255,255,0.75) 25%,
            rgba(255,255,255,0.45) 45%,
            rgba(255,255,255,0.15) 60%,
            rgba(255,255,255,0) 75%
        );
    }
    .hero-content h3{
    color:#F17228;
}
.h-100 {
    height: auto !important;
}
.mt-8{
    margin-top: auto !important;
}
}
/* End Hero Banner Over Text */
.height-auto{
    height: auto !important;
}