*{
	margin: 0;
	padding: 0;
}

/*=========================
NAVBAR
=========================*/

.custom-navbar{
    background:#ffffff;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    padding:12px 0;
    position:sticky;
    top:0;
    z-index:999;
}

.navbar-brand img{
    width:170px;
}

/* Menu */ 

.navbar-nav .nav-link{
    color:#0B1F3A;
    font-size:14px;
    font-weight:600;
    margin:0 12px;
    position:relative;
    transition:.3s;
}

/* Orange Underline */

.navbar-nav .nav-link::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-6px;
    width:0;
    height:3px;
    background:#FF7A00;
    border-radius:20px;
    transition:.4s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active{
    color:#FF7A00;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after{
    width:100%;
}

/* Dropdown */

.dropdown-menu{
    border:none;
    border-radius:12px;
    padding:10px;
    box-shadow:0 10px 25px rgba(0,0,0,.12);
}

.dropdown-item{
    border-radius:8px;
    padding:10px 18px;
    transition:.3s;
    color:#0B1F3A;
}

.dropdown-item:hover{
    background:#FF7A00;
    color:#fff;
}

/* Call Button */

.call-btn{
    background:#0B1F3A;
    color:#fff;
    font-size: 13px;
    padding:7px 8px;
  	border-top-left-radius: 7px;
  	border-top-right-radius: 7px;
  	font-style: italic;
    text-decoration:none;
    transition:.3s;
    border:2px solid #0B1F3A;
}

.call-btn:hover{
    background:#FF7A00;
    border-color:#FF7A00;
    color:#fff;
    transform:translateY(-3px);
}

/* Mobile */

@media(max-width:991px){

.navbar-nav{
    text-align:center;
    margin:20px 0;
}

/*.navbar-nav .nav-link{
    margin:12px 0;
}*/

.call-btn{
    display:block;
    text-align:center;
    margin-top:15px;
}

.dropdown-menu{
    box-shadow:none;
    border:1px solid #eee;
}

}



.hero-slide{
    position:relative;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    height:560px;
}

.slide1{
    background-image:url("../images/ChatGPT Image Jul 2, 2026, 05_33_43 AM.png");
}

.slide2{
    background-image:url("../images/ChatGPT Image Jul 2, 2026, 05_46_26 AM.png");
}

.overlay{
    position:absolute;
    inset:0;
    background:rgba(11,31,58,.80);
}

.hero-row{
    position:relative;
    z-index:2;
    min-height:560px;
}

.hero-content{
    color:#fff;
}

.hero-tag{
    display:inline-block;
    background:#ff7300;
    color:#fff;
    padding:6px 18px;
    border-radius:30px;
    margin-bottom:15px;
    font-size:14px;
    font-weight:600;
}

.hero-content h1{
    font-size:52px;
    font-weight:700;
    line-height:1.2;
    margin-bottom:15px;
}

.hero-content p{
    font-size:17px;
    margin-bottom:25px;
    color:#eee;
}

.hero-btn{
    display:inline-block;
    background:#ff7300;
    color:#fff;
    text-decoration:none;
    padding:12px 28px;
    border-radius:40px;
    font-weight:600;
}

.hero-btn:hover{
    background:#fff;
    color:#0b1f3a;
}

.quote-form{
    background:#fff;
    padding:20px;
    border-radius:12px;
    box-shadow:0 15px 35px rgba(0,0,0,.25);
}

.quote-form h3{
    text-align:center;
    color:#0b1f3a;
    margin-bottom:15px;
    font-weight:700;
}

.quote-form .form-control{
    margin-bottom:12px;
    height:46px;
    border-radius:6px;
}

.quote-form button{
    width:100%;
    height:48px;
    border:none;
    background:#ff7300;
    color:#fff;
    font-weight:600;
    border-radius:6px;
}

.quote-form button:hover{
    background:#0b1f3a;
}

@media(max-width:991px){

.hero-slide{
    height:auto;
}

.hero-row{
    min-height:auto;
    padding:50px 0;
}

.hero-content h1{
    font-size:34px;
}

.quote-form{
    margin-top:30px;
}

}

.quote-form{
    background:#fff;
    padding:35px;
    border-radius:18px;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
    position:relative;
    overflow:hidden;
}

.quote-form::before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#ff9800,#ff5722);
}

.quote-form h3{
    font-size:30px;
    font-weight:700;
    color:#222;
    margin-bottom:8px;
}

.quote-form p{
    font-size:15px;
    color:#666;
    margin-bottom:20px;
}

.quote-form .form-control{
    height:55px;
    border:1px solid #ddd;
    border-radius:10px;
    padding:0 18px;
    margin-bottom:15px;
    font-size:15px;
    transition:.3s;
    box-shadow:none;
}

.quote-form .form-control:focus{
    border-color:#ff9800;
    box-shadow:0 0 0 4px rgba(255,152,0,.12);
}

.quote-form button{
    width:100%;
    height:55px;
    border:none;
    border-radius:10px;
    background:linear-gradient(135deg,#ff9800,#ff5722);
    color:#fff;
    font-size:17px;
    font-weight:700;
    transition:.3s;
}

.quote-form button:hover{
    transform:translateY(-2px);
    box-shadow:0 12px 25px rgba(255,87,34,.35);
}


.hero-title{
    font-size:58px;
    font-weight:800;
    line-height:1.15;
    color:#fff;
    margin-bottom:20px;
    text-transform:capitalize;
    letter-spacing:-1px;
}

.hero-title span{
    display:block;
    font-size:24px;
    font-weight:600;
    color:#FFC107;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:12px;
}

.hero-title strong{
    display:block;
    color:#ffffff;
    position:relative;
    width:fit-content;
    padding-bottom:8px;
}

.hero-title strong::after{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:120px;
    height:5px;
    border-radius:20px;
    background:linear-gradient(90deg,#FFC107,#FF6B00);
}

/* Tablet */
@media(max-width:991px){

.hero-title{
    font-size:42px;
}

.hero-title span{
    font-size:18px;
}

}

/* Mobile */
@media(max-width:576px){

.hero-title{
    font-size:32px;
    line-height:1.3;
}

.hero-title span{
    font-size:15px;
    letter-spacing:1px;
}

.hero-title strong::after{
    width:80px;
}

}


.owl-nav{
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Navigation Buttons */

.owl-nav{
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    transform:translateY(-50%);
    pointer-events:none;
}

.owl-prev,
.owl-next{
    position:absolute;
    width:60px;
    height:60px;
    border-radius:50% !important;
    background:rgba(255,255,255,0.15) !important;
    backdrop-filter:blur(10px);
    color:#fff !important;
    font-size:40px !important;
    line-height:52px !important;
    text-align:center;
    transition:.35s ease;
    border:2px solid rgba(255,255,255,.25) !important;
    pointer-events:auto;
}

.owl-prev{
    left:25px;
}

.owl-next{
    right:25px;
}

.owl-prev:hover,
.owl-next:hover{
    background:#ff9800 !important;
    border-color:#ff9800 !important;
    color:#fff !important;
    transform:scale(1.08);
    box-shadow:0 10px 25px rgba(255,152,0,.4);
}

/* Hide default focus outline */
.owl-prev:focus,
.owl-next:focus{
    outline:none;
}

/* Mobile */

@media(max-width:768px){

    .owl-prev,
    .owl-next{
        width:45px;
        height:45px;
        font-size:28px !important;
        line-height:38px !important;
    }

    .owl-prev{
        left:10px;
    }

    .owl-next{
        right:10px;
    }

}



.about-section{
    background:#f8fbff;
    position:relative;
    overflow:hidden;
}

.about-image-box{
    position:relative;
}

.about-main-img{
    width:100%;
    border-radius:25px;
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.experience-box{
    position:absolute;
    top:30px;
    left:-20px;
    background:#ff9800;
    color:#fff;
    padding:20px 25px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 15px 30px rgba(255,152,0,.35);
}

.experience-box h2{
    font-size:42px;
    margin:0;
    font-weight:700;
}

.experience-box span{
    font-size:14px;
}

.rating-box{
    position:absolute;
    bottom:30px;
    right:-20px;
    background:#fff;
    padding:18px 22px;
    border-radius:15px;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
    font-size:22px;
}

.rating-box p{
    margin:5px 0 0;
    color:#555;
    font-size:14px;
}

.section-tag{
    display:inline-block;
    background:#fff3e0;
    color:#ff6b00;
    padding:10px 20px;
    border-radius:50px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:20px;
}

.about-content h2{
    font-size:46px;
    font-weight:800;
    line-height:1.2;
    color:#222;
    margin-bottom:20px;
}

.about-content h2 span{
    color:#ff9800;
}

.about-content p{
    color:#666;
    line-height:1.9;
    margin-bottom:18px;
    font-size:16px;
}

.about-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin:35px 0;
}

.feature-item{
    background:#fff;
    padding:16px 20px;
    border-radius:12px;
    font-weight:600;
    color:#222;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.feature-item:hover{
    transform:translateY(-5px);
    background:#ff9800;
    color:#fff;
}

.about-btn{
    display:inline-block;
    padding:15px 35px;
    border-radius:50px;
    background:linear-gradient(135deg,#ff9800,#ff6b00);
    color:#fff;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.about-btn:hover{
    color:#fff;
    transform:translateY(-3px);
    box-shadow:0 15px 30px rgba(255,152,0,.35);
}

@media(max-width:991px){

.experience-box{
    left:10px;
}

.rating-box{
    right:10px;
}

.about-content{
    margin-top:40px;
}

.about-content h2{
    font-size:34px;
}

}

@media(max-width:768px){

.about-features{
    grid-template-columns:1fr;
}

.about-content h2{
    font-size:30px;
}

.experience-box{
    padding:15px;
}

.experience-box h2{
    font-size:30px;
}

.rating-box{
    font-size:18px;
}

}







.counter-section{
    padding:60px 20px;
}

.counter-section .container{
    max-width:1280px;
    margin:auto;

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.counter-box{
    text-align:center;
    padding:45px 20px;
    border-radius:16px;
    transition:.35s;
    border:1px solid rgba(0,0,0,.05);
}

.counter-box:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.counter-box .icon{
    width:54px;
    height:54px;
    background:#fff;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    font-size:22px;
    box-shadow:0 5px 15px rgba(0,0,0,.06);
}

.counter-box h2{
    font-size:46px;
    margin-top:22px;
    font-weight:700;
}

.counter-box p{
    margin-top:10px;
    color:#6d7484;
    font-size:17px;
}

/* Card Colors */

.blue{
    background:#edf4ff;
}

.blue h2,
.blue i{
    color:#245CFF;
}

.orange{
    background:#fff5eb;
}

.orange h2,
.orange i{
    color:#ff6b00;
}

.green{
    background:#edfff7;
}

.green h2,
.green i{
    color:#00a96d;
}

.purple{
    background:#f4f0ff;
}

.purple h2,
.purple i{
    color:#6b39ff;
}


/******** Responsive ********/

@media(max-width:991px){

.counter-section .container{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:576px){

.counter-section{
padding:40px 15px;
}

.counter-section .container{
grid-template-columns:1fr;
gap:18px;
}

.counter-box{
padding:35px 20px;
}

.counter-box h2{
font-size:38px;
}

.counter-box p{
font-size:16px;
}

}




.top-marquee{
    width:100%;
    background:#1d4ed8;
    overflow:hidden;
    border-top:1px solid rgba(255,255,255,.15);
    border-bottom:1px solid rgba(255,255,255,.15);
}

.marquee{
    display:flex;
    overflow:hidden;
    white-space:nowrap;
}

.marquee-content{
    display:flex;
    align-items:center;
    animation:marquee 40s linear infinite !important;
    min-width:max-content;
}

.marquee-content span{
    display:flex;
    align-items:center;
    gap:10px;
    color:#fff;
    font-size:17px;
    font-weight:600;
    padding:14px 30px;
}

.marquee-content span::before{
    content:"★";
    color:#ff9800;
    font-size:15px;
    margin-right:6px;
}

@keyframes marquee{

    from{
        transform:translateX(0);
    }

    to{
        transform:translateX(-50%);
    }

}

.top-marquee:hover .marquee-content{
    animation-play-state:paused;
}

/* Responsive */

@media(max-width:768px){

.marquee-content span{
    font-size:15px;
    padding:12px 20px;
}

}

@media(max-width:480px){

.marquee-content span{
    font-size:14px;
    padding:10px 16px;
}

}


.card-img, .card-img-bottom, .card-img-top {
    width: 100%;
    height: 230px;
}



.mission-vision-section{
    padding:90px 0;
    background:#f8fbff;
}

.section-title{
    text-align:center;
    max-width:750px;
    margin:auto;
    margin-bottom:60px;
}

.section-title span{
    display:inline-block;
    color:#ff7a00;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:10px;
}

.section-title h2{
    font-size:42px;
    font-weight:700;
    color:#0b1f3a;
    margin-bottom:15px;
}

.section-title p{
    color:#666;
    font-size:16px;
    line-height:28px;
}

.mv-wrapper{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.mv-card{
    background:#fff;
    padding:45px 35px;
    border-radius:20px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.4s;
    position:relative;
    overflow:hidden;
}

.mv-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:6px;
    height:100%;
    background:#ff7a00;
}

.mv-card:hover{
    transform:translateY(-10px);
}

.mv-icon{
    width:75px;
    height:75px;
    border-radius:50%;
    background:#ff7a00;
    color:#fff;
    font-size:34px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.mv-card h3{
    font-size:30px;
    color:#0b1f3a;
    margin-bottom:18px;
}

.mv-card p{
    color:#666;
    line-height:30px;
    font-size:16px;
}

@media(max-width:991px){

.mv-wrapper{
    grid-template-columns:1fr;
}

.section-title h2{
    font-size:34px;
}

}

@media(max-width:576px){

.mission-vision-section{
    padding:70px 0;
}

.section-title h2{
    font-size:28px;
}

.mv-card{
    padding:35px 25px;
}

.mv-card h3{
    font-size:24px;
}

.mv-icon{
    width:65px;
    height:65px;
    font-size:28px;
}

}.work-process{
    padding:90px 0;
    background:#fff;
}

.section-title{
    text-align:center;
    max-width:700px;
    margin:0 auto 60px;
}

.section-title span{
    color:#ff6b00;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}

.section-title h2{
    font-size:42px;
    color:#16243d;
    margin:15px 0;
    font-weight:700;
}

.section-title p{
    color:#666;
    line-height:28px;
}

.process-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.process-card{
    background:#fff;
    padding:40px 30px;
    text-align:center;
    border-radius:18px;
    position:relative;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.4s;
}

.process-card:hover{
    transform:translateY(-10px);
}

.step-number{
    position:absolute;
    top:20px;
    right:20px;
    font-size:40px;
    font-weight:700;
    color:#ececec;
}

.icon{
    width:90px;
    height:90px;
    margin:auto;
    border-radius:50%;
    background:#ff6b00;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:38px;
    margin-bottom:25px;
}

.process-card h3{
    font-size:24px;
    margin-bottom:15px;
    color:#16243d;
}

.process-card p{
    color:#666;
    line-height:28px;
}

.process-card:hover .icon{
    background:#16243d;
}

@media(max-width:991px){

.process-grid{
    grid-template-columns:repeat(2,1fr);
}

.section-title h2{
    font-size:34px;
}

}

@media(max-width:576px){

.work-process{
    padding:70px 0;
}

.process-grid{
    grid-template-columns:1fr;
}

.section-title h2{
    font-size:28px;
}

.process-card{
    padding:35px 25px;
}

.icon{
    width:75px;
    height:75px;
    font-size:30px;
}

}.branches-section{
    padding:90px 0;
    background:#f7f9fc;
}

.section-heading{
    text-align:center;
    max-width:750px;
    margin:auto;
    margin-bottom:60px;
}

.section-heading span{
    color:#ff6b00;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}

.section-heading h2{
    font-size:42px;
    color:#0d2240;
    margin:15px 0;
    font-weight:700;
}

.section-heading p{
    color:#666;
    line-height:28px;
}

.branch-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.branch-card{
    background:#fff;
    padding:35px 20px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
}

.branch-card i{
    width:70px;
    height:70px;
    background:#ff6b00;
    color:#fff;
    border-radius:50%;
    line-height:70px;
    font-size:28px;
    margin-bottom:20px;
}

.branch-card h4{
    font-size:24px;
    color:#0d2240;
    margin-bottom:10px;
}

.branch-card p{
    color:#666;
    font-size:15px;
    line-height:26px;
}

.branch-card:hover{
    transform:translateY(-10px);
}

.branch-card:hover i{
    background:#0d2240;
}

@media(max-width:991px){

.branch-grid{
    grid-template-columns:repeat(2,1fr);
}

.section-heading h2{
    font-size:34px;
}

}

@media(max-width:576px){

.branches-section{
    padding:70px 0;
}

.branch-grid{
    grid-template-columns:1fr;
}

.section-heading h2{
    font-size:28px;
}

}.footer{
    background:#0f1d36;
    color:#fff;
    padding-top:80px;
}

.footer-top{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1.3fr;
    gap:40px;
    padding-bottom:50px;
    border-bottom:1px solid rgba(255,255,255,.12);
}

.footer-logo{
    width:180px;
    margin-bottom:20px;
}

.footer-box p{
    color:#cfcfcf;
    line-height:28px;
    margin-bottom:25px;
}

.footer-box h3{
    color:#fff;
    font-size:24px;
    margin-bottom:25px;
    position:relative;
}

.footer-box h3::after{
    content:"";
    width:55px;
    height:3px;
    background:#ff6b00;
    position:absolute;
    left:0;
    bottom:-10px;
}

.footer-box ul{
    padding:0;
    margin:0;
    list-style:none;
}

.footer-box ul li{
    margin-bottom:15px;
}

.footer-box ul li a{
    color:#d8d8d8;
    text-decoration:none;
    transition:.3s;
}

.footer-box ul li a:hover{
    color:#ff6b00;
    padding-left:6px;
}

.contact-info li{
    display:flex;
    gap:12px;
    align-items:flex-start;
    color:#d8d8d8;
}

.contact-info i{
    color:#ff6b00;
    margin-top:5px;
}

.social-icons{
    display:flex;
    gap:12px;
}

.social-icons a{
    width:42px;
    height:42px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    transition:.3s;
}

.social-icons a:hover{
    background:#ff6b00;
    transform:translateY(-5px);
}

.footer-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:25px 0;
    flex-wrap:wrap;
    gap:15px;
}

.footer-bottom p{
    margin:0;
    color:#d8d8d8;
}

.footer-links{
    display:flex;
    gap:25px;
}

.footer-links a{
    color:#d8d8d8;
    text-decoration:none;
    transition:.3s;
}

.footer-links a:hover{
    color:#ff6b00;
}

@media(max-width:991px){

.footer-top{
    grid-template-columns:repeat(2,1fr);
}

.footer-bottom{
    flex-direction:column;
    text-align:center;
}

}

@media(max-width:576px){

.footer{
    padding-top:60px;
}

.footer-top{
    grid-template-columns:1fr;
}

.footer-logo{
    width:160px;
}

.footer-box h3{
    font-size:22px;
}

.footer-links{
    flex-direction:column;
    gap:10px;
}

}.page-banner{
    position:relative;
    padding:130px 0;
    background:linear-gradient(135deg,#0f172a,#1e3a8a,#ff6b00);
    overflow:hidden;
}

.banner-content{
    text-align:center;
    color:#fff;
}

.banner-content span{
    display:inline-block;
    background:#fff;
    color:#ff6b00;
    padding:8px 20px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.banner-content h1{
    font-size:60px;
    font-weight:700;
    margin-bottom:20px;
}

.breadcrumb-nav{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:12px 25px;
    border-radius:50px;
    background:rgba(255,255,255,0.15);
    backdrop-filter:blur(10px);
}

.breadcrumb-nav a{
    color:#fff;
    text-decoration:none;
}

.breadcrumb-nav a:hover{
    color:#ffb347;
}

.breadcrumb-nav i{
    color:#ffb347;
    font-size:12px;
}

.breadcrumb-nav span{
    color:#ffb347;
}

@media(max-width:991px){
    .page-banner{
        padding:100px 0;
    }

    .banner-content h1{
        font-size:45px;
    }
}

@media(max-width:576px){
    .page-banner{
        padding:80px 0;
    }

    .banner-content h1{
        font-size:34px;
    }
}.about-section{
    padding:100px 0;
    background:#fff;
}

.about-image{
    position:relative;
}

.about-image img{
    width:100%;
    border-radius:20px;
}

.experience-box{
    position:absolute;
    bottom:30px;
    left:30px;
    background:#ff6b00;
    color:#fff;
    padding:20px 30px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.experience-box h3{
    font-size:42px;
    margin:0;
    font-weight:700;
}

.experience-box span{
    font-size:15px;
}

.about-content{
    padding-left:40px;
}

.sub-title{
    display:inline-block;
    color:#ff6b00;
    font-weight:700;
    margin-bottom:15px;
    text-transform:uppercase;
}

.sub-title i{
    margin-right:8px;
}

.about-content h2{
    font-size:42px;
    color:#0d2240;
    font-weight:700;
    margin-bottom:20px;
}

.about-content p{
    color:#666;
    line-height:30px;
    margin-bottom:20px;
}

.about-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin:35px 0;
}

.feature-item{
    display:flex;
    align-items:center;
    gap:10px;
    font-weight:600;
    color:#0d2240;
}

.feature-item i{
    color:#ff6b00;
    font-size:18px;
}

.about-btn{
    display:inline-block;
    background:#ff6b00;
    color:#fff;
    padding:15px 35px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.about-btn:hover{
    background:#0d2240;
    color:#fff;
}

.about-btn i{
    margin-left:8px;
}

@media(max-width:991px){

.about-content{
    padding-left:0;
    margin-top:40px;
}

.about-content h2{
    font-size:34px;
}

}

@media(max-width:576px){

.about-section{
    padding:70px 0;
}

.about-content h2{
    font-size:28px;
}

.about-features{
    grid-template-columns:1fr;
}

.experience-box{
    left:15px;
    bottom:15px;
    padding:15px 20px;
}

.experience-box h3{
    font-size:30px;
}

}.list-group-item{
    border: none;
    border-bottom:1px solid #e9e9e9;
    padding:14px 0;
    font-weight:500;
    transition:.3s;
}

.list-group-item:hover{
    color:#ff9800;
    padding-left:12px;
}

.shadow{
    box-shadow:0 10px 30px rgba(0,0,0,.08)!important;
}

h2{
    color:#0B2C5F;
    font-weight:700;
}

h4{
    color:#0B2C5F;
}.contact-section{
    background:#f8f9fa;
}

.sub-title{
    color:#ff9800;
    font-weight:600;
    letter-spacing:2px;
}

.contact-section h2{
    font-size:40px;
    font-weight:700;
    color:#0B2C5F;
    margin:10px 0;
}

.contact-section p{
    color:#666;
    line-height:28px;
}

.contact-info{
    background:#0B2C5F;
    color:#fff;
    padding:35px;
    border-radius:15px;
    height:100%;
}

.info-box{
    display:flex;
    gap:20px;
    margin-bottom:30px;
}

.info-box:last-child{
    margin-bottom:0;
}

.info-box .icon{
    width:60px;
    height:60px;
    background:#ff9800;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:22px;
    color:#fff;
    flex-shrink:0;
}

.info-box h5{
    margin-bottom:5px;
    font-weight:600;
}

.contact-form{
    background:#fff;
    padding:35px;
    border-radius:15px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.contact-form .form-control{
    height:55px;
    border-radius:8px;
    box-shadow:none;
}

.contact-form textarea.form-control{
    height:auto;
}

.contact-form .form-control:focus{
    border-color:#ff9800;
    box-shadow:none;
}

.btn-contact{
    background:#ff9800;
    color:#fff;
    border:none;
    padding:14px 35px;
    border-radius:8px;
    font-size:16px;
    font-weight:600;
    transition:.3s;
}

.btn-contact:hover{
    background:#0B2C5F;
}.gallery-section{
    background:#f8f9fa;
}

.gallery-subtitle{
    color:#ff9800;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
}

.gallery-section h2{
    font-size:42px;
    font-weight:700;
    color:#0B2C5F;
    margin:10px 0;
}

.gallery-section p{
    color:#666;
    max-width:700px;
    margin:auto;
    line-height:28px;
}

.gallery-box{
    position:relative;
    overflow:hidden;
    border-radius:15px;
    cursor:pointer;
}

.gallery-box img{
    width:100%;
    height:280px;
    object-fit:cover;
    transition:.5s;
}

.gallery-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(11,44,95,.75);
    display:flex;
    justify-content:center;
    align-items:center;
    opacity:0;
    transition:.4s;
}

.gallery-overlay i{
    width:65px;
    height:65px;
    background:#ff9800;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:22px;
    transform:scale(0);
    transition:.4s;
}

.gallery-box:hover img{
    transform:scale(1.1);
}

.gallery-box:hover .gallery-overlay{
    opacity:1;
}

.gallery-box:hover .gallery-overlay i{
    transform:scale(1);
}.top-marquee{
    background:#ff9800;
    color:#fff;
    overflow:hidden;
    white-space:nowrap;
    padding:10px 0;
    font-size:15px;
    font-weight:600;
}

.marquee-content{
    display:inline-block;
    padding-left:100%;
    animation:marquee 25s linear infinite;
}

.top-marquee:hover .marquee-content{
    animation-play-state:paused;
}

@keyframes marquee{
    0%{
        transform:translateX(0);
    }
    100%{
        transform:translateX(-100%);
    }
}

.why-choose-us{
    background:#f8fbff;
}

.section-tag{
    display:inline-block;
    background:#ffd54f;
    color:#222;
    padding:8px 20px;
    border-radius:30px;
    font-weight:600;
    margin-bottom:15px;
}

.why-choose-us h2{
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
}

.why-choose-us h2 span{
    color:#ff6600;
}

.why-choose-us p{
    color:#666;
    line-height:28px;
}

.choose-box{
    background:#fff;
    border-radius:15px;
    padding:35px 25px;
    text-align:center;
    transition:.4s;
    height:100%;
    border:1px solid #eee;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.choose-box:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.choose-box .icon{
    width:80px;
    height:80px;
    margin:auto;
    border-radius:50%;
    background:#ff6600;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    margin-bottom:20px;
    transition:.4s;
}

.choose-box:hover .icon{
    background:#002147;
    transform:rotate(360deg);
}

.choose-box h4{
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
    color:#222;
}

.choose-box p{
    font-size:15px;
    color:#666;
}

@media(max-width:991px){

.why-choose-us h2{
    font-size:32px;
}

}

@media(max-width:576px){

.why-choose-us h2{
    font-size:28px;
}

.choose-box{
    padding:30px 20px;
}

}

.features-section{
    padding:20px 0;
}

.features-section .container{
    width:100%;
    max-width:1320px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.feature-card{
    display:flex;
    align-items:center;
    gap:18px;
    padding:22px 28px;
    border-radius:16px;
    border:1px solid rgba(0,0,0,.06);
    box-shadow:0 10px 25px rgba(0,0,0,.05);
    transition:.3s;
}

.feature-card:hover{
    transform:translateY(-5px);
}

.icon-box{
    width:62px;
    height:62px;
    background:#fff;
    border-radius:14px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:22px;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.content h4{
    font-size:24px;
    font-weight:700;
    color:#111;
    margin-bottom:4px;
}

.content span{
    font-size:16px;
    color:#666;
}

/* Backgrounds */

.blue{
    background:#eef4ff;
}

.blue .icon-box{
    color:#2962ff;
}

.green{
    background:#effcf4;
}

.green .icon-box{
    color:#1ca44d;
}

.yellow{
    background:#fff8ea;
}

.yellow .icon-box{
    color:#f39c12;
}

.purple{
    background:#f4f2ff;
}

.purple .icon-box{
    color:#6c63ff;
}

/* Responsive */

@media(max-width:991px){

.features-section .container{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:576px){

.features-section .container{
grid-template-columns:1fr;
}

.feature-card{
padding:20px;
}

.content h4{
font-size:20px;
}

.content span{
font-size:15px;
}

}.client-review-section{
    background:#f8f9fa;
}

.sub-title{
    color:#ff6b00;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}

.client-review-section h2{
    font-size:38px;
    font-weight:700;
    margin:10px 0;
}

.client-review-section p{
    color:#666;
}

.review-box{
    background:#fff;
    padding:30px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
    position:relative;
}

.review-box:hover{
    transform:translateY(-8px);
}

.review-box::before{
    content:"\201C";
    position:absolute;
    top:10px;
    right:20px;
    font-size:70px;
    color:#ff6b00;
    opacity:.15;
    font-family:serif;
}

.stars{
    color:#ffc107;
    margin-bottom:15px;
    font-size:18px;
}

.review-user{
    display:flex;
    align-items:center;
    margin-top:25px;
}

.review-user img{
    width:65px;
    height:65px;
    border-radius:50%;
    object-fit:cover;
    margin-right:15px;
    border:3px solid #ff6b00;
}

.review-user h5{
    margin:0;
    font-size:18px;
    font-weight:700;
}

.review-user span{
    color:#777;
    font-size:14px;
}

@media(max-width:768px){

.client-review-section h2{
    font-size:28px;
}

.review-box{
    padding:25px;
}

}

.price-section{
    background:linear-gradient(180deg,#f8fbff,#ffffff);
}

.section-heading .sub-title{
    display:inline-block;
    background:#fff2e8;
    color:#ff6600;
    padding:8px 22px;
    border-radius:50px;
    font-weight:700;
    margin-bottom:15px;
}

.section-heading h2{
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
}

.section-heading p{
    color:#666;
    max-width:700px;
    margin:auto;
}

.price-card{
    background:#fff;
    border-radius:20px;
    padding:40px 30px;
    text-align:center;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
    transition:.4s;
    position:relative;
    overflow:hidden;
    height:100%;
}

.price-card:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 60px rgba(0,0,0,.15);
}

.price-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:6px;
    background:linear-gradient(90deg,#ff6600,#ff9800);
}

.featured{
    transform:scale(1.05);
    border:2px solid #ff6600;
}

.tag{
    position:absolute;
    top:62px !important;
    right:-38px;
    background:#ff6600;
    color:#fff;
    padding:8px 40px;
    transform:rotate(45deg);
    font-size:13px;
    font-weight:600;
}

@media screen and (max-width:580px){
    .tag{
        display: none !important;
    }
}

.price-icon{
    width:90px;
    height:90px;
    background:#fff3ea;
    color:#ff6600;
    border-radius:50%;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:38px;
}

.price-card h3{
    margin:25px 0 15px;
    font-weight:700;
}

.price{
    font-size:46px;
    color:#ff6600;
    font-weight:800;
}

.price span{
    display:block;
    font-size:15px;
    color:#777;
    margin-top:5px;
}

.price-card ul{
    list-style:none;
    padding:0;
    margin:30px 0;
    text-align:left;
}

.price-card ul li{
    padding:12px 0;
    border-bottom:1px solid #eee;
}

.price-card ul i{
    color:#2ecc71;
    margin-right:10px;
}

.price-btn{
    display:inline-block;
    width:100%;
    background:linear-gradient(90deg,#ff6600,#ff9800);
    color:#fff;
    padding:15px;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.price-btn:hover{
    background:#111;
    color:#fff;
}

@media(max-width:991px){

.featured{
    transform:none;
}

.section-heading h2{
    font-size:34px;
}

}

@media(max-width:767px){

.section-heading h2{
    font-size:28px;
}

.price{
    font-size:38px;
}

.price-card{
    padding:30px 20px;
}

}.faq-section{
    background:#f8f9fc;
}

.section-title .sub-title{
    display:inline-block;
    color:#ff6600;
    font-weight:700;
    background:#fff1e8;
    padding:8px 22px;
    border-radius:50px;
    margin-bottom:15px;
}

.section-title h2{
    font-size:42px;
    font-weight:700;
}

.section-title p{
    color:#666;
    max-width:700px;
    margin:auto;
}

.faq-image img{
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.1);
}

.custom-faq .accordion-item{
    border:none;
    margin-bottom:18px;
    border-radius:15px !important;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.custom-faq .accordion-button{
    background:#fff;
    font-weight:600;
    font-size:17px;
    padding:20px;
    box-shadow:none;
}

.custom-faq .accordion-button:not(.collapsed){
    background:#ff6600;
    color:#fff;
}

.custom-faq .accordion-button:focus{
    box-shadow:none;
}

.custom-faq .accordion-body{
    padding:20px;
    color:#666;
    line-height:28px;
}

.custom-faq .accordion-button::after{
    filter:brightness(0);
}

.custom-faq .accordion-button:not(.collapsed)::after{
    filter:brightness(100);
}

@media(max-width:768px){

.section-title h2{
    font-size:30px;
}

.custom-faq .accordion-button{
    font-size:16px;
    padding:16px;
}

}

*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Arial,sans-serif;
}

body{
background:#f7f9fc;
}

.hero-section{
position:relative;
padding:90px 0;
overflow:hidden;
background:#fff;
}

.container{
width:90%;
max-width:1200px;
margin:auto;
}

.hero-content{
display:flex;
align-items:center;
justify-content:space-between;
gap:60px;
flex-wrap:wrap;
}

.hero-left{
flex:1;
min-width:320px;
}

.tag{
display:inline-block;
background:#eef5ff;
color:#ff7a00;
padding:8px 18px;
border-radius:30px;
font-weight:600;
margin-bottom:20px;
}

.hero-left h1{
font-size:55px;
line-height:1.2;
font-weight:700;
color:#0B1F4D;
margin-bottom:20px;
}

.hero-left h1 span{
color:#ff7a00;
}

.hero-left p{
font-size:18px;
line-height:30px;
color:#666;
margin-bottom:35px;
}

.hero-btns{
display:flex;
gap:15px;
margin-bottom:40px;
flex-wrap:wrap;
}

.btn1{
background:#ff7a00;
color:#fff;
padding:15px 35px;
text-decoration:none;
border-radius:50px;
font-weight:600;
transition:.3s;
}

.btn1:hover{
background:#0B1F4D;
}

.btn2{
background:#0B1F4D;
color:#fff;
padding:15px 35px;
text-decoration:none;
border-radius:50px;
font-weight:600;
transition:.3s;
}

.btn2:hover{
background:#ff7a00;
}

.features{
display:flex;
gap:15px;
flex-wrap:wrap;
}

.feature-box{
background:#fff;
padding:15px 20px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
font-weight:600;
}

.hero-form{
width:390px;
background:#fff;
padding:35px;
border-radius:20px;
box-shadow:0 20px 50px rgba(0,0,0,.12);
position:relative;
z-index:2;
}

.hero-form h3{
text-align:center;
margin-bottom:25px;
color:#0B1F4D;
font-size:28px;
}

.hero-form input{
width:100%;
height:52px;
margin-bottom:15px;
padding:0 15px;
border:1px solid #ddd;
border-radius:10px;
outline:none;
}

.hero-form button{
width:100%;
height:55px;
background:#ff7a00;
border:none;
color:#fff;
font-size:18px;
font-weight:600;
border-radius:10px;
cursor:pointer;
transition:.3s;
}

.hero-form button:hover{
background:#0B1F4D;
}

.shape1{
position:absolute;
width:280px;
height:280px;
background:#ff7a00;
opacity:.08;
border-radius:50%;
top:-120px;
left:-120px;
}

.shape2{
position:absolute;
width:320px;
height:320px;
background:#0B1F4D;
opacity:.06;
right:-150px;
bottom:-150px;
border-radius:50%;
}

@media(max-width:991px){

.hero-content{
flex-direction:column;
}

.hero-left h1{
font-size:42px;
}

.hero-form{
width:100%;
}

}

@media(max-width:576px){

.hero-left h1{
font-size:34px;
}

.hero-left p{
font-size:16px;
line-height:28px;
}

.btn1,.btn2{
width:100%;
text-align:center;
}

}