/* Reset */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
}












/* Top Bar */
.top-bar {
    width: 100%;
    background: #00A9D9;   
    padding: 19px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 16px;
}

/* Left side items */
.left-icon {
    display: flex;
    align-items: center;
    gap: 30px;
}

.left-icon .item i {
    margin-right: 6px;
}

/* Right icon */
.fa{
    font-size: 21px;
    cursor: pointer;
}






















/* Main Header Start */
.mainheader {
    background: #ffffff;
    padding: 15px 20px;
}

/* Container */
.container {
    width: 100%;
    margin: auto;
}

/* Row (Flexbox) */
.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Logo */
.logo img {
    width: 106px;
    height: 118px;
    margin-left: 20px;
}

/* Menu */
.menu {
    margin-left: 40px;
}

.menu .nav-bar {
    display: flex;
    gap: 30px;
    list-style: none;
}

/* FIXED: "17spx" → "17px"
   FIXED: "sans-serifss" → "sans-serif"
*/
.menu .nav-bar li a {
    text-decoration: none;
    color: #13287E;
    font-size: 18px;
    font-weight: bolder;
    text-transform: uppercase;
    transition: 0.3s;
}

.menu .nav-bar li a:hover {
    color: #0088cc;
}

/* Buttons */
.btn1 button,
.btn2 button {
    padding: 12px 60px;
    cursor: pointer;
    border-radius: 30px;
    font-size: 17px;
    font-weight: 900;
    
    border: 2px solid #1DA1F2;
    
}

/* Get a Quote */
.btn1 button {
    background: white;
    color: #1DA1F2;
    margin-left: 0px;
    
}

.btn1 button:hover {
    background: #1DA1F2;
    color: white;
    
}

/* Book Now */
.btn2 button {
    background: #1DA1F2;
    color: white;
    margin-right: 10px;
    padding: 12px 68px; /* Keeping your custom width */
}



/* Main Header End */





/*hero section st */






body {
    background: #f3faff;
}

.hero {
    width: 100%;
    padding: 90px 0px 90px 50px;
}

.hero-container {
    width: 100%;
    margin: auto ;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}

/* LEFT SIDE */
.hero-text {
    width: 50%;
}

.hero-text h1 {
    font-size: 75px;
    font-weight: 700;
    color: #13287E;
    line-height: 1.3;
    margin-bottom: 30px;
}



.hero-text p {
    font-size: 18px;
    color: #112847;
    margin-bottom: 40px;
}

/* BUTTONS */
.hero-buttons {
    display: flex;
    gap: 20px;
}

.btn-primary {
    background: #0D6EFD;
    color: #fff;
    padding: 16px 45px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    font-size: 15px;
}

.btn-primary:hover {
    background: #13287E;
}

.btn-secondary:hover {
    background: #13287E;
    color: #fff;
}



.btn-secondary {
    background: #fff;
    color: #13287E;
    padding: 16px 45px;
    border-radius: 50px;
    border: 2px solid #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}



/* RIGHT SIDE IMAGE */
.hero-img {
    width: 50%;
    text-align: right;
}

.hero-img img {
    width: 90%;
    max-width: 600px;
}

/*hero section end */












/* About Section Start */
.about {
    padding: 60px 0;
    background-color: white;
}

.about .row {
    display: flex;
    align-items: center;
    gap: 100px;
}

.about .img img {
    width: 565px;
    height: 521px;
    padding-left: 30px;
}

.about .text {
    padding: 0 15px 0 0;
}

.about .text h4 {
    font-size: 21px;
    padding: 7px 0;
    font-weight: 700;
    color: #13287E;
}

.about .text h2 {
    font-size: 42px;
    padding-bottom: 35px;
    font-weight: 900;
    color: #13287E;
    
}

.about .text p {
    line-height: 1.5;
    color: #727272;
    font-size: 18px;
    padding-bottom: 45px;
    margin-right: 15px;
}

/* About Button */
.about-btn {
    padding: 18px 21px;
    background: #0099ff;
    color: white;
    border: 1px solid #0099ff;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

/* FIXED: incorrect selector ".about-btn button:hover" */
.about-btn:hover {
    background: #13287E;
}

/* About Section End */




/* start-team-section*/
.main-section-team{
    background-color: rgb(238, 251, 255);
    padding: 0 0 80px 0px;
    
    
    

}
.teams{
   padding-left: 100px;
}

 .container-fluid{
    width: 100%;
    margin: 0 auto;
    
 }
 .row4 :after{
    content: "";
    display: block;
    clear: both;


 }
 .single-team-one i{
    
    color: white;
    font-size: 50px;
    border: 3px solid white;
    border-radius: 50%;
    padding: 20px;
    margin-top: -400px;
    background-color: rgb(237, 96, 26) ;
    
    
    

 }
 .single-team-two i{
   
    color: rgb(237, 96, 26);
    font-size: 50px;
    border: 3px solid rgb(32, 58, 184);
    border-radius: 50%;
    padding: 20px;
    margin-top: -300px;
    background-color:white;
   
 }

 .team-heading{
    font-family: sans-serif;
    text-align: center;
    padding: 80px;

 }
 .team-heading h1{
   text-align: center;
    font-family: sans-serif;
    font-size: 30px;
 }
 .team-heading p{
    text-align: center;
    font-family: sans-serif;
    font-size: 20px ;
    
 }
 .single-team-two{
    
    width: 25% ;
    border: 3px solid blue;
    border-radius: 15px;
    background: white;
    text-align: center;
    display: block;
    float: left ;
    margin: 0 20px;
    padding: 50px 15px;
    color: rgb(32, 58, 184);
    
    

 }
 .single-team-one{
   
    width: 25% ;
    border: 3px solid white;
    border-radius: 15px;
    background: rgb(32, 58, 184);
    text-align: center;
    display: block;
    float: left ;
    margin: 0 20px;
    padding: 50px 15px;
    text-decoration-color: white;
    color: white;
    
    

 }

 
 .single-team-one img{
    width: 100%;
    height: 100%;
    padding: 30px 0 ;
    
 }
 .single-team-two img{
    width: 100%;
    height: 100%;
    padding: 30px 0 ;
    

 }


 .single-team-one button{
    width: 150px;
    min-height: 40px;
    border-radius: 5%;
    border: 3px solid white;
    font-family: sans-serif;
    font-size: 12px;
    font-weight:bold;
    
 }
    

 
 .single-team-two button{
    width: 150px;
    min-height: 40px;
    border-radius: 5%;
    border: 3px solid rgb(32, 58, 184);
    font-family: sans-serif;
    font-size: 12px;
    background-color: rgb(32, 58, 184);
    color: white;
    font-weight:bold;
 }
 /* end-team-section*/












/* start-work-section*/



.how-work-section {
    width: 100%;
    padding: 80px 0px 80px 20px;
    background: white;
}

/* container */
.work-container {
    width: 85%;
    margin: auto;
}

/* row flex */
.row3 {
    display: flex;
    gap: 40px;
    align-items: center;
}

/* LEFT IMAGE */
.work-image {
    width: 50%;
}

.work-image img {
    width:500px;
    height: 635px;
    border-radius: 10px;
}

/* RIGHT CONTENT */
.work-content {
    width: 60%;
    margin-bottom: 0px;
}

.work-content h2 {
    font-size: 43px;
    font-weight: 700;
    color: #13287E;
    margin-bottom: 30px; 
    padding-bottom: 20px;
}

.work-content h2 span {
    color: #F5A623;
}

.sub-text  {
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
    font-size: 16px;
    
}

/* WORK BOX */
.work-box {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 25px;
}

/* ICON */
.wb i {
    width: 55px;
    height: 55px;
    
    color: #FFA300;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
}

/* TEXT */
.text h4 {
    font-size: 25px;
    color: #002D72;
    margin-bottom: 5px;
}

.text p {
    color: #555;
    line-height: 1.5;
    font-size: 17px;
    padding-bottom: 15px;
}

/* BUTTONS */
.work-buttons {
    margin-top: 25px;
    align-items: center;
}

.btn-blue,
.btn-green {
    padding: 11px 90px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    margin-right: 40px;
    font-weight: 600;
    display: inline-block;
    justify-content: center;
    
}

.btn-blue {
    background: #0056C9;
    
}

.btn-green {
    background: #2DBE60;

}


.btn-green:hover {
    background: #0056C9;
    
}
.btn-blue:hover {
    background: #2DBE60;

}
/* end-work-section*/







/*amazon st*/




.amazon {
    padding: 60px 30px;
    min-height: 335px;
    background-image: url("../img/ama.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    
}






    


.row1 {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    
    
    
}



.amabox {
    width: 22%;
    text-align: center;
    padding: 25px;
    
    
    
    
}

.amabox i {
    font-size: 60px;
    color: #000000;
    margin-bottom: 10px;
    padding-bottom: 15px;
}
.amabox h2 {

    font-size: 34px;
    font-weight: 800;
    line-height: 30px;
    padding-bottom: 10px;
    color: white;
}
.amabox p {

    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: white;
}

/*amazon end*/




/*sbox st*/


.sarvicebox {
    background: #00384A;
    padding: 80px 0;
    text-align: center;
    
}


.container2 {
    width: 1200px;
    max-width: 90%;
    margin: auto;
}


.title {
    color: #ffffff;
    font-size: 38px;
    font-weight: 900;
    margin-bottom: 10px;
    padding-bottom: 20px;
}


.underline {
    width: 60px;
    height: 3px;
    background: #1EA0FF;
    margin: 0 auto 20px;
}


.subtitle {
    color: #ffffff;
    font-size: 27px;
    margin-bottom: 60px;
    padding-bottom: 15px;
}


.boxs {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}


.box {
    background: #F4FBFF;
    width: 339px;
    padding: 55px 35px 55px 35px;
    border-radius: 16px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
    position: relative;
}


.icon {
    width: 102px;
    height: 102px;
    background: #F26522;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
}


.icon i {
    font-size: 54px;
    color: #ffffff;
}


.box h3 {
    color: #F26522;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 23px;
}


.box p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}


.bn {
    margin-top: 30px;
}


.bn button {
    background: #F26522;
    color: #ffffff;
    padding: 10.5px 137.5px;
    font-size: 15px;
    border: none;
    
    cursor: pointer;
    transition: 0.3s ease;
}

.bn button:hover {
    background: #61CE70;
}

/*sbox end*/




/* start-map-section*/


/* Container */
.container-seven {
    background-color: rgb(238, 251, 255);
    padding: 80px 20px; /* added side padding */
    max-width: 1200px;
    margin: 0 auto;
}

/* Flex row */
.row5 {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    flex-wrap: wrap; /* allows wrapping on smaller screens */
}

/* LEFT CONTENT */
.location {
    flex: 3; /* takes 60% roughly */
    color: rgb(4, 107, 210);
}

.location h3 {
    margin-bottom: 20px;
    font-size: 24px;
}

.location h1 {
    margin-bottom: 40px;
    font-size: 35px;
}

.location-lists {
    display: flex;
    gap: 50px;
    flex-wrap: wrap; /* wrap lists on small screens */
}

.location ul {
    list-style: none;
    padding: 0;
}

.location ul li {
    font-size: 20px;
    margin-bottom: 10px;
}

.location i {
    color: rgb(4, 107, 210);
    margin-right: 8px;
}

/* MAP */
.map {
    flex: 2; /* takes 40% roughly */
}

.map iframe {
    width: 100%;
    min-height: 500px;
    border: 0;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .row5 {
        gap: 30px;
    }
    .location h1 {
        font-size: 28px;
    }
    .location ul li {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .row5 {
        flex-direction: column;
    }
    .location-lists {
        flex-direction: column;
        gap: 20px;
    }
    .map iframe {
        min-height: 300px;
    }
}
/* end-map-section*/









.footer {
    width: 100%;
    background: linear-gradient(135deg, #020c1b, #041a2f);
    color: #ffffff;
    font-family: Arial, sans-serif;
}

/* MAIN CONTENT */
.footer-wrapper {
    max-width: 1400px;
    margin: auto;
    padding: 80px 60px;
    display: flex;
    justify-content: space-between;
    gap: 70px;
}

/* BOX */
.footer-box {
    flex: 1;
}

.footer-box h4 {
    font-size: 20px;
    margin-bottom: 25px;
}

/* BRAND */
.footer-brand img {
    width: 140px;
    margin-bottom: 25px;
}

.footer-brand p {
    color: #d7d7d7;
    line-height: 1.8;
    max-width: 300px;
}

/* LIST */
.footer-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-box ul li {
    margin-bottom: 14px;
    color: #d7d7d7;
    font-size: 15px;
}

.footer-box ul li a {
    text-decoration: none;
    color: #d7d7d7;
    transition: 0.3s;
}

.footer-box ul li a:hover {
    color: #39d5ff;
}

/* BOTTOM BAR */
.footer-bottom {
    width: 100%;
    background-color: #063743;
    padding: 18px 60px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .footer-wrapper {
        flex-direction: column;
        padding: 60px 30px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}
















