/********** Template CSS **********/
:root {
    --primary: #cd1b30;
    --secondary: #545454;
    --light: #FDF5EB;
    --dark: #1E1916;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 600 !important;
    
}


/**hadding font size**/
.ftt{
  font-size: 30px;
  font-weight: 800;
}
/**end**/

/**shipping font margin**/
.m{
  margin-top: 20px;
  margin-bottom: 20px;
}


/**sticky social media icon **/
.social-icons {
      position: fixed;
      top: 40%;
      right: 0;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 999;
    }

   .social-icons {
      position: fixed;
      top: 70%;
      right: 0px;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      gap: 6px;
      z-index: 1000;
    }

    .social-icons a {
      width: 40px;
      height: 40px;
      background: rgba(255, 255, 255, 0.2);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border-radius: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 20px;
      transition: all 0.3s ease;
      box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    }

    .social-icons a:hover {
      transform: scale(1.15);
    }

    .facebook { background: linear-gradient(135deg, #3b5998, #2b3b78); }
    .instagram { background: linear-gradient(135deg, #e4405f, #c13584); }
    .whatsapp { background: linear-gradient(135deg, #25D366, #128C7E); }
    .call { background: linear-gradient(135deg, #1da1f2, #0e71c8); }

    /**end**/


/**contact map **/

>
.contact-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
}
.contact-card {
    flex: 1 1 48%;
    background: #fff;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contact-info {
    flex: 1;
}
.contact-map iframe {
    width: 100%;
    height: 250px;
    border: none;
    border-radius: 8px;
}
.email-box {
    background: linear-gradient(135deg, #183976, #cd1b30);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 12px;
    border-radius: 50px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
    width: fit-content;
    min-width: 180px;
    text-align: center;
    margin: 20px auto 0 auto; /* center below the section */
}
.email-box a {
    color: #fff;
    text-decoration: none;
}
.email-box a:hover {
    text-decoration: underline;
}
@media(max-width: 768px) {
    .contact-card {
        flex: 1 1 100%;
    }
}
    /**contact map end **/

/***my***/

.fcolor{
  color: #183976;
}

.pss{
    text-align: justify;
}

.tcolor{
    color: #FFFFFF;
   
}

.fsize{
     font-size: 12px;
     
}

.logor{
    width: 65px;
    border-radius: 9px;
}

.adrcolor {
    background-color: #ffff;
}

.adrtcolor{
    background-color: #d5e3ff;
}


/**form video slider**/


     .containerr {
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 20px;
}

.section {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
}

/* FORM SECTION */
.form-section {
  background-color: #dee8fb;
  color: white;
}

.form-section h2 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}

.form-section input,
.form-section textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border-radius: 6px;
  border: none;
  font-size: 16px;
}

.form-section textarea {
  resize: none;
  height: 80px;
}

.form-section button {
  width: 100%;
  background-color: #2b2b2b;
  color: white;
  padding: 14px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
}

.certified {
  display: flex;
  align-items: center;
  margin-top: 10px;
  color: #000;
  gap: 10px;
  font-size: 20px;
  font-family: serif;
}

.certified img {
  height: 85px;
}

/* IMAGE SECTION */
.image-section img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

/* TESTIMONIAL SECTION */
.testimonial-section {
  background-color: white;
  text-align: center;
}

.testimonial-section img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}

.testimonial-box {
  background-color: white;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.testimonial-box p {
  font-weight: bold;
  margin-bottom: 10px;
}

/* RESPONSIVE */
@media (min-width: 992px) {
  .containerr {
    flex-direction: row;
    justify-content: space-between;
  }

  .form-section, .image-section, .testimonial-section {
    flex: 1;
  }

  .containerr > .section {
    margin: 0 3px;
    height: 100%;
  }

  .form-section {
    height: 100%;
  }
}
  /**end**/
      
  /**logo slider **/
   .slider {
      overflow: hidden;
      position: relative;
      width: 100%;
    }

    .slide-track {
      display: flex;
      animation: scroll 10s linear infinite;
      width: calc(250px * 10);
    }

    .slide {
      height: 100px;
      width: 250px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 20px;
      flex-shrink: 0;
    }

    .slide img {
      max-height: 100px;
      /* filter: grayscale(100%); */
      transition: 0.3s;
      opacity: 0.8;
    }

    .slide img:hover {
      filter: grayscale(0%);
      opacity: 1;
    }

    @keyframes scroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }

    /**end**/

    /**para**/
    .paraa{
      text-align: justify;
      font-size: 17px;
    }

        /**T/c Text**/

    .tc{
        text-align: left; 
        font-size: 17px;
    }

    .tcp{
        text-align: left; 
        text-align: justify;
        font-family: emoji;
       
    }
    /**end**/
    
    /**academy width font**/
    .wf{
        width: 100%;
    }
    /**end**/


    /**table start**/
    
     table {
      width: 100%;
      border-collapse: collapse;
      background: white;
      margin: auto;
    }

    th, td {
      border: 1px solid #ccc;
      padding: 10px;
      font-size: 15px;
      text-align: center;
    }

    th {
      background-color: #f0f0f0;
      font-weight: bold;
    }

    @media (max-width: 600px) {
      th, td {
        font-size: 11px;
        padding: 5px;
      }
    }

    /**end**/

    /**brand logo img**/
    
    .partner-logos {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      padding: 40px 20px;
      background-color: #f9f9f9;
    }

    .partner-logos img {
      width: 150px;
      height: auto;
      object-fit: contain;
      transition: transform 0.3s ease;
    }

    .partner-logos img:hover {
      transform: scale(1.05);
    }

    @media (max-width: 600px) {
      .partner-logos img {
        width: 100px;
      }
    }

    /**end**/

/**popup form**/
     /* Popup Background *
       #popup {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100vw; height: 100vh;
      background: rgba(0, 0, 0, 0.5);
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }

    .popup-content {
      background-color: #fff;
      padding: 30px 25px;
      width: 360px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
      position: relative;
    }

    .close-icon {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 22px;
      font-weight: bold;
      color: #444;
      cursor: pointer;
    }

    .popup-content h2 {
      text-align: center;
      margin-bottom: 20px;
    }

    .popup-content label {
      font-size: 14px;
      display: block;
      margin-bottom: 5px;
    }

    .popup-content input,
    .popup-content select {
      width: 100%;
      padding: 10px;
      margin-bottom: 12px;
      border: 1px solid #ccc;
      border-radius: 5px;
      font-size: 14px;
    }

    .popup-content .gender {
      display: flex;
      gap: 15px;
      margin-bottom: 12px;
      font-size: 14px;
    }

    .popup-content button {
      width: 100%;
      padding: 10px;
      background-color: #25D366;
      color: white;
      border: none;
      font-size: 16px;
      border-radius: 5px;
      cursor: pointer;
    }

    .popup-content button:hover {
      background-color: #1ebe5d;
    }
    /*** end **/





.myimg{
    width: 80%;
    height: 90%;
    border-radius: 50px;
}





.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    padding: 35px 15px;
    color: #1c3b78;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    /**color: var(--primary);**/
    color: #000;
}

.navbar.fixed-top {
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(255, 255, 255, .3);
        /**background: var(--dark);**/
        background:#dee8fb ;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.header-carousel .owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
   /** background: rgba(0, 0, 0, .5); **/
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 600px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-nav {
    position: relative;
    width: 80px;
    height: 80px;
    margin: -40px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-carousel .owl-nav::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transform: rotate(45deg);
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: relative;
    font-size: 40px;
    color: var(--primary);
    transition: .5s;
    z-index: 1;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.page-header {
   /** margin-bottom: 6rem;**/
   /** background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg) center center no-repeat;**/
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Facts ***/
.fact-item {
    transition: .5s;
}

.fact-item:hover {
    margin-top: -10px;
    background: #FFFFFF !important;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}


/*** About ***/
.img-twice::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    background: var(--primary);
    border: 25px solid var(--light);
    border-radius: 6px;
    z-index: -1;
}


/*** Product ***/
.product-item {
    transition: .5s;
}

.product-item:hover {
    background: var(--primary) !important;
}

.product-item:hover * {
    color: var(--light);
}

.product-item:hover .border-primary {
    border-color: var(--light) !important;
}

.product-item .product-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.product-item:hover .product-overlay {
    height: 100%;
    opacity: 1;
}


/*** Team ***/
.team-item .team-text {
    position: relative;
    height: 100px;
    overflow: hidden;
}

.team-item .team-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /**background: var(--light);**/
    background: #183976;
    transition: .5s;
}

.team-item:hover .team-title {
    top: -100px;
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transition: .5s;
}

.team-item .team-social .btn {
    margin: 0 3px;
}

.team-item:hover .team-social {
    top: 0;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item img {
    width: 60px;
    height: 60px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 22px;
    color: var(--light);
    background: var(--primary);
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--primary);
    background: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
   /** color: var(--light);**/
    color: #1c3b78;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
   /** color: var(--light);**/
    color: #1c3b78;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    background: #111111;
}

.copyright a {
    color: var(--primary);
}

.copyright a:hover {
    color: var(--light);
}