/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 3.4.4
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.youtube-thumbnails {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.youtube-thumbnail-item {
    flex: 1 1 calc(33.333% - 20px);
    box-sizing: border-box;
    max-width: calc(33.333% - 20px);
}

.youtube-thumb-wrapper {
    position: relative;
    cursor: pointer;
}

.youtube-thumb-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
}

/* YouTube-style red play button (centered overlay) */
.youtube-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 44px;
    background: url("https://upload.wikimedia.org/wikipedia/commons/thumb/7/75/YouTube_social_white_squircle.svg/512px-YouTube_social_white_squircle.svg.png") no-repeat center;
    background-size: contain;
    opacity: 0.85;
}
/* Tablet: 2 columns */
@media (max-width: 900px) {
  .youtube-thumbnail-item {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

/* Mobile: 1 column */
@media (max-width: 600px) {
  .youtube-thumbnail-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
	
}

/* Optional: Style video title */
.youtube-video-title {
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    color: #111;
}

.wpsr-yt-video .wpsr-yt-video-info h3 {
    font-size: 16px;
}

.btn-news {
    padding-top: 20px;
}
.logo-slider figcaption.elementor-image-carousel-caption {
    font-size: 14px;
    margin: 0 50px;
}

.logo-slider img {
    width: 100%;
    height: 90px;
    object-fit: contain;
}
.team-par-ds .list-tem li:after {
    width: 6px;
    height: 6px;
    position: absolute;
    content: '';
    background: #000;
    left: -2px;
    top: 12px;
    border-radius: 50px;
}

.team-par-ds .list-tem  li {
    position: relative;
    list-style: none !important;
    padding-left: 18px !important;
}

.cookie-popup h2 {
    text-align: left;
}
.home-slider .swiper-slide-contents {
    margin-left: 0 !important;
}
.custom-gallery-preview-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}
.custom-gallery-item img {
    width: 100% !important;
    height: 210px;
    object-fit: cover;
    box-shadow: 0 0 10px #ddd;
}
div#lightbox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    flex-direction: column;
}

.custom-gallery-preview-grid .custom-gallery-item {
    width: 100%;
}

.custom-gallery-preview-grid .custom-gallery-item img {
    border-radius: 20px;
}

h4.gallery-title {
    font-size: 20px;
    text-transform: capitalize;
    margin: 15px 0 0;
	text-align: center;
}

.bg-hover li {
    width: 100%;
}
.team-par-ds ul li {
    color: #000;
    list-style-position: outside;
    list-style-type: disc; /* optional, 'disc' is default */
}
div#sl-pl-glow {
    font-family: cursive!important;
}
.pum-title.popmake-title {
    background: #fff !important;
    margin: 0;
    padding: 15px 20px 15px;
    font-size: 22px;
    font-weight: 500;
    border-bottom: solid 1px #ddd;
}
.pum-content.popmake-content {
    height: 250px;
    overflow-y: scroll;
    background: #fff;
    padding: 16px;
    font-size: 14px;
    font-weight: 500;
}
.border-left {
	border-right: solid 1px #545353;
}
.bg-ckg{
	border-radius: 5px;
	background: linear-gradient(264deg, #E2DC00 5.01%, #FFF0A4 48.84%, #E2DC00 94.39%);
}
 .news-modal {
            display: none;
            position: fixed;
            z-index: 9999;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0,0,0,0.8);
        }
.news-modal-content {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 30px !important;
    overflow: hidden;
}
.news-modal img {
    width: auto !important;
    height: auto !important;
}
 .news-modal-close {
        position: absolute;
            top: 20px;
            right: 35px;
            font-size: 40px;
            font-weight: bold;
            color: white;
            cursor: pointer;
        }
.news-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
}
.btn-news svg {
    transform: rotate(312deg);
}
.news-item h3 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;       /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.news-grid img {
    border-radius: 20px;
    width: 100%;
}
.news-item h3  {
    display: block;
    margin:20px 0 0 !important;
}
.news-item h3 a {
    display: block;
    color: #000;
    font-size: 18px;
    margin: 0 !important;
}
.btn-news a {
    background-color: #02010100;
    padding: 0px 0px 0px 0px;
    font-size: 17px;
    font-weight: 600;
    color: #1B609D;
    fill: #1B609D;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
}

.btn-news a svg {
    width: 16px;
    margin-left: 5px;
}

.btn-news a:hover {
    color: #000;
}

.btn-news a:hover svg {
    fill: #000;
}

.news-item h3 {
    margin: 0 0 10px;
}

.btn-news a:hover path {
    fill: #000;
}

.custom-sticky {
	position: sticky; 
     top: 15px;
}
.costm-astnt li:hover {
    background: #063e74 !important;
}



.home-slider   .swiper-slide-inner {
    width: 1280px;
    padding-left: 0 !important;
}
.home-slider .swiper-slide-bg.elementor-ken-burns--active {
    border-radius: 20px !important;
}
.home-slider .elementor-slides-wrapper.elementor-main-swiper.swiper.swiper-fade.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-watch-progress.swiper-backface-hidden {
    border-radius: 20px;
}
.page-header {
    display: none;
}
.btn-grdnt a{background: linear-gradient(262deg, #036 -12.43%, #1B609D 45.32%, #1E98D5 125.28%);}
.home .page-content {
    padding: 0 30px;
}.end-client .elementor-counter-title {
    text-align: center;
}
.gradint-bg{border-radius: 10px;
background: linear-gradient(82deg, #036 -30.49%, #1B609D 27.26%, #1E98D5 107.22%);}
.social-foot .elementor-widget-container {
    justify-content: center;
    display: flex;
    align-items: center;
}

.social-foot .elementor-widget-container a {
    margin: 0 0 0 15px;
}
.footer-grdmt{background:url(https://tiwcg.com/wp-content/uploads/2025/06/footer-bg.png) no-repeat; background-size:cover;}
.elementor-location-footer {
    margin: 0 30px;
}.copy-rt a {
    color: #fff;
}
.grdnts-rs{ 
background: var(--TCG, linear-gradient(262deg, #036 -12.43%, #1B609D 45.32%, #1E98D5 125.28%));}
.costm-astnt li {
    background: linear-gradient(88deg, #1E98D5 -6.79%, #1B609D 50.67%, #036 97.72%);
}
.tcg-st {
	 background: linear-gradient(88deg, #1E98D5 -6.79%, #1B609D 50.67%, #036 97.72%);
}
.bg-hover li:hover {
    background: linear-gradient(88deg, #1E98D5 -6.79%, #1B609D 50.67%, #036 97.72%);
	color: #fff;
}
.bg-hover li:hover span {
  color: #fff !important;	
}
.servc-cont ul {
    padding: 0 0 0 20px;
}
.drow-list li {
    width: 100%;
}.likwst a {
    color: #000;
}.ingry-driv li {
    list-style: none;
}
div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-classic li label {
    padding: 8px 22px !important;
    border: solid 2px rgba(27, 96, 157, 1) !important;
    border-radius: 5px;
}div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-classic li.wpforms-selected label {
    border-radius: 5px;
    background: var(--TCG, linear-gradient(262deg, #036 -12.43%, #1B609D 45.32%, #1E98D5 125.28%)) !important;
    color: #fff !important;
    border: none;
}
.tcg-chose span.wpforms-icon-choices-icon {
    display: none !important;
}
.tcg-csv-from select, .tcg-csv-from input, .tcg-csv-from textarea {
    border-radius: 10px !important;
    border: 1px solid #888 !important;
    height: 50.726px !important;
    padding: 10px 20px !important;
    font-size: 14px !important;
}

.tcg-csv-from textarea {
    height: 117.816px !important;
}

.tcg-csv-from button {
    border-radius: 20px !important;
    background: var(--TCG, linear-gradient(262deg, #036 -12.43%, #1B609D 45.32%, #1E98D5 125.28%)) !important;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.25) !important;
    padding: 16px 32px !important;
    border: none !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 600;
}

span.wpforms-icon-choices-label {
    /* color: #1B609D; */
}

span.wpforms-icon-choices-label {color: #1B609D;}

.wpforms-selected .wpforms-icon-choices-label {
    color: #fff;
}div.wpforms-container-full {
    margin: 0 !important;
}.sab-tag-l h4 {
    margin: 0 0 7px !important;
}.tcg-csv-from.conatct-frm {
    border-radius: 20px;
    border: 1px solid #000;
    padding: 13px 50px 50px;
}

.tcg-csv-from.conatct-frm h4 {
    margin: 0 0 11px !important;
}.gallery-img .elementskit-hover-area {
    opacity: 1 !important;
    position: inherit !important;
}

.gallery-img .elementskit-hover-area .elementskit-hover-content.ekit_vertical_alignment_center {
    position: inherit !important;
}

.gallery-img  .ekit-gallery-image-overlay {
    display: none;
}.video-imgglr .e-n-tabs-heading button {
    min-width: 46%;
}
.costm-astnt .ekit-stylish-list-content {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
}
.team-par {
    min-height: 150px;
}

.team-par ul {
    padding-left: 15px;
}
.table-class th {
    background: linear-gradient(0deg, #1E98D5 0%, #1B609D 100%);
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
	padding: 10px 0;
}

.table-class th, .table-class td {
    border: solid 1px #000;
}
.table-class td {
    color: #1B609D;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'DM Sans';
    padding: 10px 5px;
    height: 62px !important;
}
.social-foot p {
    display: flex;
    align-items: center;
}
.time-line .timeline-img {
    width: 30px !important;
    height: 30px  !important;
    border: 5px solid #1B609D !important;
}

.time-line .timeline-bar {
    width: 6px  !important;
	top: 6% !important;
	height: 88% !important;
}

.time-line .single-timeline:after {
    content: '';
    position: absolute;
    width: 19%;
    height: 6px;
    background: #1E98D5;
    top: 48%;
    border-radius: 10px;
}
.time-line .single-timeline:nth-child(odd):after {
    right: 51%;
}

.time-line .single-timeline:nth-child(even):after {
    left: 51%;
}

.time-line  .timeline-item {
    width: calc(50% - 20%) !important;
}
.time-line  .timeline-img::before {
    width: 50px !important;
    height: 50px !important;
    background: rgba(27, 96, 157, 0.50)!important;
}
.single-timeline:hover .timeline-img {
    background: #1B609D!important;
}
.tcg-csv-from .wpforms-field-label-inline:hover {
    background: var(--TCG, linear-gradient(262deg, #036 -12.43%, #1B609D 45.32%, #1E98D5 125.28%)) !important;
    color: #fff !important;
}
.tcg-csv-from .wpforms-field-label-inline:hover span {
    color: #fff;
}
.aqnt-box {
    min-height: 65px;
}
.box-st .elementskit-infobox {
    min-height: 150px;
}
.box-st3 .elementskit-infobox {
    min-height: 183px;
}
.box-gtan .ekit-flip-box-inner p.ekit-flip-box-back-description {
    text-align: justify;
}

.e-hotspot__label {
    position: relative;
    top: -40px;
    font-size: 15px;
    width: 75px;
    display: flex;
}
.e-hotspot__button {
    width: 20px;
    height: 20px;
}
.e-hotspot__label:after {
    position: absolute;
    content: '';
    background: #f44335;
    height: 18px;
    width: 1px;
    top: 19px;
}
p.ekit-flip-box-front-description {
    color: #1B609D !important;
}
.map-section .elementor-repeater-item-f8431b5 .e-hotspot__label {
    top: 40px !important;
}

.map-section .elementor-repeater-item-f8431b5 .e-hotspot__label:after {
    top: -18px;
}
.team-par-ds img.attachment-full.size-full {
    height: 258px;
    object-fit: contain;
    margin-bottom:15px;
    display:block;
}
.box-gtan img.attachment-full.size-full {
    height: 258px;
    object-fit: contain;
    margin-bottom:15px;
    display:block;
}






@media (max-width: 767px) {
	.custom-gallery-preview-grid {
    grid-template-columns: repeat(1, 1fr);
}
	.elementor-location-footer {
    margin: 0 15px;
}
	.map-sec iframe {
    height: 350px;
}
	.bg-hover ul {
    width: 90%;
    flex-direction: column !important;
    gap: 12px;
}
	.news-item img {
    height: 150px;
}
	.news-item {
    padding: 0 !important;
}
	.btn-news a {
    font-size: 14px !important;
}
	.event-date {
    font-size: 14px;
    margin-top: 7px;
}
	.news-item h3 a {
    font-size: 16px;
}
.news-grid {
	gap: 15px;
    grid-template-columns: repeat(2, 1fr);
}

	.home .page-content {
		padding: 0;
	}
.home-slider .swiper-slide-bg {
    background-size: 100% 100% !important;
}
.home-slider	.swiper-slide-contents {
    text-align: left;
    padding: 0 8px;
}
	.sidler-botom {
		background: #fff;
	}
	.table-class th {
    font-size: 14px;
}
	.table-class td {
    font-size: 12px;
    padding: 6px;
}
	.team-par {
    min-height: auto;
}
	.tab-se .elementkit-nav-item {
    width: 33% !important;
    margin: 0 !important;
}
.time-line .timeline-item.media {
    width: 100% !important;
    padding: 15px !important;
    border-radius: 10px !important;
}

.time-line .timeline-info.timeline-info-onside {
    padding: 0 !important;
}

.time-line .timeline-content {
    margin: 0 !important;
}

.time-line .timeline-content p br {
    display: none;
}

.time-line .timeline-bar {
    height: 100% !important;
    top: 0 !important;
    border-radius: 10px;
}

.time-line .single-timeline:nth-child(odd):after {right: 101%;width: 24px;}

.time-line .single-timeline:nth-child(even):after {
    left: -8%;
    width: 24px;
}
	
.dbl-btn a.ekit-double-btn.ekit-double-btn-two {
    position: inherit;
	left: 0;
}
	
.dbl-btn .ekit-element-align-wrapper {
    padding: 0 !important;
}
.dbl-btn	a.ekit-double-btn.ekit-double-btn-one {
    margin: 0 !important;
}
}


@media only screen and (min-width: 767px) and (max-width: 1024px) {
.custom-gallery-preview-grid {
    grid-template-columns: repeat(2, 1fr);
}
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	.map-section .elementor-repeater-item-f8431b5 .e-hotspot__label {
    top: 25px !important;
}
	.hrso-ft h2{
		font-size: 38px;
	}
	.map-section .e-hotspot__tooltip p {
    font-size: 10px;
}
.map-section .e-hotspot__label:after {
    position: absolute;
    content: '';
    background: #f44335;
    height: 11px;
    width: 1px;
    top: 20px;
}
	.map-section .e-hotspot__button {
    width: 10px !important;
    height: 10px !important;
    min-width: 10px !important;
    min-height: 10px !important;
}
	.map-section .e-hotspot__tooltip {
    font-size: 12px;
}
.e-hotspot__label {
    font-size: 10px !important;
    top: -36px;
}
	.contact-map {
    margin-top: -10px;
}
.box-gtan p.ekit-flip-box-front-description {
    margin-top: -20px;
    color: #1B609D !important;
}
.box-gtan .ekit-flip-box-inner p.ekit-flip-box-back-description {
    text-align: justify;
    font-size: 12px !important;
    line-height: 16px !important;
}
.box-gtan	h4.ekit-flip-box-front-title {
    font-size: 18px !important;
}

.box-gtan h5.ekit-flip-box-front-sub-title {
    font-size: 14px !important;
}
.box-gtan	h5.ekit-flip-box-front-sub-title {
    font-size: 15px !important;
    margin: 0 !important;
}
.aqnt-box .elementor-widget-container {
    padding: 20px !important;
}
.home-slider   .swiper-slide-inner {
    padding-left: 50px !important;
	padding-bottom: 8% !important;
}
.home-slider .elementor-slide-heading {
    font-size: 42px !important;
}

	.home-slider .swiper-slide{
		min-height: 500px;
	}
	.header-cls .e-con-inner {
    width: 90%;
}

.header-cls span.elementor-button-text {
    font-size: 14px;
}
.header-cls .elementskit-navbar-nav > li > a {
    padding: 0 10px !important;
    font-size: 14px !important;
}
.header-cls	span.elementor-button-text {
    font-size: 12px !important;
}
	.team-par li {
    font-size: 12px;
}

.team-par {
    min-height: 110px;
}
	.work-cul p {
    font-size: 14px;
    margin: 0;
}

.work-cul h2 {
    font-size: 16px !important;
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices li {
    margin: 0 0 10px !important;
    min-width: 100px !important;
    font-size: 14px !important;
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-classic li label {
    padding: 7px 10px !important;
    font-size: 14px !important;
}
div#wpforms-1432-field_15-container {
    padding: 0;
}
	div#wpforms-1432-field_15-container {
    padding: 0;
}
 div.wpforms-container-full .wpforms-form .wpforms-list-inline ul.wpforms-icon-choices li {
    margin-right: 10px !important;
}
	div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices {
		margin: 0px 0 -20px 0 !important;
	}
.tcg-csv-from select, .tcg-csv-from input, .tcg-csv-from textarea {
    height: 44.726px !important;
    padding: 10px 20px !important;
    font-size: 12px !important;
}
	.wpforms-field-layout {
    padding: 0 !important;
}
	.tcg-csv-from textarea {
    height: 100.816px !important;
}
	.team-sc h4.ekit-flip-box-front-title {
    font-size: 18px !important;
}
	.table-class th {
    font-size: 18px;
}
	.map-sec iframe {
    height: 500px;
}
	.aqnt-box .elementor-widget-container {
    padding: 0 !important;
}
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
	.map-sec iframe {
    height: 500px;
}
.e-hotspot__tooltip p {
    font-size: 12px;
}
.home-slider .elementor-slide-heading {
    font-size: 45px !important;
}

}