:root {
    --primary-color: #FF02B5;
    --hover-color: #212121;
}

/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@100;200;300;400;500;600;700;800;900&display=swap'); */

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
  }

.brandon-light {
    font-family: brandon-light;
}

h1 {
    font-family: brandon-bold;
}

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

body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

.container {
}

.btn {
    border-radius: 0;
    background-color: var(--primary-color);
    color: #fff;
    transition: all .5s;
    font-weight: bold;
    border: 1px solid var(--primary-color);
    padding: 7px 21px;
}

.btn:hover {
    background-color: var(--hover-color);
    border: 1px solid var(--primary-color);
    color: #fff;
}

.navbar {
    
    
    !i;!;
}

.navbar-brand img {
    height: 100px;
    width: 200px;
    object-fit: scale-down;
    margin-left: 40px;
}

.nav-link {
    color: #000;
}

.nav-link.active {
    color: #d00e0d !important;
    font-weight: bold;
}

.nav-link {
    margin-right: 15px;
}

.last {
    margin-right: 0;
}

.search-bar {
    display: flex;
    align-items: center;
    position: relative;
    border: 2px solid #3361AC;
    border-radius: 6px;
}

#search-input {
    padding: 10px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-right: 1px; /* Space for the icon */
}

#search-button {
    position: absolute;
    right: 20px;
    border: none;
    background: none;
    cursor: pointer;
    padding: 5px 10px;
    color: #333;
    border-left: 2px solid #3361AC;
}

#search-button i {
    font-size: 16px;
    color: #3361ac;
}

#search-input:focus {
    border-color: #007bff;
    outline: none;
}

#search-button:focus {
    outline: none;
}
input#search-input::placeholder {
    color: #3361AC;
    font-size: 16px;
    font-weight: 600;
}
.home-section {
    background: url(../img/hero-bg.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 175px 65px 60px;
    margin-top: -160px;
}
.home-btn a {
    background: #ea7b83;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    border: 2px solid #ea7b83;
}
.home-btn {
    margin: 30px 0;
}
.circel-home-content h1 {
    color: #3361ac;
    font-size: 44px;
}
.circel-home-content h2 {
    font-size: 38px;
    font-weight: 800;
}


/* ------------------------------------- */
.service-section {
    background: #f8f9fa;
}

.content {
    position: relative;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.progress-point {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 20px;
    position: relative;
}
.progress-point::after {
    content: '';
    position: absolute;
    background: #FFC400;
    width: 3px;
    height: 20px;
    left: 14px;
    top: 30px;
}

.circle {
    width: 30px;
    height: 30px;
    border: 2px solid #FFC400;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    position: relative;
}

.circle.active {
    background-color: #FFC400;
}

.circle::after {
    content: '';
    position: absolute;
    font-size: 18px;
    color: #000;
    display: none;
    background: black;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}


.circle.active::after {
    display: block;
}

.text {
    font-size: 16px;
}

.progress-point.active .text {
    font-weight: bold;
}

.image-container {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.image-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    display: none;
}

.image-item.active {
    display: block;
}
.content h2 {
    font-size: 32px;
    font-weight: 700;
}

.about {
    background: url(../img/about-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 45px 0px;
}

.discover-content h2 {
    color: #ea7b83;
    font-size: 40px;
    font-weight: 700;
}
.hero-img img {
    width: 75%;
    display: block;
    margin: 0px -20px;
    animation: rotateImg 12s linear infinite;
}

@keyframes rotateImg {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


.top-btn {
    background: url(../img/btn-bg.png);
    background-size: cover;
    padding: 28px 150px;
}
.top-btn a {
    background: #ffff;
    padding: 10px 50px;
    border-radius: 50px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}


/* section 4 css start  */
.pricing {
    background-position: center;
    color: #fff;
    background: #FFF7F8;
}
.discover-box {
    background: #fff;
    border-radius: 7px;
    color: #000;
    text-align: center;
    height: 200px;
    margin: 20px 0 0px;
    transition: all 0.5s;
    padding: 20px 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.discover-icon img {
    background: #fff;
    border-radius: 50%;
}
.discover-box-text h5 {
    font-size: 16px;
    right: 10px;
    font-weight: 600;
    margin: 30px 0 0;
}


.discover-whitebtns {
    width: 44%;
    margin: 20px auto;
    border-radius: 50px;
    border: 2px solid #fff;
    background: #fff;
    height: 40px;
    position: relative;
    padding: 6px 0;
}
.discover-whitebtns a {
    background: #EBEBEB;
    padding: 10px 27px;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
}
.custtom__boxs {
    justify-content: center;
}
.discover-icon img {
    width: 50px;
    height: 50px;
    object-fit: scale-down;
    padding: 0px;
    border-radius: 0px;
}
/* section 4 css end   */




.contact-info {
    margin-top: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.contact-item i {
    font-size: 13px;
    margin-right: 15px;
    color: #fff;
    background: #b7b7b773;
    padding: 10px;
    border-radius: 50px;
}

.contact-item div {
    display: flex;
    flex-direction: column;
}

.contact-item span {
    font-weight: bold;
    margin-bottom: 5px;
}

.contact-item p {
    margin: 0;
}
.getin-touch-box {
    position: relative;
}
.getin-touch-box::before {
    background: #8ddbbb;
    color: #fff;
    padding: 50px 30px;
    border-radius: 3px 20px 20px 3px;
    position: absolute;
    content: '';
    width: 100%;
    height: 136%;
    z-index: 0;
    right: -95px;
    top: -72px;
}
.contact-content {
    text-align: center;
}
.contact-content h2 {
    color: #2D2D2D;
    font-size: 30px;
    font-weight: 900;
}
.contact-content p {
    color: #2D2D2D;
    font-size: 16px;
    width: 60%;
    margin: 6px auto 20px;
}
.contact-form input {
    width: 100%;
    padding: 7px 10px;
    border-radius: 4px;
    border: 2px solid #ccc;
    outline: none !important;
}
.contact-form select {
    width: 100%;
    padding: 7px 10px;
    border-radius: 4px;
    border: 2px solid #ccc;
    color: #797d8e;
}
button.submit-btn {
    background: #ea7b83;
    padding: 9px 70px 9px 20px;
    margin: 6px 0;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
}
.contact-form h5 {
    font-size: 38px;
    font-weight: 600;
}

.footer {background: #d60000;padding: 35px 0px 0;color: #fff;}
.footer-logo img {
    width: 200px;
    height: auto;
    margin: 20px 0;
    object-fit: scale-down;
}
.footer-content p {
    color: #fff;
}
.footer-menu ul li a {
    list-style: none;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
   
}

h4.footer-heading {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.footer-menu ul li a span i {
    background: #fff;
    color: #000;
    padding: 7px;
    width: 30px;
    text-align: center;
    border-radius: 3px;
    margin: 0 8px 2px 0px;
}
.footer-menu ul li {
    list-style: none;
    padding: 5px 0;
}
hr {
    color: #fff !important;
    width: 70%;
    margin: 4px auto !important;
    border: 1px solid #fff;
    background: #ffff;
}





/* Search bar styling */
.search-bar {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.search-bar input {
    padding: 10px;
    font-size: 16px;
}

.search-bar button {
    padding: 10px 20px;
    cursor: pointer;
}

/* Modal styling */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 90px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
    animation: slideDown 0.4s;
}

.modal-content {
    background-color: #fff;
    margin: 0% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.modal-content {
    position: relative;
    width: 100%;
    outline: 0;
    padding: 30px 216px;
    border-radius: 0px;
    border: none;
    box-shadow: 7px 0px 1px 6px #3361ac;
    border-top: 1px solid #ccc;
}

.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    background: #3361ac;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

@keyframes slideDown {
    from {top: -100%; opacity: 0;}
    to {top: 0; opacity: 1;}
}
.compay-name-logo {
    display: flex;
    align-items: center;
    gap: 20px;
}
.modal-content h5 {
    font-size: 18px;
    color: #3361ac;
    padding: 10px 0;
    font-weight: 700;
}
.custtom-modal {
    padding: 20px;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 5px;
}
.rating strong {
    font-size: 20px;
    color: #3361ac;
}
.compnay-name p span {
    color: #3361ac;
}
.compnay-name h2 {
    font-size: 24px;
    font-weight: 600;
}





.custom-modal {
    box-shadow: 0px 0px 4px 3px #ccc;
    border-radius: 7px;
    padding: 16px;
}

.clos-01 {
    display: none;
}

.company-item {
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0px 0px 2px 2px #cccccc78;
    margin: 0px 0 20px;
}

.arrow-button {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}



.circel-home-content h2 span {
    color: #d42423;
}
.circel-home-content h2 small {
    color: #EA7B83;
}
.container-fluid {
    padding: 0 !important;
}


.custtom-tabs ul#pills-tab {
    text-align: center;
    margin: 16px auto;
    display: flex;
    justify-content: center;
}
.custtom-tabs .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: #EA7B83;
    color: #fff !important;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 50px;
}
.custtom-tabs .nav-pills .nav-link {
    border-radius: 50px;
    border: 1px solid #ea7b83;
    color: #ea7b83;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 50px;
}
.circel-home-content h5 {
    font-size: 40px;
    font-weight: 700;
    color: #ea7b83;
}
.her-img {
    position: relative;
}
.her-img::before {
    content: '';
    position: absolute;
    background: url(../img/about-img-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 40%;
    height: 40%;
    z-index: -1;
    right: 240px;
    top: -40px;
}
.getin-touch-box img {
    width: 100%;
    height: auto;
    z-index: 2;
    position: relative;
}
.footer-content {
    text-align: center;
}
.footer-content p {
    text-align: center;
    width: 40%;
    margin: 10px auto 30px;
    font-size: 24px;
    font-weight: 400;
}
p.text-center.text-white {
    padding: 14px 0;
}


.subscribe-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 400px; 
    margin: 0 auto;
 }
 
 .email-input {
    flex: 1;
    border: none;
    border-bottom: 1px solid #ffffff99; 
    background-color: transparent;
    padding: 10px;
    font-size: 16px;
    outline: none;
 }
 
 .email-input::placeholder {
    color: #FFF7F8;
}
 
 .subscribe-btn {
    background-color: #fff;
    color: #000;
    border: 1px solid #ffffff;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
 }
 
 .subscribe-btn:hover {
    background-color: #000;
    color: #fff; 
 }
 .social-links ul li {
    display: inline-block;
    padding: 20px 16px;
}
.social-links ul li a {
    color: #fff;
    font-size: 26px;
}
.phone-info {
    display: flex;
    align-items: center;
}

.phone-icon {
    width: 30px;
    margin-right: 10px;
}

.phone-details h2 {
    margin: 0;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.phone-number {
    color: #ea7b83;
    margin: 0;
}
.contect__links {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-top: 20px;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: 200px !important;
}
.contact-form h5 span {
    color: #ea7b83;
}
#contact {
    background: #FFF7F8;
}
.contact__row {
    background: #fff;
    border-radius: 20px !important;
    padding: 10px 0px 10px 20px;
}
.circel-home-content p {
    font-size: 18px;
    text-align: justify;
}



.event-slider-section {
      background: #d60000; /* red background */
      padding: 40px 0;
      overflow: hidden;
    }

    .slider-container {
      display: flex;
      align-items: center;
      transition: transform 0.6s ease-in-out;
    }

    .slide {
      position: relative;
      flex-shrink: 0;
      height: 400px;
      border-radius: 12px;
      margin-right: 20px;
      background-size: cover;
      background-position: center;
      color: #fff;
      transition: all 0.6s ease-in-out;
    }
    .slide::before {
        position: absolute;
        height: 150px;
        width: 100%;
        background-color: #21212194;
        content: '';
        bottom: 0;
    }

    .slide.large {
      flex: 0 0 70%;
    }

    .slide.medium {
      flex: 0 0 20%;
    }

    .slide.small {
      flex: 0 0 10%;
    }

    .slide-content {
      position: absolute;
      bottom: 20px;
      left: 20px;
      right: 20px;
    }

    .slide h5 {
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 5px;
      text-transform: uppercase;
    }

    .slide p {
      font-size: 18px;
      font-weight: 500;
    }
ul.navbar-nav {
    margin-left: 80px;
}
.run-section{
    text-align: center;
    background-color: #fff;
    padding: 45px 0px;
}
.run-box {
    box-shadow: 0px 0px 7px #ccc;
    border-radius: 8px;
    padding: 36px 20px;
}
.run-box h5 {
    padding: 10px 0 0;
    font-size: 24px;
    color: #000;
}
.run-content h2 {
    font-size: 50px;
    margin-bottom: 30px;
}
section.register {
    background: #d60000;
    padding: 45px 10px;
    color: #fff;
}
.righter-img img {
    width: 100%;
    object-fit: scale-down;
}
.righter-content ul li {
    padding: 10px 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
}
.righter-content h4 {
    font-size: 40px;
    font-weight: 700;
}
.righter-content h2 {
    font-size: 36px;
    font-weight: 700;
}
.righter-content p {
    font-size: 28px;
}
.righetr-btn a {
    background: #fff;
    color: #d60000;
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
}


  /* Organizer Resources Section */
    .organizer-resources {
      padding: 60px 0;
      background: #fff;
    }

    .organizer-resources h2 {
      font-weight: bold;
      margin-bottom: 30px;
    }

    .resources-slider {
      display: flex;
      overflow: hidden;
      gap: 20px;
    }

    .resource-card {
      position: relative;
      flex: 0 0 25%;
      border-radius: 10px;
      overflow: hidden;
      cursor: pointer;
      transition: transform 0.3s ease;
    }

    .resource-card img {
      width: 100%;
      height: 280px;
      object-fit: cover;
      border-radius: 10px;
      transition: transform 0.4s ease;
    }

    .resource-card:hover img {
      transform: scale(1.1);
    }

    .resource-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgb(214 0 0 / 88%);
      color: #fff;
      opacity: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      transition: opacity 0.3s ease;
      text-align: center;
      padding: 20px;
    }

    .resource-card:hover .resource-overlay {
      opacity: 1;
    }

    .resource-overlay button {
      background: #fff;
      color: #c00000;
      border: none;
      padding: 8px 16px;
      margin-top: 15px;
      font-weight: bold;
      border-radius: 0px;
      transition: background 0.3s ease;
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 10px 40px;
    }

    .resource-overlay button:hover {
      background: #fff;
      color: #000;
      position: absolute;
      bottom: 0px;
      left: 0;
      padding: 10px 40px;
    }

    /* How It Works Section */
    .how-it-works {
      padding: 60px 0;
      background: #fff;
    }

    .how-it-works h2 {
      font-weight: bold;
      margin-bottom: 30px;
    }

    .work-step {
      background: #f8f8f8;
      text-align: center;
      padding: 30px 20px;
      border-radius: 3px;
      position: relative;
      transition: all 0.3s ease;
    }

    .work-step:hover {
      background: #c00000;
      color: #fff;
      transform: translateY(-5px);
      height: 100%;
    }

    .work-step p {
      font-size: 24px;
      font-weight: 400;
      margin-bottom: 20px;
    }

    .work-step button {
      background: #c00000;
      border: none;
      color: #fff;
      padding: 6px 25px;
      transition: all 0.3s ease;
      position: absolute;
      margin: 0 auto;
      display: block;
      right: 40%;
    }
    .work-img img {
        width: 100%;
        height: auto;
        object-fit: scale-down;
    }
    .work-step:hover button {
        position: absolute;
        background: #fff;
        color: #c00000;
        padding: 6px 25px;
        transition: all 0.3s ease;
        border: none;
    }
    .work-step {
        box-shadow: 0px 0px 5px #ccccccbd;
        background: #fff;
    }
    .cta {
  position: relative;
  background: url('../img/cta-bg.png') center/cover no-repeat;
  padding: 80px 20px;
  text-align: center;
  color: #fff;
}

.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 8%); /* overlay */
  z-index: 1;
  border-radius: 0;
}

.cta .cta-content {
  position: relative;
  z-index: 2;
}

.cta h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.cta p {
  font-size: 18px;
  margin-bottom: 25px;
}

.cta a {
  display: inline-block;
  padding: 12px 50px;
  background: #e60000; /* button color */
  color: #fff;
  font-weight: 600;
  border-radius: 0px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta a:hover {
  background: #e60000;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
}
.banner-cta {
    display: flex;
    gap: 12px;
}
ul.navbar-nav li a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}




/* ========== Laptop / Small Desktop (992px – 1199px) ========== */
@media (max-width: 1199px) {
  #resourcesSlider .slide,
  #sliderr .slide {
    flex: 0 0 33.33%;   /* 3 slides visible */
    max-width: 33.33%;
  }
}

/* ========== Tablet (768px – 991px) ========== */
@media (max-width: 991px) {
 .home-section {
        padding: 100px 20px;
        background-image: none;
    }
      .circel-home-content h2 {
        font-size: 20px;
        line-height: 33px;
    }
    button.navbar-toggler i {
    color: #d00e0d !important;
}
  
}

/* ========== Mobile (≤767px) ========== */
@media (max-width: 767px) {
    .home-section {
        padding: 110px 20px 50px;
        background-image: none;
    }
    .circel-home-content h2 {
        font-size: 20px;
        line-height: 33px;
    }
    button.navbar-toggler i {
        color: #d00e0d !important;
    }
    .run-content h2 {
        font-size: 20px;
    }
    .righter-content h2 {
        font-size: 20px;
    }
    .righter-content p {
        font-size: 16px;
    }
    .righter-content h4 {
        font-size: 20px;
        margin-top: 20px;
    }
    .righter-content ul li {
        font-size: 16px;
        line-height: 30px;
    }
    .run-box {
        margin: 10px 0;
    }
}

