* {
    font-family: "Kanit", serif;
    font-weight: 400;
    font-style: normal;
    margin: 0px;
    padding: 0px;
}

body {
    
}
/*Home Page start*/
.carousel-item img {
    height: 450px;
}
.card-group {
    margin: 10px 0px;
    padding: 10px;
    column-gap: 10px;
}

.card {
    margin-top: 10px;
    
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
    box-shadow: 4px 4px 4px gray,0 0 1em gray, 0 0 0.2em gray;
}
.card .card-body p{
    font-size:13px;
    font-family:Arial, Helvetica, sans-serif
}
.card-group .card img {
    border-bottom-left-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
    height: 250px;
    padding: 10px 10px 10px 10px;
}
.card-group .card .card-footer a {
    font-size:11px;
    width:80px;
    height:30px;
    /*margin-left:87px;*/
    float:right;
}
.card-group .card .card-footer {
    border-top:1px dotted black;
    background-color: white;
    margin-bottom:5px;
}

.accordion {
    margin: 10px;
    padding: 10px;
    box-shadow: 4px 4px 4px gray,0 0 1em gray, 0 0 0.2em gray;
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}

/* for contact*/
.accordian {
    margin: 10px;
    padding: 10px;
}
.accordian-side-img img {
    width: 450px;
    height: 305px;
    margin: 10px ;
    padding: 10px;
    box-shadow: 4px 4px 4px gray,0 0 1em gray, 0 0 0.2em gray;
    border-bottom-left-radius: 14px !important;
    border-bottom-right-radius: 14px !important;
    border-top-left-radius: 14px !important;
    border-top-right-radius: 14px !important;
}

@media screen and (max-width: 991px) {
    .card-group {
        display: block !important;
        width: 100%;
        margin: 10px 0px;
        padding: 10px;
    }
    .card-group .card .card-footer a {
        font-size: 13px;
        width: 70px;
        height: 30px;
    }
    .card .card-body p {
        font-size: 15px;
    }
    .contact {
        width: 85% !important;
        justify-self:center;
    }
    .accordion {
        width:85% !important;
        justify-self:center !important;
    }
    .accordian {
        width:100%;
    }
    .accordian-side-img img {
        width: 85% !important;
        height: 350px;
        margin-right:40px;
    }
}

/*Home page end*/

/*Ios page start*/
.carousel-img img {
    height: 300px;
    margin-bottom:20px;
}
.ioswing{
    border-top: 1px solid black;
}
.right-boder{
    border-right: 1px solid black;
}
.card-img-carousel img{
    width:300px;
    height:250px;
}
/*Ios page end*/
footer {
    margin-top: 10px;
    background-color: #fff;
    color: black;
    padding: 5px 0;
    text-align: center;
}

.footer-container {
    border-top: 1px solid black;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.footer-section {
    flex: 1 1 22%; /* Ensures 4 equal columns on larger screens */
    min-width: 200px; /* Minimum width for each column */
    padding: 10px;
    box-sizing: border-box;
}

    .footer-section h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .footer-section p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .footer-section ul {
        list-style-type: none;
    }

        .footer-section ul li {
            margin-bottom: 8px;
        }

            .footer-section ul li a {
                color: black;
                text-decoration: none;
            }

                .footer-section ul li a:hover {
                    text-decoration: underline;
                }

/* Footer Bottom Styles */
.footer-bottom {
    background-color: #222;
    color: #aaa;
    padding: 2px 0;
}
.footer-bottom p{
    margin:0px 0px 0px 0px;
}
    .footer-bottom a {
        margin: 0px 0px 0px 0px;
        text-decoration: none;
        color:white;
        cursor:pointer;
    }

/* Responsive Design */
@media (max-width: 1024px) {
    /* Break to 2 columns for tablet screens */
    .footer-section {
        flex: 1 1 48%; /* 2 columns layout */
    }
    .footer-bottom {
        flex: 1 1 48%;
    }
}

@media (max-width: 575px) {
    /* Stack footer sections vertically for small devices */
    .footer-section {
        flex: 1 1 100%; /* 1 column layout */
    }
    .footer-bottom {
        flex: 1 1 100%;
    }
}

 

    /*window page start*/
.imagesection {
    width: 96%;
    height: 350px;
    padding: 5px;
    margin: 10px 0px;
    box-shadow: 2px 2px 2px gray,0 0 0.5em gray, 0 0 0.1em gray;
    transition: 0.5s;
}

.windows-sec1 p{
    font-size:16px;
    padding:0px 10px;
}
.imagesection:hover {
    transform: scale(1.05);
    transition: 0.1s;
}

 @media screen and (max-width: 991px) {
    .imagesection {
        width: 96%;
        height: auto;
        padding: 3px;
    }
 }
    /*window page end*/

/*IOS start*/
.iosimagesection {
    width: 96%;
    height: 350px;
    padding: 5px;
    margin: 10px 0px;
    box-shadow: 2px 2px 2px gray,0 0 0.5em gray, 0 0 0.1em gray;
    transition: 0.5s;
}

.ios-sec1 p {
    font-size: 16px;
    padding: 0px 10px;
}

.iosimagesection:hover {
    transform: scale(1.05);
    transition: 0.5s;
}

@media screen and (max-width: 991px) {
    .iosimagesection {
        width: 96%;
        height: auto;
        padding: 3px;
    }
} 
/*IOS end*/

/*Linux Start Here*/
.linuximagesection {
    width: 96%;
    height: 350px;
    padding: 5px;
    margin: 10px 0px;
    box-shadow: 2px 2px 2px gray,0 0 0.5em gray, 0 0 0.1em gray;
    transition: 0.5s;
}

.linux-sec1 p {
    font-size: 16px;
    padding: 0px 10px;
}

.linuximagesection:hover {
    transform: scale(1.05);
    transition: 0.5s;
}

@media screen and (max-width: 991px) {
    .linuximagesection {
        width: 96%;
        height: auto;
        padding: 3px;
    }
}
/*Linux End Here*/

/*Iternet start here*/
.internetimagesection {
    width: 96%;
    height: 350px;
    padding: 5px;
    margin: 10px 0px;
    box-shadow: 2px 2px 2px gray,0 0 0.5em gray, 0 0 0.1em gray;
    transition: 0.5s;
}

.internet-sec1 p {
    font-size: 16px;
    padding: 0px 10px;
}

.internetimagesection:hover {
    transform: scale(1.05);
    transition: 0.5s;
}

@media screen and (max-width: 991px) {
    .internetimagesection {
        width: 96%;
        height: auto;
        padding: 3px;
    }
}
/*Internet End here*/

/*SEO starts here*/
.seoimagesection {
    width: 96%;
    height: 350px;
    padding: 5px;
    margin: 10px 0px;
    box-shadow: 2px 2px 2px gray,0 0 0.5em gray, 0 0 0.1em gray;
    transition: 0.5s;
}
.carousel-item .carousel-caption h2{
    color:black;
    font-size:50px;
    float:right;
}
.seo-sec1 p {
    font-size: 16px;
    padding: 0px 10px;
}

.seoimagesection:hover {
    transform: scale(1.05);
    transition: 0.5s;
}

@media screen and (max-width: 991px) {
    .seoimagesection {
        width: 96%;
        height: auto;
        padding: 3px;
    }
}
/*SEO ends here*/




/* Disclaimer start */
.disk-top {
    border-top: 1px dashed black;
}
.disk-right {
    border-right: 1px dashed black;
}
/*Disclaimer End*/

/* T_C start */
.TC-top {
    border-top: 1px dashed black;
}

.TC-right {
    border-right: 1px dashed black;
}
/*T_C End*/
/*Privacy start*/
.privacy-top {
    border-top: 1px dashed black;
}
.privacy-right {
    border-right: 1px dashed black;
}
/*Privacy End*/
