@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
  }

body{
    font-family: "Open Sans", sans-serif;
}

.header{
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 4;
    border-bottom: 1px solid #dbdbdb;
}

.header-container{
    width: 1170px;
    margin: auto;
    /* padding: 16px; */
    position: relative;
    /* height: 80px; */
}

.navbar{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.nav-toggle{
    font-size: 32px;
    color: #500091;
    display: none;
}

.nav-close{
    display: none;
}


.menuslider{
    display: none;
}

.nav-menu{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.nav-menu>ul{
    display: flex;
}

.nav-menu>ul>li{
    list-style-type: none;
    padding: 24px;
}


.nav-menu>ul>li>a{
    font-family: inherit;
    font-size: large;
    font-weight: 600;
    text-decoration: none;
    color: #5B2999;
}

.nav-menu>ul>li>hr{
    border: 2px solid #FA6309;
    width: 100%;
}
.nav-button{
    padding: 16px;
    border-radius: 50px;
    color: white;
    /* font-family: inherit;
    font-size: large;
    font-weight: 600; */
    background: #FA6309;
    border: none;
    cursor: pointer;
}

.nav-button>i{
    font-size: 18px;
}

.nav-button>a{
    text-decoration: none;
    color: #fff;
    font-family: inherit;
    font-size: large;
    font-weight: 600;
    padding: 16px;
}

.mega-menu{
    position: absolute;
    width: 100%;
    border: 1px solid #dbdbdb;
    top: 120%;
    left: 0;
    z-index: 3;
    background: #fff;
    transition: 0.1s;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3); 
    margin-top: -10px;
}

.megamenu-items{
    flex-basis: 24%;
    padding: 16px;
}

.megamenu-items>h4{
    font-size: 16px;
    color: #200046;
}

.megamenu-items>ul>li{
    list-style: none;
    margin: 8px;
}

.megamenu-items>ul>li>a{
    text-decoration: none;
    transition: 0.5s;
}

.megamenu-items>ul>li>a:hover{
    border-bottom: 2px solid #FA6309;
    font-weight: bold;
    color: #FA6309;
}

.nav-menu>ul>li:hover .mega-menu{
    top: 110%;
    opacity: 1;
    visibility: visible;
}

/* Hero  */

.hero-main{
    background: #120027;

}

.hero-container{
    margin: auto;
    width: 1170px;
    height: 650px;
    display: flex;
    gap: 60px;
}

.hero-container .left-hero{
    width: 60%;
    color: #dbdbdb;
    padding-top: 100px;
}

.hero-container .left-hero h1{
    font-size: 40px;    
    font-family: inherit;
    font-weight: 600;
    margin-top: 80px;
}

.hero-container .left-hero h3{
    font-size: 24px;    
    font-family: inherit;
    font-weight: 400;
    margin-top: 16px;
}

.hero-container .left-hero img{
    width: 150px;
    margin-top: 24px;
}

.hero-container .right-hero{
    width: 50%;
}

.hero-container .right-hero img{
    height: 100%;
}

/* About us */
.aboutus{
    padding: 24px;
}

.about-container{
    margin: auto;
    width: 1170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about-container p{
    font-family: inherit;
    font-size: 20px;
    font-weight: 600;
    color: #FA6309;
}

.about-container h3{
    padding-top: 32px;
    font-family: inherit;
    font-size: 40px;
    font-weight: 600;
    color: #FA6309;
    text-transform: uppercase;
}

.about-container h5{
    font-family: inherit;
    font-size: 24px;
    font-weight: 500;
    color: #5B2999;
    margin-top: 24px;
    margin-bottom: 50px;
    text-align: center;
}

.aboutus > .about-container > video {
    width: calc(60% - 20px); /* Adjust for padding if needed */
    height: auto;
}

/* Vision and missin statements */
.statements{
    padding: 24px;
    margin-bottom: 60px;
}


.statement-container{
    width: 1170px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.statement{
    background: #200046;
    /* background: #500091; */
    margin: 24px;
    padding: 16px;
    color: #fff;
    border-radius: 8px;
}

.statement>i{
    font-size: 50px;
    color: #FA6309;
    padding-bottom: 16px;
}

.statement h3{
    margin-bottom: 8px;
    font-size: 32px;
}

.statement p{
    font-size: 18px;    
}

/* Grow your business */
.howdigital{
    padding-top: 24px;
    padding-bottom: 80px;
    background: #fff0e8;
}

.howdigital-container{
    width: 1170px;
    margin: auto;
    align-items: center;
    text-align: center;
}

.howdigital-container .how-content{
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 40px;
    padding-top: 24px;
}

.howdigital-container h1{
    font-family: inherit;
    font-size: 40px;
    font-weight: 600;
    color: #FA6309;
    margin-top: 24px;
    margin-bottom: 24px;
}

.howdigital-container h5{
    font-family: inherit;
    font-size: 24px;
    font-weight: 500;
    color: #500091;
    margin-bottom: 24px;
}

.howdigital-container .how-content p{
    font-family: inherit;
    font-size: 20px;
    font-weight: 400;
    color: #120027;
    margin-bottom: 24px;
    text-align: left;
}

.howdigital-container .how-content img{
    width: 550px;
}

/* Services */
.services{
    padding-top: 24px;
    padding-bottom: 80px;
    background: #f9f3ff;
}
.services-container{
    margin: auto;
    width: 1170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.services-container h1{
    font-family: inherit;
    font-size: 40px;
    font-weight: 600;
    color: #FA6309;
    margin-top: 24px;
    margin-bottom: 24px;
}

.services-container h5{
    font-family: inherit;
    font-size: 24px;
    font-weight: 500;
    color: #500091;
    margin-bottom: 40px;
}

.services-group{
    padding: 16px;
    margin: auto;
    background: #200046;
    border-radius: 8px;
    width: 100%;
    display: grid;
    grid-template-columns: 0.8fr 2fr;  
}

.services-group button{
    width: 100%;
    flex-direction: column;
    color: #dbdbdb;
    /* border: 2px solid #5B2999; */
    padding: 16px;
    /* margin-bottom: 8px; */
    cursor: pointer;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    background: none;
    border: none;
    /* border-bottom: 1px solid #fff; */
}

.services-group button .fa-chevron-right{
    transition: 0.2s;
}

.services-group button:hover .fa-chevron-right{
    margin-left: 16px;
}

.sub-services .subservice-left{
    /* width: 43%; */
    display: grid;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    position: absolute;
}

.sub-service{
    width: 380px;
    background: #500091;
    padding: 16px;
    margin: 8px 16px;
    color: #fff;
    border-radius: 8px;
    text-align: left;
}

.sub-service h3{
    font-size: 20px;
    margin-bottom: 8px;
}

/* Specialities */

.specialities{
    background: #fff;
    margin-top: 30px;
    margin-bottom: 60px;
}

.speciality-container{
    margin: auto;
    width: 1170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.speciality-container h1{
    font-family: inherit;
    font-size: 40px;
    font-weight: 600;
    color: #FA6309;
    margin-top: 24px;
    margin-bottom: 24px;
}

.speciality-container h5{
    font-family: inherit;
    font-size: 24px;
    font-weight: 500;
    color: #500091;
    margin-bottom: 40px;
}

.specialities-group{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.speciality{
    margin: 16px;
    border: 2px solid #5B2999;
    border-radius: 4px;
    padding: 12px;
    background: #fff;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.speciality i{
    font-size: 36px;
    /* color: #5B2999; */
    color: #500091;
}

.speciality h2{
    font-family: inherit;
    font-size: 24px;
    font-weight: 600;
    /* color: #5B2999; */
    color: #500091;
    margin-bottom: 8px;
}

.speciality p{
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    color: #2f233d;
    margin-bottom: 16px;
}

/* Contacts */
.contatdetails{
    background: #200046;
}

.contactdetails-container{
    margin: auto;
    width: 1170px;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.contactdetails-container .contact{
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.contactdetails-container .contact i{
    font-size: 35px;
    margin-bottom: 16px;
}

.contactdetails-container .contact p{
    font-weight: 600;
    font-size: 24px;
    color: #fff;

}

/* Get In Touch */
.getintouch{
    margin: auto;
    padding-bottom: 60px;
    padding-top: 60px;
}

.getintouch-container{
    margin: auto;
    width: 1170px;
    padding: 24px;
    color: #dbdbdb;
    /* background-color: #200046; */
    background-color: #500091;
    border-radius: 8px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

/* .getintouch-container h1{
    font-family: inherit;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #fff;
} */

.getintouch-container h5{
    font-family: inherit;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 24px;
    color: #fff;
}

.getintouch-container p{
    font-family: inherit;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 24px;
    color: #fff;
}

.getintouch-container>button{
    padding: 16px 24px;
    border-radius: 4px;
    border: none;
    background: #FA6309;
}

.getintouch-container>button>a{
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
}
.getintouch-container>button>a>i{
    margin-right: 12px;
}

/* Clients */
.clients{
    background: #f2f2f2;
    margin-top: 60px;
    margin-bottom: 60px;
}

.clients-container{
    width: 1170px;
    margin: auto;
}

.clientlist{
    align-items: center;
    justify-content: center;
}

.clientlist img{

    filter: grayscale(100%); /* Make the image grayscale */
    margin: 8px;
    width: 200px;
}

.footer{
    /* margin-top: 60px; */
    padding-top: 30px;
    padding-bottom: 15px;
    /* background: #f2f2f2; */
    background: #120027;
    color: #dbdbdb;
}

.footer-container{
    width: 1170px;
    margin: auto;
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: 2fr 1fr 1fr;
    padding-bottom: 30px;
    align-items: center;
    align-items: baseline;
    gap: 50px;    
}


.footer-container .left-footer h4{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}

.footer-container .left-footer p{
    font-size: 16px;
    font-weight: 400;
}

.footer-container .center-footer h4{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}

.footer-container .center-footer ul li{
    list-style: none;
    padding-bottom: 8px;
}

.footer-container .center-footer ul li a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #dbdbdb;
}

.footer-container .right-footer h4{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}

.footer-container .right-footer p{
    font-weight: 600;
    color: #dbdbdb;
}

.footer-container .right-footer .socialmedialinks{
    font-size: 32px;
    padding-top: 16px;
}

.socialmedialinks .link{
    display: flex;
    flex-direction:row;
    gap: 24px;
}

.socialmedialinks .link a{
    color: #fff;
}

.copyright-container{
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
}

.copyright-container p{
    font-size: 14px;
    font-weight: 600;
}

.copyright-container h5 a{
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    color: #dbdbdb;
}

/* Our Services */
.ourservices{
    margin: auto;
    width: 1170px;
}

.ourservices-container{
    padding-top: 60px;
    padding-bottom: 60px;
    align-items: center;
    text-align: center;
}

.ourservices-container h1{
    font-size: 35px;
    color: #FA6309;
}

.ourservices-container h5{
    font-family: inherit;
    font-size: 20px;
    font-weight: 600;
    color: #500091;
}

.ourservice{
    padding-bottom: 60px;
}

.service-group{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    padding-top: 24px;
}

.service{
    height: 100%;
    padding: 24px;
    border-radius: 4px;
    border: 2px solid #500091;
    text-align: left;
}

.service>i{
    font-size: 35px;
    margin-bottom: 8px;
    color: #500091;
}

.service h5{
    font-family: inherit;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #500091;
}

.service p{
    font-family: inherit;
    font-size: 16px;
    margin-bottom: 16px;
    color: #2f233d;
}

.service button{
    border: none;
    background: none;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}


.service>button>i{
    font-size: 20px;
    margin: none;
}

.service>button>a{
    text-decoration: none;
    color: #FA6309;    
}


/* ...................Projects...................... */
.projects{
    margin: 0;
    padding-top: 50px;
}

.projects-container{
    width: 1170px;
    margin: auto;
    align-items: center;
    text-align: center;
}

.projects-container h1{
    font-family: inherit;
    font-size: 35px;
    color: #FA6309;
    padding-bottom: 8px;
}

.projects-container p{
    font-family: inherit;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #500091;
}

.projects-group{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 50px;
    padding-bottom: 50px;
    gap: 24px;
}

.project{
    width: 100%;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    overflow: hidden;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.project img{
    width: 100%;
    height: 250px;
    border-radius: 8px 8px 0px 0px;
}

.project>h3{
    font-family: inherit;
    font-size: 20px;
    color: #5B2999;
    padding: 0px 8px 0px 8px;
}

.project>p{
    font-family: inherit;
    font-size: 20px;
    color: #2f233d;
    padding: 0px 8px 16px 8px;
}

/* Contact US */
.contactus{
    margin: 0;
}

.contactus-container{
    margin: auto;
    width: 1170px;
}

.contactusdetails{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    flex-direction:column;
    margin-top: 60px;
    margin-bottom: 30px;
    color: #500091;
}

.Office{
    border: 2px solid #500091;
    padding: 16px;
    border-radius: 8px;
    background: #500091;
    color: #f2f2f2;
}

.Office h1{
    font-family: inherit;
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 8px;
}

.Office h5{
    font-family: inherit;
    font-size: 20px;
    font-weight: 500;
}

.makeacall{
    border: 2px solid #5B2999;
    padding: 16px;
    border-radius: 8px;
    background: #500091;
    color: #f2f2f2;
}

.makeacall h1{
    font-family: inherit;
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 8px;
}

.makeacall h5{
    font-family: inherit;
    font-size: 20px;
    font-weight: 500;
}

.sendmail{
    border: 2px solid #500091;
    padding: 16px;
    border-radius: 8px;
    background: #500091;
    color: #f2f2f2;
}

.sendmail h1{
    font-family: inherit;
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 8px;
}

.sendmail h5{
    font-family: inherit;
    font-size: 20px;
    font-weight: 500;
}


.contact-container{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    height: 100%;
    border-radius: 8px;
    padding: 24px;
    justify-self:center;
    margin-bottom: 30px;
}

.contact-form{
    text-align: center;
    padding-top: 100px;
}

.contact-form h2{
    font-family: inherit;
    font-size: 24px;
    font-weight: 700;
    color: #FA6309;
}

.contact-form h1{
    font-family: inherit;
    font-size: 35px;
    font-weight: 700;
    color: #500091;
}

.contact-container .contact{
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    padding: 0;
    flex-wrap: wrap;
}

.contact-container input{
    width: 100%;
    height: 50px;
    border-radius: 8px;
    border: 2px solid #500091;
    margin: 8px;
    padding: 8px 16px;
    font-family: inherit;
    font-size: 16px;
    color: #000;
    box-sizing: border-box;
}

.contact-container textarea{
    width: 100%;
    height: 150px;
    border-radius: 8px;
    border: 2px solid #500091;
    margin: 8px;
    padding: 8px 16px;
    font-family: inherit;
    font-size: 16px;
    color: #000;
    box-sizing: border-box;
}

.contact-container [type='submit']{
    background-color: #500091;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-family: inherit;
    font-weight: 600;
    transform: 0.5s;
    border: none;
    transition: 0.2s;
}

.contact-container [type='submit']:hover{
    background-color: #5B2999;
}

.contact-container [type='submit']:focus{
    scale: 0.99;
}

.sendquote-content h3{
    font-family: inherit;
    font-size: 20xp;
    color: #8DC646;
}

.sendquote-content h1{
    font-family: inherit;
    font-size: 35px;
    padding-bottom: 16px;
    color: #fff;
}






/* ......................................... */
/* Styles for the confirmation modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: white;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    font-family: inherit;
    font-size: 18px;
}

.modal-content h2{
    margin-top: 60px;
    font-family: inherit;
    margin-bottom: 16px;
}

.modal-content p{
    margin-top: 30px;
    font-family: inherit;
    font-size: 18px;
    margin-bottom: 16px;
}

#closeModal {
    margin: 24px;
    margin-bottom: 60px;
    padding: 12px 24px;
    background-color: #5B2999;
    color: white;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 18px;
    border-radius: 8px;
    transition: 0.5s;
}

#closeModal:hover {
    background-color: #500091;
}
#gotohome {
    margin: 24px;
    margin-bottom: 60px;
    padding: 12px 24px;
    /* background-color: #59A000; */
    border: 1px solid #500091;
    color: #500091;
    /* color: white; */
    /* border: none; */
    cursor: pointer;
    font-family: inherit;
    font-size: 18px;
    border-radius: 8px;
    background-color: #fff;
    transition: 0.5s;
}

.modal-content a{
    color:#500091;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 18px;
    border-radius: 8px;
    text-decoration: none;
}


.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    color: #555;
  }
  


  /* Web Design  and Development Page */
  .section-service-01{
    background: #fff0e8;
    padding-top: 30px;
  }

  .section-service-02{
    background: #fff;
    padding-top: 30px;
  }

  .section-service-03{
    background: #f9f3ff;
    padding-top: 30px;
  }

  .section-service-04{
    background: #fff;
        padding-top: 30px;
    border-bottom: 1px solid #dbdbdd;
  }

  .service-content{
    width: 1170px;
    margin: auto;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items:center;
  }

  .service-content h1{
    font-family: inherit;
    font-size: 35px;
    font-weight: 600;
    color: #500091;
    padding-bottom: 8px;
  }

  .service-content h3{
    font-family: inherit;
    font-size: 24px;
    font-weight: 600;
    color: #FA6309;
    padding-bottom: 8px;
  }

  .service-content p{
    font-family: inherit;
    font-size: 20px;
    font-weight: 400;
    color: #120027;
    padding-bottom: 24px;
  }


  .service-container{
    width: 1170px;
    margin: auto;
    padding-bottom: 50px;
    display: flex;
    align-items:center;
    gap: 24px;
  }

  .right-content>img{
    width: 500px;
  }

  .left-content>img{
    width: 500px;
  }

.offer h3{
    font-family: inherit;
    font-size: 24px;
    font-weight: 600;
    color: #500091;
    padding-bottom: 16px;
}

.offeritem{
    padding-bottom: 24px;
}

.offeritem h4{
    font-family: inherit;
    font-size: 18px;
    font-weight: 700;
    color: #2f233d;
    padding-bottom: 4px;
}

.offeritem p{
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    color: #2f233d;
}



/* ****************************************************************************************************************************************** */

/* For devices with max-width of 992px (tablets) */
@media (max-width: 992px) {

    /* Index Page */
    .header{
        width: 100%;
        /* padding-left: 24px;
        padding-right: 24px; */
    }
    
    .header-container{
        width: 100%;
        padding: 0 16px;
    }

    .navbar{
        justify-content: space-between;
    }
    
    .mega-menu{
        position: absolute;
        display: none;
        visibility:visible;
        opacity:0;
        top: 0;
        left: 0;
        width: 40%;
        max-height: 768px;
        overflow-y: auto;
    }

    .megamenu-items{
        padding-bottom: 8px;
    }
    .megamenu-items>ul>li{
        padding-bottom: 8px;
    }

    .nav-menu {
        display: none; /* Initially hidden */
        position: fixed;
        top: 0;
        left: -100%; /* Off-screen */
        width: 300px; /* Adjust as needed */
        height: 100vh;
        background-color: #200046;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
        transition: left 0.2s ease-in-out;
    }


    .nav-menu.active {
        left: 0; /* Slide into view */
        z-index: 999;
        display: block;
    }

    .nav-close {
        display: block;
        font-size: 32px;
        color: #fff;
        position: relative;
        left: 16px;
        top: 16px;
        z-index: 1000;
        cursor: pointer;
        margin-bottom: 32px;
    }

    .nav-menu>ul{
        flex-direction: column;
        width: 100%;

    }

    .nav-menu>ul>li{
    list-style: none;
    padding: 16px;
    margin: 0;
    }

    .nav-menu>ul>li>a{
     color: #fff;
    }

    .nav-toggle{
        display: block;
        font-size: 32px;
        color: #500091;
    }

    .hero-main{
        width: 100%;
    }

    .hero-container {
        height: 100%;
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }

    .hero-container .left-hero{
        width: 50%;
    }

    .hero-container>.right-hero>img{
        width: 100%;
        height: 100%;
    }

    .aboutus > .about-container > video {
        width: calc(80% - 20px); /* Adjust for padding if needed */
        height: auto;
    }

    .aboutus{
        margin: auto;
    }

    .about-container{
        width: 100%;
        text-align: center;
    }

    .statements{
        display: flex;
        padding: 0;
    }
    
    .howdigital{
        padding: 16px;
    }
    .howdigital-container{
        width: 100%;
    }

    .howdigital-container>.how-content>img{
        width: 45%;
    }

    .contactdetails-container{
        width: 100%;
    }

    .services{
        width: 100%;
    }

    .services-container{
        width: 100%;
        text-align: center;
        padding: 16px;
    }

    .services-group{
        width: 100%;
        height: 580px;
    }

    .sub-services .subservice-left{
        width: 63%;
        flex-direction: column;
        grid-template-columns: 1fr;
        position: absolute;
    }

    .sub-service{
        width: 100%;
    }

    .sub-service h3{
        font-size: 18px;
    }

    .specialities{
        width: 100%;
        padding: 16px;
    }
    .speciality-container{
        width: 100%;
    }

    .getintouch{
        padding: 16px;
    }

    .getintouch-container{
        width: 100%;
    }

    .footer{
        padding: 16px;
    }
    .footer-container{
        width: 100%; 
    }

    .copyright-container{
        width: 100%;
    }

    /* Servies Page */
    .ourservices{
        width: 100%;
        padding: 16px;
    }


    /* Projects Page */
    .projects{
        width: 100%;
    }

    .projects-container{
        width: 100%;
        padding: 24px;
    }

    .projects-group{
        grid-template-columns: 1fr 1fr;
    }

    /* Contact Page */
    .contactus{
        width: 100%;
        padding: 16px;
    }
    .contactus-container{
        width: 100%;
    }

    /* Web Developmen Page */
    .section-service-01,.section-service-02,.section-service-03,.section-service-04{
        width: 100%;
        padding: 16px;
    }
    .service-content{
        width: 100%;
    }

    .service-container{
        width: 100%;
    }
}

/* ****************************************************************************************************************************************** */

/* For devices with max-width of 768px (small tablets and large phones) */
@media (max-width: 768px) {

    /* Home Page */
    .nav-toggle{
        display: block;
    }



    .hero-container{
        height: 100%;
    }

    .hero-container>.left-hero>h1{
        margin: 0px;
        font-size: 35px;
    }

    .hero-container>.left-hero>h3{
        font-size: 20px;
    }

    .aboutus > .about-container > video {
        width: calc(100% - 20px); /* Adjust for padding if needed */
        height: auto;
    }

    .contatdetails>.contactdetails-container>.contact>p{
        font-size: 20px;
    }

    .specialities-group{
        grid-template-columns: 1fr 1fr;
    }
    .copyright-container{
        display: block;
        text-align: center;
    }

    .copyright-container p{
        padding-bottom: 8px;
    }

    /* Services Page */
    .service-group{
        grid-template-columns: 1fr 1fr;
    }

    /* Contact Page */

    .contactus-container > .contactusdetails{
        display: block;
    }

    .contact-container{
        width: 80%;
        padding: 0px;
    }

    .contactusdetails{
        text-align: center;
    }

    .contactusdetails > .Office, .makeacall{
        margin-bottom: 16px;
    }

    /* Individual Service Page */
    .section-service-01,.section-service-02,.section-service-03,.section-service-04{
        width: 100%;
        padding: 16px;
    }

    .service-container > .right-content > img{
        width: 100%;
    }

    .service-container > .left-content{
        width: 100%;
    }

    .service-container > .left-content > img{
        width: 100%;
    }

    .service-container > .right-content{
        width: 100%;
    }


}

/* ****************************************************************************************************************************************** */

/* For devices with max-width of 576px (mobile phones) */
@media (max-width: 576px) {

    /* Index Page */
    .hero-main{
        width: 100%;
    }
    
    .hero-container .left-hero{
        width: 80%;
    }

    .hero-container .left-hero h1 {
        font-size: 24px;
        margin-top: 0;
    }
    .hero-container .left-hero h3 {
        font-size: 18px;
        padding-bottom: 24px;
    }
    .hero-container .right-hero {
        width: 100%; /* Ensure the image takes full width if needed */
        text-align: center; /* Center the image if necessary */
        margin-top: 80px;
    }

    .about-container h3{
        font-size: 28px;
    }

    .about-container h5{
        font-size: 20px;
    }

    .statement-container{
        grid-template-columns: 1fr;
    }

    .statement h3{
        font-size: 24px;
    }

    .howdigital h1{
        font-size: 28px;
    }

    .howdigital h5{
        font-size: 20px;
    }

    .howdigital-container>.how-content>p{
        font-size: 16px;
    }

    .how-content{
        display: flex;
        flex-direction: column;
    }

    .howdigital-container > .how-content > img{
        width: 400px;
    }

    .contactdetails-container{
        display: grid;
        gap: 24px;
    }

    .contactdetails-container > .contact {
        display: flex;
        gap: 16px;
    }

    .services-group{
        height: 100%;
    }

    .services>.services-container>h1{
        font-size: 28px;
    }

    .services>.services-container>h5{
        font-size: 20px;
    }

    .speciality-container>h1{
        font-size: 28px;
    }

    .speciality-container>h5{
        font-size: 20px;
    }

    .sub-services .subservice-left{
        width: 60%;
    }

    .getintouch-container>h5{
        font-size: 28px;
    }

    .footer-container{
        display: block;
    }

    .footer-container .left-footer, .center-footer{
        padding-bottom: 24px;
    }

    /* Services Page */
    .ourservices-container h1{
        font-size: 28px;
    }

    /* Projects Page */
    .projects-container h1{
        font-size: 28px;
    }

    .projects-group img{
        height: 160px;
    }

    /* Individual Service Page */

    .section-service-01,.section-service-02,.section-service-03,.section-service-04{
        width: 100%;
        padding: 16px;
    }

    .service-container{
        display: block;
    }

    .service-content>h1{
        font-size: 28px;
    }

    .service-content>h3{
        font-size: 20px;
        text-align: center;
    }

    .service-content>p{
        font-size: 16px;
    }

    .service-container > .right-content > img{
        width: 60%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .service-container > .right-content{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .service-container > .left-content{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .service-container > .left-content{
        width: 100%;
    }

    .service-container > .left-content > img{
        width: 60%;
    }

    .service-container > .right-content{
        width: 100%;
    }



}



/* ****************************************************************************************************************************************** */

/* For devices with max-width of 440px (mobile phones) */
@media (max-width: 440px) {

    .logo img{
        width: 150px;
    }

    .nav-button > i{
        display: none;
    }

    .nav-button{
        padding: 12px;
    }

    .nav-button > a{
        font-size: 14px;
        padding: 12px;
    }

    .hero-main{
        width: 100%;
    }

    .hero-container {
        flex-direction: column;
        align-items: center; /* Center-align items in the column */
        gap: 0px;
    }
    .hero-container .right-hero {
        order: -1; 
        /* Moves the image to the top */
        width: 100%; /* Ensure the image takes full width if needed */
        text-align: center; /* Center the image if necessary */
        margin-top: 40px;
    }

    .hero-main>.hero-container>.right-hero>img{
        width: 80%;
    }

    .hero-container .left-hero {
        width: 100%;
        align-items: center;
        text-align: center;
        padding-top: 20px;
    }
    .hero-container .left-hero h1 {
        font-size: 24px;
        margin-top: 0;
    }
    .hero-container .left-hero h3 {
        font-size: 16px;
        margin-bottom: 60px;
    }

    .aboutus > .about-container > video {
        width: 100%; /* Make video width 100% of its container */
        height: auto; /* Maintain the aspect ratio */
    }

    .aboutus>.about-container>p{
        font-size: 16px;
    }

    .aboutus>.about-container>h3{
        font-size: 20px;
        padding-top: 16px;
    }

    .aboutus>.about-container>h5{
        font-size: 16px;
    }

    .statement-container{
        grid-template-columns: 1fr;
    }
    .statement h3{
        font-size: 24px;
    }

    .statement p{
        font-size: 16px;
    }

    .howdigital-container h1{
        font-size: 24px;
    }

    .howdigital-container h5{
        font-size: 20px;
    }

    .how-content{
        display: flex;
        flex-direction: column;
    }

    .howdigital-container > .how-content > p{
        font-size: 16px;
    }

    .howdigital-container > .how-content > img{
        width: 360px;
    }

    .contactdetails-container{
        display: grid;
        gap: 24px;
    }

    .contactdetails-container > .contact {
        display: flex;
        gap: 16px;
    }

    .contactdetails-container > .contact > i {
        font-size: 20px;
        line-height: 0;
        vertical-align: middle;
        margin: 0;
    }

    .contactdetails-container > .contact > p {
        font-size: 20px;
    }

    .services-container h1{
        font-size: 24px;
    }

    .services-container h5{
        font-size: 16px;
    }

    .specialities-group{
        grid-template-columns: 1fr;
        height: 100%;
    }

    .sub-services .subservice-left{
        width: 50%;
        flex-direction: column;
        grid-template-columns: 1fr;
        position: absolute;
    }

    .sub-services h3{
        font-size: 16px;
    }

    .sub-services p{
        font-size: 14px;
    }

    .speciality-container h1{
        font-size: 24px;
    }

    .speciality-container h5{
        font-size: 16px;
    }

    .speciality h2{
        font-size: 20px;
    }

    .getintouch-container h5{
        font-size: 28px;
    }   

    .footer-container{
        display: block;
    }

    .footer-container .left-footer, .center-footer{
        padding-bottom: 24px;
    }

    .copyright-container{
        display: block;
        text-align: center;
    }

    .copyright-container p{
        padding-bottom: 8px;
    }

    /* Servies Page */
    .ourservices{
        width: 100%;
        padding: 16px;
    }

    .ourservice h1{
        font-size: 24px;
        padding-bottom: 8px;
    }

    .service-container
    {display: block;}

    .service-group{
        grid-template-columns: 1fr;
    }

    /* Projects */
    .projects-container h1{
        font-size: 24px;
    }

    .projects-container p{
        font-size: 20px;
    }   

    .projects-group{
        grid-template-columns: 1fr;
    }

    .projects-group >.project > img{
        width: 100%;
        height: 220px;
    }

    .project h3{
        font-size: 16px;
    }

    .project p{
        font-size: 16px;
    }

    /* Contact Page */

    .Office h1{
        font-size: 24px;
    }

    .Office h5{
        font-size: 18px;
    }

    .makeacall h1{
        font-size: 24px;
    }

    .makeacall h5{
        font-size: 18px;
    }
    .sendmail h1{
        font-size: 24px;
    }

    .sendmail h5{
        font-size: 18px;
    }

    .contact-container{
        width: 100%;
        padding: 0px;
    }

    .contact-form{
        padding-top: 40px;
    }

    .contact-form h2{
        font-size: 18px;
    }
    .contact-form h1{
        font-size: 24px;
    }

    .contact-container > .contact{
        padding: 0;
    }

    /* Individual Service Page */
    .section-service-01,.section-service-02,.section-service-03,.section-service-04{
        width: 100%;
        padding: 16px;
    }

    .service-container{
        display: block;
    }

    .service-content h1{
        font-size: 24px;
    }

    .service-content h3{
        font-size: 20px;
        text-align: center;
    }

    .service-content p{
        font-size: 14px;
    }

    .offer h3{
        font-size: 20px;
    }

    .offer h4{
        font-size: 16px;
    }

    .offer p{
        font-size: 14px;
    }

    .service-container > .right-content> img{
        width: 360px;
    }

    .service-container > .left-content> img{
        width: 360px;
    }

}