.ubuntu-light {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.ubuntu-regular {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.ubuntu-medium {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.ubuntu-bold {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.ubuntu-light-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.ubuntu-regular-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.ubuntu-medium-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.ubuntu-bold-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: italic;
}

body, html {
    font-family: "Ubuntu", sans-serif;
}

.btn{
    display:inline-block;
    padding:12px 16px;
    border-radius:14px;
    background:#02314f;
    color:#fff!important; text-decoration:none; font-weight:700;
    box-shadow:0 6px 22px rgba(11,18,32,.18);
    transition:transform .25s ease, box-shadow .25s ease;
}
.btn-primary{
    color: #fff!important;
    background:#02314f;
    width:100%;
    transition:transform .25s ease, box-shadow .25s ease;
}

.btn-primary:hover{
    color:#fff!important;
    transform: scale(1.05);
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.btn:active,
.btn-primary:active {
    transform: scale(0.97);
}

.cta .btn-primary{
    background:#02314f;
    color:#fff;
    padding:14px 28px;
    border-radius:14px;
    font-weight:700;
    text-decoration:none;
    transition:transform .25s ease, box-shadow .25s ease;
}
.cta .btn-primary:hover{
    color:#fff!important;
    transform:translateY(-1px);
    box-shadow:0 8px 18px rgba(2, 49, 79, 0.33);
}

.main-menu ul .sub-menu li a:before {
    content: none !important; /* Sembolü kaldırır */
    position: absolute;
    font-family: var(--icon-font);
    top: 7px;
    left: 0px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    color: var(--theme2);
    font-weight: 400;
    transition: 0.3s ease-in-out;
    opacity: 0;
}

.main-menu ul .sub-menu li a:hover {
    color: var(--theme2);
    padding-left: 0 !important;
}


.mega-menu .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.main-menu ul .sub-menu a {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: var(--title);
}


.mega-menu:hover .sub-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mega-menu-column {
    flex: 1;
    min-width: 100px;
    margin-right: 20px;
}

.mega-menu-column h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
}

.mega-menu-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: -6px;
    margin-inline-end: 16px;
}

.mega-menu-column ul li a {
    display: block;
    padding: 0px 0;
    color: #555;
    text-decoration: none;
}

.mega-menu-column ul li a:hover {
    color: #007bff;
}

.section-bg {
    background-color: #FBF8F5;
}

.sticky-wrapper {
    background-color: #FBF8F5;
    border-bottom: 1px solid #d3d2d2;
}

.header-top-area {
    background-color: black;
    line-height: 36px;
}

.header-top-area .header-top-wrapper .content ul li a {
    color: white !important;
}

.header-top-area .header-top-wrapper .content ul li {
    color: white;
    font-size: 13px;
}

.header-top-area .header-top-wrapper .content ul li i {
    color: white;
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.header-top-area .header-top-wrapper .social-content ul li a {
    color: white;
    font-size: 13px;
}

.header-top-area .header-top-wrapper .social-content ul li a.phone-number {
    color: white;
    font-size: 15px;
}

.header-top-area .header-top-wrapper {
    justify-content: space-between;
    padding: 0 0;
}

:root {
    --theme2: #fe851b;
    --theme: #00314f;
    --gray1: #f5f5f4;

}

.main-menu a {
    display: block;
    position: relative;
    color: var(--theme);
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 30px;
    text-transform: capitalize;
}

.gt-btn.style3 {
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: white;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    border-radius: 999px;
    background: var(--theme2);
    padding: .5rem 1rem;
}

p {
    color: black;
    font-family: "Ubuntu", sans-serif;
}

h4 a {
    font-family: "Ubuntu", sans-serif;
}

h3, h1, h4, h2, h5, h6 {
    font-family: "Ubuntu", sans-serif;
}

.title-section.style3 .title-content .sub-title {
    color: black;
    font-family: "Ubuntu", sans-serif;
}

.title-section.style2 .title-content .sub-title {
    font-family: "Ubuntu", sans-serif;
}

h3 {
    font-size: 44px;
}

.breadcumb .page-heading h1 {
    font-family: "Ubuntu", sans-serif;
}

.breadcumb .page-heading .breadcrumb-items li {
    font-family: "Ubuntu", sans-serif;
}

.breadcumb {
    overflow: hidden;
    border-radius: 0px 0px 20px 20px;
    background-color: var(--gray1);
    padding: 130px 0 60px 0;
    margin: 0 auto;
    position: relative;
}

.footer-section .footer-widgets-wrapper.style2 .single-footer-widget.style2 .footer-inner-title h5 {
    color: var(--white);
    margin-bottom: 30px;
}

.footer-section .footer-widgets-wrapper.style2 .single-footer-widget.style1 ul li a {
    width: 35px;
    height: 35px;
    border-radius: 999px;
    background: #405f74;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: var(--white);
    display: inline-block;
    text-align: center;
    line-height: 35px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.breadcumb .page-heading .breadcrumb-items li {
    color: var(--title);
    text-align: center;
    font-family: "Epilogue", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.28px;
}

.breadcumb .page-heading .breadcrumb-items li i {
    color: #004540;
    text-align: center;
    font-size: 9px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.breadcumb .page-heading .breadcrumb-items {
    gap: 6px;
}
.header-top-area {
    background-color: #f3a35c;
    line-height: 36px;
}
.trialModal .modal-content {
    border-radius: 18px;
    box-shadow: 0 10px 40px rgba(0,0,0,.1);
    background: #fff;
    padding: 0.5rem 0.75rem 1rem;
}

.trialModal .modal-title {
    color: #0C3A5A;
}

.trialModal .form-control {
    border: 1px solid #e0e5ea;
    border-radius: 12px;
    padding: .75rem 1rem;
    font-size: 0.95rem;
    transition: all .2s ease;
}

.trialModal .form-control:focus {
    border-color: #0C3A5A;
    box-shadow: 0 0 0 3px rgba(12,58,90,.12);
}

.trialModal .submit-btn {
    background-color: #0C3A5A;
    border-radius: 999px;
    color: #fff;
    font-weight: 700;
    padding: 0.9rem;
    transition: background .2s ease, transform .1s ease;
}

.trialModal .submit-btn:hover {
    background-color: #0d456c;
    transform: translateY(-1px);
}

.trialModal .btn-close {
    filter: invert(55%);
}

h5 a {
    font-size: 16px;
}
.plans {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.plan-card {
    flex: 1 1 30%;
    min-width: 300px;
}
@media (max-width: 768px) {
    h3 {
        font-size: 22px;
    }
    .title-section.style3 .title-content h3 {
        margin-top: 0!important;
        font-size: 27px!important;
        line-height: 38px;
    }
    .feature-section .feature-wrapper.style1 {
        margin-top: 0!important;
    }
    .feature-card.style1.rounded-left{
        border-right: 1px solid #d3d2d2;
    }
    .feature-card.style1.rounded-right{
        border-left: 1px solid #d3d2d2!important;
    }
    .feature-section .row {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 1rem;
    }
    .feature-section .row > [class*="col-"] {
        flex: 0 0 85%;
        max-width: 85%;
    }
    .feature-section .row::-webkit-scrollbar {
        height: 6px;
    }
    .feature-section .row::-webkit-scrollbar-thumb {
        background-color: rgba(0,0,0,0.15);
        border-radius: 3px;
    }
    .feature-card .main-thumb img{
        height: auto!important;
    }
    .feature-card.style1 {
        background-color: rgb(255 255 255) !important;
    }
    .px-sm-1{
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-sm-1 strong{
        font-size: 17px;
    }
    .feature-section .row::-webkit-scrollbar {
        display: none; /* Chrome, Safari, iOS */
    }
    .feature-section .row {
        -ms-overflow-style: none;  /* IE/Edge */
        scrollbar-width: none;     /* Firefox */
    }
    .cta h2, .pricing-header h2 {
        font-size: 24px;
    }
    .cta p, .pricing-header p {
        font-size: 16px;
    }
    .pricing {
        margin-bottom: 50px;
    }

    .plans {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        gap: 1rem;
        scroll-behavior: smooth;
        padding-bottom: 1rem;
    }
    .plans::-webkit-scrollbar {
        display: none;
    }
    .plans {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .plan-card {
        flex: 0 0 85%;
        max-width: 85%;
    }
    .title-section.style3 .title-content .sub-title {
        font-size: 24px;
        line-height: 36px;
    }
    .title-section.style3 .title-content {
        margin-bottom: 84px;
    }
    .service-card.style2 {
        padding: 14px 30px;
    }
    .service-section .col-xl-4{
        margin-top: 9px;
    }
    .title-section.style4 .title-content h3 {
        font-size: 20px;
        letter-spacing: -0.8px;
    }
    .footer-section .footer-widgets-wrapper.style2 {
        padding: 229px 0 82px 0;
    }
    .fadeInUp{
        margin-top: 19px;
    }
    .footer-section .footer-widgets-wrapper.style2 .single-footer-widget.style2.footer-nav{
        margin-left: 0;
    }
    .footer-section .footer-widgets-wrapper.style2 .single-footer-widget.style2 ul li a {
        font-size: 14px;
        line-height: 8px;
    }
    .footer-section .footer-widgets-wrapper.style2 .single-footer-widget.style2 ul li {
        margin-bottom: 3px;
    }
    .footer-section .footer-widgets-wrapper.style2 .single-footer-widget.style3 .contact-info .content h5{
        font-size: 14px;
    }
}
.breadcumb {
    overflow: hidden;
    border-radius: 0px 0px 20px 20px;
    background-color: var(--gray1);
    padding: 140px 0 23px 0;
    margin: 0 auto;
    position: relative;
}
.breadcumb .page-heading h1 {
    color: var(--title);
    text-align: center;
    font-family: "Epilogue", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 58.56px;
}
