*
{
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
}

/*---------Navigation--------*/
#nav-bar 
{
     position: sticky;
     top: 0;
     z-index: 10;
}
.navbar-brand img
{
    height: 40px;
    padding-left: 30px;
}
.navbar-nav li
{
    padding: 0 10px;
}
.navbar-nav li a{
    float: right;
    text-align: left;
}
#nav-bar ul li a:hover
{
    color: #007bff!important;
}
.navbar
{
    background: #fff;
}
.navbar-toggler
{
    border: none!important;
}
.nav-link
{
    color: #555!important;
    font-weight: 600;
    font-size: 16px;
}
/*----------------slider-----------*/
#slider{
    width: 100%;
}
.carousel-caption{
    top:50%;
    transform: translateY(-50%);
    bottom: initial!important;
}
.carousel-caption h5{
    color:  #FEBE10;
    font-size: 42px;
}
/*---------------About--------*/
#about
{
    padding-top: 50px;
    padding-bottom: 50px;
    color: #555;
   

}
#about .btn
{
    margin-top: 20px;
    margin-bottom: 30px;
}
.about-content
{
    padding-top: 20px;
   
}
#about .container .row .col-md-6 h3
{
    color: #007bff;
}

.skills-bar p
{
    margin-bottom: 6px;
    font-weight: 600;
}
.progress-bar
{
    border-radius: 16px;
}
.progress
{
    border-radius: 16px !important;
    margin-bottom: 20px;
}


/*-----------Services--------------*/
#services
{
    background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(img/services.jpg);
    background-size: cover;
    background-position: center;
    color: #efefef !important;
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 50px;
}
#services h1
{
    text-align: center;
    color: #efefef !important;
    padding-bottom: 10px;
}
#services h1::after
{
    content: '';
    background: #efefef;
    display: block;
    height: 3px;
    width: 170px;
    margin: 20px auto 5px;
}
.services
{
    margin-top: 40px;
}
.icon
{
    font-size: 40px;
   margin:40px auto;
    padding: 12px 12px 12px 12px;
    height: 80px;
    width: 80px;
    border: 1px solid #FEBE10;
    border-radius: 50%;
    align-items: center;
    color: #FEBE10;
}
#services p
{
    font-size: 14px;
    margin-top: 20px;
    color: #ccc;
}
.services .col-md-3:hover{
    background: #007bff;
    cursor: pointer;
    transition: 0.7s;
}
.services1 .col-md-3:hover
{
     background: #007bff;
    cursor: pointer;
    transition: 0.7s;
}
/*----------Testimonials---------*/


.testimonials {
    background: #007bff;
    padding: 70px 20px;
    font-family: Arial, sans-serif;
}

.testimonial-container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.testimonial-container h2 {
    color: #fcfcfc;
    font-size: 45px;
    margin-bottom: 10px;
}

.testimonial-subtitle {
    color:  #fcfcfc;
    font-size:22px;
    margin-bottom: 45px;
}

/* Cards */

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.testimonial-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 119, 182, 0.15);
    text-align: left;
    position: relative;
    transition: 0.3s;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 119, 182, 0.25);
}

/* Quote Symbol */

.quote {
    font-size: 55px;
    color: #38bdf8;
    font-weight: bold;
    height: 45px;
}

/* Testimonial Text */

.testimonial-card p {
    color: #555;
    font-size: 16px;
    line-height: 1.7;
    margin: 15px 0 25px;
   
}

/* Student Details */

.student {
    display: flex;
    align-items: center;
    gap: 15px;
    border-top: 1px solid #d9f3ff;
    padding-top: 18px;
}

.student-image {
    width: 50px;
    height: 50px;
    background: #38bdf8;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
}

.student h3 {
    margin: 0 0 5px;
    color: #0077b6;
    font-size: 18px;
}

.student span {
    color: #777;
    font-size: 13px;
}

/* Responsive Design */

@media (max-width: 900px) {

    .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 600px) {

    .testimonials {
        padding: 50px 15px;
    }

    .testimonial-container h2 {
        font-size: 28px;
    }

    .testimonial-grid {
        grid-template-columns: 1fr;
    }

}

/* Student Image Box */

.student-photo {
    width: 110px;
    height: 110px;
    margin: 0 auto 15px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #38bdf8;
    box-shadow: 0 4px 12px rgba(0, 119, 182, 0.2);
}

.student-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Center student information */

.student {
    text-align: center;
    border-top: 1px solid #d9f3ff;
    padding-top: 18px;
}

.student h3 {
    margin: 0 0 5px;
    color: #0077b6;
    font-size: 18px;
}

.student span {
    color: #777;
    font-size: 13px;
}
/*-------------start of gent in touch---------------*/
/* ========================================
   CONTACT / INQUIRY SECTION
======================================== */

#contact {
    width: 100%;
    padding: 50px 20px;
    background: #eaf7ff;
    box-sizing: border-box;
}


/* ========================================
   CONTACT CONTAINER
======================================== */

#contact .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}


/* ========================================
   CONTACT TITLE
======================================== */

.contact-title {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
}

#contact h1 {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    color: #064b75;
    position: relative;
}


/* Heading underline */

#contact h1::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background: #00a8e8;
    margin: 12px auto 0;
    border-radius: 5px;
}


/* ========================================
   LEFT + RIGHT LAYOUT
======================================== */

.contact-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}


/* ========================================
   LEFT SIDE - FORM
======================================== */

.contact-form-box {
    width: 55%;
}


/* ========================================
   FORM
======================================== */

#contactForm {
    width: 100%;
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.10);
    box-sizing: border-box;
}


/* ========================================
   INPUTS & TEXTAREA
======================================== */

#contactForm input,
#contactForm textarea {
    width: 100%;
    padding: 14px 16px;
    margin-bottom: 18px;

    border: 1px solid #c9dce8;
    border-radius: 7px;

    font-size: 16px;
    font-family: Arial, sans-serif;

    color: #333;
    background: #fafdff;

    outline: none;
    box-sizing: border-box;

    transition: all 0.3s ease;
}


/* ========================================
   INPUT FOCUS
======================================== */

#contactForm input:focus,
#contactForm textarea:focus {

    border-color: #00a8e8;

    background: #ffffff;

    box-shadow:
        0 0 0 3px rgba(0, 168, 232, 0.15);
}


/* ========================================
   TEXTAREA
======================================== */

#contactForm textarea {

    min-height: 140px;

    resize: vertical;
}


/* ========================================
   PLACEHOLDER
======================================== */

#contactForm input::placeholder,
#contactForm textarea::placeholder {

    color: #7a8a93;
}


/* ========================================
   SUBMIT BUTTON
======================================== */

#submitBtn {

    width: 100%;

    padding: 14px 20px;

    border: none;

    border-radius: 7px;

    background: #0077b6;

    color: #ffffff;

    font-size: 17px;

    font-weight: 600;

    cursor: pointer;

    transition: all 0.3s ease;
}
/* ========================================
   SUBMIT + REFRESH BUTTONS
======================================== */

.form-buttons {
    display: flex;
    gap: 10px;
    width: 100%;
}

/* Submit button */
.form-buttons #submitBtn {
    flex: 1;
    width: auto;
}

/* Refresh button */
#refreshBtn {
    flex: 0 0 120px;
    padding: 14px 20px;

    border: none;
    border-radius: 7px;

    background: #00a8e8;
    color: #ffffff;

    font-size: 17px;
    font-weight: 600;

    cursor: pointer;

    transition: all 0.3s ease;
}

/* Refresh hover */
#refreshBtn:hover {
    background: #0077b6;

    transform: translateY(-2px);

    box-shadow:
        0 5px 15px rgba(0, 95, 143, 0.25);
}

/* Refresh click */
#refreshBtn:active {
    transform: translateY(0);
}

/* Button hover */

#submitBtn:hover {

    background: #005f8f;

    transform: translateY(-2px);

    box-shadow:
        0 5px 15px rgba(0, 95, 143, 0.25);
}


/* Button click */

#submitBtn:active {

    transform: translateY(0);
}


/* Disabled button */

#submitBtn:disabled {

    background: #8db7c9;

    cursor: not-allowed;

    transform: none;

    box-shadow: none;
}


/* ========================================
   SUCCESS / ERROR MESSAGE
======================================== */

#formMessage {

    display: none;

    width: 100%;

    margin-top: 20px;

    padding: 14px 16px;

    border-radius: 7px;

    text-align: center;

    font-size: 16px;

    font-weight: 600;

    box-sizing: border-box;
}


/* Success */

#formMessage.success {

    display: block;

    color: #155724;

    background: #d4edda;

    border: 1px solid #c3e6cb;
}


/* Error */

#formMessage.error {

    display: block;

    color: #721c24;

    background: #f8d7da;

    border: 1px solid #f5c6cb;
}


/* ========================================
   HONEYPOT
======================================== */

#contactForm input[name="website"] {

    display: none;
}


/* ========================================
   RIGHT SIDE - CONTACT INFORMATION
======================================== */

.contact-info {

    width: 45%;

    box-sizing: border-box;
}


/* ========================================
   ADDRESS / PHONE / EMAIL BOX
======================================== */

.follow {

    background: #ffffff;

    padding: 18px 20px;

    margin-bottom: 18px;

    border-radius: 8px;

    box-shadow:
        0 3px 12px rgba(0, 0, 0, 0.08);

    line-height: 1.7;

    color: #555;
}


/* ========================================
   CONTACT INFORMATION HEADING
======================================== */

.follow b {

    color: #064b75;

    margin-right: 5px;
}


/* ========================================
   CONTACT ICONS
======================================== */

.contact-info .fa,
.contact-info .fa-brands {

    margin: 0 8px;

    color: #0077b6;

    font-weight: bold;
}


/* ========================================
   SOCIAL MEDIA
======================================== */

.social-box {

    display: flex;

    align-items: center;

    gap: 10px;
}


.social-box b {

    margin-right: 5px;
}


.social-box a {

    text-decoration: none;

    display: inline-flex;

    align-items: center;

    justify-content: center;
}


.social-box .fa-brands {

    font-size: 27px;

    transition:
        transform 0.2s ease,
        color 0.2s ease;
}


.social-box a:hover .fa-brands {

    color: #005f8f;

    transform: scale(1.15);
}


/* ========================================
   TABLET
======================================== */

@media (max-width: 900px) {

    .contact-row {

        gap: 25px;
    }

    .contact-form-box {

        width: 52%;
    }

    .contact-info {

        width: 48%;
    }

}


/* ========================================
   MOBILE
======================================== */

@media (max-width: 768px) {

    #contact {

        padding: 45px 15px;
    }


    #contact h1 {

        font-size: 30px;
    }


    .contact-row {

        display: flex;

        flex-direction: column;

        gap: 30px;
    }


    .contact-form-box,
    .contact-info {

        width: 100%;
    }


    #contactForm {

        padding: 25px 20px;
    }


    #contactForm input,
    #contactForm textarea {

        font-size: 15px;

        padding: 13px 14px;
    }


    #submitBtn {

        font-size: 16px;
    }

}


/* ========================================
   SMALL MOBILE
======================================== */

@media (max-width: 480px) {

    #contact {

        padding: 40px 12px;
    }


    #contact h1 {

        font-size: 26px;
    }


    #contactForm {

        padding: 20px 15px;

        border-radius: 8px;
    }


    #contactForm input,
    #contactForm textarea {

        font-size: 14px;
    }


    #submitBtn {

        font-size: 15px;

        padding: 13px;
    }


    #formMessage {

        font-size: 14px;
    }


    .follow {

        font-size: 14px;

        padding: 15px;
    }

}




/*----------------End of inquiry section(get in touch)--------------*/

/*-----------Footer--------------------*/
 .footer {
            background: #172554;
            color: white;
            padding: 50px 8% 20px;
        }

        .footer-container {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1.5fr;
            gap: 40px;
        }

        .footer-box h2 {
            color: #facc15;
            margin-bottom: 20px;
            font-size: 22px;
        }

        .footer-box p {
            line-height: 1.7;
            color: #dbeafe;
            margin-bottom: 10px;
        }
        .footer-box img
        {
            height: 50px;
            padding-left: 10px;

        }

        .footer-box ul {
            list-style: none;
        }

        .footer-box ul li {
            margin-bottom: 12px;
        }

        .footer-box ul li a {
            color: #dbeafe;
            text-decoration: none;
            transition: 0.3s;
        }

        .footer-box ul li a:hover {
            color: #facc15;
            padding-left: 5px;
        }

        .contact-info {
            line-height: 1.8;
        }

        .contact-info a {
            color: #dbeafe;
            text-decoration: none;
        }

        .contact-info a:hover {
            color: #facc15;
        }

        .social-links {
            margin-top: 20px;
        }

        .social-links a {
            display: inline-block;
            background: #2563eb;
            color: white;
            text-decoration: none;
            padding: 9px 12px;
            margin-right: 5px;
            border-radius: 5px;
            font-size: 14px;
            transition: 0.3s;
        }

        .social-links a:hover {
            background: #facc15;
            color: #172554;
        }

        .footer-bottom {
            border-top: 1px solid #3b4a70;
            margin-top: 40px;
            padding-top: 20px;
            text-align: center;
            color: #bfdbfe;
            font-size: 14px;
        }

        .footer-bottom a {
            color: #facc15;
            text-decoration: none;
        }

        /* Mobile Responsive */
        @media (max-width: 768px) {

            .footer-container {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .footer {
                padding: 40px 6% 20px;
            }
        }

        /*----------End of footer----------*/