@import url('../css2');
@import url('../css2-1');

@import url('../css2-2');


body {
    font-family: "Mulish", sans-serif;
    font-weight: 600;
}

.hdd {
    font-family: "Timmana", sans-serif;
    font-weight: 400;
}

.main-container {
    float: left;
    width: 100%;
}

img {
    max-width: 100%;
}

.text-center {
    text-align: center !important;
}

.top-part {
    background: darkred;
    float: left;
    width: 100%;
}

.align {
    align-items: center;
}

ul {
    padding: 0;
    margin: 0;
}

ul.top-social-ic li {
    display: inline-block;
    margin-right: 10px;
    padding: 0px;
    padding-top: 7px;
}

ul.top-social-ic li i {
    font-size: 22px;
    background: linear-gradient(to right, rgb(255 200 0), #ffdf68, rgb(247 213 94), rgb(255 200 0), rgb(227 180 11));
    color: #000;
    height: 40px;
    width: 40px;
    text-align: center;
    padding: 10px 0;
    border-radius: 50px;
    transition: 0.6s;
}

ul.top-social-ic span {
    display: none;
}

.awesome {
    -webkit-animation: colorchange 2s infinite alternate;
    font-size: 23px;
    color: #fff;
    margin: 0;
    padding-top: 10px;
}

.ic-r {
    text-align: center;
    padding: 8px 0;
}

.yellow-back {
    background: linear-gradient(to right, rgb(255 200 0), #ffdf68, rgb(247 213 94), rgb(255 200 0), rgb(227 180 11));
}

.ic-r p {
    color: #000;
    margin: 0;
    padding: 2px 0;
    font-weight: 700;
    font-size: 18px;
}

.ic-r img {
    width: 33px;
    margin-right: 5px;
}

.topHeaders {
    background: darkred;
    padding: 11px 0;
    float: left;
    width: 100%;
}

ul.why-chose-iconss {
    text-align: center;
}

ul.why-chose-iconss li {
    list-style: none;
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    background: #ffffff;
    padding: 7px 9px;
    border-radius: 100px;
    transition: 0.5s;
    margin: 0 2px 0 0;
}

ul.why-chose-iconss li i {
    background: linear-gradient(to right, rgb(255 200 0), #ffdf68, rgb(247 213 94), rgb(255 200 0), rgb(227 180 11));
    color: #000;
    padding: 6px;
    border-radius: 100px;
    border: solid 1px #fff;
    margin: 0 1px 0 0;
}

ul.why-chose-iconss li:hover {
    background: #f4c005;
}

.back-img {
    float: left;
    width: 100%;
    text-align: center;
}

.yellow-text {
    margin: 0;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    padding: 4px 33px 2px;
    color: #000000;
    background: #feff00;
    border-radius: 40px 40px 0 0;
    display: inline-block;
    font-family: "Poppins", serif;
}

.titleFont {
    font-size: 40px;
    padding: 8px 15px;
    color: #fff;
}

.servicesCard {
    text-align: center;
    background: linear-gradient(0deg, #fff, #ffc000);
    border: 4px solid #ffc103;
    padding: 20px 13px 40px;
    padding-top: 20px;
    padding-top: 20px;
    border-radius: 12px;
    margin-top: 25px;
    padding-top: 0;
    text-align: center;
    float: left;
    width: 100%;
}

.list-sec {
    float: left;
    width: 100%;
    padding: 50px;
    background-image: url(../images/counter-one-bg-2.png);
    background-size: contain;
    background-color: darkred;
    margin: 50px 0px;
}

.list-left1 {
    padding: 0 15px 40px;
}

.list-left2 {
    padding: 0;
}

.list1 {
    padding: 0;
}

.list2 {
    padding: 0;
}

.list2 ul {
    padding: 0;
}

.list2 ul li {
    text-transform: capitalize;
    display: block;
    font-size: 17px;
    color: #232323;
    font-weight: 500;
    padding: 7px 7px;
    border-radius: 50px;
    background: #ffc103;
    margin: 0 0 18px;
    font-size: 18px;
    font-family: "Poppins", serif;
}

.list2 ul li i {
    font-weight: 400;
    font-size: 21px;
    color: #ffffff;
    margin: 0 10px 0 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: darkred;
    text-align: center;
    border-radius: 50px;
    text-shadow: 0 0 3px white;
}

.list-call {
    text-align: center;
}

.list-call a {
    text-transform: capitalize;
    border-radius: 50px;
    display: block;
    font-size: 44px;
    color: #fff;
    font-weight: 700;
    padding: 7px 0 0;
    animation: boun 1s infinite;
}

@keyframes boun {
    50% {
        opacity: .5;
    }
}

.list-call span {
    font-size: 24px;
    text-transform: capitalize;
    padding: 3px 16px 3px;
    border-radius: 46px;
    font-weight: 400;
    display: block;
    background: darkred;
    text-shadow: 0 0 3px white;
    color: #fff;
}

.list-right1 {
    padding: 0 15px;
}

.list-right2 {
    text-align: center;
    padding: 30px;
    border: 1px solid #feff00;
    border-radius: 20px;
    box-shadow: 0px 5px 15px #f8cd2275;
}

.servicesCard img {
    padding: 0px;
    border-radius: 0 0 200px 200px;
    border: 6px solid #f1be05;
    text-align: center;
    border-top: 0;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}

.servicesCard h4 {
    font-size: 18px;
    padding: 0;
    color: #fff;
    text-align: center;
    background: darkred;
    border-radius: 100px;
    line-height: 47px;
    font-family: "Poppins", serif;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-link {
    padding: 15px 25px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    border-radius: 100px;
    width: fit-content;
    text-align: center;
    font-size: 18px;
    font-family: "Poppins", serif;
    text-decoration: none;
}

.servicesCard p {
    color: #000;
    font-size: 16px;
    margin-bottom: 25px;
    float: left;
    width: 100%;
    font-family: "Poppins", serif;
    font-weight: 500;
}

.why-choose {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.choose-l h5 {
    margin: 30px 0 0 0;
    padding: 10px;
    font-size: 23px;
    border: solid 1px darkred;
    width: fit-content;
    color: darkred;
    margin-bottom: 15px;
}

.choose-l h3 {
    margin: 0;
    padding: 0;
    color: red;
}

.choose-l p {
    margin: 0;
    padding: 15px 0;
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 28px;
}

.choose-r {
    margin: 15px 0;
    padding: 15px 15px 30px 15px;
    border-radius: 10px;
    background: #ffffff94;
    border: 1px solid #ffd401;
}

.choose-r img {
    width: 25%;
}

.choose-r h4 {
    font-size: 22px;
    margin: 7px 0 0 0;
    padding: 0;
    color: red;
}

.choose-r p {
    margin: 0;
    padding: 10px 0;
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
}

.choose-r2 {
    margin-top: 180px;
}

.faculties {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.about-title {
    padding: 0px 0 30px;
    text-align: center;
    position: relative;
}

.why-sec p {
    font-size: 16px;
    font-family: "Poppins", serif;
    color: #fff !important;
    font-weight: 400;
    line-height: 28px;
}

.about-title strong {
    text-transform: uppercase;
    font-size: 46px;
    font-weight: bold;
    padding: 0;
    color: darkred;
    display: block;
    line-height: 47px;
    font-family: "Poppins", serif;
}

.testimonial .about-title strong {

    color: darkred;
}

.about-title span {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    padding: 4px 33px 2px;
    color: #000000;
    background: #ffc103;
    border-radius: 40px 40px 0 0;
    display: inline-block;
}

.why-sec a {
    padding: 9px 22px 7px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    color: #000;
    text-shadow: 0 0 3px white;
    display: inline-block;
    letter-spacing: 1px;
    animation: boun1 1s infinite;
    font-family: "Poppins", serif;
    border-radius: 20px;
}

@keyframes boun1 {
    0% {
        background: #ffffff;
    }

    100% {
        background: #ffc103;
    }
}


.about-us-content {
    padding: 0;
}

.about-us-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    color: #080808ed;
    padding: 0 0 9px;
    text-align: justify;
}

.about-us-content p strong {
    color: darkred;
}

.bestservices {
    float: left;
    width: 100%;
    padding: 50px;
}

.bestsv1 {
    padding: 28px 15px 15px;
}

.bestsv2 {
    padding: 0;
    text-align: center;
}

.best-img {
    padding: 0 0px 25px;
    position: relative;
    z-index: 0;
}

.best-img img {
    width: 100%;
    border-radius: 15px;
    border: 2px solid #feff00;
}

.sv-call {
    position: absolute;
    right: 18px;
    bottom: 22%;
}

.sv-call a {
    width: 80px;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffc000;
    font-size: 30px;
    border: 7px solid #fff;
    color: #000000;
}

.best-text {
    padding: 15px;
}

.best-text1 {
    border: 2px solid #feff00;
    margin-top: -59px;
    float: left;
    width: 100%;
    background: darkred;
    background-image: none;
    background-size: auto;
    padding: 15px 20px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    background-image: url(../images/counter-one-bg-2.png);
    background-size: contain;
}

.best-text1 strong {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    padding: 0;
    display: block;
    color: #feff00;
    font-family: "Poppins", serif;
    font-weight: bold;
}

.best-text p {
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #ffffffed;
    font-family: "Poppins", serif;
}

.best-text a {
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 33px;
    color: #000;
    background: #ffc000;
    padding: 5px 15px;
    border-radius: 5px;
    font-family: "Poppins", serif;
}

.about-sec {
    float: left;
    width: 100%;
    padding: 50px;
}

.about-title {
    padding: 0px 0 30px;
    text-align: center;
    position: relative;
}


.about-title span {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    padding: 4px 33px 2px;
    color: #000000;
    background: #feff00;
    border-radius: 40px 40px 0 0;
    display: inline-block;
}

.about-us-content {
    padding: 0;
}

.about-us-content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 33px;
    color: #080808ed;
    padding: 0 0 9px;
    text-align: justify;
    font-family: "Poppins", serif;
}

.about-us-content p strong {
    color: darkred;
}

.about-us-content ul {
    padding: 5px 0 5px;
    border-left: 4px solid #ffc107;
    margin: 11px 0 17px;
}

.about-us-content ul li {
    position: relative;
    padding: 8px 0 10px;
    border-radius: 50px;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: #080808ed;
    align-items: center;
    font-family: "Poppins", serif;
}

.about-us-content ul li i {
    text-align: center;
    color: #000000;
    font-size: 19px;
    font-weight: 600;
    background: #ffc000;
    width: 35px;
    height: 35px;
    line-height: 33px;
    display: inline-block;
    border-radius: 0 30px 30px 0;
    padding: 2px 5px 0 0;
    margin: 0 9px 0 0;
}

.bann-ser {
    float: left;
    width: 100%;
    text-align: center;
    padding: 50px 0px;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
    background-image: url(../images/counter-one-bg-2.png);
    background-size: contain;
    background-color: darkred;
}

.ban-border {
    padding: 20px 0px;
    width: 15%;
    margin: 0 8px;
    display: inline-block;
    background: #fff;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 0 15px 0px #c5c5c578;
    width: 100%;
}

.ban-border p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #000
}

.titleFont {
    font-size: 40px;
    padding: 8px 15px;
    color: #fff;
}

.payment-option {
    background: linear-gradient(0deg, #ffffff, #fff3ba);
    border-radius: 4px;
    padding: 9px;
}

.fac-1 {
    margin: 0;
    border-right: dashed 1px grey;
    padding: 0 5px;
    margin-top: 20px;
}

.fac-1 img {
    background: linear-gradient(to right, rgb(255 200 0), #ffdf68, rgb(247 213 94), rgb(255 200 0), rgb(227 180 11));
    border-radius: 41px;
    padding: 10px 10px;
    margin-bottom: 11px;
}

.fac-1 h3 {
    margin: 5px;
    padding: 0;
    font-size: 20px;
    color: darkred;
    font-family: "Poppins", serif;
    text-transform: uppercase;
    font-weight: bold;
}

.fac-1 p {
    color: #000;
    font-size: 18px;
    font-family: "Poppins", serif;
}

.footer {
    float: left;
    width: 100%;
    padding: 50px 0px;
    text-align: center;
}

.footer h2 {
    margin: 0;
    padding: 0;
    color: red;
    font-size: 40px;
    line-height: 50px;
    font-family: "Poppins", serif;
    font-weight: bold;
}

.footer p {
    font-size: 30px;
    margin: 20px 0;
    font-weight: 500;
    color: #000;
    padding-bottom: 30px;
    font-family: "Poppins", serif;
    font-weight: bold;
}

.list-sec .hdd {
    color: #fff;
}

.ftr-sec {
    background: darkred;
    text-align: center;
    display: block;
    padding: 20px 0;
    float: left;
    width: 100%;
}

.white-text {
    font-weight: bold;
    color: darkred;
    text-transform: uppercase;
    display: block;
    line-height: 47px;
    font-family: "Poppins", serif;
}

.ftr-sec .dsclmr span {
    display: block;
    text-align: center;
    border-top: 1px solid #ffea00;
    padding: 10px 0;
}

.about-us {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.abt-title .small-title {
    display: inline-block;
    background-color: darkred;
    padding: 10px 20px;
    color: #fff;
    letter-spacing: 1.4px;
    border-radius: 5px;
}

.abt-title h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0px;
    font-weight: 700;
    color: red;
}

.abt-title p {
    margin: 0;
    padding: 15px 0;
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 28px;
}

.atf-themes-btn {
    color: red;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid red;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.35s;
    display: inline-block;
}

.atf-themes-btn:hover,
.atf-themes-btn:focus {
    color: #fff;
}

.atf-themes-btn:before {
    content: "";
    background: red;
    width: 20%;
    height: 100%;
    transform: rotateZ(-45deg) translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 0.3s;
    z-index: -1;
}

.atf-themes-btn:hover:before {
    width: 100%;
    top: 0;
    transform: none;
}

.atf-about-btn {
    float: left;
    width: 100%;
    text-align: center;
}

.abt-right {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 50px;
}

.abt-right::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: calc(100% - 35px);
    height: 100%;
    border: 4.5px solid red;
    border-radius: 65px 0 0 65px;
    z-index: 1;
}

.abt-right img {
    border-radius: 65px 0 0 65px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
}



.mainservices-section {
    padding: 50px 0px;
    float: left;
    width: 100%;
}

.mainservices-section1 {
    padding: 0px;
}

.services-left1 {
    padding: 10px;
}

.services-left2 {
    padding: 0px;
}

.mainservices {
    padding: 20px 0 0 0;
}

.mainservices1 {
    padding: 10px;
}

.mainservices2 {
    padding: 0;
    transition: 0.9s ease-in-out;
}

.mainservices3 {
    padding: 0;
    overflow: hidden;
    transition: 0.9s ease-in-out;
}

.mainservices3 img {
    min-width: 100%;
    transition: 0.9s ease-in-out;
}

.mainservices-4 {
    padding: 0 40px 0 0px;
}

.mainservices4 {
    text-align: center;
    position: relative;
    display: block;
    background: #fff;
    padding: 30px 20px 30px 20px;
    margin-top: -28px;
    box-shadow: rgb(0 0 0 / 10%) 0px 20px 30px 0px;
    border-bottom: 5px solid darkred;
    border: 2px solid #f1be05;
}

.header {
    float: left;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
}

.mainservices4 span {
    color: red;
    font-size: 12px;
    margin: 0;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.mainservices4 strong {
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    display: block;
    color: darkred;
    font-weight: 400;
    font-size: 32px;
}

.mainservices4 p {
    color: #383838;
    font-size: 15px;
    margin: 0;
    line-height: 30px;
    font-weight: 500;
    padding: 0px 0 11px 0;
}

.mainservices4 a {
    border: 1px solid #ffea00;
    color: #0c0c0c;
    padding: 7px 15px 5px;
    background: linear-gradient(to right, rgb(255 200 0), #ffdf68, rgb(247 213 94), rgb(255 200 0), rgb(227 180 11));
    ;
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
    margin: 0;
    font-weight: 700;
    text-decoration: none;
    border-radius: 100px;
}

.mainservices2:hover .mainservices3 img {
    transform: scale(1.1) translateX(10px);
    transition: 0.9s ease-in-out;
}

.testimonial {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.testi-1 {
    padding: 40px 15px 0px;
    text-align: center;
}

.testi-2 {
    padding: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px 2px #8b8b8b59;
    background: #ffc103;
    background-image: none;
    background-size: auto;
    background-image: url(../images/counter-one-bg-2.png);
    background-size: contain;
}

.testi-3 {
    padding: 0;
}

.testi-img img {
    border: 5px solid #fff;
    width: 96px;
    box-shadow: 0 0 0 5px #ffb200;
}

.testi-box {
    padding: 12px 15px 0;
}

.rating {
    padding: 0px 0 0;
    color: #fff;
    font-size: 15px;
    display: inline-block;
}

.testi-box strong {
    color: #000;
    font-size: 21px;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
    position: relative;
    border-bottom: 1px solid darkred;
    padding: 0 0 3px;
    font-family: "Poppins", serif;
}

.testi-box span {
    color: darkred;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 2px 0 10px;
    display: inline-block;
    font-family: "Poppins", serif;
}

.testi-box p {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
    font-family: "Poppins", serif;
}

.about-head {
    padding: 0;
    text-align: center;
}

.about-head strong {
    border-radius: 20px;
    padding: 5px 23px 3px;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    background: linear-gradient(to right, rgb(255 200 0), #ffdf68, rgb(247 213 94), rgb(255 200 0), rgb(227 180 11));
    ;
    display: inline-block;
    margin: 0px 0 -1px 0;
    font-weight: 600;
}

.about-head p {
    font-size: 43px;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
    margin: 0;
    color: red;
    margin-top: 15px;
}

.ftr-sec .white-text {
    color: #fff;
    font-weight: 400;
    line-height: 24px;
}

@media(min-width:992px) and (max-width:1200px) {}

@media(min-width:768px) and (max-width:991px) {
    .col-sm-4 {
        width: 50%;
    }

    .col-sm-3 {
        width: 50%;
    }

    .header2 {
        display: none;
    }

    .top-part {
        text-align: center;
    }

    ul.why-chose-iconss li {
        margin: 5px 2px 0 0;
    }

    .choose-r img {
        width: 15%;
    }

    .choose-r2 {
        margin-top: 0;
    }
}

@media(min-width:640px) and (max-width:767px) {
    .top-part {
        text-align: center;
    }

    ul.why-chose-iconss li {
        margin: 5px 2px 0 0;
    }

    .choose-r img {
        width: 15%;
    }

    .choose-r2 {
        margin-top: 0;
    }
}

@media(min-width:480px) and (max-width:639px) {
    .top-part {
        text-align: center;
    }

    ul.why-chose-iconss li.mnone {
        display: none;
    }

    ul.why-chose-iconss li {
        margin: 5px 2px 0 0;
    }

    .choose-r2 {
        margin-top: 0;
    }

    .mainservices-4 {
        padding: 0 20px 0 0px;
    }

    .mainservices4 strong {
        font-size: 25px;
    }

    .choose-r img {
        width: 15%;
    }

    .bestservices {
        padding: 50px 0px;
    }

    .about-title strong {
        font-size: 38px;
        padding: 10px;

    }

    .about-sec {
        padding: 0px 0px;
    }

    .ban-border {
        width: 45%;
        float: left;
        margin-bottom: 10px;
    }

    .titleFont {
        font-size: 36px;
    }

    .list-sec {
        padding: 30px 0px;
    }

    .testimonial {
        padding: 0;
    }

    .ftr-sec .white-text {
        color: #fff;
        font-weight: 400;
        line-height: 24px;
    }
}

@media(min-width:320px) and (max-width:479px) {

    .top-part {
        text-align: center;
    }

    ul.why-chose-iconss li.mnone {
        display: none;
    }

    ul.why-chose-iconss li {
        margin: 5px 2px 0 0;
    }

    .choose-r2 {
        margin-top: 0;
    }

    .mainservices-4 {
        padding: 0 20px 0 0px;
    }

    .mainservices4 strong {
        font-size: 25px;
    }

    .bestservices {
        padding: 50px 0px;
    }

    .about-title strong {
        font-size: 38px;
        padding: 10px;

    }

    .about-sec {
        padding: 0px 0px;
    }

    .ban-border {
        width: 45%;
        float: left;
        margin-bottom: 10px;
    }

    .titleFont {
        font-size: 36px;
    }

    .list-sec {
        padding: 30px 0px;
    }

    .testimonial {
        padding: 0;
    }

    .ftr-sec .white-text {
        color: #fff;
        font-weight: 400;
        line-height: 24px;
    }
}

.short-container {
    position: relative;
    width: 100%;
    /* Maintain the vertical "Shorts" look (9:16 ratio) */
    padding-top: 177.77%;
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    background: #000;
}

.short-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    object-fit: cover;
    /* This ensures the video fills the container height */
}

/* Big Screen: 3 per row */
@media (min-width: 992px) {
    .shorts-section .col-md-4 {
        width: 33.33% !important;
        float: left;
    }
}

/* Tablet: 2 per row */
@media (max-width: 991px) and (min-width: 768px) {
    .shorts-section .col-sm-6 {
        width: 50% !important;
        float: left;
    }
}

/* Mobile: 1 per row centered */
@media (max-width: 767px) {
    .short-container {
        /* max-width: 280px; */
        margin: 0 auto 30px auto;
    }
}