/*
 * Author by FreeHTML5.co
 * Twitter: https://twitter.com/fh5co
 * Facebook: https://fb.com/fh5co
 * URL: https://freehtml5.co
 */
/* Fonts */
@font-face {
  font-family: 'Calisto-MT';
  src: url(../fonts/Calisto-MT.ttf); }

@font-face {
  font-family: 'Calisto-MT-Italic';
  src: url(../fonts/Calisto-MT-Italic.ttf); }

@font-face {
  font-family: 'Calisto-MT-Bold';
  src: url(../fonts/Calisto-MT-Bold.ttf); }

/* Colors */
/* Universal style */
* {
  margin: 0;
  padding: 0;
  font-family: "Calisto-MT"; }

.site-container {
  width: 1115px;
  margin: 0 auto; }
  @media (max-width: 1250px) {
    .site-container {
      width: 90%; } }

.universal-h2 {
  font-size: 48px;
  text-align: center;
  color: #222; }
  @media (max-width: 1250px) {
    .universal-h2 {
      font-size: 38px; } }
  @media (max-width: 668px) {
    .universal-h2 {
      font-size: 30px; } }

.universal-h2-bckg {
  background-image: url("../images/double-line.svg");
  background-repeat: no-repeat;
  background-position: center bottom; }

/* Universal style end */
/* Includes */
.site-navigation {
  position: absolute;
  top: 4.6%;
  width: 100%;
  z-index: 2; }

.site-navigation-inner {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.main-navigation {
  color: #fff;
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  opacity: 0.9; }
  .main-navigation .main-navigation__ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 3%;
    border: 2px solid #fff;
    border-radius: 7px;
    background-color: #c18f59; }
    .main-navigation .main-navigation__ul li {
      margin-bottom: 20px;
      list-style: none; }
    .main-navigation .main-navigation__ul a {
      color: #fff;
      font-size: 20px;
      font-weight: 600;
      text-decoration: none;
      text-transform: uppercase;
      transition: 0.3s ease; }
      .main-navigation .main-navigation__ul a:hover {
        color: #777; }
  @media (max-width: 1150px) {
    .main-navigation {
      opacity: 0.94; } }

/* Navigation burger */
.burger-container {
  cursor: pointer;
  z-index: 3; }

.bar1, .bar2, .bar3 {
  width: 30px;
  height: 3px;
  background-color: #c18f59;
  margin: 6px 0;
  transition: 0.4s; }

.change .bar1 {
  transform: rotate(-45deg) translate(-6px, 6px);
  background-color: #c18f59; }

.change .bar2 {
  opacity: 0;
  background-color: #c18f59; }

.change .bar3 {
  transform: rotate(45deg) translate(-6px, -7px);
  background-color: #c18f59; }

.stop-scroll {
  overflow: hidden; }

/* Navigation burger end */
.fh5co-top-banner {
  position: relative;
  display: flex;
  align-items: flex-end;
  background-image: url("../images/bbc1.png");
  background-position: center;
  background-size:cover; 
  background-repeat:no-repeat;
}
  .fh5co-top-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f7f4f4;
    opacity: 0.3; }
  .fh5co-top-banner .site-container {
    position: relative;
    z-index: 1; }
    
  @media (max-width: 1600px) {
    .fh5co-top-banner {
      padding-top: 180px; } }
  @media (max-width: 1250px) {
    .fh5co-top-banner {
      padding-top: 130px; } }
  @media (max-width: 520px) {
    .fh5co-top-banner {
      padding-top: 105px; } }
  @media (min-width: 1600px) {
    .fh5co-top-banner {
      min-height: 100vh; } }

.top-banner__inner {
  display: flex;
  align-items: center; }
  .top-banner__inner .top-banner__text {
    margin-left: 54px; }
    @media (max-width: 1250px) {
      .top-banner__inner .top-banner__text {
        width: 35%; } }
    @media (max-width: 768px) {
      .top-banner__inner .top-banner__text {
        width: 50%;
        margin-left: 20px; } }
    @media (max-width: 520px) {
      .top-banner__inner .top-banner__text {
        width: 65%;
        margin-bottom: 20px;
        margin-left: 0; } }
    .top-banner__inner .top-banner__text p {
      margin-bottom: 42px;
      color: #fbf8f8; }
      @media (max-width: 768px) {
        .top-banner__inner .top-banner__text p {
          margin-bottom: 25px;
          font-size: 14px; } }
  .top-banner__inner .top-banner__h2 {
    font-size: 74px;
    letter-spacing: 3px;
    color: #01257D;
    font-family: "Calisto-MT-Bold"; }
    @media (max-width: 1250px) {
      .top-banner__inner .top-banner__h2 {
        font-size: 50px; } }
    @media (max-width: 768px) {
      .top-banner__inner .top-banner__h2 {
        font-size: 35px; } }
  .top-banner__inner .top-banner__text-up .top-banner__h2 {
    margin-top: 15px; }
    @media (max-width: 768px) {
      .top-banner__inner .top-banner__text-up .top-banner__h2 {
        margin-top: 0; } }
  .top-banner__inner .top-banner__text-down {
    margin-bottom: 20px;
    padding-left: 27%; }
    .top-banner__inner .top-banner__text-down .top-banner__h2 {
      margin-bottom: 10px; }
      @media (max-width: 768px) {
        .top-banner__inner .top-banner__text-down .top-banner__h2 {
          margin-bottom: 0; } }
  .top-banner__inner .top-banner__image {
    font-size: 0; }
    @media (max-width: 1250px) {
      .top-banner__inner .top-banner__image {
        width: 50%; }
        .top-banner__inner .top-banner__image img {
          width: 100%; } }
    @media (max-width: 520px) {
      .top-banner__inner .top-banner__image {
        width: 65%;
        margin-bottom: 20px; } }
  @media (max-width: 520px) {
    .top-banner__inner {
      flex-direction: column; } }

.brand-span {
  font-size: 18px;
  color:#01257D; 
font-weight:900 ;
}

 .headingptag{
  /* font-size: 1px; */
  font-family: 'Roboto';font-size: 18px;
  font-weight: 900;
  }
  .author-img{
    width: 450px;              /* base size */
    height: 450px;
    border-radius: 9999px;    /* round avatar */
    object-fit: cover;        /* crop to fill */
    display: block;
    border: 2px solid #fff;   /* subtle ring */
    box-shadow: 0 6px 16px rgba(0,0,0,.12);
  }

.brand-button {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  color:#01257D;
  border: 1px solid blue;
  transition: 0.3s ease; }
  .brand-button:hover, .brand-button:focus {
    color: #777; }

.fh5co-about-me {
  position: relative;
  margin: 193px 0 199px; }
  @media (max-width: 1250px) {
    .fh5co-about-me {
      margin: 150px 0; } }
  @media (max-width: 992px) {
    .fh5co-about-me {
      margin: 125px 0; } }

.about-me-bckg {
  position: absolute;
  background-image: url("../images/paper-style-isolation-still-life-arrangement.jpg");
  background-position: center;
  background-size: cover;
  height: 50px;
  top: -75px;
  right: 0;
  height: calc(100% + 150px);
  width: 70%;
  z-index: -1; }
  .about-me-bckg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fdf9f9;
    opacity: 0.5; }
  @media (max-width: 992px) {
    .about-me-bckg {
      width: 100%;
      padding-bottom: 15px; } }

.about-me-inner {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 992px) {
    .about-me-inner {
      flex-direction: column;
      align-items: center; } }

.about-me-slider {
  position: relative; }
  .about-me-slider .slick-arrow {
    position: absolute;
    bottom: -18%; }
  .about-me-slider .slick-prev {
    left: 40%; }
    @media (max-width: 520px) {
      .about-me-slider .slick-prev {
        left: 34%; } }
  .about-me-slider .slick-next {
    right: 40%; }
    @media (max-width: 520px) {
      .about-me-slider .slick-next {
        right: 34%; } }

.span-arrow {
  padding: 10px 15px;
  cursor: pointer;
  color: #ec810f;
  border: 1px solid #c18f59;
  border-radius: 50%;
  transition: 0.3s ease; }
  .span-arrow:hover {
    color: #fff;
    border-color: #fff; }

.portfolio-wrapper {
  width: 390px;
  padding: 8px;
  text-align: center;
  background-color: #fff; }
  .portfolio-wrapper .portfolio__img {
    font-size: 0; }
    .portfolio-wrapper .portfolio__img img {
      width: 100%; }
  .portfolio-wrapper .portfolio__bottom {
    padding: 35px 0 95px;
    background-color: #f5f5f5; }
    @media (max-width: 992px) {
      .portfolio-wrapper .portfolio__bottom {
        padding: 25px 0; } }
  .portfolio-wrapper .portfolio__name {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 23px; }
    @media (max-width: 992px) {
      .portfolio-wrapper .portfolio__name {
        margin-bottom: 10px; } }
    .portfolio-wrapper .portfolio__name span {
      font-size: 80px;
      line-height: 75px;
      color: #c18f59;
      font-family: "Calisto-MT-Bold"; }
      @media (max-width: 992px) {
        .portfolio-wrapper .portfolio__name span {
          font-size: 65px;
          line-height: 62px; } }
  .portfolio-wrapper p {
    padding: 0 10%;
    line-height: 25px;
    font-style: italic;
    color: #777; }
    @media (max-width: 620px) {
      .portfolio-wrapper p {
        font-size: 15px;
        line-height: 20px; } }
  @media (max-width: 992px) {
    .portfolio-wrapper {
      margin-bottom: 20px; } }
  @media (max-width: 620px) {
    .portfolio-wrapper {
      width: 250px; } }

.about-me__text {
  width: 44%;
  margin-right: 80px;
  text-align: center; }
  .about-me__text .universal-h2 {
    color: #c18f59;
    padding-bottom: 20px;
    margin-bottom: 25px; }
  .about-me__text p {
    margin-bottom: 35px;
    line-height: 24px;
    color:#01257D; }
    .about-me__text p span {
      font-size: 48px;
      color:#01257D }
    @media (max-width: 620px) {
      .about-me__text p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 19px; } }
  .about-me__text h4 {
    margin-bottom: 7px;
    font-size: 25px;
    color: #c18f59; }
  .about-me__text .p-white {
    margin-bottom: 0;
    color: #fff; }
  @media (max-width: 1250px) {
    .about-me__text {
      width: 48%;
      margin-right: 40px; } }
  @media (max-width: 992px) {
    .about-me__text {
      width: 100%;
      margin-right: 0; } }

.slick-slide:focus {
  outline: none; }

.fh5co-books {
  margin-bottom: 122px; }
  .fh5co-books .universal-h2 {
    margin-bottom: 50px;
    padding-bottom: 20px; }
  .fh5co-books .books-brand-button {
    text-align: center; }
    .fh5co-books .books-brand-button .brand-button {
      font-size: 16px;
      text-transform: none;
      border-color: #c18f59;
    border-radius: 20px; }
      .fh5co-books .books-brand-button .brand-button:hover {
        background-color: #cdd018;
        border-color: #777; }
  @media (max-width: 1250px) {
    .fh5co-books {
      margin-bottom: 60px; } }

.books {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 70px; }
  @media (max-width: 559px) {
    .books {
      justify-content: space-around; } }

.single-book {
  margin-bottom: 20px;
  text-align: center; }
  .single-book .single-book__img {
    position: relative;
    display: block;
    font-size: 0; }
    .single-book .single-book__img .single-book_download {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      transition: 0.3s ease; }
      .single-book .single-book__img .single-book_download img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 1; }
    .single-book .single-book__img:hover .single-book_download {
      visibility: visible;
      opacity: 0.7; }
  .single-book .single-book__title {
    margin: 19px 0 18px;
    font-size: 18px; }
  .single-book .single-book__price {
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    color: #c18f59; }
  @media (max-width: 1250px) {
    .single-book {
      margin-right: 10px; }
      .single-book:last-child {
        margin-right: 0; } }

.rating {
  margin-top: 8px;
  unicode-bidi: bidi-override;
  direction: rtl; }
  .rating span {
    font-size: 23px;
    color: #ffd200;
    cursor: pointer; }
  .rating > span:hover:before, .rating > span:hover ~ span:before {
    content: "\2605";
    position: absolute; }

.fh5co-counter {
  position: relative;
  margin-bottom: 122px;
  padding: 100px 0;
  background-image: url("../images/book-bckg.jpg");
  background-size: cover;
  background-position: center; }
  .fh5co-counter::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #c18f59;
    opacity: 0.9; }
  .fh5co-counter .site-container {
    position: relative;
    z-index: 1; }
  @media (max-width: 850px) {
    .fh5co-counter {
      padding: 50px 0 20px;
      margin-bottom: 50px; } }

.counter-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.single-count {
  width: 23%;
  text-align: center;
  color: #fff; }
  .single-count span {
    display: block;
    margin-bottom: 25px;
    font-size: 40px;
    font-weight: 900; }
  .single-count p {
    font-size: 20px;
    text-transform: uppercase; }
  @media (max-width: 850px) {
    .single-count {
      width: 48%;
      margin-bottom: 30px; }
      .single-count .count {
        font-size: 35px;
        margin-bottom: 15px; } }
  @media (max-width: 500px) {
    .single-count {
      width: 100%;
      padding-bottom: 10px;
      border-bottom: 1px solid #fff; } }

.single-count__text {
  display: flex;
  justify-content: center; }
  .single-count__text img {
    margin-right: 20px; }

.fh5co-blog {
  margin-bottom: 175px; }
  .fh5co-blog .universal-h2 {
    margin-bottom: 55px;
    padding-bottom: 20px; }
  @media (max-width: 620px) {
    .fh5co-blog {
      margin-bottom: 105px; } }

.blog-inner {
  display: flex;
  justify-content: space-between; }

.blog-slider .slick-slide {
  margin: 0 15px; }

.blog-slider .slick-list {
  margin: 0 -15px; }

.single-blog {
  display: flex !important; }
  .single-blog .single-blog__img {
    width: 50%;
    font-size: 0; }
  .single-blog .single-blog__text {
    width: 50%;
    padding: 7%;
    border: 3px solid #f5f5f5;
    border-left: 0; }
    .single-blog .single-blog__text h4 {
      margin-bottom: 5px;
      font-size: 24px;
      line-height: 33px; }
    .single-blog .single-blog__text span {
      display: block;
      margin-bottom: 15px;
      font-size: 14px;
      color: #c18f59;
      font-family: "Calisto-MT-Bold"; }
    .single-blog .single-blog__text p {
      color: #777;
      line-height: 21px; }
    @media (max-width: 992px) {
      .single-blog .single-blog__text {
        padding: 5%; }
        .single-blog .single-blog__text h4 {
          margin-bottom: 3px;
          font-size: 20px;
          line-height: 24px; }
        .single-blog .single-blog__text p {
          font-size: 14px;
          line-height: 19px; } }
    @media (max-width: 420px) {
      .single-blog .single-blog__text {
        padding: 3%; }
        .single-blog .single-blog__text h4 {
          font-size: 16px; }
        .single-blog .single-blog__text span {
          margin-bottom: 7px;
          font-size: 12px; }
        .single-blog .single-blog__text p {
          font-size: 13px;
          line-height: 16px; } }
  .single-blog:nth-child(even) h4 {
    color: #c18f59; }
  @media (max-width: 1250px) {
    .single-blog .single-blog__img img {
      width: 100%;
      height: 100%; } }

.blog-slider {
  position: relative; }
  .blog-slider .slick-arrow {
    position: absolute;
    bottom: -22%; }
  .blog-slider .slick-prev {
    left: 45.5%; }
    @media (max-width: 1250px) {
      .blog-slider .slick-prev {
        left: 40%; } }
    @media (max-width: 520px) {
      .blog-slider .slick-prev {
        left: 35%; } }
  .blog-slider .slick-next {
    right: 45.5%; }
    @media (max-width: 1250px) {
      .blog-slider .slick-next {
        right: 40%; } }
    @media (max-width: 520px) {
      .blog-slider .slick-next {
        right: 35%; } }
  .blog-slider .span-arrow:hover {
    color: #777;
    border-color: #777; }

.fh5co-quotes {
  position: relative;
  padding: 135px 0 172px;
  text-align: center;
  /* background-image: url("../images/bck.jpg"); */
  background-position: center;
  
  background-size: cover; }
  .fh5co-quotes::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f7f1f1;
    opacity: 0.7; }
  .fh5co-quotes .site-container {
    position: relative;
    z-index: 1; }
  .fh5co-quotes .universal-h2 {
    padding-bottom: 20px;
    margin-bottom: 30px;
    color: #01257D !important; }
  .fh5co-quotes p {
    width: 43%;
    margin: 0 auto 45px;
    color: #01257D;
    line-height: 24px; }
    @media (max-width: 620px) {
      .fh5co-quotes p {
        font-size: 14px;
        line-height: 19px; } }
  .fh5co-quotes img {
    margin: 0 auto 5px; }
  .fh5co-quotes h4 {
    margin-bottom: 5px;
    font-size: 25px;
    color:#01257D; }
  .fh5co-quotes .slick-arrow {
    bottom: -8%; }
  .fh5co-quotes .slick-prev {
    left: 45.5%; }
    @media (max-width: 1150px) {
      .fh5co-quotes .slick-prev {
        left: 34%; } }
  .fh5co-quotes .slick-next {
    right: 45.5%; }
    @media (max-width: 1150px) {
      .fh5co-quotes .slick-next {
        right: 34%; } }
  @media (max-width: 1150px) {
    .fh5co-quotes {
      padding: 75px 0 95px; }
      .fh5co-quotes p {
        width: 90%; } }

.fh5co-social {
  position: relative;
  padding: 63px 0;
  background-image: url("../images/social-bckg.jpg");
  background-size: cover;
  background-position: center; }
  .fh5co-social::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #c18f59;
    opacity: 0.9; }
  .fh5co-social .site-container {
    position: relative;
    z-index: 1; }
  @media (max-width: 620px) {
    .fh5co-social {
      padding: 40px 0; } }

.social {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .social h5 {
    font-size: 24px;
    color: #fff; }
  @media (max-width: 620px) {
    .social {
      flex-direction: column; } }

.social-icons a {
  position: relative;
  border: 1px solid white;
  border-radius: 50%;
  padding: 13px 23px;
  margin-right: 10px;
  transition: 0.3s ease; }
  .social-icons a:hover {
    background-color: #777;
    border-color: transparent; }

.social-icons img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

@media (max-width: 620px) {
  .social-icons {
    margin: 35px 0; } }

.site-footer {
  padding-top: 120px;
  background-color: #01257D }
  @media (max-width: 1250px) {
    .site-footer {
      padding-top: 60px; } }

.footer-inner {
  display: flex;
  justify-content: space-between;
  padding-bottom: 95px; }
  .footer-inner h5 {
    margin-bottom: 30px;
    font-size: 20px;
    letter-spacing: 2px;
    color: #fff; }
  @media (max-width: 1250px) {
    .footer-inner {
      padding-bottom: 50px;
      flex-direction: column;
      align-items: center; } }

.footer-info {
  width: 50%;
  display: flex; }
  .footer-info .footer-info__left {
    margin-right: 45px; }
    .footer-info .footer-info__left img {
      margin-bottom: 10px; }
    .footer-info .footer-info__left p {
      color: #c18f59; }
    @media (max-width: 620px) {
      .footer-info .footer-info__left {
        margin-right: 0;
        margin-bottom: 20px; } }
  .footer-info .footer-info__right p {
    margin-bottom: 15px;
    color: #aaa; }
  .footer-info .footer-info__right .footer-phone {
    font-size: 14px; }
  .footer-info .footer-info__right .social-icons {
    margin-top: 27px; }
    .footer-info .footer-info__right .social-icons a {
      padding: 9px 19px; }
      .footer-info .footer-info__right h5{
        padding: 9px 19px;
      text-align: center;
      }
  @media (max-width: 1250px) {
    .footer-info {
      width: 100%;
      margin-bottom: 20px; } }
  @media (max-width: 620px) {
    .footer-info {
      flex-direction: column;
      align-items: center; } }

.footer-contact-form {
  text-align: center;
  width: 50%; }
  .footer-contact-form .contact-form__input {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px; }
    .footer-contact-form .contact-form__input input {
      width: 40%;
      padding: 20px;
      border: 1px solid #404040;
      background-color: #282828;
      color: #c18f59; }
      .footer-contact-form .contact-form__input input::placeholder {
        color: #aaa; }
      @media (max-width: 1250px) {
        .footer-contact-form .contact-form__input input {
          width: 45%; } }
      @media (max-width: 520px) {
        .footer-contact-form .contact-form__input input {
          width: 100%; } }
  .footer-contact-form textarea {
    box-sizing: border-box;
    height: 90px;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #404040;
    background-color: #282828;
    resize: none;
    color: #c18f59; }
  .footer-contact-form .submit-button {
    padding: 19px 50px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    background-color: #c18f59;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s ease; }
    .footer-contact-form .submit-button:hover {
      background-color: #777; }
  @media (max-width: 1250px) {
    .footer-contact-form {
      width: 100%; } }

.footer-bottom {
  padding: 25px 0;
  background-color: #2d2d2d; }

.footer-bottom-inner {
  display: flex;
  justify-content: space-between; }
  .footer-bottom-inner p {
    color: #777; }
  .footer-bottom-inner a {
    color: #c18f59;
    text-decoration: none;
    transition: 0.3s ease; }
    .footer-bottom-inner a:hover {
      color: #777; }
  .footer-bottom-inner .footer-bottom__img img {
    margin-right: 25px; }
    .footer-bottom-inner .footer-bottom__img img:last-child {
      margin-right: 0; }
  @media (max-width: 992px) {
    .footer-bottom-inner {
      flex-direction: column;
      align-items: center; }
      .footer-bottom-inner p {
        font-size: 14px;
        margin-bottom: 20px; } }

        .card {
          border: none;
          border-radius: 10px;
          overflow: hidden;
          transition: transform 0.3s ease-in-out;
      }
      
      .card:hover {
          transform: translateY(-10px);
      }
      
      .card-title {
          font-size: 1.25rem;
          font-weight: bold;
          color: #007bff;
      }
      
      .card-text {
          color: #6c757d;
          font-size: 1rem;
          font-weight: bold;
      }
      
      .card-footer {
          background-color: #fff;
          border-top: none;
      }
      
      .btn-primary {
          background-color: #3e4145;
          border: none;
          font-size: 1rem;
          padding: 10px;
          transition: background-color 0.3s ease-in-out;
      }
      
      .btn-primary:hover {
          background-color: #0056b3;
      }
      
      .card {
        border: none;
        border-radius: 10px;
        overflow: hidden;
        transition: transform 0.3s ease-in-out;
        /* background-color: #28a745; */
        border-radius: 50px;
    }
    
    .card:hover {
        transform: translateY(-10px);
        background-color: #341f1f;
    }
    
    .card-title {
        font-size: 1.25rem;
        font-weight: bold;
        color: #007bff;
    }
    
    .card-text {
        color: #6c757d;
        font-size: 1rem;
    }
    
    .card-footer {
        background-color: #302d2d;
        border-top: none;

    }
    
    .btn-primary {
        background-color: #007bff;
        border: none;
        font-size: 1rem;
        padding: 10px;
        transition: background-color 0.3s ease-in-out;
    }
    
    .btn-primary:hover {
        background-color: #0056b3;
    }
    
    /* Unique styles for each service card */
    .service-card-1 .card-title {
        color: #007bff; /* Change this color as needed */
    }
    
    .service-card-2 .card-title {
        color: #28a745; /* Change this color as needed */
    }
    
    .service-card-3 .card-title {
        color: #dc3545; /* Change this color as needed */
    }
    
    .service-card-4 .card-title {
        color: #ffc107; /* Change this color as needed */
    }
    .whatsapp-float {
      position: fixed;
      width: 60px;
      height: 60px;
      bottom: 40px;
      right: 40px;
      background-color: #25d366;
      color: #FFF;
      border-radius: 50px;
      text-align: center;
      font-size: 30px;
      box-shadow: 2px 2px 3px #999;
      z-index: 1000;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  .whatsapp-icon {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  
  .whatsapp-float:hover {
      background-color: #558543;
  }
  .responsive-logo {
    width: 140px;
    height: 100px;
    object-fit: cover; /* Ensures the image covers the container without stretching */
}

/* Mobile view adjustments */
@media (max-width: 768px) {
    .responsive-logo {
        width: 120px; /* Adjust width for mobile view */
        height: 80px; /* Adjust height for mobile view */
    }
}
    /* Example of adding background images or other unique styles */
    .license-container {
      display: inline-block;
      padding: 20px;
      border-radius: 10px;
      background-color: #f0f8ff; /* Light background color */
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
      text-align: center;
      max-width: 100%; /* Adjust width as needed */
  }
  
  .license-header {
      font-size: 1.5em;
      margin-bottom: 10px;
      color: #000000; /* Darker text color for the header */
  }
  
  .license-list {
      font-size: 1.2em;
      line-height: 1.6;
      letter-spacing: 0.1em;
      color: #090a0b; /* Darker text color for the list */
      background-color: #dfe6e9; /* Subtle background for the text */
      padding: 10px;
      border-radius: 5px;
  }
  
  @media (max-width: 768px) {
      .license-container {
          max-width: 100%;
      }
      .license-list {
          font-size: 1em;
      }
  }
  /* Initially hide the additional cards */
.secondCard {
 justify-content: center;
}
.transparent-button {
  font-size: larger; 
  font-weight: 900;
  background-color: transparent;
  border: 2px solid #000; /* Customize the border color */
  color: #aa9d7f; /* Text color */
  padding: 10px 20px; /* Padding for the button */
  cursor: pointer;
  display: inline-block;
  margin-top: 50px; 
  text-transform: uppercase; /* Text style */
  transition: all 0.3s ease;
}

.transparent-button:hover {
  background-color: #e8d123; /* Change background on hover */
  color: #fff; /* Change text color on hover */
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.modal-content {
background-color: #fff;
padding: 20px; /* Reduced padding */
border-radius: 10px;
width: 80%; /* Reduced width */
max-width: 350px; /* Reduced maximum width */
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
position: relative;
text-align: center;
margin: 15% auto;
}

h2 {
font-size: 1.5rem; /* Reduced font size */
margin-bottom: 15px; /* Reduced margin */
color: #333;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.5rem;
  cursor: pointer;
  color: #aaa;
  transition: color 0.3s ease;
}

.close:hover {
  color: #333;
}

.form-group {
margin-bottom: 10px; /* Reduced spacing between form fields */
}

.submit-btn {
padding: 8px 15px; /* Reduced padding */
font-size: 0.875rem; /* Reduced font size *.transparent-button {
/
width: 100%;
}

.form-group label {
  font-size: 1rem;
  color: #333;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.form-group label i {
  margin-right: 10px;
  color: #007bff;
}

.form-group input {
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}



.submit-btn:hover {
  background-color: #0056b3;
}

@media (max-width: 480px) {
.modal-content {
    padding: 15px; /* Further reduce padding on mobile */
    width: 90%; /* Make modal a bit wider on mobile */
    max-width: 300px; /* Adjust max width for small screens */
}

h2 {
    font-size: 1.0rem; /* Further reduce font size */
}

.form-group label {
    font-size: 0.75rem; /* Further reduce font size */
}

.form-group input {
    padding: 6px; /* Further reduce padding */
    font-size: 0.50rem; /* Further reduce font size */
}

.submit-btn {
    padding: 6px 10px; /* Further reduce padding */
    font-size: 0.75rem; /* Further reduce font size */
}
}
@media (max-width: 480px) {
.appointment-popup {
    width: 100%;
    padding: 10px;
}

.open-popup-btn {
    font-size: 12px;
    padding: 10px 20px;
}

.close-btn {
    font-size: 18px;
}

h2 {
    font-size: 18px;
}

.form-control {
    padding: 8px;
    font-size: 12px;
}

.submit-btn {
    padding: 10px;
    font-size: 14px;
}
}
.container {
max-width: 1200px;
width: 100%;
padding: 20px;
text-align: center;
}

.main-heading {
font-size: 2.5rem;
color: #007bff;
margin-bottom: 40px;
font-weight: bold;
position: relative;
display: inline-block;
}

.main-heading::before, .main-heading::after {
content: '';
width: 50px;
height: 3px;
background-color: #007bff;
position: absolute;
top: 50%;
transform: translateY(-50%);
}

.main-heading::before {
left: -60px;
}

.main-heading::after {
right: -60px;
}

.process-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
padding: 0;
}

.process-step {
background-color: #fff;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
padding: 20px;
text-align: center;
transition: transform 0.3s ease-in-out;
}

.process-step:hover {
transform: translateY(-10px);
}

.process-step i {
font-size: 2.5rem;
color: #007bff;
margin-bottom: 15px;
}

.process-step h3 {
font-size: 1.5rem;
color: #333;
margin-bottom: 10px;
}

.process-step p {
font-size: 1rem;
color: #666;
line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 768px) {
.main-heading {
    font-size: 2rem;
}

.main-heading::before, .main-heading::after {
    width: 30px;
}

.process-container {
    grid-template-columns: 1fr;
}

.process-step {
    padding: 15px;
}

.process-step h3 {
    font-size: 1.25rem;
}

.process-step p {
    font-size: 0.875rem;
}
}

@media (max-width: 480px) {
.main-heading {
    font-size: 1.75rem;
}

.main-heading::before, .main-heading::after {
    display: none;
}
}

.container {
max-width: 1200px;
width: 100%;
padding: 20px;
text-align: center;
}

.main-heading {
font-size: 2.5rem;
color: #007bff;
margin-bottom: 40px;
font-weight: bold;
position: relative;
display: inline-block;
}

.main-heading::before, .main-heading::after {
content: '';
width: 50px;
height: 3px;
background-color: #007bff;
position: absolute;
top: 50%;
transform: translateY(-50%);
}

.main-heading::before {
left: -60px;
}

.main-heading::after {
right: -60px;
}

.awards-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
padding: 0;
}

.award-card {
background-color: #fff;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
padding: 20px;
text-align: center;
transition: transform 0.3s ease-in-out;
}

.award-card:hover {
transform: translateY(-10px);
}

.award-image {
max-width: 100%;
height: 300px;
border-radius: 10px;
margin-bottom: 15px;
}

.award-card i {
font-size: 2.5rem;
color: #f39c12;
margin-bottom: 15px;
}

.award-card h3 {
font-size: 1.5rem;
color: #333;
margin-bottom: 10px;
}

.award-card p {
font-size: 1rem;
color: #666;
line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 768px) {
.main-heading {
    font-size: 2rem;
}

.main-heading::before, .main-heading::after {
    width: 30px;
}

.awards-container {
    grid-template-columns: 1fr;
}

.award-card {
    padding: 15px;
}

.award-card h3 {
    font-size: 1.25rem;
}

.award-card p {
    font-size: 0.875rem;
}
}

@media (max-width: 480px) {
.main-heading {
    font-size: 1.75rem;
}

.main-heading::before, .main-heading::after {
    display: none;
}
}

.faq-section {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  /* max-width: 800px; */
  margin: auto;
}

.faq-title {
  font-size: 2rem;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  background-color: transparent;
  border: none;
  font-size: 1.25rem;
  color: #007bff;
  text-align: left;
  width: 100%;
  padding: 0;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question:hover {
  color: #0056b3;
}

.faq-icon {
  font-size: 1.5rem;
  font-weight: bold;
}

.faq-answer {
  display: none;
  margin-top: 10px;
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

@media (max-width: 600px) {
  .faq-title {
      font-size: 1.5rem;
  }

  .faq-question {
      font-size: 1rem;
  }

  .faq-icon {
      font-size: 1.25rem;
  }

  .faq-answer {
      font-size: 0.875rem;
  }
}
.career-section-unique {
  padding: 30px 20px;  /* Reduce padding for a smaller height */
  background-color: #ffffff; /* Change background to white */
}

.career-container-unique {
  max-width: 1100px; /* Slightly smaller container */
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 25px; /* Reduce padding */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08); /* Slightly lighter shadow */
}

/* Headings and Text */
.career-container-unique h1 {
  font-size: 2rem; /* Reduce font size */
  color: #2a4365;
  font-weight: 600;
  margin-bottom: 10px;
}

.career-container-unique p {
  font-size: 1rem; /* Reduce font size */
  color: #4a5568;
  margin-bottom: 20px;
}

/* Contact Form Styles */
.contact-form-unique {
  text-align: left;
}

.contact-form-unique h2 {
  font-size: 1.5rem; /* Reduce font size */
  color: #2a4365;
  margin-bottom: 15px;
  font-weight: 500;
}

.form-group-unique {
  margin-bottom: 15px; /* Reduce spacing between fields */
}

.form-group-unique label {
  font-size: 0.9rem; /* Reduce label font size */
  color: #2d3748;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}

.form-group-unique input,
.form-group-unique textarea {
  width: 100%;
  padding: 8px;  /* Reduce padding inside fields */
  border: 1px solid #cbd5e0;
  border-radius: 5px;
  font-size: 0.9rem; /* Smaller text inside fields */
  color: #2d3748;
  background-color: #f7fafc;
  transition: border-color 0.3s;
}

.form-group-unique input:focus,
.form-group-unique textarea:focus {
  outline: none;
  border-color: #2a4365;
}

/* Button Styling */
.submit-btn-unique {
  padding: 10px 25px;  /* Smaller button */
  background-color: #2a4365;
  color: white;
  border: none;
  font-size: 1rem; /* Reduce button font size */
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 10px;
}

.submit-btn-unique:hover {
  background-color: #1a365d;
}

/* Responsive Design */
@media (max-width: 768px) {
  .career-container-unique h1 {
    font-size: 1.8rem; /* Further reduce font size for smaller screens */
  }

  .career-container-unique p {
    font-size: 0.95rem;
  }

  .contact-form-unique h2 {
    font-size: 1.4rem;
  }
}

.disclaimer-section {
  background-color: #f1f1f1;
  padding: 20px;
  text-align: center;
}

.disclaimer-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.disclaimer-section p {
  font-size: 14px;
  color: #777;
}

.disclaimer-section small {
  font-size: 12px;
  color: #777;
}
.connect-button {
  display: inline-flex;
  align-items: center;
  background-color: #3498db;
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}

.connect-button i {
  margin-right: 8px;
  font-size: 18px;
}

.connect-button:hover {
  background-color: #2980b9;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.connect-button:active {
  background-color: #1c598a;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.responsive-margin {
  color: rgb(61, 37, 37);
  display: inline-block;
  text-decoration: none;
  margin-left: 50%;
}
.responsive-margin1 {
  color:  #1e3a8a;
  display: inline-block;
  text-decoration: none;
 
}

.divider {
  color: grey;
  display: inline-block;
  margin: 0 5px;
}

.responsive-link {
  color:  rgb(61, 37, 37);
  display: inline-block;
  text-decoration: none;
}

@media only screen and (max-width: 1200px) {
  /* For laptops and larger tablets */
  .responsive-margin {
      margin-left: 40%;
  }
}

@media only screen and (max-width: 768px) {
  /* For tablets and smaller devices */
  .responsive-margin {
      margin-left:  0%;
  }
}

@media only screen and (max-width: 480px) {
  /* For mobile devices */
  .responsive-margin {
      margin-left: 0%;
  }
}
.responsive-img {
  max-width: 100%;
  height: auto;
}

/* Adjustments for different screen sizes */
@media (max-width: 768px) {
  .responsive-img {
      max-width: 100%;
      height: auto;
  }
}

@media (max-width: 480px) {
  .responsive-img {
      max-width: 100%;
      height: auto;
  }
}
.insurance-section-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: bold;
  color: #1e3a8a;
}

.insurance-grid {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.insurance-card {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.insurance-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.15);
}

.insurance-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #2a4d8f;
}

.insurance-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}
.footer-bottom {
  background: #f8f8f8; /* match your theme */
  padding: 10px 0;
  font-size: 13px;
  color: #444;
  text-align: center;
}

.footer-bottom-inner p {
  margin: 4px 0;
  line-height: 1.4;
}

.privacy-text {
  font-size: 11px;
  color: #666;
  max-width: 800px;
  margin: 6px auto 0;
  line-height: 1.5;
}
.sms-disclaimer {
  font-size: 12px;
  color: #555;
  margin-top: 8px;
  line-height: 1.4;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.sms-disclaimer a {
  color: #0073e6;
  text-decoration: underline;
}
/* Intro Section */
.fh5co-intro {
  padding: 80px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.intro-inner {
  position: relative;
  z-index: 2;
}

.intro-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}

.intro-content h2 {
  font-size: 2.5rem;
  color: #00257A;
  margin-bottom: 25px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}

.intro-content h2:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #00257A;
}

.intro-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 30px;
}

.intro-features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}

.feature {
  flex: 1;
  min-width: 200px;
  background: white;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.feature i {
  font-size: 2.5rem;
  color: #00257A;
  margin-bottom: 15px;
  display: block;
}

.feature span {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
}

/* Responsive Design */
@media (max-width: 768px) {
  .fh5co-intro {
      padding: 60px 0;
  }
  
  .intro-content h2 {
      font-size: 2rem;
  }
  
  .intro-text p {
      font-size: 1rem;
  }
  
  .feature {
      min-width: 100%;
      margin-bottom: 20px;
  }
}
.insurance-section-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 32px;
  color: #00257A;
  position: relative;
  padding-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.insurance-section-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #00257A;
}

.insurance-section-subtitle {
  text-align: center;
  color: #555;
  font-size: 18px;
  max-width: 800px;
  margin: -30px auto 60px;
  line-height: 1.6;
  font-weight: 400;
}
.insurance-cta {
  text-align: center;
  margin: 50px 0;
}

.insurance-cta .brand-button {
  padding: 12px 30px;
  font-size: 18px;
  font-weight: 600;
  background: #00257A;
  color: white;
  border: none;
  border-radius: 30px;
  box-shadow: 0 4px 15px rgba(0, 37, 122, 0.2);
  transition: all 0.3s ease;
}

.insurance-cta .brand-button:hover {
  background: #001a52;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 37, 122, 0.3);
  color: white;
}