     /* Basic styles */
        body {
            margin: 0;
            font-family: Arial, sans-serif;
        }

        header {
            width: 96%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            /* background-color: #333; */
            color: white;
            padding: 15px 2%;
            z-index: 1;
            position: absolute;
        }

        .logo {
            display: flex;
            align-items: center;
        }

        .logo img {
            height: 119px;
            margin-right: 10px;
        }

        nav {
            display: flex;
            gap: 20px;
            margin: 26px;
        }

        nav a {
            color: white;
            text-decoration: none;
            transition: color 0.3s ease;
            
        }

        nav a:hover {
            color: rgba(254, 158, 9, 1);
        }
        

        .burger {
            display: none;
            font-size: 24px;
            cursor: pointer;
        }
        .Contact{
            display: flex;
        }
        
        #headerLable {
            
            margin: 5px 10px;
        }
        
        .headerIcon{
            font-weight: 900;
            background: #4b62ae;
            border-radius: 5px;
            padding: 7px;
        }
    
        #tint{
            position: absolute;
            background: rgb(0 0 0 / 70%);
            width: 100%;
            height: 100%;
            top: 0;
        }
        
        #Carousel{
            width: 100%;
            position: relative;
            max-height: fit-content;
            height: 100vh;
            overflow: hidden;
        }
        #mobile.show {
            display: flex;
        }
        
        #img1{
            width: 100%;
        }
        
        #Sentence{
            position: absolute;
            width: 80%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -60%);
            color: #ffffff;
            font-size: 18px;
        }
        
        span#Highlight{
            background : linear-gradient(25deg,rgba(254, 158, 9, 1) 35%, rgba(254, 219, 15, 1) 47%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            
        }
        
        #SentenceP{
            font-size: 28px;
        }
        
        button#HighlightedButton {
            height: fit-content;
            width: fit-content;
            padding: 20px 30px;
            font-size: 20px;
            border-radius: 50px;
            margin: 0px 30px;
            border: none;
            background: linear-gradient(153deg, #fe9e09 45%, #fedb0f 80%);
            color: #ffffff;
            font-weight: bold;
            cursor: pointer;
            
        }
        
        #HighlightedButton:hover{
            background:linear-gradient(153deg, #b97307 45%, #ddc00d 80%);
        }
        
        #SeconderyButton{
                height: fit-content;
                width: fit-content;
                padding: 20px 30px;
                font-size: 20px;
                border-radius: 50px;
                margin: 0px;
                border: solid;
                background: #fe9e0900;
                border-style: solid;
                color: #fe9e09;
                font-weight: bold;
                cursor: pointer;
                transition: background ease 1s;
        }
        
        #SeconderyButton:hover{
            background: #fe9e0940;
        }
        
        #Offer{
            height: fit-content;
            width: 100%;
            text-align: center;
            margin: 0px 0px 10px 0px;
            padding: 0px;
        }
        
        #Services{
            display: flex;
            flex-direction: row;
            width: 100%;
            justify-content: space-around;
            overflow: scroll;
            -ms-overflow-style: none;  /* IE and Edge */
            scrollbar-width: none;  /* Firefox */
           
        }
        
        #Services::-webkit-scrollbar {
            display: none;
        }
        
        #ServiceContainer{
            width: 33.33%;
            margin: 15px;
            padding: 15px;
            border-radius: 19px;
            background: linear-gradient(180deg, rgba(75, 98, 174, 1) 37%, rgba(255, 255, 255, 1) 37%);
            box-shadow: 4px 2px 11px -3px #00000026;
            opacity: 0;
            transform: rotateY(90deg);
            transition: transform 2s ease-in, opacity 1s ease-in;
        }
        
        #ServiceContainer.in-view {
            opacity: 1;
            transform: rotateY(0deg);
        }
        

        
        h2#ServiceTitle {
            color: #4b62ae;
        }
        
        #ServiceContainer > span:first-of-type {
            background: linear-gradient(25deg, rgba(254, 158, 9, 1) 10%, rgba(254, 219, 15, 1) 35%);
            -webkit-background-clip: text;
            /* margin: 36px 10px; */
            -webkit-text-fill-color: transparent;
            font-weight: bold;
            font-size: 29px;
        }
        
        #ServiceImg{
            width: 250px;
            height: 250px;
            border-radius: 125px;
        }
        
        #Benefits{
            display : grid;
            grid-template-columns: 1fr 1fr;
            margin-bottom: 20px;
        }
        
        .BsectionA{
            background: linear-gradient(153deg, #fe9e09 45%, #fedb0f 80%);
            color: #ffffff;
            text-align: center;
            display: flex;
            flex-direction: column;
            padding: 50px;
        }
        .BsectionA i , .BsectionB i{
            font-size: 30px;
        }
         .BsectionA p, .BsectionB p {
             color: white;
         } 
        
        .BsectionB{
            background: #4b62ae;
            color: #ffffff;
            text-align: center;
            display: flex;
            flex-direction: column;
            padding: 50px;
        }
        
        #Offer > h2:first-of-type  {
            padding 0px;
            margin: 0px;
            color: #4b62ae;
            margin-bottom: -17px;
        }
        
        #Offer > span:first-of-type {
            background: linear-gradient(25deg, rgba(254, 158, 9, 1) 10%, rgba(254, 219, 15, 1) 35%);
            -webkit-background-clip: text;
            /* margin: 36px 10px; */
            -webkit-text-fill-color: transparent;
            font-weight: bold;
            font-size: 29px;
        }
        #ServiceContainer  > p{
            color: #9a9a9a;
        }
        
        div#pastJobs {
            text-align: center;
            background: #f0f0f0;
            padding-top: 10px;
        }
        
        
        #pastJobs h2{
            color: #4b62ae;
            margin-bottom: -17px;
        }
        #pastJobs > span:first-of-type {
            background: linear-gradient(25deg, rgba(254, 158, 9, 1) 10%, rgba(254, 219, 15, 1) 35%);
            -webkit-background-clip: text;
            /* margin: 36px 10px; */
            -webkit-text-fill-color: transparent;
            font-weight: bold;
            font-size: 29px;
        }
        
        #ContactUs > span:first-of-type{
            background: linear-gradient(25deg, rgba(254, 158, 9, 1) 10%, rgba(254, 219, 15, 1) 35%);
            -webkit-background-clip: text;
            /* margin: 36px 10px; */
            -webkit-text-fill-color: transparent;
            font-weight: bold;
            font-size: 29px;
        }
        
        
        .collage {
          display: flex;
          flex-wrap: wrap;
          gap: 10px;
          justify-content: center;
          background: #f0f0f0;
          padding: 20px;
        }

        .collage-item {
          width: 300px;  /* Fixed width */
          height: 300px; /* Fixed height */
          overflow: hidden;
          border-radius: 8px;
          box-shadow: 0 4px 10px rgba(0,0,0,0.2);
        }
    
        .collage-item img {
          width: 100%;
          height: 100%;
          object-fit: cover; /* or 'contain' if you want full image inside */
          display: block;
        }
        
        .collage-itemReq{
            max-width: 100%;
            width: 500px;
            height: 300px;
            overflow: hidden;
            border-radius: 8px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.2);
        }
        
        .collage-itemReq img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        
        #Reviews {
            background: #ffffff;
            text-align: center;
            padding: 5px;
        }
        
        #Reviews > h2:first-of-type{
            background: linear-gradient(25deg,rgba(254, 158, 9, 1) 35%, rgba(254, 219, 15, 1) 47%);
            -webkit-background-clip: text;
            /* margin: 36px 10px; */
            -webkit-text-fill-color: transparent;
        }
        
        #ReviewSlider{
            
            display: flex;
            justify-content: space-around;
            padding: 10px 0px;
            overflow-x: auto; /* Enable horizontal scrolling */
            cursor: grab; /* Set initial cursor */
           
        }
        
        #ReviewSlider::-webkit-scrollbar {
            display: none;
        }
        
        #ReviewCard{
            text-decoration: none;
            background: white;
            border-radius: 19px;
            padding: 0px 10px;
            max-width: 30.33%;
            min-width: 230px;
            margin: 10px 10px;
            box-shadow: 3px 4px 13px -3px #00000042;
            
        }
        
        div#ContactMethods {
            text-align: center;
            background: #4b62ae;
            border-radius: 19px;
            padding: 18px;
            display: flex;
            flex-direction: column;
            width: fit-content;
            color: white;
            box-shadow: 3px 4px 13px -3px #000000cf;
            
        }
        
        div#ContactMethods a {
            text-decoration: none;
            display: flex;
        }
        
        #ContactinfoItem > i {
            margin: 0px 10px;

        }
        
        div#ContactMethods a p{
            margin: 0px;
        }

        #ReviewerName{
            color: #4b62ae;
        }
        #ReviewParagraph{
            color: #9a9a9a;
        }
        
        
        form {
            max-width: 50%;
            width: fit-content;
            text-align: center;
            background: #4b62ae;
            border-radius: 19px;
            padding: 18px;
            width: fit-content%;
            color: white;
            align-self: center;
            display: flex;
            flex-direction: column;
            box-shadow: 3px 4px 13px -3px #000000cf;
        }
        
        footer{
            height: 50px;
            background: #4b62ae;
            color: white;
            margin: 10px 0px 0px 0px;
            text-align: end;
            display: flex;
            padding: 10px;
            align-content: space-between;
            align-items: center;
            justify-content: flex-end;
        }
        footer a, footer p {
            text-decoration: none;
            color: white;
            margin: 0px 10px 0px 10px;
            font-size: 27px;
        }
        
        div#ContactSections {
            display: flex;
            justify-content: space-around;
            margin-top: 15px;
            margin-bottom: 49px;
        }
        #ContactUs{
            text-align: center;
        } 
        h2#ContuctTitle, #ContactUs > h2  {
            align-self: center;
            color: #4b62ae;
        }
        
        #ContactUs h2:nth-child(2)  {
            margin-bottom: -17px;
        }
        
        #ContuctTitle{
            margin-bottom: 0px;
        }
        
        #ContactinfoItem{
            text-align: left;
            color: #ffffff;
            margin: 17px;
            font-size: 18px;
        }
         #ContactUs > h2  {
            margin-top: 0px;
        }
        
        form > button{
            height: fit-content;
            width: fit-content;
            padding: 20px 30px;
            font-size: 20px;
            border-radius: 50px;
            margin: 15px 0px 0px 0px;
            border: none;
            background: linear-gradient(153deg, #fe9e09 45%, #fedb0f 80%);;
            color: #ffffff;
            font-weight: bold;
            cursor: pointer;
            align-self: center;
            transition: background ease 1s;
        }
        
        
            input#email, input#fullname , input#mobile{
                border: none;
                border: 1px solid #597ae6;
                border-radius: 3px;
                color: white;
                background: #394b86;
                padding 2px;
                margin: 10px 0px 0px 0px;
                height: 30px;
            }
            
             textarea::placeholder, input::placeholder{
                  color: white;
             }
             
            
            textarea#message {
                margin: 10px 0px 0px 0px;
                background: #394b86;
                border-radius: 3px;
                border: 1px solid #597ae6;
                color: white;
            }
        
        
        
         @media (max-width: 768px) {
             
            .Contact{
                display: none;
            }
            
            #ReviewSlider{
                display: flex;
                flex-direction: column;
            }
            
            div#ContactSections{
                display: flex;
                flex-direction: column;
            }
            
            #ReviewCard{
                align-self: center;
                margin-bottom: 10px;
                width:80%;
            }
            
            .logo img {
                height: 72px;
                margin-right: 10px;
            }
            
            #Services{
                flex-direction: column;
                justify-content: ;
            }
            
            #ServiceContainer{
                width: 80%;
                align-self: center;

            }
            
            div#ContactMethods {
                align-self: center;
                width: 80%;
                
            }
            
        
             button#HighlightedButton {
                padding: 15px 23px;
                font-size: 18px;
             }
             
             button#SeconderyButton{
                padding: 15px 23px;
                font-size: 18px;
             }
            
            #Sentence{
                font-size: 13px;
                top: 59%;
            }
            
            #SentenceP{
                font-size: 21px;
            }
            
            form {
                align-self: center;
                max-width: 80%;
                min-width: 80%;
                margin-top: 25px;
                margin-bottom: 25px;
                
            }
            
         }
        /* Responsive styles */
        @media (max-width: 560px) {
        
        .burger {
            display: block;
        }
            
        nav{
            display: flex;
            gap: 10px;
            font-size: 12px;
            margin: 7px;
        }
        #offer{
            height: fit-content;
        }
        
        div#ContactSections{
            display: flex;
            flex-direction: column;
        }
        
        div#ContactMethods {
            align-self: center;
        }
        #Benefits{
            display: flex;
            flex-direction: column;
        }
        #Services{
            display: flex;
            flex-direction: column;
        }
            
            .logo img {
                height: 72px;
                margin-right: 10px;
            }
            
             button#HighlightedButton {
                padding: 5px 10px;
                font-size: 10px;
                margin: 10px 5px;
             }
             
             button#SeconderyButton{
                padding: 5px 10px;
                font-size: 10px;
                margin: 10px 5px;
             }
            
            #Sentence{
                top: 63%;
                text-align: center;
                font-size: 30%;
            }
            
            #SentenceP{
                font-size: 20%;
            }
               
            #desktop {
                display: none;
                flex-direction: column;
                background-color: #333;
                width: 100%;
                padding: 10px 20px;
            }

            #mobile.show {
                display: flex;
            }
            .Contact{
                display: none;
            }
         
        }