﻿/*
Project:    K T Web Solutions
Version:    1.0
Author Name: K T Web Solutions
Primary use:    Official Site
*/

/*Reset CSS*/
*{
    margin: 0;
    padding: 0;
}
html,body{
    height: 100%;
    font-family:sans-serif;
    scroll-behavior: smooth;
}
a:hover{
    text-decoration: none;
}
.section-padding{
    padding: 70px;
}
/* Adding Fonts*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&family=Roboto:wght@400;500&display=swap');

.header{
    background: linear-gradient(-40deg, #FBF1D5, #fff);
    
}

/* Header Navigation Styles */
.header-nav {
    min-height: 90px;
}
.navbar-brand img{
    width: 100%;
    height: auto;
}
.main-menu ul li{
    margin-left: 26px;
    text-align: center;
}
.main-menu ul li a, .main-menu-link{
    font-family: 'Poppins', sans-serif;
    color: #070A57;
    font-weight: 500;
    font-size: 16px;
}
.main-menu ul li:hover{
    transform: scale(1.1);
    transition: 0.5s all ease;
}
button.nav-button{
    background:#FFBA00;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    padding: 5px 10px;
    border: none;
    vertical-align: middle;
    margin-top: -5px;
    border-radius: 5px;
}

/* Header Banner Area Styles */

.container.header-content {
   /* padding: 80px; height: 550px; */
   display: flex;
   justify-content: center;
   align-items: center;
}
.highlight{
    color: #FFBA00;
}
.left-content h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 60px;
    font-weight: 500;
    color: #070A57;
}
.centralize{
    display: flex;
    align-items: center;
}
.left-content p {
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #64707D;
}
.call-to-action button {
    background: #FFBA00;
    border: none;
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 25px;
}
.call-to-action a {
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #FFBA00;
    text-decoration: underline;
    margin-left: 30px;
}
.call-to-action:hover{
    transform: scale(1.05);
    margin-left: 15px;
    transition: 0.5s all ease;
    z-index: 2;
}
.right-content img{
    width: 100%;
    padding-left: 30px;
}

/* Work process syles */

.process-block {
    text-align: center;
    padding-top: 10px;
}

.process-block img {
    background: #FBF5E5;
    border: 2px dotted #FFBA00;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.process-block p {
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding-top: 10px;
}
.nav-link{
    margin-top: -7px;
    color: #070A57 !important;
}
.process-block h3 {
    font-family: 'Roboto',sans-serif;
    font-size: 26px;
    font-weight: 500;
}
.project-discussion{
    margin-left: 30px;
}
.project-discussion h2 {
    font-family: 'Roboto',sans-serif;
    font-size: 45px;
    font-weight: 500;
    color: #070A57;}

.project-discussion p {
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    line-height: 35px;
    color: #64707D;}

.project-discussion button {
    background: #FFBA00;
    border: none;
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 15px;
}

/* Services styles  */
.services{
    background: linear-gradient(30deg, #FBF1D5, #fff);
}
.service-heading {
    font-family: 'Roboto',sans-serif;
    font-size: 45px;
    font-weight: 500;
    color: #070A57;
}

/* Multiframe Carousel  */

@media (min-width: 768px) {

    .service-carousel.carousel-inner .carousel-item-right.active,
    .service-carousel.carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    .service-carousel.carousel-inner .carousel-item-left.active,
    .service-carousel.carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}

/* large - display 3 */
@media (min-width: 992px) {

    .service-carousel.carousel-inner .carousel-item-right.active,
    .service-carousel.carousel-inner .carousel-item-next {
        transform: translateX(33%);
    }

    .service-carousel.carousel-inner .carousel-item-left.active,
    .service-carousel.carousel-inner .carousel-item-prev {
        transform: translateX(-33%);
    }
}

@media (max-width: 768px) {
    .service-carousel.carousel-inner .carousel-item>div {
        display: none;
    }

    .service-carousel.carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

 .carousel-inner .carousel-item.active,
 .carousel-inner .carousel-item-next,
 .carousel-inner .carousel-item-prev {
    display: flex;
}

 .carousel-inner .carousel-item-right,
 .carousel-inner .carousel-item-left {
    transform: translateX(0);
}
.service-card h5{
	font-family:'Roboto',sans-serif;
	font-size:26px;
	font-weight:500;
	color:#070A57;
}
.service-card p{
	font-family:'Roboto',sans-serif;
	font-size:18px;
	color:#64707D;
}
.service-card a{
	color:#64707D;
	font-family:'Roboto',sans-serif;
	font-size:18px;
	font-weight:500;
	color:#64707D;
	text-decoration:underline;
}
.service-card a:hover{
	color:#FFBA00;
	transition:all 0.5s ease;
}
.service-control-prev, .service-control-next {
    height: 50px;
    width: 50px;
    outline: black;
    background-color: #FFBA00;
    background-size: 100%, 100%;
    border-radius: 3px;
}
.service-control-next {
    margin-right: -105px;
}

.service-control-prev {
    margin-left: -205px;
}
.service-card {
    min-height: 495px;
}

/* Testimonial Styles  */
.testimonial .card{
    border: none !important;
}

a.carousel-control-prev.testimonial-control {
    top: 60%;
}

a.carousel-control-next.testimonial-control {
    top: 60%;
    left: 5%;
}
.testimonial-control{
    max-width: 32px;
}
.testimonial-description h3 {
	font-family: 'Roboto',sans-serif;
	font-size: 45px;
	font-weight: 500;
	color: #FFBA00;
    }


.testimonial-control-icon {
	background: #FFBA00;
	color: #070A57;
	height: 32px;
    width: 32px;
    padding:5px;
}
.client-meta-data h5 {
	font-family: 'Roboto',sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #070A57;
	}


.client-meta-data p {
	font-family: 'Rubik',sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height:32px
	}
.coma{
    position: absolute;
    top: 70%;
    left: -10%;
    background: orange;
    padding: 20px;
}

/* Portfolio Styles  */

.portfolio{
    background: #fff;
}
 h2.portfolio-heading{
    font-family: 'Roboto',sans-serif;
    font-size: 45px;
    font-weight: 500;
    color: #070A57;
}
.portfolio-buttons button {
    background: transparent;
    border: none;
    padding: 5px 10px;
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #070A57;
}

.portfolio-buttons button:hover {
    color: #FFBA00;
}

.portfolio-buttons {
    margin-bottom: 20px;
}
.myMixCont{
    margin-top: 30px;
}
.myMixCont img{
    margin-bottom: 10px;
}
/* Partner Section Styles  */

.partner-heading {
    font-family: 'Roboto',sans-serif;
    font-size: 45px;
    font-weight: 500;
    color: #070A57;
}

/* Footer Styles */

.footer{
    background: linear-gradient(30deg, #FBF1D5, #fff);
}
section.footer.section-padding {
    padding-bottom: 10px;
}
.footer-widget-1 img{   display: block;
    margin-left: auto;
    margin-right: auto;}

.footer-widget-1 p {
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    line-height: 35px;
    margin-top: 20px;
    text-align: center;
    color: #797777;
}
.footer-widget-2 h3,.footer-widget-3 h3 {font-family: 'Roboto',sans-serif;font-size: 26px;font-weight: 500;line-height: 35px;}

.footer-widget-2 ul li,.footer-widget-3 ul li {
    list-style: none;
    padding: 5px;
}

.footer-widget-2 ul li a,.footer-widget-3 ul li a {
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    line-height: 40px;
    color: #64707D;
}
.footer-widget-4 p{
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #767677;
}
.footer-widget-4 ul li{
    list-style-type: none;
    display: inline;
    padding: 5px 10px;
    font-size: 27px;
}
.footer-widget-4 ul li a {
    color: #DDDDDD;
}

.footer-widget-4 ul li a:hover {
    color: #FFBA00;
    transition: all 0.5s ease-in-out;
}
.copyright-text p {font-family: 'Roboto',sans-serif;font-size: 18px;font-weight: 400;color: #64707D;line-height: 40px; color: #767677;}
.messenger i {
    color: #fff;
    background: #FFBA00;
    font-size: 40px;
    padding: 5px 10px;
}
/* Contact Us Styling  */

.contact-header{
    max-height: 500px;
}
.contact-header .right-content img{
    width: 100% !important;
}
.contact-header .container.header-content{
    max-height: 400px;
}

/* Office Blocs Styleing  */

.office-block {
    padding: 15px;
    border: 2px dotted #FFBA00;
    text-align: center;
}

.office-block h3 {font-family: 'Roboto',sans-serif;font-weight: 500;font-size: 35px;line-height: 32px;color: #070A57;padding: 25px 0px;}

.office-block p {font-family: 'Roboto',sans-serif;font-size: 18px;line-height: 35px;color: #64707D;}

#project-details form {
    background-color: white;
    color: #888888;
    text-align: left;
    padding-top: 20px;
  }
  
  #project-details label {
    display: none;
  }
  
  #project-details input,
  #project-details  textarea {
    /* to create space for placing icon*/
    padding: 20px 10px 20px 32px;
    border-color: transparent;
    /* background-color: #FFDE11; */
    border-radius: 4px;
    border: 1px solid #DDDDDD;
  }
  
  #project-details .btn-default {
    margin-top: 5px;
    margin-bottom: 30px;
    padding: 15px 36px;
    background-color: #FFBA00;
    border: 0px;
    color: #070A57;
    width: 100%;
    border-radius: 5px;
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    font-weight: 500;
  }
  
  #project-details .btn-default:hover,
  #project-details .btn-default:focus {
    border-color: transparent;
    outline: 0px auto -webkit-focus-ring-color;
  }
  
  /*position should be relative and z-index greater than one*/
  #project-details .icon {
    position: relative;
    float: right;
    padding-right: 10px;
    margin-top: -30px;
    z-index: 2;
    color: #586794;
  }
  
  #project-details .icon-textarea {
    float: right;
    margin-top: -150px;
    padding-right: 10px;
    position: relative;
    z-index: 2;
    color: #586794;
  }
  #project-type{
    width: 100%;
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    color: #64707D;
    border: 1px solid #ddd;
    padding:7px 10px 7px 32px;
  }

  /* Service Page Styles  */

 
section.services {
    text-align: center;
}
/*  
.card-row-gap {
    padding-bottom: 2rem;
}
.card-body{
background-color: #ffebef;

}
a.card-body{
    text-decoration: underline;
}
.best-solution img{
	width:100%;
	height:auto;
}

/* why choose K T Web Solutions 

.service-type-gap {
 padding-bottom: 8rem;
}
h2.col-md-6 {
    padding-bottom: 3rem;
    padding-top: 2rem;
} */
.feature-design-image {
    margin-bottom: 25px;
	    display: flex;
    justify-content: center;
}
section.header.contact-header {
    padding-bottom: 50px;
}
.card.service-block-card img {
    width: 100%;
    height: auto;
}

.card.service-block-card {
    min-height: 450px;
    margin-bottom: 20px;
}
.why-choose img {
    margin-bottom: 25px;
}

.why-choose {
    padding-bottom: 30px;
}
/* Blog Page Styles  */
.blog-post {
    border: 1px solid #DDDDDD;
    padding: 15px;
}
.blog-category p {
	font-family: 'Roboto',sans-serif;
	font-size: 14px;
	color: #FFBA00;
	line-height: 35px;
	}

.blog-content h2.blog-title {
	font-family: 'Roboto',sans-serif;
	font-size: 26px;
	font-weight: 500;
	color: #FFBA00;
	line-height: 35px;
	}

.blog-content p.blog-exercpt {
	font-family: 'Roboto',sans-serif;
	font-size: 18px;
	line-height: 35px;
	color: #64707D;
	}

.blog-meta h3 {
	font-family: 'Roboto',sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #070A57;
	}

.blog-meta p.date {
	font-family: 'Roboto',sans-serif;
	font-size: 12px;
	line-height: 35px;
	color: #64707D;
	}
	
.pagination ul li {
    list-style: none;
    display: inline;
    border: 1px solid #ddd;
    padding: 10px;
}
.pagination ul li a {
	font-family: 'Roboto',sans-serif;
	font-size: 18px;
	color: #64707D;
	}

.pagination ul li.previous{
	background:#ddd;
}
.pagination ul li.previous a,.pagination ul li.next a{
	color:#070A57 !important;
}
.pagination ul li.next{
	background:#FFBA00;
}
p.sub-heading {font-family: 'Roboto',sans-serif;font-size: 20px;line-height: 35px;color: #070A57;padding-top: 20px;}

form#newsletter-form input#client-mail {
    max-width: 500px;
    border: 1px solid #FFBA00;
    border-radius: 3px;
}

form#newsletter-form button,.team-counter button {
    background: #FFBA00;
    border: none;
    padding: 5px 12px;
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    color: #070A57;
}

/* Portfolio Page Styles */

.portfolio-block {
    position: relative;
    margin-bottom:20px;
    border: 2px solod red;
}

.portfolio-overlay {
    position: absolute;
    background: #FFBA00;
    height: 90%;
    width: 90%;
    top: 10px;
    left: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	display:none;
}

.portfolio-block:hover .portfolio-overlay{
	display:flex;
	transition:0.5s ease;
}

.portfolio-overlay h3 {font-family: 'Roboto',sans-serif;font-size: 35px;font-weight: 500;color: #070A57;}

.portfolio-overlay p {font-family: 'Roboto',sans-serif;font-size: 20px;font-weight: 500;color: #64707D;}


section.portfolio-call-to-action {
    background: #FFEEBF;
    text-align: center;
}

section.portfolio-call-to-action h2 {
	font-family: 'Roboto',sans-serif;
	font-size: 45px;
	font-weight: 500;
	line-height: 55px;
	color: #070A57;
	}
	
button.project-button-1,button.project-button-2 {
    border: none;
    padding: 10px 15px;
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #070A57;
	margin-right:15px;
}
button.project-button-1{
	background:#FFBA00;
}
button.project-button-2{
	background:#fff;
}


/* Team Page Styles  */

.team-page-description h2 {font-family: 'Roboto',sans-serif;font-size: 45px;font-weight: 500;color: #070A57;line-height: 32px;padding-bottom: 25px;}

.team-page-description p {
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    /* font-weight: 500; */
    color: #070A57;
    line-height: 35px;
    padding-bottom: 25px;
}
.team-card {
    margin-bottom: 40px;
}
.team-card h3 {font-family: 'Roboto',sans-serif;font-size: 26px;font-weight: 500;color: #070A57;padding: 5px;}

.team-card p {font-family: 'Roboto',sans-serif;font-size: 14px;color: #64707D;}

.team-card ul li {
    list-style: none;
    display: inline;
    padding: 5px 10px;
}

.team-card ul li a {
    color: #E1E1E1;
    font-size: 16px;
}

.team-card ul li a:hover {
    color: #FFBA00;
    transition: all 0.5s;
}

span.counter {font-family: 'Roboto',sans-serif;font-size: 45px;color: #070A57;}

span.counter-plus {
    font-family: 'Roboto',sans-serif;
    font-size: 45px;
    color: #FFBA00;
}

/* Websites That We Have Created Section Styles */
.created-websites {
    background: #ffffff;
}

.created-websites .section-title {
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    font-weight: 500;
    color: #070A57;
}

.created-websites .section-subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #64707D;
    margin-top: 10px;
}

.website-card {
    background: #ffffff;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.website-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(7, 10, 87, 0.12);
}

.website-card-img {
    position: relative;
    overflow: hidden;
    height: 220px;
    background: #fff1ca;
}

.website-card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.website-card:hover .website-card-img img {
    transform: scale(1.05);
}

.website-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #FFBA00;
    color: #070A57;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.website-card-body {
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.website-card-body h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #070A57;
    margin-bottom: 12px;
}

.website-card-body p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #64707D;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.website-card-footer {
    margin-top: auto;
}

.website-btn {
    display: inline-block;
    background: #FFBA00;
    color: #070A57;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 5px;
    transition: background 0.3s ease, color 0.3s ease;
    text-decoration: none;
}

.website-btn:hover {
    background: #070A57;
    color: #ffffff;
    text-decoration: none;
}

/* Reels That We Have Created Section Styles */
.created-reels {
    background: #fff;
}

.created-reels .section-title {
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    font-weight: 500;
    color: #070A57;
}

.created-reels .section-subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #64707D;
    margin-top: 10px;
}

.reel-card {
    background: #ffffff;
    border: 1px solid #EAEAEA;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.reel-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(7, 10, 87, 0.12);
}

.reel-card-img {
    position: relative;
    overflow: hidden;
    height: 280px;
    background: #070A57;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reel-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.88;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.reel-card:hover .reel-card-img img {
    transform: scale(1.05);
    opacity: 0.95;
}

.reel-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.reel-play-icon {
    position: absolute;
    width: 55px;
    height: 55px;
    background: rgba(255, 186, 0, 0.95);
    color: #070A57;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding-left: 3px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, background 0.3s ease;
}

.reel-card:hover .reel-play-icon {
    transform: scale(1.15);
    background: #FFBA00;
}

.reel-card-body {
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.reel-card-body h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #070A57;
    margin-bottom: 12px;
}

.reel-card-body p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #64707D;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.reel-card-footer {
    margin-top: auto;
}

.reel-btn {
    display: inline-block;
    background: #FFBA00;
    color: #070A57;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 5px;
    transition: background 0.3s ease, color 0.3s ease;
    text-decoration: none;
}

.reel-btn:hover {
    background: #070A57;
    color: #ffffff;
    text-decoration: none;
}

/* Reel Card Hover Effect */
.created-reels a {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.created-reels a:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15) !important;
    cursor: pointer;
}

.created-posters {
    background: #fff;
}

.created-posters .section-title {
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    font-weight: 500;
    color: #070A57;
    text-align: center;
}

.created-posters .section-subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #64707D;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 30px;
}


/* Pinterest-like Masonry Layout */
.poster-grid {
    column-count: 4;
    column-gap: 15px;
    padding: 20px 0;
}

.poster-item {
    break-inside: avoid;
    margin-bottom: 15px;
}

.poster-item img {
    width: 100%;
    display: block;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.poster-item img:hover {
    transform: scale(1.02);
}

@media (max-width: 1200px) { .poster-grid { column-count: 3; } }
@media (max-width: 991px) { .poster-grid { column-count: 2; } }
@media (max-width: 576px) { .poster-grid { column-count: 1; } }
.carousel-inner {
    padding: 20px 0;
}

/* Fix Carousel Overlap */
.carousel-inner .carousel-item {
    transition: transform 0.6s ease-in-out;
}
.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex !important;
}
.carousel-inner .carousel-item-next.carousel-item-left,
.carousel-inner .carousel-item-prev.carousel-item-right {
    transform: translateX(0);
}
.carousel-inner .carousel-item-next,
.carousel-inner .active.carousel-item-right {
    transform: translateX(100%);
}



/* Force 3 items per slide in Service Carousel */
@media (min-width: 992px) {
    .carousel-inner .carousel-item > .card {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}


/* Refined Flickity Styles */
.gallery {
  background: transparent;
  padding: 20px 0;
}
.gallery-cell {
    width: 32%;
    margin: 0.6%;
    border-radius: 10px;
}
.service-card {
    border: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-radius: 10px;
    transition: transform 0.3s ease;
    height: 100%;
    margin: 0;
}
.service-card:hover {
    transform: translateY(-5px);
}
.card-img-top {
    height: 180px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
@media (max-width: 991px) { .gallery-cell { width: 48%; margin-right: 4%; } }
@media (max-width: 767px) { .gallery-cell { width: 100%; margin-right: 0; } }

.reel-thumbnail { position: relative; cursor: pointer; overflow: hidden; border-radius: 8px; } .reel-thumbnail img { width: 100%; transition: transform 0.3s ease; } .reel-thumbnail:hover img { transform: scale(1.05); } .play-overlay { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 30px; color: white; background: rgba(0,0,0,0.5); padding: 10px 15px; border-radius: 50%; }
