@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}
body {
    color: #646464;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.container {
    max-width: 90%;
}
p {
    font-size: 15px;
}
.tp-header-top-info ul li a {
    font-size: 14px;
}

.tp-header-social-icon span {
    font-size: 14px;
}

.carousel-caption {
    position: absolute;
    right: 6%;
    bottom: 34%;
    left: 58%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    background:url(https://toddy.test4u.in/wp-content/uploads/2025/05/bg.png) no-repeat left center;
    border-radius: 10px;
    padding: 5px 10px 5px 59px;
    background-size: contain;
}
.carousel-caption span {
    background: #052E6B;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 10px;
}
.carousel-caption h3, .carousel-caption h2 {
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    margin-top: 20px;
}
.carousel-caption p {
    color: #f2f2f2;
}

.about-dep {
    padding: 70px 10% 20px 10%;
}
.about-dep p {
    text-align: justify !important;
}

.about-dep h3 {
    color: #676666;
    font-size: 18px;
    font-weight: 500;
}

.about-dep h1 {
    color: #000000;
    font-size: 25px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 20px;
}

.menu1 {
    background: url(../img/bg-green.svg) no-repeat center center;
    background-size: cover;
    color: #000000;
    font-style: italic;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    height: 270px;
    position: relative;
}

.menu2 {
    background: url(../img/bg-blue.svg) no-repeat center center;
    background-size: cover;
    color: #000000;
    font-style: italic;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    height: 270px;
    position: relative;
}

.menu3 {
    background: url(../img/bg-orange.svg) no-repeat center center;
    background-size: cover;
    color: #000000;
    font-style: italic;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    height: 270px;
    position: relative;
}

.menu1 .cont,
.menu2 .cont,
.menu3 .cont {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 34%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.directors {
    background: url(../img/bg-directors.png) no-repeat;
    background-size: cover;
    min-height: 100px;
    margin-top: 30px;
    padding: 100px 0;
    color: #f2f2f2;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
}

.directors h3 {
    color: #f2f2f2;
    font-size: 18px;
    font-weight: 500;
}

.directors h2 {
    color: #f2f2f2;
    font-size: 25px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 40px;
}

.directors h4 {
    font-style: italic;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 600;
    color: #fff;
}
.news-vision {
    padding: 70px 0;
}
.vision {
    background: rgba(253, 170, 93, 0.14);
    color: #000;
    padding: 27px;
    border-radius: 10px;
}
.mission {
    margin-top: 30px;
    background: rgba(66, 187, 53, 0.14);
    color: #000;
    padding: 27px;
    border-radius: 10px;
}
.vision h3, .mission h3 {
    color:#000000;
    font-weight: 600;
    font-size: 18px;
}
.news-toddy {
    background: rgba(21, 99, 224, 0.14);
    color: #646464;
    padding: 27px;
    border-radius: 10px;
}
.news-toddy h3 {
    font-style: italic;
    color: var(--tp-theme-primary);
}
.tp-breadcrumb-spacing {
    padding: 39px 0;
}
.tp-breadcrumb-title {
    font-size: 30px;
    letter-spacing: 1px;
}
.tp-breadcrumb-list span {
    font-size: 15px;
    font-weight: 600;
}
.content-main {
    padding: 64px 0;
}
.content-main p {
    text-align: justify;
}
.tp-service-details-title {
    font-size: 28px;
    letter-spacing: normal;
    line-height: normal;
    color: #12062c;
    font-weight: 800;
    margin-bottom: 18px;
}
.tp-service-details-list-2 ul li span {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #062E66;
    font-size: 16px;
    line-height: 39px;
}

.tp-header-top-area {
    background: linear-gradient(180deg, rgba(146, 213, 250, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
}
.blue-item {
    background: rgba(66, 187, 53, 0.14);
    color: #000;
    padding: 20px;
    border-radius: 5px;
}
.blue-item:hover, .cont-item:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.tp-breadcrumb-list span a, .tp-breadcrumb-list span {
    font-weight: 700;
    color: #f2f2f2;
}
.tp-breadcrumb-title {
    color: #fff;
    font-weight: 500;
}
.content-main h5 {
    font-size: 18px;
}
.btn-info {
    --bs-btn-color: #fff;
    --bs-btn-bg: #031A3E;
    --bs-btn-border-color: #031A3E;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1563E0;
    --bs-btn-hover-border-color: #1563E0;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #1563E0;
    --bs-btn-active-border-color: #1563E0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #031A3E;
    --bs-btn-disabled-border-color: #031A3E;
}
.tp-feature-title {
    font-size: 18px;
}
.tp-feature-wrapper {
    padding: 20px 10px !important;
}
.tp-feature-wrapper {
    border-top: 4px solid #b8d1fa;
    background: rgba(21, 99, 224, 0.08);
}
.tp-feature-wrapper::before {
    background:#1563E0;
}
.tp-contact-item-2 {
    background: rgba(21, 99, 224, 0.05);
}


.cont-item {
    filter: drop-shadow(0 0 10px rgba(42, 35, 87, 0.04));
    background-color: var(--tp-common-white);
    padding: 60px 40px;
    padding-bottom: 40px;
    border-top: 4px solid #FFE3C2;
    position: relative;
    transition: all 0.4s ease;
    text-align:center;
  }
  .cont-item p,.directors-top-section p,.directors-member-section p{
    text-align:center;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .cont-item {
      padding: 60px 10px;
    }
  }
  .cont-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    top: -4px;
    left: 0;
    background: #E08319;
    transform: scaleX(0);
    opacity: 0;
    transition: all 0.4s ease;
  }
  .cont-item:hover {
    filter: drop-shadow(0px 30px 30px rgba(42, 35, 87, 0.08));
  }
  .cont-item:hover .tp-feature-icon {
    animation-name: tpshake;
    animation-timing-function: ease-in-out;
    animation-duration: 0.4s;
    animation-iteration-count: 1;
  }
  .cont-item:hover .tp-feature-icon span {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  .cont-item:hover::before {
    transform: scaleX(1);
    opacity: 1;
  }
.tp-service-details-list-2 ul li span:hover {
    background-color:#1563E0;
}

.tp-service-details-list-2 ul li {
    display: flex;
    align-items: flex-start;
}
.tp-service-details-quick p {
    font-weight: 400;
    font-family: var(--tp-ff-p);
}
.tp-main-menu nav ul li a {
    padding: 10px 0;
}
.tp-logo {
    padding: 16px 0;
}
.carousel-h {
    height: 631px;
}

input::placeholder, textarea::placeholder, .tp-contact-single-textarea textarea::placeholder, 
.wpcf7-form-control::placeholder {
    color: #ccc !important;
    opacity: 0.9;
}
.tp-btn-green {
    border-radius: 4px;
    border: 0;
}
p.tp-feature-para {
    text-align: center;
}

            .block-editor-default-block-appender,
            .block-list-appender,
            .components-dropdown.block-editor-inserter,
            .edit-post-header-toolbar__inserter-toggle {
                display: none !important;
            }
  


.menu1 .cont { left: 43%;}
.bg-pages {
    background: url(https://toddy.test4u.in/wp-content/uploads/2025/05/bg-toddy-01.png) no-repeat right center;
}
.rti h5 {
    color: #204da6;
    font-size: 17px;
    font-weight: 600;
}
@media screen and (max-width: 1920px) {
    .carousel-h {
        height: 631px;
    }
}
@media screen and (max-width: 1600px) {
    .carousel-h {
        height: 527px;
    }
}
@media screen and (max-width: 1440px) {
    .carousel-h {
        height: 475px;
    }
}
@media screen and (max-width: 1366px) {
    .carousel-h {
        height: 451px;
    }
}
@media screen and (max-width: 1024px) {
    .carousel-h {
        height: 338px;
    }
}
@media screen and (max-width: 1020px) {
    .carousel-caption {
        left: 55%;
    }
    .carousel-caption p  {
        font-size: 14px;
        line-height: normal;
    }
    .carousel-caption h3, .carousel-caption h2 {
        font-size: 23px;
    }
}
@media screen and (max-width: 851px) {
    .carousel-caption {
        left: 50%;
        background-size: cover;
    }
    .carousel-caption p  {
        line-height: normal;
    }
    .carousel-caption h3, .carousel-caption h2 {
        font-size: 20px;
    }
}
@media screen and (max-width: 768px) {
    .carousel-h {
        height: 253px;
    }
}
@media screen and (max-width: 767px) {
    .ms-5.news-toddy {
        margin-left: 0rem !important;
        margin-top: 30px;
    }
}
@media screen and (max-width: 755px) {
    .carousel-caption {
        bottom: 30%;
    }
    .carousel-caption .btn-info {
        font-size: 13px;
    }
}
@media screen and (max-width: 702px) {
    .carousel-caption {
        left: 47%;
    }
    .carousel-caption p {
        font-size: 11px;
    }
}
@media screen and (max-width: 600px) {
    .carousel-h {
        height: 197px;
    }
}
@media screen and (max-width: 588px) {
    .carousel-caption {
        left: 35%;
    }
}
@media screen and (max-width: 491px) {
    .carousel-caption {
        left: 29%;
        bottom: 2%;
    }
    .carousel-caption p {
        font-size: 9px;
    }
    .carousel-caption .btn-info {
        font-size: 9px;
    }
}
@media screen and (max-width: 414px) {
    .carousel-h {
        height: 139px;
    }
}
@media screen and (max-width: 375px) {
    .carousel-h {
        height: 124px;
    }
}