/* CSS for the secondary CSS file */


body {
    font-family: "Nunito Sans", sans-serif !important;
    color: #000 !important;
    font-size: 1.4rem !important;
    color: var(--secondary-color) !important;
  
  }
  
  @media (max-width: 768px) {
    body {
      font-size: 0.8rem !important;
    }
    .sbx-custom__submit {
        right: 70% !important;
    }
    /* .sbx-custom__input {
        padding-left: 60px !important;
    } */

  }


   
  .members-list {
    display: flex;
    flex-direction: column;
}

.members-list select {
    align-self: flex-end; /* Aligns the select element to the end (right) */
    margin-bottom: 15px; /* Adds some space below the dropdown */
    padding: 5px 10px; /* Adds padding inside the dropdown */
    border: 1px solid #ccc; /* Border styling */
    border-radius: 5px; /* Rounded corners */
    font-size: 1rem; /* Adjusts font size */
}

/* three tabs section */

.threetabs {
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    overflow: hidden;
}

.threetabs [class^="tab"] label,
.threetabs [class*=" tab"] label {
    color: #000;
    cursor: pointer;
    display: block;
    padding: 2rem 0;
    font-size: 1.563rem !important;
    line-height: 1.6 !important;
    font-weight: 600 !important;
    font-family: "Nunito Sans", sans-serif !important;
}

.threetabs [class^="tab"] [type="radio"],
.threetabs [class*=" tab"] [type="radio"] {
    border-bottom: 8px solid #514B4D !important; 
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}

.threetabs [class^="tab"] [type="radio"]:hover, 
.threetabs [class^="tab"] [type="radio"]:focus,
.threetabs [class*=" tab"] [type="radio"]:hover,
.threetabs [class*=" tab"] [type="radio"]:focus {
    border-bottom: 8px solid var(--primary-color) !important; 
}

.threetabs [class^="tab"] [type="radio"]:checked,
.threetabs [class*=" tab"] [type="radio"]:checked {
    border-bottom: 8px solid var(--primary-color) !important; 
}

.threetabs [class^="tab"] [type="radio"]:checked + div,
.threetabs [class*=" tab"] [type="radio"]:checked + div {
    opacity: 1; 
}

.threetabs [class^="tab"] [type="radio"] + div,
.threetabs [class*=" tab"] [type="radio"] + div {
    display: block;
    opacity: 0;
    padding: 2rem 0;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.threetabs .tab-2 {
    width: 33.33%;
}

.threetabs .tab-2 [type="radio"] + div {
    width: 300%;
    margin-left: 300%;
}

.threetabs .tab-2 [type="radio"]:checked + div {
    margin-left: 0;
}

.threetabs .tab-2:nth-child(2) [type="radio"] + div {
    margin-left: 100%;
}

.threetabs .tab-2:nth-child(2) [type="radio"]:checked + div {
    margin-left: -100%;
}

.threetabs .tab-2:last-child [type="radio"] + div {
    margin-left: 200%;
}

.threetabs .tab-2:last-child [type="radio"]:checked + div {
    margin-left: -200%;
}


/* Coperate Membership styles */
.hero-section {
    position: relative;
    overflow: hidden;
    height: 400px;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    padding-top: 50px;
}

.corporate-membership-description-section {
    background-color: #002E58;
    height: 230px;
    color: white;
    padding: 0px 0;
    text-align: center;
    padding-bottom: 48px !important;
}

.corporate-membership-description-section .member-button {
    padding-bottom: 35px !important;
}

.corporate-membership-description-section .paragraph-l {
    padding-top: 48px;
}


.become-member-btn {
    display: inline-block;
    padding: 12px 24px;
    background-color: transparent;
    /* border: 2px solid white; */
    color: white;
    text-decoration: none;
    font-weight: bold;
    margin-top: 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.become-member-btn:hover {
    background-color: white;
    color: #002A52;
}

.corporate-membership-description-section .paragraph-l {
    line-height: 1.5rem !important;
}


.btn-primary {
    padding: 12px 24px;
    border: 2px solid white;
    background-color: transparent;
    color: white;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-right: 10px;
}

.btn-primary:hover {
    background-color: white;
    color: #004E89;
}

.tabs-section .cards{
    display: flex; 
    flex-wrap: wrap; 
    border-radius: 8px; 
    overflow: hidden;
}

.tabs-section .cards .class_3_membership_item_c {
    background-color: #004376; 
    padding: 15px 35px; 
    color: white; 
    border-radius: 4px; 
    text-align: center; 
    flex: 1 1 (50% - 1px);
}


.join-renew-btn {
    background-color: #004E89;
    padding: 16px 32px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
}

.join-idra-tab-2-btn {
    background-color: #FAFAFA;
    padding: 16px 32px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 32px;
}

/* .tabs-section .tab-general-benefits-card {
    height: 320px;
    width: 365px;
    margin-bottom: -9px;
} */

.corporate-membership-hero-section .heading-1 {
    padding-top: 107px;
    padding-bottom: 72px;
}

.corporate-membership-tabs-section .heading-2 {
    padding-top: 64px !important;
}

.hover-highlight {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* Smooth scaling and shadow transition */
}

.hover-highlight:hover {
    transform: scale(1.05);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}

/* Custom Scrollbar Styling */
.custom-scrollbar::-webkit-scrollbar {
    width: 8px;
    /* Width of the scrollbar */
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;

}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #1A6599;
    border-radius: 10px;
    border: 2px solid #f1f1f1;
}

.custom-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: #1A6599 #f1f1f1;
}


@media (max-width: 768px) {

    /* .heading-1 {
        font-size: 32px;
    }

    .heading-5 {
        font-size: 12px;
    } */

    .hero-content {
        /* padding-top: 40px; */
    }

    .corporate-membership-hero-section {
        height: 270px !important;
        position: relative !important
    }

    .corporate-membership-hero-section .heading-5 {
        font-size: 1.3rem !important;
        margin-top: 65px !important;
    }

    .corporate-membership-hero-section .heading-1 {
        font-size: 2rem !important;
    }


    /* .corporate-membership-hero-section .hero-background-image {
        margin-top: 30px;
    } */

    .tabs-section .tab-general-benefits-card {
        margin-top: 20px !important;
        width: auto !important;
    }

    .corporate-membership-tabs-section .heading-2 {
        font-size: 1.8rem !important;
        margin-bottom: 0px !important;
    }

    .corporate-membership-description-section {
        height: 330px !important;
    }

    .corporate-membership-description-section .paragraph-l {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .class_3_membership_item_a,
    .class_3_membership_item_b,
    .class_3_membership_item_c {
        flex: 1 1 100% !important;
        margin-bottom: 10px;
    }

    .tabs-section .members-list {
        margin-right: 0px !important;
    }

    @media (max-width: 768px) {
        .custom-scrollbar {
            scrollbar-width: none;
            /* For Firefox */
            -ms-overflow-style: none;
            /* For Internet Explorer and Edge */
        }

        .custom-scrollbar::-webkit-scrollbar {
            display: none;
            /* For Chrome, Safari, and Opera */
        }
    }

}

/* memberships-and-benefits section styles */

  .memberships-and-benefits-hero-section .hero-section {
        position: relative;
        overflow: hidden;
        height: 400px;
    }


    .hero-content {
        position: relative;
        z-index: 1;
        color: white;
        text-align: center;
        padding-top: 50px;
    }

    .description-section {
        background-color: #002E58;
        color: white;
        padding: 0px 0;
        text-align: center;
    }

    .description-section .paragraph-l { 
        line-height: 1.5rem !important;
    }

    .membership-types .membership-card .paragraph-l {
        line-height: 1.5rem !important;
    }

    .become-member-btn {
        display: inline-block;
        padding: 12px 24px;
        background-color: transparent;
        /* border: 2px solid white; */
        color: white;
        text-decoration: none;
        font-weight: bold;
        margin-top: 20px;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

    .become-member-btn:hover {
        background-color: white;
        color: #002A52;
    }

    .membership-card-footer .btn {
        display: inline-block;
        padding: 12px 24px;
        border: 2px solid white;
        background-color: transparent;
        color: white;
        text-decoration: none;
        font-size: 16px;
        transition: background-color 0.3s, color 0.3s;
    }

    .membership-card-footer .btn:hover {
        background-color: white;
        color: #004E89;
    }

    .btn-primary {
        padding: 12px 24px;
        border: 2px solid white;
        background-color: transparent;
        color: white;
        font-weight: bold;
        transition: background-color 0.3s ease, color 0.3s ease;
        margin-right: 10px;
    }

    .btn-primary:hover {
        background-color: white;
        color: #004E89;
    }

    .container {
        max-width: 1140px;
        margin: 0 auto;
    }

    /* .col-md-4 {
        margin-bottom: 30px;
    } */

    .membership-types {
        background: linear-gradient(to bottom, #002E58 40%, #FBFBFB 40%);
        padding: 35px 0;
    }

    .membership-card {
        background-color: #004E89;
        color: white;
        padding: 30px;
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        min-height: 470px;
        display: flex;
        flex-direction: column;
        /* justify-content: space-between; */
    }

    .membership-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }

    .membership-card-footer .btn {
        display: inline-block;
        padding: 12px 24px;
        border: 2px solid white;
        background-color: transparent;
        color: white;
        text-decoration: none;
        font-size: 16px;
        margin: 10px 0;
        transition: background-color 0.3s, color 0.3s;
    }

    .membership-card-footer .btn:hover {
        background-color: white;
        color: #004E89;
    }

    .memberships-and-benefits-hero-section .heading-5 {
        margin-top: 74px !important;
    }

    .join-renew-btn {
        background-color: #004E89;
        padding: 16px 32px;
        border-radius: 4px;
        display: inline-block;
        text-align: center;
    }

    .join-idra-tab-2-btn {
        background-color: #FAFAFA;
        padding: 16px 32px;
        border-radius: 4px;
        display: inline-block;
        text-align: center;
        width: 100%;
        margin-top: 32px;
    }

    /* .tabs-section .tab-general-benefits-card {
        height: 320px;
        width: 424px;
        margin-bottom: -9px;
    } */

    
    .tabs-section .tab-general-benefits-card {
        background-color: #E0F2FB; 
        min-height: 340px;
        /* padding-top:48px; 
        padding-bottom: 40px; 
        padding-right: 40px; 
        padding-left: 40px; 
        border-radius: 8px; */
    } 
.tab-card {
    /* display: flex; */
     /* flex-wrap: wrap; */
      border-radius: 8px;
       /* overflow: hidden;  */
       padding-top: 40px;
}
    @media (max-width: 768px) {

        .heading-1 {
            font-size: 32px;
        }

        .heading-5 {
            font-size: 12px;
        }

        .membership-card {
            padding: 20px;
        }

        .membership-types {
            background: #FBFBFB;
            padding: 0px 0;
        }

        .memberships-and-benefits-hero-section {
            height: auto!important;
            position: relative !important
        }

        .description-section {
            height: 310px;
        }

        /* .description-section .paragraph-l {
            padding-left: 25px;
            padding-right: 25px;;
        } */
        .memberships-and-benefits-hero-section .heading-5 {
            font-size: 1.3rem !important;
            margin-top: 80px !important;
        }

        .memberships-and-benefits-hero-section .heading-1 {
            font-size: 2rem !important;
        }


        /* .memberships-and-benefits-hero-section .hero-background-image {
            margin-top: 30px;
        } */

        /* .tabs-section .tab-general-benefits-card {
            margin-left: -10px !important;
            margin-bottom: -40px !important;
        } */

        .benefits-hero-section .heading-2 {
            font-size: 1.8rem !important;
        }

        .class_3_membership_item_a,
        .class_3_membership_item_b,
        .class_3_membership_item_c {
            flex: 1 1 100% !important;
            margin-bottom: 10px;
        }

    }
    @media (max-width: 768px) {
        #background-image, #background-video {
            height: 60vh !important;
        }
    }
    /* strategic-partners-&-affiliates-hero-section */

    @media (max-width: 768px) {
        .cards {
            border-radius: 0px !important; /* Ensure border radius is applied on mobile */
        }
        .col-12.col-md-5 {
            border-radius: 8px 8px 0 0 !important; /* Adjust as needed for mobile */
        }
        .col-12.col-md-7 {
            border-radius: 0 0 8px 8px !important; /* Adjust as needed for mobile */
        }
    }



    .strategic-partners-and-affiliates-hero-section {
        position: relative;
        overflow: hidden;
        height: 392px;
    }
    
    /* .strategic-partners-and-affiliates-hero-section .hero-container .heading-1 {   
        padding-top: 187px!important;
        padding-left: 10px;
        padding-bottom: 87px;
        font-weight: 80!important;
    } */
    
    /* .strategic-partners-and-affiliates-hero-section .hero-container .paragraph-1 {
        padding-left: 20px;
        padding-top: 250px;
        padding-bottom: 72px;
    } */

    .strategic-partners-section .heading-5-l-bold {
        font-size: 1.2rem !important;
       
    }
    
    @media (max-width: 768px) {

    
        .strategic-partners-and-affiliates-hero-section {
            height: auto; 
            padding-top: 20px;
            padding-bottom: 20px;
        }
        /* .strategic-partners-and-affiliates-hero-section .hero-container .heading-1 {
            padding-top: 115px !important;
            font-size: 2rem !important;
            padding-left: 20px;
            padding-bottom: 20px;
            text-align: center;
        }
   */
        /* .strategic-partners-and-affiliates-hero-section .hero-container .paragraph-1 {
            padding-left: 20px;
            padding-top: 20px;
            padding-bottom: 20px;
            text-align: center; 
        } */

        .strategic-partners-and-affiliates-hero-section .col-md-6 {
            flex: 0 0 100%;
            max-width: 100%;
            text-align: center; 
        }

        .strategic-partners-section .heading-2 {
            font-size: 2rem !important;
            text-align: center;
        }

        .strategic-partners-section .heading-2 {
            padding-top: 64px !important;
        }

        .strategic-partners-section .heading-5-l-bold {
            font-size: 0.8rem !important;
           
        }
}


.header-container {
    display: flex;                /* Use flexbox for alignment */
    justify-content: space-between; /* Space between heading and search bar */
    align-items: center;         /* Center items vertically */
    padding: 20px;              /* Optional padding */
}

.sbx-custom__wrapper {
    display: flex;               /* Keep the search input and buttons in a row */
    align-items: center;         /* Center items vertically */
}

.sbx-custom__input {

    padding: 15px;               /* Padding for input */
}

.sbx-custom__submit,
.sbx-custom__reset {
    background: transparent;    /* Optional styling for buttons */
    border: none;               /* Remove default button border */
    cursor: pointer;            /* Pointer cursor on hover */
    padding: 8px;              /* Padding for buttons */
}



.sbx-custom {
    display: inline-block;
    position: relative;
    width: 300px;
    height: 51px;
    white-space: nowrap;
    box-sizing: border-box;
    font-size: 14px;
  }
  
  .sbx-custom__wrapper {
    width: 100%;
    height: 100%;
  }
  
  .sbx-custom__input {
    display: inline-block;
    border: 0;
    border-radius: 8px;
    background: rgba(150, 210, 240, 0.2)    ;
    padding: 0;
    padding-right: 10px;
    padding-left: 100px;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    white-space: normal;
    font-size: inherit;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  
  .sbx-custom__input::-webkit-search-decoration, .sbx-custom__input::-webkit-search-cancel-button, .sbx-custom__input::-webkit-search-results-button, .sbx-custom__input::-webkit-search-results-decoration {
    display: none;
  }
  

  
  .sbx-custom__input:focus, .sbx-custom__input:active {
    outline: 0;
    background: #FFFFFF;
  }
  
  .sbx-custom__input::-webkit-input-placeholder {
    color: var(--primary-color);
    font-size: 1rem !important;
  }
  
  .sbx-custom__input::-moz-placeholder {
    color: var(--primary-color);
    font-size: 1rem !important;
  }
  
  .sbx-custom__input:-ms-input-placeholder {
    color: var(--primary-color);
    font-size: 1rem !important;
  }
  
  .sbx-custom__input::placeholder {
    color: var(--primary-color);
    font-size: 1rem !important;
  }
  
  .sbx-custom__submit {
    position: absolute;
    top: 0;
    right: 80%;
    left: inherit;
    margin: 0;
    border: 0;
    border-radius: 0 25px 25px 0;
    background-color: rgba(255, 255, 255, 0);
    padding: 0;
    width: 51px;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    font-size: inherit;

  }
  
  .sbx-custom__submit::before {
    display: inline-block;
    margin-right: -4px;
    height: 100%;
    vertical-align: middle;
    content: '';
  }
  
  .sbx-custom__submit:hover, .sbx-custom__submit:active {
    cursor: pointer;
  }
  
  .sbx-custom__submit:focus {
    outline: 0;
  }
  
  .sbx-custom__submit svg {
    width: 31px;
    height: 31px;
    vertical-align: middle;
    fill: rgb(0 0 0 / 20%);

  }
  
  .sbx-custom__reset {
    display: none;
    position: absolute;
    top: 12px;
    right: 51px;
    margin: 0;
    border: 0;
    background: none;
    cursor: pointer;
    padding: 0;
    font-size: inherit;

  }
  
  .sbx-custom__reset:focus {
    outline: 0;
  }
  
  .sbx-custom__reset svg {
    display: block;
    margin: 4px;
    width: 19px;
    height: 19px;
  }
  

  
  #gsc-i-id1{
  display: none;
  }
  #gs_tti50{
  display: none;
  }
  #gsc-iw-id1{
  display: none;
  }
  .gsc-search-button gsc-search-button-v2{
  display: none;
  }
  .gsc-search-button{
  display: none;
  }
  
  /*-------------- IDRA tabs styles start-------------------- */

  .idra-tabs {
    justify-content: normal !important;
    display: flex !important;
    gap: 0 !important;
}

.idra-tab-line{
    width: 100%;
    text-align: left;
    border-radius: 0 !important;
    border: none !important;
    border-top: 8px solid #514B4D !important;
}

.nav-tabs .idra-tab-line.active {
    border-top: 8px solid var(--primary-color) !important;
}
#idra-tab-line.nav-link:hover {
    color: black !important;
}
.idra-tab-line:hover {
    color: var(--primary-color) !important;
}
.idra-tab-line {
    color: var(--primary-color) !important;
}
@media (max-width: 768px) {
    .tabs-section .nav-tabs {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        white-space: nowrap;
        display: flex;
        justify-content: start;
        padding-bottom: 10px;
    }

    .tabs-section .nav-tabs .nav-link {
        flex-shrink: 0;
        font-size: 0.625rem;
        padding: 10px 5px !important;
    }
}