
* { box-sizing: border-box; margin: 0; padding: 0; }

.raleway {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.story-script-regular {
  font-family: "Story Script", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body { 
font-family: 'raleway', sans-serif; overflow-x: hidden;
}
html {
    scroll-behavior: smooth;
}
[id] {
    scroll-margin-top: 80px; 
}
/* Image {
    scroll-margin-top: 80px; 
}*/
.main-container {
    width: 100vw; 
    min-height: 100vh; 
    display: flex;
    flex-direction: column;
}
.center-title { text-align: center; padding:20px 20px; font-weight:600; color: #aac3e0; background: #065bac; letter-spacing: 0.1em;font-family: "Story Script", sans-serif;}

img {
    max-width: 100%;  
    height: auto;   
    display: block; 
}
h4 {
color: #333;
font-weight: bold;line-height: 1.5;
font-size: 1.2em;
font-family: "Raleway", sans-serif;letter-spacing: 0.1em;
}
h3 {
color: #333;
font-weight: bold;line-height: 1.5;
font-size: 1.5em;
font-family: "Raleway", sans-serif;letter-spacing: 0.1em;
}
h2 {
color: #f2f2f2;
font-weight: bold;
font-size: 2.5em;
font-family: "Story Script", sans-serif;letter-spacing: 0.2em;
}
h1 {
color: #f2f2f2;
font-weight: bold;
font-size: 2.5em;
font-family: "Story Script", sans-serif;letter-spacing: 0.2em;
}
.row-1 {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #065bac;
    backdrop-filter: blur(8px);
    padding: 5px 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    }
.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%; 
    position: relative;
    box-sizing: border-box;
}
.nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.nav-brand {
    color: #f2f2f2;
    font-weight: bold;
    font-size: 1.2rem;
}
.menu {
    list-style: none;
    display: flex;
    gap: 25px;
    font-weight: bold;
}
.menu a:link, .menu a:visited { color:  #f2f2f2; text-decoration: none; transition: 0.3s; }
.menu a:hover, .menu a:focus { color: #97cbed;}
.menu a.active { color: #fff !important;
}
.has-dropdown { position: relative;
}
.dropdown { 
    display: none; 
    position: absolute; 
    top: 100%; 
    left: 0; 
    background: rgba(6, 91, 172, .8);
    min-width: 200px; 
    list-style: none;
    padding: 15px 20px;   
        }
.has-dropdown:hover .dropdown { display: block;
    top: 100%; 
    left: 0;
    box-shadow: 0 8px 15px rgba(0,0,0,0.1); }
.dp{
margin-right: 0; margin-bottom: 10px; margin-left: 0px; margin-top: 20px;
border-bottom: 1px solid rgba(207, 234, 241, .3);
}
 
.menu-toggle { display: none; }

.row-2-fluid-row {
width: 100%;
padding: 80px 40px;
}
.row-2-content {
display: flex;
align-items: center;
margin: 0 auto; 
width: 100%; 
}
.row-4 {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 25px;
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.box.card {
    background: #ffffff; 
    border: 1px solid #e1e8f0;
    padding: 35px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    align-items: center;    
    box-shadow: 0 10px 20px rgba(0,0,0,0.03);
}
.box.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(12, 37, 121, 0.1);
    border-color: #0c2579;
}
.form-col a {
    color: #0c2579;
    text-decoration: none;
    transition: 0.3s;
    font-family: 'Raleway', sans-serif;
}
 .form-col a:hover {
    color: #238ff7;
}
.form-link{color: #0c2579;
} 
.icon-wrapper {
    background: rgba(201, 217, 235, 0.3); 
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto 25px; 
    flex-shrink: 0; 
}
.icon-wrapper svg {
    width: 30px !important;  
    height: 30px !important; 
    display: block;          
    margin: 0 auto;
}
.b1 {
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    color: #0c2579; 
    margin-bottom: 15px;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-align: center;
}
.b3{
    font-family: "Raleway", sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #333;
    position: relative;
    font-weight: bold;
}
.b2{
    font-family: "Raleway", sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #fff;
    position: relative;
    font-weight: bold;
}
.box.card ul {
    margin: 0;
    padding-left: 18px;
    list-style: none;
}
.box.card li {
    font-family: "Raleway", sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #333;
    position: relative;
    font-weight: bold;
}
.box.card li::before {
    content: "•";
    color: #065bac; 
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}
.bx-link a {
    color: #0c2579;
    text-decoration: none;
    transition: 0.3s;
    font-family: 'Raleway', sans-serif;
}
.bx-link a:hover {
    color: #238ff7;
}
.bx-link{color: #0c2579;
}
.highlight-card {
    background: #065bac !important;
    color: white !important;
}
.highlight-card h4, .highlight-card p {
    color: white !important;
}
.highlight-card .icon-wrapper {
    background: rgba(255,255,255,0.2);
}
.highlight-card .icon-wrapper svg {
    stroke: white;
}
.tle {
 letter-spacing: .2em; 
 line-height: 1.9;
 color: #f2f2f2;
 font-variation-settings: "width" 100;
 font-weight: bold;
 font-style: normal;
 font-size: 1.5em;
 font-optical-sizing: auto;
  }

.row-container {
    display: flex;         
    width: 100%;           
    gap: 20px;             
    padding: 60px;         
    align-items: center;   
}
.text{
    font-weight:600; color: #333; letter-spacing: .2em; line-height: 1.5;font-size: 1em;
}
.column-left {
    flex: 1;              
}
.column-right {
    flex: 1;               
 }
.row-10-footer {
    color: #333;
    padding: 20px 20px 20px;
    font-family: 'Raleway', sans-serif;
}
.footer-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 40px;
    margin: 0 auto;line-height: 1.5;
}
.footer-col h3 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    display: inline-block;
    padding-bottom: 5px;
}
.footer-col ul {
    list-style: none;
    padding: 0;
}
.footer-col ul li {
    margin-bottom: 10px;
    font-family: 'Raleway', sans-serif;
}
.footer-col a {
    color: #0c2579;
    text-decoration: none;
    transition: 0.3s;
    font-family: 'Raleway', sans-serif;
}
.footer-col a:hover {
    color: #238ff7;
}
.footer-link{color: #0c2579;
}
.footer-phone {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #0c2579; 
    text-decoration: none;
    transition: 0.3s ease;
    border-bottom: 2px solid transparent;
}
.footer-phone:hover {
    color: #238ff7; 
    border-bottom: 2px solid #238ff7;
}
#backToTop {
    display: block;
    position: fixed; 
    bottom: 30px; 
    right: 30px; 
    z-index: 99; 
    border: none; 
    outline: none; 
    background-color: #065bac; 
    color: #f2f2f2; 
    cursor: pointer; 
    padding: 15px; 
    border-radius: 50%; 
    font-size: 26px;
    font-weight: 700;
    opacity: 0; 
    transition: opacity 0.4s, transform 0.3s;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);font-family: 'Raleway', sans-serif;
}
#backToTop.show {
    opacity: 1; 
}
#backToTop:hover {
    background-color: #238ff7; 
    transform: translateY(-5px); 
}
@media (max-width: 768px) {
 h1 {
color: #f2f2f2;
font-weight: bold;
font-size: 1.3em;
font-family: "Story Script", sans-serif;letter-spacing: 0.2em;
text-align: center;
     padding: 10px 0px 10px 0px
}
 h2 {
color: #f2f2f2;
font-weight: bold;
font-size: 1.2em;
font-family: "Story Script", sans-serif;letter-spacing: 0.2em;
}

 .tle {
 letter-spacing: .2em; 
 line-height: 2.5;
 color: #f2f2f2;
 font-variation-settings: "width" 100;
 font-weight: bold;
 font-style: normal;
 font-size: 1.2em;
 font-optical-sizing: auto;
  }
 .rgt{
     padding: 25px;
}
@media (max-width: 768px) {
    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .footer-col h3 {
        display: block; 
    }
    .footer-bottom {
    margin-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 20px;
    text-align: center;
    font-size: 0.8rem;
    color: #888;
}
}
@media (max-width: 768px) {
    .row-container {
        flex-direction: column; 
    }
}
@media (max-width: 768px) { 
.row-2-content {
flex-direction: column;
     }
    .col-right {
        text-align: center;
        margin-top: 20px;
    }
    .col-right {
    flex: 2; 
    text-align: right;
    }
}
@media (max-width: 768px) {
    .row-4 {
        grid-template-columns: 1fr !important; 
        padding: 20px;
        gap: 15px;
    }
     .box.card {
        width: 100%; 
    }
}

@media (max-width: 768px) {
    .menu-toggle {
        display: block;
        color: #f2f2f2;
        border: 1px solid rgba(255,255,255,0.5);
        padding: 5px 10px;
        background: transparent;
        cursor: pointer;
        margin-left: auto;      
        order: 2;              
        min-width: 80px;        
        text-align: center;
        font-family: 'Raleway', sans-serif;
    }    
    .menu {
        display: none; 
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: rgba(6, 91, 172, 0.8); 
        padding: 5px 0;
        border-bottom: 2px solid #007bff;
    }
    .menu.is-active {
        display: flex !important;
    }
    .menu li a {
        padding: 5px 20px;
        display: block;
        color: white;
        text-decoration: none;
    }
    .nav-brand {
        order: 1;        
    }
}
   