.elementor-90 .elementor-element.elementor-element-0367511{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-90 .elementor-element.elementor-element-50663ad > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-90 .elementor-element.elementor-element-50663ad{text-align:center;}.elementor-90 .elementor-element.elementor-element-50663ad .elementor-heading-title{font-family:"Ubuntu", Sans-serif;font-size:60px;font-weight:700;text-transform:uppercase;color:#000F32;}.elementor-90 .elementor-element.elementor-element-3a19b50{--display:flex;}.elementor-90 .elementor-element.elementor-element-aebf8da{--display:flex;}.elementor-90 .elementor-element.elementor-element-4bb8a5c{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-90 .elementor-element.elementor-element-4bf9830{--spacer-size:50px;}@media(max-width:1024px){.elementor-90 .elementor-element.elementor-element-aebf8da{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-90 .elementor-element.elementor-element-aebf8da{--width:1400px;}}@media(max-width:1024px) and (min-width:768px){.elementor-90 .elementor-element.elementor-element-aebf8da{--width:650px;}}@media(max-width:767px){.elementor-90 .elementor-element.elementor-element-0367511{--padding-top:10px;--padding-bottom:10px;--padding-left:50px;--padding-right:50px;}.elementor-90 .elementor-element.elementor-element-50663ad > .elementor-widget-container{padding:0px 0px 0px 00px;}.elementor-90 .elementor-element.elementor-element-50663ad.elementor-element{--align-self:center;}.elementor-90 .elementor-element.elementor-element-aebf8da{--width:95%;--margin-top:0px;--margin-bottom:0px;--margin-left:10px;--margin-right:10px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS */<style>
    .cpt-tabs {
        font-family: Arial, sans-serif;
        background-color: #fff;
        padding: 0;
        border: 0px solid #ec7700;
        border-radius: 0 0 10px 40px;
    }

    .tab-titles {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
        border-bottom: 2px solid #000F32;
        gap: 2px;
        overflow-x: auto;
        text-transform: uppercase;
        font-size:16px;
    }

    .tab-titles li {
        background-color: #fff;
        color: #000F32;
        padding: 10px 40px; /* ✅ 10px top/bottom, 20px left/right */
        cursor: pointer;
        user-select: none;
        transition: background-color 0.3s, color 0.3s;
        border: none;
        border-radius: 0;
    }

    .tab-titles li:hover {
        background-color: #fff7ed;
    }

    .tab-titles li.active,     .tab-titles li:hover {
        background-color: #f97316;
        color: #fff;
        font-weight: bold;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border: 0px solid #f97316;
        border-bottom: none;
        position: relative;
        z-index: 2;
         padding: 10px 40px; 
    }

    .tab-content {
        display: none;
        padding: 20px;
        background-color: #fff;
       
    }

    .tab-content.active,  .tab-content.hover {
        display: block;
         padding:40px;
         border:solid 2px;
    }

    @media (max-width: 768px) {
        .tab-titles {
            flex-direction: column;
            border-bottom: none;
        }

        .tab-titles li {
            padding: 10px 20px; /* ✅ Keep the same horizontal padding on mobile */
            border: none;
            border-radius: 0;
            background-color: #fff;
            color: #f97316;
            text-align: left;
        }

        .tab-titles li.active {
            order: -2;
            background-color: #f97316;
            color: #fff;
            border-radius: 10px 10px 0 0;
            border: none;
        }

        .tab-content.active {
            order: -1;
        }
    }
</style>/* End custom CSS */