@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ✅ Root Variables */
:root {
    --primary-color: #0743af;
    --secondary-color: #243150;
    --text-color: #333;
    --background-color: #f5f5f5;
    --primary-font: "Barlow", sans-serif;
    --secondary-font: "Nunito", sans-serif;

    --gradient-color: linear-gradient(
        135deg,
        #0743af,
        #0066ff
    ); /* Gradient Button */
}

/* ✅ Body Styles */
body {
    overflow-x: hidden;
    font-family: var(--primary-font);
    
}
p{
    font-family: var(--secondary-font);
}
/* ✅ Primary Button */
.contact-btn {
    font-family: var(--primary-font);
    font-size: 18px;
    font-weight: 600;
    padding: 12px 24px;
    color: white;
    background: var(--gradient-color);
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 10px var(--shadow-color);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}
.contact-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px var(--shadow-color);
    background: linear-gradient(135deg, #0066ff, #0743af);
    color: black;
}
section {
    padding: 50px 0;
}
.typography h2 {
    font-family: var(--primary-font);
    font-size: 55px;
    font-weight: 600;
}
.contact-btn::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: transparent;
    z-index: -1;
    border-radius: 10px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

@media screen and (max-width: 480px) {
    .contact-btn {
        font-size: 16px;
        padding: 10px 20px;
    }
}

.primary-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.nav-logo {
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
    object-fit: cover;
    aspect-ratio: 2/1;
}

.menu-bar li {
    list-style: none;
    display: inline-block;
}

.menu-bar li a {
    margin: 0 20px;
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 600;
    font-family: var(--secondary-font);
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.menu-bar li a:hover {
    color: #ff6600;
}
.hero_section {
        background-color: #ffffff3e;
   
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px;
}
.hero-content h6 {
    font-size: 1rem;
    color: var(--gradient-color);
    font-weight: 700;
}

.hero-content h1 {
    font-size: 5rem;
    font-weight: 500;
    background: var(--secondary-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.hero-img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
}

.hero-img img {
    border-radius: 15px;
}
.brand-slider {
    padding-top: 100px;
}
.slick-img {
    text-align: center;
}
.our-service {
    background-color: #80808063;
    padding: 1em 0em;
}

.service-itemsslider {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.service-itemsslider h3 {
    text-align: center;
    color: var(--background-color);
}

.howwework{
   
}
.planing-do {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transform: scale(0.8);
    opacity: 0;
}
.planing-do h2 {
    font-size: 22px;
    margin-bottom: 10px;
}
.planing-do p {
    color: #666;
}
.shopping{
    border: 1px solid #000;
    border-radius: 10px 0  10px 0;
    text-align: center;
    padding: 10px 0 0 0;
    margin: 12px;
}
.serve-txt p{
    font-size: 16px;
    font-weight: 600
}
.gettouch p{
    font-size: 20px;
    font-weight: 400
}
.callback-men {
    position: relative;
    left: 60px;
    z-index: 0;
}
.callback-men:before {
    background-color: var(--primary-color);
    content: "";
    width: 500px;
    height: 500px;
    border-radius: 50%;
    position: absolute;
    left: -50px;
    top: 20px;
    z-index: -1;
}
.getintouch{
    background-color: #f5f3ef;
}
.quick-link{
    padding-top: 40px;
}
.quick-link ul {
    list-style: none;
    padding-left: 0;
}
.quick-link ul li{
    padding: 7px 0;
}
.quick-link h2{
        color: var(--primary-color);
}
.quick-link ul li a {
    text-decoration: none;
    font-size: 22px;
    color: var(--text-color);
}
.footer-social ul{
    display: flex;
    gap: 10px;
}
.footer-social ul li a{
    color: var(--primary-color);
}
/* about us start */

.about_banner{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../image/about/anout_banner_ne.png);
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.abouttraining_banner{
    background:#000;
}

.main_subscription_form{
    background-color: #f5f3ef;
    padding: 15px;
    border-radius: 10px;
}
.about-page-header h2{
    font-size: 8rem;
    color: #f5f5f5;
    font-weight: 600;
}
.about-page-header p{
    font-size: 1.8rem;
    color: #f5f5f5;
    font-weight: 400;
}
.whostart-txt p{
    font-size: 1rem;
    color:var(--text-color);
    font-weight: 400;
}

.vision_under {
    border: 1px solid #00000024;
    padding: 10px;
    border-radius: 10px;
    height: 100%;
    box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 45%);
}
.icon_img {
    display: flex;
    align-items: center;
    gap: 10px;
}
.icon_img img {
    width: 100%;
    max-width: 58px;
    margin-bottom: 12px;
}
.sub-title{
    color: var(--primary-color);
    font-weight: 800;
}
.two-column {
    display: grid;
    grid-template-columns: auto auto;
}
.checklist ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0;
}
.checklist.style2 li:not(:last-child) {
    margin-bottom: 26px;
}
.checklist.style2 li > i {
    font-size: 20px;
    border-radius: 50%;
    border: 1px dashed var(--text-color);
    padding: 9px;
    margin-right: 10px;
}
.sec-about{
    font-size: 2rem;
    font-weight: 600;
}
.dropdown-menu {
    .dropdown-toggle {
      &::before,
      &::after {
        position: absolute;
        top: 0.85em;
      }
      &::before {
        left: 0.255em;
      }
      &::after {
        right: 0.255em;
      }
    }
  } 
.nav_btn button{
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
}
.nav_btn ul li a{
    margin: 0px !important;
    margin: 0 0 0 20px ;
}
.service_banner{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../image/banner/web_service_bannner_provide.png);
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-title {
    font-size: 22px;
    font-weight: 400;
}
.service-img img{
    width: 140px;
    margin: 0 auto;
    padding: 10px;
}
.service-img{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;

}
.service-card{
    border: 1px dashed #000;
    border-radius: 8px;
    margin: 10px 0;
}
.contact_banner{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../image/contact/contact_banner.png);
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact_banner .about-page-header h2{
    font-size: 5rem;
}
.contact-info {
    display: flex;
    align-items: flex-start;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 10px;
    padding: 15px;
    
}
.contact-icon i{
    font-size: 28px;
    margin-right: 10px;
}

.contactBG {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
                url('../image/contactBanner.jpg') center/cover no-repeat;
}

.contact-heading{
    color: #fff !important;
    padding: 35px 0 0 0;
    font-size: 48px;
}
.contact-para{
    color: #fff;
    padding: 0 35px 0 0;
    font-size: 18px;
}
.map-sec {
    line-height: 0px;
}
.map-sec iframe {
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
    height: 600px;
}